@charset "UTF-8";
/* CSS Document */
html{font-size: 62.5%;/*-> 10px; */}
body{
	/*font-family: 'Source Sans Pro', sans-serif;*/
	/*font-family: 'Source Sans Pro','游ゴシック','Yu Gothic','Helvetica','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	*/
	font-family: 'Source Sans Pro','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
}
a{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:link , a:visited {color: #3d3d3d;}
p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #0e0e0e;
	font-feature-settings : "palt";
}

h2{
	font-size: 32px;
	font-size:3.2rem;
	text-align: center;
	margin-bottom: 45px;
	border-bottom: solid 0.3rem #84e000;
	display: inline-block;
	line-height: 5rem;
	font-weight: bold;
	color: #000000;
}

.school_QA h2{
	font-size: 32px;
	font-size:3.2rem;
	text-align: center;
	margin-bottom: 45px;
	border-bottom: solid 0.3rem #ff008a;
	display: inline-block;
	line-height: 5rem;
	font-weight: bold;
	color: #000000;
}





.outline{
	text-shadow: 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;        /* 文字の影 */
}
span.outline{
	color: #959595;
	text-shadow: 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;        /* 文字の影 */
}
.site-title{
	display:none;
	}

.clear { clear: both; }/*floatクリア*/
.center{text-align: center;}
.center02{margin: 0 auto;}
.f18 { font-size: 18px; }
.ml70{margin-left: 70px;}
.mt0{ margin-top: 0px;}
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt45{ margin-top: 45px; }
.mb15{ margin-bottom: 15px; }
.mb45{ margin-bottom: 45px; }
.mb100{ margin-bottom: 100px; }
.ml30{ margin-left: 30px;}
.pl15{padding-left: 15px;}
.pl100{padding-left: 100px;}
.f16{font-size: 16px; font-size: 1.6rem;}
.f20{font-size: 20px; font-size: 2.0rem;}
.f24{font-size: 24px; font-size: 2.4rem;}
.f26{font-size: 26px; font-size: 2.6rem;}
.f28{font-size: 28px; font-size: 2.8rem;}
.f30{font-size: 30px; font-size: 3.0rem;}
.box__center{
	/*▼中央左右上下揃え*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.floatL{float: left;}

	

	
/*グローバルナビ===========================================*/

	
/* 固定するのは「position: fixed;」です。 */
.header{
	width: 100%;
	height:90px;
	list-style: none;
	background-color: #FFF;
	list-style: none;
	border-bottom: 1px solid #efefef;
	/*box-shadow:0 0 2px 2px rgba(0,0,0,0.2);*/ /*右方向 下方向 ぼかし 広がり 色; */
	z-index:10;
}
.header_inner {
	width: 1020px;
	height: 45px;
	/*▼中央合わせ*/
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px 30px;
    background-color:#FFF;
	}

.logo {
	float: left;
	margin: 0 auto;
	width: 120px;
	height:100%;
}
.logo img {
	width: auto;
	height:60px;
}

#header_box{
	float:right;
	line-height: 38px;
	font-size: 20px;
	font-size: 2.0rem;
	}

#header__item {
	float:right;
	margin-right: 10px;
}

.header__item  {
	display: inline-block;
	}

.header__item .line{
	font-size: 18px;
	text-align: center;
}	

.header__item  a {
	display: block;
	padding: 10px 8px;
	text-decoration:none;

	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all  0s ease;

	/*-webkit-transition: opacity .36s cubic-bezier(.215, .61, .355, 1);
	transition: opacity .36s cubic-bezier(.215, .61, .355, 1)*/
}
.header__item a:visited, .header__item a:focus, .header__item a:hover, .header__item a:active {
	color: #000;
}
.header__item a:hover{	
	border-bottom: solid 0.2rem #244cb1;
	opacity: .5;
	line-height: 1.5;
	}
.header__icon a:hover{
	opacity: .5;
}


#header__icon{
	width: 60px;
	float:right;
}
.header__icon  {
	display: inline-block;
	}

.header__icon  a {
	display: block;
	padding: 12px 4px;
	text-decoration:none;
	-webkit-transition: opacity .36s cubic-bezier(.215, .61, .355, 1);
	transition: opacity .36s cubic-bezier(.215, .61, .355, 1)
}

.header__tel{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #84e000;
}
.header__tel span{
	font-size: 12px;
	font-size: 1.2rem;
}
.header__tel a{
	color:#84e000 ;
}

.header__time{
	text-align: right;
	line-height: 0rem;
	padding-right: 2px;
}
.header__time span{
	font-size: 12px;
	font-size: 1.2rem;
}
/*GNAV===========================================*/

 nav {
    background: #FFF;
    padding: 15px 0;
    box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
  }
.is-fixed {/* ヘッダー固定 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }

.nav_box{
	width: 1050px;
	height: 40px;
	padding: 15px 0;
	/*▼中央合わせ*/
    left: 0;
    right: 0;
    margin: auto;
	padding-left: 30px;
}
.nav_box ul{
}
.nav_box li{
	float: left;
	font-weight: 700;
}
 .nav_botn {
    font-size: 13px;
    line-height: 38px;
    position: relative;
    z-index: 2;
    display: block;
    width: 125px;
    height: 38px;
    transition: .1s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #84e000;
    border-top: 2px solid #84e000;
    border-bottom: 2px solid #84e000;
    background-color: #FFF;
    margin-right: 54px;
}
.nav_box li:last-child{
	margin-right: 0px;
}
.nav_botn:before,
.nav_botn:after {
    position: absolute;
    top: 4px;
    width: 28px;
    height: 28px;
    content: '';
    transition: .1s ease-in-out;
    transform: perspective(12px);
    transform: rotate(45deg);
    border: 0;
    background-color: #FFF;
}
.nav_botn:before {
    left: -16px;
    border-bottom: 2px solid #84e000;
    border-left: 2px solid #84e000;
}
.nav_botn:after {
    right: -16px;
    border-top: 2px solid #84e000;
    border-right: 2px solid #84e000;
}
.nav_botn:hover:before,
.nav_botn:hover:after {
    background-color: #84e000;
}
.nav_botn:hover {
    color:#FFF;
    background-color: #84e000;
}
.nav_botn a {display: block;}
.nav_botn a:link {color: #84e000;}
.nav_botn a:visited {color: #84e000;}
.nav_botn a:hover{color: #FFF;}
/*スライダー===========================================*/
.sliderwhole{
	width:100%;
	min-width: 1080px;
	height: 100%;
	background-size:contain;

	background:#ddd url("../images/main_01.jpg") no-repeat center center;
	}
/*.sliderwhole img {
    width: 100%;
    height: auto;
}*/
.main_box{
	width:1080px;
	height: 460px;
	/*background-color: pink;
	 opacity: 0.5;*/
	margin: 0 auto;
	/*▼中央左右上下揃え*/
	display: flex;
	align-items: center;
	justify-content: center;

}
.main_text{
	width: 1080px;
	height: 340px;
	background-color: red;
	margin: 0 auto;
	background: url("../images/main_text.png") no-repeat center center;
	padding:70px 0 0 70px;
}

.main_text p{
	width: 540px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 20px;
	color: #000;
}

/*contents===========================================*/
#wrapper{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 0;
	background-color: #FFF;
	overflow: hidden;/* heightを戻す */
}

#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #84e000;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.contents01 {
	width: 100%;
	height: auto;
	margin: 100px auto;
	background-image: url("../images/backimg_R.png"),
					  url("../images/backimg_L.png");
	background-repeat: repeat-y,repeat-y;
	background-position: right top, left top;
	overflow: hidden;/* heightを戻す */
}
.contents02 {
	width: 100%;
	height: auto;
	padding: 100px 0;
	background-image: url("../images/border_bg.jpg") ;
	overflow: hidden;/* heightを戻す */
}
.contents02_free {
	width: 100%;
	height: auto;
	background-image: url("../images/border_bg.jpg") ;
	overflow: hidden;/* heightを戻す */
}
.contents03 {
	width: 100%;
	height: auto;
	padding: 30px 0;
	background-color: #84e000;
	overflow: hidden;/* heightを戻す */
}

.contents04 {
	width: 100%;
	height: auto;
	padding: 100px 0;
	background-image: url("../images/border_bg02.jpg") ;
	overflow: hidden;/* heightを戻す */
}

/*fast===========================================*/
.fast{
	padding:0 30px; 
	background: url("../images/backimg_R.png") no-repeat right relative;
}
.fast p{
	width: 1020px;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
	text-align: center;

}
.game_sample{
	padding:0 30px; 
}
.game_sample img{
	width: 100%;
	max-width: 1179px;
}

/*fast_trouble===========================================*/
.fast_trouble_box {
	width: 100%;
	height: 460px;
	margin: 0 auto;
	max-width: 1080px;
	background: url("../images/fast_trouble.png") no-repeat;
}
.fast_trouble_L{
	width: 20%;
	height: 50px;
	float: left;
}
.fast_trouble{
	width: 80%;
	height: auto;
	float: right;
	margin-top: 50px;
	padding: 80px 0 0 0;
}
.fast_trouble_list{
	width: 80%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 35px;
	list-style-image: url("../images/list_mark.gif");
	margin: 65px 0px 0 0;
	padding-left: 250px;
}

/*school_point===========================================*/
.school_point span{
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 200px;
}
.school_point_box{
	width: 1080px;
	margin: 0 auto;
}

.school_point_01, .school_point_02, .school_point_03{
	width: 340px;
	height: 483px;
	margin: 0 10px;
	float: left;
	text-align: center;
}
.school_point_01{
	background-image: url("../images/school_point_01.jpg") ;
	background-repeat: no-repeat;
}
.school_point_02{
	background-image: url("../images/school_point_02.jpg") ;
	background-repeat: no-repeat;
}

.school_point_03{
	background-image: url("../images/school_point_03.jpg") ;
	background-repeat: no-repeat;
}

.school_point_title{
	width: 310px;
	height: auto;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	padding: 150px 15px 0 15px;
}
.school_point_text{
	width: 270px;
	height: auto;
	padding: 20px 35px 0 35px;
	text-align: left;
	font-feature-settings : "palt";

}


/*course_title===========================================*/

.course_title h2{
	font-size: 32px;
	font-size:3.2rem;
	text-align: center;
	margin-bottom: 28px;
	border-bottom: solid 0.3rem #ffffff;
	display: inline-block;
	line-height: 5rem;
	font-weight: bold;
	color: #ffffff;
}

.course_title p{
	height: auto;
	color: #ffffff;
    font-weight: bold
    }

.triangle {
border:30px solid transparent;
border-top-color:#84e000;
border-bottom-width:0;
width:0;
margin: 0 auto;
}
.triangle_flow {
border:30px solid transparent;
border-top-color:#FFF;
border-bottom-width:0;
width:0;
margin: 0 auto;
}



/*course_===========================================*/

.course_about{
	margin: 100px 0;
}
.course_basic,.course_expert{
	width: 1010px;
	height: auto;
	margin:0  auto;
	margin-bottom: 15px;
	padding: 30px;
	box-shadow:0 0 8px -1px #c0c0c0;	
	background-color: #FFF;
	overflow: hidden; /*floatの解除、ここがポイント*/
    /*position: relative;*/ /*DWで正常にプレビューできるようになります。*/
    zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
 
}
.course_basic_title_box{
	height: 70px;
	border-bottom: 2px solid #ff008a;
	padding-left: 15px; 
}
.course_expert_title_box{
	height: 70px;
	border-bottom: 2px solid #8900e0;
	padding-left: 15px; 
}
.course_basic_title{
	font-size: 32px;
	font-size:3.2rem;
	font-weight: bold;
	line-height: 6rem;
	margin-left: 40px;
}
.course_basic_subtitle {
	font-size: 14px;
	font-size:1.4rem;
	font-weight: bold;
	line-height: 0rem;
	margin-left: 40px;
	margin-top: 10px;
}
.course_basic img, .course_expert img{
	float: right;
	margin-top: 50px;
}
.course_text{
	width: 520px;
	height: auto;
	margin-top: 30px;
	float: left;

}
.course_text_expert{
	width: 1000px;
	height: auto;
	margin-top: 30px;
	float: left;

}


.course_expert_txt{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size:1.6rem;
}

p.course_basic_btn, p.course_expert_btn{
	width: 190px;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 3px 20px;
	margin-top: 60px;
	color: #FFF;
	display: block;
	float: left;
	border-radius: 30px 30px 30px 30px;
	transition: .4s;
}
p.course_basic_btn{
	background-color: #ff008a;
	border:2px solid #ff008a;
}
p.course_basic_btn:hover{
	background-color: #FFF;
	color: #ff008a;
}
p.course_expert_btn{
	background-color: #8900e0;
	border:2px solid #8900e0;
}
p.course_expert_btn:hover{
	background-color: #FFF;
	color: #8900e0;
}

.course_moneytime{
	font-size: 18px;
	font-size:1.8rem;
	font-weight: bold;
}
.course_moneytime span{
	font-size: 32px;
	font-size:3.2rem;
	font-weight: bold;
}


.course_expert{
	margin-top:30px;
}

.course_basic a, .course_expert a{
	display: block;
}

/*六角形------------------------------------*/
.hexagon {
  position: relative;
  width: 30px;
  background-color: #ff008a;
  float: left;
}
.hexagon::before {
  display: block;
  padding-top: 173.205080757%;  /*  3 / √3 x 100  */
  content: '';
}
.hexagon__inner-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff008a;
  transform: rotate(120deg);
}
.hexagon__inner-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff008a;
  transform: rotate(-120deg);
}

.hexagon02 {
  position: relative;
  width: 30px;
  background-color: #8900e0;
  float: left;
}
.hexagon02::before {
  display: block;
  padding-top: 173.205080757%;  /*  3 / √3 x 100  */
  content: '';
}
.hexagon02__inner-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8900e0;
  transform: rotate(120deg);
}
.hexagon02__inner-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8900e0;
  transform: rotate(-120deg);
}

/*------------------------------------*/

.course_about{
	width: 100%;
	height: auto;
	border-top: 1px solid #84e000;
	border-bottom:  1px solid #84e000;
	
}

.about_title {
	text-align: center;
	padding: 20px;
}
.about_title h2{
	font-size: 32px;
	font-size:3.2rem;
	text-align: center;
	border-bottom: solid 0rem #84e000;
	display: inline-block;
	line-height: 0rem;
	font-weight: bold;
	color: #84e000;
	padding: 20px;
	margin: 0px;
}


.about_table{
	width: 1080px;
	height: auto;
	margin: 0 auto;
}

.table,.table02{
	width:100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	background-color: #363636;
	margin-bottom: 5px;
}
.table dt,.table dd,.table02 dt,.table02 dd{
	padding:15px 30px;
	background-color: #FFF;
	margin-bottom: 10px;
}
.table dt,.table02 dt{
	width:15%;
	float:left;
	margin-right: 1%;
	font-weight: 700; 
	background-color: #6c6c6c;
	color: #FFF;
	clear: both;	
}

.table dd{
	float:left;
	width:33%;
	border-left:5px solid #f6f6f6;
	overflow:hidden;
	text-align: center;
}

.table02 dd{
	float:left;
	width:72%;
	border-left:5px solid #f6f6f6;
	overflow:hidden;
	text-align: center;
}

.about_table dd.basic{
	width:32.5%;
	background-color: #FFF;
	border: 3px solid #ff008a;
	font-size: 28px;
	font-size:2.8rem;
	color: #ff008a;
	font-weight: 700;
    margin-left: 5px;
}
.about_table dd.expert{
	width:32.5%;
	background-color: #FFF;
	border: 3px solid #8900e0;
	font-size: 28px;
	font-size:2.8rem;
	color: #8900e0;
	font-weight: 700;
    margin-left: 5px;
}
.about_table dt.back_color_w{
	background-image: url("../images/border_bg.jpg") ;
}

.table_overview{
	height: 230px;
}
.table_overview p{
	padding-top:60%;
	color: #FFF;
}
dd.table_overview,dt.table_overview{
	padding-top: 30px;
}
.table_time{
	height: 140px;
}
.table_period, .table_support{
	height: 50px;
}
.table_period p{
	padding-top: 10%;
	color: #FFF;
}

.table_period p, .table_support p{
	padding-top: 10%;
	color: #FFF;
}
.table_time p{
	padding-top: 40%;
	color: #FFF;
}
.about_table dt.back_color{
	background-color: #959595;
}


/*mentor===========================================*/

.mentor_title h2{
	font-size: 32px;
	font-size:3.2rem;
	text-align: center;
	margin-bottom: 0px;
	border-bottom: solid 0rem #ffffff;
	display: inline-block;
	line-height: 5rem;
	font-weight: bold;
	color: #ffffff;
}
.mentor_title p{color: #ffffff;}

.mentor{
	width: 1080px;
	height: auto;
	margin: 30px auto;
	padding: 0 30px;
	display: block;
	clear: both;
}
.mentor_01{
	width: 30%;
	height: 580px;
	padding: 30px 50px;
	float: left;
	text-align: center;
}

.center_line{
	width: 1px;
	height: 520px;
	float: left;
	border-left: dotted 1px #4444;
	margin: auto 30px;
	margin-top:30px;
}

.trim {
  position:relative;
  overflow: hidden;
  width:200px;
  height:200px;
  border-radius:50%;
  margin: 0 auto;
}
.trim img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height:100%;
}

.mentor_01 p{
	margin-bottom: 10px;
	}
p.mentor_name{
	width: 240px;
	display: block;
	background-color: #84e000;
	padding: 5px;
	color: #FFF;
	margin: 30px auto 30px auto;
	margin-bottom: 30px;
	font-weight: 700;
	border-top-left-radius: 30px;
 	border-top-right-radius: 30px;
  	border-bottom-right-radius: 30px;
  	border-bottom-left-radius: 30px;
}

/*flow===========================================*/
.flow{
	width: 1080px;
	height: auto;
	margin: 30px  auto 0 auto;
	background-color: #FFF;
	overflow: hidden;
	overflow: hidden; /*floatの解除、ここがポイント*/
    position: relative; /*DWで正常にプレビューできるようになります。*/
    zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.flow_numberbox{
	width: 14%;
	height: 220px;
	float: left;
	background-color: #84e000;
	/*▼中央左右上下揃え*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
.flow_numberbox01{
	width: 14%;
	height: 245px;
	float: left;
	background-color: #84e000;
	/*▼中央左右上下揃え*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
.flow_numberbox p, .flow_numberbox01 p{
	color: #FFF;
}
.flow_numberbox span, .flow_numberbox01 span{
	font-size: 32px;
	font-size:3.2rem;
}
.flow_contents{
	width: 80%;
	padding: 30px;
	height: auto;
	float: right;
	background-color: #FFF;
	overflow: hidden; /*floatの解除、ここがポイント*/
    position: relative; /*DWで正常にプレビューできるようになります。*/
    zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.flow_contents_title{
	font-size: 20px;
	font-size:2.0rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: #84e000;
}
.flow_contents p{
	width: 860px;
}
/*Q&A===========================================*/

.QA{
	width: 1080px;
	height: auto;
	padding: 0 15px;
	margin: 0 auto 30px auto;
	border-bottom: 1px dotted #bdbdbd;
}
.QA_Q{
	width: 1080px;
	height: auto;
	font-size: 20px;
	font-size:2.0rem;
	margin-bottom: 15px;
	font-weight: bold;
	color: #ff008a;
}

.QA_Q span{
	font-size: 30px;
	font-size:3.0rem;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 15px;
	display: inline-block;
	line-height: 5rem;
	font-weight: bold;
	color: #ff008a;
}

.QA_A_box{
	width: 1080px;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
	overflow: hidden; /*floatの解除、ここがポイント*/
    position: relative; /*DWで正常にプレビューできるようになります。*/
    zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
 
}
.QA_A{
	font-size: 25px;
	font-size:2.5rem;
	font-weight: bold;
	color: #999999;
	margin-right: 20px;
	line-height: 1;
}
.QA p{
	float: left;
}

.QA_note{
	width: 80%;
	height: auto;
	margin: 50px auto 0 auto;
	padding: 10px;
	text-align: center;
	background-color: #979797;
}
.QA_note p {
	color: #FFF;
	border: 2px solid #FFF;
	padding: 15px;
}
.QA_note a{color: #FFF;}


/*contact==========================================*/

.school_contact_box{
	width: 1010px;
	height: auto;
	margin:0  auto;
	margin-bottom: 15px;
	padding: 50px 30px;
	box-shadow:0 0 8px -1px #c0c0c0;	
	background-color: #FFF;
}
.school_contact_box p{
	font-size: 16px;
	font-size:1.6rem;
}
.about{
	width: 90%;
	height: auto;
	padding: 0 15px;
	margin: 0 auto;
	line-height: 8rem;
	border-bottom: 1px dotted #bdbdbd;
	clear: both; 
	overflow: hidden;
}
.about dt{
	width: 25%;
	height: auto;
	font-size: 18px;
	font-size:1.8rem;
	font-weight: bold;
	float: left;


}
.about dd{
	width: 75%;
	height: auto;
	font-size: 16px;
	font-size:1.6rem;
	float: left;
}
.about span{
	height: 15px;
	width: 30px;
	font-size: 11px;
	font-size:1.1rem;
	text-align: center;
	background-color: #84e000;
	padding: 5px;
	color: #FFF;
	margin-left: 5px;
	margin-bottom: 5px;

	border-top-left-radius: 5px;
 	border-top-right-radius: 5px;
  	border-bottom-right-radius: 5px;
  	border-bottom-left-radius: 5px;
	}


.contact__btn02{
	width: 1080px;
	height: 40px;
	margin: 0 auto;
	    /*▼中央左右上下揃え*/
	display: flex;
	align-items: center;
	justify-content: center; 
}

.contact__btn02 p{
	width: 220px;
	margin: 15px ;
	padding: 10px 15px;
	font-weight: bold;
	display: block;
	background-color: #FFF;
	border: 2px solid #244cb1;
	color: #244cb1;
	float: left;
	text-align: center;
	transition: .4s;
}

.contact__btn02 p:hover{
	background-color: #244cb1;
	color: #FFF;
}

/*serv__select===========================================*/



.janp__box{
width: 100%;
 margin-top:-100px;
  padding-top:100px;
}



/*footer===========================================*/

.bottom {
	width: 1080px;
	height: auto;
	background: #FFF;
	margin: 0 auto;
	padding: 60px 0;
	text-shadow: none;
	text-align: center;
}
.bottom__logo{
	margin: auto;
	margin: 0 0 30px 0;
}
.bottom__logo img{
	width: 150px;
	height: auto;
}

.footer__item {
	display: inline;/*横並び*/
	font-size: 14px;
	font-size: 1.4rem;
	color: #747474;
	text-decoration:none;
}
.footer__item a{color:#747474; }

}
.footer__item a:visited, .footer__item a:focus, .footer__item a:hover, .footer__item a:active {
	color: #7c7c7c;
}
.footer__item a:hover{
	opacity: .5
}

#footer {
	width: 100%;
	height: auto;
	padding-top: 5px;
	border-top: solid 0.5px #747474;
	color: #747474;
	text-align: center;

}

/* --- お問い合わせフォーム --- */
.contact__btn{
	width: 1080px;
	height: 40px;
	margin: 30px auto;
}
.contact__btn a{ 
	width: 150px;
	height: 40px;
	border:solid 0.1rem #838383;
	margin: 0  auto;
	display: block;
	background-color: #FFF;
	color: #000;
	/*▼中央左右上下揃え*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
}

.contact__btn a:hover , .contact__btn a:active{
	background-color: #244cb1;
	color: #FFF;
}

input[type=text] ,textarea[type=text]{
	width:500px;
	height:25px;
	border:0;
	padding:10px;
	border:solid 1px #ccc;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

select {
	width:520px;
	height:40px;
	border:0;
	padding:10px;
	border:solid 1px #ccc;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


input#submit_button_send,input#submit_button_reset {
    width: 220px;
	margin: 15px ;
	padding: 10px 15px;
	font-weight: bold;
	display: block;
	background-color: #FFF;
	border: 2px solid #244cb1;
	color: #244cb1;
	float: left;
	text-align: center;
	transition: .4s;
}
input#submit_button_send:hover,input#submit_button_reset:hover {
	background-color: #244cb1;
	color: #FFF;
}

.submit_button{
	margin-top: 30px;
	/*▼中央左右上下揃え*/
	display: flex;
	justify-content: center;
}

