<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
	保護者の方へ
*/


.contents {
	margin-bottom: 50px;
}

.contents h2.serif {
	margin-bottom: 80px;
}

.highschool-bl {
	float: left;
	margin: 0 3% 50px 10%;
	width: 42%;
}

.highschool-bl:nth-of-type(2n+1) {
	margin: 0 0 50px 3%;
}

.highschool-bl &gt; a {
	color: #000;
	display: block;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	transition: opacity .1s linear;
}

.highschool-bl &gt; a:hover {
	opacity: .7;
	text-decoration: none;
}

.highschool-bl h2 {
	white-space: nowrap;
}

.highschool-bl h3 {
	color: #4A74AE;
	font-size: 25px;
	height: 2.2em;
	text-align: center;
}

.highschool-bl img {
	height: auto;
	width: 100%;
}

.highschool-bl ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.highschool-bl ul li {
	margin-bottom: 25px;
}

.highschool-bl ul li:last-of-type {
	margin-bottom: 0;
}

.highschool-bl ul li a {
	background: #4A74AE;
	color: #FFF;
	display: block;
	font-size: 22px;
	height: 48px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	transition: opacity .1s linear;
}

.highschool-bl ul li a:hover {
	opacity: .8;
	text-decoration: none;
}









@media screen and (max-width: 980px) {
	.contents {
		margin-bottom: 30px;
	}
	
	.contents h2.serif {
		margin-bottom: 30px;
	}

	.highschool-bl {
		margin: 0 0 30px 0;
		width: 100%;
	}

	.highschool-bl:nth-of-type(2n+1) {
		margin: 0 0 30px 0;
	}

	.highschool-bl h3 {
		font-size: 14px;
	}

	.highschool-bl ul li {
		margin-bottom: 10px;
	}

	.highschool-bl ul li a {
		font-size: 12px;
		height: 24px;
		line-height: 26px;
	}
}
















</pre></body></html>