@charset "UTF-8";

/* 余白
----------------*/
.part_end { margin-bottom: 4em; }
.chapter_end { margin-bottom: 2em; }

.mt0 { margin-top: 0!important; }
.mt10 { margin-top: 1em!important; }
.mt20 { margin-top: 2em!important; }
.mt30 { margin-top: 3em!important; }
.mt40 { margin-top: 4em!important; }

.mb0 { margin-bottom: 0!important; }
.mb10 { margin-bottom: 1em!important; }
.mb20 { margin-bottom: 2em!important; }
.mb30 { margin-bottom: 3em!important; }
.mb40 { margin-bottom: 4em!important; }

/* フォントカラー
----------------*/
.red { color: #f45a40; }

/* テキスト
----------------*/
.txt_l { text-align: left!important; }
.txt_r { text-align: right!important; }
.txt_c { text-align: center!important; }
strong { font-weight: bold; }
.small { font-size: 85%; vertical-align: middle; }

.annot {
	display: block;
	font-size: 1.3rem;
	text-indent: -1em;
	margin-left: 1em;
}

/* イメージ画像
----------------*/
#content img[src$=".png"] { background: url(../images/common/bg_pattern.jpg); }
#content img.module_img { background: none; }
#content .gmap img[src$=".png"] { background: none; }

/* 背景カラーのみ
----------------*/
.bc_darkblue { background-color: #2e3192; }
.bc_orange { background-color: #f7931e; }
.bc_y_green { background-color: #8cc63f; }


/* 背景カラー＋タイトルカラー
----------------------------*/
/* ブルー */
.bc_blue { background-color: #e1f3f9; }
.bc_blue dt,
.bc_blue .disc_list p,
.bc_blue.disc_list p,
.bc_blue .disc_lead .ttl,
.bc_blue .dot_list li:before { background-color: #35a1ca; }
.bc_blue .sub_ttl { color: #2e8caf; }

/* グリーン */
.bc_green { background-color: #eaf4e7; }
.bc_green dt,
.bc_green .disc_list p,
.bc_green.disc_list p,
.bc_green .disc_lead .ttl,
.bc_green .dot_list li:before { background-color: #8cc63f; }
.bc_green .sub_ttl { color: #7aaf34; }

/* ブラウン */
.bc_brown { background-color: #f4efe7; }
.bc_brown dt,
.bc_brown .disc_list p,
.bc_brown.disc_list p,
.bc_brown .disc_lead .ttl,
.bc_brown .dot_list li:before { background-color: #c7a97e; }
.bc_brown .sub_ttl { color: #bd9966; }

/* ピンク */
.bc_pink { background-color: #f4e7eb; }
.bc_pink dt,
.bc_pink .disc_list p,
.bc_pink.disc_list p,
.bc_pink .disc_lead .ttl,
.bc_pink .dot_list li:before { background-color: #ec809b; }
.bc_pink .sub_ttl { color: #e86284; }

/* パープル */
.bc_purple { background-color: #e8ecf7; }
.bc_purple dt,
.bc_purple .disc_list p,
.bc_purple.disc_list p,
.bc_purple .disc_lead .ttl,
.bc_purple .dot_list li:before { background-color: #957aac; }
.bc_purple .sub_ttl { color: #84659f; }



/* ページイメージ設定
----------------------*/

/* イメージあり */
#page_head {
	position: relative;
	width: 100%;
	margin-bottom: 8em;
}

#page_head.school_only { margin-bottom: 4em; }

/*#page_head .bc_cover {
	height: 0;
	padding-top: 28em;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 80%;
}*/

/*#page_head .bc_cover {
	text-align: right;
	z-index: -1;
}

#page_head .bc_cover img {
	width: 960px;
	height: 460px;
	object-fit: cover;
	object-position: top;
}*/

#page_head .bc_cover {
	position: relative;
	width: 100%;
	height: 30em;
	overflow: hidden;
}

#page_head .bc_cover img {
	position: absolute;
	top: 0;
	right: 0;
	width: 60em;
	height: auto;
}

#page_head h1 {
	position: absolute;
	width: 14em;
	bottom: -1em;
	padding: 1em;
	background: #1458FF;
	background: -moz-linear-gradient(right, #1458FF 0%, #0095D6 100%);
	background: -webkit-linear-gradient(right, #1458FF 0%, #0095D6 100%);
	background: linear-gradient(to right, #1458FF 0%, #0095D6 100%);
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #FFF;
}

/*#page_head h1.line2 { padding: 0.8em 1em; }*/

/* イメージなし */
#page_head.page_noimg { margin-bottom: 6em; }

#page_head.page_noimg h1 {
	position: relative;
	min-width: 100%;
	bottom: 0;
	padding: 1em;
}

/* 校舎ページのみ */
#page_head.school_only h1 {
	position: relative;
	width: 100%;
	bottom: 0;
	margin-top: 3em;
	padding: 0;
  background: none;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #000;
}

#page_head.school_only h2 {
	position: relative;
	margin-top: 0.5em;
	font-size: 4rem;
	text-align: center;
	color: #1458d9;
}

#page_head h1 span {
	font-size: 1.6rem;
	font-weight: normal;
}

/* パンくず
----------------*/
#breadcrumbs {
	position: absolute;
	right: 4em;
	bottom: -2em;
}

#page_head.school_only #breadcrumbs {
	position: relative;
	bottom: 0;
	margin-top: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

#breadcrumbs li:first-child:before { display: none; }

#breadcrumbs li:before {
	content: '\003E';
	margin: 0 0.5em;
	color: #000;
}

#breadcrumbs li {
	display: inline-block;
	font-size: 1.2rem;
	color: #999;
}

#breadcrumbs a { color: 000; }

/* コンテンツ
----------------*/
.page_box {
	width: 50em;
	margin-bottom: 6em;
	vertical-align: top;
}

.sect_box { margin-bottom: 6em; }

.sect_box_1col {
	width: 62.5em;
	margin: 4em auto 6em auto;
}

.bc_img { background: url(../img/bg_pattern.jpg); }
.bc_img2 { background: url(../images/common/bg_pattern2.jpg); }

.txt_box {
	vertical-align: middle;
	-ms-flex: 0 1 auto;
	flex: 1;
}

.box_link { cursor: pointer; }

/* 画像設定
----------------*/
.flexbox .tmb {
	height: 100%;
	margin-left: 2em;
	vertical-align: top;
	flex-shrink: 0;
	-ms-flex-negative: 0;
}

.tmb_fll {
	width: 100%;
	margin-top: 1em;
}

.tmb_col {
	width: 100%;
	vertical-align: top;
	flex-shrink: 0;
	-ms-flex-negative: 0;
}

/* カラム設定
----------------*/
.item_col,
.disc_col {
	justify-content: center;
  align-items: center;
}

.item_col .ttl {
	margin-bottom: 0.5em;
	padding: 0.5em;
  color: #FFF;
}

/* .col2:nth-child(odd) { margin-right: 1.55em; }
.col2:nth-child(even) { margin-left: 1.55em; } */
.col2:nth-of-type(2) {margin: 0 1.5em;}
.col2 img { vertical-align: bottom; }

/* タイトル見出し
----------------*/
.ttl_ver2::before {
	display: block;
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url(../img/page_ttl_texture.png);
}

.ttl_ver2 {
	position: relative;
	margin-bottom: 1em;
	padding: 1em 0.5em 0.7em 0.5em;
	color: #6e961e;
	border-bottom: #CCC 1px solid;
}

.ttl_ver3 {
	position: relative;
	padding: 0.7em 0.5em;
	margin-bottom: 1em;
	border-top: #91b941 2px solid;
	border-bottom: #CCC 1px solid;
}

.ttl_ver4::before,
.ttl_ver5::before {
	display: inline-block;
	content:'';
	left: 0;
	width: 1em;
	height: 0.313em;
	margin-right: 0.5em;
	background-color: #91b941;
	vertical-align: middle;
}

.ttl_ver4 {
	position: relative;
	text-indent: -1.6em;
	margin-left: 1.6em;
}

.ttl_ver4::after {
	display: block;
	content:'';
	margin-left: -1.6em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: #CCC 1px solid;
}

.ttl_ver5 {
	position: relative;
	text-indent: -1.6em;
	margin-left: 1.6em;
	margin-bottom: 0.5em;
}

.ttl_ver6::before {
	display: block;
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url(../images/common/page_ttl_texture.png);
}

.ttl_ver6 {
	position: relative;
	margin-bottom: 1em;
	padding: 1em 7em 0.7em 0.5em;
	color: #1458d9;
	border-bottom: #CCC 1px solid;
}

.ttl_ver7 {
	position: relative;
	padding: 0.7em 0.7em 0.7em 0.5em;
	margin-bottom: 1em;
	border-top: #1458d9 2px solid;
	border-bottom: #CCC 1px solid;
}


/* テキスト見出し
----------------*/
.page_disc {
	margin-bottom: 2em;
	font-size: 2rem;
	font-weight: bold;
}

.txt_ver2 {
	margin-bottom: 1em;
	font-size: 2rem;
	font-weight: bold;
}

.txt_ver3 {
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	font-weight: bold;
}

.txt_ver4::before {
	display: inline-block;
	content:'';
	left: 0;
	width: 1em;
	height: 0.313em;
	margin-right: 0.5em;
	background-color: #91b941;
	vertical-align: middle;
}

.txt_ver4 {
	text-indent: -1.5em;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	font-weight: bold;
}

.txt_ver5 {
	margin-bottom: 1em;
	font-size: 2.2rem;
	font-weight: bold;
}

.txt_ver6 {
	margin-bottom: 0.5em;
	font-size: 2rem;
	font-weight: bold;
	/*color: #3fa9f5;*/
	color: #e57e20;
}

.txt_ver7 {
	margin-bottom: 0.5em;
	padding: 0.4em;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	border: #FFF 3px solid;
}

.txt_sub {
	display: block;
	font-size: 80%;
}

/* テキストアイコン
----------------*/
.txt_icon {
	/*width: 10em;*/
	position: absolute;
	top: 50%;
	right: 0.5em;
	padding: 0.5em 1em;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1;
	color: #FFF;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transform-origin: 50%;
}

.txt_icon.blue { background-color: #1458d9; }
.txt_icon.red { background-color: #f15a40; }

/* リンクボタン
----------------*/
.link_btn a::before {
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
	width: 1.8em;
	height: 1.8em;
	background-color: #1458db;
	-webkit-border-radius: 100vh;
	border-radius: 100vh;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform-origin: 50%;
}

.link_btn a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1.7em;
  width: 0.5em;
  height: 0.5em;
	border-radius: 1px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 50%;
}

.link_btn a {
	position: relative;
	display: block;
	width: 24em;
	margin: 3em auto 0 auto;
	padding: 1em;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 100vh;
	border: #CCC 1px solid;
	background-color: #FFF;
}

.link_btn.class a::before {
	width: 1.8em;
	height: 1.8em;
}

.link_btn.class a::after {
  width: 0.5em;
  height: 0.5em;
}

.link_btn.class a {
	width: 20em;
	font-size: 1.6rem;
	border: #1458db 1px solid;
	color: #1458db;
}

/* 申し込みボタン
----------------*/
.req_btn { margin-top: 2em; }

.req_btn a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1.7em;
	width: 12px;
	height: 12px;
	border-radius: 1px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 50%;
}

.req_btn a {
	position: relative;
	display: block;
	width: 18em;
	margin: 0 auto;
	padding: 1em;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 100vh;
	background: #FC6076;
	background: -moz-linear-gradient(right, #FC6076 0%, #FF9A44 100%);
	background: -webkit-linear-gradient(right, #FC6076 0%, #FF9A44 100%);
	background: linear-gradient(to right, #FC6076 0%, #FF9A44 100%);
	color: #FFF;
}

.search_btn { margin-top: 2em; }

.search_btn a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1.7em;
  width: 12px;
  height: 12px;
	border-radius: 1px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 50%;
}

.search_btn a {
	position: relative;
	display: block;
	width: 18em;
	margin: 0 auto;
	padding: 1em;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 100vh;
  background: #005BEA;
  background: -moz-linear-gradient(right, #005BEA 0%, #00C6FB 100%);
  background: -webkit-linear-gradient(right, #005BEA 0%, #00C6FB 100%);
  background: linear-gradient(to right, #005BEA 0%, #00C6FB 100%);
  color: #FFF;
}

/* クラス・コース
----------------*/
.class_list div {
	position: relative;
	cursor: pointer;
	width: 32%;
	margin-top: 1em;
	padding: 1em;
	border-radius: 0.5em;
	color: #FFF;
}

.class_list dt a {
	display: block;
  height: 100%;
  color: #FFF;
}

.class_list div::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
  width: 0.625em;
  height: 0.625em;
	border-radius: 1px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 50%;
}

.class_list dd {
	width: 90%;
	font-size: 1.3rem;
}

/* アコーディオン
----------------*/
.accordion-area{ }
.accordion-area li{ margin: 0.5em 0; }
.accordion-area section { }

.accordion_ttl {
    position: relative;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.5em;
    transition: all .5s ease;
    background-color: #EEE;
}

.accordion_ttl::before,
.accordion_ttl::after{
	position: absolute;
	content:'';
	width: 1em;
	height: 2px;
	background-color: #85bf3f;
}

.accordion_ttl::before{
	top:48%;
	right: 2em;
	transform: rotate(0deg);
}

.accordion_ttl::after{
	top:48%;
	right: 2em;
	transform: rotate(90deg);
}

.accordion_ttl.close::before{ transform: rotate(45deg); }
.accordion_ttl.close::after{ transform: rotate(-45deg); }

.accordion_box {
	display: none;
	padding: 1em;
}

.accordion_box p {
	margin-top: 0.5em;
	padding: 1em;
	font-size: 1.4rem;
	background-color: #eaf4e7;
}

.accordion_box ul li {
	text-indent: -0.5em;
	margin-left: 0.5em;
	font-size: 1.4rem;
}

/* スマホメニューのアコーディオン
----------------*/

.toggleWrap .accordion_ttl {
    padding: 0.8em 0;
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    background-color: #114cc5;
    color: #FFF;
}

.toggleWrap .accordion_ttl::before,
.toggleWrap .accordion_ttl::after{
	background-color: #FFF;
}

.toggleWrap .accordion_ttl::before{
	right: 1em;
	transform: rotate(0deg);
}

.toggleWrap .accordion_ttl::after{
	right: 1em;
	transform: rotate(90deg);
}

.toggleWrap .accordion-area .accordion_box {
	position: absolute;
	width: 45.2%;
}

.toggleWrap .accordion-area .accordion_box ul li {
	width: 100%!important;
	padding: 0;
	text-indent: 0;
  margin: 0!important;
}

.toggleWrap .accordion-area .accordion_box ul li a {
	display: block;
	font-size: 1.6rem;
	border-top: #0d3a96 1px solid;
	color: #FFF;
}



/* テーブル
----------------*/
table {
	width: 100%;
	margin-top: 1em;
	border-top: #91b941 1px solid;
	border-left: #91b941 1px solid;
}

table th, table td {
	padding: 1em;
	text-align: left;
}

table th {
	width: 160px;
	border: #91b941 1px solid;
	font-weight: bold;
	background: #edfbd1;
	vertical-align: middle;
}

table td {
	border: #91b941 1px solid;
}

table td ul:nth-child(n+2) { margin-top: 0.5em; }

/* table tr:last-child th { border-bottom: #91b941 1px solid; }
table tr:first-child th { border-bottom: #FFF 1px solid; } */

/* 校舎リンク */

table td .classroom li:last-child:after { display: none; }
table td .classroom { letter-spacing: -0.4em; }

table td .classroom li {
	display: inline-block;
	letter-spacing: 0;
}

table td .classroom li:after {
	display: inline-block;
	content: '\30FB';
	color: #000;
}

table td .classroom a {
	font-weight: bold;
	color: #294898;
}

/* カリキュラム */
.table_curriculum th {
	width: 5%;
	padding: 0.3em 0;
	text-align: center;
}

.table_curriculum td {
	width: 45%;
	padding: 0.3em 1em;
	font-size: 1.4rem;
}

/* 日程・時間 */
.table_date_time th, .table_price th {
	width: 18%;
	padding: 0.5em 1em;
	text-align: center;
}

.table_date_time td, .table_price td {
	width: 32%;
	padding: 0.5em 1em;
}

/* 時間割 */
.table_timetable th,
.table_timetable td,
.table_course th,
.table_course td { padding: 0.3em 1em; }

.table_timetable thead th,
.table_course thead th {
	text-align: center;
	border-right: #FFF 1px solid;
}

.table_timetable thead th:last-child,
.table_course thead th:last-child  { border-right: #91b941 1px solid; }

.table_timetable tbody th,
.table_course tbody th { width: 20%; }

.table_timetable tbody td,
.table_course tbody th  { text-align: center; }


/* 教室詳細 */
.table_school { margin-top: 0; }

/* 教室一覧
----------------*/
.school_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.school_list:after {
    content: "";
    display: block;
    width: 24%;
}

.school_list:before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
}

.school_list li {
	position: relative;
	width: 24%;
	margin-top: 0.8em;
}

.school_list li a {
	width: 100%;
	display: block;
	padding: 0.5em;
	text-align: center;
	border: #1458d9 1px solid;
	color: #1458d9;
}

.school_list li .new {
	font-size: 1rem;
	margin-left: 0.3em;
	padding: 0.3em 0.5em;
	border-radius: 0.3em;
	background-color: #f15a40;
	color: #FFF;
	vertical-align: middle;
}

.school_list li::before {
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
	width: 1.8em;
	height: 1.8em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transform-origin: 50%;
}

.school_list li::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0.8em;
	width: 0.5em;
	height: 0.5em;
	border-radius: 1px;
	border-top: 2px solid #1458db;
	border-right: 2px solid #1458db;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 50%;
}

/* 画像とテキストの説明文
----------------*/
.disc_list { padding: 1.5em; }

/*.disc_list ul li {
	text-indent: -1em;
	margin-left: 1em;
}*/

.disc_list ul li strong {
	display: block;
	margin-top: 0.5em;
}

.disc_list p {
	padding: 1em;
  text-align: center;
  color: #FFF;
}

.disc_list.disc_col ul { padding: 0 1.5em; }

.disc_lead { padding: 1.5em; }
.disc_lead .ttl { text-align: center; }
.disc_lead .sub_ttl { font-weight: bold; }

.disc_lead ul {
	margin: 1em auto;
	text-align: center;
}

.disc_lead ul .link_btn { display: inline-block; }
.disc_lead ul .link_btn a { margin: 0.5em auto 0 auto; }
.disc_lead ul .link_btn:nth-child(even) { margin-left: 1em; }


/* ポイント・ステップ
----------------*/
.point {
	margin-bottom: 2em;
	counter-reset: number;
}

.point.bc_img { padding: 2em; }
.point .flexbox { margin-top: 2em; }
.point.bc_img .flexbox { margin-top: 2em; }
.point.bc_img .flexbox:first-child { margin-top: 0em; }
.point .tmb_col { padding-top: 1em; }

.step {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 auto;
	margin-bottom: 1em;
}

.step strong { color: #f45a40; }

.step .num {
    display: inline-block;
    width: 6em;
    height: 6em;
    margin-right: 1em;
    padding: 0.5em;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    background-color: #f45a40;
    color: #FFF;
    vertical-align: middle;
}

.step .num:after {
    display: block;
    counter-increment: number 1;
    content: counter(number);
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.step p.txt_ver3,
.step p.txt_ver5,
.step p.txt_ver6 {
	position: absolute;
	top: 50%;
	left: 3.5em;
	margin: 0;
	line-height: 1.4;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.step p.txt_ver3,
.step p.txt_ver6 { left: 4em; }

.step p.txt_ver5, { left: 3.5em; }

/* 2カラム設定
----------------*/
.col_h {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
  flex-direction: column;
}

/*#content .col_h p {
	flex: 1 0 auto;
}*/

.col_h img { margin-top: auto; }

/* 2カラムイメージ */
.col2_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col2_img li { width: 49%; }
.col2_img li:nth-child(n+3) { margin-top: 1em; }
.col2_img li img { width: 100%; }

/* キャンペーン
----------------*/
.cam_box {
	margin-bottom: 1em;
	padding: 1em;
	text-align: center;
}

.cam_box p {
	padding: 0.5em 2em;
	font-size: 2.8rem;
	line-height: 1.4;
	background-color: #f15a40;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.cam_box span {
	margin-right: 0.5em;
	padding: 0.4em 1em;
	font-size: 65%;
	border-radius: 0.3em;
	background-color: #FFF;
	vertical-align: 0.2em;
	color: #f15a40;
}

.cam_box span:nth-child(n+2) { margin-left: 1em; }

.cam_box .cut {
	position: relative;
	margin-top: .5em;
}

.cam_box .cut p {
	padding: 0;
	background: none !important;
	color: #000;
}

.cam_box .cut span {
	color: #000;
}

.cam_box .cut p .small {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
	vertical-align: middle;
}

.cam_box .cut .half,
.cam_box .cut .half span {
	color: #f15a40;
}

.cam_box .cut .half .months {
	color: #FFF;
	background-color: #f15a40;
}

.cam_box .cut::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 50%;
	left: 50%;
	border-left: 15px solid #f15a40;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transform-origin: 50%;
}

/* 他塾生も併用
----------------*/
.combi {
	margin-bottom: 1em;
	padding: 1em;
	border: #91b941 1px solid;
	text-align: center;
	vertical-align: middle;
}

.combi .cam_ttl {
	display: inline-block;
	margin-right: 0.5em;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #91b941;
}

.combi span {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	color: #91b941;
}

.combi p {
	display: inline-block;
	vertical-align: middle;
}

/* 申し込み詳細文
----------------*/

.rct_list li:before {
	content: '';
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.3em;
	-webkit-border-radius: 100vh;
	border-radius: 100vh;
	/*background-color: #1458e4;*/
	background-color: #e57e20;
}

.rct_list li {
	font-size: 1.4rem;
	text-indent: -1em;
	margin-left: 1em;
}

.dot_list li:before {
	content: '';
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.3em;
	-webkit-border-radius: 100vh;
	border-radius: 100vh;
	/* background-color: #1458e4; */
	background-color: #e57e20;
}

.dot_list li {
	font-size: 1.6rem;
	text-indent: -1em;
	margin-left: 1em;
}

/* カード型リスト
----------------*/
.card_list { display: block; }

.card_list li {
	display: inline-block;
	width: 48%;
	margin-top: 2em;
	color: #FFF;
}

.card_list li:nth-child(odd) { margin-right: 1.55em; }
.card_list img { width: 100%; }
.card_list p { padding: 0.6em 1em; }
.card_list li.bc_blue { background-color: #35a1ca; }
.card_list li.bc_green { background-color: #8cc63f; }

/* モーダル
----------------*/

.modal { display: none; }
.modaal-container { width: 50%!important; min-width: 550px;}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before { background: #1458FF!important; }

.modaal-inner-wrapper h2 { font-size: 20px; }

.modal_menu {
	margin-top: 1em;
	letter-spacing: -0.4em;
}

.modaal-content-container h2 {
	font-size: 2.2rem;
	text-align: center!important;
}

.modal_menu li {
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 0.4em 0;
	font-size: 18px;
	letter-spacing: 0;
	vertical-align: top;
}

.modal_menu li a {
	display: block;
	padding: 1em;
	font-weight: bold;
	border: #1458FF 1px solid;
	color: #1458FF;
}

.modal_menu li a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1458FF;
  border-right: 2px solid #1458FF;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 50%;
}

/* イメージあり*/
.img_modal li a {
  position: relative;
  padding: 0.5em 2em 0.5em 1em;
  overflow: hidden;
}

.img_modal li a .txt {
	position: absolute;
	top: 50%;
  width: 16em;
  line-height: 1.4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.img_modal li a img {
  width: 8em;
  float: right;
}

.img_modal li a .time {
  display: block;
  position: absolute;
  width: 5em;
  bottom: 0;
  left: 0;
  padding: 0.1em;
  line-height: 1.4;
  text-align: center;
  font-size: 12px;
  color: #FFF;
  background-color: #1458FF;
}

.img_modal .set {
	position: relative;
  float: right;
}

.txt_modal li a .txt {
	display: block;
	width: 25em;
	line-height: 1.4;
}

/* 30秒動画ボタン
----------------*/
.movie30sec {
    padding: 2.5em;
    border-radius: 1em;
    background-color: #092b70;
  }

  .movie30sec .ttl {
    margin-bottom: 1em;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1;
    color: #FFF;
  }

  .movie30sec .btn li {
    margin: 0 auto;
    text-align: center;
  }

  .movie30sec .btn li a {
    position: relative;
    display: block;
    width: 18em;
    padding: 1em;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border-radius: 100vh;
    background: #25aae1;
    background: -moz-linear-gradient(right, #25aae1 0%, #40e495 100%);
    background: -webkit-linear-gradient(right, #25aae1 0%, #40e495 100%);
    background: linear-gradient(to right, #25aae1 0%, #40e495 100%);
    color: #FFF;
  }

  .movie30sec .btn li a:hover { opacity: 1; }

  .movie30sec .btn li a::before,
  .movie30sec .btn li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5em;
    margin: auto;
    content: '';
    vertical-align: middle;
  }

  .movie30sec .btn li a::before {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border: 1px solid #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .movie30sec .btn li a::after {
    left: 1.7em;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 10px solid #FFF;
  }

/*---------------------------
　　Media Queries設定
---------------------------*/

/*---------------------------------------------*/
@media screen and (min-width: 1200px) {
/*---------------------------------------------*/

#sidebar aside .menu { width: 17.5em; }

}

/*---------------------------------------------*/
@media screen and (max-width: 1100px) {
/*---------------------------------------------*/

#content  { min-width: 68.75em; }

}

/*---------------------------------------------*/
@media screen and (min-width: 769px) {
/*---------------------------------------------*/

#page_head { min-width: 68.75em; }

#content { position: relative; }

#sidebar  {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

#sidebar aside  {
	padding: 2em;
  background: #1458E3;
  background: -moz-linear-gradient(right, #1458FF 0%, #0095D6 100%);
  background: -webkit-linear-gradient(right, #1458FF 0%, #0095D6 100%);
  background: linear-gradient(to right, #1458FF 0%, #0095D6 100%);
}

#sidebar aside .menu { width: 13.75em; }
#sidebar aside .menu li:first-child { margin-top: 0; }
#sidebar aside .menu li .txt_icon { display: none; }

#sidebar aside .menu li:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 1.4em;
	height: 1.4em;
	border: 2px solid #FFF;
	-webkit-border-radius: 100vh;
	border-radius: 100vh;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sidebar aside .menu li::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0.45em;
  width: 0.375em;
  height: 0.375em;
	border-radius: 1px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 50%;
}

#sidebar aside .menu li {
	position: relative;
	margin-top: 1em;
	padding-left: 1.8em;
}

#sidebar aside .menu li a { color: #FFF; }

}/* 769 */


/*---------------------------------------------*/
@media screen and (max-width: 768px) {
/*---------------------------------------------*/

/* ページイメージ
----------------*/

/* イメージあり */
#content  { min-width: 100%; }

#page_head { margin-bottom: 4em; }
#page_head.school_only { margin-bottom: 2em; }

/*#page_head .bc_cover {
	padding-top: 16em;
	background-position: center;
	background-size: cover;
}*/

#page_head .bc_cover { height: 16em; }

#page_head .bc_cover img {
	position: relative;
	right: none;
	width: 100%;
}

#page_head h1 {
	width: 90%;;
	left: 50%;
	padding: 0.8em 0.5em;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*#page_head h1.line2 { padding: 0.5em; }*/

/* イメージなし */
#page_head.page_noimg { margin-bottom: 2em; }
#page_head.page_noimg h1 { padding: 0.8em 1em; }

/* 校舎ページのみ */
#page_head.school_only h1 {
	margin-top: 2em;
	padding: 0;
  font-size: 2rem;
}

#page_head.school_only h2 {
	margin-top: 0.2em;
	font-size: 3.6rem;
}

/* パンくず */
#breadcrumbs,
#page_head.school_only #breadcrumbs { display: none; }

/* コンテンツ
----------------*/
.page_box, p.col  { width: 100%; }

.page_box {
	display: block;
	padding: 0 1em;
	margin-bottom: 4em;
}

.sect_box {
	display: block;
	margin-bottom: 3em;
}

.sect_box_1col {
	width: 100%;
	padding: 0 1em;
	margin-bottom: 4em;
}

.sect_box .bc { background: none; }

/* 画像設定
----------------*/
#sidebar {
	width: 100vw;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 1em 0;
	vertical-align: bottom;
}

.cam_box, .flexbox .tmb, .tmb_fll, .tmb_col, .tmb_disc,
.movie, .item_col, .guide_btn, .form_btn, .disc_list, .disc_lead {
	margin: 1em 0;
	vertical-align: bottom;
}

.disc_list, .disc_lead {
	margin: 0;
	vertical-align: bottom;
}

/* 高さ均等設定
----------------*/
.col_h {
	display: block;
	flex-direction: unset;
}

/*.col_h p { flex: none!important; }*/
.col_h img { margin-top: auto; }

/* 2カラムイメージ */
.col2_img {
	display: block;
	flex-wrap: nowrap;
	justify-content: start;
}

.col2_img li { width: 100%; }
.col2_img li:nth-child(n+2) { margin-top: 1em; }

.col2:nth-child(odd), .col2:nth-child(even) {margin: 0 0 2em 0;  }
.col2:nth-last-child(1) { margin: 0; }

/* タイトル見出し
----------------*/
.ttl_ver2::before { display: none; }

.ttl_ver2 {
	padding: 0.4em 0.5em;
	color: #FFF;
	border-bottom: none;
	background-color: #6e961e;
}

.ttl_ver3 { padding: 0.5em; }

.txt_ver4::before {
	width: 1em;
	height: 1em;
	border-radius: 100vh;
}

.ttl_ver6::before {
	display: block;
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: none;
}

.ttl_ver6 {
	padding: 0.5em;
	color: #FFF;
	border-bottom: none;
	background-color: #1458d9;
}

.ttl_ver7 { padding: 0.5em; }

/* サイドメニュー
----------------*/

#sidebar { position: relative; z-index: 0; }

#sidebar aside {
	display: block;
	width: 100%;
	margin-bottom: 4em;
	padding-bottom: 2em;
	background-color: #EEE;
	background: -moz-linear-gradient(bottom, #FFF 0%, #FFF 28%, #EEE 28%, #EEE 28%);
	background: -webkit-linear-gradient(bottom, #FFF 0%,#FFF 28%,#EEE 28%,#EEE 28%);
	background: linear-gradient(to bottom, #FFF 0%,#FFF 28%,#EEE 28%,#EEE 28%);
}

#sidebar aside .menu {
	width: 90%;
	margin: 0 auto;
	background-color: #FFF;
	border-top: #1458db 3px solid;
}

#sidebar aside .menu li:first-child { margin-top: 0; }

#sidebar aside .menu li:before {
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
	width: 1.5em;
	height: 1.5em;
	background-color: #1458db;
	-webkit-border-radius: 100vh;
	border-radius: 100vh;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform-origin: 50%;
}

#sidebar aside .menu li::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1.6em;
  width: 0.4em;
  height: 0.4em;
	border-radius: 1px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 50%;
}

#sidebar aside .menu li {
	position: relative;
	border-bottom: #EEE 1px solid;
}

#sidebar aside li a {
	display: block;
	padding: 0.8em 3.5em 0.8em 0.8em;
	padding-left: 1em;
}

#sidebar aside .menu.icon li a {
	display: block;
	margin-left: 8em;
	vertical-align: middle;
}

#sidebar aside .menu.icon li .txt_icon {
	position: absolute;
	top: 50%;
	left: 1em;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sidebar aside .menu.icon li .txt_icon.blue {
	width: 8em;
	padding: 0.4em 0.5em;
	color: #FFF;
	background-color: #1458d9;
}

/* リンクボタン
----------------*/
.link_btn a { width: 90%; }


/* アコーディオン
----------------*/
.accordion_ttl { padding: 1em 5em 1em 1em; }

.accordion_box {
	display: none;
	padding: 0;
}

/* テーブル
----------------*/
table {
	max-width: 100%;
	margin-top: 0.5em;
}

.js-scrollable { overflow: auto; }

.js-scrollable table {
	width: auto;
	white-space: nowrap;
	margin-bottom: 1em;
}

.table_curriculum th {
	width: auto;
	padding: 0.3em 1em;
	text-align: center;
}

.table_curriculum td {
	width: auto;
	padding: 0.3em 1em;
	font-size: 1.4rem;
}

.table_date_time th, .table_price th,
.table_date_time td, .table_price td { width: auto; }


/* 教室一覧
----------------*/
.school_list:after { width: 49%; }

.school_list li {
	width: 49%;
	margin-top: 0.5em;
}


/* テキストアイコン
----------------*/
.txt_icon {
	/*position: relative;
  width: auto;
  top: auto;
  right: auto;*/
	padding: 0.4em 0.6em;
  font-size: 1.4rem;
  margin-left: 0.5em;
  vertical-align: middle;
}

.txt_icon.blue {
	color: #1458d9;
	background-color: #FFF;
}

/* 画像の補足説明
----------------*/
.img_disc,
.disc_list,
.disc_lead { padding: 1em; }

.img_disc,
.disc_list .disc_lead { padding: 0; }

.disc_list ul { padding: 0; }

.disc_list p {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
}

.disc_list.disc_col ul { padding: 0; }

.disc_lead ul { margin: 0 auto; }
.disc_lead ul .link_btn { display: block; }
.disc_lead ul .link_btn a { margin: 0.5em auto; }
.disc_lead ul .link_btn:nth-child(even) { margin-left: 0; }

/* ポイント・ステップ
----------------*/
.point.bc_img { padding: 1em; }
.point.bc_img .tmb_col { width: 100%; }
.point.bc_img .flexbox .col2:last-child { margin-bottom: 0; }

/* キャンペーン
----------------*/
.cam_box { padding: 1em; }

.cam_box p {
	padding: 0.5em;
	text-align: center;
}

.cam_box span {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0.2em 1em;
	font-size: 60%;
}

.cam_box span:nth-child(n+2) {
	margin-left: 0;
	margin-top: 1em;
}

.cam_box .cut p { font-size: 2.4rem; }
.cam_box .cut .half { margin-left: 1em; }

.cam_box .cut::before {
  border-left: 10px solid #f15a40;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.cam_box .cut.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* 他塾生も併用
----------------*/

.combi .cam_ttl {
	width: 100%;
	display: block;
	margin-right: 0;
	font-size: 2.6rem;
}

.combi span { display: block; }

.combi p {
	width: 100%;
	display: block;
	text-align: center;
}

/* 申し込み詳細文
----------------*/

.rct_list { margin-bottom: 1em; }


/* カード型リスト
----------------*/

.card_list li {
	display: block;
	width: 100%;
	margin-top: 1em;
}

.card_list p { padding: 0.5em 1em; }

/* モーダル
----------------*/
.modaal-container { width: 100%!important; min-width: initial;}
.modaal-content-container { padding: 20px!important; }
.modal_menu li {font-size: 14px; }

/* イメージあり*/
.img_modal li a { padding: 0.5em 2em 0.5em 0.5em; }
.img_modal li a .txt { width: 12em; line-height: 1.3; }
.img_modal li a img { width: 5em; }
.img_modal li a .time { width: 5em; font-size: 1rem; }
.txt_modal li a .txt { width: 19em; }

/* 30秒動画ボタン
----------------*/
.movie30sec { padding: 2em 1em; }
.movie30sec .btn li:not(:first-child) { margin-top: 0.5em; }
.movie30sec .ttl {font-size: 2.4rem; line-height: 1.2; }

.point.jitaku .step .txt_ver5 {font-size: 1.8rem; left: 3.8em;}
}/* 768 */
