@import "base.css?v=2";

.c-lead01{
	font-size: 34px;
	font-weight: 500;
}
.c-lead01 small{
	display: block;
}
.c-lead01 .c-lead01__txt01{
	font-size: 16px;
	margin-bottom: 30px;
}
.c-lead01 .c-lead01__txt02{
	font-size: 20px;
	margin-bottom: 13px;
}
@media all and (max-width:767px) {
	.c-lead01{
		font-size: 25px;
	}
	.c-lead01 .c-lead01__txt01{
		font-size: 14px;
	}
	.c-lead01 .c-lead01__txt02{
		font-size: 18px;
	}
}

.c-lead02{
	position: relative;
	font-size : 20px;
	font-weight: 500;
	color: #e9545d;
	line-height : 170%;
	padding-left: 20px;
	margin-bottom: 10px;
}
.c-lead02:before{
	content:"";
	display: block;
	width: 10px;
	height: 1px;
	background: #e9545d;
	position: absolute;
	left: 0;
	top: 50%;
}

.c-txt01{
	font-size : 16px;
	font-weight: 500;
	line-height : 188%;
}
.c-txt02{
	font-size : 16px;
	font-weight: 500;
	line-height : 167%;
}
.c-txt02.--lh{
	line-height : 189%;
}
@media all and (max-width:767px) {
	.c-txt01{
		font-size: 14px;
	}
	.c-txt02{
		font-size: 16px;
	}
}

.sc-btn01{
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0;
}
.sc-btn01 a{
	position: relative;
	display: inline-block;
	background: #ea545d;
	border-radius: 10px;
	color: #ffffff;
	text-decoration: none;
	padding: 15px 30px 15px 20px;
}
.sc-btn01 a:after{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-left: #fff solid 8px;
	border-top: transparent solid 6px;
	border-bottom: transparent solid 6px;
}

.l-flex2-1{
	display: flex;
	justify-content: space-between;
}
.l-flex2-1 > *:first-child{
	width: 67%;
}
.l-flex2-1 > *:last-child{
	width: 30%;
}
@media all and (max-width:767px) {
	.l-flex2-1{
		display: block;
	}

	.l-flex2-1 > *:first-child{
		width: 100%;
	}
	.l-flex2-1 > *:last-child{
		width: 50%;
		margin: 30px auto 0;
	}
}

span.big{
	font-size: 16px;
	font-weight: 500;
}


.over_top{
	margin-bottom: 90px;
}
.over_top .c-lead01{
	margin-bottom: 35px;
}
.over_top .txt{
	font-size : 24px;
	font-weight: 500;
	line-height : 142%;
	color : #E9545D;
	margin-bottom: 15px;
}
.over_top .c-txt02{
	margin-bottom: 18px;
}

.over_top dl{
	margin-top: 25px;
}
.over_top dt{
	float: left;
	background: #0f3f5f;
	width: 60px;
	font-size : 15px;
	font-weight: 500;
	line-height : 100%;
	color : #FFFFFF;
	text-align: center;
	padding: 5px 0;
	border-radius: 3px;
	margin-top: 4px;
}
.over_top dd{
	font-size : 18px;
	font-weight: 500;
	line-height : 167%;
	margin-left: 75px;
	margin-bottom: 9px;
}

.over_top .col4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 48px;
}
.over_top .col4 figure{
	width: 24.2%;
}

@media all and (max-width:767px) {
	.over_top .txt{
		font-size: 20px;
	}

	.over_top dt{
		font-size: 14px;
	}
	.over_top dd{
		font-size: 16px;
	}

	.over_top .col4{
		margin-top: 30px;
	}
	.over_top .col4 figure{
		width: 48.5%;
		margin-top: 10px;
	}
}

/*---------------------------------
	#block1
----------------------------------*/
#block1{
	margin-bottom: 90px;
}

#block1 table{
	margin-top: 30px;
}

@media all and (max-width:767px) {
	#block1{

	}
}

/*---------------------------------
	#block2
----------------------------------*/
#block2{
	margin-bottom: 90px;
}

#block2 .c-lead02{
	margin: 30px 0 15px;
}


#block2 h3:not(:first-child){
	margin-top: 50px;
}

#block2 .l-flex2-1{
	margin-bottom: 40px;
}

#block2 .btn{
	display: inline-block;
	width: 300px;
	margin: 5px 0;
}

#block2 .sc-btn01{
	margin-bottom: 0;
}

@media all and (max-width:767px) {
	#block2{

	}
}

/*---------------------------------
	#block3
----------------------------------*/
#block3{
	margin-bottom: 90px;
}

#block3 .c-lead02{
	margin-top: 30px;
}

#block3 .ttl02{
	font-size : 22px;
	line-height : 118%;
	margin: 45px 0 18px;
}

#block3 .sc{
	width: 100%;
}
#block3 .sc th,
#block3 .sc td{
	border:#e6e6e6 solid 1px;
	box-sizing: border-box;
}
#block3 .sc th{
	background: #f2f2f2;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 20px 0;
}
#block3 .sc td{
	font-size: 14px;
	padding: 20px 30px;
	vertical-align: middle;
}
#block3 .sc td.--tac{
	text-align: center;
}
#block3 .sc td.--w130 {
	width: 13%;
}
#block3 .sc td.--w240 {
	width: 24%;
}
#block3 .sc td.--w390 {
	width: 39%;
}

#block3 .ul_normal{
	margin: 15px 0 85px;
}
#block3 .ul_normal li{
	font-size: 15px;
}
#block3 .ul_normal li:before{
	content:"●";
}


#block3 .dl_list{
	margin-top: 30px;
	margin-bottom: 40px;
}
#block3 .dl_list dt{
	position: relative;
	float: left;
	width: 200px;
	font-size : 15px;
	font-weight: 500;
	line-height : 176%;
}
#block3 .dl_list dt:after{
	content:"";
	display: block;
	width: 100%;
	height: 0;
	border-bottom: #333 dotted 1px;
	position: absolute;
	left: 0;
	top: 50%;
}
#block3 .dl_list dt span{
	position: relative;
	z-index: 2;
	background: #ffffff;
	padding-right: 10px;
}
#block3 .dl_list dd{
	font-size : 15px;
	line-height : 176%;
	margin-left: 215px;
}

@media all and (max-width:767px) {
	#block3 .ttl{
		font-size: 18px;
	}
	#block3 .ttl02{
		font-size: 18px;
		margin: 30px 0 10px;
	}
	#block3 .sc td{
		font-size: 13px;
		line-height: 150%;
		padding-left: 10px;
		padding-right: 10px;
	}

	#block3 .dl_list dt{
		float: none;
		margin-bottom: 5px;
		width: 100%;
	}
	#block3 .dl_list dt:after{
		display: none;
	}
	#block3 .dl_list dd{
		font-weight: 500;
		margin-left: 0;
		margin-bottom: 20px;
	}
}

/*---------------------------------
	#block4
----------------------------------*/
#block4{
	margin-bottom: 80px;
}

#block4 .top{
	margin-bottom: 50px;
}

@media all and (max-width:767px) {
	#block4{

	}
}
