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

h3.h3_setsumei {
	font-size: 24px;
	color: #8ec33b;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8EC33B;
	margin-bottom: 20px;
}

h3.h3_setsumei:before {
	content: "\f36c";
	font-family: ionicons;
	font-size: 26px;
	color: #8EC33B;
	margin-right: 5px;
}

h4.h4_setsumei {
	font-size: 18px;
	color: #ff6600;
	margin-top: 30px;
	margin-bottom: 10px;
}

p.matome {
	font-size: 18px;
	color: #ff6600;
	margin-bottom: 30px;
}

h3.h3_school {
	font-size: 24px;
	line-height: 50px;
	color: #FFF;
	background-color: #8ec33b;
	height: 50px;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-top: 40px;
}

.schoolBox {
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #8EC33B;
	padding-top: 5px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8EC33B;
}

.schoolBox .midashi {
	font-size: 16px;
	color: #8EC33B;
	padding-left: 10px;
}

.schoolBox h4 {
	font-size: 22px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 20px;
}

.schoolBox h4 span {
	font-size: 16px;
}

.schoolBox p.txt {
	overflow: hidden;
}

.schoolBox .linkBox {
	display:flex;
	justify-content:center;
	clear: both;
}

.schoolBox .link1 a {
	font-size: 20px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	height: 50px;
	width: 310px;
	margin-top: 30px;
	background-color: #8ec33b;
	border-radius: 5px;
	margin: 30px 20px 10px;
}

.schoolBox .link2 a {
	font-size: 20px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	height: 50px;
	width: 310px;
	margin: 30px 20px 10px;
	background-color: #ff6600;
	border-radius: 5px;
}

.search_link {
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	width: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-radius: 5px;
}

.search_link a {
	color: #8ec33b;
	display: block;
	border-radius: 5px;
	border: 1px solid #8ec33b;
}

.search_link a:hover {
	background-color: #8ec33b;
	box-sizing: border-box;
	border: 1px solid #8ec33b;
	border-radius: 5px;
	color: #FFF;
}
