@charset "UTF-8";

/*////////// セクション1 ///////////*/
.sec1 .title h1 {
	font-size: 1.65em;
}

/*////////// セクション2 ///////////*/
.sec2 {
	margin-top: -15px;
}


/*////////// セクション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: 390px;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	
	.sec3 .wrap2 {
		height: 220px;
	}	
	
	.sec3 .wrap h2 {
		font-size: 1.5em;
	}
}

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

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



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

.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: 480px) {
	.sec4 table {
		width: 160%;
	}
}

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

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

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

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

@media (min-width: 992px) {	
	.sec4 table td div {
		padding: 20px 15px;
	}
	
	.sec4 .img02 {
		width: 270px;
	}	
}


/*////////// セクション5 ///////////*/
.sec5 h2 {
	background-color: #0071bc;
	color: #fff;
	font-size: 1.45em;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
}

.sec5 h3 {
	color: #0071bc;
	font-size: 1.4em;
	font-weight: 600;
}

.sec5 .arrow {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
}

.sec5 .list p {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 7px;
}

.sec5 .list p:last-child {
	margin-bottom: 0;
}


@media (min-width: 576px) {
	.sec5 .arrow {
		width: 30px;
	}
	
	.sec5 .arrow1 {
		margin-top: 30px;
	}	
}


/*////////// セクション6 ///////////*/
.sec6 .img04 {
	padding: 30px;
}

.sec6 .title p {
	font-size: 1.2em;
	font-weight: 600;
}

.sec6 .title h2 {
	font-size: 1.5em;
	font-weight: 600;
}


@media (min-width: 576px) {
	.sec6 .img04 {
		padding: 20px;
	}

	.sec6 .title h2 {
		font-size: 1.4em;
	}
}

@media (min-width: 768px) {
	.sec6 .img04 {
		padding: 30px;
	}

	.sec6 .title h2 {
		font-size: 1.5em;
	}
}

@media (min-width: 992px) {
	.sec6 .title h2 {
		font-size: 1.6em;
	}
}





