@charset "utf-8";

body.underpage #contentsBlock > #sec_lead:first-child{
	padding-bottom: 100px;
}

.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin:20px 0;
}
.tab-label {
	font-size: 20px;
	font-weight: 700;
	white-space: nowrap;
	text-align: center;
	order: -1;
	padding: 12px 10px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	background-color: #cdf0fa;
	flex: 1;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}
.tab-switch:checked+.tab-label{
	background-color: #00a5c1;
	color: #fff;
}
.tab-label:hover {
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.tab-label {
		transition: 0.5s;
	}
	.tab-label:hover {
		opacity: 0.7;
	}
}
.tab-label:not(:last-of-type) {
	margin-right: 20px;
}
.tab-content {
	width: 100%;
	height: 0;
	opacity: 0;
}
.tab-switch:checked+.tab-label+.tab-content {
	position: relative;
	height: auto;
	padding: 20px 0;
	opacity: 1;
	border-top: 3px solid #00a5c1;
}
.tab-switch:checked+.tab-label+.tab-content p + p {
	margin-top: 13px;
}
.tab-switch:checked+.tab-label+.tab-content .tab_img {
	max-width: 420px;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.tab-switch:checked+.tab-label+.tab-content .tab_txt {
	position: absolute;
	top: 180px;
	right: 0;
	background-color: #e3eff3;
	border-radius: 20px;
	padding: 40px;
	max-width: 660px;
	width: 66%;
}
.tab-switch:checked+.tab-label+.tab-content .tab_txt h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
.tab-switch {
	display: none;
}

@media screen and (max-width: 767px){
	.tab-label:not(:last-of-type) {
		margin-right: 10px;
	}
	.tab-label {
		font-size: 17px;
		padding: 12px 10px;
	}
	.tab-switch:checked+.tab-label+.tab-content .tab_img {
		max-width: 360px;
		width: 80%;
		margin: 0 auto;
	}
	.tab-switch:checked+.tab-label+.tab-content .tab_txt {
		position: relative;
		top: auto;
		right: auto;
		padding: 20px;
		max-width: 660px;
		width: 100%;
		margin: -20px auto 0;
	}
	.tab-switch:checked+.tab-label+.tab-content .tab_txt h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 600px){
	.tab-label:not(:last-of-type) {
		margin-right: 0;
	}
	.tab-wrap {
		display: block;
	}
	.tab-label {
		position: relative;
		display: block;
		width: 100%;
		border-radius: 0;
		flex: 1;
		transition: 0.5s;
	}
	.tab-switch:checked + .tab-label + .tab-content{
		padding: 20px;
	}
}

#sec_introduction .tblStyle01 tr th,
#sec_introduction .tblStyle01 tr td{
	padding: 15px;
}
#sec_introduction .tblStyle01 tr td .td_flex{
	display: flex;
	flex-wrap: wrap;
}
#sec_introduction .tblStyle01 tr td .td_flex .mr_1{
	margin-right: 1em;
}
#sec_introduction .tblStyle01 tr td .td_flex .mr_2{
	margin-right: 2em;
}
#sec_introduction .tblStyle01 tr td .td_flex .mr_4{
	margin-right: 4em;
}
#sec_introduction .tblStyle01 tr td .td_flex .mr_7{
	margin-right: 7em;
}