/*
試しcss*/




/*
Theme Name:Lightning Pro-child
Template:lightning-pro
*/

/*共通*/
/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


}


	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


}	
	
	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


}



/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	

}



/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

.menu-footer-container{
	text-align: center !important;
	}

.footerMenu li{
	font-size:10px;
	padding:0px 0px !important;
	}

}




/*全体の設定
---------------------------------------------------------------------------------------------------*/


/*講師募集ページ*/

.siteHeader {
	display: none;
	}

/*フォント*/
body,
p {
    font-family: "游ゴシック", YuGothic,　YuMincho ,"YuMincho","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Helvetica Neue", "Helvetica", "Arial", "sans-serif"!important;
	 line-height: 150%;
    }



/*フェードイン*/
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
	}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
	}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
	}



/*フッター上の余白削除*/
.mainSection {
    margin-bottom: 0em!important;
}



/*リンクの下線削除*/
a {
  text-decoration: none;
	}



/*トップに戻るボタン
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
.page_top_btn {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 99999;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    color: transparent;
    border: none;
    background: rgba(255,241,0,0.8);
    box-shadow: 0 0 0 rgb(0,0,0), 0 0 0 rgb(0,0,0); 
    background-image: var(--ver_page_top_button_url);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
	}



/*h2タグの指定*/
/*テーマ指定の無効化*/
h2, .mainSection-title {
    border-top-color: transparent;
	 border-bottom-color: transparent;
	}
	
	




/*ヘッダーついての編集
---------------------------------------------------------------------------------------------------*/
/*サブタイトルのバー
---------------------------------------------------------------------------------------------------*/
.headerTop {
    color: transparent;
    background-color: transparent;
    margin-top: 0px;
    border-bottom: 0px;
}


/* メニューをロゴの下に表示 */
@media (min-width: 992px) {
.navbar-header {
height: 80px;
}
}

@media (min-width: 992px){
.siteHeader_logo img {
    max-height: 85px;
}
}
.gMenu_outer nav {
    text-align: center;
    margin: 2em;
}




@media (min-width: 1200px){
.siteHeader_logo img {
    max-height: 120px;
}
}




@media (max-width: 991px){
h1 .navbar-header_logo {
    height: 60px!important;
}
}


@media (max-width: 991px){
.siteHeader_logo img {
    max-height: 60px;
}
}




ul.gMenu {
clear: both;
float: none;
}

ul.gMenu li {
width: 20%;
}


/* ロゴ右側のブロック */
.logo-after {
display: block;
width: 200px;
float: right;
}

.logo-after img {
max-height: 60px;
}

/* ヘッダー幅を100%に */
.navbar-header {
width: 100%;
}

@media (max-width: 991px) {
.logo-after {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
}

/* 連絡先のスタイル */
.logo-after .message {
font-size: 14px;
font-weight: 700;
}



/*右上電話
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
.logo-after .tel a {
color: #0081cc!important;
font-size: 24px;
font-weight: 700;
}

.logo-after .time {
font-size: 12px;
color: #666;
}




/*メニューバー*/
.gMenu_name {
	 letter-spacing:0.2em !important;
	 font-weight:400 !important;
	}
	 
.gMenu>li .gMenu_name {
	font-size:13px;!important;	
	letter-spacing:0.2em !important;
	font-weight:600 !important;
	}

.gMenu ul{
	text-align: center !important;
	font-weight:400 !important;
	letter-spacing:0.2em !important;
	}
	
.gMenu li{
	font-size:11px !important;	
	margin:0px 10px !important;/*marginlight、leftがあったら白の範囲が変わる。だからどうしよう？？*/
	}
	
.gMenu ul li a{
	padding:20px 0px !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #fff !important;
	border-bottom-style:none!important;
	}
	




/*メニューバーのhover色変更*/
.gMenu_outer nav ul li a {
	color: #333!important;
	-webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all  0.5s ease !important;
	 }
	 
/*メニューバーのhover色変更
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
.gMenu_outer nav ul li a:hover{
	color: #0081cc!important;
	}
	
.gMenu_outer nav ul li ul li a{
	color:#FFF !important;
	}
.gMenu_outer nav ul li ul li a:hover{
	background-color:#FFF !important;
	}
	

/* 新バージョン対応 */
@media (min-width: 1200px) {
    .gMenu_outer,
    .gMenu,
    .gMenu > li {
        width: 100%;
    }
}
 
@media (max-width: 1199.98px) {
    .siteHeader_logo {
        width: unset;
    }
}	
	
	
	
/*モバイルボタンなし*/
.vk-mobile-nav-menu-btn {
    border-color: #333;
	background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgba(255,255,255,.8);
}

	
.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open, .vk-menu-acc .acc-btn {
    border-color: transparent !important;
    border-radius: 0px !important;
	background-color:transparent!important;
}



/*モバイルメニューバーのhover色変更
□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/

.vk-mobile-nav nav>ul {
	border-top-color: #0081cc!important;
	}

.vk-mobile-nav nav ul li a{
	padding:14px 25px!important;
	letter-spacing:2px !important;
	font-weight: 600 !important;
	border-color: #0081cc!important;
	}
	
.vk-mobile-nav nav ul li li a{
	padding:14px 50px!important;
	font-weight: 400 !important;
	border-color: #0081cc!important;
	}


/*モバイルメニューついての編集
-----------------------------------------------------------------------------------------------

.vk-mobile-nav-menu-btn,.vk-mobile-nav-menu-btn.menu-open,.vk-menu-acc .acc-btn{
	border-color:transparent !important;
	border-radius:0px !important;
	background-color:rgba(254,254,254,1)!important;
	}

.vk-mobile-nav nav>ul {
	border-top-color:rgba(254,254,254,1)!important;
	}
	
.vk-mobile-nav nav ul li a{
	padding:14px 25px!important;
	letter-spacing:2px !important;
	font-weight: 600 !important;
	border-color:rgba(0,150,174,0.3)!important;
	}
	
.vk-mobile-nav nav ul li li a{
	padding:14px 50px!important;
	font-weight: 400 !important;
	border-color:rgba(0,150,174,0.3) !important;
	}
----*/


/*フッターついての編集
---------------------------------------------------------------------------------------------------*/

/*クレジットの削除*/
footer .copySection p:nth-child(2) {
    display:none !important;
	 }
	 
	 
/*スパムマークの削除*/	 
.grecaptcha-badge { visibility: hidden; }
	 
/*スパム文章（googleのプライバシーと利用規約）*/
.textwidget .custom-html-widget {
	text-align: center!important;
	}

@media  (max-width: 599px) {
.textwidget .custom-html-widget {
	text-align: left!important;
	}
}	

/*フッターのリキャプチャー文章の設定*/
.col-md-4 {
    flex: auto!important;
    max-width: 100%!important;
    text-align: center!important;
}

/*　フッターメニュー中央寄せ　*/
.footerMenu ul {
    display: inline-block !important;
    margin: 12px 0 10px !important;
    text-align: center !important;
	 }
	 


/*　フッターメニュー中央寄せ　*/
.footerMenu ul {
    display: inline-block !important;
    margin: 12px 0 10px !important;
    text-align: center !important;
	 }
	 
	 
/*フッターメニューサイズ変更*/
.footerMenu li{
	font-size:12px !important;
	}
		
.menu-footer-container{
	text-align: center !important;
	}

.footerMenu li{
	font-size:12px;
	padding:6px 0px !important;
	}
		 
.menu-footer-container {
    text-align: center !important;
 	}
	
	

/*フッターメニューhoverカラー変更*/
.siteFooter li>a{
	color:#666 !important;
	-webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all  0.5s ease !important;
	}

.siteFooter li>a:hover{
	text-decoration-line:none !important;
	color:#0096ae !important;
	}



/*フッターカラー変更*/
footer {
	color:gray;
    background-color:#fff !important;
	 text-align: center!important;
    }
	
	

/*フッターのリキャプチャー文章の設定*/
.col-md-4 {
    flex: auto!important;
    max-width: 100%!important;
    text-align: center!important;
}

/*その他の設定
---------------------------------------------------------------------------------------------------*/


/*全幅の指定コード*/
.wide-wrap{
	position:relative;
	margin:0 calc(50% - 50vw);
	overflow:hidden;
	}
	
/*TOP画像下の隙間削除*/
.siteContent {
    padding: 0!important;
}


/*ボタン内font-awesomeのmargin-right無効化*/
.su-button i{
	margin:0px !important;
	}
	


/*ショートコード（アコーディオン）の設定*/
	
.su-spoiler-title{
	color:#191970 !important;
	letter-spacing:0.2em !important;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
	}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.su-spoiler-style-default>.su-spoiler-content {
	padding:15px 0px 0px 0px !important;
	}

.su-accordion .su-spoiler{
	margin-bottom:0 !important;
	}

p {
	margin-bottom: 0em!important;
}




/*Hタグまとめ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/



/*TOPページ---アナウンス---Hタグ
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/

.announce-title h2 {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  color: #27353E;
  border-radius: 100vh 0 0 100vh;
  background: #FFF100;
}

.announce-title h2:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}


@media  (min-width: 600px) {
.announce-title h2 {
	font-size:28px !important;
	font-weight: 700!important;
	}
}

@media  (max-width: 599px) {
.announce-title h2 {
	font-size:24px !important;
	font-weight: 700!important;
	}
}	

.announce-title a {
  color: #27353E!important;
}


/*固定ページ---全H2タグ
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/


.kotei-page h2 {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #0081cc;
}

.kotei-page h2:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

@media  (min-width: 600px) {
.kotei-page h2 {
	font-size:28px !important;
	font-weight: 700!important;
	}
}

@media  (max-width: 599px) {
.kotei-page h2 {
	font-size:24px !important;
	font-weight: 700!important;
	}
}	
  
/*固定ページ---全H3タグ
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/

.kotei-page h3 {
  position: relative;
  padding: 1rem .5rem;
}

.kotei-page h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-radius: 5px;
  background: linear-gradient(to left, #FFF100 0%, #fffa99 100%)!important;
}


@media  (min-width: 600px) {
.kotei-page h3 {
	font-size:24px !important;
	font-weight: 700!important;
	}
}

@media  (max-width: 599px) {
.kotei-page h3 {
	font-size:20px !important;
	font-weight: 700!important;
	}
}	


.kotei-page h3:after, .subSection-title:after {
    border-bottom-color: transparent!important;
}

.subSection-title, h3 {
    border-bottom-color: transparent!important;
}



/*ボタンまとめ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/


/*TOPページ---キャンペーン---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/

.top-campaign-button a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #27353E;
  font-size: 15px;
  font-weight: 700;
  background-color: #FFF100;
  border-radius: 50vh;
  transition: 0.3s;
  letter-spacing:0.15em !important;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

.top-campaign-button a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.top-campaign-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #27353E;
  border-right: 3px solid #27353E;
}

.top-campaign-button a:hover {
  text-decoration: none;
  background-color: #F2F5F7;
}


.top-campaign-button a:hover a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50vh;
}

/*TOPページ---特長---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/


.top-tokuchou-button a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #FFF100;
  border-radius: 50vh;
  transition: 0.3s;
  letter-spacing:0.15em !important;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

.top-tokuchou-button a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.top-tokuchou-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #27353E;
  border-right: 3px solid #27353E;
}

.top-tokuchou-button a:hover {
  text-decoration: none;
  background-color: #F2F5F7;
  color: #27353E;
}


.top-tokuchou-button a:hover a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50vh;
}

/*TOPページ---実績---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/


.top-zisseki-button a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #27353E;
  font-size: 18px;
  font-weight: 700;
  background-color: #FFF100;
  border-radius: 50vh;
  transition: 0.3s;
  letter-spacing:0.15em !important;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

.top-zisseki-button a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.top-zisseki-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #27353E;
  border-right: 3px solid #27353E;
}

.top-zisseki-button a:hover {
  text-decoration: none;
  background-color: #F2F5F7;
}


.top-zisseki-button a:hover a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50vh;
}

/*TOPページ---教室長---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.top-kyoushituchou-button a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  background-color: #0081CC;
  border-radius: 50vh;
  transition: 0.3s;
  letter-spacing:0.15em !important;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

.top-kyoushituchou-button a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.top-kyoushituchou-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #27353E;
  border-right: 3px solid #27353E;
}

.top-kyoushituchou-button a:hover {
  text-decoration: none;
  background-color: #F2F5F7;
}


.top-kyoushituchou-button a:hover a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50vh;
}


/*TOPページ---コース---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/


.top-course-button a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #27353E;
  font-size: 18px;
  font-weight: 700;
  background-color: #FFF100;
  border-radius: 50vh;
  transition: 0.3s;
  letter-spacing:0.15em !important;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

.top-course-button a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.top-course-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #27353E;
  border-right: 3px solid #27353E;
}

.top-course-button a:hover {
  text-decoration: none;
  background-color: #F2F5F7;
}


..top-course-button a:hover a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50vh;
}


/*TOPページ---よくある質問---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.top-question-button a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #27353E;
  font-size: 18px;
  font-weight: 700;
  background-color: #FFF100;
  border-radius: 50vh;
  transition: 0.3s;
  letter-spacing:0.15em !important;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

.top-question-button a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.top-question-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #27353E;
  border-right: 3px solid #27353E;
}

.top-question-button a:hover {
  text-decoration: none;
  background-color: #F2F5F7;
}


.top-question-button a:hover a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50vh;
}


/*固定ページ---コース---ボタン
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/


.kotei-course-button a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #27353E;
  font-size: 18px;
  font-weight: 700;
  background-color: #FFF100;
  border-radius: 50vh;
  transition: 0.3s;
  letter-spacing:0.15em !important;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

.kotei-course-button a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.kotei-course-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #27353E;
  border-right: 3px solid #27353E;
}

.kotei-course-button a:hover {
  text-decoration: none;
  background-color: #F2F5F7;
}


.kotei-course-button a:hover a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50vh;
}







/*タイトルまとめ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/
/*TOPページ---キャンペーン---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
-----------------
.top-campaign-title {
	text-align:center !important;
	color: #27353E;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}

@media  (min-width: 600px) {
.top-campaign-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-campaign-title {
	font-size:36px !important;
	}
}


----------------------------------------------------------------------------------*/


/*TOPページ---特長---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
-----------------------------------------------------------------------------------------
.top-tokuchou-title {
	text-align:center !important;
	color: #fff;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}

@media  (min-width: 600px) {
.top-tokuchou-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-tokuchou-title {
	font-size:36px !important;
	}
}
----------*/

/*TOPページ---実績---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
--------------------------------------------------------------------------------------------
.top-zisseki-title {
	text-align:center !important;
	color: #27353E;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}

@media  (min-width: 600px) {
.top-zisseki-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-zisseki-title {
	font-size:36px !important;
	}
}
-------*/

/*TOPページ---教室長---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
------------------------------------------------------------------------------------------
.top-kyoushituchou-title {
	text-align:center !important;
	color: #27353E;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}

@media  (min-width: 600px) {
.top-kyoushituchou-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-kyoushituchou-title {
	font-size:36px !important;
	}
}

---------*/
/*TOPページ---コース---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
--------------------------------------------------------------------------------------------
.top-course-title {
	text-align:center !important;
	color: #27353E;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}

@media  (min-width: 600px) {
.top-course-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-course-title {
	font-size:36px !important;
	}
}

-------*/
/*TOPページ---よくある質問---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
------------------------------------------------------------------------------------------
.top-question-title {
	text-align:center !important;
	color: #27353E;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}

@media  (min-width: 600px) {
.top-question-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-question-title {
	font-size:36px !important;
	}
}
---------*/

/*TOPページ---入塾の流れ---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
----------------------------------------------------------------------------------------------
.top-flow-title {
	text-align:center !important;
	color: #27353E;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}

@media  (min-width: 600px) {
.top-flow-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-flow-title {
	font-size:36px !important;
	}
}
-----*/

/*TOPページ---コンタクト---タイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
@media  (min-width: 600px) {
.top-contact-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-contact-title {
	font-size:36px !important;
	}
}



.top-contact-title {
	text-align:center !important;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
    position: relative;
    padding: 0.5em;
    margin: 2em 0;
    background: #fff;
    color: #27353E;
    font-weight: bold;
    border-radius: 20px;
}
	
.top-contact-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    width: 0;
    height: 0;
	}
	
	
	

@media  (min-width: 600px) {
.top-contact-subtitle {
	font-size:36px !important;
	}
}

@media  (max-width: 599px) {
.top-contact-subtitle {
	font-size:32px !important;
	}
}



/*サブタイトルまとめ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/
/*TOPページ---キャンペーン---サブタイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.top-campaign-subtitle {
	text-align:center !important;
	color: #27353E;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}



.top-campaign-subtitle {
width: 100%;
position: relative;
display: inline-block;
padding: 0 45px;
}


.top-campaign-subtitle:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #27353E;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}


.top-campaign-subtitle:before {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #27353E;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(60deg);
}



.top-campaign-subtitle:before {left:0;}
.top-campaign-subtitle:after {right: 0;}



@media  (min-width: 600px) {
.top-campaign-subtitle {
	font-size:28px !important;
	}
}

@media  (max-width: 599px) {
.top-campaign-subtitle {
	font-size:24px !important;
	}
}



/*TOPページ---特長---サブタイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.top-tokuchou-title {
	text-align:center !important;
	color: #fff;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}



.top-tokuchou-title {
width: 100%;
position: relative;
display: inline-block;
padding: 0 45px;
}


.top-tokuchou-title:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #fff;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}


.top-tokuchou-title:before {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #fff;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(60deg);
}



.top-tokuchou-title:before {left:0;}
.top-tokuchou-title:after {right: 0;}






@media  (min-width: 600px) {
.top-tokuchou-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-tokuchou-title {
	font-size:36px !important;
	}
}


/*TOPページ---実績---サブタイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.top-zisseki-title {
	text-align:center !important;
	color: #27353E;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}



.top-zisseki-title {
width: 100%;
position: relative;
display: inline-block;
padding: 0 45px;
}


.top-zisseki-title:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #27353E;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}


.top-zisseki-title:before {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #27353E;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(60deg);
}



.top-zisseki-title:before {left:0;}
.top-zisseki-title:after {right: 0;}


@media  (min-width: 600px) {
.top-zisseki-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-zisseki-title {
	font-size:36px !important;
	}
}


/*TOPページ---教室長---サブタイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.top-kyoushituchou-title {
	text-align:center !important;
	color: #27353E;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}



.top-kyoushituchou-title {
width: 100%;
position: relative;
display: inline-block;
padding: 0 45px;
}


.top-kyoushituchou-title:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #27353E;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}


.top-kyoushituchou-title:before {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #27353E;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(60deg);
}



.top-kyoushituchou-title:before {left:0;}
.top-kyoushituchou-title:after {right: 0;}


@media  (min-width: 600px) {
.top-kyoushituchou-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-kyoushituchou-title {
	font-size:36px !important;
	}
}


/*TOPページ---コース---サブタイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.top-course-title {
	text-align:center !important;
	color: #27353E;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}



.top-course-title {
width: 100%;
position: relative;
display: inline-block;
padding: 0 45px;
}


.top-course-title:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #27353E;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}


.top-course-title:before {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #27353E;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(60deg);
}



.top-course-title:before {left:0;}
.top-course-title:after {right: 0;}


@media  (min-width: 600px) {
.top-course-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-course-title {
	font-size:36px !important;
	}
}


/*TOPページ---よくある質問---サブタイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.top-question-title {
	text-align:center !important;
	color: #27353E;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}



.top-question-title {
width: 100%;
position: relative;
display: inline-block;
padding: 0 45px;
}


.top-question-title:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #27353E;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}


.top-question-title:before {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #27353E;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(60deg);
}



.top-question-title:before {left:0;}
.top-question-title:after {right: 0;}


@media  (min-width: 600px) {
.top-question-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-question-title {
	font-size:36px !important;
	}
}


/*TOPページ---入塾の流れ---サブタイトル
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎▶︎
---------------------------------------------------------------------------------------------------*/
.top-flow-title {
	text-align:center !important;
	color: #27353E;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}



.top-flow-title {
width: 100%;
position: relative;
display: inline-block;
padding: 0 45px;
}


.top-flow-title:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #27353E;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}


.top-flow-title:before {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: #27353E;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(60deg);
}



.top-flow-title:before {left:0;}
.top-flow-title:after {right: 0;}


@media  (min-width: 600px) {
.top-flow-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.top-flow-title {
	font-size: 36px !important;
	}
}














/*TOPページ共通
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*ワイドラップ
---------------------------------------------------------------------------------------------------*/
.wide-wrap{
	position:relative;
	margin:0 calc(50% - 50vw);
	overflow:hidden;
	}

/*コネクションデザイン
---------------------------------------------------------------------------------------------------*/
.symbol {
	text-align: center;
	}
	

/*マーカーメッセージ
---------------------------------------------------------------------------------------------------*/
@media  (min-width: 600px) {
.top-message {
	text-align: center;
	}
}

@media  (max-width: 599px) {
.top-message {
    text-align: left;
	}
}


.marker {
	background: linear-gradient(transparent 70%, #FFF100 40%);
    font-weight: 600;
	}

		
	
@media  (min-width: 600px) {
.marker {
	font-size: 24px;
	}
}

@media  (max-width: 599px) {
.marker {
	font-size: 18px;
	}
}



	
	
	
/*グラデーション
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*グラデーション---背景
---------------------------------------------------------------------------------------------------*/

.gradation {
  top: 0;
  left: 0;
  background-color: #ffffff;
  background-image:  radial-gradient(#fffa99 2px, transparent 2px), radial-gradient(#fffa99 2px, #ffffff 2px);
  background-size: 40px 40px;
  background-position: 0 0,20px 20px;
  font-weight: 900 !important;
  text-align: center!important;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}


	
/*グラデーション---タイトル
---------------------------------------------------------------------------------------------------*/
.gradation-title {
	text-align:center !important;
	color: #27353E;
	padding: 0 0 1em 0;
    font-weight: bold;
	letter-spacing:0.15em!important;
	line-height: 1.68!important;
	}

	
	
@media  (min-width: 600px) {
.gradation-title {
	font-size:40px !important;
	}
}

@media  (max-width: 599px) {
.gradation-title {
	font-size:30px !important;
	}
}


/*グラデーション---テキスト
---------------------------------------------------------------------------------------------------*/
.gradation-text {
	color: #27353E;
	letter-spacing:0.15em!important;
	}



@media  (min-width: 600px) {
.gradation-text {
	font-size:18px !important;
	}
}

@media  (max-width: 599px) {
.gradation-text {
	font-size:16px !important;
	}
}	  



/*キャンペーン
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*キャンペーン---背景
---------------------------------------------------------------------------------------------------*/

.top-campaign {
	text-align:center !important;
	background-color: #fff;
}






/*アナウンス
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*アナウンス---背景
---------------------------------------------------------------------------------------------------*/
.announce {
	background: #fff!important;
	text-align: center !important;

}


/*アナウンス---投稿記事
---------------------------------------------------------------------------------------------------*/

.announce p {
	text-align: left!important;
}


.announce a {
	color: #27353E!important;
}









/*特長
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*特長---背景
---------------------------------------------------------------------------------------------------*/

.top-tokuchou {
	background: #0081CC!important;
	text-align: center !important;
}


/*特長---タイトル
---------------------------------------------------------------------------------------------------*/


/*特長---サブタイトル
---------------------------------------------------------------------------------------------------*/


/*特長---ボックス
---------------------------------------------------------------------------------------------------*/
.top-tokuchou-box {
	padding: 2em 2em;
    margin: 2em 0;
    color: #27353E;
    background: #fff;
    border: dashed 2px #FFF100;
    border-radius: 10px;
	box-shadow: 0px 0px 0px 10px #fff;
}



/*特長---ボックス---タイトル
---------------------------------------------------------------------------------------------------*/
.top-tokuchou-box-title {
	font-weight: 700;
	line-height: 1.68;
	display: flex;
    justify-content: center;
    height: 80px;
    align-items: center;
	text-align: left!important;

}


@media  (min-width: 600px) {
.top-tokuchou-box-title {
	font-size:22px !important;
	}
}

@media  (max-width: 599px) {
.top-tokuchou-box-title {
	font-size:20px !important;
	}
}


/*特長---ボックス---テキスト
---------------------------------------------------------------------------------------------------*/
.top-tokuchou-box-text {
	text-align: left!important;
}


@media  (min-width: 600px) {
.top-tokuchou-box-text {
	font-size:16px !important;
	}
}

@media  (max-width: 599px) {
.top-tokuchou-box-text {
	font-size:14px !important;
	}
}



/*特長---ボックス---スポイラー
---------------------------------------------------------------------------------------------------*/
.top-tokuchou-box .su-spoiler {
    margin-bottom: 0;
}



.top-tokuchou-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left!important;
}

.top-tokuchou-box  .su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 700;
    font-size: 13px;
    text-align: left!important;
}



/*特長ボタン
---------------------------------------------------------------------------------------------------*/







/*　実績
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*実績---背景
---------------------------------------------------------------------------------------------------*/

.top-zisseki {
  background-color: #fff;
  text-align: center!important;
}


/*実績---タイトル
---------------------------------------------------------------------------------------------------*/


/*実績---サブタイトル
---------------------------------------------------------------------------------------------------*/



/*実績---ボックス
---------------------------------------------------------------------------------------------------*/

.top-zisseki-box {
	background-color: #F2F5F7;
  	text-align: left!important;
  	border-radius: 10px!important;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}


/*実績---ボックス---タイトル
---------------------------------------------------------------------------------------------------*/

.top-zisseki-box-title {
	text-align: center !important;
	padding: 1em 0.5em 1em 0.5em!important;
	font-weight: 700;
}

@media  (min-width: 600px) {
.top-zisseki-box-title {
	font-size:22px !important;
	}
}

@media  (max-width: 599px) {
.top-zisseki-box-title {
	font-size:18px !important;
	}
}
  
/*実績---ボックス---表
---------------------------------------------------------------------------------------------------*/

@media  (min-width: 600px) {
.top-zisseki-box td, th {
    padding: 2em!important;
    font-size: 14px!important;
}
}

@media  (max-width: 599px) {
.top-zisseki-box td, th {
    padding: 1em!important;
    font-size: 12px!important;
}
}  


/*実績---ボックス---スポイラー
---------------------------------------------------------------------------------------------------*/
	
.top-zisseki-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left!important;
}

.top-zisseki-box  .su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 700;
    font-size: 13px;
    text-align: left!important;
}
	

/*実績---ボタン
---------------------------------------------------------------------------------------------------*/




	
/*教室長紹介
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*教室長---背景
---------------------------------------------------------------------------------------------------*/

.top-kyoushituchou {
	text-align: center!important;
  	background-size: 20px 20px;
  	background-image: repeating-linear-gradient(45deg, #FFF100 0, #FFF100 2px, #fffa99 0, #fffa99 50%);
}
	
/*教室長紹介---タイトル
---------------------------------------------------------------------------------------------------*/



/*教室長紹介---サブタイトル
---------------------------------------------------------------------------------------------------*/


/*教室長---写真
---------------------------------------------------------------------------------------------------*/

/*写真のコード入れる　　　　　[Ex].aligncenter.wp-image-1584.size-medium */
.wp-image-447{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
 	}
	
.wp-image-448{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
 	}	
	

/*教室長---ボックス
---------------------------------------------------------------------------------------------------*/


	
	
.top-kyoushituchou-box {
 position: relative;
 margin: 2em auto;
 padding: 40px 20px 15px;
 width: 90%; /* ボックス幅 */
 background: #F2F5F7; /* ボックス背景色 */
 color: #27353E; /* 文章色 */
 border: 3px solid #0081CC; /* ボックス枠線 */
 border-radius: 10px;
 letter-spacing:0.15em;
	line-height:150% !important;
	text-align: left!important;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

.top-kyoushituchou-box::before, 
.top-kyoushituchou-box::after {
 position: absolute;
 content: '';
 top: 10px;
 width: 18px;
 height : 18px;
 background: #fff; /*穴背景色*/
 box-shadow: 0 0 8px #cccccc inset;
 border: 1px solid #fffa99; /*パンチ穴枠*/
 border-radius: 50%;
}

.top-kyoushituchou-box::before { left: 80px;}
.top-kyoushituchou-box::after { right: 80px;}
	
/*教室長---ボックス---タイトル
---------------------------------------------------------------------------------------------------*/

.top-kyoushituchou-box-title {
	text-align: center!important;
	color: #27353E!important;
	letter-spacing:0.15em!important;
	font-weight:700;
	}

@media  (min-width: 600px) {
.top-kyoushituchou-box-title {
	font-size:20px !important;
	}
}

@media  (max-width: 599px) {
.top-kyoushituchou-box-title {
	font-size:18px !important;
	}
}


/*教室長---ボックス---テキスト
---------------------------------------------------------------------------------------------------*/

@media  (min-width: 600px) {
.top-kyoushituchou-box-text {
	font-size:16px !important;
	}
}

@media  (max-width: 599px) {
.top-kyoushituchou-box-text {
	font-size:14px !important;
	}
}


/*教室長---ボックス---Font Awesome
---------------------------------------------------------------------------------------------------*/
.top-kyoushituchou-box .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #0081cc!important;
}


/*教室長---ボックス---スポイラー
---------------------------------------------------------------------------------------------------*/
.top-kyoushituchou-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left!important;
}

.top-kyoushituchou-box  .su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 700;
    font-size: 13px;
    text-align: left!important;
}



/*教室長紹介ボタン
---------------------------------------------------------------------------------------------------*/



	
	
/*コース・料金
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/


/*コース・料金---背景
---------------------------------------------------------------------------------------------------*/
.top-course {
	background: #F2F5F7!important;
	text-align:center !important;
}



/*コース・料金---タイトル
---------------------------------------------------------------------------------------------------*/


/*コース・料金---サブタイトル
---------------------------------------------------------------------------------------------------*/


/*コース・料金---ボックス
---------------------------------------------------------------------------------------------------*/




.top-course-box .su-box-content  {
	background-color:#fff!important;
	border-radius: 0px 0px 10px 10px!important;
	text-align: left;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
	}

.top-course-box .su-box {
	border-color: transparent!important;
	}	

.top-course-box .su-box  {
	padding:15px !important;
	}


@media  (min-width: 600px) {
.top-course-box {
	font-size:16px !important;
	}
}

@media  (max-width: 599px) {
.top-course-box {
	font-size:14px !important;
	}
}
  
  
/*コース・料金---ボックス---タイトル
---------------------------------------------------------------------------------------------------*/
.top-course-box .su-box-title {
	text-align: center!important;
	font-weight: 700;
	letter-spacing:0.15em!important;
	color: #27353E;
	padding: 1em;
	border-radius: 10px 10px 0px 0px!important;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
	}
  
@media  (min-width: 600px) {
.top-course-box .su-box-title {
	font-size:24px !important;
	}
}

@media  (max-width: 599px) {
.top-course-box .su-box-title {
	font-size:22px !important;
	}
}
  

/*コース・料金---ボックス---その他
---------------------------------------------------------------------------------------------------*/
   
.top-course p {
	text-align: right!important;
	color: #27353E!important;
	font-weight: 700;
}  
     
.top-course-box .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #b81c22!important;
}  
  
  
  
/*コース・料金ボタン
---------------------------------------------------------------------------------------------------*/


/*よくある質問
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

.top-question {
	background: #fff;
    letter-spacing: 0.15em!important;
    color: #27353E;
	text-align: center!important;
	}	
	
	

/*よくある質問タイトル
---------------------------------------------------------------------------------------------------*/




/*よくある質問サブタイトル
---------------------------------------------------------------------------------------------------*/





/*よくある質問内容
---------------------------------------------------------------------------------------------------*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 0.5em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}



/*よくある質問の質問
---------------------------------------------------------------------------------------------------*/

.cp_qa dt {
	margin: 0 3em 1em 3em;
	background: #0081cc;
	font-weight: 650;
	color: #fff;
	text-align: left!important;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);

}

@media  (min-width: 600px) {
.cp_qa dt {
	font-size:16px !important;
	}
}

@media  (max-width: 599px) {
.cp_qa dt {
	font-size:14px !important;
	}
}



/*よくある質問の解答
---------------------------------------------------------------------------------------------------*/

.cp_qa dd {
	margin: 0 3em 3em 3em;
	background: #cc4b00;
	font-weight: 650;
	color: #fff;
	text-align: left!important;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

@media  (min-width: 600px) {
.cp_qa dd {
	font-size:16px !important;
	}
}

@media  (max-width: 599px) {
.cp_qa dd {
	font-size:14px !important;
	}
}



/*よくある質問のふきだし
---------------------------------------------------------------------------------------------------*/

.cp_qa dt::before,.cp_qa dd::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し▶︎ */
.cp_qa dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent transparent transparent transparent;
	font-weight: 650;
}
/* 答え吹き出し▶︎ */
.cp_qa dd::before {
	right: -0.5em;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent transparent;
	font-weight: 650;
}
/* アイコン */
.cp_qa dt::after,.cp_qa dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/*　　アイコン */
.cp_qa dt::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.4em 0.1em 0.33em;
	content: 'Q';
	background: #0081cc;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}
/* !アイコン */
.cp_qa dd::after {
	right: -2.5em;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.4em 0.1em 0.37em;
	content: 'A';
	background: #cc4b00;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

dt {
    border-left-color: transparent;
	}

dd {
    border-left-color: transparent;
}



/*よくある質問のボタン
---------------------------------------------------------------------------------------------------*/



/*入塾の流れ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

.top-flow {
	background: #fff!important;
	text-align:center !important;
}



/*入塾の流れタイトル
---------------------------------------------------------------------------------------------------*/





/*入塾の流れサブタイトル
---------------------------------------------------------------------------------------------------*/



/*入塾の流れ内容
---------------------------------------------------------------------------------------------------*/


ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
  text-align: left!important;
}

.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgb(255,241,0);
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(255,241,0);
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #27353E;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: left!important
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(255,241,0);
  background: -moz-linear-gradient(left, rgba(255,250,153,1) 0%, rgba(255,241,0,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,250,153,1) 0%,rgba(255,241,0,1) 100%);
  background: linear-gradient(to right, rgba(255,250,153,1) 0%,rgba(255,241,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}



/*メッセージ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/



.top-cyugaku .balloon {
	position: relative;
    padding: 1.5em;
    background-color: #ff7300!important;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.68;
}

.top-cyugaku .balloon:before {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -10px; left: 20px;
margin-left: 0;
background-color: #ff7300;
border-radius: 0 50px 0 50px;
}

.top-cyugaku .balloon:after {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -5px; left: 30px;
margin-left: 0;
background-color: #fff;
border-radius: 0 50px 0 50px;
z-index: -1;
transform: rotate(30deg);
}

.top-cyugaku .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #FFF100!important;
}  

	
/*お問合せ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

/*お問合せ---背景
---------------------------------------------------------------------------------------------------*/

.top-contact {
	background: #0081cc;
	color: #27353E;
	background-size: 7px 7px;
	background-attachment: fixed;
	letter-spacing: 0.15em!important;
	}
	
	
	
	
	
/*お問合せタイトル
---------------------------------------------------------------------------------------------------*/


	
	
	
/*お問合せボックス
---------------------------------------------------------------------------------------------------*/

.top-contact-box {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    width: 100%;
    font-size: 16px;
    background: #fff;
    border: transparent;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center !important;
	}			
	
	
/*お問合せその他
---------------------------------------------------------------------------------------------------*/

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #fff;
    opacity: 0.75;
    width: 0px!important;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0!important;
    position: relative;
}	

.wpcf7-spinner {
	display: none;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0px;
    position: relative; 
}

.top-contact .btn-primary {
    color: #fff;
    background-color: #FFF100!important;
	border: transparent;
	}



/*アクセス
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
---------------------------------------------------------------------------------------------------*/

.access {
    background: #F2F5F7;
    color: #27353E;
    background-size: 7px 7px;
    background-attachment: fixed;
	letter-spacing:0.15em!important;
    text-align: center;
	line-height: 1.68!important;
}


/*アクセス---テキスト
---------------------------------------------------------------------------------------------------*/
.access {
	text-align: center !important;
	font-weight: 600;
	}

@media  (min-width: 600px) {
.access {
	font-size:30px !important;
	}
}

@media  (max-width: 599px) {
.access {
	font-size:22px !important;
	}
}

		
			
		
		
		

/*固定ページ
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/

/*固定ページの全てのH2タグ
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/

  
/*固定ページの全てのH3タグ
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/


/*全てのマーカー
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/
.kotei-message {
	text-align: left!important;
	}	
	
.marker {
	background: linear-gradient(transparent 70%, #FFF100 40%);
    font-weight: 600;	
	}

@media  (max-width: 599px) {
.marker {
	font-size: 18px;
	}
}	
	
@media  (min-width: 600px) {
.marker {
	font-size: 24px;
	}
}

@media  (max-width: 599px) {
.marker {
	font-size: 18px;
	}
}



/*お問合せ---★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/


/*お問合せ---背景
---------------------------------------------------------------------------------------------------*/

.contact-form {
	text-align: center;
	}
	
	











/*指導方針・特長・強み
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/

/*固定ページ---特長---背景
---------------------------------------------------------------------------------------------------*/
.kotei-tokuchou {
	background: #fff!important;
}


/*固定ページ---特長---バルーン
---------------------------------------------------------------------------------------------------*/
.kotei-tokuchou .balloon {
position: relative;
padding: 1.5em;
background-color: #0081cc!important;
color: #fff;
border-radius: 10px;
font-weight: 700;
line-height: 1.3;
font-size: 16px;
}

.kotei-tokuchou .balloon:before {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -10px; left: 20px;
margin-left: 0;
background-color: #0081cc!important;
border-radius: 0 50px 0 50px;
}

.kotei-tokuchou .balloon:after {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -5px; left: 30px;
margin-left: 0;
background-color: #fff;
border-radius: 0 50px 0 50px;
z-index: -1;
transform: rotate(30deg);
}


/*固定ページ---特長---ボックス
---------------------------------------------------------------------------------------------------*/
.kotei-tokuchou-box {
	background: #FFFCCC;
	padding: 1em;
}

/*固定ページ---特長---ボックス---テキスト
---------------------------------------------------------------------------------------------------*/
.kotei-tokuchou-box-text {
	text-align: left!important;
	}

@media  (min-width: 600px) {
.kotei-tokuchou-box-text {
	font-size:16px !important;
	}
}

@media  (max-width: 599px) {
.kotei-tokuchou-box-text {
	font-size:14px !important;
	}
}








/*コース・料金
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/

/*固定ページ---コース---背景
---------------------------------------------------------------------------------------------------*/
.kotei-course {
	background: #fff!important;
}


/*固定ページ---コース---バルーン
---------------------------------------------------------------------------------------------------*/
.kotei-course .balloon {
	position: relative;
    padding: 1.5em;
    background-color: #0081cc!important;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1.3;
font-size: 16px;
}

.kotei-course .balloon:before {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -10px; left: 20px;
margin-left: 0;
background-color: #0081cc;
border-radius: 0 50px 0 50px;
}

.kotei-course .balloon:after {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -5px; left: 30px;
margin-left: 0;
background-color: #fff;
border-radius: 0 50px 0 50px;
z-index: -1;
transform: rotate(30deg);
}







/*固定ページ---コース---ボックス
---------------------------------------------------------------------------------------------------*/
  
.kotei-course-box {
	background: #FFFCCC;
	padding: 1em;
	}

@media  (min-width: 600px) {
.kotei-course-box {
	font-size:16px!important;
	}
}

@media  (max-width: 599px) {
.kotei-course-box {
	font-size:14px!important;
	}
}

.kotei-course-box-title {
	padding: 1em;
	text-align: center!important;
	font-weight: 900;
	}

@media  (min-width: 600px) {
.kotei-course-box-title {
	font-size:20px!important;
	}
}

@media  (max-width: 599px) {
.kotei-course-box-title {
	font-size:18px!important;
	}
}


/*固定ページ---コース---テキスト
---------------------------------------------------------------------------------------------------*/
.kotei-course-text {
	}


@media  (min-width: 600px) {
.kotei-course-text {
	font-size:16px!important;
	}
}

@media  (max-width: 599px) {
.kotei-course-text {
	font-size:14px!important;
	}  
}
 

.kotei-course  .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #ff7300;
}

.kotei-course .mokuji a {
    color: #ff7300!important;
	font-weight: 900!important;
}





  
/*実績・声
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/



/*固定ページ---実績---背景
---------------------------------------------------------------------------------------------------*/

.kotei-zisseki-voice .mokuji a {
    color: #ff7300!important;
	font-weight: 900!important;
}

.kotei-zisseki-voice  .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #ff7300;
}


.kotei-zisseki-voice {
	background: #fff!important;
}


.kotei-zisseki-voice .balloon {
position: relative;
padding: 1.5em;
background-color: #0081cc!important;
color: #fff;
border-radius: 10px;
font-weight: 700;
line-height: 1.3;
font-size: 16px;
}

.kotei-zisseki-voice .balloon:before {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -10px; left: 20px;
margin-left: 0;
background-color: #0081cc!important;
border-radius: 0 50px 0 50px;
}

.kotei-zisseki-voice .balloon:after {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -5px; left: 30px;
margin-left: 0;
background-color: #fff;
border-radius: 0 50px 0 50px;
z-index: -1;
transform: rotate(30deg);
}



/*固定ページ---実績---紹介文
---------------------------------------------------------------------------------------------------*/

.kotei-zisseki-voice-shoukai {
    font-weight: 600;
	}


@media  (min-width: 600px) {
.kotei-zisseki-voice-shoukai {
    text-align: center!important;
	}
}

@media  (max-width: 599px) {
.kotei-zisseki-voice-shoukai {
    text-align: left!important;
	}
}




/*合格実績
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/


/*固定ページ---実績---合格実績---背景
---------------------------------------------------------------------------------------------------*/
.kotei-goukaku-zisseki {
	text-align: left!important;
}


/*固定ページ---実績---合格実績---ボックス
---------------------------------------------------------------------------------------------------*/

.kotei-goukaku-zisseki-box {
	background: #F2F5F7;
    padding: 1em;
}


/*固定ページ---実績---合格実績---ボックス---タイトル
---------------------------------------------------------------------------------------------------*/
.kotei-goukaku-zisseki-box-title {
	text-align: center!important;
	padding: 0.5em 0.5em 1em 0.5em;
}



@media  (min-width: 600px) {
.kotei-goukaku-zisseki-box-title {
	font-size: 22px !important;
	text-align: center!important;
	font-weight: 600;
	}
}

@media  (max-width: 599px) {
.kotei-goukaku-zisseki-box-title {
	font-size:18px !important;
	text-align: center !important;
	font-weight: 600;
	}
}
 
/*固定ページ---実績---合格実績---ボックス---表
---------------------------------------------------------------------------------------------------*/ 
 
@media  (min-width: 600px) {
.kotei-goukaku-zisseki-box td, th {
    padding: 1em!important;
    font-size: 14px!important;
}
}

@media  (max-width: 599px) {
.kotei-goukaku-zisseki-box td, th {
    padding: 0.5em!important;
    font-size: 12px!important;
}
}  


/*固定ページ---実績---合格実績---ボックス---スポイラー
---------------------------------------------------------------------------------------------------*/
.kotei-goukaku-zisseki-box .su-spoiler-style-default>.su-spoiler-content {
    padding: 0em;
}	


.kotei-goukaku-zisseki-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left;
}



/*検定実績
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/



/*固定ページ---実績---検定実績---背景
---------------------------------------------------------------------------------------------------*/
.kotei-kentei-zisseki {
   text-align: left!important;
	}	

/*固定ページ---実績---検定実績---ボックス
---------------------------------------------------------------------------------------------------*/  
.kotei-kentei-zisseki-box {	
}


/*固定ページ---実績---検定実績---ボックス---タイトル
---------------------------------------------------------------------------------------------------*/
.kotei-kentei-zisseki-box-title {
	text-align: center !important;
	padding: 0.5em 0.5em 1em 0.5em;
}

@media  (min-width: 600px) {
.kotei-kentei-zisseki-box-title {
	font-size:22px !important;
	text-align: center !important;
	font-weight: 600;
	}
}

@media  (max-width: 599px) {
.kotei-kentei-zisseki-box-title {
	font-size:18px !important;
	text-align: center !important;
	font-weight: 600;
	}
}


/*固定ページ---実績---検定実績---表
---------------------------------------------------------------------------------------------------*/
@media  (min-width: 600px) {
.kotei-kentei-zisseki-box td, th {
    padding: 1em!important;
    font-size: 14px!important;
}
}

@media  (max-width: 599px) {
.kotei-kentei-zisseki-box td, th {
    padding: 0.5em!important;
    font-size: 12px!important;
}
}  


/*固定ページ---実績---検定実績---スポイラー
---------------------------------------------------------------------------------------------------*/

.kotei-kentei-zisseki-box .su-spoiler-style-default>.su-spoiler-content {
    padding: 0em;
}
  

.kotei-kentei-zisseki-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left;
}



  
/*保護者様の声
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
※卒業生と在校生のcssは保護者のフォーマットをコピペして、「色」と「タイトル名」だけ変更
---------------------------------------------------------------------------------------------------*/


/*固定ページ---実績---保護者---背景
---------------------------------------------------------------------------------------------------*/
.kotei-hogosya-voice {
    text-align: left;
	}


/*固定ページ---実績---保護者---ボックス
---------------------------------------------------------------------------------------------------*/
.kotei-hogosya-voice-box {
	 margin: 2em auto;
    padding: 1em 1.5em;
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 4px solid #f9b3ff;
    border-radius: 3em 0.8em 3em 0.7em/0.9em 2em 0.8em 3em;
    line-height: 1.6em;
	font-weight: 500;
	}

@media  (min-width: 600px) {
.kotei-hogosya-voice-box {
	font-size:16px !important;
	
	}
}

@media  (max-width: 599px) {
.kotei-hogosya-voice-box {
	font-size:14px !important;
	
	}
}


/*固定ページ---実績---保護者---タイトル
---------------------------------------------------------------------------------------------------*/
.kotei-hogosya-voice-box-title {
    
}


@media  (min-width: 600px) {
.kotei-hogosya-voice-box-title  {
	font-size:24px !important;
	text-align: center;
	font-weight: 700;
	padding: 1em;
	}
}

@media  (max-width: 599px) {
.kotei-hogosya-voice-box-title  {
	font-size:22px !important;
	text-align: center;
	font-weight: 700;
	padding: 1em;
	}
}
  

  
  
/*固定ページ---実績---保護者---スポイラー
---------------------------------------------------------------------------------------------------*/

.kotei-hogosya-voice-box .su-spoiler-content {
    padding: 1em 0 1em 0em!important;
	text-align: left;
}


@media  (min-width: 600px) {
.kotei-hogosya-voice-box .su-spoiler-content {
	font-size:16px !important;

	}
}

@media  (max-width: 599px) {
.kotei-hogosya-voice-box .su-spoiler-content {
	font-size:14px !important;

	}
}

.kotei-hogosya-voice-box  .su-spoiler {
    margin-bottom: 0em!important;
}


.kotei-hogosya-voice-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left;
}

/*卒業生の声
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/

/*固定ページ---実績---卒業生---背景
---------------------------------------------------------------------------------------------------*/
.kotei-sotugyousei-voice {
	padding: 1em 0 1em 0em!important;
	text-align: left;
	}


/*固定ページ---実績---卒業生---ボックス
---------------------------------------------------------------------------------------------------*/
.kotei-sotugyousei-voice-box {
 margin: 2em auto;
    padding: 1em 1.5em;
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 4px solid #FFF9B2;
    border-radius: 3em 0.8em 3em 0.7em/0.9em 2em 0.8em 3em;
    line-height: 1.6em;
	font-weight: 500;
	}

@media  (min-width: 600px) {
.kotei-sotugyousei-voice-box {
	font-size:16px !important;
	
	}
}

@media  (max-width: 599px) {
.kotei-sotugyousei-voice-box {
	font-size:14px !important;
	
	}
}


/*固定ページ---実績---卒業生---タイトル
---------------------------------------------------------------------------------------------------*/
.kotei-sotugyousei-voice-box-title {
    
}


@media  (min-width: 600px) {
.kotei-sotugyousei-voice-box-title  {
	font-size:24px !important;
	text-align: center;
	font-weight: 700;
	padding: 1em;
	}
}

@media  (max-width: 599px) {
.kotei-sotugyousei-voice-box-title  {
	font-size:22px !important;
	text-align: center;
	font-weight: 700;
	padding: 1em;
	}
}
  

  
  
/*固定ページ---実績---卒業生---スポイラー
---------------------------------------------------------------------------------------------------*/

.kotei-sotugyousei-voice-box .su-spoiler-content {
    padding: 1em 0 1em 0em!important;
	text-align: left;
}


@media  (min-width: 600px) {
.kotei-sotugyousei-voice-box .su-spoiler-content {
	font-size:16px !important;

	}
}

@media  (max-width: 599px) {
.kotei-sotugyousei-voice-box .su-spoiler-content {
	font-size:14px !important;

	}
}

.kotei-sotugyousei-voice-box  .su-spoiler {
    margin-bottom: 0em!important;
}

.kotei-sotugyousei-voice-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left;
}


/*在校生の声
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/

/*固定ページ---実績---在校生---背景
---------------------------------------------------------------------------------------------------*/
.kotei-zaikousei-voice {
    text-align: left;	
	}


/*固定ページ---実績---在校生---ボックス
---------------------------------------------------------------------------------------------------*/
.kotei-zaikousei-voice-box {
 	 margin: 2em auto;
    padding: 1em 1.5em;
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 4px solid #b3fff9;
    border-radius: 3em 0.8em 3em 0.7em/0.9em 2em 0.8em 3em;
    line-height: 1.6em;
	font-weight: 500;
	 }

@media  (min-width: 600px) {
.kotei-zaikousei-voice-box {
	font-size:16px !important;
	
	}
}

@media  (max-width: 599px) {
.kotei-zaikousei-voice-box {
	font-size:14px !important;
	
	}
}


/*固定ページ---実績---在校生---タイトル
---------------------------------------------------------------------------------------------------*/
.kotei-zaikousei-voice-box-title {
    
}


@media  (min-width: 600px) {
.kotei-zaikousei-voice-box-title  {
	font-size:24px !important;
	text-align: center;
	font-weight: 700;
	padding: 1em;
	}
}

@media  (max-width: 599px) {
.kotei-zaikousei-voice-box-title  {
	font-size:22px !important;
	text-align: center;
	font-weight: 700;
	padding: 1em;
	}
}
  

  
  
/*固定ページ---実績---在校生---スポイラー
---------------------------------------------------------------------------------------------------*/

.kotei-zaikousei-voice-box .su-spoiler-content {
    padding: 1em 0 1em 0em!important;
	text-align: left;
}


@media  (min-width: 600px) {
.kotei-zaikousei-voice-box .su-spoiler-content {
	font-size:16px !important;

	}
}

@media  (max-width: 599px) {
.kotei-zaikousei-voice-box .su-spoiler-content {
	font-size:14px !important;

	}
}

.kotei-zaikousei-voice-box  .su-spoiler {
    margin-bottom: 0em!important;
}


.kotei-zaikousei-voice-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left;
}  

/*教室長紹介
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/

/*固定ページ---教室長紹介---背景
---------------------------------------------------------------------------------------------------*/
.kotei-kyoushituchou {
	background: #fff!important;
}

.kotei-kyoushituchou .balloon {
position: relative;
padding: 1.5em;
background-color: #0081cc!important;
color: #fff;
border-radius: 10px;
font-weight: 700;
line-height: 1.3;
font-size: 16px;
}

.kotei-kyoushituchou .balloon:before {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -10px; left: 20px;
margin-left: 0;
background-color: #0081cc!important;
border-radius: 0 50px 0 50px;
}

.kotei-kyoushituchou .balloon:after {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -5px; left: 30px;
margin-left: 0;
background-color: #fff;
border-radius: 0 50px 0 50px;
z-index: -1;
transform: rotate(30deg);
}




/*教室長のプロフィール
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/

/*固定ページ---教室長紹介---プロフィール---背景
---------------------------------------------------------------------------------------------------*/
.kotei-kyoushituchou-profile {
	}
	
/*固定ページ---教室長紹介---プロフィール---写真
---------------------------------------------------------------------------------------------------*/
/*写真のコード入れる　　　　　[Ex].aligncenter.wp-image-1584.size-medium */
.{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
 	}
	

/*固定ページ---教室長紹介---プロフィール---ボックス
---------------------------------------------------------------------------------------------------*/	
.kotei-kyoushituchou-box {
    position: relative;
    padding: 1em 1em;
    margin: 2em 0;
    top: 0;
    background: #efefef;
}

---------------------------------------------------------------------------------------------------*/
/*固定ページ---教室長紹介---プロフィール---背景
---------------------------------------------------------------------------------------------------*/
.kotei-kyoushituchou-profile {
	}
	
/*固定ページ---教室長紹介---プロフィール---写真
---------------------------------------------------------------------------------------------------*/
/*写真のコード入れる　　　　　[Ex].aligncenter.wp-image-1584.size-medium */
.{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
 	}
	

/*固定ページ---教室長紹介---プロフィール---ボックス
---------------------------------------------------------------------------------------------------*/	
.kotei-kyoushituchou-profile-box {
 position: relative;
 margin: 2em auto;
 padding: 40px 20px 15px;
 width: 90%; /* ボックス幅 */
 background: #fff; /* ボックス背景色 */
 color: #27353E; /* 文章色 */
 border: 3px solid #0081CC; /* ボックス枠線 */
 border-radius: 5px;
 letter-spacing:0.15em;
	line-height:150% !important;
	text-align: left!important;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

.kotei-kyoushituchou-profile-box::before, 
.kotei-kyoushituchou-profile-box::after {
 position: absolute;
 content: '';
 top: 10px;
 width: 18px;
 height : 18px;
 background: #fff; /*穴背景色*/
 box-shadow: 0 0 8px #cccccc inset;
 border-radius: 50%;
}

.kotei-kyoushituchou-profile-box::before { left: 80px;}
.kotei-kyoushituchou-profile-box::after { right: 80px;}



/*固定ページ---教室長紹介---プロフィール---ボックス---タイトル
---------------------------------------------------------------------------------------------------*/	
.kotei-kyoushituchou-profile-box-title {
    text-align: center;
    margin-top: 10px!important;
	}
	
@media  (min-width: 600px) {
.kotei-kyoushituchou-profile-box-title {
	font-size:20px !important;
	}
}

@media  (max-width: 599px) {
.kotei-kyoushituchou-profile-box-title {
	font-size:18px !important;
	}
}		



/*固定ページ---教室長紹介---プロフィール---ボックス---テキスト
---------------------------------------------------------------------------------------------------*/	
@media  (min-width: 600px) {
.kotei-kyoushituchou-profile-box-text {
	font-size:16px !important;
	}
}

@media  (max-width: 599px) {
.kotei-kyoushituchou-profile-box-text {
	font-size:14px !important;
	}
}


/*固定ページ---教室長紹介---プロフィール---ボックス---スポイラー
---------------------------------------------------------------------------------------------------*/	
.kotei-kyoushituchou-profile-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left!important;
}

.kotei-kyoushituchou-profile-box  .su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 700;
    font-size: 13px;
    text-align: left!important;
}

.kotei-kyoushituchou-profile-box-text .su-spoiler-style-default>.su-spoiler-content {
    padding: 1em 0 1em 0em!important;
}
  
@media  (min-width: 600px) {
.kotei-kyoushituchou-profile-box-text .su-spoiler-style-default>.su-spoiler-content {
	font-size:16px !important;
	}
}

@media  (max-width: 599px) {
.kotei-kyoushituchou-profile-box-text .su-spoiler-style-default>.su-spoiler-content {
	font-size:14px !important;
	}
}



/*固定ページ---教室長紹介---プロフィール---ボックス---Font Awesome
---------------------------------------------------------------------------------------------------*/	
.kotei-kyoushituchou-profile-box  .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #fff100;
}






/*教室長の開校の想い
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/
/*固定ページ---教室長紹介---想い---背景
---------------------------------------------------------------------------------------------------*/
.kotei-kyoushituchou-omoi {
	}
	
	

/*固定ページ---教室長紹介---想い---ボックス
---------------------------------------------------------------------------------------------------*/	
.kotei-kyoushituchou-omoi-box {
    position: relative;
    padding: 1em 1em;
    margin: 2em 0;
    top: 0;
    background: #FFFCCC;
}

/*固定ページ---教室長紹介---想い---ボックス---タイトル
---------------------------------------------------------------------------------------------------*/	
.kotei-kyoushituchou-omoi-box-title {
    text-align: center;
    margin-top: 10px!important;
	}
	
@media  (min-width: 600px) {
.kotei-kyoushituchou-omoi-box-title {
	font-size:20px !important;
	}
}

@media  (max-width: 599px) {
.kotei-kyoushituchou-omoi-box-title {
	font-size:18px !important;
	}
}		



/*固定ページ---教室長紹介---想い---ボックス---テキスト
---------------------------------------------------------------------------------------------------*/	
@media  (min-width: 600px) {
.kotei-kyoushituchou-omoi-box-text {
	font-size:16px !important;
	}
}

@media  (max-width: 599px) {
.kotei-kyoushituchou-omoi-box-text {
	font-size:14px !important;
	}
}


/*固定ページ---教室長紹介---想い---ボックス---スポイラー
---------------------------------------------------------------------------------------------------*/	
.kotei-kyoushituchou-omoi-box .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    text-align: left!important;
}

.kotei-kyoushituchou-omoi-box  .su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 700;
    font-size: 13px;
    text-align: left!important;
}

.kotei-kyoushituchou-omoi-box-text .su-spoiler-style-default>.su-spoiler-content {
    padding: 1em 0 1em 0em!important;
}
  
@media  (min-width: 600px) {
.kotei-kyoushituchou-omoi-box-text .su-spoiler-style-default>.su-spoiler-content {
	font-size:16px !important;
	}
}

@media  (max-width: 599px) {
.kotei-kyoushituchou-omoi-box-text .su-spoiler-style-default>.su-spoiler-content {
	font-size:14px !important;
	}
}


/*教室長のメッセージ
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/
/*固定ページ---教室長紹介---メッセージ---背景
---------------------------------------------------------------------------------------------------*/
.kotei-kyoushituchou-message {
	}

/*固定ページ---教室長紹介---メッセージ---ボックス
---------------------------------------------------------------------------------------------------*/	
.kotei-kyoushituchou-message-box {
    position: relative;
    padding: 1em 1em;
    margin: 2em 0;
    top: 0;
}


/*固定ページ---教室長紹介---メッセージ---ボックス---テキスト
---------------------------------------------------------------------------------------------------*/	
.kotei-kyoushituchou-message-box-text {
	line-height: 1.68em!important;
	}


@media  (min-width: 600px) {
.kotei-kyoushituchou-message-box-text {
	font-size:20px !important;
	}
}

@media  (max-width: 599px) {
.kotei-kyoushituchou-message-box-text {
	font-size:18px !important;
	}
}




/*固定ページ---よくある質問---
---------------------------------------------------------------------------------------------------*/	

.kotei-yokuarushitumon .balloon {
position: relative;
padding: 1.5em;
background-color: #0081cc!important;
color: #fff;
border-radius: 10px;
font-weight: 700;
line-height: 1.3;
font-size: 16px;
}

.kotei-yokuarushitumon .balloon:before {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -10px; left: 20px;
margin-left: 0;
background-color: #0081cc!important;
border-radius: 0 50px 0 50px;
}

.kotei-yokuarushitumon .balloon:after {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -5px; left: 30px;
margin-left: 0;
background-color: #fff;
border-radius: 0 50px 0 50px;
z-index: -1;
transform: rotate(30deg);
}







/*講師募集
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
---------------------------------------------------------------------------------------------------*/

/*講師募集黒板
---------------------------------------------------------------------------------------------------*/

.kotei-recruit .mokuji a {
    color: #ff7300!important;
	font-weight: 900!important;
}

.kotei-recruit  .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #ff7300;
}


.kotei-recruit {
	background: #fff!important;
	margin-bottom: 0em!important;
}

.entry-full {
    margin-bottom: 0em!important;
}


.kotei-recruit .balloon {
position: relative;
padding: 1.5em;
background-color: #0081cc!important;
color: #fff;
border-radius: 10px;
font-weight: 700;
line-height: 1.3;
font-size: 16px;
}

.kotei-recruit .balloon:before {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -10px; left: 20px;
margin-left: 0;
background-color: #0081cc!important;
border-radius: 0 50px 0 50px;
}

.kotei-recruit .balloon:after {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -5px; left: 30px;
margin-left: 0;
background-color: #fff;
border-radius: 0 50px 0 50px;
z-index: -1;
transform: rotate(30deg);
}



/*固定ページ---実績---保護者---背景
---------------------------------------------------------------------------------------------------*/
.kotei-news  {
    text-align: left;
	background: #FFFBCC!important;
	}


.kotei-recruit  .kotei-news .su-post-title{
	padding: 0em 0.5em 0em;
	background: transparent!important;
	}
	
.kotei-recruit  .kotei-news .su-post-title:before{
	background: transparent!important;
	}
	
.kotei-recruit  .kotei-news .su-posts-default-loop .su-post {
    margin-bottom: 0em!important;
}

.su-posts-default-loop .su-post-meta {
    color: transparent!important;
}

.kotei-recruit  .kotei-news .su-post-title a{
	color: #ff7300!important;
	border-bottom: 2px solid #ff7300;
	}



/*講師募集黒板
---------------------------------------------------------------------------------------------------*/

.kotei-bosyuuyoukou {
	background: #FFFBCC!important;
	background-image:  linear-gradient(#fff 2px, transparent 2px), linear-gradient(to right, #fff 2px, #ffe9a7 2px)!important;
  background-size: 40px 40px!important;
}

.kotei-bosyuuyoukou-box {
  position: relative!important;
  padding: 1em!important;
  width: 100%!important;
  background: #006633!important;
  border: 8px solid #b2771f!important;
  border-radius: 3px!important;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.40)!important;
}

.kotei-bosyuuyoukou-box::before,
.kotei-bosyuuyoukou-box::after {
  position: absolute;
  content: '';
  bottom: 0;
}

.kotei-bosyuuyoukou-box::before {
  width: 20px;
  right: 10px;
  border: solid 3px #ffff00; /* チョーク（黄色） */
  border-radius: 3px 2px 0 2px;
}

.kotei-bosyuuyoukou-box::after {
  width: 15px;
  right: 45px;
  border: solid 3px #fff; /* チョーク（白） */
  border-radius: 8px 5px 2px 5px;
}

.kotei-bosyuuyoukou-box  .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #ffff00!important;
}

.kotei-bosyuuyoukou-box  img {
    border-radius: 500px;
}




.kotei-bosyuuyoukou-box-title {
  font-weight: 700;
  line-height: 1.68;
  display: flex;
  justify-content: center;
  height: 80px;
  align-items: center;
  text-align: left!important;
}

@media (min-width: 600px) {
  .kotei-bosyuuyoukou-box-title {
    font-size: 22px!important;
  }
}

@media (max-width: 599px) {
  .kotei-bosyuuyoukou-box-title {
    font-size: 20px!important;
  }
}

/* 特長---ボックス---テキスト */
.kotei-bosyuuyoukou-box-text {
  text-align: left!important;
  color: #fff;
}

@media (min-width: 600px) {
  .kotei-bosyuuyoukou-box-text {
    font-size: 16px!important;
  }
}

@media (max-width: 599px) {
  .kotei-bosyuuyoukou-box-text {
    font-size: 12px!important;
  }
}




/*講師募集「こんな方にぴったり」
---------------------------------------------------------------------------------------------------*/

.kotei-bosyuuyoukou-tokuchou {
	background: #fff!important;
}


.kotei-bosyuuyoukou-tokuchou-box {
  padding: 2em 2em!important;
    margin: 2em 0!important;
    color: #27353E!important;
    background: #fff!important;
    border: dashed 2px #FFF100!important;
    border-radius: 10px!important;
    box-shadow: 0px 0px 0px 10px #fff!important;
}

.kotei-bosyuuyoukou-tokuchou-box::before {
  width: 20px;
  right: 10px;
  border: solid 3px #ffff00; /* チョーク（黄色） */
  border-radius: 3px 2px 0 2px;
}

.kotei-bosyuuyoukou-tokuchou-box::after {
  width: 15px;
  right: 45px;
  border: solid 3px #fff; /* チョーク（白） */
  border-radius: 8px 5px 2px 5px;
}

.kotei-bosyuuyoukou-tokuchou-box  .fa-check:before {
    content: "\f00c";
    padding: 0.5em;
	color: #ffff00!important;
}

.kotei-bosyuuyoukou-tokuchou-box  img {
    border-radius: 500px;
	box-shadow: 4px 4px 4px #FFF100!important;
}




.kotei-bosyuuyoukou-tokuchou-box-title {
  font-weight: 700;
  line-height: 1.68;
  display: flex;
  justify-content: center;
  height: 80px;
  align-items: center;
  text-align: left!important;
  position: relative;
    padding: 0.5em;
    background-color: #FFF100!important;
    color: #000;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.kotei-bosyuuyoukou-tokuchou-box-title::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -10px;
    left: 20px;
    margin-left: 0;
    background-color: #FFF100!important;
    border-radius: 0 50px 0 50px;
}



@media (min-width: 600px) {
  .kotei-bosyuuyoukou-tokuchou-box-title {
    font-size: 22px!important;
  }
}

@media (max-width: 599px) {
  .kotei-bosyuuyoukou-tokuchou-box-title {
    font-size: 20px!important;
  }
}











/*講師募集ボタン
---------------------------------------------------------------------------------------------------*/





.kotei-bosyuuyoukou-button a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #27353E;
  font-size: 15px;
  font-weight: 700;
  background-color: #FFF100;
  border-radius: 50vh;
  transition: 0.3s;
  letter-spacing:0.15em !important;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.40);
}

.kotei-bosyuuyoukou-button a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.kotei-bosyuuyoukou-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #27353E;
  border-right: 3px solid #27353E;
}

.kotei-bosyuuyoukou-button a:hover {
  text-decoration: none;
  background-color: #F2F5F7;
}


.kotei-bosyuuyoukou-button a:hover a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50vh;
}





/*講師募集よくある質問内容
---------------------------------------------------------------------------------------------------*/

.kotei-qa {
	background: #F2F5F7!important;
}


.cp_qa03 .cp_actab {
  position: relative;
  width: 100%;
  margin: 0em!important;
  color: #fff;
}
.cp_qa03 .cp_actab input {
  display: none;
}
/* 質問 */
.cp_qa03 .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  background: #0081cc;
}

.cp_qa03 .cp_actab label::before {
  content: 'Q';
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  color: #fff;
}


.cp_qa03 .cp_actab label:hover {
  color: #fff;
}
/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  color: #fff;
}
/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  transition: max-height 0s;
  background: #FFFBCC;
  color: #000;
}
.cp_qa03 .cp_actab .cp_actab-content::before {
  position: absolute;
  content: 'A';
  font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5em;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  color: #000;
}
.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em 1em 3em 1em;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 50em;
  border: 8px solid #F2F5F7;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  color: #fff;
  
}


/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
    transform: rotateZ(45deg);

}










