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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 62.5%;
  line-height: 1.6;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  letter-spacing: .1em;
  color: #000;
}

/********** 回り込み **********/
/*.float{
    width: 350px;
    float: left;
}
.clear{
    clear: both;
}*/
@media only screen and (min-width:960px){
.junior_hight_school .chikuhoArea, .junior_hight_school .chikugoArea{
    float: left;
}
}
@media only screen and (min-width:960px){
.elementary_school .chikuhoArea, .elementary_school .chikugoArea, .elementary_school .kitakyusyuArea{
    float: left;
}
}
/********** ここから メインビジュアル部分 **********/
h1 img{
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 50px auto 0;
}
p img{
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 90px auto 0;
}
@media all and (max-width:560px){
	p img{
	width: 80%;
	margin: 50px auto 0;
}	
}
/********** ここから 共通部分 **********/
h2 {　/* 各タイトル部分(高等学校、中等教育学校、中学校、小学校の画像部分)　*/
	display: block;
	width: 100%;
	max-width: 475px;
	margin: 80px auto 0;
}
h2 img {
	width:100%;
	vertical-align: bottom;
}
@media all and (max-width:560px){
h2 {
	display: block;
	width: 100%;
	max-width: 475px;
	margin: 50px auto 0;
}
}
section{　/* 全部のセクション(高等学校、中等教育学校、中学校、小学校の部分)*/
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.fukuokaArea, .kitakyusyuArea, .chikuhoArea, .chikugoArea{　/* 通常の破線部分（7校分も含めた横幅いっぱいの部分）*/
	width: 96%;
	max-width: 922px;
	margin: 0 auto;
}
/*　↓　h3横の破線　 */
h3.dotted{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 65px 1% 22px;
}
h3.dotted::before, h3.dotted::after {
	content: "";
	flex-grow: 1;
	border-top: 3px dotted #fff;
	display: block;
}
h3.dotted::before {
	margin-right: .4em;
}
h3.dotted::after {
	margin-left: .4em;
}
/****************************************** ここから 高等学校 ******************************************/
section.hight_school{
	background-color: #fb7635;
}
.hight_school ul{
	width: 100%;
	max-width: 922px;
	overflow: hidden;
}
.hight_school ul li{
	list-style: none;
	width: 13.2%;
	margin: 5px 0.5%;
	float: left;
}
.hight_school ul li div{
	width: 100%;
	display: table;
	background-color: #fff;
}
.hight_school ul li a{
	display: table-cell;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 62px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.hight_school ul li a:hover{
    background-color: #fce5da;	
}

@media all and (max-width:959px){
	.hight_school ul li{
	width: 19%;
	margin: 5px 0.5%;
}
}@media all and (max-width:768px){
	.hight_school ul li{
	width: 32%;
	margin: 5px 0.5%;
}
}@media all and (max-width:560px){
	.hight_school ul li{
	width: 49%;
	margin: 5px 0.5%;
}
}
/****************************************** ここから 中等教育学校 ******************************************/
section.education_school .fukuokaArea{　/* 1校分 */
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}
section.education_school{
	background-color: #fe9500;
}
.education_school ul{
	width: 100%;
	max-width: 260px;
	overflow: hidden;
	margin-left: 25%;
}
.education_school ul li{
	list-style: none;
	width: 47%;
	margin: 5px 0.5%;
	float: left;
}
.education_school ul li div{
	width: 100%;
	display: table;
	background-color: #fff;
}
.education_school ul li a{
	display: table-cell;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 62px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.education_school ul li a:hover{
    background-color: #fff9ba;
}

@media all and (max-width:959px){
	.education_school ul{
	margin-left: 15%;
}
	.education_school ul li{
	width: 67.3%;
	margin: 5px 0.5%;
}
}@media all and (max-width:768px){
	.education_school ul{
	margin-left: 3%;
}
	.education_school ul li{
	width: 94.3%;
	margin: 5px 0.2%;
}
}@media all and (max-width:560px){
	.education_school ul li{
	width: 100%;
	margin: 5px 0;
}
}
/****************************************** ここから 中学校 ******************************************/
section.junior_hight_school{
	background-color: #6cbe61;
	overflow: hidden;
}
/* ↓ 通常７校分の部分 */
.junior_hight_school ul{
	width: 100%;
	max-width: 922px;
	overflow: hidden;
}
.junior_hight_school ul li{
	list-style: none;
	width: 13.2%;
	margin: 5px 0.5%;
	float: left;
}
.junior_hight_school ul li div{
	width: 100%;
	display: table;
	background-color: #fff;
}
.junior_hight_school ul li a{
	display: table-cell;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 62px;-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.junior_hight_school ul li a:hover{
	background-color: #daffd5;
}

@media all and (max-width:959px){
	.junior_hight_school ul li{
	width: 19%;
	margin: 5px 0.5%;
}
}@media all and (max-width:768px){
	.junior_hight_school ul li{
	width: 32%;
	margin: 5px 0.5%;
}
}@media all and (max-width:560px){
	.junior_hight_school ul li{
	width: 49%;
	margin: 5px 0.5%;
}
}

/*********************************************************************************** ここから 中学校１校分(筑豊地区)の部分 *********************/
section.junior_hight_school .chikuhoArea{　/* 1校分の破線部分 */
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
@media only screen and (min-width:960px){
section.junior_hight_school .chikuhoArea h3.dotted{
	width: 230px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 65px 1% 22px;
	margin-left: 20px;
}
	.junior_hight_school .chikuhoArea ul{
	width: 96%;
	max-width: 300px;
	overflow: hidden;
	margin-left: 15%;
}
	.junior_hight_school .chikuhoArea ul li{
	list-style: none;
	width: 50.3% !important;
	margin: 5px 0.5%;
	float: left;
	position: relative;
}
 /************************************************************************  縦の点線  ***********************************/
	.junior_hight_school .chikuhoArea ul li::after{   
	content: "";
	flex-grow: 1;
	display: block;
	height: 200px;
	border-right  : 3px dotted #fff;
	position: absolute;
	top:-50px;
	right:-77px;
}
}
.junior_hight_school .chikuhoArea ul{
	width: 96%;
	max-width: 300px;
	overflow: hidden;
	margin-left: 25%;
}
.junior_hight_school .chikuhoArea ul li{
	list-style: none;
	width: 47%;
	margin: 5px 0.5%;
	float: left;
}
.junior_hight_school .chikuhoArea ul li div{
	width: 100%;
	display: table;
	background-color: #fff;
}
/*.junior_hight_school .chikuhoArea ul{
	width: 100%;
	max-width: 240px;
	overflow: hidden;*/
/*	margin-left: 25%;
 	border-right  : 3px dotted #fff;**************************縦線  ulに。*****************************************************/
}
.junior_hight_school .chikuhoArea ul li{
	list-style: none;
	width: 47%;
	margin: 5px 0.5%;
	float: left;
}
.junior_hight_school .chikuhoArea ul li div{
	width: 100%;
	display: table;
	background-color: #fff;
}
.junior_hight_school .chikuhoArea ul li a{
	display: table-cell;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 62px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.junior_hight_school .chikuhoArea ul li a:hover{
	background-color: #daffd5;
}
/*@media only screen and (min-width:960px){
	section.junior_hight_school .chikuhoArea{　/* 1校分の破線部分  960以上の時の横並び 
	width: 100%;
	margin: 0;
	float: left;
}*/
@media all and (max-width:959px){
	section.junior_hight_school .chikuhoArea{　/* 1校分の破線部分 */
	width: 96%;
	max-width: 260px;
	margin: 0 auto;
}
	.junior_hight_school .chikuhoArea ul li{
	width: 67.5%;
	margin: 5px 0;
}
}
@media only screen and (max-width:959px){
	.junior_hight_school .chikuhoArea ul{ margin-left: 15% !important; }
}
@media all and (max-width:768px){
	.junior_hight_school .chikuhoArea ul li{
	width: 94.3%;
	margin: 5px auto;
}
}
@media only screen and (max-width:768px){
	.junior_hight_school .chikuhoArea ul{ margin: 0 2.5% !important; }
}
@media all and (max-width:560px){
	section.junior_hight_school .chikuhoArea{　/* 1校分の破線部分 */
	width: 96%;
	max-width: 280px;
	margin: 0 auto;
}
	.junior_hight_school .chikuhoArea ul li{
	width: 100%;
	margin: 5px 0.5%;
}
}
/********************* ここから 中学校５校分(筑後地区)の部分 ***********************************************************************************/
section.junior_hight_school .chikugoArea{　/* 5校分の破線部分 */
	width: 100%;
	max-width: 660px;
}
@media only screen and (min-width:960px){
section.junior_hight_school .chikugoArea h3.dotted{
	width: 680px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 65px 1% 22px;
	margin-left: 20px;
}
	.junior_hight_school .chikugoArea ul{
	width: 96%;
	max-width: 690px;
	overflow: hidden;
	margin-left: 40px;
}
	.junior_hight_school .chikugoArea ul li{
	list-style: none;
	width: 19% !important;
	margin: 10px 0.5%;
	float: left;
}
}
.junior_hight_school .chikugoArea ul{
	width: 96%;
	max-width: 660px;
	overflow: hidden;
}
.junior_hight_school .chikugoArea ul li{
	list-style: none;
	width: 18.5%;
	margin: 5px 0.5%;
	float: left;
}
.junior_hight_school .chikugoArea ul li div{
	width: 100%;
	display: table;
	background-color: #fff;
}
.junior_hight_school .chikugoArea ul li a{
	display: table-cell;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 62px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.junior_hight_school .chikugoArea ul li a:hover{
	background-color: #daffd5;
}
/*@media only screen and (min-width:960px){
	section.junior_hight_school .chikugoArea{　/* 1校分の破線部分 
	width: 100%;
	margin: 0 auto;
	float: right;
}*/
@media all and (max-width:959px){
	section.junior_hight_school .chikugoArea{　/* 5校分 */
	width: 100%;
	max-width: 922px;
}
	.junior_hight_school .chikugoArea ul{
	width: 100%;
	max-width: 922px;
	overflow: hidden;
	margin: 0 auto;
}
	.junior_hight_school .chikugoArea ul li{
	width: 19%;
	margin: 5px 0.5%;
}
}@media all and (max-width:768px){
	
	.junior_hight_school .chikugoArea ul{
	margin: 0 auto;
}
	.junior_hight_school .chikugoArea ul li{
	width: 32%;
	margin: 5px 0.5%;
}
}@media all and (max-width:560px){
	.junior_hight_school .chikugoArea ul li{
	width: 49%;
	margin: 5px 0.5%;
}
}
/****************************************** ここから 小学校 ******************************************/
section.elementary_school{
	background-color: #45adf6;
	position: relative;
	overflow: hidden;
}

/********************* ここから 小学校4校分(福岡地区)の部分 *********************/
section.elementary_school .fukuokaArea{　/* 4校分の破線部分 */
	width: 96%;
	max-width: 530px;
	margin: 0 auto;
}
.elementary_school .fukuokaArea ul{
	width: 100%;
	max-width: 540px;
	overflow: hidden;
}
.elementary_school .fukuokaArea ul li{
	list-style: none;
	width: 23%;
	margin: 5px 1%;
	float: left;
}
.elementary_school .fukuokaArea ul li div{
	width: 100%;
	display: table;
	background-color: #fff;
}
.elementary_school .fukuokaArea ul li a{
	display: table-cell;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 62px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.elementary_school .fukuokaArea ul li a:hover{
	background-color: #cce9fd;
}

@media all and (max-width:959px){
	section.elementary_school .fukuokaArea{　/* 4校分 */
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
	.elementary_school .fukuokaArea ul{
	width: 100%;
	max-width: 750px;
	overflow: hidden;
}
	.elementary_school .fukuokaArea ul li{
	width: 23.4%;
	margin: 5px 0.5%;
}
}@media all and (max-width:768px){
	section.elementary_school .fukuokaArea{　/* 4校分 */
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
	.elementary_school .fukuokaArea ul{
	width: 100%;
	max-width: 768px;
	overflow: hidden;
}
	.elementary_school .fukuokaArea ul li{
	width: 32%;
	margin: 5px 0.5%;
}
}@media all and (max-width:560px){
	section.elementary_school .fukuokaArea{　/* 4校分 */
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}
.elementary_school .fukuokaArea ul{
	width: 100%;
	max-width: 560px;
	overflow: hidden;
}
	.elementary_school .fukuokaArea ul li{
	width: 49%;
	margin: 5px 0.5%;
}
}
/************************************************************************ ここから 小学校2校分(北九州地区)の部分 *********************/
section.elementary_school .kitakyusyuArea{　/* 2校分の破線部分 */
	width: 96%;
	max-width: 270px;
	margin: 0 auto;
}

.elementary_school .kitakyusyuArea ul{
	width: 100%;
	max-width: 270px;
	overflow: hidden;
}
.elementary_school .kitakyusyuArea ul li{
	list-style: none;
	width: 45.5%;
	margin: 5px 2%;
	float: left;
}
.elementary_school .kitakyusyuArea ul li div{
	width: 100%;
	display: table;
	background-color: #fff;
}
.elementary_school .kitakyusyuArea ul li a{
	display: table-cell;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 62px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.elementary_school .kitakyusyuArea ul li a:hover{
	background-color: #cce9fd;
}
@media all and (max-width:959px){
section.elementary_school .kitakyusyuArea{　/* 2校分の破線部分 */
	width: 96%;
	max-width: 380px;
	margin: 0 auto;
}
.elementary_school .kitakyusyuArea ul{
	width: 100%;
	max-width: 380px;
	overflow: hidden;
}
.elementary_school .kitakyusyuArea ul li{
	list-style: none;
	width: 46.3%;
	margin: 5px 1%;
	float: left;
}
}@media all and (max-width:768px){
	section.elementary_school .kitakyusyuArea{　/* 2校分 */
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}
	.elementary_school .kitakyusyuArea ul{
	width: 100%;
	max-width: 520px;
	overflow: hidden;
}
	.elementary_school .kitakyusyuArea ul li{
	width: 47%;
	margin: 5px 0.7%;
}
}@media all and (max-width:560px){
	section.elementary_school .kitakyusyuArea{　/* 2校分 */
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}
.elementary_school .kitakyusyuArea ul{
	width: 100%;
	max-width: 560px;
	overflow: hidden;
}
	.elementary_school .kitakyusyuArea ul li{
	width: 49%;
	margin: 5px 0.5%;
}
}
@media only screen and (min-width:960px){
section.elementary_school .kitakyusyuArea h3.dotted{
	width: 300px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 65px 1% 22px;
	margin-left: 50px;
}
	.elementary_school .kitakyusyuArea ul{
	width: 100%;
	max-width: 300px;
	overflow: hidden;
	margin-left: 60px !important;
}
	.elementary_school .kitakyusyuArea ul li{
	list-style: none;
	width: 122px !important;
	margin: 5px 2%;
	float: left;
}
}
/*@media all and (max-width:959px){
section.elementary_school .kitakyusyuArea{　
	width: 96%;
	max-width: 380px;
	margin: 0 auto;
}
.elementary_school .kitakyusyuArea ul{
	width: 100%;
	max-width: 380px;
	overflow: hidden;
}
.elementary_school .kitakyusyuArea ul li{
	list-style: none;
	width: 46.3%;
	margin: 5px 1%;
	float: left;
}
}*/
/*@media all and (max-width:768px){

	section.elementary_school .kitakyusyuArea{　
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
	.elementary_school .kitakyusyuArea ul{
	width: 100%;
	max-width: 768px;
	overflow: hidden;
}
	.elementary_school .kitakyusyuArea ul li{
	width: 32%;
	margin: 5px 0.5%;
}
}*/
@media all and (max-width:560px){
	section.elementary_school .kitakyusyuArea{　/* 2校分 */
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}
.elementary_school .kitakyusyuArea ul{
	width: 100%;
	max-width: 560px;
	overflow: hidden;
}
	.elementary_school .kitakyusyuArea ul li{
	width: 49%;
	margin: 5px 0.5%;
}
}
/************************************************************************ ここから 小学校１校分(筑豊・筑後地区)の部分 *********************/
section.elementary_school .chikuhoArea, .elementary_school .chikugoArea{　/* 1校分の破線部分 */
	width: 100%;
	max-width: 260px;
	/*margin: 0 auto;*/
}


.elementary_school .chikuhoArea ul, .elementary_school .chikugoArea ul{
	width: 100%;
	max-width: 260px;
	overflow: hidden;
	margin-left: 25%;
}
.elementary_school .chikuhoArea ul li, .elementary_school .chikugoArea ul li{
	list-style: none;
	width: 47%;
	margin: 5px 0.5%;
	float: left;
}
.elementary_school .chikuhoArea ul li div, .elementary_school .chikugoArea ul li div{
	width: 100%;
	display: table;
	background-color: #fff;
}
.elementary_school .chikuhoArea ul li a, .elementary_school .chikugoArea ul li a{
	display: table-cell;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 62px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.elementary_school .chikuhoArea ul li a:hover, .elementary_school .chikugoArea ul li a:hover{
	background-color: #cce9fd;
}
@media all and (max-width:959px){
	section.elementary_school .chikuhoArea, .elementary_school .chikugoArea{　/* 1校分の破線部分 */
	width: 96%;
	max-width: 260px;
	margin: 0 auto;
}
	.elementary_school .chikuhoArea ul li, .elementary_school .chikugoArea ul li{
	width: 67.5%;
	margin: 5px 0;
}
}
@media only screen and (max-width:959px){
	.elementary_school .chikuhoArea ul, .elementary_school .chikugoArea ul{ margin-left: 15% !important; }
}
@media all and (max-width:768px){
	.elementary_school .chikuhoArea ul li, .elementary_school .chikugoArea ul li{
	width: 94.3%;
	margin: 5px auto;
}
}
@media only screen and (max-width:768px){
	.elementary_school .chikuhoArea ul, .elementary_school .chikugoArea ul{ margin: 0 2.5% !important; }
}
@media all and (max-width:560px){
	section.elementary_school .chikuhoArea, .elementary_school .chikugoArea{　/* 1校分の破線部分 */
	width: 96%;
	max-width: 280px;
	margin: 0 auto;
}
	.elementary_school .chikuhoArea ul li, .elementary_school .chikugoArea ul li{
	width: 100%;
	margin: 5px 0.5%;
}
}
/*@media all and (max-width:959px){
	section.elementary_school .chikuhoArea, .elementary_school .chikugoArea{　
	width: 96%;
	max-width: 260px;
	margin: 0 auto;
}
	.elementary_school .chikuhoArea ul li, .elementary_school .chikugoArea ul li{
	width: 67.5%;
	margin: 5px 0;
}
}
@media only screen and (max-width:959px){
	.elementary_school .chikuhoArea ul, .elementary_school .chikugoArea ul{ margin-left: 15% !important; }
}*/
@media only screen and (min-width:960px){
section.elementary_school .chikuhoArea h3.dotted, .elementary_school .chikugoArea h3.dotted{
	width: 250px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 65px 1% 22px;
	margin-left: 100px;
}
	.elementary_school .chikuhoArea ul, .elementary_school .chikugoArea ul{
	width: 100%;
	max-width: 230px !important;
	overflow: hidden;
	padding-left: 90px !important;
}
	.elementary_school .chikuhoArea ul li, .elementary_school .chikugoArea ul li{
	list-style: none;
	width: 122px !important;
	margin: 5px 0.5%;
	float: left;
	position: relative;
}
	.elementary_school .chikuhoArea ul li::after{   
	content: "";
	flex-grow: 1;
	display: block;
	height: 300px;
	border-right  : 3px dotted #fff;
	position: absolute;
	top:0px;
	right:183px;
}
	.elementary_school .chikugoArea ul li::after{   
	content: "";
	flex-grow: 1;
	display: block;
	height: 300px;
	border-right  : 3px dotted #fff;
	position: absolute;
	top:0px;
	right:183px;
}
}
/*@media only screen and (max-width:959px){
	.elementary_school .chikuhoArea ul li, .elementary_school .chikugoArea ul li{
	width: 94.3%;
	margin: 5px auto;
}
}
@media only screen and (max-width:959px){
	.elementary_school .chikuhoArea ul, .elementary_school .chikugoArea ul{ margin: 0 2.5% !important; }
}
@media all and (max-width:560px){
	section.elementary_school .chikuhoArea, .elementary_school .chikugoArea{　
	width: 96%;
	max-width: 280px;
	margin: 0 auto;
}
	.elementary_school .chikuhoArea ul li, .elementary_school .chikugoArea ul li{
	width: 100%;
	margin: 5px 0.5%;
}
}*/

/********************************************　ここからtopへ戻るボタン  ***********************************************************/
 .btnBackToTop {
    display:block;
    width:85px;
    height:85px;
    background:url("../images/btn.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    position:fixed;
    bottom: 30px;
    right: 30px;
    text-decoration: none;
}
@media all and (max-width:560px){
.btnBackToTop {
    display:block;
    width:85px;
    height:85px;
    background:url("../images/btn.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    position:fixed;
    bottom: 50px;
    right: 30px;
    text-decoration: none;
}
}
/********************************************　ここからfooter  ***********************************************************/
a:link,
a:visited,
a:active,
a:hover {
	color: #7eb41e;
}

a:hover {
	text-decoration: none;
}

footer {
	background-color: #87b92f;
	color: #FFFFFF;
	padding: 30px 0;
	width: 100%;
	margin-top: 120px;
}
.for_pc {
	width: 96%;
	max-width: 950px;
	margin: 0 auto;
}
.for_sp{
	width: 0;
	height: 0;
}
#ftInnerTop {
	overflow: hidden;
}
#ftComInfo {
	float: left;
	font-size: 12px;
}
#ftComInfo dt {
	width: 200px;
	overflow: hidden;
	margin-bottom: 12px;
}
#ftNavWrap {
	float: right;
}
#ftNavWrap ul {
	margin-bottom: 13px;
	text-align: right;
}
#ftNavWrap ul li {
	display: inline;
	font-size: 12px;
}
#ftNavWrap ul li a {
	color: #FFF;
	margin: 0 6px 0 6px;
}
#ftNavWrap .memberBtn {
	width: 160px;
	float: right;
	margin: 20px 0 50px;
}
#copyRight {
	font-size: 12px;
	text-align: center;
}

@media all and (max-width:999px){
	footer {
	padding: 30px 0;
	width: 100%;
	margin-top: 120px;
}
.for_pc {
	width: 96%;
	max-width: 700px;
	margin: 0 auto 0 10%;
	text-align: left;
}
.for_sp{
	width: 0;
	height: 0;
}
#ftComInfo {
	float: none;
	font-size: 14px;
}
#ftComInfo dt {
	width: 200px;
	overflow: hidden;
	margin-bottom: 12px;
}
#ftNavWrap {
	float: none;
	margin: 30px 0;
}
#ftNavWrap ul {
	margin-bottom: 13px;
	text-align: left;
}
#ftNavWrap ul li {
	display: inline;
	font-size: 14px;
}
#ftNavWrap ul li a {
	color: #FFF;
	margin: 0 6px 0 6px;
}
#ftNavWrap .memberBtn {
	width: 160px;
	float: none;
	margin: 40px 0 50px;
}
#copyRight {
	font-size: 12px;
	text-align: center;
}
}
@media all and (max-width:768px){
	footer {
	padding: 30px 0;
	width: 100%;
	margin-top: 120px;
}
.for_pc {
	width: 96%;
	max-width: 700px;
	margin: 0 auto 0 5%;
	text-align: left;
}
.for_sp{
	width: 0;
	height: 0;
}
	#ftComInfo {
	float: none;
	font-size: 13px;
}
#ftComInfo dt {
	width: 200px;
	overflow: hidden;
	margin-bottom: 12px;
}
#ftNavWrap {
	float: none;
	margin: 30px 0;
}
#ftNavWrap ul {
	margin-bottom: 13px;
	text-align: left;
}
#ftNavWrap ul li {
	display: inline;
	font-size: 13px;
}
#ftNavWrap ul li a {
	color: #FFF;
	margin: 0 6px 0 6px;
}
#ftNavWrap .memberBtn {
	width: 160px;
	float: none;
	margin: 40px 0 50px;
}
#copyRight {
	font-size: 12px;
	text-align: center;
}
}
@media all and (max-width:560px){
footer {
	padding: 30px 0;
	width: 100%;
	margin-top: 60px;
}
.for_pc{
	width: 0;
	height: 0;
}
.for_sp {
	width: 96%;
	max-width: 480px;
	height: 10%;
	margin: 0 auto;
	text-align: left;
}
#ftComInfo {
	float: none;
	font-size: 14px;
}
#ftComInfo dt {
	width: 200px;
	overflow: hidden;
	margin-bottom: 12px;
}
#ftNavWrap2 {
	float: none;
	margin: 30px 0;
}
#ftNavWrap2 ul {
	margin-bottom: 13px;
	text-align: left;
}
#ftNavWrap2 ul li {
	display: inline;
	font-size: 14px;
}
#ftNavWrap2 ul li a {
	color: #FFF;
	margin: 0 6px 0 6px;
}
#ftNavWrap2 .memberBtn {
	width: 160px;
	float: none;
	margin: 40px 0 50px;
}
#copyRight {
	font-size: 12px;
	text-align: center;
}
}