@charset "utf-8";


/*/////// セクション2 ////////*/
section .reference a {
	color: #00a7f4 !important;
	text-decoration: underline;
}

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


/*/////// セクション3 ////////*/
.sec3 ul.checkbox {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sec3 ul.checkbox li img {
	width: 28px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: -0.25em;
}

.sec3 ul.checkbox li {
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 700
}

.sec3 ul.checkbox li:last-child {
	margin-bottom: 0;
}


/*/////// まとめ ////////*/
.summarize {
	margin-bottom: -90px !important;
}

	@media (min-width: 768px) {
	.summarize {
		margin-bottom: -100px !important;
	}
}	

	@media (min-width: 1200px) {
	.summarize {
		margin-bottom: -110px !important;
	}
}	
