@charset "utf-8";


/*---------------------------------------------------------------------------------------
	大枠設定
----------------------------------------------------------------------------------------*/

body{
	font-family: "Noto Sans Japanese";
	color: #111;
	min-width: 1020px;
	text-align: center;
}
#wrapper{
	background: url(../images/header-bg.jpg) no-repeat center top fixed;
	background-size: 100% auto;
}
.switch{}
.mincho{ font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;}
a{ color:#111; text-decoration:none;}
a:hover{ color:#999; text-decoration:none;}
a.f-blue{ color: #1111FF; text-decoration: underline;}
a.f-blue:hover{ opacity: .7}
/* tag */
.tag-orange{ display: inline-block; min-width: 9em; font-size: 14px; line-height: 25px; font-weight: normal; text-align: center; border-radius: 13px; padding: 0 .5em; color: #fff; background: #FF6900; vertical-align: middle; margin-right: 5px;}
.tag-pink{ display: inline-block; min-width: 9em; font-size: 14px; line-height: 25px; font-weight: normal; text-align: center; border-radius: 13px; padding: 0 .5em; color: #fff; background: #FD55A0; vertical-align: middle; margin-right: 5px;}
.tag-purple{ display: inline-block; min-width: 9em; font-size: 14px; line-height: 25px; font-weight: normal; text-align: center; border-radius: 13px; padding: 0 .5em; color: #fff; background: #5F52A0; vertical-align: middle; margin-right: 5px;}
.tag-beige{ display: inline-block; min-width: 9em; font-size: 14px; line-height: 25px; font-weight: normal; text-align: center; border-radius: 13px; padding: 0 .5em; color: #fff; background: #AD6A01; vertical-align: middle; margin-right: 5px;}
.tag-lightblue{ display: inline-block; min-width: 9em; font-size: 14px; line-height: 25px; font-weight: normal; text-align: center; border-radius: 13px; padding: 0 .5em; color: #fff; background: #41A5EB; vertical-align: middle; margin-right: 5px;}
.tag-green{ display: inline-block; min-width: 9em; font-size: 14px; line-height: 25px; font-weight: normal; text-align: center; border-radius: 13px; padding: 0 .5em; color: #fff; background: #32B16C; vertical-align: middle; margin-right: 5px;}
.tag-yellow{ display: inline-block; min-width: 9em; font-size: 14px; line-height: 25px; font-weight: normal; text-align: center; border-radius: 13px; padding: 0 .5em; color: #fff; background: #F8AC03; vertical-align: middle; margin-right: 5px;}
.tag-blue{ display: inline-block; min-width: 9em; font-size: 14px; line-height: 25px; font-weight: normal; text-align: center; border-radius: 13px; padding: 0 .5em; color: #fff; background: #0168B7; vertical-align: middle; margin-right: 5px;}
.tag-red{ display: inline-block; min-width: 9em; font-size: 14px; line-height: 25px; font-weight: normal; text-align: center; border-radius: 13px; padding: 0 .5em; color: #fff; background: #E62601; vertical-align: middle; margin-right: 5px;}
.tag-miku{ display: inline-block; min-width: 9em; font-size: 14px; line-height: 25px; font-weight: normal; text-align: center; border-radius: 13px; padding: 0 .5em; color: #fff; background: #88ce2a; vertical-align: middle; margin-right: 5px;}
.tag-wanted{ display: inline-block; min-width: 5em; font-size: 14px; line-height: 25px; font-weight: normal; text-align: center; padding: 0 .5em; color: #fff; background: #F00; vertical-align: middle; margin-right: 5px;}
.tag-end{ display: inline-block; min-width: 5em; font-size: 14px; line-height: 25px; font-weight: normal; text-align: center; padding: 0 .5em; color: #fff; background: #666; vertical-align: middle; margin-right: 5px;}
.tag-kids{ display: inline-block; min-width: 5em; font-size: 14px; line-height: 21px; font-weight: normal; text-align: center; border: 2px solid #FD55A0; border-radius: 13px; padding: 0 .5em; color: #FD55A0; vertical-align: middle; margin-right: 5px;}
.tag-adult{ display: inline-block; min-width: 5em; font-size: 14px; line-height: 21px; font-weight: normal; text-align: center; border: 2px solid #41A5EB; border-radius: 13px; padding: 0 .5em; color: #41A5EB; vertical-align: middle; margin-right: 5px;}
.tag-junior{ display: inline-block; min-width: 5em; font-size: 14px; line-height: 21px; font-weight: normal; text-align: center; border: 2px solid #32B16C; border-radius: 13px; padding: 0 .5em; color: #32B16C; vertical-align: middle; margin-right: 5px;}
.tag-senior{ display: inline-block; min-width: 5em; font-size: 14px; line-height: 21px; font-weight: normal; text-align: center; border: 2px solid #FFC000; border-radius: 13px; padding: 0 .5em; color: #FFC000; vertical-align: middle; margin-right: 5px;}
.tag-oyako{ display: inline-block; min-width: 5em; font-size: 14px; line-height: 21px; font-weight: normal; text-align: center; border: 2px solid #5F52A0; border-radius: 13px; padding: 0 .5em; color: #5F52A0; vertical-align: middle; margin-right: 5px;}
/* btn */
a.btn1{ box-sizing: border-box; display: inline-block; color: #111; font-size: 15px; font-weight: 500; padding: 10px 35px 10px 15px; border: 1px solid #88CE2A; border-radius: 5px; position: relative; vertical-align: middle; background: #fff;}
a.btn1:after{ position: absolute; right: 10px; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; pointer-events: none; border-color: rgba(136, 206, 42, 0); border-left-color: #88CE2A; border-width: 7px; margin-top: -7px;}
a.btn1:hover{ color: #4DB723;}
a.btn1-pdf{ box-sizing: border-box; display: inline-block; color: #111; font-size: 15px; font-weight: 500; padding: 10px 15px 10px 15px; border: 1px solid #88CE2A; border-radius: 5px; position: relative; vertical-align: middle; background: #fff;}
a.btn1-pdf:after{ content: url(../images/icon-pdf.png); margin: 0 0 -3px 5px; display: inline-block; vertical-align: middle;}
a.btn1-pdf:hover{ color: #4DB723;}
a.btn2{ box-sizing: border-box; display: inline-block; color: #111; font-size: 15px; font-weight: 500; padding: 10px 25px 10px 30px; border: 1px solid #88CE2A; border-radius: 50px; position: relative; vertical-align: middle; background: #FFF45C; width: 320px; text-align: left;}
a.btn2-3{ box-sizing: border-box; display: inline-block; color: #111; font-size: 15px; font-weight: 500; padding: 10px 25px 10px 30px; border: 1px solid #88CE2A; border-radius: 50px; position: relative; vertical-align: middle; background: #FFF45C; width: 235px; text-align: left;}
a.btn2.btn-w500{ width: 500px;}
a.btn2:before{ position: absolute; right: 5px; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; pointer-events: none; border-color: rgba(136, 206, 42, 0); border-left-color: #88CE2A; border-width: 7px; margin-top: -7px;}
a.pdf:after{ content: url(../images/icon-pdf.png); margin: 0 0 -3px 5px; display: inline-block; vertical-align: middle;}
a.outside:after{ content: url(../images/icon-blank.png); margin: -3px 0 0 5px; display: inline-block; vertical-align: middle;}
a.btn2:hover,a.btn2-3:hover{ opacity: .7;}
a.btn3{ display: block; color: #4DB723!important; font-size: 17px; font-weight: bold; padding: 15px; background: #fff; border: 2px solid #4DB723; border-radius: 10px;}
a.btn3:after{ display: inline-block; border: solid transparent; content: " "; height: 0; width: 0; pointer-events: none; border-color: rgba(136, 206, 42, 0); border-left-color: #4DB723; border-width: 7px; margin-left: 15px; vertical-align: middle;}
a.btn3:hover{ opacity: .6;}
a.btn4{ box-sizing: border-box; display: inline-block; color: #111; font-size: 15px; font-weight: 500; padding: 10px 35px 10px 15px; border: 1px solid #88CE2A; border-radius: 5px; position: relative; vertical-align: middle; background: #fff;}
a.btn4:after{ position: absolute; right: 10px; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; pointer-events: none; border-color: rgba(136, 206, 42, 0); border-top-color: #88CE2A; border-width: 7px; margin-top: -4px;}
a.btn4:hover{ color: #4DB723;}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1300px){
	#wrapper{
		background: url(../images/header-bg.jpg) no-repeat center top fixed;
		background-size: auto;
	}
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	body {
		font-size: 14px;
		min-width: inherit;
	}
	#wrapper{
		background: url(../images/header-bg.jpg) no-repeat center top fixed;
		background-size: 150% auto;
		padding-top: 60px;
	}
	a.f-blue:hover{ opacity: 1}
	/* tag */
	.tag-orange, .tag-pink, .tag-purple, .tag-beige, .tag-lightblue, .tag-green, .tag-yellow, .tag-blue, .tag-red, .tag-orange, .tag-miku{ line-height: 20px;}
	/* btn */
	a.btn1, a.btn4{ font-size: 14px; padding: 6px 35px 6px 15px;}
	a.btn2,a.btn2-3{ font-size: 14px; padding: 6px 35px 6px 15px; width: inherit;}
	a.btn2:hover{ opacity: 1;}
	a.btn2.btn-w500{ width: 100%;}
	a.btn3{ font-size: 15px; padding: 10px;}
}






/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/

header{
	position: relative;
}
/* div */
header div{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
header div h1{
	float: left;
}
header div p.menu{
	display: none;
}
header div p.btn{
	float: right;
	padding-top: 30px;
	padding-left: 4px;
}
header div p.btn a{
	box-sizing: border-box;
	display: table;
	width: 145px;
	height: 50px;
	font-size: 14px;
	background: #88CE2A;
}
header div p.btn a span{
	display: table-cell;
	color: #fff;
	font-weight: 500;
	line-height: 1.3;
	vertical-align: middle;
}
header div p.btn a:hover{
	background: #FFC000;
}

/* nav */
header nav{
	background: rgba(255,255,255,.7);
}
header nav ul{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
header nav ul li{
	width: 15%;
	height: 70px;
	line-height: 70px;
}
header nav ul li:nth-child(4){
	width: 25%;
}

header nav ul li a{
	display: block;
	position: relative;
	font-weight: bold;
	text-align: center;
}
header nav ul li a:before{
	content: "";
	position: absolute;
	border-left: 1px solid #333;
	height: 25px;
	left: 0;
	top: 30%;
}
header nav ul li:nth-child(6) a:after{
	content: "";
	position: absolute;
	border-right: 1px solid #333;
	height: 25px;
	right: 0;
	top: 30%;
}
header nav ul li a:hover{
	color: #4DB723;
}
header div.insta{
	position: absolute;
	right: 10px;
	top: 30px;
	width: 50px;
}
header div.insta img{
	width: 100%;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1130px){
	header div{
		width: 900px;
		margin: 0 auto;
		overflow: hidden;
	}
}
@media screen and (max-width:1020px){
	/* div */
	header div{
		width: 100%;
		margin: -60px auto 0;
		overflow: hidden;
		position: fixed;
		z-index: 9999;
		background: rgba(255,255,255,.7);
	}
	header div h1{
		float: left;
	}
	header div h1 a{
		display: block;
	}
	header div h1 img{
		height: 60px;
		width: auto;
		margin: 0 5px;
	}
	header div p.menu{
		float: right;
		display: block;
		position: relative;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}
	header div p.menu span{
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 18%;
		width: 64%;
		height: 4px;
		background: #000;
		border-radius: 3px;
	}
	header div p.menu span:nth-of-type(1) { top: 25%;}
	header div p.menu span:nth-of-type(2) { top: 46%;}
	header div p.menu span:nth-of-type(3) { bottom: 25%;}
	header.open div p.menu span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}
	header.open div p.menu span:nth-of-type(2) {
		opacity: 0;
	}
	header.open div p.menu span:nth-of-type(3) {
		-webkit-transform: translateY(-14px) rotate(45deg);
		transform: translateY(-14px) rotate(45deg);
	}
	header div p.btn{
		display: none;
	}
	/* nav */
	header nav{
		display: none;
		position: fixed;
		left: 0;
		top: 60px;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,.95);
		z-index: 9999999999;
	}
	header nav ul{
		width: auto;
		margin: 0 auto;
		padding: 0 5% 10px;
		flex-direction: column;
	}
	header nav ul li{
		width: auto;
		padding: 0;
		height: auto;
		line-height: inherit;
	}
	header nav ul li:nth-child(4){
		width: auto;
	}
	header nav ul li a{
		font-weight: normal;
		font-size: 16px;
		padding: 8px 10px;
	}
	header nav ul li a:before{
		border-left: none;
	}
	header nav ul li:nth-child(6) a:after{
		border-right: none;
	}
	header nav ul li a:hover{
		color: #4DB723;
	}
	header nav ul li.pcnone{
		padding: 2px 0;
	}
	header nav ul li.pcnone a{
		display: block;
		width: 100%;
		color: #fff;
		background: #88CE2A;
		margin-bottom: 1px;
	}
	header nav ul li.pcnone a:hover{
		background: #FFC000;
	}
	header div.insta{
		position: relative;
		right: 10px;
		top: inherit;
		width: 40px;
	}
}






/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

section{ clear: both;}
/* pagetitle */
.pagetitle{
	display: table;
	width: 100%;
	background: url(../images/title-bg.png) no-repeat center center;
}
.pagetitle span{
	display: table-cell;
	height: 150px;
	color: #88ce2a;
	font-size: 30px;
	vertical-align: middle;
}
/* pnav */
ol#pnav{
	clear: both;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 12px;
}
ol#pnav li{
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
}
ol#pnav li:not(:last-child):after{
	display: inline-block;
	content: ">";
	margin: 0 .5em;
}
ol#pnav li a{
	text-decoration: underline;
}
/* contents */
#contents{
	background: #fff;
	overflow: hidden;
}
#contents .contentswrap{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#contents .shibafu{
	padding: 50px 0 80px;
	background: url(../images/bg-shibafu.png) repeat;
}
/* subtitle */
#contents .subtitle{
	clear: both;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
	background: url(../images/subtitle-bg.png) no-repeat center bottom;
	margin-bottom: 30px;
}
/* subtitle2 */
#contents .subtitle2{
	text-align: left;
	background: #C3E694;
	display: table;
	width: 100%;
	margin-bottom: 25px;
  position: relative;
}
#contents .subtitle2 em{
  position: absolute;
  top: -20px;
  left: 10px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  border: 4px solid #88CE2A;
  border-radius: 25px;
  background: #F5CE18;
}
#contents .subtitle2 em.east{
  color: #fff;
  background: #FF6F64;
}
#contents .subtitle2 strong,#contents .subtitle2 span{
	display: table-cell;
	vertical-align: middle;
}
#contents .subtitle2 strong{
	color: #FFF;
	font-size: 22px;
	padding: 18px 15px;
	background: #88CE2A;
	width: 300px;
	box-sizing: border-box;
}
#contents .subtitle2 span{
	font-weight: normal;
	padding: 10px 20px;
}
#contents .subtitle2 span span{
  padding: 0;
	color: #88CE2A;
  font-size: 24px;
	font-weight: bold;
	background: url(../images/marker-yellow.png) repeat left top;
}
#contents .subtitle2 span a{
	width: 120px;
	padding: 8px 30px 8px 10px;
	margin-left: 10px;
	text-align: left;
}
#contents .subtitle2 span a:after{
	right: 5px;
}
/* subtitle3 */
#contents .subtitle3{
	color: #FFF;
	font-size: 18px;
	padding: 5px 20px;
	background: #88CE2A;
	margin-bottom: 20px;
}
/* subtitle4 */
#contents .subtitle4{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 3px solid #88CE2A;
	margin-bottom: 15px;
}
/* pager */
.pager{
	clear: both;
	text-align: center;
	padding-top: 30px;
}
.pager li{
	display: inline-block;
	margin-right: 3px;
}
.pager li a {
    display: block;
    color: #fff;
    font-size: 85%;
    background: #999;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.pager li a.active {
    background: #88ce2a;
}
.pager li a:hover{
	opacity: 0.6;
}
.pager li.act{
    color: #fff;
    font-size: 85%;
    background: #999;
    width: 40px;
    height: 40px;
    line-height: 40px;
	opacity: 0.6;
}
/* def-gray */
dl.def-gray{
	clear: both;
	display: table;
	width: 100%;
	text-align: left;
	border: 1px solid #BFBFBF;
	background: #FFF;
	overflow: hidden;
}
dl.def-gray dt,dl.def-gray dd{
	display: table-cell;
	padding: 10px 15px;
}
dl.def-gray dt{
	font-weight: bold;
	background: #BFBFBF;
}
/* listicon */
ul.listicon{
	text-align: left;
	line-height: 2;
}
ul.listicon li{
	position: relative;
	padding-left: 1.5em;
}
ul.listicon li:before{
	content: "●";
	color: #88CE2A;
	position: absolute;
	left: 0;
	top: 0;
}
/* dl-basic */
dl.dl-basic{
	text-align: left;
	overflow: hidden;
}
dl.dl-basic dt{
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-right: 30px;
}
dl.dl-basic dd{
	overflow: hidden;
}
/* contact-box2 */
.contact-box2{
	clear: both;
	overflow: hidden;
}
.contact-box2 div{
	float: left;
	width: 48%;
	padding: 25px;
	border: 3px solid #88CE2A;
	border-radius: 10px;
	margin-right: 4%;
	background: #FFF;
}
.contact-box2 div:last-child{
	margin-right: 0;
}
.contact-box2 div p.title{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	background: #88CE2A;
	margin-bottom: 15px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	/* pagetitle */
	.pagetitle{
		background: url(../images/title-bg.png) no-repeat center center;
		background-size: 80% auto;
	}
	#contents .shibafu{
		padding: 25px 0 40px;
		background: url(../images/bg-shibafu.png) repeat;
	}
  #contents .subtitle2 em{
    top: -15px;
    font-size: 16px;
    padding: 0 10px;
    border: 2px solid #88CE2A;
  }
	#contents .subtitle2 strong,#contents .subtitle2 span{
		display: block;
	}
	#contents .subtitle2 strong{
		color: #FFF;
		font-size: 18px;
		padding: 10px;
		background: #88CE2A;
		width: 100%;
		box-sizing: border-box;
	}
	#contents .subtitle2 span{
		padding: 10px;
	}
  #contents .subtitle2 span span{
    font-size: 20px;
  }
	#contents .subtitle2 span.spnone{
		display: none;
	}
	#contents .subtitle3{
		color: #FFF;
		font-size: 16px;
		padding: 5px 10px;
		background: #88CE2A;
		margin-bottom: 10px;
	}
	/* subtitle4 */
	#contents .subtitle4{
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 3px;
		border-bottom: 2px solid #88CE2A;
		margin-bottom: 10px;
	}
	/* pnav */
	ol#pnav{
		padding-left: 5%;
		padding-right: 5%;
	}
	/* contents */
	#contents .contentswrap{
		padding-left: 5%;
		padding-right: 5%;
	}
	/* subtitle */
	#contents .subtitle{
		clear: both;
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 20px;
		background: url(../images/subtitle-bg.png) no-repeat center bottom;
		background-size: auto 15px;
		margin-bottom: 15px;
	}
	/* pager */
	.pager{
		padding-top: 15px;
	}
	.pager li a{
		display:block;
		color:#fff;
		font-size:85%;
		background:#999;
		width:30px;
		height:30px;
		line-height:30px;
	}
	.pager li.act,
	.pager li a:hover{
		opacity: 1;
	}
	dl.def-gray dt,dl.def-gray dd{
		display: block;
		padding: 10px 15px;
	}
	/* dl-basic */
	dl.dl-basic dt{
		float: none;
		font-size: 16px;
		font-weight: bold;
		margin-right: 0;
		margin-bottom: 5px;
	}
	/* contact-box2 */
	.contact-box2 div{
		float: none;
		width: auto;
		padding: 3%;
		border: 3px solid #88CE2A;
		border-radius: 10px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contact-box2 div:last-child{
		margin-right: 0;
		margin-bottom: 0;
	}
	.contact-box2 div p.title{
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		padding: 3px 0;
		background: #88CE2A;
		margin-bottom: 10px;
	}
	ol#pnav{ margin-top: 10px;}
	ol#pnav li{
	line-height: 10px;
}

}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	.pagetitle{
		background: url(../images/title-bg.png) no-repeat center center;
		background-size: cover;
	}
	.pagetitle span{
		height: 80px;
		font-size: 20px;
	}
	#contents .subtitle2 span a{
		width: 120px;
		padding: 10px 30px 10px 10px;
		margin: 2px 0 2px 5px;
		text-align: left;
	}
}





/*---------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------*/

footer{
	clear: both;
	background: #fff;
	overflow: hidden;
	font-size: 14px;
}
/* pagetop */
footer #pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}
/* footer-nav */
footer #footer-nav{
	padding: 20px 0;
	background: url(../images/footer-bg.png) repeat center top;
}
footer #footer-nav dl.about{
	display: inline-block;
	width: 390px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
}
footer #footer-nav dl.about dt img{
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}
footer #footer-nav dl.about dd strong{
	font-size: 18px;
}
footer #footer-nav div{
	display: inline-block;
	width: 610px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	line-height: 1.8;
}
footer #footer-nav div dl{
	float: left;
	width: 33.33333333333333%;
	min-height: 150px;
	border-left: 2px solid #fff;
	padding-left: 15px;
}
footer #footer-nav div ul{
	float: left;
	width: 33.33333333333333%;
	min-height: 150px;
}
footer #footer-nav div a{
	color: #fff;
	font-weight: 500;
}
footer #footer-nav div a:hover{
	opacity: .6;
}
footer #footer-nav div dd{
	padding-left: 1em;
}
footer #footer-nav div dd:before{
	content: "・";
}
/* footer-spomido */
footer #footer-spomido{
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
footer #footer-spomido dl{
	float: left;
	display: table;
	text-align: left;
}
footer #footer-spomido dl dt{
	display: table-cell;
	width: 200px;
	vertical-align: middle;
}
footer #footer-spomido dl dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
}
footer #footer-spomido dl dd strong{
	font-size: 16px;
}
footer #footer-spomido p{
	float: right;
	font-size: 10px;
	padding-top: 45px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	/* pagetop */
	footer #pagetop{
		position: fixed;
		bottom: 20px;
		right: 10px;
	}
	footer #pagetop img{
		width: 50px;
		height: auto;
	}
	/* footer-nav */
	footer #footer-nav{
		padding: 20px 5%;
		background: url(../images/footer-bg.png) repeat center top;
		background-size: 1000px auto;
		overflow: hidden;
	}
	footer #footer-nav dl.about{
		display: table;
		width: 100%;
		color: #fff;
		font-weight: 500;
		text-align: left;
		margin-bottom: 10px;
	}
	footer #footer-nav dl.about dt{
		display: table-cell;
		float: none;
		width: 120px;
		padding-right: 15px;
	}
	footer #footer-nav dl.about dt img{
		max-width: 120px;
		height: auto;
		border-radius: 5px;
		margin-bottom: 0;
	}
	footer #footer-nav dl.about dd{
		display: table-cell;
		vertical-align: middle;
	}
	footer #footer-nav dl.about dd strong{
		display: inline-block;
		font-size: 14px;
		margin-bottom: 3px;
	}
	footer #footer-nav div{
		display: block;
		width: auto;
		text-align: left;
		color: #fff;
		line-height: 1.8;
		overflow: hidden;
	}
	footer #footer-nav div dl{
		float: left;
		width: 33.33333333333333%;
		min-height: inherit;
		border-left: none;
		border-top: 2px solid #fff;
		padding-top: 10px;
		padding-left: 0;
		padding-bottom: 15px;
	}
	footer #footer-nav div ul{
		float: left;
		width: 33.33333333333333%;
		min-height: inherit;
		border-top: 2px solid #fff;
		padding-top: 10px;
	}
	footer #footer-nav div a{
		color: #fff;
		font-weight: 500;
	}
	footer #footer-nav div a:hover{
		opacity: .6;
	}
	footer #footer-nav div dd{
		padding-left: 1em;
	}
	footer #footer-nav div dd:before{
		content: "・";
	}
	/* footer-spomido */
	footer #footer-spomido{
		padding: 10px 5%;
	}
	footer #footer-spomido dl{
		float: none;
		display: block;
		text-align: center;
	}
	footer #footer-spomido dl dt{
		display: block;
		width: auto;
		vertical-align: middle;
	}
	footer #footer-spomido dl dt img{
		width: 120px;
		height: auto;
	}
	footer #footer-spomido dl dd{
		display: block;
		vertical-align: middle;
		font-size: 11px;
		text-align: left;
	}
	footer #footer-spomido dl dd strong{
		font-size: 13px;
	}
	footer #footer-spomido p{
		clear: both;
		float: none;
		font-size: 10px;
		padding-top: 20px;
	}
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	footer #footer-nav div dl{
		float: left;
		width: 50%;
		min-height: inherit;
		border-left: none;
		border-top: 2px solid #fff;
		padding-top: 10px;
		padding-left: 0;
		padding-bottom: 10px;
	}
	footer #footer-nav div ul{
		float: none;
		width: auto;
		min-height: inherit;
		border-top: none;
		padding-top: 0;
	}
	footer #footer-nav div ul li{
		float: left;
		width: 50%;
	}
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:360px){
	footer #footer-nav div dl{
		float: none;
		width: auto;
		min-height: inherit;
		border-left: none;
		border-top: 2px solid #fff;
		padding-top: 10px;
		padding-left: 0;
		padding-bottom: 10px;
	}
	footer #footer-nav div dl:nth-child(2){
		border: none;
		padding-top: 0;
	}
}




























































/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#top-mv{
	height: 550px;
	padding: 40px 0 70px;
	overflow: hidden;
}
#top-mvwrap{
	max-width:900px;
	width: 100%;
	margin: 0 auto;
}
#top-mv ul li{
	padding-bottom: 20px;
/*	background: url(../images/top-mv-bg.png) no-repeat center bottom;
*/}
#top-mv ul li img{
	width: 100%;
	height: auto;
}
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
	border: 10px solid #fff;
	border-radius: 10px;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
	overflow: visible !important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  outline: 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #FF6F64;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: -45px;
  background: url('../images/top-mv-prev.png') no-repeat #fff;
	border-radius: 10px;
}
.bx-wrapper .bx-next {
  right: -45px;
  background: url('../images/top-mv-next.png') no-repeat #fff;
	border-radius: 10px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 42%;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#top-mv{
		height: auto;
		padding: 20px 0;
		overflow: hidden;
	}
	#top-mvwrap{
		padding: 0 2%;
	}
	#top-mv ul li{
		padding-bottom: 10px;
		background: none;
	}
	.bx-wrapper img {
		border: 5px solid #fff;
		border-radius: 5px;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
	  position: absolute;
	  bottom: -10px;
	  width: 100%;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
	  background: #fff;
	  text-indent: -9999px;
	  display: block;
	  width: 10px;
	  height: 10px;
	  margin: 0 5px;
	  outline: 0;
	  -moz-border-radius: 7px;
	  -webkit-border-radius: 7px;
	  border-radius: 7px;
	}
	.bx-wrapper .bx-prev {
		left: -5px;
		background: url('../images/top-mv-prev.png') no-repeat #fff;
		background-size: 80%;
		background-position: center;
		border-radius: 5px;
	}
	.bx-wrapper .bx-next {
		right: -5px;
		background: url('../images/top-mv-next.png') no-repeat #fff;
		background-size: 80%;
		background-position: center;
		border-radius: 5px;
	}
	.bx-wrapper .bx-controls-direction a {
	  top: 38%;
	  outline: 0;
	  width: 20px;
	  height: 40px;
	}
}

/* top-news */
#top-news{
	clear: both;
	padding: 50px 0 80px;
	overflow: hidden;
	position: relative;
}
#top-news:after{
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	width: 130px;
	height: 130px;
	margin-left: 460px;
	background: url(../images/top-news-bg.png) no-repeat;
}
#top-news dl.rednews{
	max-width: 1000px;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	padding: 10px 20px;
	border: 2px solid #f00;
	overflow: hidden;
	margin: 0 auto 40px;
	color: #f00;
}
#top-news dl.rednews dt{
	color: #f00;
	float: left;
}
#top-news dl.rednews dt:after{
	content: "｜";
}
#top-news dl.rednews dd{
	overflow: hidden;
}
#top-news dl.rednews dd div p{color: #000; font-weight: normal;}

#top-news div.news{
	display: inline-block;
	width: 650px;
	height: auto;
	border-top: 1px dashed #4c4c4c;
	margin-right: 40px;
	vertical-align: top;
}
#top-news div.news dl{
	text-align: left;
	padding: 15px 0;
	border-bottom: 1px dashed #4c4c4c;
}
#top-news div.news dl dt{
	margin-bottom: 5px;
}
#top-news div.news dl dt strong{
	display: inline-block;
	margin-right: 1em;
}
#top-news div.news dl dd{
}
#top-news div.news p{
	text-align: right;
	padding-top: 30px;
}
#top-news div.other{
	display: inline-block;
	width: 310px;
	vertical-align: top;
	position: relative;
	z-index: 5;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#top-news{
		clear: both;
		padding: 30px 5% 40px;
		overflow: hidden;
		position: relative;
	}
	#top-news:after{
		display: inline-block;
		position: absolute;
		left: auto;
		right: 0;
		bottom: 0;
		content: "";
		width: 100px;
		height: 100px;
		margin-left: 0;
		background: url(../images/top-news-bg.png) no-repeat;
		background-size: 100px;
	}
	#top-news dl.rednews{
		max-width: 1000px;
		color: #f00;
		font-size: 14px;
		font-weight: 500;
		text-align: left;
		padding: 10px 20px;
		border: 2px solid #f00;
		overflow: hidden;
		margin: 0 auto 30px;
	}
	#top-news dl.rednews dt{
		color: #f00;
		float: left;
	}
	#top-news dl.rednews dt:after{
		content: "｜";
	}
	#top-news dl.rednews dd{
		overflow: hidden;
	}
	#top-news div.news{
		display: block;
		width: auto;
		height: auto;
		border-top: 1px dashed #4c4c4c;
		margin-right: 0;
		vertical-align: top;
		margin-bottom: 30px;
	}
	#top-news div.news dl{
		text-align: left;
		padding: 10px 0;
		border-bottom: 1px dashed #4c4c4c;
	}
	#top-news div.news dl dt{
		margin-bottom: 0;
	}
	#top-news div.news dl dt strong{
		display: inline-block;
		margin-right: 1em;
	}
	#top-news div.news dl dd{
	}
	#top-news div.news p{
		text-align: right;
		padding-top: 15px;
	}
	#top-news div.other{
		clear: both;
		display: block;
		width: auto;
		vertical-align: top;
		position: relative;
		z-index: 5;
	}
}

/* top-school */
#top-school{
	overflow: hidden;
}
#top-schoolwrap{
	clear: both;
	text-align: left;
	padding: 10px 40px 0;
	background: #fff;
	border-radius: 10px;
	border: 3px solid #88CE2A;
	overflow: hidden;
}
#top-schoolwrap article{
	clear: both;
	padding: 30px 0;
	border-bottom: 1px dashed #88CE2A;
	overflow: hidden;
}
#top-schoolwrap article h3{
	overflow: hidden;
	margin-bottom: 5px;
}
#top-schoolwrap article h3 strong{
	display: inline-block;
	font-size: 26px;
	margin-right: .5em;
	vertical-align: middle;
}
#top-schoolwrap article h3 span{
	min-width: 6em;
}
#top-schoolwrap article figure{
	float: left;
	width: 320px;
	margin-right: 25px;
}
#top-schoolwrap article figure img{
	width: 100%;
	height: auto;
}
#top-schoolwrap article p{
	overflow: hidden;
}
#top-schoolwrap article .note{
	font-size: 14px;
	margin-bottom: 10px;
}
#top-schoolwrap article.half{
	float: left;
	width: 50%;
	clear: none;
	padding-right: 15px;
	border-bottom: none;
}
#top-schoolwrap article.half figure{
	float: left;
	width: 160px;
	margin-right: 15px;
}
#top-schoolwrap article.half h3{
	overflow: hidden;
}
#top-schoolwrap article.half h3 strong{
	font-size: 20px;
}
#top-schoolwrap article.half p{
	overflow: hidden;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#top-school{
		overflow: hidden;
	}
	#top-schoolwrap{
		clear: both;
		text-align: left;
		padding: 0 5%;
		background: #fff;
		border-radius: 10px;
		border: 3px solid #88CE2A;
		overflow: hidden;
	}
	#top-schoolwrap article{
		clear: both;
		padding: 20px 0;
		border-bottom: 1px dashed #88CE2A;
		overflow: hidden;
	}
	#top-schoolwrap article h3{
		margin-bottom: 10px;
	}
	#top-schoolwrap article h3 strong{
		display: inline-block;
		font-size: 18px;
		margin-right: .5em;
		vertical-align: middle;
	}
	#top-schoolwrap article h3 span{
		min-width: 6em;
	}
	#top-schoolwrap article figure{
		clear: both;
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	#top-schoolwrap article figure img{
		width: 100%;
		max-width: 500px;
		height: auto;
	}
	#top-schoolwrap article p.note{
		margin-bottom: 10px;
	}
	#top-schoolwrap article.half{
		float: none;
		width: auto;
		clear: none;
		padding-right: 0;
		border-bottom: 1px dashed #88CE2A;
	}
	#top-schoolwrap article:last-of-type{
		border-bottom: none;
	}
	#top-schoolwrap article.half h3 strong{
		font-size: 16px;
	}
	#top-schoolwrap article.half figure{
		float: none;
		width: auto;
		margin-right: 0;
	}
}

/* top-renewal */
#top-renewal{
	padding: 110px 0 70px;
	background: url(../images/top-renewal-img-bg.png) no-repeat center top -12px,
	            url(../images/bg-sky.jpg) no-repeat center top;
	background-size: 1176px auto, cover;
	overflow: hidden;
}
#top-renewal h3{
	text-align: right;
	margin-bottom: 60px;
}
#top-renewal .box{
	clear: both;
	overflow: hidden;
}
#top-renewal .box p{
	float: left;
	width: 450px;
	text-align: left;
}
#top-renewal .box div{
	float: right;
	width: 500px;
	padding-top: 12px;
}
#top-renewal .box dl{
	display: table;
	border-radius: 10px;
}
#top-renewal .box dl.blue-list{
	margin-bottom: 25px;
}
#top-renewal .box dl dt,#top-renewal .box dl dd{ display: table-cell;}
#top-renewal .box dl dt{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	width: 120px;
	vertical-align: middle;
}
#top-renewal .box dl.blue-list{ background: #41A5EB;}
#top-renewal .box dl.green-list{ background: #88CE2A;}
#top-renewal .box dl dd{
	font-size: 14px;
	padding: 15px 15px 15px 20px;
	background: #FFF;
	text-align: left;
	border-radius: 0 10px 10px 0;
}
#top-renewal p.note{
	line-height: 40px;
	font-weight: 500;
	background: url(../images/bg-note.png) repeat left top;
	margin-bottom: 20px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#top-renewal{
		padding: 30px 5%;
		background: url(../images/bg-sky.jpg) no-repeat center top;
		background-size:  cover;
		overflow: hidden;
	}
	#top-renewal h3{
		float: none;
		width: auto;
		margin-bottom: 5px;
	}
	#top-renewal figure{
		float: none;
		margin-left: 0;
	}
	#top-renewal .box p{
		clear: both;
		float: none;
		width: auto;
		text-align: left;
	}
	#top-renewal .box div{
		float: none;
		width: auto;
		padding-top: 15px;
	}
	#top-renewal .box dl.blue-list{
		margin-bottom: 20px;
	}
	#top-renewal .box dl dt,#top-renewal .box dl dd{ display: block;}
	#top-renewal .box dl dt{
		color: #FFF;
		font-size: 16px;
		font-weight: bold;
		width: auto;
		vertical-align: middle;
		padding: 5px;
	}
	#top-renewal .box dl dd{
		font-size: 14px;
		padding: 10px 10px 10px 15px;
		background: #FFF;
		text-align: left;
		border-radius: 0 0 10px 10px;
	}
	#top-renewal p.note{
		line-height: 40px;
		font-weight: 500;
		background: url(../images/bg-note.png) repeat left top;
		margin-bottom: 20px;
	}
}

/* top-links */
#top-links{
	clear: both;
	padding: 50px 0 30px;
	overflow: hidden;
}
#top-links p{
	margin-bottom: 20px;
}
#top-links p.f-right{
	width: 590px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#top-links{
		padding: 30px 5% 20px;
		overflow: hidden;
	}
	#top-links p{
		float: none;
		margin-bottom: 10px;
	}
	#top-links p.f-right{
		width: auto;
		max-width: 590px;
		margin-left: auto;
		margin-right: auto;
	}
	.btn3{ display: block; color: #4DB723!important; font-size: 17px; font-weight: bold; padding: 15px; border: 2px solid #4DB723; border-radius: 10px;}
	.btn3:after{
		display: inline-block;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		pointer-events: none;
		border-color: rgba(136, 206, 42, 0);
		border-left-color: #4DB723;
		border-width: 7px;
		margin-left: 15px;
		vertical-align: middle;
	}
	.btn3:hover{ opacity: .7;}
}






/*---------------------------------------------------------------------------------------
	news
----------------------------------------------------------------------------------------*/

#news{
	overflow: hidden;
	margin-bottom: 80px;
}
#news .leftcol{
	float: left;
	width: 700px;
	border-top: 1px dashed #4c4c4c;
}
#news .leftcol dl{
	text-align: left;
	padding: 15px 0;
	border-bottom: 1px dashed #4c4c4c;
}
#news .leftcol dl dt{
	margin-bottom: 5px;
}
#news .leftcol dl dt strong{
	display: inline-block;
	margin-right: 1em;
}
#news .leftcol dl dd{
}
#news aside{
	float: right;
	width: 250px;
}
#news aside dl{
	margin-bottom: 15px;
}
#news aside dl dt{
	color:#fff;
	font-size:115%;
	background: #999;
	padding:10px;
}
#news aside dl dd a{
	display: block;
	text-align: left;
	padding: 10px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#news{
		overflow: hidden;
		margin-bottom: 40px;
	}
	#news .leftcol{
		float: none;
		width: auto;
		border-top: 1px dashed #4c4c4c;
		margin-bottom: 30px;
	}
	#news .leftcol div.news{
		display: block;
		width: auto;
		height: auto;
		border-top: 1px dashed #4c4c4c;
		margin-right: 0;
		vertical-align: top;
		margin-bottom: 20px;
	}
	#news .leftcol div.news dl{
		text-align: left;
		padding: 10px 0;
		border-bottom: 1px dashed #4c4c4c;
	}
	#news .leftcol div.news dl dt{
		margin-bottom: 0;
	}
	#news .leftcol div.news dl dt strong{
		display: inline-block;
		margin-right: 1em;
	}
	#news aside{
		clear: both;
		float: none;
		width: auto;
	}
	#news aside dl{
		margin-bottom: 15px;
	}
	#news aside dl dt{
		color:#fff;
		font-size:115%;
		background: #999;
		padding: 5px 10px;
	}
	#news aside dl dd a{
		display: block;
		text-align: left;
		padding: 10px;
	}
}






/*---------------------------------------------------------------------------------------
	news-detail
----------------------------------------------------------------------------------------*/

#news-detail{
	padding-top: 30px;
	overflow: hidden;
	margin-bottom: 80px;
}
#news-detail .leftcol{
	float: left;
	width: 700px;
	text-align: left;
}
#news-detail .leftcol .date{
	float: right;
	font-weight: 500;
	padding-top: 3px;
}
#news-detail .leftcol h3{
	font-size: 20px;
	border-bottom: 3px solid #88CE2A;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#news-detail .leftcol figure{
	float: left;
	width: 250px;
	margin: 0 20px 10px 0;
}
#news-detail .leftcol figure img{
	width: 100%;
	height: auto;
}
#news-detail .leftcol .note{
	line-height: 2;
	margin-bottom: 30px;
}
#news-detail .end{
	clear: both;
	color: #f00;
	font-size: 115%;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	border: 2px solid #f00;
	margin-bottom:30px;
}
#news-detail aside{
	float: right;
	width: 250px;
}
#news-detail aside dl{
	margin-bottom: 15px;
}
#news-detail aside dl dt{
	color:#fff;
	font-size:115%;
	background: #999;
	padding:10px;
}
#news-detail aside dl dd a{
	display: block;
	text-align: left;
	padding: 10px;
}
#news-detail .leftcol .leftcol{width: 30%; float: left;}
#news-detail .leftcol .rightcol{width: 62.5%; float: right;}

/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#news-detail{
		padding-top: 10px;
		overflow: hidden;
		margin-bottom: 40px;
	}
	#news-detail .leftcol{
		float: none;
		width: auto;
		text-align: left;
		margin-bottom: 30px;
	}
	#news-detail .leftcol .date{
		float: none;
		font-weight: 500;
		padding-top: 3px;
		margin-bottom: 5px;
	}
	#news-detail .leftcol h3{
		font-size: 16px;
		border-bottom: 3px solid #88CE2A;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	#news-detail .leftcol figure{
		float: none;
		width: auto;
		text-align: center;
		margin: 0 0 15px;
	}
	#news-detail .leftcol figure img{
		width: 100%;
		max-width: 500px;
		height: auto;
	}
	#news-detail .leftcol p.note{
		line-height: 1.6;
		margin-bottom: 20px;
	}
	#news-detail aside{
		clear: both;
		float: none;
		width: auto;
	}
	#news-detail aside dl{
		margin-bottom: 15px;
	}
	#news-detail aside dl dt{
		color:#fff;
		font-size:115%;
		background: #999;
		padding: 5px 10px;
	}
	#news-detail aside dl dd a{
		display: block;
		text-align: left;
		padding: 10px;
	}
	#news-detail .leftcol .leftcol{width: 100%; float: none;}
	#news-detail .leftcol .rightcol{width: 100%; float: none;}

}






/*---------------------------------------------------------------------------------------
	privacy
----------------------------------------------------------------------------------------*/

#privacy ol li{
	text-align: left;
	line-height: 2;
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 15px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
}






/*---------------------------------------------------------------------------------------
	disaster
----------------------------------------------------------------------------------------*/

#disaster{
	margin-bottom: 80px;
}
#disaster figure{
	font-size: 12px;
	margin-bottom: 30px;
}
#disaster p{
	text-align: left;
}
#disaster dl{
	text-align: left;
}
#disaster dl dd{
	padding: 20px 10% 0;
}
#disaster dl dd span{
	display: inline-block;
	padding: 5px 15px;
	background: #FFC000;
	margin: 5px 10px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#disaster{
		margin-bottom: 40px;
	}
	#disaster figure{
		margin-bottom: 30px;
	}
	#disaster dl dd{
		padding: 10px 0 0;
	}
	#disaster dl dd span{
		display: inline-block;
		padding: 5px 10px;
		background: #FFC000;
		margin: 3px 10px;
	}
}






/*---------------------------------------------------------------------------------------
	use
----------------------------------------------------------------------------------------*/

section#use{
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
}






/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	about
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#about article{
	overflow: hidden;
	margin-bottom: 20px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#about article{
		overflow: hidden;
		margin-bottom: 10px;
	}
}






/*---------------------------------------------------------------------------------------
	access
----------------------------------------------------------------------------------------*/

#access{
	clear: both;
}
#access iframe{
	width: 100%;
	height: 400px;
}
#access .contentswrap{
	padding-top: 50px;
}
.accessnews{clear: both; overflow: hidden; border: solid 1px #ccc; padding: 10px;}
.accessnews dl{clear: both;}
.accessnews dt{float: left; width: 180px;}
.accessnews dd{float: left;}

/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#access iframe{
		width: 100%;
		height: 250px;
	}
	.accessnews{clear: both; overflow: hidden; margin-bottom: 10px; border: solid 1px #ccc; padding: 10px;}
	.accessnews dl{clear: both;}
	.accessnews dt{float: none; width: 100%;}
	.accessnews dd{float: none;}
	
}








/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	guide
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#guide .map{
	clear: both;
	overflow: hidden;
}
#guide .map figure{
	float: left;
	max-width: 580px;
}
#guide .map div{
	float: right;
	max-width: 420px;
}
#guide .map div dl{
	padding: 25px;
	border-radius: 10px;
}
#guide .map div dl.east{
	border: 3px solid #F5CE18;
	margin-bottom: 20px;
}
#guide .map div dl.west{
	border: 3px solid #FF6F64;
}
#guide .map div dl dt{
	color: #FFF;
	font-size: 22px;
	padding: 10px;
	margin-bottom: 10px;
}
#guide .map div dl.east dt{
	background: #F5CE18;
}
#guide .map div dl.west dt{
	background: #FF6F64;
}
#guide .map div dl dd{
	font-size: 14px;
}
#guide .imgright{
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
#guide .imgright div{
	max-width: 490px;
	float: left;
}
#guide .imgright figure{
	max-width: 480px;
	float: right;
}
#guide ul.clm2{
	clear: both;
	overflow: hidden;
}
#guide ul.clm2 li{
	float: left;
	width: 480px;
}
#guide ul.clm2 li:nth-child(even){
	float: right;
}
#guide ul.clm2 li:nth-child(odd){
  clear: both;
}
#guide .tb3 td dl{
	width: 320px;
	float: left;
	margin: 0 10px 10px 0;
}
#guide .tb3 td dl dt{
	font-weight: bold;
}
#guide .tb3 td a{
	color: #232DFE;
	text-decoration: underline;
	margin-left: 15px;
}
#guide .tb3 td a:hover{
	opacity: .7;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#guide .map figure{
		float: none;
		max-width: 100%;
		margin-bottom: 10px;
	}
	#guide .map div{
		float: none;
		max-width: 100%;
	}
	#guide .map div dl{
		padding: 15px;
		border-radius: 10px;
	}
	#guide .map div dl.east{
		border: 2px solid #F5CE18;
		margin-bottom: 10px;
	}
	#guide .map div dl.west{
		border: 2px solid #FF6F64;
	}
	#guide .map div dl dt{
		color: #FFF;
		font-size: 18px;
		padding: 5px;
		margin-bottom: 5px;
	}
	#guide .imgright{
		clear: both;
		overflow: hidden;
		margin-bottom: 20px;
	}
	#guide .imgright div{
		max-width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#guide .imgright figure{
		max-width: 100%;
		float: none;
		text-align: center;
	}
	#guide ul.clm2 li{
		float: none;
		width: 100%;
	}
	#guide ul.clm2 li:nth-child(even){
		float: none;
	}
	#guide .tb3 td dl{
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
	#guide .tb3 td a:hover{
		opacity: 1;
	}
}






/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	school
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#school{
	text-align: left;
	margin-bottom: 80px;
}
#school div.read{
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
#school div.read figure{
	float: left;
	margin-right: 30px;
}
#school div.read p{
	overflow: hidden;
}
#school .btnlist{
	clear: both;
	margin-bottom: 80px;
}
#school .btnlist li{
	display: inline-block;
	vertical-align: middle;
}
#school .btnlist li:nth-child(2n){
	margin-left: 40px;
}
#school article{
	clear: both;
	padding: 30px 0 30px;
	border-bottom: 1px dashed #88CE2A;
	overflow: hidden;
}
#school article:last-of-type{
	border-bottom: none;
}
#school article h5{
	overflow: hidden;
	margin-bottom: 10px;
}
#school article h5 strong{
	display: inline-block;
	font-size: 20px;
	margin-right: .5em;
	vertical-align: middle;
}
#school article figure{
	float: left;
	width: 280px;
	margin-right: 25px;
}
#school article figure img{
	width: 100%;
	height: auto;
}
#school article p{
	overflow: hidden;
}
#school article div.note{
	font-size: 14px;
	margin-bottom: 10px;
}

/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#school{
		text-align: left;
		margin-bottom: 40px;
	}
	#school div.read{
		clear: both;
		overflow: hidden;
		margin-bottom: 40px;
	}
	#school div.read figure{
		float: left;
		width: 45%;
		margin-right: 5%;
		margin-bottom: 10px;
	}
	#school div.read p{
		overflow: visible;
	}
	#school .btnlist{
		clear: both;
		margin-bottom: 50px;
	}
	#school .btnlist li{
		display: block;
		text-align: center;
		vertical-align: middle;
		margin-bottom: 10px;
	}
	#school .btnlist li:nth-child(2n){
		margin-left: 0;
	}
	#school article{
		clear: both;
		padding: 20px 0;
		border-bottom: 1px dashed #88CE2A;
		overflow: hidden;
	}
	#school article h5{
		margin-bottom: 10px;
	}
	#school article h5 strong{
		display: inline-block;
		font-size: 18px;
		margin-right: .5em;
		vertical-align: middle;
	}
	#school article figure{
		clear: both;
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	#school article figure img{
		width: 100%;
		max-width: 500px;
		height: auto;
	}
	#school article p.note{
		margin-bottom: 10px;
	}
}






/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	school-detail
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#school-detail{
	padding-top: 30px;
	text-align: left;
	overflow: hidden;
}
#school-detail article{
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 80px;
}
#school-detail article figure{
	float: left;
	width: 320px;
	margin-right: 25px;
}
#school-detail article figure img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#school-detail article h4{
	margin-bottom: 15px;
}
#school-detail article h4 strong{
	display: inline-block;
	font-size: 24px;
	margin-right: .5em;
	vertical-align: middle;
}
#school-detail article p{
	overflow: hidden;
	margin-bottom: 20px;
}
#school-detail article p.note{
	font-size: 18px;
}
#school-detail article p.note2{
	clear: both;
}
#school-detail .leftcol{width: 30%; float: left;}
#school-detail .rightcol{width: 62.5%; float: right;}

/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#school-detail{
		padding-top: 10px;
		margin-bottom: 40px;
	}
	#school-detail article{
		clear: both;
		padding-top: 10px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	#school-detail article h4{
		margin-bottom: 10px;
	}
	#school-detail article h4 strong{
		display: inline-block;
		font-size: 14px;
		margin-right: .5em;
		vertical-align: middle;
	}
	#school-detail article figure{
		clear: both;
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	#school-detail article figure img{
		width: 100%;
		max-width: 500px;
		height: auto;
	}
	#school-detail article p.note{
		margin-bottom: 10px;
		font-size: 16px;
	}
	#school-detail .leftcol{width: 100%; float: none;}
	#school-detail .rightcol{width: 100%; float: none;}
}








/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	school-tennis school-football
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#school-tennis .shibafu.main,
#school-football .shibafu.main{
	padding: 25px 30px;
	clear: both;
	overflow: hidden;
}
#school-tennis .shibafu.main dl,
#school-football .shibafu.main dl{
	float: left;
	max-width: 460px;
}
#school-tennis .shibafu.main dl dt,
#school-football .shibafu.main dl dt{
	color: #88CE2A;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
#school-tennis .shibafu.main dl dt span,
#school-football .shibafu.main dl dt span{
	background: url(../images/marker-yellow.png) repeat left top;
}
#school-tennis .shibafu.main dl dd,
#school-football .shibafu.main dl dd{
	font-size: 14px;
}
#school-tennis .shibafu.main figure,
#school-football .shibafu.main figure{
	float: right;
}
#school-tennis .shibafu.main figure{
	font-size: 14px;
	max-width: 450px;
}
#school-tennis .shibafu.main figure img{
	margin-bottom: 10px;
}
#school-tennis .shibafu .coach,
#school-football .shibafu .coach{
	clear: both;
	overflow: hidden;
	text-align: left;
}
#school-tennis .shibafu .coach dl,
#school-football .shibafu .coach dl{
	float: left;
	width: 480px;
	margin-bottom: 25px;
}
#school-tennis .shibafu .coach dl:nth-child(even),
#school-football .shibafu .coach dl:nth-child(even){
	float: right;
}
#school-tennis .shibafu .coach dl dt,
#school-football .shibafu .coach dl dt{
	color: #FFF;
	font-size: 24px;
	padding: 8px 10px;
	background: #FF6F64;
	margin-bottom: 25px;
}
#school-tennis .shibafu .coach dl dd,
#school-football .shibafu .coach dl dd{
	clear: both;
	overflow: hidden;
}
#school-tennis .shibafu .coach dl dd figure,
#school-football .shibafu .coach dl dd figure{
	/*
	float: left;
	width: 180px;
	*/
	margin-right: 20px;
	margin-bottom: 20px;
}
#school-tennis .shibafu .coach dl dd p,
#school-football .shibafu .coach dl dd p{
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 20px;
}
#school-tennis .shibafu .coach dl dd table,
#school-football .shibafu .coach dl dd table{
	clear: both;
	width: 100%;
	margin-bottom: 1em;
	border-top: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
}
#school-tennis .shibafu .coach dl dd table th,
#school-football .shibafu .coach dl dd table th,
#school-tennis .shibafu .coach dl dd table td,
#school-football .shibafu .coach dl dd table td{
	padding: 12px 20px;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}
#school-tennis .shibafu .coach dl dd table th,
#school-football .shibafu .coach dl dd table th{
	background: #E5E5E5;
	width: 160px;
}
#school-tennis .shibafu .coach dl dd table td,
#school-football .shibafu .coach dl dd table td{
	background: #FFF;
}
#school-tennis dl.experience-box,
#school-football dl.experience-{
	border: 3px solid #88CE2A;
	border-radius: 10px;
	padding: 40px 25px 20px;
}
#school-tennis dl.experience-box dt,
#school-football dl.experience-box dt{
	color: #88CE2A;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
#school-tennis dl.experience-box dd,
#school-football dl.experience-box dd{
	clear: both;
	overflow: hidden;
}
#school-tennis dl.experience-box dd figure,
#school-football dl.experience-box dd figure{
	float: left;
	margin-right: 30px;
}
#school-tennis dl.experience-box dd p,
#school-football dl.experience-box dd p{
	overflow: hidden;
	font-size: 15px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#school-tennis .shibafu.main,
	#school-football .shibafu.main{
		padding: 10px 15px;
		clear: both;
		overflow: hidden;
	}
	#school-tennis .shibafu.main dl,
	#school-football .shibafu.main dl{
		float: none;
		max-width: 100%;
		margin-bottom: 10px;
	}
	#school-tennis .shibafu.main dl dt,
	#school-football .shibafu.main dl dt{
		color: #88CE2A;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#school-tennis .shibafu.main figure,
	#school-football .shibafu.main figure{
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	#school-tennis .shibafu .coach dl,
	#school-football .shibafu .coach dl{
		float: none;
		width: 100%;
		margin-bottom: 20px;
		overflow: hidden;
	}
	#school-tennis .shibafu .coach dl:nth-child(even),
	#school-football .shibafu .coach dl:nth-child(even){
		float: right;
	}
	#school-tennis .shibafu .coach dl dt,
	#school-football .shibafu .coach dl dt{
		color: #FFF;
		font-size: 20px;
		padding: 5px 10px;
		background: #FF6F64;
		margin-bottom: 15px;
	}
	#school-tennis .shibafu .coach dl dd figure,
	#school-football .shibafu .coach dl dd figure{
		/*
		float: left;
		width: 20%;
		*/
		min-width: 100px;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	#school-tennis .shibafu .coach dl dd figure img,
	#school-football .shibafu .coach dl dd figure img{
		max-width: 100%;
		height: auto;
	}
	#school-tennis .shibafu .coach dl dd p,
	#school-football .shibafu .coach dl dd p{
		font-size: 14px;
		overflow: visible;
		margin-bottom: 10px;
	}
	#school-tennis .shibafu .coach dl dd table th,
	#school-football .shibafu .coach dl dd table th,
	#school-tennis .shibafu .coach dl dd table td,
	#school-football .shibafu .coach dl dd table td{
		padding: 5px 10px;
		border-right: 1px solid #C9C9C9;
		border-bottom: 1px solid #C9C9C9;
	}
	#school-tennis .shibafu .coach dl dd table th,
	#school-football .shibafu .coach dl dd table th{
		background: #E5E5E5;
		width: 130px;
	}
	#school-tennis dl.experience-box,
	#school-football dl.experience-{
		border: 3px solid #88CE2A;
		border-radius: 10px;
		padding: 10px 15px;
	}
	#school-tennis dl.experience-box dt,
	#school-football dl.experience-box dt{
		color: #88CE2A;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	#school-tennis dl.experience-box dd figure,
	#school-football dl.experience-box dd figure{
		float: none;
		text-align: center;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

#school-detail{
	padding-top: 30px;
	text-align: left;
	overflow: hidden;
}
#school-detail article{
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 80px;
}
#school-detail article figure{
	float: left;
	width: 320px;
	margin-right: 25px;
}
#school-detail article figure img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#school-detail article h4{
	margin-bottom: 15px;
}
#school-detail article h4 strong{
	display: inline-block;
	font-size: 24px;
	margin-right: .5em;
	vertical-align: middle;
}
#school-detail article p{
	overflow: hidden;
	margin-bottom: 20px;
}
#school-detail article p.note{
	font-size: 18px;
}
#school-detail article p.note2{
	clear: both;
}
#school-detail .detail_box{
	padding:30px 40px;
	background:#FFF;
	text-align:left;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border: 1px solid #88CE2A;
	margin-bottom:40px;
}
#school-detail .detail_box h5{
	color:#88CE2A;
	font-size:18px;
	font-weight:bold;
}
#school-detail .detail_box div{
	clear:both;
	overflow:hidden;
	padding:30px 0 35px;
	border-top:1px dotted #818181;
}
#school-detail .detail_box div.instructor figure{
	width: 37%;
	float: left;
}
#school-detail .detail_box div.instructor figure img{
	width: 100%;
}

#school-detail .detail_box div:first-of-type{
	border-top:none;
}
#school-detail .detail_box div:last-of-type{
	padding-bottom:10px;
}
#school-detail .detail_box div dl{
	width:100%;
}
#school-detail .detail_box div.instructor dl{
	float:right;
	width:60%;
}
#school-detail .detail_box div dl dt{
	font-weight:bold;
	margin-bottom:10px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#school-detail{
		padding-top: 10px;
		margin-bottom: 40px;
	}
	#school-detail article{
		clear: both;
		padding-top: 10px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	#school-detail article h4{
		margin-bottom: 10px;
	}
	#school-detail article h4 strong{
		display: inline-block;
		font-size: 14px;
		margin-right: .5em;
		vertical-align: middle;
	}
	#school-detail article figure{
		clear: both;
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	#school-detail article figure img{
		width: 100%;
		max-width: 500px;
		height: auto;
	}
	#school-detail article p.note{
		margin-bottom: 10px;
		font-size: 16px;
	}
	#school-detail .detail_box{
		padding:15px 20px;
		background:#FFF;
		text-align:left;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		margin-bottom:20px;
	}
	#school-detail .detail_box h5{
		font-size:16px;
		font-weight:bold;
	}
	#school-detail .detail_box div{
		clear:both;
		overflow:hidden;
		padding:15px 0;
		border-top:1px dotted #818181;
	}
	#school-detail .detail_box div dl{
		width:100%;
	}
	#school-detail .detail_box div dl dt{
		font-weight:bold;
		margin-bottom:10px;
	}
}











/* tab */
ul.tab{
	border-bottom: 5px solid #88CE2A;
	margin-bottom: 70px;
}
ul.tab li{
	display: inline-block;
	margin: 0 10px;
}
ul.tab li a{
	color: #ABDD69;
	font-size: 24px;
	font-weight: bold;
	padding: 12px;
	width: 260px;
	border: 5px solid #88CE2A;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	display: block;
}
ul.tab li a:hover{
	opacity: .6;
}
ul.tab li.active a{
	color: #FFF;
	background: #88CE2A;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	ul.tab{
		border-bottom: none;
		margin-bottom: 35px;
	}
	ul.tab li{
		display: block;
		width: 100;
		margin: 0 2% 10px;
	}
	ul.tab li a{
		color: #ABDD69;
		font-size: 20px;
		font-weight: bold;
		padding: 8px;
		width: 100%;
		border: 3px solid #88CE2A;
		border-bottom: 3px solid #88CE2A;
		border-radius: 10px;
		box-sizing: border-box;
		display: block;
	}
	ul.tab li a:hover{
		opacity: 1;
	}
}

/* acceptance */
.acceptance{
	text-align: center;
}
.acceptance p{
	font-size: 18px;
	font-weight: bold;
	background: #CFEBAA;
	padding: 5px 25px;
	display: inline-block;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	.acceptance p{
		font-size: 16px;
		font-weight: bold;
		background: #CFEBAA;
		padding: 5px 15px;
		display: inline-block;
	}
}

/* f-pink */
.f-pink{ color: #FF6F64; font-weight: bold;}

/* about-box */
.about-box{
	clear: both;
	overflow: hidden;
}
.about-box dl{
	float: left;
}
.about-box p{
	float: right;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	.about-box dl{
		float: none;
	}
	.about-box p{
		float: right;
		margin-bottom: 10px;
	}
}

/* def-gray */
#about dl.def-gray{
	width: auto;
	min-width: 660px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	#about dl.def-gray{
		width: 100%;
		min-width: inherit;
	}
}

/* certificate */
dl.certificate{
	color: #FF6F64;
	clear: both;
	overflow: hidden;
	border: 3px solid #FF6F64;
	border-radius: 10px;
	background: #FFF;
}
dl.certificate dt{
	font-weight: bold;
	float: left;
	padding: 10px 15px;
}
dl.certificate dd{
	font-size: 14px;
	overflow: hidden;
	padding: 13px 15px;
	border-left: 3px solid #FF6F64;
	min-height: 48px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	dl.certificate{
		color: #FF6F64;
		clear: both;
		overflow: hidden;
		border: 2px solid #FF6F64;
		border-radius: 10px;
		background: #FFF;
	}
	dl.certificate dt{
		font-weight: bold;
		float: none;
		padding: 10px 15px;
		border-bottom: 2px solid #FF6F64;
	}
	dl.certificate dd{
		font-size: 14px;
		overflow: hidden;
		padding: 13px 15px;
		border-left: none;
		min-height: 48px;
	}
}

/* btn-cont3 */
ul.btn-cont3,ul.btn-cont3-3{
	clear: both;
	overflow: hidden;
}
ul.btn-cont3 li,ul.btn-cont3-3 li{
	float: left;
	margin-right: 20px;
}
ul.btn-cont3 li:nth-child(3n){
	margin-right: 0;
}
ul.btn-cont3-3 li:nth-child(4n){
	margin-right: 0;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	ul.btn-cont3 li,ul.btn-cont3-3 li{
		float: left;
		margin: 0 10px 10px 0;
	}
	ul.btn-cont3 li:nth-child(3n){
		margin-right: 10px;
	}
	ul.btn-cont3-3 li:nth-child(4n){
		margin-right: 10px;
	}
}

/* contact-box */
dl.contact-box{
	text-align: left;
	border: 3px solid #D2D2D2;
	margin-bottom: 75px;
}
dl.contact-box dt,dl.contact-box dd{
	padding: 10px 15px;
}
dl.contact-box dt{
	font-size: 18px;
	font-weight: bold;
	background: #D2D2D2;
}
dl.contact-box dd{ line-height: 1.8;}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	dl.contact-box{
		border: 2px solid #D2D2D2;
		margin-bottom: 40px;
	}
	dl.contact-box dt,dl.contact-box dd{
		padding: 5px 10px;
	}
	dl.contact-box dt{
		font-size: 16px;
		font-weight: bold;
		background: #D2D2D2;
	}
}

/* tb1 */
table.tb1{
	width: 100%;
	border-top: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
	background: #FFF;
}
table.tb1 th,table.tb1 td{
	padding: 5px 20px;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	vertical-align: middle;
}
table.tb1 th{
	color: #5E9C0A;
	font-weight: bold;
	width: 250px;
	box-sizing: border-box;
	background: #E7F5D4;
	vertical-align: middle;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	table.tb1 th,table.tb1 td{
		padding: 5px 10px;
		border-right: 1px solid #C9C9C9;
		border-bottom: 1px solid #C9C9C9;
	}
	table.tb1 th{
		color: #5E9C0A;
		font-weight: bold;
		width: inherit;
		min-width: 110px;
		box-sizing: border-box;
		background: #E7F5D4;
	}
}

/* tb2 */
table.tb2{
	width: 100%;
	border-top: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
	background: #FFF;
}
table.tb2 th,table.tb2 td{
	padding: 5px 20px;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	vertical-align: middle;
}
table.tb2 th{
	color: #5E9C0A;
	font-weight: bold;
	width: 250px;
	box-sizing: border-box;
	background: #E7F5D4;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	table.tb2 th,table.tb2 td{
		padding: 5px 10px;
		border-right: 1px solid #C9C9C9;
		border-bottom: 1px solid #C9C9C9;
	}
	table.tb2 th{
		color: #5E9C0A;
		font-weight: bold;
		width: inherit;
		min-width: 110px;
		box-sizing: border-box;
		background: #E7F5D4;
	}
}

/* tb3 */
table.tb3{
	width: 100%;
}
table.tb3 th,table.tb3 td{
	padding: 12px 20px;
	vertical-align: top;
}
table.tb3 th{
	color: #FFF;
	font-weight: bold;
	width: 250px;
	box-sizing: border-box;
	background: #88CE2A;
	border-bottom: 2px solid #FFF;
}
table.tb3 td{
	background: #F0F0F0;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	table.tb3 th,table.tb3 td{
		padding: 5px 10px;
		display: block;
	}
	table.tb3 th{
		color: #FFF;
		font-weight: bold;
		width: 100%;
		box-sizing: border-box;
		background: #88CE2A;
		border-bottom: 2px solid #FFF;
	}
	table.tb3 td{
		background: #F0F0F0;
		border-bottom: 2px solid #FFF;
		border-left: none;
	}
}

/* tb4 */
table.tb4{
	width: 100%;
	border-top: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
	background: #FFF;
}
table.tb4 th,table.tb4 td{
	padding: 12px 20px;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	vertical-align: middle;
}
table.tb4 th{
	font-weight: bold;
	width: 250px;
	box-sizing: border-box;
	background: #E5E5E5;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	table.tb4 th,table.tb4 td{
		padding: 5px 10px;
		border-right: 1px solid #C9C9C9;
		border-bottom: 1px solid #C9C9C9;
	}
	table.tb4 th{
		font-weight: bold;
		width: inherit;
		min-width: 110px;
		box-sizing: border-box;
		background: #E5E5E5;
	}
}

/* tb5 */
.tb5{
	clear: both;
	width: 100%;
}
.tb5 th{
	width: 180px;
	text-align: left;
	padding: 5px 20px;
	background: #cbcbcb;
	border-bottom: 1px solid #fff;
}
.tb5 td{
	text-align: left;
	padding: 5px 30px;
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tb5 tr:nth-child(odd) td{
	background: #EFF1F4;
}
.tb5 tr:last-child th,
.tb5 tr:last-child td{
	border-bottom: none;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	.tb5 th{
		display: block;
		width: auto;
		text-align: left;
		padding: 5px 10px;
		background: #cbcbcb;
		border-bottom: 1px solid #fff;
	}
	.tb5 td{
		display: block;
		width: auto;
		text-align: left;
		padding: 10px;
		background: #fff;
		border-bottom: 1px solid #fff;
	}
	.tb5 tr:nth-child(odd) td{
		background: #fff;
		/* background: #EFF1F4; */
	}
	.tb5 tr:last-child th,
	.tb5 tr:last-child td{
		border-bottom: none;
	}
}

/* list */
ul.list li{
	padding-left: 1.2em;
	text-indent: -1.2em;
}
ul.list li:before{
	color: #88CE2A;
	content: "●";
	margin-right: 0.2em;
}

/* btn-cont2 */
ul.btn-cont2{
	padding: 25px;
	background: #F0F0F0;
	text-align: center;
}
ul.btn-cont2 li{
	display: inline-block;
	margin: 0 10px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
	ul.btn-cont2 li{
		display: inline-block;
		margin: 0 10px 10px;
	}
	ul.btn-cont2 li:last-child{
		margin-bottom: 0;
	}
}

/* anc-list */
ul.anc-list{
	text-align: center;
}
ul.anc-list li{
	display: inline-block;
	margin: 0 10px;
	text-align: left;
}
ul.anc-list li a{
	width: 200px;
	box-sizing: border-box;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:1020px){
ul.anc-list li{
	display: inline-block;
	margin: 0 5px 10px;
	text-align: left;
}
}








#school-detail{
	padding-top: 30px;
	clear: both;
	overflow: hidden;
}


#news-detail .leftcol .note p {
    margin-bottom: 1.5em;
}