@charset "utf-8";


.post .note {
	font-size: 0.88em;
}

/*/////// セクション3 ////////*/
.sec3 h4 {
	font-size: 1.3em !important;
	font-weight: bold;
}

/*/////// セクション5 ////////*/
.sec5 {
	margin-top: -20px !important;
}

.sec5 .wrap {
	border: 1px solid #999;
	padding: 30px;
}

.sec5 .wrap h4 {
	font-size: 1.3em;
	font-weight: bold;
	text-indent: -0.5em;
}

.sec5 .wrap hr {
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #999;
	display: block;
	margin-bottom: 20px;
}

.sec5 .wrap .wrap2 {
	background-color: #f4f4f4;
	padding: 25px;
}

.sec5 .wrap .wrap2 p {
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.1em;
}

@media (min-width: 992px) {
	.sec5 .wrap {
		padding: 25px !important;
	}
}

@media (min-width: 1200px) {
	.sec5 .wrap {
		padding: 40px !important;
	}
}


/*/////// セクション6 ////////*/
.sec6 h4 {
	font-size: 1.5em;
	font-weight: bold;
	text-indent: -0.5em;
}

.sec6 .wrap p {
	padding-left: 1.5em;
	text-indent: -1.25em;
	padding-top: 0 !important;
	padding-bottom: 35px !important;
	border-bottom: 1px dashed #999;
}

.sec6 .wrap p span {
	font-size: 1.4em !important;
	vertical-align: 0.04em;
}


/*/////// まとめ ////////*/
.summarize a {
	color: #00a7f4 !important;
}

.summarize a:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}




