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


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

.sec2 h1 .font-0__8, .sec3 h1 .font-0__8 {
	color: #fff;
}

.sec2 h2 {
	font-size: 1.3em;
	color: #222;
	text-align: center;
	font-weight: bold;
}

.sec2 .box-border-blue {
	position: relative;
	padding-top: 2em;
}

.sec2 .box-border-blue h3 {
    position: absolute;
    left: 50%;
    top: -0.65em;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	font-size: 1.35em;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	padding: 0 0.75em;
}

.sec2 .box-border-blue .heading1 {
	display: block;
	width: 11em;
}

.sec2 h4 {
	font-size: 1.3em;
	font-weight: bold;
}

.sec2 h4 span {
	font-size: 0.75em;
	font-weight: bold;
}


/*/////////// セクション3 ///////////*/
.sec3 .box-border-blue h2 {
	font-size: 1.4em;
	color: #3961ac;
	font-weight: bold;
	border-left: 8px solid #3961ac;
	padding-left: 0.4em;
}

.sec3 .box-border-blue span {
	color: #3961ac;
	font-weight: bold;
}


@media (min-width: 768px) {
	.sec3 h1 {
		font-size: 1.4em;
		padding: 0.6em;
	}
	
	.sec2 .box-border-blue, .sec3 .box-border-blue {
		padding: 2.0em;
	}
	
	.img04 {
		margin-top: -4em !important;
	}
	
	.sec3 .box-border-blue span {
		font-size: 1.2em
	}
}

/*/////////// アノアマージンTOP ///////////*/
.post .anoa-box {
	margin-top: -40px !important;
}

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