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


/*/////////// セクション1 ///////////*/
.sec1 h2 {
	font-size: 1.3em;
	font-weight: bold;
	background-color: #3961ac;
	color: #fff;
	padding: 0.5em;
}

.sec1 .kakomi2 {
	background-color: #f2f2f2;
	padding: 1.6em;
}

.sec1 p a {
	font-size: 1.3em;
	font-weight: bold;
}


@media (min-width: 768px) {
	.sec1 h2 {
		font-size: 1.4em;
		padding: 0.8em;
	}

	.sec1 .kakomi2 {
		padding: 2em;
	}
}

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

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