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


/*/////////// セクション1 ///////////*/
.box-border-blue {
	border: 1px solid #0082C1;
}

.sec1 .box-001-1 {
	padding: 1.5rem;
	padding-bottom: 0.1px;
}

.sec1 .box-001-1 h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}

.sec1 .box-001-1 h3 {
	font-size: 1.25em;
	font-weight: bold;
}

.sec1 .box1 h2 {
	font-size: 1.4rem;
	line-height: 1.6em;
	font-weight: bold;
}

.post .anoa-box {
	margin-top: -40px !important;
}


.sec1 .box-001-1 h2 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1em;
}


@media (min-width: 576px) {
	.sec1 .box-001-1 h2 {
		font-size: 1.4rem;
	}
	
	.sec1 .box-001-1 h3 {
		font-size: 1.25em;
	}	
}

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

@media (min-width: 992px) {
	.sec1 .box1 h2 {
		font-size: 1.35rem;
	}
}