/@charset "utf-8";
/* CSS Document */


*{
		box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing:border-box;
}

ul {
  list-style: none;
}
img  {
	border-style: none;
	display: block;
}

body {
	width: 100%;
	font-family: fot-rodin-pron,'メイリオ"','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	box-sizing: content-box;
	margin-top: 0px;
background-color: #EBEBEB;
	font-weight: 600;

	}

.center {
	text-align: center;
}

.center_block{
	display: block;
	margin:10px auto;
}

/* wrapper
-----------------------------------------------------------------------------*/

#wrapper  {
	width: 1000px;
	margin: auto;
	background-color: #fff;
	box-shadow:0px 0px 10px 0px #cccccc;
	-moz-box-shadow:0px 0px 10px 0px #cccccc;
	-webkit-box-shadow:0px 0px 10px 0px #cccccc;
	box-sizing: border-box;
	padding-bottom:40px;
}

/* header
-----------------------------------------------------------------------------*/

header{
	width:1000px;
	height: 415px;
	background-image: url("../img/top.png");
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0;
}




header a img{
	display: block;
	width:200px;
	position: relative;
	left: 30px;
	top:15px;
}


h2.bg_black{
	margin:20px auto 10px;
	padding:10px 30px;
	font-size:1.5em;
	color:#fff;
	background: #000;
	width:80%;
	max-width: 800px;
	line-height: 1.8em;
	text-align: center;
	border-radius: 1.8em;
	
}
.cont01 h3{
	color: #d26ed4;
}

.cont03,.cont01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width:80%;
	max-width: 960px;
	margin: auto;
	
}

.cont03 li,.cont01 li{
	width:45%;
	margin-top:10px;
}

.cont02{
	max-width: 1000px;
	max-height: 1173px;
	margin:auto;
	width: 100vw;
	height: 117.3vw;
	background-image: url("../img/img02.png");
	background-repeat: no-repeat;
	background-size: 100%;
	
}

.cont03 h4{background-color: #befdff;
	padding:5px 15px;color: #892fae;
	
	
}
.cont02 p{
padding: 70px 10px 0 0;
width: 55%;
margin: 20px 0 0 60px;
font-size: 1.2em;
	
}



 .yellow_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #f6ff6e 0%) repeat scroll 0 0;}



p.center{
	text-align: center;
	font-size:16px;
}


ul.test_box{
	display: table;
	  border-collapse: separate;
  border-spacing: 5px 0;

}




.big{
	font-size: 1.4em;
	line-height: 1.6em;
}

.title_003 {
	width:960px;
	height:244px;
	background-image: url("../img/003.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 50px auto;
	padding-top:70px;
	padding-left:350px;
	color:black;
	text-align: left;
}


.title_003 p{
	font-size: 30px;
	line-height: 1.4em;
}



.title_005 {
	width:960px;
	height:244px;
	background-image: url("../img/005.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 50px auto;
	padding-top:110px;
	padding-left:380px;
	color:black;
	text-align: left;
}


.title_005 p{
	font-size: 30px;
	line-height: 1.4em;
}

.yellow_marker{
	background: linear-gradient(transparent 40%, #ffff66 50%);
}


.select{
	text-align: center;
	width: 960px;
	height: 268px;
	background-image: url("../img/img05.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0;
	padding-top: 60px;

}

.select p{
	font-size: 25px;
}
.select a{
	height:86px;
	width: 320px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	color:#FFF;
	border-radius: 5px;
	line-height: 86px;
}
.select a:hover{
	opacity: 0.6;
}

.shougakukin_btn{
	background: #8bd007;
	margin:20px 20px 55px 0;
}
.loan_btn{
	background: #f5a932;
	margin:20px 0 0 0;
}

.comparison {
	text-align: center;
	width: 960px;
	height: 698px;
	background-image: url("../img/img04.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0;
	padding-top: 170px;
}

.comparison img{
	margin:0 auto 0 auto;
}

.comparison p{
	margin-top:120px;
	font-size: 16px;
}

#shougakukin h3,#loan h3,#set h3{
	font-size:25px;
	text-align: center;
	color:#fff;
	font-weight: 600;
	margin:20px auto 10px auto;
	width:800px ;
	padding:5px;
	display: block;
}




#shougakukin {padding:20px auto;}

#shougakukin h3{
	background-color:#8bd007;
	margin-top: 50px;
 }

#shougakukin p{
	font-size: 16px;
	line-height: 1.6em;
	width:800px;
	margin:20px auto; 
}


p.column01{
	width:700px !important;
	margin:20px auto !important; 
	border:1px solid #8bd007;
	padding:20px;
}


.bg_green{
	background-color: #def7af;
	font-size: 18px;
	padding:5px 10px;
	display: inline-block;
}

#shougakukin h4{
	background-color: #def7af;
	font-size: 18px;
	padding:5px 10px;
	width:800px;
	text-align: center;
	margin: 20px auto;
}

#shougakukin img{
	display: block;
	margin: 20px auto;
}



#loan {padding:20px auto;}

#loan h3{
	background-color:#f5a932;
	margin-top: 50px;
 }

#loan p{
	font-size: 16px;
	line-height: 1.6em;
	width:800px;
	margin:20px auto; 
}


.bg_orange{
	background-color: #def7af;
	font-size: 18px;
	padding:5px 10px;
	display: inline-block;
}

#loan h4{
	background-color: #ffe4b1;
	font-size: 18px;
	padding:5px 10px;
	width:800px;
	text-align: center;
	margin: 20px auto;
}

#loan img{
	display: block;
	margin: 20px auto;
}


#set {
background-color:#e7f6ff;
	padding-top:50px;
	padding-bottom: 40px;
	
}


#set h2{
	margin-top:20px;
	
}

#set h3{
	background-color:#10aeff;
	margin-top: 20px;
 }

#set p{
	font-size: 16px;
	line-height: 1.6em;
	width:800px;
	margin:10px auto; 
}


p.column02{
	width:700px !important;
	margin:15px auto !important; 
}




#set img{
	display: block;
	margin: 20px auto;
}

.osusueme{
	display: block;
	padding:30px;
	margin-bottom:20px;
	font-size: 30px;
	text-align: center;
	background-color:#10aeff;
	color:#FFF;
}






.test01,.test02,.test03{
	display: table-cell;
	width:290px;
	margin:0;
	}


.test01{
	margin-left: 10px;
	background-image: url("../img/01.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.test02{
	background-image: url("../img/02.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.test03{
	background-image: url("../img/02.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}

p.test_top{
	font-size:15px;
	padding:10px;
	line-height: 1.5em;
}

p.test_bottom{
	font-size:20px;
	line-height: 1.6em;
	text-align: center;
	color: #ff77c1;
	font-weight: 700;
	margin-top:50px;
}

.merit{
	width:411px;
	background-image: url("../img/04.jpg");
	background-repeat: no-repeat;
	display: inline-block;
	margin:5px 20px 0 50px;
	vertical-align: top;
}
.demerit{
	width:411px;
	background-image: url("../img/05.jpg");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	margin:5px 0 0 0;
}


.merit h4,.demerit h4{
	font-size:27px;
	font-weight: 200;
	text-align: center;
	height: 30px;
	margin:5px 0 12px 0;
	font-family: vdl-logojr, sans-serif;
	font-style: normal;
	font-weight: 200;
}

.merit li,.demerit li{
	margin-top:6px;
	font-size:14px;
}

.merit ol,.demerit ol{
	height:240px;
}
.note{
margin:8px 8px 0 0;
font-size: 12px;
font-weight: 500;
}


.title01{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 400px;
	padding-bottom: 60px;

}
.lastlink{
	margin:10px auto;
		display: block;
	width:80vw;
	max-width:600px;

}
.lastlink img{
	width:80vw;
	max-width:600px;
}
.point{
	background-image: url("../img/06.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	margin:10px 0 0 20px;
	text-align: center;
	display: block;
}

.point h3{
	font-size: 45px;
	font-weight: 400;
	padding-top:50px;
	margin-bottom:20px;
}

.point p{
	font-size:20px;
	font-weight: 500;
}

.point h4{
	background-image: url("../img/07.png");
	height:40px;
	width: 640px;
	font-size:23px;
	font-weight: 400;
	text-align: center;
	margin:10px auto;
}

.point ul{
	width: 640px;
	display: table;
	margin:auto;
	text-align: left;
}

.point ul > li:nth-child(odd) {
    width: 60%;
}
.point ul > li:nth-child(even) {
    width: 40%;
}

.point ul > li:nth-child(2n+1) {
    clear: both;

}
.point ul > li {
    display: table-cell;
    float: left;
	font-size: 14px;
	margin:8px 0 0 0;
}




.flow h4{
	font-size:22px;
	text-align: center;
	font-family: vdl-logojr, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin:0;
}


.table {
	width:800px;
	margin:10px auto 40px auto;
}


.table table{
	border:none;
	border-collapse: collapse; 
	font-size: 15px;
}

.table th{
	background-color: #67beff;
	color:#FFFFFF;
	font-size:23px;
	text-align: center;
	vertical-align: middle;
	border:1px solid #FFFFFF;
	font-weight: 400;
}


.half{
	border-radius: 8px 8px 0 0 ;
}

.table td{
	padding:5px;
	border:1px solid #67beff;
	width:300px;
	line-height: 1.3em;
	font-size: 15px;
}

th.none_cell { 
    border-style:none;
	background:none;
} 

.kind{
	width:200px;
}
.table h4{
	font-size:22px;
	text-align: center;
	font-family: vdl-logojr, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin:0 auto;
}
.table li {
	list-style-type: none;
	margin-left: -25px;
}

.table li:before {
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #808080;
	position: relative;
	left: -2px;
	top: -3px;
}

.inner{
	width:910px;
	border:2px solid #64b000;
	margin: 50px auto;
	padding:20px 8px 20px 8px;
	box-sizing: border-box; 
}


.inner p{
	width:859px;
	height:361px;
	padding-top:90px;
	padding-left:180px;
	background-image: url("../img/titl01_1.png");
	box-sizing: border-box; 
}


.inner02{
	width:910px;
	border:2px solid #64b000;
	margin: 20px auto 60px auto;
	padding:20px 8px 20px 8px;
	box-sizing: border-box; 
}

.inner02 img,.inner img{
	display: block;
	margin:auto;
}


.title01 img{
	display: block;
	width: 870px;
	height: auto;
	margin: auto;
}

.title01 p{
	font-size: 14px;
	line-height: 1.5em;
	width:716px;
	height: 395px;
	color: #333;
	margin: 5px;
	margin-top: 0px;
	background-image: url("../img/titl01_2.png");
	background-repeat: no-repeat;
	background-size: 100%;
	padding-left: 175px;
}

.title01 span{
	color: red;
	font-weight: bolder;
	font-size: 17px;
}

.school_over{
	width: 100%;
	height: 1400px;
	margin: auto;
	background-image: url(../img/ft_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
	padding:0 40px;
	clear: both;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.school_box01 {
	display: block;
	width: 420px;
	height: auto;
	float:left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	border: solid 2px #8cc63f;
	background-color: #fff;
	box-shadow:1px 1px 3px 0px #cdcfce;
	-moz-box-shadow:1px 1px 3px 0px #cdcfce;
	-webkit-box-shadow:1px 1px 3px 0px #cdcfce;
	box-sizing:inherit;
	padding-top: 10px;
	padding-bottom: 10px;
}

.name{
	width: 73%;
	float: right;
	margin-bottom: 10px;
}

.name h3{
	margin: 0px;
	text-align: center;
}

.name p.info{
	margin: 0px;
	padding-left: 10px;
	font-size: 14px;
}

.school_box01 img{
	display: block;
	float: left;
	margin:0;
}

.school_box01 img.line{
	display: block;
	width: 280px;
	height: 17px;
	float: none;
	margin: auto;
	padding: 0;
}

.school_info{
	width: 100%;
	background-image: url(../img/bg_school.png);
	background-repeat: repeat-y;
	background-size: 100%;
	margin: auto;
	display: flex;
	padding: 10px;
	box-sizing: border-box;
}

.btn_box{
	width: 95%;
	height: 60px;
	margin: auto;
	clear: both;
}

.btn_box a.oc-btn{
	width: 48%;
	height: auto;
	display: block;
	margin: auto;
	float: left;
	background-color: #699ad0;
	border-radius: 5px;
	text-align: center;
	line-height: 3em;
	color: #fff;
	font-weight: bolder;
}

.btn_box a.schooltop-btn{
	width: 48%;
	height: auto;
	display: block;
	margin: auto;
	background-color: #77d14b;
	border-radius: 5px;
	text-align: center;
	line-height: 3em;
	color: #fff;
	font-weight: bolder;
	float: right;
}

p.school_inner{
	height: 130px;
	font-size: 14px;
	padding-left: 5px;
}

p.school_inner01{
	height: 130px;
	font-size: 14px;
}

p.school_inner02{
	height: 115px;
	font-size: 14px;
	padding-left: 5px;
	margin-top:5px;
}




p.matome{
	width: 500px;
	height: 75px;
	clear: both;
	padding-top: 170px;
	padding-left: 300px;
}


/*--ドロップダウンメニュー--*/
.menu{
	height: auto;
	background-image: url(../img/title03.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	padding-bottom: 50px;
	margin-top: -230px;
}

label {
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0;
}

label img{
	display: block;
	margin: auto;
	width:750px; 
}

label img:hover{
	opacity:none;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
	width: 600px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 210px;
    margin-top: -40px;
    padding: 0;
    list-style: none;
    background-color: rgba(255,255,255,0.8);
}

.menu li {
    border-top: 1px #31B50A dotted;
    width: 100%;
}

.menu li a{
	display: inline-block;
	width: 600px;
	text-decoration: none;
	color: #8cc63f;
	font-weight: bold;
	line-height: 3em;
	padding-left: 50px;
}

.menu li a:hover{
	width: 600px;
	background-color: #ffe7b9;
	opacity: 0.7;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}
/*--ドロップダウンメニューここまで--*/

#footer{
	width: 100%;
	text-align:center;
	line-height: 3em;
	color: #fff;
	font-size: 10px;
	background-color:#454545;
	clear: both;
	margin: 0;
}



h3.circle-color01{
  position: relative;
  padding: 0 .5em .2em 1.5em;
	text-align: left;
	font-size:30px;
　　width: 900px;
		margin: 40px 0 20px 20px ;

}

h3.circle-color01::before,
h3.circle-color01::after {
  position: absolute;
  content: '';
  border-radius: 100%
}

h3.circle-color01::before{
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 1em;
  height: 1em;
}

h3.circle-color01::before{
  background: #8cdffb;
  opacity:0.5;
}

h3.circle-color01::after{
  top: .7em;
  left: .7em;
  width: .6em;
  height: .6em;
}

h3.circle-color01::after{
  background-color: #8bd5ff;
  opacity:0.5;
}


.month_b{width:900px;
	margin: auto;
}
.month_block{
display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
	margin: auto;


}
li.month_bx{
	　　width: 33.3%;
margin: 0;
	border:#5E9EB5 1px solid;
flex: 1;
}


.center{
	text-align: center;
	margin: auto;
}

.pink{
	color:#fc447c;
}
.month_bx h3{
	padding:5px;
	background:#5E9EB5;
	text-align: center;
	color:white;
}

.month_bx h4{
	　　width: 280px;
	padding:5px;
	background:#FFF6CC;

}


.month_bx p{
	　　width: 280px;
	padding:10px;
}

p.txt
{
	width:85vw;
	width:800px;
	margin:0 auto 10px auto;
	padding-top:10px;
	line-height: 1.5em;
	
}


.sub_title{
	padding:5px;
	color:#5E9EB5;
	font-size:1.2em;
}

.komidashi{
	padding:5px;
	background:#5E9EB5;
	text-align: center;
	color:white;
	font-size:1.1em;
	margin:25px auto 10px;
}

.komidashi02{
	padding:5px;
	background:#F53174;
	text-align: center;
	color:white;
	font-size:1.1em;
	margin:25px auto 10px;
}


.koumoku{
	padding:5px;
	background:#ddd;
	font-size:1.1em;
	margin: 5px auto 0 auto;
	text-indent: 20px;
	width:85vw;
	width:800px;
}

.flex{
	display: flex;
	width:85vw;
	max-width: 800px;
	margin: 5px auto 10px auto;
	justify-content:space-between;
}
.flex h5{
	padding:5px;
	background:#ddd;
	font-size:1.1em;
	margin: 0 auto 0 auto;
	text-align: center;
}


.flex_box1{
	width:41vw;
	max-width: 390px;
	border:	#ddd 1px solid;
}

.flex_box1 p.txt{
	width:41vw;
	max-width: 390px;
	padding:5px;
}


.koumoku02{
	padding:10px;
	font-size:1.1em;
	color:#AB64D4;
}

a.bottom_btn{
	display: block;
	width:80vw;
	max-width: 500px;
	color:#fff;
	background:#08be95;
	margin:20px auto 0;
	text-decoration: none;
	text-align: center;
	padding:15px 0;
	border-radius:10px;
	font-size:1.4em;

}

a.bottom_btn02{
	display: block;
	width:80vw;
	max-width: 500px;
	color:#fff;
	background:#e75bb4;
	margin:20px auto 0;
	text-decoration: none;
	text-align: center;
	padding:15px 0;
	border-radius:10px;
	font-size:1.4em;

}


a:hover{
	text-decoration: none;
	opacity: 0.7;
}

@media screen and (max-width:750px) { 

header{
	width:100vw;
	height: 41.5vw;
	background-image: url("../img/top.png");
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0;
}
img{
	display: block;
	max-width: 100vw;
	text-align: center;
	margin: auto;
}




header a img{
	display: block;
	width:20%;
	position: relative;
	left: 3vw;
	top:2vw;
}


h2.bg_black{
	margin:20px auto 10px;
	padding:10px 30px;
	font-size:1.5em;
	color:#fff;
	background: #000;
	width:80vw;
	line-height: 1.8em;
	text-align: center;
	border-radius: 1.8em;
	
}
.cont01 h3{
	color: #d26ed4;
}

.cont03,.cont01{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
	width:90vw;
	margin: auto;
	
}

.cont03 li,.cont01 li{
	width:100%;
	margin-top:10px;
}

.cont02{
	margin:auto;
	width: 100vw;
	height: 156vw;
	background-image: url("../img/img02_sp.png");
	background-repeat: no-repeat;
	background-size: 100%;
	
}

.cont03 h4{background-color: #befdff;
	padding:5px 15px;color: #892fae;
	
	
}
.cont02 p{
	padding: 2vw;
width: 58vw;
margin: 2vw 0 0 5vw;
font-size: 3vw;
}

#wrapper  {
	width: 100vw;
	}
	a{
		max-width: 80vw;
		display: block;
	}
	img{max-width: 100vw;}
	
}
