@charset "UTF-8";


/*////////// セクション2 ///////////*/
.sec2 .wrap h2 {
	font-size: 1.4em;
}

.sec2 table {
	width: 250%;
}

@media (min-width: 576px) {
	.sec2 table {
		width: 200%;
	}	
}

@media (min-width: 768px) {	
	.sec2 table {
		width: 170%;
	}	
}

@media (min-width: 992px) {
	.sec2 .table-wrap {
		width: 100%;
		overflow: visible;
	}
	
	.sec2 table {
		width: 100%;
	}	
}


/*////////// セクション3 ///////////*/
.sec3 table {
	width: 160%;
}

.sec3 table th, .sec3 table td {
	width: 25%;
}

@media (min-width: 576px) {
	.sec3 table {
		width: 140%;
	}
}

@media (min-width: 768px) {
	.sec3 .table-wrap {
		width: 100%;
		overflow: visible;
	}
	
	.sec3 table {
		width: 100%;
	}
}


/*////////// セクション4 ///////////*/
.sec4 .wrap {
	padding: 30px;
	padding-top: 35px;
}
.sec4 h3 {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0071bc;
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
	padding: 12px 8px;
}

.sec4 h4 {
	color: #0071bc;
	font-size: 1.2em;
	font-weight: 600;
}

.sec4 .img04 {
	width: 70px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sec4 h5 {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 600;
	text-align: center;
}

.sec4 h5 span {
	color: #0071bc;
	font-size: 1.3em;
	font-weight: 700;
}

@media (min-width: 576px) {
	.sec4 .wrap {
		padding: 40px;
		padding-top: 45px;
	}
	.sec4 h3 {
		width: 220px;
		font-size: 1.4em;
		padding: 15px 1px;
	}

	.sec4 h4 {
		font-size: 1.3em;
	}

	.sec4 .img04 {
		width: 90px !important;
	}

	.sec4 h5 {
		font-size: 1.3em;
	}	
}

@media (min-width: 768px) {
	.sec4 .wrap {
		padding: 50px;
		padding-top: 55px;
	}
	.sec4 h3 {
		width: 260px;
	}

	.sec4 h4 {
		font-size: 1.3em;
	}

	.sec4 .img03 {
		width: 660px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.sec4 .img04 {
		width: 110px !important;
	}

	.sec4 h5 {
		font-size: 1.4em;
		line-height: 1.8em;
	}	
}

@media (min-width: 992px) {
	.sec4 .wrap {
		padding: 60px;
		padding-top: 65px;
	}
	.sec4 h3 {
		width: 100% !important;
	}

	.sec4 h4 {
		font-size: 1.4em;
	}

	.sec4 .img02 {
		width: 660px;
		display: block;
		margin-left: auto;
		margin-right: auto;	
	}
	
}