@charset "utf-8";
/*
*{outline:1px solid #0000FF}
*/

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:180%;
	font-size:16px;
	color: #000;
	background: #fff;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.none{
	display: none;
}

/* スクロールの幅の設定 */
html::-webkit-scrollbar {
width: 15px;
height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #a9e2ff;
}

html { scroll-behavior: smooth;}




#page_up{
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 1000;
}

@media (max-width: 800px) {
	#page_up img{
		height: 50%;
		width: 50%;
	}
	#page_up{
		text-align: right;
	}
}

.pnone{
	display: none;
}


@media (max-width: 1000px) {
.snone{
display: none;
}
.pnone{
display: block;
}
}
/*********************************************************/


#pan{
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}

#pan li a{
    text-decoration: none;
    color: #0059B2;
}

#pan li a:hover{
    text-decoration: underline;
}

#pan li{
    color: #525252;
}

ol#pan > li:before{
    content: "»";
    padding-right: 10px;
    padding-left: 10px;
}

ol#pan > li:first-child:before {
  content: none;
}

/**************************************************************************/

#keyimg{
	background: url("../policy/img/keyimg04.webp") center center no-repeat;
	background-size: cover;
	height: 40vh;
}

#keyimg .container{
	background: url("../policy/img/keyimg04_pic.webp") center bottom no-repeat;
	height: 39vh;
	position: relative;
}


#keyimg .container h1{
	width: 90%;
	font-size: 40px;
	position: absolute;
	bottom: 15vh;
	text-align: center;
color: #fff;
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
	text-shadow: 2px 2px 2px #6787AD;
}


#schoollist{
	writing-mode: vertical-rl;
}

#schoollist a{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	display: block;
	width: 35px;
	background: #B20000;
	font-size: 16px;
	color: #fff;
	height:  240px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 35px;
	position: fixed;
	right: 0px;
	bottom: 20%;
	border-radius:15px 0 0 15px;
}

header a#title_link{
	text-decoration: none;
	color: #000;
}
header .title{
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}

header .f18{
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
}

header .f30{
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
}


@media (max-width: 1100px) {
	/*
	header{
		text-align: center;
	}*/
	header .title .f18,
	header h1 .f18{
		font-size: 17px !important;;
	}

	header img{
		height: 80px;
	}
}

@media (max-width: 800px) {
	header .row.p-0.justify-content-between.align-items-center{
		margin-left: 0!important;;
		margin-right: 0!important;;
	}
}


nav{
	border-top: 5px solid #ddd;
}

nav ul.nav{
	display: flex;
}

nav li{
	border-top: 5px solid;
	margin-top: -5px;
}

nav li.nav01{
	border-color: #D90000;
}
nav li.nav02{
	border-color: #59B200;
}
nav li.nav03{
	border-color: #FFBF00;
}
nav li.nav04{
	border-color: #FF4D4D;
}
nav li.nav05{
	border-color: #2693FF;
}
nav li.nav06{
	border-color: #FF8000;
}
nav li.nav07{
	border-color: #7A4DFF;
}
nav li.nav08{
	border-color: #8E008E;
}

nav li a.nav-link{
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

nav li.close{
	width: 100%;
	padding-bottom: 5px;
}


#menu_btn{
	position: fixed;
	top: 2%;
	right: 2%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 5px;
	display: none;
}

#menu_btn span{
	display: block;
	font-size: 8px;
	padding: 0;
	line-height: 8px;
	margin-top: -2px;
}


@media (max-width: 960px) {
	nav{
		border: 0;
		margin-bottom: 15px;
	}
	
	
	nav ul.nav{
		flex-direction: column;
		display: none;
		position: fixed;
		z-index: 10000;
		background: #fff;
		width: 100%;
		left: 0;
		top:0;
		padding-top: 5%;
		height: 100vh;
	}
	
	nav #menu{
	border: 2px solid #ccc;
	border-radius: 15px;
	background: #D5EFF2;
	color: #666;
}
	
	
	#menu_btn{
		display: block;
	}
	
	
}



nav #menu svg{transform: scale(1.3, 1.3);
margin-right: 5px;
}

footer .bg{
	background: linear-gradient(#C8E8F0, #fff) ;
}

footer #footer_nav ul{
	border-right: 1px solid #000;
}

footer #footer_nav li{
	border-left: 1px solid #000;
	height: 22px;
}

footer #footer_nav li a.nav-link{
	padding: 0;
	color: #000;
	font-size: 15px;
}

@media (max-width: 800px) {
	
	footer #footer_nav li{
		height: auto;
	}
	
footer #footer_nav li a.nav-link{
	writing-mode: vertical-rl;
	}
	
	footer #footer_nav ul{
	border: 0;
}
	
}

footer .bg2{
	background: url("../img/footer_pic.webp") center bottom no-repeat;
	/*background-size: cover;*/
	padding-bottom: 15vh;
}

@media (max-width: 500px) {
footer .bg2{
	background-position: bottom 0 right 30%;
	}
}


footer p,
footer adress{
	line-height: 200%;
}

footer p.f20{
	color: #219952;
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
}

footer p.f35 a{
	color: #219952;
	font-size: 35px;
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
}

footer p.tel a{
	color: #000;
}

footer a:hover{
	text-decoration: none;
}

@media (max-width: 800px) {
footer p,
footer address{
	text-align: center;
	text-shadow:0 0 5px #fff;
	}
}

footer small{
	display: block;
}
