@charset "utf-8";

/* ------------------------------------------------------
default setup | デフォルトセットアップ 
------------------------------------------------------- */

strong{
	color:#F36;
}
html{
	font-size:62.5%;
	-webkit-text-size-adjust:100%;
	}

body{
	width:98%;
	padding:0 1%;
	max-width: 800px;
	min-width:initial;
	margin:0px auto;
	padding:0px;
	font-size: 2.0rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}



.whole_page {
	width: 100%;
	max-width: 800px;
	height: 100%;
	overflow: hidden;
}

h1 {
	display: block;
	box-sizing: border-box;
	font-size: 3.5rem;
	font-weight: bold;
	color: #FFF;
	background-color: #F30;
	background-image: url(image/listmark-flag3.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
	padding-left: 0.18rem;
	padding-top: 0.4rem;
	line-height: 4.4rem;
	padding-bottom: 0.3rem;
	padding-right: 0.18rem;
	width: 100%;
}


.kyoryoku-0 {
	display: block;
	font-size: 2.0rem;
	line-height: 2.0rem;
	color: #FFF;
	background-color: #F60;
	padding: 10px 15px 8px;
	margin:10px auto;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(image/sp-listmark3.gif);
	font-weight: bold;
}


.clear{
	clear:both;
	}
	
.taikendan {
	font-weight: bold;
}

.taikendan li :before{
  content:"■";
  margin-right: 5px;
  color: #FFCC00;
}
.taikendan ul {
	list-style-type: none;
}

.taikendan ul li {
	font-weight: bold;
	color: #F36;
}
.taikendan ul hr {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	color: #F36;
}



img{
	vertical-align:top;
	width:100%;
	height:100%;
	max-width:800px;
	}
	
h2, h3, h4, p, a, div, ul, ol, li, dl, dt, dd, hr,object, span, select, section, option,img, table, tr, td, address {
	margin:0;
	padding:0;
	}
	
hr{
	width:90%;
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:1.6rem;    
    clear: both; 
    visibility:hidden;
	}

/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
	}

.clearfix{
    display:block;
	}

.nosp{
	display: none;
}

a:link {
	color: #F36;
	text-decoration: none;
	word-wrap:break-word;
}

a:visited {
	color: #F36;
	text-decoration: none;
	word-wrap:break-word;
}

a:hover {
	color: #F36;
	text-decoration: none;
	word-wrap:break-word;
}

a:active {
	color: #F36;
	text-decoration: none;
	word-wrap:break-word;
}

section.shikiri{
	display:block;
	background: url(image/line.gif) repeat-x left top;
	background-size:100% auto;
	width:100%;
	max-width: 800px;
	height:20px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	}
	
hr.tensen{
	display:block;
	width:95%;
	margin:20px 0;
	border:0.5px dashed #333;
	}
	

	
	/* ------------------------------------------------------
ボタン
------------------------------------------------------- */
	
	a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	width:30%;
	padding: 1rem 3rem;
	font-size:2.0rem;
	font-weight: bold;
	border: 2px solid #00BB00;
	background: #00BB00;
	color: #fff;
	border-radius: 100vh;
}

	.btn_02 {
	display: block;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	width: 95%;
	padding: 0.5rem;
	margin-bottom:0.1rem;
	font-size:2.5rem;
	font-weight: bold;
	border: 2px solid #FF3300;
	background: #FF3300;
	color: #fff;

}

	.btn_03 {
	display: block;
	text-align: left;
	vertical-align: center;
	text-decoration: none;
	width: 95%;
	padding: 0.5rem;
	margin-bottom:0.1rem;
	font-size:2.5rem;
	font-weight: bold;
	border: 2px solid #FF3300;
	background: #FFFFFF;
	color: #FF3300;

}


/* ------------------------------------------------------
global_navi | グローバルナビ
------------------------------------------------------- */


.global_navi, .global_navi2 {
	width: 100%;
	max-width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.global_navi2 {
	margin-top: 2px;
}
.global_navi ul, .global_navi2 ul {
	display: none;
}
.global_navi li, .global_navi2 li {
	width: 100%;
	max-width: 800px;
	list-style-type:none;
}
.global_navi_list{
	display: block;
	border-bottom: 1px dotted #FFF;
	color: #fff !important;
	font-size: 2.3rem;
	text-align: left;
	text-decoration: none;
	font-weight:bold;
	list-style-type: none;
	background-color: #F30;
	background-repeat: no-repeat;
	background-position: 0.5 center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 3.5rem;
	background-image: url(image/listmark-menu1.gif);
}

.global_navi_list2{
	display: block;
	border-bottom: 1px dotted #FFF;
	color: #fff !important;
	font-size: 2.3rem;
	text-align: left;
	text-decoration: none;
	font-weight:bold;
	list-style-type: none;
	background-color: #FFCC00;
	background-repeat: no-repeat;
	background-position: 0.5rem;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 3.5rem;
	background-image: url(image/listmark-menu1.gif);
}

.global_navi_list3{
	display: block;
	border-bottom: 1px dotted #FFF;
	color: #fff !important;
	font-size: 2.3rem;
	text-align: left;
	text-decoration: none;
	font-weight:bold;
	list-style-type: none;
	background-color: #FF6600;
	background-repeat: no-repeat;
	background-position: 0.5rem;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 3.5rem;
	background-image: url(image/listmark-menu1.gif);
}



.global_navi ul li i, .global_navi2 ul li i{
	display: none;
}
.sub_menu_list{
	font-size: 2.1rem;
	display: block;
	border-bottom: 1px dotted #FFF;
	color: #000 !important;
	text-align: left;
	text-decoration: none;
	background-color: #FC0;
	font-weight:bold;
	padding-top: 2.0;
	padding-bottom: 2.0;
	padding-left: 4.0rem;
	line-height: 4.2rem;
}
.sub_menu ul li i{
  display: none;
}
.sub_menu2 li a{
	font-size: 2.0rem;	display: block;
	padding-top: 2.0;
	padding-bottom: 2.0;
	padding-left: 4.0rem;
	border-bottom: 1px dotted #000;
	color: #000;
	text-align: left;
	text-decoration: none;
	background-color: #FFFF66;
		line-height: 4.2rem;
	font-weight: bold;
}
.sub_menu2 li:last-child a{
	border: none;
}
.sub_menu2 ul li i{
  display: none;
}
.global_navi ul li span:before, .global_navi2 ul li span:before{
  margin-left:5px;
}

#toggle, #toggle2,  #toggle3,  #toggle4,  #toggle5,  #toggle6,  #toggle7,  #toggle8,  #toggle9,  #toggle10,  #toggle11,  #toggle12,  #toggle13 {
	display: block;
	position: relative;
	width: 100%;
	max-width: 800px;
	background-color: #F90;
	font-weight: bold;
	color: #FFF;
}
#toggle span, #toggle2 span, #toggle3 span, #toggle4 span, #toggle5 span, #toggle6 span, #toggle7 span, #toggle8 span, #toggle9 span, #toggle10 span, #toggle11 span, #toggle12 span, #toggle13 span {
  display: block;
  position: relative;
  padding: 0px 0;
  color: #fff;
  font-size: 2.0rem;  
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#toggle:before, #toggle2:before, #toggle3:before, #toggle4:before, #toggle5:before, #toggle6:before, #toggle7:before, #toggle8:before, #toggle9:before, #toggle10:before, #toggle11:before, #toggle12:before, #toggle13:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
}
#toggle span:before, #toggle span:after, #toggle2 span:before, #toggle2 span:after, #toggle3 span:before, #toggle3 span:after, #toggle4 span:before, #toggle4 span:after, #toggle5 span:before, #toggle5 span:after, #toggle6 span:before, #toggle6 span:after, #toggle7 span:before, #toggle7 span:after, #toggle8 span:before, #toggle8 span:after, #toggle9 span:before, #toggle9 span:after, #toggle10 span:before, #toggle10 span:after, #toggle11 span:before, #toggle11 span:after, #toggle12 span:before, #toggle12 span:after, #toggle13 span:before, #toggle13 span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 0px;
  background: #FFFFFF;
}
#toggle span:before, #toggle2 span:before, #toggle3 span:before, #toggle4 span:before, #toggle5 span:before, #toggle6 span:before, #toggle7 span:before, #toggle8 span:before, #toggle9 span:before, #toggle10 span:before, #toggle11 span:before, #toggle12 span:before, #toggle13 span:before {
  margin-top: -6px;
}
#toggle span:after, #toggle2 span:after, #toggle3 span:after, #toggle4 span:after, #toggle5 span:after, #toggle6 span:after, #toggle7 span:after, #toggle8 span:after, #toggle9 span:after, #toggle10 span:after, #toggle11 span:after, #toggle12 span:after, #toggle13 span:after {
  margin-top: 2px;
}

/* ------------------------------------------------------
TOP IMAGE | トップイメージ
------------------------------------------------------- */
.top_img {
	width:100%;
	margin: 0 auto 0px;
	box-sizing:border-box;
}
.top_img img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border:0;
	}
.top_img_l {
	float:left;
	width:50%;
	margin:0px 0px 0px 0px;
	box-sizing:border-box;
}
.top_img_r {
	float:right;
	width:50%;
	margin:0px 0px 0px 0px;
	box-sizing:border-box;
}

.inquiry_img_l {
	float:left;
	width:33%;
	height:33%;
	margin:2px 0 0px 0;
	box-sizing:border-box;
	background-color:#FF0
}
.inquiry_img_r {
	float:left;
	width:33%;
	height:%;
	margin:2px 0 0px 0;
	box-sizing:border-box;
	background-color:#FF0;
}
.clearfix top_img {
		width: 100%;

}



/* ------------------------------------------------------
TOP CONTENTS | トップコンテンツ
------------------------------------------------------- */

.midashi-update_date {
	color: #F36;
	background-color: #FFF;
	width: 95%;
	text-align:left;
	margin: 0 auto;
	padding: 0;
}
.top-contents2 {
	display:block;
	width:99%;
	height:auto;
	color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.top-contents2 img {
	width:100%;
	height:auto;
	margin-bottom: 10px;
}
.top-contents2-obi {
	margin: 15px 0 10px;
	box-sizing: border-box;
	background-color: #FFF;
}
.top-contents2-obi:first-of-type {
	margin-top: 5px;
}
.top-contents2-obi img {
	margin: 0;
	padding: 0;
}
.top-contents2 ol {
  display:block;
  max-width: 95%;
  font-size: 2.0rem;  margin: 10px auto;
  padding-left: 11%;
}
.top-contents2 ol li {
  margin-bottom: 8px;
}
.top-contents2 ol li strong {
  color: #F30;
  font-weight:bold;
}
.top-contents2 ol li img {
  width: 100%;
  height: auto;
  margin-top: 8px;
}
.top-contents2_list {
	width:95%;
	font-size:1.8rem;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.top-contents2_list li {
	width: 100%;
	font-size:2.0rem;
	height:auto;
	padding: 2px 0 5px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #F36;
	font-weight: bold;
	list-style-type: none;
}

.top-contents2_list li a:before{
	content:"■";
	margin-right: 5px;
	color: #FFCC00;
	font-weight: bold;
	list-style-type: none;

}
.top-contents2_list.new_schools li {
	padding: 3px 0 0;
	border-bottom: none;
	font-weight: bold;
}
.top-contents2 .wp_newsfeed li span {
  margin-right: 10px;
  color: #F36;
    
}
.top-contents2 .wp_newsfeed li a:before{
  content:"";
  margin-right: 0;

}
.top-contents2 .wp_newsfeed li span:before{
  content:"■";
  margin-right: 5px;
  color: #FFCC00;
}
.top-contents2 p {
	display:block;
	max-width: 95%;
	font-size: 2.0rem;	
	margin:0 auto 10px;
	color: #000;
}
.top-contents2 p strong {
  color: #F36;
  font-weight:bold;
}

.top-contents3_list {
	display: block;
	max-width: 95%;
	list-style: none;
	margin:0 auto;
}
.top-contents3_list li {
	width: 100%;
	list-style: none;
}
.top-contents3_list li:first-child {
	padding-top: 0;
}
.top-contents3_list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.top-contents3_list ul li:before {
	content:"■";
	margin-right: 5px;
	color: #FFCC00;
}
.top-contents3_list.new_schools li {
	padding: 3px 0 0;
	border-bottom: none;
}

.midashi-sp1 {
	display: block;
	font-size:2.3rem;
	line-height:2.8rem;
	font-weight: bold;
	color: #F36;
	width: 98%;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
}
.midashi-sp3 {
	display: block;
	font-size: 2.0rem;	font-weight: bold;
	color: #F06;
	margin: 10px 10px 0;
}
.midashi-sp9 {
	font-size: 3.0rem;
		font-weight: bold;
	line-height: 3.5rem;
	color: #FFF;
	background-color: #F60;
		background-position: right;
	background-repeat: no-repeat;
	background-image: url(image/sp-listmark3.gif);
		margin-top: 0.7rem;
	margin-bottom: 0.7rem;
	padding: 2% 2%;
	width: 96%;
}
.midashi-sp9r {
	font-size: 3.0rem;
		font-weight: bold;
	line-height: 3.5rem;
	color: #FFF;
	background-color: #F30;


		margin-top: 0.7rem;
	margin-bottom: 0.7rem;
	padding: 2% 2%;
	width: 96%;
}
.midashi-sp91 {
	display: block;
	font-size: 2.0rem;	
	line-height: 2.0rem;
	color: #FFF;
	background-color: #0C3;
	font-weight: bold;
	padding: 10px 15px 8px;
	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
}
.moushikomi {
	display: block;
	box-sizing: border-box;
	margin: 10px 0 8px;
	padding: 3px 10px;
	border-bottom: #32b475 solid 2px;
	font-size: 2.0rem;	font-weight: bold;
}
.moushikomi:first-child {
	margin-top: 0;
}
.moushikomi i {
	display: inline-block;
	color: #32b475;
	width: 8%;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.moushikomi p {
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	margin: 0;
}
.strong-list {
	display: block;
	width: 95%;
	font-size: 2.3rem;
	line-height:2.8rem;
	font-weight: bold;
	list-style: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.strong-list li {
  width: 100%;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.strong-list li span {
  color: #F36;
}
.strong-list li span:before{
  content:"■";
  margin-right: 5px;
  color: #FFCC00;
}
.whats_new {
	display: inline-block;
	background-color: #F60;
	padding: 2px 5px;
	font-size:1.6rem;
	font-weight: bold;
	color: #FFF;
	margin-right: 5px;
	vertical-align: middle;
}


/* ------------------------------------------------------
ac_menu | アコーディオンメニュー
------------------------------------------------------- */

.ac_menu {
	display: block;
	width: 100%;
	margin: 2px 0 0 0;
	padding :0;
}

label {
	cursor :pointer;
}

.ac_menu img {
	box-sizing: border-box;
	margin-bottom: 0;
}

input[type="checkbox"].bellows{
    display: none;/* チェックボックスの非表示 */
}

.ac_menu a{
	text-decoration: underline;
	margin: 0 5px;
}

.ac_menu_taiken{
	text-decoration: none !important;
	margin: 0 !important;
}

.ac_menu ul {
	-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: 0;
	padding: 0;
	list-style: none;
}

.ac_menu li {
	color: #000;
	text-align:left;

	margin: 0 0 10px 0;
}

.ac_menu li img {
	margin: 10px 0;
}

.ac_menu_para {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.ac_menu li img:first-of-type {
	margin-top: 0;
}

.ac_menu li table {
	width: 90%;
	margin: 10px auto;
			font-weight:bold
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

.ac_menu li table, .ac_menu li tbody, .ac_menu li tr, .ac_menu li th, .ac_menu li td {
	font-family: inherit;
	font-weight: bold;
	text-align: left;
	border-collapse: collapse;
	border: #000 solid 1px;
	line-height: initial;
	padding: 8px;
	box-sizing: border-box;
}
.table_winter th, .table_winter td {
	display: block;
	width: 100%;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
.table_winter {
	margin-bottom: 18px !important;
}
.table_winter th {
	background-color: #FFCC00;
}
.table_winter td:before {
	content: '★';
	margin-right: 5px;
	color: #FFCC00;
}
.table_winter td:last-child {
	border-bottom: none !important;
}
.ac_menu li th span {
	color: #FFCC00;
	margin-right: 5px;
}
.aboutschool2 {
  display: block;
  padding: 10px 10px 8px;
  border-bottom: 1px dotted #FFF;
  background: #F60;
  font-size: 2.0rem;  font-weight:bold;
  line-height:1.8rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  margin: 0;
}
.aboutschool2:before{
content: "■";
margin-right: 5px;
color: #FC0;
}
.aboutschool2 span:before {
  margin-left: 5px;
}
.ac_menu_list li{
  margin: 0;
}
.ac_menu_list li a{
  display: block;
  padding: 10px 10px 8px;
  border-bottom: 1px dotted #FFF;
  background: #F60;
  font-size: 2.0rem;  font-weight:bold;
  line-height:1.8rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  margin: 0;
}
.ac_menu_list li:last-of-type a{
  border-bottom: none;
}
.ac_menu_list li a:before{
content: "■";
margin-right: 5px;
color: #FFCC00;
}
.ac_menu_list2 li a{
  display: block;
  padding: 10px 10px 8px;
  border-bottom: 1px dotted #FFF;
  background: #FC0;
  font-size: 2.0rem;  font-weight:bold;
  line-height:1.8rem;
  color: #000;
  text-align: center;
  text-decoration: none;
  margin: 0;
}
.ac_menu_list2 li a:before{
content: "";
}
.midashi-ac_menu {
	display: block;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 10px 15px 8px;
	background-color: #F60;
	font-size: 2.0rem;	line-height:1.8rem;
	font-weight: bold;
}
.midashi-ac_menu i {
	display: inline-block;
	color: #FFF;
	width: 8%;
	vertical-align: middle;
	margin: 0;
}
.midashi-ac_menu p {
	display: inline-block;
	color: #FFF;
	width: 90%;
	vertical-align: middle;
	margin: 0;
}
.ac_menu_detail {
	width: 85%;
	font-size:1.6rem;
	background-color:#ffeca1;
	border-radius: 5px;
	margin: 10px auto;
	padding: 10px;
}
/* ▽▽アコーディオン開閉指定▽▽ */
input[type="checkbox"].bellows + ul{
    max-height: 0;/* チェックが入っていない時の高さ */
    overflow: hidden;
	margin: 0;
}
input[type="checkbox"].bellows:checked + ul{
    max-height: 100%;/* チェックが入っているときの高さ */
}

/* ------------------------------------------------------
formTable | 問い合わせフォーム
------------------------------------------------------- */

table.formTable {
	background-color: #00B500;
	border-color:#00B500;
	border: 0;
	color:#FFF;
	font-size: 2.0rem;	font-weight: bold;
	text-align: left;
	padding: 10px;
	width: 100%;
}
table.formTable tbody, table.formTable tr{
	width:auto;
	display:block;
}
table.formTable td,table.formTable th{
	width:auto;
	display:block;
	padding: 5px;
	line-height:2.8rem;
}
table.formTable th i{
	margin-right: 5px;
	color: #FFCC00;
}
table.formTable input[type="text"] {
	width:100%;
	box-sizing: border-box;
}
table.formTable select {
	width:100%;
	box-sizing: border-box;
}
table.formTable textarea {
	width:100%;
	box-sizing: border-box;
}
table.formTable input,table.formTable select,table.formTable textarea{
	font-size: 2.8rem;}
table.formTable td ul{
	font-size:1.6rem;
	list-style: none;
}
table.formTable td ul li{
	line-height: 2.8rem;
	margin-bottom: 5px;
	font-weight: bold;
}
table.formTable td ul li:last-child{
	margin-bottom: 0px;
}



.form-button {
	margin: 10px 0;
	text-align:center;
}
.submit_button {
	font-size:4.0rem;
	width:100%;
	padding:3px;
}

/* ------------------------------------------------------
copyright | コピーライト
------------------------------------------------------- */

.copyright {
	width: 100%;
	background-color: #32b475;
	padding: 10px 0;
	clear:both;
	margin-top: 20px;
}
.copyright p {
	width: 90%;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	line-height:2.0rem;
}
.footer_area {
	display: none;
}
/* ------------------------------------------------------
footer_area | フッターナビ
------------------------------------------------------- */

.footer_area {
	display:block;
	position: fixed;
	left:0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	transition: all 0.3s;
	box-sizing: border-box;

}
.footer_area.js_block {
	transform: translateY(100%);
}
.footer_area_midashi {
	width: 100%;
	margin: 0;
	padding: 5px 0 4px;
	color: #fff;
	font-size: 1.8rem;	text-align: center;
	background-color: #F30;
}
.footer_area .footer_area_inner {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	list-style: none;
	margin: 0 auto;
	padding: 10px 0;
}
.footer_area .footer_area_inner li {
	width: 100%;
	display: flex;
	align-itrems: strech;
	text-align: center;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 0;
	margin-left: 0;
}
.footer_area .footer_area_inner li:last-child {
	margin-right: 0;
}
.footer_area .footer_area_inner li a {
	display: block;
	width: 100%;
	padding: 0.5rem;
	color: #ff0;
	border-radius: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}
.footer_area .footer_area_inner li a span {
	display: block;
	color: #fff;
	font-size:1.6rem;
	font-weight: bold;
	line-height: 1.8rem;
	margin-bottom: 3px;
}
.footer_area .footer_area_inner li a i {
	margin-right: 5px;
}

.footer_area_inner .tel a {
	background-color: #f2376c;
}
.footer_area_inner .line a {
	background-color: #00b900;
	color:#FFF;
	font-size:1.6rem;

}
.footer_area_inner .entry a {
	background-color: #29c2dd;
}

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

#pagetop {
	display:block;
	position:fixed;
	right:10px;
	bottom:112px;
	z-index: 1500;
}


/* ------------------------------------------------------
schools| 各校ページ
------------------------------------------------------- */

.midashi-sp4 {
	display: block;
	box-sizing: border-box;
	font-size: 2.0rem;
	font-weight: bold;
	color: #FFF;
	background-color: #F30;
	background-image: url(image/listmark-flag3.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 0.18rem;
	padding-top: 0.4rem;
	line-height: 2.0rem;
	padding-bottom: 0.3rem;
	padding-right: 0.18rem;
}
.midashi-sp31 {
	font-size: 2.0rem;	font-weight: bold;
	line-height: 1.8rem;
	color: #F06;
	margin: 10px 10px 8px;
}
.kakomi {
	width:95%;
	box-sizing: border-box;
	border: #F30 thin dashed;
	font-size: 2.0rem;	line-height:1.8rem;
	font-weight: bold;
	color: #F30;
	margin: 0 auto 10px;
	padding: 10px 15px 8px;
}
.instructor_name {
	width:95%;
	font-size: 2.0rem;	font-weight: bold;
	margin: 10px auto;
}
.instructor_name:before{
	content: "★";
	margin-right: 5px;
	color: #FFCC00;
}
.instructor_prof {
	width:95%;
	display:block;
	background-color:#FFF;
	color:#F60;
	text-align:right;
	margin: 5px auto;
}
.midashi-sp7 {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	color: #FFF;
	background-color: #00B900;
	border-bottom-width: medium;
	border-bottom-style: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(image/listmark-menu2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.midashi-sp13 {
	display: block;
	font-size: 2.0rem;	font-weight: bold;
	color: #F36;
	margin: 8px 0;
	padding: 0 8px;
}
.school_table {
	width: 100%;
	margin: 10px 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	background-color: #FF6600;
}
.school_table2 {
	width: 100%;
	margin: 10px 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	background-color: #FF6600;
}
.school_table3 {
	width: 100%;
	font-size: 2.0rem;
	margin: 10px 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	text-align:left;
	background-color: #00AE00;
}

.school_table, .school_table tbody, .school_table tr, .school_table th, .school_table td{
	color: #fff;
	font-family: inherit;
	font-size: 2.0rem;
	font-weight: bold;
	text-align:center;
	border-collapse:collapse;
	border: #FFF solid 1px;
	line-height: 2.6rem;
	padding: 5px;
}

.school_table2, .school_table2 tbody, .school_table2 tr, .school_table2 th, .school_table2 td{
	color: #fff;
	font-family: inherit;
	font-size: 2.0rem;
	font-weight: bold;
	text-align:left;
	border-collapse:collapse;
	border: #FFF solid 1px;
	line-height: 2.6rem;
	padding: 5px;
}
.school_table th {
	width: 20%;
}
.school_table3 {
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.school_table3.hon-course {
	margin-bottom: 20px;
}
.school_table3, .school_table3 tbody, .school_table3 tr, .school_table3 th, .school_table3 td {
	color: #333;
	font-family: inherit;
	font-size: 2.0rem;	font-weight: bold;
	text-align:left;
	border-collapse:collapse;
	border: #333 solid 1px;
	line-height: 2.6rem;
	padding: 5px;
}
.school_table3 th {
	background-color: #FFCC00;
}

.school_table3  a{
	font-weight: bold;
	line-height: 3.0rem;

}

.school_table3  a:before{
	content:"■";
	color: #FFCC00;
	font-weight: bold;
}

.gglmap_btn {
	width: 75%;
	margin: 10px auto 15px;
}
.ggmap_frame {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	margin-bottom: 10px;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
.ggmap_frame iframe, .ggmap_frame object, .ggmap_frame rembed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vimeo_frame {
    padding: 56.25% 0 0 0;
	position: relative;
    overflow: hidden;
    z-index: 1;
	margin: 10px auto 20px;
}
.vimeo_frame iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------
tsuika-lesson| 追加レッスン申請
------------------------------------------------------- */

.backward {
  display:block;
  text-align: right;
  max-width: 95%;
  margin:10px auto;
}

/* ------------------------------------------------------
winter| アコーディオン冬特集
------------------------------------------------------- */

.midashi-sp2 {
	display: block;
	max-width: 100%;
	font-size: 2.6rem !important;
	color: #FFF;
	background-color: #00b900;
	text-align: left !important;
	font-weight: bold !important;
	line-height: 4.0rem;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.winter {
	display: block;
	max-width: 100%;
	padding-left: 20px !important;
}
.winter span {
	color: #FFCC00;
	margin-right: 5px;
}

/* ------------------------------------------------------
fc-recruitment-sp | 練習場募集SP
------------------------------------------------------- */

.fc-recruitment-navi {
	width: 100%;
	background-color: #F8F0D7;
	padding: 5px 0;
	margin: 15px 0 20px 0;
	border-top: dotted 1px #656565;
	border-bottom: dotted 1px #656565;
	top: 0 !important;
}
.fc-recruitment-navi ul {
    width: 90%;
    margin: 0 auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.fc-recruitment-navi ul li {
	width: 30vw;
	text-align: center;
	align-itrems: center;
	padding: 5px;
	position: relative;
}
.fc-recruitment-navi ul li a {
    display:block;
    position: relative;
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
}
.fc-recruitment-navi ul li a:before {
	content: '▼';
	margin-right: 5px;
	color: #cb0000;
}
.fc-recruitment-section {
	display: block;
	margin: 20px auto;
}
.fc-recruitment-h1 {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.fc-recruitment-h2 {
	font-size: 2.0rem;	font-weight: bold;
	background-color: #103380;
	color: #FFF;
	margin: 10px auto;
	padding: 10px 15px 8px;
	line-height: 2.0rem;
}
.fc-recruitment-h3 {
	max-width: 95%;
	box-sizing: border-box;
	font-size: 2.0rem;	font-weight: bold;
	color: #F60;
	margin: 10px auto;
	padding: 5px 10px;
	line-height: 2.0rem;
	border-bottom: #F60 solid 2px;
	border-left: #F60 solid 10px;
}
.fc-recruitment-col2_left {
	display: block;
	max-width: 100%;
	margin: 5px auto;
}
.fc-recruitment-col2_right {
	display: block;
	max-width: 100%;
	margin: 5px auto;
}
.fc-recruitment-col2_right img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 5px;
}
.fc-recruitment-txt {
	display: block;
	max-width: 95%;
	font-size: 2.0rem;	margin: 5px auto;
}
.fc-recruitment-txt strong {
	display: block;
	font-size: 2.0rem;	font-weight: bold;
	color: #000 !important;
	margin: 0 auto 5px;
}
.fc-recruitment-list {
	width: 90%;
	list-style: outside disc;
	padding: 0 0 0 30px;
	line-height: 2.0rem;
}
.fc-recruitment-list li {
	margin-bottom: 5px;
}
.fc-recruitment-list li:last-child {
	margin-bottom: 0;
}
.fc-recruitment-shaded-frame {
	max-width: 95%;
	box-sizing: border-box;
	background-color: #FFFF99;
	border-radius: 10px;
	margin: 10px auto;
	padding: 10px 20px;
}
.fc-recruitment-search-word {
	list-style: none;
	font-weight: bold;
	color: #F00;
	line-height: 2.0rem;
}
.fc-recruitment-search-word span {
	font-weight: bold;
	color: #333;
}
.fc-recruitment-search-word li:before {
	font-family: "Font Awesome 6 Free";
	content: "\f00c";
	color: #FFBF00;
	margin-right: 10px;
}
.submit_button_col2 {
	font-size:1.6rem;
	width:50%;
	padding:3px;
}
.err_msg {
	text-align: center;
	font-size: 2.0rem;	font-weight: bold;
	color: #F00;
	line-height: 1.8rem;
	margin: 20px 0;
}


/* ------------------------------------------------------
slidemenu| スライドメニュー
------------------------------------------------------- */

#slidremenu {
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -300px;
	background-color: #fff;
	border-left: 1px solid #eee;
	z-index: 1600;
	opacity: 0.95;
}
.slide-wrap {
	height: 95%;
	margin: 5%;
	overflow-y: scroll;
}
#slidremenu h3 {
	margin: 4% 4% 2%;
}
#slidremenu h3 a {
	text-decoration: none;
	color: #F36;
}
#slidremenu h3 a:hover {
	opacity: 0.6;
}
#slidremenu h3 i {
	margin-right: 5px;
	color: #F36;
}
#slidremenu ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
#slidremenu ul li {
	margin: 0 0 0 15px;
	padding: 5px 0 3px;
	border-bottom: 1px dotted #ccc;
	color: #000;
}
#slidremenu ul li:first-child {
	padding-top: 0;
}
#slidremenu ul li i {
    margin-right: 5px;
	color: #f60;
}
#slidremenu ul li a:hover {
	opacity: 0.6;
}
#slidremenu ul li a {
	text-decoration: none;
	color: #000;
}
#nav {
	position: fixed;
	bottom: 220px;
	right: 0;
	font-size: 2.0rem;	font-weight: bold;
	cursor: pointer;
	z-index: 1700;
}
#nav a {
	width: 100px;
	height: 60px;
	display: block;
	background-image: url(image/menu-ico.png);
	background-size: 100px 60px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 38px;
	color: #fff;
	box-sizing: border-box;
}

/* ------------------------------------------------------
monitor| モニター募集ページ
------------------------------------------------------- */

.midashi-sp8 {
	width: 98%;
	font-size: 2.3rem;
	line-height: 2.6rem;
	color: #F33;
	font-weight: bold;
}

/* ------------------------------------------------------
nyukai-tetsuzuki| 入会手続き
------------------------------------------------------- */

.nyukai-wrap {
	width: 100%;
	height: 100%;
	padding: 5px 15px;
	box-sizing: border-box;
}
.kiyaku_ttl {
	width: 95%;
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: bold;
	margin: 15px auto 10px;
	padding-bottom: 3px;
	border-bottom: #090 solid 2px;
}
.kiyaku_ttl:before{
	content: "\f05a";
	font-family: "Font Awesome 6 Free";
	margin-right: 10px;
	color: #090;
}
.kiyaku_frame {
	width: 95%;
	height: 500px;
	margin: 15px auto 30px;
	padding: 10px;
	overflow-y: scroll;
	border: #CCC solid 1px;
    box-sizing: border-box;
}
.kiyaku_frame.no_scroll {
	height: auto;
	overflow: hidden;
}
.kiyaku_clause {
	font-size: 1.0em !important;
	font-weight: bold;
}
.kiyaku_txt {
	font-size: 1.0em !important;
	margin-bottom: 10px;
}
.kiyaku_txt:last-of-type {
	margin-bottom: 0;
}
.yoyaku_frame {
	width: 100%;
	height: 300px;
	margin: 15px auto 30px;
	padding: 10px;
	overflow-y: scroll;
	border: #CCC solid 1px;
    box-sizing: border-box;
}
.yoyaku_txt {
	font-size: 1.0em !important;
	margin-bottom: 10px;
}

select[id^="mfp_BirthdayElement_mfp_element"] {
	width:30% !important;
	min-width:30% !important;
	margin-right: 15px;
}
select[id^="mfp_BirthdayElement_mfp_element"]:last-of-type {
	margin-right: 0;
}
.furikomi {
	border-top: dashed #F00 1px;
	border-bottom: dashed #F00 1px;
	padding: 10px 0;
	margin-bottom: 15px;
}
.kiyaku-shaded-frame {
	width: 95%;
	background-color: #BFEFFF;
	border-radius: 10px;
	margin: 10px auto 20px;
	padding: 20px 20px 15px;
}
.kiyaku-search-word {
	list-style: none;
	font-weight: bold;
	color: #F00;
	line-height: 1.5em;
}
.kiyaku-input {
	background-color:#ffff00;
	box-sizing: border-box;
    border: solid 1px #fff00 !important;
	padding: 10px 5px 5px 5px !important;

}
.mailform {
	width: 95%;
	margin: 0 auto;
}
form#mailformpro dl dt, form#mailformpro dl dd {
	font-size: 16px !important;
	padding: 10px !important;
}
form#mailformpro dl dt {
	padding-bottom: 5px !important;
}
form#mailformpro dl dd {
	padding-top: 5px !important;
}
.fnl_phase {
	font-size: 1.2em !important;
}
div.mfp_buttons {
	width: 95%;
	margin: 0 auto;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	display: block !important;
	width: 100% !important; 
}
input:-webkit-autofill, select:-webkit-autofill {
    box-shadow: 0 0 0 750px #ffff00 inset;
}


.midashi15 {
	font-weight: bold;
	color: #F36;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

.inquiry_btn {
	background-color: #15A51C;
	-webkit-border-radius: 3px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-size: 2.0rem;
	font-weight: bold;
	padding-right: 0;
	padding-left: 0;
	line-height: 3.0rem;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
}




.midashi-sp0 {
font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 2.0rem;
	font-weight: bold;
	color: #FFF;
	background-color: #14A71C;
	line-height: 2.0rem;
	padding-top: 0.2rem;
	padding-left: 0.1rem;
	margin-top: 0.5rem;
}
.midashi-sp10 {
		font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 2.0rem;
	color: #FFF;
	background-color: #F60;
	background-image: url(image/sp-listmark2.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
}

.midashi-sp {
		font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
		font-size: 2.0rem;
	color: #FFF;
	background-color: #F60;
	background-image: url(image/smartphone-site-midashi2.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
}



.fb-page {zoom:90%;}
.iframe-content {
    position: relative;
    width: 100%;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fb-page {zoom:100%;}

.midashi-ninzu {
		font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
		color: #00B800;
	background-color: #FFF;
	font-size: 2.0rem;	font-weight: bold;
	line-height: 1.8rem;
	padding-left: 0.2rem;
	padding-bottom: 0.5rem;
	padding-top: 0.2rem;
	}

.midashi-sp5 {
	font-size: 2.0rem;
	color: #F06;
	font-weight: bold;
	line-height: 2.0rem;
}

.yoyaku {
	width: auto;
	background-color: #FFC;
	font-size: 2.0rem;
}
.midashi-sp6 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #FFF;
	background-color: #00BF30;
	background-position: right top;
	line-height: 2.0rem;
	padding-left: 0.5rem;
	padding-top: 0.6rem;
	padding-bottom: 0.5rem;
	margin-top: 1.0rem;
}


input.radio{
	-webkit-transform:scale(2.2);
	transform:(4.4);
	background-color: #14A71C;
}

input.checkbox{
	-webkit-transform:scale(2.2);
	transform:(4.4);
	background-color: #14A71C;
}

.midashi-sp11 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #FFF;
}
.midashi-sp12 {
	font-size: 2.0rem;
	color: #FFF;
	background-color: #F60;
	font-weight: bold;
	padding-left: 1.8rem;
	background-image: url(image/smartphone-site-midashi2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.100giri {
	font-size: 2.0rem;
	color:#F00;
	font-weight: bold;
}

.text-r {
	color:#F00;
}
.text-y {
	color:#FC0;
}
.text-l {
	font-size: 2.0rem;
	font-weight: bold;
}
.text-p {
	color:#FF3366;
}

.midashi-sp14 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 2.0rem;	font-weight: bold;
	color: #F36;
	text-align: right;
}
.fee {
	font-size: 3.0rem;
	color: #FF3366;
	font-weight: bold;
}
.whol_page .midashi-sp15 {
	text-align: center;
	font-size: 4.0rem;
	color: #000;
	width: 96%;
	font-weight: bold;
	background-color: #FFF;
	margin-top: 20px;
}

.sp-annotation {
	width:95%;
	background-color: #FF9;
	font-size:1.4rem;
	font-weight: normal;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;

}

	.sp-annotation li::before{
	content:"■";
	margin-right: 5px;
	color: #FFCC00;
	font-weight: bold;
}

.sp-annotation li{
	width: 100%;
	font-size:1.8rem;
	padding: 8px 0 5px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #F36;
	font-weight: bold;
	list-style-type: none;
}
	



.QA-Q {
	font-weight: bold;
	color: #FFF;
	background-color: #0C3;
	padding-right: 0.3rem;
	padding-left: 0.3rem;
}

.QA-A {
	font-weight: bold;
	color: #FFF;
	background-color: #F30;
	padding-right: 0.3rem;
	padding-left: 0.3rem;
}
