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

#standing_cnt {
	padding-bottom: 40px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
}
#standing_cnt .schoollist{
	background: #f6f5eb;
	padding: 20px 20px 10px;
}

#standing_cnt .schoollist ul.btn{
	width: 819px;
	margin-right: -19px;
	margin-bottom: 25px;
}
#standing_cnt .schoollist ul.btn li{
	float: left;
	margin-right: 19px;
}

#standing_cnt ul.list{
	width: 814px;
	margin-right: -14px;
	margin-top: 15px;
	display:flex;
	flex-wrap:wrap;
}
#standing_cnt .schoollist ul.list li{
	float: left;
	width: 235px;
	background: #fff;
	padding: 11px 9px 9px;
	margin: 0 14px 15px 0;
	position: relative;
}
#standing_cnt .schoollist ul.list li .inbox{
	margin: 0 0 8px;
}
#standing_cnt .schoollist ul.list li .disc{
	margin-bottom: 50px;
}
#standing_cnt .schoollist ul.list li .thum{
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
	margin: 0 7px 0 0;
}
#standing_cnt .schoollist ul.list li h3{
	font-weight: lighter;
	font-size: 13px;
	margin: 5px 0 0 0;
}
#standing_cnt .schoollist ul.list li a.btn{
	position: absolute;
	bottom: 0;
	left: 12px;
	margin-bottom: 10px;
}
#standing_cnt .schoollist .btn_check{
	text-align: center;
	margin: 10px 0 30px;
}
#standing_cnt .more{
	text-align: right;
	margin: 10px 0 30px;
}

#standing_cnt .bg_line{
	background: url(bg_line.gif);
	position: relative;
	padding: 20px 20px 10px;
	z-index: 1;
}
#standing_cnt .bg_line .arrow{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 112px;
}
#standing_cnt ul.voice_list{
	width: 814px;
	margin-right: -14px;
	margin-top: 15px;
}
#standing_cnt ul.voice_list li{
	float: left;
	width: 237px;
	height: 130px;
	background: #fff;
	padding: 10px;
	margin: 0 14px 15px 0;
	border-radius: 5px;
	position: relative;
}
#standing_cnt ul.voice_list li .inbox{
	margin: 0 0 8px;
}
#standing_cnt ul.voice_list li .thum{
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
	margin: 0 15px 0 0;
}
#standing_cnt ul.voice_list li .inbox p{
	margin: 3px 0 0 0;
}
#standing_cnt ul.voice_list li h3{
	font-size: 14px;
	line-height: 16px;
	margin: 3px 0 5px;
}
#standing_cnt ul.voice_list li .btn{
	position: absolute;
	left: 125px;
	bottom: 10px;
}


.sc_ic1{
	background-color:#e8562d;
	color:#fff;
	padding:3px;
	font-weight:normal;
	border-radius:3px;
	border:none;
	font-size: 12px;
}
.sc_ic2{
	background-color:#ff7491;
	color:#fff;
	padding:3px;
	font-weight:normal;
	border-radius:3px;
	border:none;
	font-size: 12px;
}
.sc_ic3{
	background-color:#3a7f1f;
	color:#fff;
	padding:3px;
	font-weight:normal;
	border-radius:3px;
	border:none;
	font-size: 12px;
	letter-spacing: -0.5px;
}
.sc_ic6{
	background-color:#3782d6;
	color:#fff;
	padding:3px;
	font-weight:normal;
	border-radius:3px;
	border:none;
	font-size: 12px;
}
.sc_ic8{
	background-color:#9b743c;
	color:#fff;
	padding:3px;
	font-weight:normal;
	border-radius:3px;
	border:none;
	font-size: 12px;
}
.ic_p {
	background-color:#5f3309;
	color:#fff;
	padding:3px;
	font-weight:normal;
	border-radius:3px;
	border:none;
	margin-right: 2px;
	font-size: 12px;
	letter-spacing: -0.5px;
}

#standing_cnt ul.merit_2 {
	width: 806px;
	overflow: hidden;
	padding: 15px 0 0 0;
	position: relative;
}
#standing_cnt ul.merit_2 li {
	float: left;
	margin: 0 10px 20px 3px;
	padding: 25px 20px 20px ;
	width: 350px;
	background-color: #fff;
	position: relative;
	text-align: center;
	min-height: 120px;
}
#standing_cnt ul.merit_2 li:before,#standing_cnt ul.merit_2 li:after{
	z-index: -1;
	position: absolute;
	content: "";
	background: #777;
	bottom: 8px;
	left: 10px;
	width: 50%;
	top: 89%;
	max-width:300px;
	box-shadow: 0 10px 6px #cfcfcf;
	transform: rotate(-4deg);
}
#standing_cnt ul.merit_2 li:after{
	right: 10px;
	left: auto;
	transform: rotate(4deg);
}

#standing_cnt ul.merit_2 li .tape {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 78px;
}
#standing_cnt ul.merit_2 li .title_gakuseiryo {
	color: #f56890;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 3px solid #5ac7aa;
	text-align: center;
}
#standing_cnt ul.merit_2 li p{
	text-align: left;
	margin: 18px 0 0 0;
	font-size: 14px;
	line-height: 1.5em;
}
#standing_cnt .point {
	border: 5px solid #f5f5f5;
	border-radius: 8px;
	background-color: #fff;
	padding: 15px 15px 15px 60px;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.4em;
	position: relative;
}
#standing_cnt .point .image {
	position: absolute;
	top: -10px;
	left: -8px;
}
#standing_cnt .search_gakuseiryo {
	margin: 30px 0 0;
}
#standing_cnt .search_gakuseiryo .catch {
	margin-bottom: 10px;
}
#standing_cnt .search_gakuseiryo .comment {
	margin: 0 auto 15px;
	line-height: 1.3;
	text-align: center;
	font-size: 16px;
}
#standing_cnt .search_gakuseiryo .btn_search {
	display: block;
	background: #5ac7aa;
	position: relative;
	border-radius: 6px;
	width: 500px;
	height: 70px;
	margin: 0 auto;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
#standing_cnt .search_gakuseiryo .btn_search:hover {
	opacity: .8;
	text-decoration: none;
}
#standing_cnt .search_gakuseiryo .btn_search:before {
	content: '';
	display: inline-block;
	background: url(search.svg);
	position: relative;
	top: 2px;
	left: -5px;
	width: 20px;
	height: 20px;
	
}
/*#standing_cnt .search_gakuseiryo .btn_search:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 49%;
	right: 15px;
	margin-top: -4px;
}*/

/*school_box*/
.school_box{
	background: #fff8fa;
	position: relative;
	border: 3px solid #f56890;
	margin: 60px auto 0;
	text-align: center;
}
.school_box:before {
	content: '';
	position: absolute;
	border-top: 25px solid #e20000;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	top: -40px;
	right: calc(50% - 40px);
}
.school_box .heading{
	background: #f56890;
	position: relative;
	padding: 15px 15px 17px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.school_box .heading span{
	margin: 0 3px;
	font-size: 21px;
}
.school_box .school_boxIn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
}
.school_box .text{
	flex-basis: 42%;
	line-height: 1.4;
	font-size: 15px;
}
.school_box .text em {
	color: #e20000;
	font-size: 18px;
	font-weight: bold;
}
.school_box .banner {
	flex-basis: 55%;
}
.school_box .banner img {
	width: 100%;
}

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