@charset "UTF-8";

/*////////// セクション1 ///////////*/
.sec1 .icon ul li {
	width: 95px;
	font-size: 1.0em;
}

@media (min-width: 414px) {
	.sec1 .icon ul li {
		width: 110px;
		font-size: 1.1em;
	}
}

@media (min-width: 576px) {
	.sec1 .icon ul li {
		width: 130px;
	}
}


/*////////// セクション3 ///////////*/
.sec3 .wrap {
	width: 95%;
	display: block;
	padding: 30px 25px;
	height: auto;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.sec3 .wrap h2 {
	width: 100%;
}

.sec3 .wrap p {
	width: 100%;
	color: #0071bc;
	font-weight: 700;
	font-size: 1.25em;
}

.sec3 .wrap p span {
	font-size: 0.8em;
	display: block;
	margin-top: 5px;
}

@media (min-width: 768px) {
	.sec3 .wrap {
		width: 45%;
		padding: 35px 35px;
		height: 200px;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	
	.sec3 .wrap2 {
		height: 270px;
	}	
	
	.sec3 .wrap h2 {
		font-size: 1.5em;
	}
}

@media (min-width: 992px) {
	.sec3 .wrap {
		padding: 35px 40px;
		height: 200px;
	}
	
	.sec3 .wrap2 {
		height: 250px;
	}	
	
	.sec3 .wrap h2 {
		font-size: 1.7em;
	}
}

@media (min-width: 1200px) {
	.sec3 .wrap {
		height: 210px;
	}
	
	.sec3 .wrap2 {
		height: 260px;
	}		
}


/*////////// セクション4 ///////////*/
.sec4 table {
	width: 220%;
}

.sec4 table th, .sec4 table td {
	width: auto;
}

.sec4 table td div {
	border-bottom: 1px solid #555;
	text-align: center;
	padding: 10px;
}

.sec4 table td div:last-child {
	border-bottom: none;
}

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

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

	.sec4 table td div {
		padding: 15px;
	}
	
	.sec4 .img02 {
		width: 260px;
	}	
}

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

	.sec4 table td div {
		padding: 15px;
	}
	
	.sec4 .img02 {
		width: 260px;
		margin-left: 0;
		margin-right: auto;
	}	
}

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

	.sec4 table td div {
		padding: 20px 15px;
	}
	
	.sec4 .img02 {
		width: 300px;
	}		
}
