@charset "utf-8";
/* CSS Document */


/*/////////// セクション2 ///////////*/
.sec2 h2 {
	color: #222;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
}

.sec2 .img-box img {
	width: auto;
	height: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
} 

.sec2 .box-border-blue h3 {
	color: #3961ac;
	font-size: 1.25em;
	line-height: 1.6em;
}

.sec2 .box-border-blue h3 span {
	color: #3961ac;
	font-size: 1.0em;
	line-height: 1.6em;
	font-weight: bold;	
	background:linear-gradient(transparent 65%, #FFFF00 0%);
}


@media (min-width: 576px) {
	.sec2 h2 {
		font-size: 1.5em;
	}
	
	.sec2 .img-box img {
		width: auto;
		height: 180px;
	} 	
}

@media (min-width: 768px) {
	.sec2 h2 {
		font-size: 1.6em;
	} 
	
	.sec2 .box-border-blue h3 {
		font-size: 1.4em;
		text-align: center;
	}
}


/*/////////// セクション3 ///////////*/
.sec3 .box2 h3 {
	background-color: #628BCB;
	font-size: 1.35em;
	line-height: 1.6em;
	color: #fff;
	font-weight: bold;
	padding: 0.5em;
}

@media (min-width: 768px) {
	.sec3 .box2 h3 {
		font-size: 1.35em;
		padding: 0.6em;
	}
}

/*/////////// アノア ///////////*/
.post .anoa-box {
	margin-top: -40px !important;
}

@media (min-width: 768px) {
	.post .anoa-box {
		margin-top: -60px !important;
	}	
}