html{
	font-size: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
body{
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color: #313131;
	line-height:1.5;
	position: relative;
}
body.ie {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
a{
	color: #125dbe;
	text-decoration: none;
}
main{
	display: block;
}

/* 共通
--------------------------------------------------*/

/* pc */
@media print,only screen and (min-width: 641px){

	.sp {
	  display: none!important;
	}
	body{
		min-width: 1100px;
		font-size: 1.5rem;
	}
	body.admin-bar #header{
		top: 32px
	}
	#wrapper{
	  padding-top: 90px;
	}
	a:hover{
		text-decoration:underline;
	}

}
/* sp */
@media screen and (max-width: 640px){

	.pc {
	  display: none!important;
	}
	img{
	  width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	body{
	  color:#313131;
	}
	html{
		font-size: 11.7px;
	}

}

/* ヘッダー
--------------------------------------------------*/

/* pc */
@media print,only screen and (min-width: 641px){

	#header{
		background-color:#fff;
		width: 100%;
		height: 74px;
		margin: 0 auto;
		position:fixed;
		top: 0;
		left: 0;
		z-index: 110;
		border-bottom: 1px #e7e7e7 solid;
		padding: 0 10px;
	}
	.home #header{
		border-bottom:none;
	}
	#header-in{
		max-width: 1300px;
		min-width: 1100px;
		height: 74px;
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-wrap:wrap;
	}
	#header .logo{
		width: 193px;
		position: absolute;
		top: 20px;
		left: 0;
	}
	#header .logo img{
		width: 100%;
	}
	#header #sp-ftr{
		width: 1107px;
		display: flex;
		flex-wrap:wrap;
		margin-left: auto;
		justify-content: flex-end;
	}
	#header #hnav1{
		width: 323px;
		padding-top: 20px;
		padding-left: 22px;
	}
	#header #hnav1 li{
		display: inline;
		margin-right: 19px;
	}
	#header #hnav1 li a{
		background:url(../images/cmn/arw-b.png) left center no-repeat;
		background-size: 7px auto;
		color: #434343;
		font-size: 14px;
		padding-left: 14px;
	}
	#header #hnav1 li a:hover{
		color: #125dbe;
	}
	#header #hnav2{
		width: 120px;
		height: 50px;
		text-align: center;
	}
	#header #hnav2 a{
		height: 50px;
		background-color: #152c83;
		color: #fff;
		font-size: 14px;
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#header #hnav2 a:hover{
		background-color: #3055b6;
		text-decoration: none;
	}
	#header #gnav{
		height: 74px;
		padding-left: 114px;
	}
	#header #gnav>ul{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		position: relative;
	}
	#header #gnav>ul:first-child:before{
		content: "";
		width: 1px;
		height: 25px;
		background-color: #e5e5e5;
		position: absolute;
		top: 21px;
		left: 0;
	}
	#header #gnav>ul>li{
		width: 110px;
		position: relative;
		text-align: center;
	}
	#header #gnav>ul>li:after{
		content: "";
		width: 1px;
		height: 25px;
		background-color: #e5e5e5;
		position: absolute;
		top: 21px;
		right: 0;
	}
	#header #gnav>ul>li>a{
		height: 74px;
		display: block;
		color: #434343;
		font-size:16px;
		padding-top: 22px;
	 }
	#header #gnav ul li a:hover{
		border-bottom: 4px #4d80e9 solid;
		text-decoration: none;
		color: #125dbe;
	 }
	#header #gnav ul li ul{
		width: 270px;
		background-color: rgba(21,44,131,0.8);
		padding-bottom: 7px;
		text-align: left;
		display: none;
		position: absolute;
	 }
	#header #gnav ul li ul li a{
		display: block;
		color: #fff;
		padding: 14px 20px;
		display: block;
		border-bottom: 1px #7583b5 solid;
	 }
	#header #gnav ul li ul li a:hover{
		background-color: #4b7ee9;
		text-decoration: none;
		color: #fff;
		border-bottom: 1px #4b7ee9 solid;
		border-top: 1px #4b7ee9 solid;
		margin-top: -1px;
	 }
	#header .hamburger{
	  display:none;
	}

}

/* 1220 */
@media screen and (max-width: 1240px){
	#header #gnav>ul>li{
		width: auto;
	}
	#header #gnav>ul>li a{
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* sp */
@media screen and (max-width: 640px){

	#header{
		height: 13.3vw;
		background-color: #fff;
		box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
		padding: 3.3vw;
		box-sizing: border-box;
		position: relative;
		z-index: 3;
	}
	#header .logo{
		width: 39vw;
		height: 10vw;
		margin: 0 auto;
	}
	#sp-ftr{
		width: 100%;
		height: 13.3vw;
		position:fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
		color: #fff;
		font-size: 3.46vw;
		background-color: #152c83;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	#hnav2{
		width: 74.66vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#hnav2 li{
		height: 13.3vw;
		display: inline;
		border-right: 1px #fff solid;
	}
	#hnav2 li:first-child{
		width: 38vw;
	}
	#hnav2 li:last-child{
		width: 35.3vw;
	}
	#hnav2 a{
		color: #fff;
		display: block;
		display: flex;
		padding-top: 4vw;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#hnav2 li:first-child a:before{
		width: 6.6vw;
		height: 5.3vw;
		content: "";
		background: url(../images/cmn/ftr-icon1.svg) left center no-repeat;
		background-size: 3.86vw auto;
		padding-left: 6.4vw;
	}
	#hnav2 li:last-child a:before{
		width: 4vw;
		height: 5.46vw;
		content: "";
		background: url(../images/cmn/ftr-icon2.svg) left center no-repeat;
		background-size: 4vw auto;
		padding-left: 7vw;
	}

	#header #gnav{
		width: 100%;
		background-color: #152c83;
		border-bottom: 2px #fff solid;
	}
	#header #gnav>ul>li{
		border-bottom: 1px #fff solid;
	}
	#header #gnav>ul>li>a,
	#header #gnav>ul>li.current-menu-item.close>a,
	#header #gnav>ul>li.current-menu-ancestor.close>a{
		display: block;
		color: #fff;
		font-size: 1.5rem;
		padding: 1rem 2rem;
		position: relative;
	 }
	#header #gnav>ul>li>a:before,
	#header #gnav>ul>li.current-menu-item.close>a:before,
	#header #gnav>ul>li.current-menu-ancestor.close>a:before
	{
		width: 1.5rem;
		height: 1.5rem;
		content: "";
		background: url(../images/cmn/plus-b.svg) center center no-repeat;
		background-size: 1.5rem auto;
		position: absolute;
		right: 1.7rem;
		top:50%;
		transform:translateY(-50%);
		transition:transform .3s ease;
	}
	#header #gnav>ul>li.open>a:before,
	#header #gnav>ul>li.current-menu-ancestor>a:before{
		background: url(../images/cmn/mn-b.svg) center center no-repeat;
		transform:translateY(-50%) rotate(180deg);
	}
	#header #gnav>ul>li>ul{
		background-color: #152c83;
		display: none;
	}
	#header #gnav>ul>li>ul>li{
	}
	#header #gnav>ul>li>ul>li>a{
		color: #fff;
		display: block;
		font-size: 1.3rem;
		padding: 0.5rem 2.3rem 0.5rem 3.8rem;
	}
	#header #gnav>ul>li>ul>li:last-child>a,
	#header #gnav>ul>li>ul>li>ul>li:last-child>a{
		padding-bottom: 1.5rem;
	}
	#header #gnav>ul>li>ul>li>ul>li>a{
		color: #fff;
		display: block;
		font-size: 1.2rem;
		padding: 0.5rem 2.3rem 0.5rem 5.5rem;
	}


	#header #hamburger{
		width: 25.3vw;
		height: 13.3vw;
	  	cursor: pointer;
		z-index: 100;
		overflow: hidden;
	}
	#header #hamburger .hamburger-lines{
		height: 100%;
		  width:4.66vw;
		  position: relative;
		float: left;
		margin:0 2.6vw 0 3.8vw;
	}
	#header #hamburger .hamburger-lines>div{
		  background-color: #fff;
		  width:100%;
		  height:0.55vw;
		  transition: transform .3s ease, opacity .3s ease;
		  position: absolute;
		  left:0;
		  top:50%;
	}

	#header #hamburger .hamburger-lines>div:first-child{
	  transform: translateY(-300%);
	}

	#header #hamburger .hamburger-lines>div:last-child{
	  transform: translateY(300%);
	}
	#header #hamburger.open .hamburger-lines>div:first-child{
	  transform: rotate(225deg);
	}
	#header #hamburger.open .hamburger-lines>div:nth-child(2){
	  transform: translateX(-50%);
	  opacity: 0;
	}
	#header #hamburger.open .hamburger-lines>div:last-child{
	  transform: rotate(-225deg);
	}
	#header #hamburger .hamburger-txt{
		margin: 4.7vw 0 0 0;
	}
	#header .hamburger-txt:before{
		content: "MENU";
	}
	#header #hamburger.open .hamburger-txt:before{
		content: "閉じる";
	}
	#header #nav-wpr{
		display: none;
		position: absolute;
		bottom: 13.3vw;
		left: 0;
		right: 0;
		overflow-y: scroll; /* has to be scroll, not auto */
		-webkit-overflow-scrolling: touch;
		max-height: calc( 100vh - 13.3vw );

	}

}

/* フッター
--------------------------------------------------*/

#footer1{
	background: url(../images/cmn/line.gif) 0 0 repeat;
}
#footer1 .detail .adr{
	color: #fff;
}
#footer1 #fnav1{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#footer1 #fnav1 li{
	text-align: center;
}
#footer1 #fnav1 li a{
	background-color: #fff;
	display: block;
	color: #125dbe;
	position: relative;
		box-shadow:0 0 0 1px #dbe5fb inset;
}
#footer1 #fnav1 li a:before{
	content: "";
	background: url(../images/cmn/mark-l-b.svg) 0 0 no-repeat;
	position: absolute;
}
#footer1 #fnav1 li a:after{
	content: "";
	background:url(../images/cmn/mark-r-b.svg) 0 0 no-repeat;
	position: absolute;
}
#footer2 #fbn{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#footer3{
	background-color: #f6f6f6;
}
#footer3 p.copy{
	color: #959595;
	text-align:center;
}
/* pc */
@media print,only screen and (min-width: 641px){

	#footer1{
		background-size: 25px auto;
		padding:30px 10px 30px 10px;
		margin-top: 90px;
	}
	#footer1-in{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	#footer1 .detail{
		width: 39.5%;
		max-width: 514px;
	}
	#footer1 .detail .logo{
		width: 195px;
		margin-bottom: 15px;
	}
	#footer1 .detail .logo img{
		width: 100%;
	}
	#footer1 .detail .adr{
		font-size: 14px;
		margin-bottom: 15px;
	}
	#footer1 #fnav1{
		width: 375px;
	}
	#footer1 #fnav1 li{
		width: 180px;
		margin-bottom: 15px;
	}
	#footer1 #fnav1 li a{
		font-size: 16px;
		padding: 9px 5px;
		border: 3px #fff solid;
	}
	#footer1 #fnav1 li a:hover{
		text-decoration: none;
	}
	#footer1 #fnav1 li a:hover{
		background-color: #fffbb7;
	}
	#footer1 #fnav1 li a:before{
		width: 13px;
		height: 13px;
		background-size: 13px auto;
		top: 0;
		left: 0;
	}
	#footer1 #fnav1 li a:after{
		width: 13px;
		height: 13px;
		background-size: 13px auto;
		bottom: 0;
		right: 0;
	}
	#footer1 #fnav2{
		width: 60.46%;
		max-width: 786px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	#footer1 #fnav2>li:first-child{
		width: 29.51%;
		max-width: 232px;
	}
	#footer1 #fnav2>li:nth-child(2){
		width: 29.51%;
		max-width: 232px;
		order: 4;
	}
	#footer1 #fnav2>li:nth-child(3){
		width: 33.58%;
		max-width: 264px;
		order: 2;
	}
	#footer1 #fnav2>li:nth-child(4){
		width: 33.58%;
		max-width: 264px;
		order: 5;
	}
	#footer1 #fnav2>li:nth-child(5){
		width: 36.25%;
		max-width: 285px;
		order: 3;
	}
	#footer1 #fnav2>li:nth-child(6){
		width: 36.25%;
		max-width: 285px;
		order: 6;
	}
	#footer1 #fnav2>li>a{
		background: url(../images/cmn/arw-y.svg) right center no-repeat;
		background-size: 27px auto;
		color: #fff;
		font-size: 20px;
		padding-right: 42px;
	}
	#footer1 #fnav2>li>ul{
		margin: 10px 0 28px 7px;
	}
	#footer1 #fnav2>li:last-child>ul{
		margin-top: 5px;
	}
	#footer1 #fnav2>li>ul>li{
		margin-bottom: 8px;
	}
	#footer1 #fnav2>li>ul>li>a{
		color: #fff;
		font-size: 14px;
	}
	#footer1 #fnav2>li>ul>li>a:before{
		content: "・";
	}
	#footer2{
		padding:34px 10px;
	}
	#footer2 #fbn{
		justify-content: left;
	}
	#footer2 #fbn li{
		max-width: 290px;
		width: calc( 90% / 4);
		margin-right:calc(10% / 3);
	}
	#footer2 #fbn li:nth-child(4n){
		margin-right:0;
	}
	#footer2 #fbn li img{
		width: 100%;
	}
	#footer1-in,
	#footer2,
	#footer3-in{
		max-width: 1300px;
		min-width: 1000px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#footer3{
		padding: 15px 10px;
	}
	.pagetop a{
		background: url(../images/cmn/arw-pagetop.png) right center no-repeat;
		display: inline-block;
		background-size: 14px auto;
		padding-right: 22px;
		position: absolute;
		top: 0;
		right:0;
		z-index: 3;
	}
	.pagetop a:hover{
	background-image: url(../images/cmn/arw-pagetop.png);
	}
	#footer3 p.copy{
		font-size: 14px;
	}

}

/* sp */
@media screen and (max-width: 1315px){
	
	.pagetop a{
		right:0;
	}
}
/* sp */
@media screen and (max-width: 640px){


	footer{
		padding-bottom: 13.3vw;
		margin-top: 4rem;
	}
	#footer1{
		background-size: 1.4rem auto;
		padding-top:2rem;
	}
	#footer1 .detail .logo{
		width: 15rem;
		margin: 0 auto 1rem auto;
	}
	#footer1 .detail .adr{
		font-size: 1.3rem;
		margin-bottom: 1.5rem;
		text-align: center;
	}
	#footer1 #fnav1{
		margin: 0 1rem;
	}
	#footer1 #fnav1 li{
		width: calc(50% - 0.7rem);
		margin-bottom: 1.4rem;
	}
	#footer1 #fnav1 li a{
		border: 0.2rem #fff solid;
		font-size: 3.5vw!important;
		padding: 1rem 0.5rem;
	}
	#footer1 #fnav1 li a:before{
		width: 0.8rem;
		height: 0.8rem;
		background-size: 0.8rem auto;
		top: 0;
		left: 0;
	}
	#footer1 #fnav1 li a:after{
		width: 0.8rem;
		height: 0.8rem;
		background-size: 0.8rem auto;
		bottom: 0;
		right: 0;
	}
	#footer1 #fnav2{
		margin: 1.3rem 0 1.5rem 0;
	}
	#footer1 #fnav2>li{
		border-top: 1px #fff solid;
	}
	#footer1 #fnav2>li>a{
		color: #fff;
		font-size: 1.5rem;
		padding:1.3rem 4rem 1.3rem 2rem;
		display: block;
		position: relative;
	}
	#footer1 #fnav2>li>a:after{
		width: 1.5rem;
		height: 1.5rem;
		content: "";
		background: url(../images/cmn/plus-y.svg) center center no-repeat;
		background-size: 1.5rem auto;
		display: block;
		transition:transform .3s ease;
		position: absolute;
		right: 2rem;
		top: 50%;
		transform: translateY(-50%);
	}
	#footer1 #fnav2>li.open>a:after{
		background: url(../images/cmn/mn-y.svg) center center no-repeat;
		background-size:1.5rem auto;
		transform:translateY(-50%) rotate(180deg);
	}
	#footer1 #fnav2>li>ul{
		background-color: #fff;
		margin:0 1rem 1rem 1rem;
		display: none;
	}
	#footer1 #fnav2>li>ul>li{
		border-top: 1px #dbe5fb solid;
	}
	#footer1 #fnav2>li>ul>li:first-child{
		border-top: none;
	}
	#footer1 #fnav2>li>ul>li>a{
		color: #125dbe;
		font-size: 1.3rem;
		padding:1rem 1.5rem 1rem 1.5rem;
		display: block;
	}
	#footer1 #fnav2>li>ul>li.current>a{
		background-color: #fff54c;
	}
	#footer1 #fnav2>li.other>ul{
		background-color:transparent;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin: 0;
	}
	#footer1 #fnav2>li.other>ul>li{
		width: 50%;
		border-top: none;
		border-right:1px #fff solid;
		border-bottom:1px #fff solid;
		font-size: 1.2rem
	}
	#footer1 #fnav2>li.other>ul>li a{
		padding:1rem 1rem 1rem 1.5rem;
		display: block;
		color: #fff;
	}
	#footer2 #fbn{
		margin: 0 1rem;
	}
	#footer2 #fbn li{
		width: calc(50% - 0.7rem);
		margin-bottom: 1.5rem;
	}
	#footer3{
	  padding: 1.3rem 1rem;
		font-size: 1.2rem;
	}
	.pagetop{
		text-align: center;
	}
	.pagetop a{
		background-size: 1.3rem auto;
		width: 100%;
		display: block;
		font-size: 1.5rem;
		padding: 0.5rem;
	}
	.pagetop a:after{
		width: 1.3rem;
		height: 1.3rem;
		content: "";
		background: url(../images/cmn/arw-pagetop.png) right center no-repeat;
		background-size: 1.3rem auto;
		display: inline-block;
		margin-left: 1rem;
	}
}

/* スライド
--------------------------------------------------*/

#main-img ul li{
	position: relative;
	display:none;
}
#main-img ul li span{
	background: linear-gradient(transparent 60%, #fff100 60%);
	position: absolute;
	font-weight: bold;
	color: #2b66e1;
}
/* pc */
@media print,only screen and (min-width: 641px){

	#main-img ul{
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
	}
	#main-img ul li{
		height: 500px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	#main-img {
		height: 500px;
		position: relative;
		margin:74px auto 0 auto;
	}
	#main-img img{
		width: 100%;
	}
	#main-img ul li span{
		background: linear-gradient(transparent 60%, #fff100 60%);
		position: absolute;
		top: 37px;
		left: 27px;
		font-size: 30px;
		font-weight: bold;
		color: #2b66e1;
		padding:0 5px;
	}
}

/* sp */
@media screen and (max-width: 640px){

	#main-img ul li{
		background: none;
	}

}

/* popup
--------------------------------------------------*/

.popup-area a {
	display: block;
	background: #fff;
	font-weight: bold;
}
.popup-area dt {
	padding: 8px 10px 6px;
	border-top: solid;
}
.popup-area dd {
	padding: 12px;
	color: #fff;
}
.popup-item01 dt {
	color: #00a0e9;
	border-color: #6bcbf6;
}
.popup-item01:hover dt {
	border-color: #00a0e9;
}
.popup-item01 dd {
	background-color: #6bcbf6;
}
.popup-item01:hover dd {
	background-color: #00a0e9;
}
.popup-item02 dt {
	color: #ea68a2;
	border-color: #f19ec2;
}
.popup-item02:hover dt {
	border-color: #ea68a2;
}
.popup-item02 dd {
	background-color: #f19ec2;
}
.popup-item02:hover dd {
	background-color: #ea68a2;
}
.popup-item03 dt {
	color: #13b5b1;
	border-color: #49c9c6;
}
.popup-item03:hover dt {
	border-color: #13b5b1;
}
.popup-item03 dd {
	background-color: #49c9c6;
}
.popup-item03:hover dd {
	background-color: #13b5b1;
}
/* pc */
@media print,only screen and (min-width: 641px){

	.popup-area-wpr {
		padding: 0 10px;
	}
	.popup-area {
		position: relative;
		max-width: 1300px;
		height: 160px;
		margin-top: -160px;
		margin-left: auto;
		margin-right: auto;
		z-index: 11;
	}
	.popup-area-in {
		display: flex;
		margin-right: 270px;
	}
	.popup-area a {
		width: 320px;
		margin-right: 20px;
	}
	.popup-area a:hover {
		text-decoration: none;
	}
	.popup-area dt {
		margin: 3px;
		border-top-width: 3px;
		font-size: 18px;
	}
	.popup-area dd {
		height: 70px;
		margin: 5px;
		font-size: 14px;
	}

}
/* 1220 */
@media screen and (max-width: 1220px){
	
	.popup-area dt {
		font-size: 16px;
	}
	.popup-area dd {
		font-size: 12px;
	}
}
/* sp */
@media screen and (max-width: 640px){

	.popup-area {
		margin: 15px 10px 0;
	}
	.popup-area dl {
		margin-bottom: 20px;
	}
	.popup-area dt {
		border-top-width: 2px;
		font-size: 16px;
	}
	.popup-area dd {
		font-size: 13px;
	}
}

/* トップ
--------------------------------------------------*/

#top-content #top-news {
	background: url(../images/cmn/line.gif) 0 0 repeat;
}
#top-news h2{
	color: #fff100;
	font-weight: bold;
	text-align: center;
}
#top-news h2 span{
	background: url(../images/cmn/mark-l.svg) 0 0 no-repeat,url(../images/cmn/mark-r.svg) right bottom no-repeat;
	color: #fff;
	display: block;
	font-family: "Century Gothic", sans-serif;
}
#top-news ul li{
	background-color: #fff;
}
#top-news ul li a{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	position: relative;
	z-index: 100;
}
#top-news ul li time{
	color: #4672cf;
	font-family: "Century Gothic", sans-serif;
}
#top-news ul li .cat{
	color: #313131;
	border-bottom: 1px #a5bef4 solid;
	display: flex;
	align-items:flex-end;
}
#top-news ul li .txt{
	width:100%;
	color: #125dbe;
	display: block;
}
#top-news .link{
	text-align: center;
}
#top-news .link a{
	color: #fff;
	display: inline-block;
}
#top-news .link a:after{
	content: "";
	background: url(../images/cmn/arw-y.svg) right center no-repeat;
	display: inline-block;
}
#top-bn{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#top-left-in .report h2{
	color: #959595;
	font-family: "Century Gothic", sans-serif;
}
#top-left-in .report h2 span{
	color: #313131;
}
#top-left-in .report ul li a{
	display: block;
}
#top-left-in .report ul li{
}
#top-left-in .report ul li:nth-child(even) a{
	background-color: #f6f6f6;
}
#top-left-in .report li time {
	color: #959595;
}
#top-left-in .report ul li span.txt {
	  text-decoration: none;
}
#top-left-in .report ul li a:hover{
	text-decoration: none;
}
#top-left-in .report ul li a:hover .txt{
	text-decoration: underline;
}
#top-left-in .report .link a:after{
	content: "";
	background: url(../images/cmn/arw-y.svg) right center no-repeat;
	display: inline-block;
}

/* pc */
@media print,only screen and (min-width: 641px){

	#top-content-wpr{
		padding: 0 10px;
	}
	#top-content{
		max-width: 1300px;
		min-width: 1100px;
		margin: 0 auto;
		position: relative;
	}
	#top-content:after{
		content: "";
	  display: table;
	  clear: both;
	}
	#top-content #top-left {
		width: calc(100% - 305px);
		max-width: 1000px;
		min-width: 795px;
		float:left;
	}
	#top-content #top-news {
		float:right;
		width: 270px;
		background-size: 25px auto;
		padding:10px 10px 15px 10px;
		position: relative;
		top: -482px;
		margin-bottom: -600px;

	}
	#top-news h2{
		font-size: 14px;
		margin-bottom: 5px;
	}
	#top-news h2 span{
		background-size: 13px auto;
		font-size: 29px;
		padding:0 0 4px 0;
	}
	#top-news ul li{
		margin-bottom: 10px;
	}
	#top-news ul li a{
		padding: 2px 0 10px 15px;
	}
	#top-news ul li time{
		width:100px;
		font-size: 34px;
	}
	#top-news ul li .cat{
		width:135px;
		font-size: 13px;
		padding-bottom: 4px;
		margin-bottom: 16px;
	}
	#top-news ul li .txt{
		font-size: 14px;
	}
	#top-news ul li a:hover{
		text-decoration: none;
	}
	#top-news ul li a:hover .txt{
		text-decoration: underline;
	}
	#top-news .link{
		margin-top: 15px;
	}
	#top-news .link a{
		font-size: 14px;
	}
	#top-news .link a:after{
		width: 27px;
		height: 12px;
		background-size: 27px auto;
		margin-left: 13px;
	}
	#top-bn{
		margin:45px 0 45px 0;
	}
	#top-bn li{
		width: calc( 25% - 15px);
		max-width: 235px;
	}
	#top-bn li img{
		width: 100%;
	}
	#top-bn li a{
		transition: 0.3s ease-in-out;
		opacity: 1;
	}
	#top-bn li a:hover{
		opacity: 0.8;
	}
	#top-left-in{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		/* margin-bottom: 85px; */
	}
	#top-left-in .report{
		width: 60%;
		max-width: 600px;
	}
	#top-left-in .report h2{
		font-size: 24px;
		border-bottom: 4px #4b7ee9 solid;
		padding-bottom: 5px;
	}
	#top-left-in .report h2 span{
		font-size: 14px;
		margin-left: 14px;
	}
	#top-left-in .report ul li a{
		padding: 15px 0 15px 10px;
		font-size: 14px;
	}
	#top-left-in .report ul li a{
		overflow: hidden;
	}
	#top-left-in .report li time {
  		float:left;
	}
	#top-left-in .report span.cat {
		width: 100px;
		font-size: 10px;
		line-height: 2;
		margin:0 5px 0 10px;
		display: inline-block;
		color: #fff;
		text-align: center;
		vertical-align: middle;
	}
	#top-left-in .report ul li span.txt {
		max-width: 390px;
		width: calc(100% - 100px - 7em);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		float: right;
	}
	#top-left-in .report ul li a:hover{
		text-decoration: none;
	}
	#top-left-in .report ul li a:hover .txt{
		text-decoration: underline;
	}
	#top-left-in .report .link{
		text-align: right;
		margin-top: 15px;
	}
	#top-left-in .report .link a{
		font-size: 14px;
	}
	#top-left-in .report .link a:after{
		width: 27px;
		height: 12px;
		background-size: 27px auto;
		margin-left: 13px;
	}
	#top-left-in .bn{
		width: 36.5%;
		max-width: 365px;
	}
	#top-left-in .bn a img{
		width: 100%;
	}
	#top-left-in .bn iframe{
		width: 100%;
		height: 200px;
		margin-bottom: 7px;
	}
}

/* sp */
@media screen and (max-width: 640px){

	#top-content #top-news {
		background-size: 1.4rem auto;
		padding:1rem 1rem 0rem 1rem;
	}
	#top-news h2{
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	#top-news h2 span{
		background-size: 13px auto;
		font-size: 2.5rem;
		padding:0 0 0.5rem 0;
	}
	#top-news ul li{
		margin-bottom: 1rem;
	}
	#top-news ul li:last-child{
		margin-bottom: 0;
	}
	#top-news ul li a{
		padding: 0.2rem 0 1rem 1rem;
	}
	#top-news ul li time{
		width:7.5rem;
		font-size: 2.5rem;
	}
	#top-news ul li .cat{
		width:calc(100% - 7.5rem);
		font-size: 1rem;
		padding-bottom: 0.3rem;
		margin-bottom: 1rem;
	}
	#top-news ul li .txt{
		font-size: 1.3rem;
	}
	#top-news .link a{
		font-size: 1.4rem;
		display: block;
		padding: 1.5rem 0;
	}
	#top-news .link a:after{
		width: 2.5rem;
		height: 1.2rem;
		background-size: 2.5rem auto;
		margin-left: 1rem;
	}
	#top-bn{
		margin: 1.2rem 1rem 1rem 1rem;
	}
	#top-bn li{
		width: calc(50% - 0.7rem);
		margin-bottom: 1.2rem;
	}
	#top-left-in{
		margin: 0 1rem;
	}
	#top-left-in .report h2{
		font-size: 2rem;
		border-bottom: 2px #4b7ee9 solid;
		padding-bottom: 1.3rem;
		text-align: center;
	}
	#top-left-in .report h2 span{
		font-size: 1.2rem;
		display: block;
	}
	#top-left-in .report ul li a{
		padding: 1rem;
		font-size: 1.2rem;
	}
	#top-left-in .report ul li time {
		font-size: 1.1rem;
		position: relative;
    	top: 1px;
	}
	#top-left-in .report span.cat {
		width: 8rem;
		font-size: 0.6rem;
		margin-left: 0.4rem;
		display: inline-block;
		color: #fff;
		text-align: center;
		vertical-align: middle;
	}
	#top-left-in .report span.txt {
		display: block;
		margin-top: 5px;
	}
	#top-left-in .report .link{
		text-align: center;
	}
	#top-left-in .report .link a{
		font-size: 1.4rem;
		display: block;
		padding: 15px 0;
	}
	#top-left-in .report .link a:after{
		width: 2.5rem;
		height: 1.2rem;
		background-size: 2.5rem auto;
		margin-left: 1rem;
	}
	#top-left-in .bn iframe{
		width: 100%;
		height: 200px;
		margin-bottom: 2rem;
	}
}

/* セカンド
--------------------------------------------------*/


.bread li{
    display: inline-block;
}
.bread li a{
    display: block;
    background:url(../images/cmn/bread-arw.gif) right center no-repeat;
}
#second-main h1{
	color: #fff100;
	font-weight: bold;
}
#tnav>li.menu-item-has-children:after{
	content: "";
	background:url(../images/cmn/arw-plus.png) 0 center no-repeat,url(../images/cmn/arw-mn.png) -9999px center no-repeat;
	background-size: 100% auto;
	position: absolute;
	display: block;
	transition: transform .3s ease;
}
#tnav>li.menu-item-has-children.open:after{
	background:url(../images/cmn/arw-plus.png) -9999px center no-repeat,url(../images/cmn/arw-mn.png) 0 center no-repeat;
	background-size: 100% auto;
	transform:rotate(180deg);
}
#tnav>li>ul{
	display: none;
}
#tnav>li>ul>li>a{
	background-color: #fff;
}
#tnav>li>ul>li>a:before{
	content: "・";
}
#second-main .pic-img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url(../images/cmn/news-main2.jpg);
}

#tnav .current-menu-item>a,
#tnav .current-menu-ancestor>a{
    background-color: #fff54c;
}
/* pc */
@media print,only screen and (min-width: 641px){
	.bread{
		width: 1100px;
		margin: 86px auto 15px auto;
		text-align: right;
	}
	.bread li{
		font-size: 1.4rem;
	}
	.bread li a{
		margin-right: 13px;
		padding:3px 28px 3px 0;
		background-size:12px auto;
	}
	#second-main{
		background: url(../images/cmn/second-line2.png) left bottom repeat-x;
		padding:0 10px 20px 10px;
		margin-bottom: 40px;
		z-index: 10;
		position: relative;
	}
	#second-main-in{
		width: 1100px;
		margin: 0 auto;
		position: relative;
	}
	#second-main .pic{
		width: 720px;
		background: url(../images/cmn/mark-l-b.svg) 0 0 no-repeat,url(../images/cmn/mark-r-b.svg) right bottom no-repeat;
		background-size: 13px auto;
		background-color: #fff;
		border: 1px #b6c9f2 solid;
		padding: 9px;
	}
	#second-main .pic-img{
		height: 360px;
		background-size: cover;
	}
	#second-main .title{
		width: 350px;
		background: url(../images/cmn/line.gif) 0 0 repeat;
		background-size: 25px auto;
		padding: 10px;
		position: absolute;
		top: 0;
		right: 0;
	}
	#second-main h1{
		background: url(../images/cmn/mark-l.svg) 0 0 no-repeat,url(../images/cmn/mark-r.svg) right bottom no-repeat;
		background-size: 13px auto;
		color: #fff;
		font-size: 30px;
		margin-bottom: 14px;
		padding-top: 3px;
	text-align: center;
	}
	#tnav{
		display: block!important;
	}
	#tnav>li{
		border-top: 1px #dbe5fb solid;
		position: relative;
	}
	#tnav>li:first-child{
		border-top: none;
	}
	#tnav li.menu-item-has-children:after{
		width: 18px;
		height: 18px;
		top: 1em;
		right: 15px;
	}
	#tnav a:hover{
		text-decoration: none;
	}
	#tnav li a{
		background-color: #fff;
		font-size: 18px;
		display: block;
		padding: 11px 17px;
	}
	#tnav>li>ul>li>a{
		font-size: 16px;
		padding: 6px 25px;
	}
	#tnav>li>ul>li:first-child>a{
		padding-top: 18px;
	}
	#tnav>li>ul>li:last-child>a{
		padding-bottom: 18px;
	}
	#content-wpr{
		padding: 0 10px;
	}
	#content{
		width: 1100px;
		margin: 0 auto 90px auto;
		line-height: 2;
	}
}

/* sp */
@media screen and (max-width: 640px){

	#second-main-wpr{
		display: flex;
		flex-flow:column-reverse;
		position:relative;
	}
	.bread{
		text-align: right;
		margin: 0.3rem 1rem 1rem 1rem;
	}
	.bread li{
		font-size: 1rem;
	}
	.bread li a{
		margin-right: 1rem;
		padding:3px 2rem 3px 0;
		background-size:0.7rem auto;
	}
	#second-main .title{
		width: 100%;
		background: url(../images/cmn/line.gif) 0 0 repeat;
		background-size: 1.4rem auto;
		padding: 1rem 1rem 0 1rem;
		position:absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
	#second-main h1{
		height: 3.5rem;
		color: #fff;
		font-size: 1.8rem;
		font-weight: normal;
		box-sizing: border-box;
	}
	#second-main .pic{
		margin-top: 4.5rem;
	}
	#second-main .pic-img{
		background-size: cover;
		height: 0;
		padding-bottom: 52.66%;
	}
	#tnav{
		display: none;
		margin-bottom: 1rem;
	}
	#tnav>li{
		border-top: 1px #dbe5fb solid;
		position: relative;
	}
	#tnav>li:first-child{
		border-top: none;
	}
	#tnav>li a{
		background-color: #fff;
		font-size: 1.6rem;
		display: block;
		padding: 1rem 1.3rem;
	}
	#tnav li.menu-item-has-children:after{
		width: 1.5rem;
		height: 1.5rem;
		top: 1.5em;
		right: 1rem;
	}
	#tnav>li.current a{
		background-color: #fff54c;
	}
	#tnav>li>ul>li>a{
		font-size: 1.4rem;
		padding: 0.5rem 2rem;
	}
	#tnav>li>ul>li:first-child>a{
		padding-top: 1.5rem;
	}
	#tnav>li>ul>li:last-child>a{
		padding-bottom: 1.5rem;
	}

	#second-main #hamburger-sub{
		width: 1.8rem;
		height: 1.8rem;
	  	cursor: pointer;
		z-index: 100;
		overflow: hidden;
		position: absolute;
		top: 1.4rem;
		right: 1.8rem;
	}
	#second-main #hamburger-sub .hamburger-sub-lines{
		height: 80%;
		  width:100%;
		  position: relative;
		float: left;
		margin:0;
	}
	#second-main #hamburger-sub .hamburger-sub-lines>div{
		  background-color: #fff;
		  width:100%;
		  height:0.55vw;
		  transition: transform .3s ease, opacity .3s ease;
		  position: absolute;
		  left:0;
		  top:50%;
	}
	#second-main #hamburger-sub .hamburger-sub-lines>div:first-child{
	  transform: translateY(-300%);
	}

	#second-main #hamburger-sub .hamburger-sub-lines>div:last-child{
	  transform: translateY(300%);
	}
	#second-main #hamburger-sub.open .hamburger-sub-lines>div:first-child{
	  transform: rotate(225deg);
	}
	#second-main #hamburger-sub.open .hamburger-sub-lines>div:nth-child(2){
	  transform: translateX(-50%);
	  opacity: 0;
	}
	#second-main #hamburger-sub.open .hamburger-sub-lines>div:last-child{
	  transform: rotate(-225deg);
	}
	#content{
		margin: 0 1rem;
		line-height: 1.7;
	}

}

/* notfound
--------------------------------------------------*/

.notfound{
	text-align: center;
}
.notfound .btn{
	background-color: #fff;
	color: #125dbe;
	border: 1px #c0d2f7 solid;
	cursor: pointer;
	position: relative;
	line-height: 1.5;
}
.notfound .btn span{
	background: url(../images/cmn/arw-b.png) 22px center no-repeat,url(../images/cmn/arw-w.png) -9999px center no-repeat;
	background-color: #ecf8fd;
	border: 1px #e4ecfc solid;
	display: block;
}
.notfound .btn a{
	color: #125dbe;
}
.notfound .btn:before{
	content: "";
	background: url(../images/cmn/mark-l-b.svg) 0 0 no-repeat;
	position: absolute;
}
.notfound .btn:after{
	content: "";
	background:url(../images/cmn/mark-r-b.svg) 0 0 no-repeat;
	position: absolute;
}

/* PC */
@media print,only screen and (min-width: 641px) {

	.notfound{
		margin-top: 100px;
	}
	.notfound .h{
		width: 480px;
		margin:0 auto 25px auto;
	}
	.notfound .txt{
		font-size: 15px;
		margin-bottom: 25px;
	}
	.notfound .btn{
		background-color: #fff;
		color: #125dbe;
		border: 1px #c0d2f7 solid;
		cursor: pointer;
		position: relative;
		line-height: 1.5;
	}
	.notfound .btn{
		width: 250px;
		font-size: 16px;
		padding: 2px;
		margin: 0 auto;
	}
	.notfound .btn:hover{
		text-decoration: none;
	}
	.notfound .btn a:hover{
		text-decoration: none;
	}
	.notfound .btn span{
		background-size: 9px auto;
		padding: 20px 15px 20px 40px;
	}
	.notfound .btn:hover span{
		background-color: #56a1f5;
		background-position: -9999px center,22px center;
		color: #fff;
	}
	.notfound .btn:before{
		width: 13px;
		height: 13px;
		background-size: 13px auto;
		top: 3px;
		left: 3px;
	}
	.notfound .btn:after{
		width: 13px;
		height: 13px;
		background-size: 13px auto;
		bottom: 3px;
		right: 3px;
	}
}

/* SP */
@media screen and (max-width: 640px) {

	.notfound{
		margin-top: 4rem;
	}
	.notfound .h{
		width: 24rem;
		margin:0 auto 2rem auto;
	}
	.notfound .txt{
		font-size: 1.2rem;
		margin-bottom: 2rem;
	}
	.notfound .btn{
		font-size: 1.4rem;
		padding: 2px;
		margin: 0 1rem;
	}
	.notfound .btn span{
		background-position: right 1.3rem center;
		background-size: 0.9rem auto;
		padding: 1.1rem 3rem 1.1rem 1.5rem;
	}
	.notfound .btn:before{
		width: 0.8rem;
		height: 0.8rem;
		background-size: 0.8rem auto;
		top: 2px;
		left: 2px;
	}
	.notfound .btn:after{
		width: 0.8rem;
		height: 0.8rem;
		background-size: 0.8rem auto;
		bottom: 2px;
		right: 2px;
	}
}

/* ニュース
--------------------------------------------------*/

#news-list ul{
	border-top: 1px #e5e5e5 solid;
}
#news-list ul li {
	border-bottom: 1px #e5e5e5 solid;
}
#news-list ul li a{
	display: block;
}
#news-list ul li time {
	color: #959595;
}
#news-list ul li span.cat {
	color: #fff;
	text-align: center;
	display: inline-block;
}
#news-list ul li .h{
	color: #125dbe;
}
.pagenavi{
	text-align:center;
}
.pagenavi a,
.pagenavi span{
	background-color:#f6f6f6;
	color: #125dbe;
	display:inline-block;
}
.pagenavi span{
	background-color:#4b7ee9;
	color:#fff;
}
.nextprev{
	min-height: 3em;
	border-top: 1px #e5e5e5 dotted;
	font-size: 1.8rem;
	position: relative;
	text-align: center;
}
.nextprev li{
	width:auto;
	text-align: center;
	position: relative;
	text-align: center;
	display: inline-block;
}
.nextprev li.prev{
	background:url(../images/cmn/arw-y-prev.svg) 11px center no-repeat;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
}
.nextprev li.next{
	background: url(../images/cmn/arw-y.svg) right 11px center no-repeat;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
.nextprev li.list a{
	display: inline-block;
}

/* pc */
@media print,only screen and (min-width: 641px){

	#news-list ul li {
		font-size: 14px;
	}
	#news-list ul li a{
		padding: 10px 0 14px 0;
	}
	#news-list ul li a:hover{
		text-decoration: none;
	}
	#news-list ul li a:hover .h{
		text-decoration: underline;
	}
	#news-list ul li time {
		position:relative;
		top: 1px;
	}
	#news-list ul li span.cat {
		width: 100px;
		font-size: 10px;
		margin:0 7px 0 10px;
	}
	#news-list ul li .h{
		font-size: 16px;
		position:relative;
		top: 2px;
	}
	.pagenavi{
		font-size:18px;
		margin-top:40px;
	}
	.pagenavi a,
	.pagenavi span{
		padding:0 13px;
		margin:0 5px;
	}
	.pagenavi a:hover{
		background-color:#fbfbfb;
		text-decoration:none;
	}
	.nextprev{
		min-height: 3em;
		font-size: 18px;
	  	margin-top:30px;
	}
	.nextprev li.prev{
		background-size: 28px auto;
		padding: 15px 0 15px 50px;
	}
	.nextprev li.next{
		background-size: 28px auto;
		padding: 15px 50px 15px 0;
	}
	.nextprev li.list a{
		padding:15px 0 15px 0;
	}
	.pageTitle{
		border-bottom: 4px #4b7ee9 solid;
		font-size: 32px;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 8px;
	}
}

/* sp */
@media screen and (max-width: 640px){

	#news-list ul li {
	}
	#news-list ul li a{
		padding: 12px 0 12px 0;
	}
	#news-list ul li time {
		position:relative;
		top: 1px;
		font-size: 1.1rem;
	}
	#news-list ul li span.cat {
		width: 8rem;
		font-size: 0.6rem;
		margin-left: 0.4rem;
	}
	#news-list ul li .h{
		font-size: 1.4rem;
		display: block;
		margin-top: 0.5rem;
	}
	.pagenavi{
		font-size:1.5rem;
		margin-top:2rem;
	}
	.pagenavi a,
	.pagenavi span{
		padding:0.2rem 1.1rem;
		margin:0 0.3rem;
	}
	.pagenavi a:hover{
		background-color:#fbfbfb;
		text-decoration:none;
	}
	.nextprev{
		min-height: 3em;
		font-size: 1.2rem;
	  	margin-top:1.5rem;
	}
	.nextprev li.prev{
		background-size: 1.3rem auto;
		padding: 0.5rem 0 0.5rem 2.6rem;
	}
	.nextprev li.next{
		background-size: 1.3rem auto;
		padding: 0.5rem 2.6rem 0.5rem 0;
	}
	.nextprev li.list a{
		padding:0.5rem 0;
	}
	.pageTitle{
		border-bottom: 2px #4b7ee9 solid;
		font-size: 1.9rem;
		line-height: 1.5;
		padding-bottom: 0.3rem;
		margin-bottom: 0.5rem;
	}

}

/* 在校生・保護者の方へ　認証画面
--------------------------------------------------*/


.auth_form{
	width:300px;
	margin:30px auto 70px auto;
	border:#eee 5px solid;
		padding: 12px 17px 17px 17px;
		font-size: 16px;
	line-height: 1.3;
}

.auth_form_row{
	margin:0 0 15px 0;
}

.auth_form_row div{
	display:inline;
}

.auth_form_row input{
	margin-left:10px;
	padding: 3px;
}

.auth_form_title{
	margin:0 0 15px 0;
	text-align:center;
}


.auth_form_err{
	color:#f00;
	text-align:center;
	margin:0 0 15px 0;
}

.auth_form_btn{
	margin:0 ;
	text-align:center;
}
/* sp */
@media screen and (max-width: 640px){

	.auth_form{
		width: 25rem;
		font-size: 1.2rem;
	}

}

/* 施設・設備
--------------------------------------------------*/


/*
.facility-floor{
	background-color: #f6f9fe;
}
.facility-floor .detail{
	background:url(../images/cmn/mark-l-b.svg) left top no-repeat,url(../images/cmn/mark-r-b.svg) right bottom no-repeat;
	background-color: #fff;
}
.facility-floor .detail .h{
	color: #125dbe;
	font-weight: bold;
}
.facility-floor .detail ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.facility-floor .detail ul:after{
	content: "";
}
.facility-floor .detail ul li{
	background-color: #f6f9fe;
	color: #125dbe;
	font-weight: bold;
}
.facility-floor .detail ul li.current{
	background-color: #56a1f5;
		color: #fff;
}
.facility-floor .detail .num{
	font-weight: bold;
	display: inline;
	font-style: italic;
}
.facility-floor .nav .in{
	margin-bottom: 10px;
}
.facility-floor .nav .ttl{
	position: relative;
	border: 1px #dde7fb solid;
	color: #125dbe;
}
.facility-floor .nav .ttl:before{
	content: "";
	border: 1px #eef3fd solid;
	position: absolute;
}
.facility-floor .nav .in.current .ttl:before{
	border: 1px #9ac4f8 solid;
}
.facility-floor .nav .in.current .ttl{
	background-color: #56a1f5;
	color: #fff;
}
*/

/* pc */
/*@media print,only screen and (min-width: 641px){*/

/*
	.facility-floor{
		padding: 23px 30px 30px 30px;
		line-height: 1.5;
	}
	.facility-floor .att{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.facility-floor-in{
		overflow: hidden;
	}
	.facility-floor .nav{
		width: 450px;
		float: left;
	}
	.facility-floor .nav .detail{
		display: none;
	}
	.facility-floor .detail{
		width: 560px;
		float: right;
		background-size: 25px auto;
		padding: 25px;
	}
	.facility-floor .detail .pic1{
		margin-top: -30px;
	}
	.facility-floor .detail .pic2 img{
		width: 100%;
	}
	.facility-floor .detail .h{
		font-size: 20px;
		margin: 18px 0 7px 0;
	}
	.facility-floor .detail ul{
		margin: 20px 0 10px 0;
	}
	.facility-floor .detail ul:after{
		width: calc(33% - 7px);
		height: 0;
	}
	.facility-floor .detail ul li{
		width: calc(33% - 7px);
		padding: 8px;
		text-align: center;
		margin-bottom: 10px;
		cursor: pointer;
	}
	.facility-floor .detail ul li:hover{
		background-color: #56a1f5;
		color: #fff;
	}
	.facility-floor .detail .num{
		font-size: 32px;
		border-bottom: 3px #4d80e9 solid;
		padding-bottom: 8px;
	}
	.facility-floor .nav .in{
		margin-bottom: 10px;
	}
	.facility-floor .nav .ttl{
		background: url(../images/cmn/arw-b.png) 20px 1.3em no-repeat,url(../images/cmn/arw-w.png) -9999px 1.3em no-repeat;
		background-color: #fff;
		background-size: 9px auto;
		padding: 15px 15px 15px 40px;
		margin-bottom: 10px;
	}
	.facility-floor .nav .ttl:before{
		top: 2px;
		left: 2px;
		bottom: 2px;
		right: 2px;
	}
	.facility-floor .nav .in:hover .ttl:before{
		border: 1px #9ac4f8 solid;
	}
	.facility-floor .nav .in.current .ttl,
	.facility-floor .nav .in:hover .ttl{
		background-position: -9999px 1.3em,20px 1.3em;
		background-color: #56a1f5;
		color: #fff;
		cursor: pointer;
	}
}
*/

/* sp */
/*
@media screen and (max-width: 640px){


	.facility-floor-in .detail{
		display: none;
	}
	.facility-floor-in .nav .detail{
		display:block;
	}
	.facility-floor{
		margin: 0 -1rem;
		padding: 1rem;
		font-size: 1.3rem;
	}
	.facility-floor .att{
		margin-bottom: 1rem;
	}
	.facility-floor .nav{
	}
	.facility-floor .detail{
		background-size: 1.5rem auto;
		padding: 1.5rem;
	}
	.facility-floor .detail .pic1{
		margin-top: -1.5rem;
	}
	.facility-floor .detail .h{
		font-size: 1.6rem;
		margin: 1rem 0 0 0;
	}
	.facility-floor .detail ul{
		margin: 1rem 0 1rem 0;
		font-size: 1rem;
	}
	.facility-floor .detail ul:after{
		width: calc(33% - 0.5rem);
		height: 0;
	}
	.facility-floor .detail ul li{
		width: calc(33% - 0.4rem);
		padding: 0.5rem 0;
		text-align: center;
		margin-bottom: 0.1rem;
		cursor: pointer;
	}
	.facility-floor .detail .num{
		font-size: 2rem;
		border-bottom: 2px #4d80e9 solid;
		padding-bottom: 0.5rem;
	}
	.facility-floor .nav .in{
	}
	.facility-floor .nav .ttl{
		background-color: #fff;
		padding: 1rem 1.5rem;
		margin-bottom: 1rem;
	}
	.facility-floor .nav .ttl:after{
		width: 1rem;
		height: 1rem;
		content: "";
		background: url(../images/cmn/arw-d-b.png) center center no-repeat;
		background-size: 100% auto;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		transition:transform .3s ease;
		display: block;
	}
	.facility-floor .nav .in.current .ttl:after{
		content: "";
		background: url(../images/cmn/arw-d-w.png) center center no-repeat;
		background-size: 100% auto;
		transform:translateY(-50%) rotate(180deg);
	}
	.facility-floor .nav .ttl:before{
		top: 2px;
		left: 2px;
		bottom: 2px;
		right: 2px;
	}
	.facility-floor .nav .in:hover .ttl:before{
		border: 1px #9ac4f8 solid;
	}
	.facility-floor .nav .in.current .ttl,
	.facility-floor .nav .in:hover .ttl{
		background-position: -9999px 1.3em,20px 1.3em;
		background-color: #56a1f5;
		color: #fff;
		cursor: pointer;
	}

}
*/

/* schoolevent
--------------------------------------------------*/

.schoolevent-pickup{
	background-color: #f6f9fe;
	position: relative;
	margin-top: 60px;
}
.schoolevent-pickup h2{
	color: #fff;
	background: url(../images/cmn/line.gif) 0 0 repeat;
	font-weight: bold;
	display: inline-block;
	position: absolute;
}
.schoolevent-pickup h2 .txt,
.schoolevent-pickup h2 .h{
	vertical-align: middle;
}
.schoolevent-pickup h2 .txt{
	color: #fff100;
	font-weight: normal;
}
.schoolevent-pickup h2 span.in{
	background: url(../images/cmn/mark-l.svg) 0 0 no-repeat,url(../images/cmn/mark-r.svg) right bottom no-repeat;
	color: #fff;
	display: block;
	font-family: "Century Gothic", sans-serif;
}
.schoolevent-pickup ul li a{
	display: block;
}

.schoolevent-pickup .link{
	text-align: center;
}
.schoolevent-pickup .link a{
	color: #125dbe;
	display: inline-block;
}
.schoolevent-pickup .link a:after{
	content: "";
	background: url(../images/cmn/arw-y.svg) right center no-repeat;
	display: inline-block;
}
/* pc */
@media print,only screen and (min-width: 641px){

	.schoolevent-pickup{
		padding: 65px 20px 15px 20px;
	}
	.schoolevent-pickup h2{
		font-size: 36px;
		margin-bottom: 5px;
		background-size: 25px auto;
		padding:11px 12px;
		margin-bottom: 28px;
		top: -27px;
		left: 50%;
		transform: translateX(-50%);
		line-height: 1.3;
	}
	.schoolevent-pickup h2 .txt{
		font-size: 16px;
		margin-left: 17px;
	}
	.schoolevent-pickup span.in{
		background-size: 13px auto!important;
		font-size: 29px;
		padding:0 16px 0 20px;
	}
	.schoolevent-pickup ul{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.schoolevent-pickup ul li{
		width: 250px;
		background-color: #fff;
		font-size: 14px;
		padding: 0 18px 18px 18px;
	}
	.schoolevent-pickup ul li a:hover{
		text-decoration: none;
	}
	.schoolevent-pickup ul li:hover .h{
		text-decoration:underline;
	}
	.schoolevent-pickup ul li .pic{
		margin: 0 -18px 10px -18px;
	}
	.schoolevent-pickup ul li img{
		width: 100%;
	}
	.schoolevent-pickup ul li time{
		color: #959595;
		margin-bottom: 13px;
	}
	.schoolevent-pickup ul li .h{
		line-height: 1.5;
	}
	.schoolevent-pickup .link{
		margin-top: 15px;
	}
	.schoolevent-pickup .link a{
		font-size: 20px;
	}
	.schoolevent-pickup .link a:after{
		width: 27px;
		height: 12px;
		background-size: 27px auto;
		margin-left: 16px;
		position: relative;
		top: -2px;
	}
}

/* sp */
@media screen and (max-width: 640px){


	.schoolevent-pickup{
		padding: 3.5rem 1rem 1rem 1rem;
		margin: 5rem -1rem 0 -1rem;
	}
	.schoolevent-pickup h2{
		background-size: 1.8rem auto;
		padding:0.4rem 0.6rem;
		font-size: 1.9rem;
		margin: 0 0 3.5rem 0;
		top: -27px;
		left: 50%;
		transform: translateX(-50%);
		display: inline-block;
	}
	.schoolevent-pickup h2 .txt{
		font-size: 1rem;
		margin-left: 0.8rem;
	}
	.schoolevent-pickup span.in{
		background-size: 0.9rem auto!important;
		padding:0 0.6rem 0 0.9rem;
		white-space: nowrap;
	}
	.schoolevent-pickup ul{
	}
	.schoolevent-pickup ul li{
		background-color: #fff;
		font-size: 1.2rem;
		padding: 0.5rem;
		margin-bottom: 1rem;
		overflow: hidden;
	}
	.schoolevent-pickup ul li .pic{
		width: 11rem;
		float: left;
		margin-right: 1.2rem;
		line-height: 1.3;
	}
	.schoolevent-pickup ul li img{
		width: 100%;
	}
	.schoolevent-pickup ul li time{
		color: #959595;
		font-size: 1.1rem;
		margin:0 0 1rem 0;
	}
	.schoolevent-pickup ul li .h{
		line-height: 1.5;
	}
	.schoolevent-pickup .link{
		margin-top: 1rem;
	}
	.schoolevent-pickup .link a{
		font-size: 1.8rem;
	}
	.schoolevent-pickup .link a:after{
		width: 2.5rem;
		height: 1.2rem;
		background-size: 2.5rem auto;
		margin-left: 1rem;
		position: relative;
		top: -2px;
	}
}

/* facility
--------------------------------------------------*/
.facility_floor {
	background: #f6f9fe;
}
.facility_floor .floor_list li {
	position: relative;
	margin: 0 0 10px;
	color: #125dbe;
	background-color: #fff;
	border: 1px #dde7fb solid;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.facility_floor .floor_list li:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../images/cmn/arw-b.png);
	background-repeat: no-repeat;
}
.facility_floor .floor_list li.js-active,
.facility_floor .floor_list li:hover {
	color: #fff;
	background-color: #56a1f5;
	border-color: #dde7fb;
}
.facility_floor .floor_list li.js-active:before,
.facility_floor .floor_list li:hover:before {
	background-image: url(../images/cmn/arw-w.png);
}
.facility_floor .floor_list li.js-active {
	cursor: default;
}
.facility_floor .floor_list li a {
	display: block;
	color: #125dbe;
	border: 1px #eef3fd solid;
}
.facility_floor .floor_list li.js-active a,
.facility_floor .floor_list li:hover a {
	color: #fff;
	border-color: #9ac4f8;
	text-decoration: none;
}
.facility_floor .floor_detail {
	display: none;
	position: relative;
	background: #fff;
}
.facility_floor .floor_detail:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/cmn/mark-l-b.svg) 0 0 no-repeat;
}
.facility_floor .floor_detail:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background:url(../images/cmn/mark-r-b.svg) 0 0 no-repeat;
}
.facility_floor .floor_detail .number {
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 25px;
	padding: 0 0 7px;
	border-bottom: 3px solid #4d80e9;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
}
.facility_floor .floor_detail img {
	max-width: 100%;
}
.facility_floor .floor_detail .detail_list {
	overflow: hidden;
}
.facility_floor .floor_detail .detail_list li {
	float: left;
}
.facility_floor .floor_detail .detail_list li {
	display: block;
	padding: 2px 0;
	color: #125dbe;
	background-color: #ecf8fd;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.facility_floor .floor_detail .detail_list li.js-active,
.facility_floor .floor_detail .detail_list li:hover {
	color: #fff;
	background-color: #56a1f5;
}
.facility_floor .floor_detail .detail_list li.js-active {
	cursor: default;
}
.facility_floor .floor_detail .detail_img .item {
	display: none;
}
.facility_floor .floor_detail .detail_img .item.js-active {
	display: block;
}
.facility_floor .floor_detail .place {
	color: #125dbe;
	font-weight: bold;
}
/* pc */
@media print,only screen and (min-width: 641px){
	.facility_floor {
		padding: 30px 30px 20px;
		overflow: hidden;
	}
	.facility_floor .floor_list {
		float: left;
		width: 450px;
	}
	.facility_floor .floor_list li {
		padding: 2px;
		font-size: 16px;
	}
	.facility_floor .floor_list li:before {
		left: 18px;
		top: 20px;
		width: 9px;
		height: 12px;
		background-size: 9px auto;
	}
	.facility_floor .floor_list li a {
		padding: 12px 15px 12px 37px;
	}
	.facility_floor .floor_detail {
		float: right;
		width: 560px;
		padding: 25px;
	}
	.facility_floor .floor_detail.js-active {
		display: block;
	}
	.facility_floor .floor_detail:before,
	.facility_floor .floor_detail:after {
		width: 23px;
		height: 23px;
		background-size: 23px 23px;
	}
	.facility_floor .floor_detail .number {
		top: 25px;
		left: 25px;
		padding: 0 0 7px;
		border-bottom: 3px solid #4d80e9;
		font-size: 32px;
	}
	.facility_floor .floor_detail .detail_list {
		margin-bottom: 5px;
	}
	.facility_floor .floor_detail .detail_list li {
		width: 160px;
		margin-bottom: 15px;
		margin-right: 15px;
	}
	.facility_floor .floor_detail .detail_list li:nth-child(3n) {
		margin-right: 0;
	}
	.facility_floor .floor_detail .detail_list li {
		font-size: 16px;
	}
	.facility_floor .floor_detail .place {
		margin: 20px 0 0;
		font-size: 20px;
	}
	.facility_floor .floor_detail .text {
		font-size: 15px;
		line-height: 1.46;
	}
}
/* sp */
@media screen and (max-width: 640px){
	.facility_floor {
		padding: 10px;
	}
	.facility_text01 {
		background-position: 95% 50%;
		background-size: 9px auto;
		font-size: 13px;
	}
	.facility_floor .floor_list li {
		padding: 1px;
		font-size: 13px;
	}
	.facility_floor .floor_list li:before {
		right: 12px;
		top: 40%;
		width: 8px;
		height: 10px;
		background-size: 8px auto;
		transform: rotate(90deg);
	}
	.facility_floor .floor_list li.js-active:before {
		transform: rotate(-90deg);
	}
	.facility_floor .floor_list li a {
		padding: 10px 25px 10px 10px;
	}
	.facility_floor .floor_detail {
		margin: 0 0 10px;
		padding: 10px;
	}
	.facility_floor .floor_detail:before,
	.facility_floor .floor_detail:after {
		width: 14px;
		height: 14px;
		background-size: 14px 14px;
	}
	.facility_floor .floor_detail .number {
		top: 20px;
		left: 20px;
		padding: 0 0 5px;
		border-bottom: 2px solid #4d80e9;
		font-size: 20px;
	}
	.facility_floor .floor_detail .detail_list {
		margin-right: -1.165%;
		margin-left: -1.165%;
	}
	.facility_floor .floor_detail .detail_list li {
		width: 31%;
		margin-bottom: 2%;
		margin-right: 1.165%;
		margin-left: 1.165%;
	}
	.facility_floor .floor_detail .detail_list li {
		font-size: 10px;
		white-space: nowrap;
	}
	.facility_floor .floor_detail .detail_list li.width_long {
		width: 40%;
	}
	.facility_floor .floor_detail .place {
		margin: 10px 0 3px;
		font-size: 16px;
	}
	.facility_floor .floor_detail .text {
		font-size: 13px;
		line-height: 1.53;
	}
}
