@charset 'utf-8';

/* base setting */
.title {
	margin-bottom: 20px;
}

.title .primary {
	font-weight: 700;
}
.title .secondly {
	font-size: 0.8rem;
	color: rgba(0,0,0,0.6);
	margin-left: 40px;
}

h3.plaintitle .primary {
	font-size: 1.7rem;
	color: #04c3d7;
}
h4.plaintitle .primary {
	font-size: 1.4rem;
	color: #04c3d7;
}
h5.plaintitle .primary {
	font-size: 1.2rem;
}

.module:not(:last-child) {
	margin-bottom: 60px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}
.bdimg,
.borderbox {
	box-sizing: border-box;
}

.borderbox {
	padding: 1rem;
}

.borderbox1 {
	background: #eee;
}

.borderbox2 {
	border: 4px solid #ddd;
	
}

.borderbox3 {
	background: #fff36f;
	color: #e72a37;
}

.borderbox4 {
	background: #0e55ca;
	color: #fff;
}

.photo {
	overflow: hidden;
}
.fl-left {
	float: left;
}
.fl-right {
	float: right;
}

.pict.fl-left {
	margin-right: 20px;
}

.pict.fl-right {
	margin-left: 20px;
}
.text {
	overflow: hidden;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex > * {
	flex: none;
}
.flex_wrap {
	justify-content: space-between;
	margin-bottom: -30px;
}
.flex_wrap > * {
	margin-bottom: 30px;
}

.just2 {
	width: calc(30% - 15px);
}
.just3 {
	width: calc(33% - 15px);
}

.just4 {
	font-size: 0.9rem;
	width: calc(25% - 10px);
}

.just5 {
	font-size: 0.9rem;
	width: calc(20% - 10px);
}

.empty {
	height: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border: none !important;
}

.justimg {
	width: 100%;
	height: auto;
}

.just_item + .just_item {
	margin-top: 10px;
}

.detaillink a {
	display: inline-block;
	padding: 6px 40px;
	border: 1px solid #999;
	color: #fff;
}
.detaillink a:hover {
	background: #0ea9ca;
	color: #fff;
}
.border {
	border-top: 1px solid #bbb;
	
}

.border hr {
	display: none;
}

.list + .list {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}

.list dt {
	font-weight: bold;
	width: 25%;
	margin-right: 1rem;
}

.list dd {
	flex: 1;
}

.qanda + .qanda,
.list + .list {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.qanda dt,
.qanda dd {
	display: flex;
	align-items: center;
}
.qanda dt {
	margin-bottom: 20px;
	align-content: center;
}


.qanda dt:before,
.qanda dd:before {
	flex: none;
	display: block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-right: 10px;
	align-self: flex-start;
}

.qanda dt:before {
	content: 'Q';
	background: #ff5858;
}
.qanda dd:before {
	content: 'A';
	background: #2c64e2;
}

.table {
	width: 100%;
}
.table th,
.table td {
	padding: 15px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.table th {
	font-weight: bold;
	background: #eee;
}

.table1 td:first-child,
.table1 th:first-child {
	width: 30%;
}

.table2 th,
.table2 td {
	width: 20%;
}
.table2 th:nth-child(2),
.table2 td:nth-child(2) {
	width: auto;
}
.table2_head th {
	text-align: center;
}

.table3 th,
.table3 td {
	width: 50%;
}

.table3 th {
	text-align: center;
}

.table4 th:nth-child(odd),
.table4 td:nth-child(odd) {
	width: 15%;
}

.table4 td[colspan] {
	width: auto;
}

.big {
	line-height: 2;
	font-size: 1.2rem;
}
.small {
	font-size: 0.8rem;
}