@charset "utf-8";

/*==================================================================================================================
リセット
==================================================================================================================*/


/*リセット*/
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
div,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serifAvenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
    src: local("Yu Gothic Medium");
    font-weight: 500;
    background-repeat: no-repeat;
    border: 0 none;
    letter-spacing: 0.02em;
}

/*==================================================================================================================
再定義
==================================================================================================================*/

/*基本リンク
------------------------------------------------------------------------------------------------------------------*/
a:link,
a:visited {
    text-decoration: underline;
}

a:focus,
a:hover {
    text-decoration: underline;
}

/*
a:hover img, a:focus img {
    opacity:0.75;
    filter:alpha(opacity=75);
}
*/

/*テーブル
------------------------------------------------------------------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*リスト
------------------------------------------------------------------------------------------------------------------*/
ol,
ul,
li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

/*画像
------------------------------------------------------------------------------------------------------------------*/
img {
    vertical-align: bottom;
}

/* paddingやborderも widthに含める形式に統一
------------------------------------------------------------------------------------------------------------------*/
* {
    box-sizing: border-box;
}

/*==================================================================================================================
クリア
==================================================================================================================*/
.clear {
    clear: both;
    size: 0;
}

.clearfix {
    display: inline-table;
}

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

/* IE6 */
* html .clearfix {
    zoom: 1;
}

/* IE7 */
*:first-child+html .clearfix {
    zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */




/*==================================================================================================================
文字に関する基本スタイル
==================================================================================================================*/
/*基本文字サイズ&文字色
------------------------------------------------------------------------------------------------------------------*/
body {
    font-size: 62.5%;
    /*10px相当にリセット*/
    line-height: 2;
    color: #181818;
}

/*段落*/
p {
    margin: 0px 0px 15px 0px;
    /*下部に余白*/
}

/*文字サイズ*/
.wrapper p,
.wrapper li,
.wrapper th,
.wrapper td {
    font-size: 1.6em;
}

@font-face {
    font-family: "FAsolid";
    src: url("./fa-solid-900.woff") format("woff");
}

@font-face {
    font-family: "FAregular";
    src: url("./fa-regular-400.woff") format("woff");
}


/*基本リンク
------------------------------------------------------------------------------------------------------------------*/
/*リンク文字色*/
a:link {
    color: #0099cc;
}

a:visited {
    color: #0099cc;
}

a:hover {
    color: #00a9f0;
}

/*マーカー＆強調文字色
------------------------------------------------------------------------------------------------------------------*/
/*ラインマーカー*/
.c_mrk {
    background-color: #e5d89b;
    /*Marker*/
    padding: 0 3px;
}

/*強調文字色*/
.c_ptv {
    color: #df0000;
}

/*positive*/
.c_pit {
    color: #900000;
}

/*point up*/
.c_ngt {
    color: #5488a2;
}

/*negative)*/
.c_off {
    color: #cac5ba;
}

/*off*/

.att {
    color: #cc6666;
}

/*右寄せ*/
.txt_right,
.txt_right p {
    text-align: right;
}

/*中央寄せ*/
.txt_center,
.txt_center p {
    text-align: center;
}

/*明朝*/
.f_mn {
    font-family: "游明朝", YuMincho, "HGP明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 細明朝, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho", serif;
}

/*==================================================================================================================
テーブルに関する設定
==================================================================================================================*/
table {}

/*テーブルタイトル*/
caption {
    text-align: left;
    font-weight: bold;
    color: #993300;
}

/*枠線*/
th,
td {
    border: 1px solid #666;
    padding: 3px 10px;
}

thead th,
tfoot th {
    vertical-align: top;
    background-color: #666;
    color: #FFFFFF;
}

thead td,
tfoot td {
    vertical-align: top;
    background-color: #999;
    color: #FFFFFF;
}

tbody th {
    vertical-align: top;
    background-color: #EFEFEF;
}

tbody td {
    vertical-align: top;
    background-color: #FFF;
}


/*区切り線*/
hr {
    clear: both;
    border: 0px solid #fff;
    padding: 15px 0;
    width: 0;
}

/*==================================================================================================================
画像に関する設定
==================================================================================================================*/
img {
    border: 0 none;
    vertical-align: bottom;
}

object {
    text-decoration: none;
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.img_left {
    float: left;
    padding: 10px 25px 10px 0px;
    text-align: left;
}

.img_right {
    float: right;
    padding: 10px 0px 10px 20px;
    text-align: right;
}

.img_bottom {
    padding: 10px 0px 20px 0px;
    text-align: center;
    clear: both;
}

.img_top {
    padding: 0px 0px 20px 0px;
    text-align: center;
    clear: both;
}

.img_left,
.img_rihgt,
.img_bottom,
.img_top {
    font-size: 12px;
    color: #cdbfae;
}

/*基本設定ここまで
-------------------------------------------------------------------------------------------------------------------*/


/*==================================================================================================================
レイアウト設定
==================================================================================================================*/
/*全背景*/
body {
    background-color: #FFF;
}

/*ヘッダー*/
#header_line {
    background: #000;
    width: 100%;
    text-align: right;
    color: #FFF;
    height: 40px;
}

#header_line h1 {
    display: inline-block;
    font-size: 1.2em;
    line-height: 40px;
}

#header_link {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

#header_link ul {
    font-size: 0;
    line-height: 1;
}

#header_link ul li {
    display: inline;
}


#header_logo {
    width: 1000px;
    margin: 0 auto;
}

#header_logo a {
    width: 200px;
    height: 140px;
    text-indent: -999999px;
    overflow: hidden;
    display: block;
    background-image: url(../images/header_logo.png);
    z-index: 5;
    position: absolute;
    top: 0;
}

/**240326********************/
#header_line_02 {
    background: #000;
    width: 100%;
    text-align: right;
    color: #FFF;
    height: 40px;
}

#header_line_02 h1 {
    display: inline-block;
    font-size: 1.2em;
    line-height: 40px;
    margin: 0;
}

#header_link_02 {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

#header_link_02 ul {
    display: flex;
    flex-wrap: wrap;
}

#header_link_02 ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 40px;
}

#header_line_02 ul li a {
    text-decoration: #fff;
    color: #fff;
    font-size: 16px;
    padding: 0 1em;
    display: block;
}

#header_line_02 .opc {
    background-color: #185AA9;
}

#header_line_02 .shiryo {
    background: #E37600;
}

#header_line_02 .toiawase {
    background-color: #900;
}

/**********************/

#header_right {
    float: right;
    width: 760px;
}

#header_data {
    float: right;
    width: 400px;
    text-align: right;
}

#header_add {
    text-align: right;
}

#header_tel {
    text-align: right;
    margin-top: 8px;
}

#header_btn {
    float: right;
    margin-left: 15px;
    margin-top: 8px;
    width: 157px;
}

/*スマホ用ボタン*/
#gNavBtn {
    display: none;
}

#sNavBtn {
    display: none;
}

.navToggle {
    display: none;
}

/*ナビげーション
------------------------------------------------------------------------------------------------------------------*/

/*グローバルナビ*/
#gNav {
    width: 100%;
    background: #FFF;
}

#gNav>ul {
    width: 1000px;
    margin: 0 auto;
    padding-left: 215px;
    font-size: 0;
}

#gNav>ul>li {
    width: auto;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    z-index: 3;
    height: 80px;
}

#gNav>ul>li>a {
    height: 80px;
    line-height: 80px;
    background-position: center top;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.03em;
    padding: 0 25px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    z-index: 9;
}

#gNav>ul>li.on>a {
    color: #FFF;
    background: #2098d1;
}

#gNav>ul>li>a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform, color, background-color, border;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #FFF transparent transparent transparent;
}

#gNav>ul>li.on>a:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    border-color: #2098d1 transparent transparent transparent;
}

#gNav #schNav {
    display: none;
}

div.smt {
    display: none;
}

/*メガナビ*/
#gNav div.mn {
    width: 100%;
    color: #FFF;
    background-color: #000;
    text-align: left;
    position: absolute;
    left: 0;
    max-height: 0;
    z-index: 8;
    transition: 0.3s;
    overflow: hidden;
}

#gNav .on div.mn {
    padding: 30px 0;
    max-height: 500px;
}

/*メガナビ内*/
div.mn_img {
    width: 220px;
    float: left;
    margin-right: 30px;
}

div.mn_txt {
    width: 750px;
    float: left;
}

div.mn_txt>p {
    border-left: 3px solid #185aa9;
    margin: 0;
    padding-left: 12px;
    line-height: 1.4;
    margin-bottom: 15px;
}

div.mn_txt>p>strong {
    display: block;
    font-size: 1.1em;
    padding-bottom: 5px;
}

/*メガナビ内-サブナビ*/
ul.sNav {
    background-color: #333;
}

/*ul.sNav:before{content: "contents";font-size:12px;color:#999;}*/

ul.sNav li {
    display: inline-block;
    margin: 8px 10px 8px 10px;
    padding-left: 15px;
    background-image: url(../images/icon_mn_li.png);
    background-position: left center;
}

ul.sNav li:hover {
    background-image: url(../images/icon_mn_li2.png);
}

#gNav ul li ul.sNav li a {
    background: none;
    text-decoration: none;
    color: #fff;
}

/*メガナビ内-学校*/
div.mn ul#school {
    font-size: 0px;
}

div.mn ul#school li {
    display: inline-block;
    font-size: 14px;
    width: 235px;
    height: 170px;
    margin-right: 0px;
    background-image: url();
}

div.mn ul#school li:last-child {
    margin-right: 0;
}

div.mn ul#school li a {
    padding: 0;
}


/*学校別ボタン
------------------------------------------------------------------------------------------------------------------*/
#school_select {
    background-color: #000;
    padding: 10px 0;
}

#school_select .inner ul {
    font-size: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#school_select .inner ul li {
    display: inline-block;
    background-color: #292929;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.8s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

#school_select .inner ul li:hover {
    background-color: #063a78;
}

#school_select .inner ul li:last-child {
    margin-right: 0;
}

#school_select .inner ul li svg {
    max-width: 235px;
    width: 100%;
    height: 40px;
}

a.school_btn rect {
    color: #FFF;
    background-color: #292929;
    fill: transparent;
    transition: all 0.4s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    stroke: #FFF;
    stroke-width: 3;
    stroke-dasharray: 10 215 20 20 20 215 20 20;
    stroke-dashoffset: 0;
    position: relative;
}

a.school_btn:hover svg rect {
    fill: rgba(0, 0, 0, 0);
    stroke: #F00;
    stroke-dashoffset: 0;
    stroke-dasharray: 235 0 60 0 235 0 60;
    stroke-width: 3;
}

a.school_btn svg text {
    font-size: 19px;
    line-height: 1;
    fill: #FFF;
}

a.school_btn:hover svg:hover text {
    fill: #F00;
}

a.school_btn,
a.school_btn:hover {
    text-decoration: none;
}





/*コンテンツ
-------------------------------------------------------------------------------------------------------------------*/

#footer {
    clear: both;
}

#copyright {
    clear: both;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}


/*パンナビ＆ページの先頭へ戻る
-------------------------------------------------------------------------------------------------------------------*/
/*パンくずナビ*/
#breadcrumb {
    background-color: #333;
    height: 30px;
}

#breadcrumb p {
    width: 1000px;
    margin: 0 auto;
    padding-left: 220px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    color: #FFF;
}

#breadcrumb a {
    text-decoration: none;
    color: #fff;
    margin-right: 20px;
    background-image: url(../images/icon_breadcrumb_next.png);
    background-position: right center;
    padding-right: 30px;
}


#page_top {
    text-align: right;
    padding-right: 0px;
    margin-top: 10px;
    font-size: 90%;
}

#page_top a:link {
    color: #0091db;
    text-decoration: none;
}

#page_top a:visited {
    color: #0091db;
}

#page_top a:focus,
#page_top a:hover {
    text-decoration: underline;
}



/*フッター
-------------------------------------------------------------------------------------------------------------------*/
#foot_btn {
    text-align: center;
}

#foot_btn li {
    display: inline-block;
    margin: 10px;
}

.no_foot_btn #foot_btn {
    display: none;
}

/*スクール別*/
#footer {
    background-color: #224463;
    color: #fff;
    padding: 0 0 50px 0;
}

#footer .inner {
    text-align: center;
}

#footer p {
    line-height: 1.5;
    margin: 0;
}

#footer .school {
    width: 400px;
    margin: 50px 45px 0px 45px;
    background-image: url(../images/bg_school.gif);
    background-position: left;
    background-repeat: repeat-y;
    display: inline-block;
}

#footer #tokyo,
#footer #osaka,
#footer #nagoya,
#footer #sendai {
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 45px;
}

#footer #tokyo {
    background-image: url(../images/footer_tokyo.png);
}

#footer #osaka {
    background-image: url(../images/footer_osaka.png);
}

#footer #nagoya {
    background-image: url(../images/footer_nagoya.png);
}

#footer #sendai {
    background-image: url(../images/footer_sendai.png);
}

#footer .data {
    border-bottom: 1px solid #FFF;
    margin-bottom: 8px;
    position: relative;
}

#footer .data p.name {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 6px;
}

#footer .data p.name a {
    color: #fff;
    text-decoration: none;
}

#footer .data .sns {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

#footer .add {
    font-size: 11px;
}

#footer .add .zipCD {
    display: inline-block;
    margin-right: 5px;
}

/*
#footer p.free{font-size:20px;font-weight:bold;display: inline-block;margin:0;padding-left:40px;background-image:url(../images/icon_free.png);background-position:center left;background-repeat:no-repeat;margin-bottom:6px;}
*/
#footer p.free {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    margin-bottom: 6px;
}

#footer p.contact {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    margin-right: 7px;
    background: url(../images/bg_contact.png) left center no-repeat;
    padding-left: 53px;
}


#footer .telephone {
    margin-bottom: 0;
}

#footer .telephone p.free,
#footer .telephone p.phone {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

#footer .telephone p.free {
    margin-right: 25px;
    background: url(../images/bg_free.png) left center no-repeat;
    padding-left: 28px;
}

#footer .telephone p.phone {
    background: url(../images/bg_tel.png) left center no-repeat;
    padding-left: 16px;
}

#footer .mail {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px
}

#footer .mail:before {
    font-family: "FAsolid";
    font-weight: 900;
    content: "\f0e0";
    display: inline-block;
    margin: 0 0.3em 0 0;
}

/*SNS*/
.sns ul {
    margin: 0;
}

.sns li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
}

.sns li img {
    width: 40px;
    height: 80px;
    overflow: hidden;
    vertical-align: :bottom !important;
}

.sns li img:hover {
    width: 40px;
    height: 80px;
    overflow: hidden;
    vertical-align: :bottom !important;
    margin-top: -40px !important;
}

.sns li img:hover {
    background-color: #dda284\9;
}

.sns li.btn {
    margin: 0 1px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.sns li.btn::before {
    content: '';
    background-color: #FFF;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: -1;
    border-radius: 50%;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 #dda284;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.sns li.btn:hover::before {
    transform: scale(1);
    -webkit-transform: scale(1);
}

#footer .info ul li.btn {}

#footer .info ul li.btn a {
    font-size: 12px;
    text-decoration: none;
    line-height: 1;
    color: #FFF;
    width: auto;
    height: 20px;
    display: block;
    text-align: center;
    padding: 4px 3px;
}

#footer .info ul li.btn a:hover {
    color: #224463;
}

#footer .info ul li.btn {
    width: auto;
    background: #7699b9;
    margin: 0 3px;
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#footer .info ul li.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#footer .info ul li.btn:hover,
#footer .info ul li.btn:focus,
#footer .info ul li.btn:active {
    color: white;
}

#footer .info ul li.btn:hover:before,
#footer .info ul li.btn:focus:before,
#footer .info ul li.btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*footerのテスト*/
.bnr_wk {
    border: 1px #fff solid;
    width: 400px;
    display: inline-block;
    margin: 50px 45px 0;
    vertical-align: top;
}

.bnr_wk a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 15px 20px;
}

.bnr_wk p {
    text-align: center;
}

.bnr_wk p:first-of-type {
    font-size: 1rem;
}

.bnr_wk p:nth-of-type(2) {
    font-size: 1.5rem;
    font-weight: bold;
}

#footer .bnr_wk p:last-of-type {
    width: 110px;
    margin: 5px auto 0;
    line-height: 20px;
    background: rgb(118, 153, 185);
    font-size: 12px;
    color: #fff;
    height: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
}


/*フッターナビ*/
#footer_nav {
    background: #111;
    background-image: url(../images/bg_footer_nav.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#footer_nav ul {
    margin: 25px 0 65px 0;
    display: inline-block;
    vertical-align: top;
}

#footer_nav ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.2em !important;
    padding-left: 17px;
    background-image: url(../images/icon_mn_li.png);
    background-position: left center;
}

#footer_nav ul li:hover {
    background-image: url(../images/icon_mn_li2.png);
}

#footer_nav ul li a {
    color: #fff;
    text-decoration: none;
}



/*コピーライト
-------------------------------------------------------------------------------------------------------------------*/
#copyright {
    font-size: 10px;
    line-height: 1;
    text-align: right;
    padding: 8px 20px;
    color: #e8e5df;
    background-color: #000;
}

#copyright a {
    color: #e8e5df;
    text-decoration: none;
}


/*==================================================================================================================
トップページ固有
==================================================================================================================*/

/*メインビジュアル
-------------------------------------------------------------------------------------------------------------------*/
#idx_visual {
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
    text-align: center;
    background-image: url(../../images/visual_01.jpg);
    background-size: cover;
    background-position: center center;
}

/*
#idx_visual h1{
    position: absolute;
    text-align: center;
    margin: auto auto;
    vertical-align:middle;
    height: 317px;
    width: 418px;
    background-image: url(../../images/visual_h1.png);
    overflow: hidden;
    left:0;
    right:0;
    bottom:0;
    top:100px;
    text-indent: -9999px;
}
*/
#idx_visual .inner {
    position: relative;
}

#ov_03 {
    position: absolute;
    left: 300px;
    bottom: 50px;
    z-index: 9999;
    width: 400px;
    height: 78px;
}


/*スライダー
-------------------------------------------------------------------------------------------------------------------*/
.wslide {
    width: 100%;
    background: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wslide ul {
    display: inline-block;
    overflow: hidden;
    max-width: 980px;
}

.wsBase ul {
    max-width: none;
}

.wslide ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wslide ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wslide ul li img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: none;
}

.wslide ul li:first-child img {
    display: inline;
}

.wsBase {
    top: 0;
    position: absolute;
}

.wsWrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}

.wsPrev,
.wsNext {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.wsPrev {
    background: #fff url(data:image/gif;base64,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) no-repeat right center;
}

.wsNext {
    background: #fff url(data:image/gif;base64,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) no-repeat left center;
}

.wsPage {
    display: none;
}

.wsPage {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.wsPage a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}

.wsPage a:hover {
    background: #dd294e;
}

.wsPage a.active {
    opacity: 1 !important;
    background: #dd294e;
}

/* about
-------------------------------------------------------------------------------------------------------------------*/
#idx_about {
    padding: 60px 0;
}

.lp_tlabel {
    display: table;
    margin: 0 auto;
    font-size: 2rem;
    background: #990000;
    cursor: pointer;
    padding: 0 35px;
    border-radius: 7px;
    color: #fff;
}

.lp_tlabel::after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    content: "▼";
    font-size: 60%;
    line-height: 1;
    padding: 7px;
    background: #fff;
    color: #000;
    border-radius: 50%;
}

.lp_wrap {
    max-height: 0;
    overflow-y: hidden;
}

#container.lp_wrap {
    padding: 0;
}

#lp_toggle:checked~.lp_wrap {
    max-height: none;
    margin-top: 10px;
}

#lp_toggle:checked~.lp_tlabel::after {
    content: "▲";
}

#school_select_lpInner {
    background-color: #000;
    padding: 10px 0;
    margin: 30px auto;
    max-width: 1200px;
}

#school_select_lpInner ul {
    font-size: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#school_select_lpInner ul li {
    display: inline-block;
    background-color: #292929;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.8s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

#school_select_lpInner ul li:hover {
    background-color: #063a78;
}

#school_select_lpInner ul li:last-child {
    margin-right: 0;
}

#school_select_lpInner ul li svg {
    max-width: 235px;
    width: 100%;
    height: 40px;
}

@media only screen and (max-width:999px) {

    #school_select_lpInner ul li:first-child,
    #school_select .inner ul li:nth-child(2) {
        margin-bottom: 10px;
    }

    #school_select_lpInner ul li {
        width: 48%;
    }

    #school_select_lpInner ul li svg {
        max-width: 100%;
        width: 100%;
    }

    #school_select_lpInner ul li {
        background-image: url(common/images/bg_school_sc1.png), url(common/images/bg_school_sc2.png), url(common/images/bg_school_sc3.png), url(common/images/bg_school_sc4.png);
        background-position: left top, right top, right bottom, left bottom;
    }
}

/*生徒作品
-------------------------------------------------------------------------------------------------------------------*/
#idx_works {
    background: url(../../images/bg_works.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
}

#idx_works h1 {
    font-weight: bold;
    font-size: 3em;
    line-height: 1.2;
    text-align: center;
    margin: 10px auto 20px auto;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

#idx_works h1 span {
    font-size: 0.5em;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 10px;
    letter-spacing: 0;
}

#idx_works h1 span:before {
    content: "\A";
    display: block;
    margin-bottom: 10px;
}

.ticker_wrap {
    width: 100%;
    overflow: hidden;
    height: 270px;
    position: relative;
}

#gallery.ticker_wrap {
    height: 220px;
    background: #000;
}

.ticker {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    animation: ticker 40s linear 3s infinite;
}

#gallery .ticker {
    top: 10px;
    text-size-adjust: auto;
}

.ticker>li {
    width: auto;
    height: 270px;
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
    text-align: center;
}

.ticker>li img {
    width: auto;
    height: 270px;
    max-width: none;
}

#gallery .ticker>li {
    height: 200px;
}

#gallery .ticker>li img {
    height: 200px;
    max-width: none;
}

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-50%, 0, 0);
    }

    50.01% {
        transform: translate3d(0, 0, 0);
    }

    99.99% {
        transform: translate3d(-50%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.ticker.stop,
.ticker.cstop {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


/*新着情報
-------------------------------------------------------------------------------------------------------------------*/
#idx_news {
    padding: 40px 0;
    background: #f0f0f0;
}

#idx_news h1 {
    text-align: center;
    margin-bottom: 30px;
}

#idx_news li,
#idx_news p {
    font-size: 1.6em;
}

#idx_news ul {
    background: #FFF;
}


/*メッセージ
-------------------------------------------------------------------------------------------------------------------*/
#idx_message {
    padding: 40px 0;
}

#idx_message h1 {
    font-weight: bold;
    font-size: 3em;
    line-height: 1.2;
    text-align: center;
    margin: 10px auto 20px auto;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

#idx_message h1 span {
    font-size: 0.5em;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 10px;
    letter-spacing: 0;
}

#idx_message h1 span:before {
    content: "\A";
    display: block;
    margin-bottom: 10px;
}

#idx_message ul {
    display: flex;
    justify-content: space-between;
}

/*GCA
-------------------------------------------------------------------------------------------------------------------*/
#idx_gca {
    background: url(../../images/bg_gca.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
}

#idx_gca h1 {
    font-weight: bold;
    font-size: 4em;
    line-height: 1.5;
    text-align: center;
    margin: 10px auto 40px auto;
    letter-spacing: -0.04em;
    color: #FFF;
    text-shadow: 0px 0px 6px #000;
}

#idx_gca h1 span {
    font-size: 0.5em;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 0;
}

#idx_gca h1 span:after {
    content: "\A";
    display: block;
    margin-bottom: 10px;
}

#idx_gca .box_left,
#idx_gca .box_right {
    width: 480px;
    color: #FFF;
}

#idx_gca .box_left p {
    font-size: 1.6em;
    text-shadow: 1px 1px 6px #000;
}

#idx_gca .box_right ul {
    font-size: 0;
}

#idx_gca ul li {
    width: 160px;
    float: left;
    margin-bottom: 10px;
    font-size: 13px;
}

#idx_gca ul li span {
    padding: 8px;
    display: block;
    letter-spacing: -0.04em;
    line-height: 1.6;
}


/*==================================================================================================================
サブページ
==================================================================================================================*/
/*共通レイアウト
-------------------------------------------------------------------------------------------------------------------*/
#container {
    width: 100%;
    background-color: #FFF;
    padding: 0;
    overflow-x: hidden;
}

/*#dae0e2*/
.wrapper {
    background-size: cover;
}

.bg_wide {
    background: url(../images/bg_wide.jpg) repeat-y center;
    padding: 20px 0 20px;
}

/*ボックス*/
.box_left {
    float: left;
}

.box_right {
    float: right;
}

.box_line {
    border: 1px solid #ccc;
}

/*ボックス３*/
.box3_set {
    display: table;
}

.box3_set>div {
    display: table-cell;
    width: 33%;
}

/*ボックススタイル*/
.box_style1 {
    border: 1px solid #CCC;
    padding: 15px;
}

.box_style2 {
    border: 3px double #668497;
    padding: 15px;
    background: #dde8ee;
}

/*ページ上部*/
#page_head {
    width: 100%;
    height: 200px;
}

#page_head h1#page_h1 {
    text-align: center;
    font-size: 4em;
    color: #FFF;
    margin-top: 50px;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif;
}

#page_head h1#page_h1 span {
    display: block;
    font-size: 12px;
    text-align: center;
}

.course {
    background: url(../../course/images/page_bg.jpg) center center no-repeat;
    background-size: cover;
}




/*タイトルタグ*/
.wrapper h1,
.wrapper h2,
.wrapper h3 {
    clear: both;
}

.wrapper h1 {
    font-weight: bold;
    font-size: 3.5em;
    line-height: 1.5;
    text-align: center;
    margin: 25px auto 30px auto;
    letter-spacing: -0.04em;
}

.wrapper h1 span {
    font-size: 0.65em;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    letter-spacing: 0;
}

.wrapper h1 span:after {
    content: "\A";
    display: block;
    margin-bottom: 20px;
}

.ttl_course {
    background: url(../../course/images/page_ttl.png) top left no-repeat;
}

.wrapper h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 40px 0 20px 0;
    padding: 11px 0 11px 15px;
    background-color: #000;
    color: #FFF;
    position: relative;
    line-height: 1.4;
}

.wrapper h2:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 20px;
    margin-top: -10px;
    background: #C33;
    content: '';
}

.wrapper h3 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 60px 0 10px 0;
    padding: 11px 0 11px 0;
    position: relative;
    line-height: 1.4;
    border-top: 1px dotted #666;
}


.wrapper h4 {
    font-size: 1.6em;
    font-weight: bold;
    margin: 20px 0 20px 0;
    line-height: 1.4;
    color: #224463;
    background-color: #dfe6ec;
    padding: 3px 8px;
}

.wrapper h2.read {
    text-align: center;
    margin-bottom: 30px;
    border: none;
}

p.read {
    text-align: center;
    margin-bottom: 30px;
}




/*リストチェック付き*/
ul.ul_check li {
    background-image: url(../images/icon_check.png);
    background-position: left center;
    padding-left: 22px;
}


/*モアボタン*/

.btn_more {
    width: 300px;
    margin: 60px auto 30px auto;
    background: #7F0305;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn_more.wide {
    width: 100%;
    max-width: 400px;
}

.btn_more.wide.mgc01 {
    margin-bottom: 15px;
}

.btn_more.wide.mgc02 {
    margin: 0 auto 15px;
}

.btn_more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0D4077;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn_more:hover,
.btn_more:focus,
.btn_more:active {
    color: white;
}

.btn_more:hover:before,
.btn_more:focus:before,
.btn_more:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn_more a {
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 8px 0;
}

.btn_more a span {
    background: url(../images/icon_mn_li3.png) left center no-repeat;
    padding-left: 15px;
}

.btn_more a:hover {
    color: #FFF;
}


/*モアボタン2*/

.btn_more2 {
    width: 300px;
    margin: 20px auto 0px auto;
    background: #7F0305;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn_more2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn_more2:hover,
.btn_more:focus,
.btn_more:active {
    color: white;
}

.btn_more2:hover:before,
.btn_more:focus:before,
.btn_more:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn_more2 a {
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 8px 0;
}

.btn_more2 a span {
    background: url(../images/icon_mn_li3.png) left center no-repeat;
    padding-left: 15px;
}

.btn_more2 a:hover {
    color: #333;
}


/*モアボタン3*/

.btn_more3 {
    width: 100%;
    margin: 10px auto 0px auto;
    background: #0D4077;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn_more3:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7F0305;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn_more3:hover,
.btn_more:focus,
.btn_more:active {
    color: white;
}

.btn_more3:hover:before,
.btn_more:focus:before,
.btn_more:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn_more3 a {
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 20px 0;
}

.btn_more3 a span {
    background: url(../images/icon_mn_li3.png) left center no-repeat;
    padding-left: 15px;
}

.btn_more3 a:hover {
    color: #fff;
}



/*作品紹介*/
.bg_work #container {
    background: url(../../special/images/bg_works.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.work {
    background: url(../images/bg_black.png);
}

#work h1 {
    font-size: 3em;
    color: #000;
    padding: 0;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 0.01em;
}

/*
#work ul{}
#work ul li{width:240px;height:325px;overflow:hidden;margin:0 10px 15px 0;float:left;position:relative;}
*/
#work ul {
    text-align: center;
    font-size: 0;
}

#work ul li {
    width: 240px;
    height: 325px;
    overflow: hidden;
    margin: 0 10px 15px 0;
    display: inline-block;
    position: relative;
}

#work .sch:before {
    content: "Birthplace";
}

#work ul li .img {
    position: relative;
}

#work ul li .img img {
    width: 240px;
}

#work ul li .more {
    cursor: pointer;
}

#work ul li .more:after {
    content: url(../images/ov_more.png);
    position: absolute;
    top: 225px;
    right: 0;
}


/*学校概要
-------------------------------------------------------------------------------------------------------------------*/
/*背景*/
.bg_message #container {
    background: url(../../gca/images/bg_message.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.bg_history #container {
    background: url(../../gca/images/bg_history.jpg) right top;
    background-attachment: fixed;
    background-size: cover;
}

.bg_bricks {
    background: url(../../gca/images/bg_bricks.jpg) top;
    background-attachment: fixed;
    background-size: cover;
}

.ttl_history {
    background: url(../../gca/images/bg_history_ttl.png) top right no-repeat;
}

.message {
    background: url(../images/bg_black.png);
}

/*メッセージ*/
#message_box {
    background-color: #FFF;
    padding: 70px 90px;
    margin: 30px 0;
}

#message_box h1 {
    margin-top: 0;
    letter-spacing: -0.05em;
}

#message_box p.f_mn {
    font-size: 2.2em;
    font-weight: bold;
}

/*ESPヒストリー*/
.group {}


.group table th {
    font-size: 16px;
    border: none;
}

.group table td {
    border: none;
}

.group table td li,
.group table td p {
    font-size: 15px;
}

.group ul {
    padding: 0 15px;
}

#shop {}

#shop ul {}

#shop ul li {
    width: 480px;
    float: left;
    font-size: 14px;
    background: url(../images/bg_black.png) repeat;
    margin-bottom: 15px;
}

#shop ul li:nth-child(odd) {
    margin-right: 40px;
    clear: left;
}

#shop ul li:nth-child(even) {}

#shop ul li .box_left {
    width: 200px;
}

#shop ul li .box_right {
    width: 260px;
    padding: 15px 15px 15px 0;
}

.shop_name {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #ffae00;
}

.bg_bricks h1,
.bg_bricks h3,
.bg_bricks p,
.bg_bricks th,
.bg_bricks td,
.bg_bricks li {
    color: #FFF;
}

.bg_bricks h1 {
    text-align: center;
    font-size: 4em;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.04em;
}

.bg_bricks table {
    background: url(../images/bg_black.png) repeat;
}

.bg_bricks th,
.bg_bricks td {
    background: inherit;
}


/*学校紹介
-------------------------------------------------------------------------------------------------------------------*/
/*共通*/
h1#sch_h1 {
    font-size: 3em;
    color: #000;
    padding: 0;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

/*背景*/
.bg_school #container {
    background: #333 url(../../school/images/bg_school.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg_news #container {
    background: #333 url(../../school/images/bg_news.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/*ページ上部*/
#school_head {
    width: 100%;
    height: auto;
    background: #FFF;
}

#school_head h1#page_h1 {
    text-align: center;
    font-size: 4em;
    color: #000;
    padding: 10px 0;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif;
}

#school_head h1#page_h1 span {
    display: block;
    font-size: 12px;
    text-align: center;
}

/*スクール内ナビ*/
#schNav {}

#schNav ul {
    font-size: 0;
}

#schNav ul li {
    display: inline-block;
    background: url(../../school/images/bg_nav.png) no-repeat right center;
    font-size: 16px;
}

#schNav ul li a {
    display: block;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
}

#schNav ul li a.on {
    background: #FFF;
    color: #333;
}

/* スクールトップのスライド */
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul {
    display: inline-block;
}

.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
    margin: 0 10px;
}

.wideslider_base {
    top: 0;
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 40;
    cursor: pointer;
}

.slider_prev {
    background: #fff url(../images/ws_prev.jpg) no-repeat right center;
}

.slider_next {
    background: #fff url(../images/ws_next.jpg) no-repeat left center;
}

.pagination {
    width: 100%;
    margin: 10px 0;
    height: 15px;
    text-align: center;
    position: relative;
    z-index: 41;
}

.pagination a {
    margin: 0 10px;
    width: 15px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #333;
    border: 1px solid #aaa;
}

.pagination a:hover {
    background: #dd294e;
}

.pagination a.active {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    background: #dd294e;
}

.schoolTopPage #container {
    padding: 0;
}

.schoolTopPage .onlySMT {
    display: none;
}

@media only screen and (max-width:999px) {
    .schoolTopPage #header_area {
        height: 30px;
    }

    .schoolTopPage #header_logo {
        height: 30px;
        width: 280px;
    }

    .schoolTopPage #header_logo a {
        height: 30px;
        width: 280px;
        text-indent: 65px;
        background-size: 60px 30px;
        text-decoration: none;
        color: #000;
        font-weight: bold;
        font-size: .8rem;
    }

    .schoolTopPage #gNav {
        top: 30px;
    }

    .schoolTopPage #gNavBtn a {
        display: none;
    }

    .schoolTopPage #gNavBtn label {
        height: 30px;
        width: 30px;
        background: #c00;
        position: relative;
    }

    .schoolTopPage #gNavBtn label::before {
        content: "";
        box-sizing: border-box;
        display: block;
        position: absolute;
        height: 11px;
        left: 3px;
        right: 3px;
        top: 6px;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transition: all .4s;
    }

    .schoolTopPage #gNavBtn label::after {
        content: "";
        box-sizing: border-box;
        display: block;
        position: absolute;
        height: 3px;
        left: 3px;
        right: 3px;
        top: 22px;
        border-top: 3px solid #fff;
        transition: all .4s;
    }

    .schoolTopPage #gNavToggle:checked+#container #gNavBtn label::before {
        border-bottom: none;
        height: 3px;
        transform-origin: center center;
        transform: translateY(9px) rotate(45deg);
    }

    .schoolTopPage #gNavToggle:checked+#container #gNavBtn label::after {
        transform-origin: center center;
        transform: translateY(-8px) rotate(-45deg);
    }

    .schoolTopPage #school_head h1#page_h1 {
        font-size: 16px;
        padding: 5px 0;
        line-height: 1;
    }

    .schoolTopPage #school_head h1#page_h1 span {
        display: inline-block;
        font-size: 16px;
        padding-bottom: 2px;
        margin-left: 1em;
    }

    .schoolTopPage .onlySMT {
        display: block;
    }

    /*
  .schoolTopPage #schSNav { background:#fff; margin:20px auto; text-align:center; }
  .schoolTopPage #schSNav li { display:inline-block; margin:8px 3px; padding:0 3px; border:2px solid #ccc; }
  .schoolTopPage #schSNav li a { text-decoration:none; color:#000; font-size:.8rem; font-weight:bold; }
  */
    .schoolTopPage #schSNav {
        background: #000;
        margin: 20px auto;
        text-align: center;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .schoolTopPage #schSNav li {
        margin: 0;
        padding: 2px;
        border: none;
        width: 16.6666%;
    }

    .schoolTopPage #schSNav li a {
        border: 1px solid #bcbcbc;
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
        padding: 2.15em 0px 0.2em;
        position: relative;
    }

    .schoolTopPage #schSNav li a::before {
        position: absolute;
        top: -0.15em;
        right: 0;
        left: 0;
        font-size: 150%;
        color: rgba(255, 255, 255, 0.5);
    }

    .schoolTopPage #schSNav li:first-of-type a::before {
        font-family: "FAsolid";
        font-weight: 900;
        content: "\f7a6";
    }

    /* コース */
    .schoolTopPage #schSNav li:nth-of-type(2) a::before {
        font-family: "FAsolid";
        font-weight: 900;
        content: "\f022";
    }

    /* 募集要項 */
    .schoolTopPage #schSNav li:nth-of-type(3) a::before {
        font-family: "FAsolid";
        font-weight: 900;
        content: "\f086";
    }

    /* 就職指導 */
    .schoolTopPage #schSNav li:nth-of-type(4) a::before {
        font-family: "FAsolid";
        font-weight: 900;
        content: "\f3c5";
    }

    /* アクセス */
    .schoolTopPage #schSNav li:nth-of-type(5) a::before {
        font-family: "FAsolid";
        font-weight: 900;
        content: "\f0c0";
    }

    /* スタッフ紹介 */
    .schoolTopPage #schSNav li:last-of-type a::before {
        font-family: "FAsolid";
        font-weight: 900;
        content: "\f4c2";
    }

    /* 学費サポート */

}

@media only screen and (max-width:699px) {
    .schoolTopPage #schSNav li {
        width: 33.3333%;
    }
}


.footFixed {
    display: none;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 20;
}

.footFixed.n {
    max-width: 800px;
    text-align: right;
}

.footFixed.on {
    display: block;
}

.schoolTopPage .footFixed.n {
    display: none;
}

.footFixed li {
    display: inline-block;
    width: 30%;
    margin: 0 10px;
    border-radius: 20px;
    border: 3px solid #fff;
    background: #111;
}

.footFixed .siryo {
    background: #E37600;
}

.footFixed .event {
    background: #185AA9;
}

.footFixed li.toTop {
    border-radius: 50%;
    width: auto;
    padding: 0 6px;
}

.footFixed li a {
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.footFixed li a:hover {
    opacity: .8;
}

@media only screen and (max-width:699px) {
    .footFixed li {
        width: auto;
        padding: 0 10px;
    }
}

@media only screen and (max-width:399px) {
    .footFixed li {
        margin: 0 3px;
    }

    .footFixed li a {
        font-size: 13px;
    }
}



/*ギャラリー*/

.sch_big_bnr {
    margin: 30px 0;
}

.sch_big_bnr>div {
    margin: 15px 0;
    text-align: center;
}

.sch_big_bnr>div>img {
    max-width: 480px;
    height: auto;
}

/*新着・イベント*/
#sch_idx {}

#sch_idx a {
    text-decoration: none;
}


#sch_news,
#sch_event,
#sch_big_bnr {
    width: 480px;
}

.news_ttl h2 {
    margin: 0;
    padding: 0;
}

.news_ttl h2 {
    font-size: 1.8em;
    background: url(../images/icon_news.png) left center no-repeat;
    border: none;
    color: #000;
    padding-left: 25px;
    display: inline-block;
    float: left;
}

.news_ttl h2:before {
    display: none;
}

.news_ttl p {
    float: right;
    margin: 0;
}

.news_ttl p a {
    background: url(../images/icon_past.png) right center no-repeat;
    padding-right: 35px;
    font-weight: bold;
    color: #000;
}

.inputdOut {
    font-size: 1.4em;
}

.inputdOut iframe {
    max-width: 100%;
}

.box_line ul {
    padding: 10px 15px;
}

#sch_event h3 {
    margin: 0;
    color: #FFF;
    background: #00324f;
    padding: 5px 0 5px 10px;
    font-size: 1.6em;
    border: 0;
}

ul.scElist {
    overflow: hidden;
    max-height: 14em;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: auto;
}

ul.evinOpenC {
    overflow: hidden;
    max-height: 21em;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: auto;
}

#sch_idx>div .box_line .evout {
    margin-top: 20px;
}

#sch_idx>div .box_line li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#sch_idx>div .box_line li .date {
    font-size: 0.9em;
}

#sch_idx>div .box_line li .title {
    margin-left: 5px;
}

#sch_banner {
    padding: 30px 0;
}

#sch_banner ul {
    font-size: 0;
    text-align: center;
}

#sch_banner ul li {
    display: inline-block;
    margin: 10px 5px;
    vertical-align: middle;
}

.box_info {
    padding: 30px;
}

#event_data p {
    font-size: 1.8em;
    font-weight: bold;
}

#event_data p span {
    color: #FFF;
    background: #176b9b;
    padding: 0 10px;
    margin-right: 15px
}

.ndate {
    font-size: 0.8em;
    margin-right: 10px;
}

.gname {
    font-size: 0.8em;
    margin-right: 10px;
    color: #FFF;
    background: #176b9b;
    padding: 0 3px;
}

/*アクセス*/
#sch_access .box_left {
    width: 600px;
}

#sch_access .box_right {
    width: 360px;
}

#sch_map {
    padding: 30px 0;
}

.sch_acc_bnr {
    margin: 30px 0;
}

.sch_acc_bnr>div {
    margin: 15px 0;
    text-align: center;
}

.sch_acc_bnr>div>img {
    max-width: 480px;
    height: auto;
}


/*スタッフ紹介*/
#sch_staff ul {
    display: flex;
    flex-wrap: wrap;
}

#sch_staff ul li {
    width: 320px;
    margin: 0 10px 15px 0;
    float: left;
}

.staff_name {
    font-size: 18px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "HGP明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 細明朝, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho", serif;
}

.staff_name:before,
.staff_dp:before {
    font-size: 11px;
    width: 70px;
    display: inline-block;
    background: #efefef;
    margin-right: 10px;
    padding-left: 5px;
}

.staff_name:before {
    content: "Name";
}

.staff_dp:before {
    content: "Department";
}

#sch_staff ul li .staff_img {
    position: relative;
}

#sch_staff ul li .staff_img img {
    max-width: 100%;
}

#sch_staff ul li .more:after {
    content: url(../images/ov_mes.png);
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

/*メッセージ*/
#sch_message {
    margin-bottom: 30px;
}

#sch_message .box_left {
    width: 320px;
}

#sch_message .box_left img {
    max-width: 100%;
}

#sch_message .box_right {
    width: 640px;
}

#sch_message h2 {
    margin: 0 0 15px 0;
    padding: 15px 0 15px 0;
    background: #FFF;
    color: #000;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-size: 3.7em;
    line-height: 1.8;
}

#sch_message h2:before {
    display: none;
}

.teacher_name {
    font-size: 3em;
}

.teacher_name span {
    font-size: 0.6em;
    margin-right: 15px;
}

.teacher_data {
    padding: 10px 15px;
    font-size: 1.4em;
    background: #efefef;
}

.message_box {
    font-size: 1.6em;
    clear: both;
    padding: 30px 0 60px 0;
}

/*作品紹介は共通*/

/*スペシャル
-------------------------------------------------------------------------------------------------------------------*/
/*講師の腕自慢*/
.bg_protech #container {
    background: url(../../special/images/bg_protech.jpg);
    background-attachment: fixed;
    background-size: cover;
}

#protech ul {}

#protech ul li {
    font-size: 1.4em;
    width: 480px;
    display: block;
    margin-bottom: 30px;
}

#protech ul li:nth-child(odd) {
    float: left;
    clear: both;
}

#protech ul li:nth-child(even) {
    float: right
}

.proimg {
    float: left;
}

.procome,
.prottl {
    float: right;
    width: 270px;
}

.procome span {
    font-size: 3em;
    line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0;
}

.prottl {
    font-size: 1.2em;
}

ul#protech_idx {}

ul#protech_idx li {
    border: 1px solid #CCC;
}

ul#protech_idx li a {
    display: block;
    width: 478px;
    height: 135px;
    background: url(../images/ov_more.png) no-repeat bottom right;
}

ul#protech_idx li a:hover {
    background-color: #efefef;
}


/*来校アーティスト*/
.bg_artist #container {
    background: url(../../special/images/bg_artist.jpg);
    background-attachment: fixed;
    background-size: cover;
}

#artist {}

#artist ul li {
    color: #FFF;
    background: url(../images/bg_black.png) repeat;
    padding: 15px;
    margin-bottom: 15px;
}

#artist ul li .artist_name {
    font-size: 2em;
    letter-spacing: -0.04em;
}

.artist_name a {
    color: #fff;
}

#artist ul li .artist_data {
    line-heght: 1;
    margin-bottom: 15px;
}

#artist ul li .artist_data span {
    background: #A40002;
    color: #FFF;
    font-size: 0.85em;
    padding: 5px 10px;
}

#artist ul li p {
    font-size: 0.9em;
}

.artist_photo {
    margin: 5px;
    display: inline-block;
    vertical-align: top;
}

#artist_list {
    background: url(../images/bg_black.png) repeat;
    padding: 30px;
}

#artist_list ul {
    display: flex;
    flex-wrap: wrap;
}

#artist_list ul li {
    width: 210px;
    margin: 0 15px 15px 0;
    float: left;
}

#artist_list .artist_name {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}

#artist_list .artist_data {
    font-size: 16px;
    color: #FFF;
}

#artist_list .artist_data:before {
    font-size: 11px;
    width: 40px;
    display: inline-block;
    background: #A40002;
    margin-right: 10px;
    padding-left: 5px;
    color: #FFF;
}

#artist_list .artist_data:before {
    content: "Group";
}

#artist_list ul li .artist_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 160px;
}

/*コラム*/
.bg_column #container {
    background: url(../../special/images/bg_column.jpg);
    background-attachment: fixed;
    background-size: cover;
}

#column {
    font-size: 1.6em;
}

#column h1 {
    font-size: 30px;
}

#column h2 {
    clear: both;
    font-size: 18px;
}

.column_set {
    font-size: 1.6em;
}

#column .txt_center {
    cleaf: both;
    margin: 30px auto;
}

#column ul#column_list {
    border: 1px solid #CCC;
}

#column ul#column_list li {
    border-bottom: 1px solid #CCC;
}

#column ul#column_list li:last-child {
    border: none;
}

#column ul#column_list li a {
    display: block;
    text-decoration: none;
    padding: 15px 30px;
    background: url(../images/icon_li1.png) no-repeat left center;
    font-size: 16px;
}

#column ul#column_list li a:hover {
    background: #e8ecee;
}

/*アーティストからのメッセージ*/
.bg_mes_kobayashi #container {
    background: url(../../special/images/bg_mes_kobayashi.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.bg_mes_koga #container {
    background: url(../../special/images/bg_mes_koga.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.bg_mes_syu #container {
    background: url(../../special/images/bg_mes_syu.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.bg_mes_marty #container {
    background: url(../../special/images/bg_mes_marty.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.bg_mes_leclercq #container {
    background: url(../../special/images/bg_mes_leclercq.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.bg_mes_masaki #container {
    background: url(../../special/images/bg_mes_masaki.jpg);
    background-attachment: fixed;
    background-size: cover;
}

#mes_artist {
    color: #FFF;
    background: url(../images/bg_black.png) repeat;
    padding: 15px;
    margin-bottom: 50px;
}

#mes_artist .box_left {
    width: 300px;
}

#mes_artist .box_right {
    width: 620px;
}

#mes_artist .artist_name {
    font-size: 3.5em;
    letter-spacing: -0.04em;
}

#mes_artist .artist_data {
    line-heght: 1;
    margin-bottom: 15px;
    font-size: 2em;
}

#mes_artist .artist_data span {
    background: #A40002;
    color: #FFF;
    font-size: 0.7em;
    padding: 5px 10px;
}

#mes_artist h2 {
    font-size: 2.5em;
    color: #F9D100;
    padding: 0;
    background-color: transparent;
}

#mes_artist h2:before {
    display: none;
}

#mes_artist p {
    padding-right: 10px;
}

/*メッセージ一覧*/
#mes_idx ul {
    display: flex;
    flex-wrap: wrap;
}

#mes_idx ul li {
    width: 300px;
    margin: 0 30px 15px 0;
    float: left;
}

#mes_idx ul li .staff_img {
    position: relative;
}

#mes_idx ul li .more:after {
    content: url(../images/ov_mes.png);
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#mes_idx .artist_name {
    font-size: 1.6em;
    letter-spacing: -0.04em;
    color: #FFF;
}

#mes_idx .artist_data {
    line-heght: 1;
    margin-bottom: 15px;
    font-size: 1.6em;
}

#mes_idx .artist_data span {
    background: #A40002;
    color: #FFF;
    font-size: 0.6em;
    padding: 5px 10px;
}


/*GCAの人気動画紹介*/
.bg_youtube #container {
    background: url(../../special/images/bg_youtube.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.bg_work #container {
    background: url(../../special/images/bg_works.jpg);
    background-attachment: fixed;
    background-size: cover;
}

#yt_box h1 {
    font-size: 3em;
    color: #000;
    padding: 0;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 0.01em;
}

#yt_box ul {
    text-align: center;
}

#yt_box ul li {
    width: 300px;
    overflow: hidden;
    margin: 5px;
    display: inline-block;
    position: relative;
    font-size: 10px;
    text-align: left;
    vertical-align: top;
}

#yt_box .sch:before {
    content: "Birthplace";
}

#yt_box ul li {
    position: relative;
}

#yt_box ul li img {
    width: 300px;
    height: auto;
}

#yt_box ul li .more a {
    cursor: pointer;
}

#yt_box ul li .more a:after {
    content: url(../images/ov_more.png);
    position: absolute;
    top: 68px;
    right: 0;
}

#yt_box ul li a {
    text-decoration: none;
}

#yt_box ul li a p {
    text-align: center;
    line-height: 1.3;
    padding: 5px 0;
}

/*就職実績
-------------------------------------------------------------------------------------------------------------------*/
/*就職指導*/
#employment .box3_set {}

#employment .box3_set>div {
    padding: 15px 20px;
    border: 1px solid #CCC;
}

#employment .box3_set>div.box3_1,
#employment .box3_set>div.box3_3 {
    padding: 15px 15px;
    border-width: 1px 0px;
}

#employment .box3_set>div>h3 {
    margin: 0 auto 10px auto;
    color: #FFF;
    text-align: center;
    border-radius: 80px;
    /* CSS3草案 */
    -webkit-border-radius: 80px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 80px;
    /* Firefox用 */
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding: 0;
}

#employment .box3_set>.box3_1>h3 {
    background: #679f4e;
}

#employment .box3_set>.box3_2>h3 {
    background: #52883a;
}

#employment .box3_set>.box3_3>h3 {
    background: #3d632c;
}

/*活躍する卒業生*/
.bg_graduate #container {
    background: url(../../job/images/bg_graduate.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.graduate {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #CCC;
    background: url(../../job/images/bg_graduate.png) no-repeat left top;
}

.graduate>.box_left {
    width: 270px;
    padding-left: 20px;
}

.graduate>.box_right {
    width: 700px;
}

.graduate_name {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 10px;
}

.graduate_com {
    font-size: 1.6em;
}

.graduate_com span {
    background-color: #e69800;
    color: #FFF;
    display: inline;
    padding: 2px 5px;
    margin-right: 15px;
}

.graduate_ttl {
    font-size: 2em;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #333;
    font-weight: bold;
}

.graduate_mes {
    margin-top: 10px;
    font-size: 1.6em;
}

.graduate.thumb {
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
    background: none;
}

.graduate.thumb>.box_left {
    width: 240px;
    height: 140px;
    text-align: center;
    padding-left: 5px;
    float: none;
    overflow: hidden;
}

.graduate.thumb>.box_right {
    width: 240px;
    padding-left: 5px;
    float: none;
}

.thumb .graduate_name {
    font-size: 2em;
    line-height: 1;
    margin: 10px 0;
}

.thumb .graduate_com span {
    display: block;
    line-height: 1.3;
}


/*就職実績*/
.bg_jisseki #container {
    background: url(../../job/images/bg_jisseki.jpg);
    background-attachment: fixed;
    background-size: cover;
}

#jisseki .jisseki_set {
    width: 300px;
    padding: 15px;
    margin: 15px;
    border: 1px solid #CCC;
}

#jisseki h3 {
    border: none;
    border-bottom: 1px solid #333;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 2.7em;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 1.4;
    color: #901C1E;
}

#jisseki h3 span {
    display: block;
    font-size: 0.7em;
    color: #666;
}

#jisseki h3 span:before {}

#jisseki ul {
    margin-top: 10px;
}

#jisseki ul li {
    list-style: disc;
    margin-left: 15px;
}


/*募集要項
-------------------------------------------------------------------------------------------------------------------*/
.bg_admission #container {
    background: url(../../admission/images/bg_admission.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.bg_bosyuu #container {
    background: #FFF;
}

#bosyuu>dl {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

#bosyuu>dl>dt {
    padding: 10px;
    color: #FFF;
    text-align: center;
    width: 200px;
    background: #358bc1;
    font-size: 2em;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
    position: relative;
}

#bosyuu>dl>dd {
    padding: 10px;
    width: 760px;
    padding: 0;
    display: block;
    margin-bottom: 25px;
}

#bosyuu>dl>dd,
#bosyuu>dl>dd li,
#bosyuu>dl>dd p {
    font-size: 16px;
}

#bosyuu>dl>dt:nth-of-type(1) {
    background: #358bc1;
}

#bosyuu>dl>dt:nth-of-type(2) {
    background: #1b6b9d;
}

#bosyuu>dl>dt:nth-of-type(3) {
    background: #0b476d;
}

#bosyuu>dl>dt:nth-of-type(4) {
    background: #10a533;
}

#bosyuu>dl>dt:before {
    pointer-events: none;
    position: absolute;
    content: '';
    border-style: solid;
    left: calc(50% - 10px);
    bottom: -10px;
    border-width: 10px 10px 0 10px;
}

#bosyuu>dl>dt:nth-of-type(1):before {
    border-color: #358bc1 transparent transparent transparent;
}

#bosyuu>dl>dt:nth-of-type(2):before {
    border-color: #1b6b9d transparent transparent transparent;
}

#bosyuu>dl>dt:nth-of-type(3):before,
#bosyuu>dl>dt:nth-of-type(4):before {
    display: none;
}

#bosyuu table {}

#bosyuu table th,
#bosyuu table td,
#bosyuu table td p,
#bosyuu table td li {
    font-size: 16px;
}

#bosyuu table thead th {
    background: #990000;
}

#bosyuu table tbody th {
    background: #666;
    color: #FFF;
    border: 1px solid #CCC;
}

#bosyuu table tbody td {
    padding: 5px 25px;
}

#bosyuu table td p {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #CCC;
}

#bosyuu table td ul {
    border: 1px solid #CCC;
    background: #efefef;
    padding: 5px 15px;
}

#bosyuu table td ul li {
    list-style: disc;
    margin-left: 20px;
}

#bosyuu table td span {
    display: block;
    font-size: 0.8em;
    padding-left: 1em;
    text-indent: -1em;
}

#bosyuu table td dl {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #CCC;
}

#bosyuu table td dl dt {
    font-weight: bold;
}

/*学生寮学生マンション
-------------------------------------------------------------------------------------------------------------------*/
.bg_bosyuu #container {
    background: #FFF;
}

#apartment ul {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

#apartment ul li {
    width: 185px;
    background: #efefef;
}

#apartment ul li span {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    background: #FFF;
}

#apartment ul li h3 {
    font-size: 16px;
    margin: 0;
    border: none;
    padding: 0;
    background: #0b476d;
    color: #FFF;
    height: 70px;
    position: relative;
    text-align: center;
    padding: 10px;
}

#apartment ul li h3:before {
    pointer-events: none;
    position: absolute;
    content: '';
    border-style: solid;
    top: calc(25px);
    right: -20px;
    border-width: 10px 10px 10px 10px;
    border-color: transparent transparent transparent #0b476d;
}

#apartment ul li:last-child h3:before {
    display: none;
}

#apartment ul li p {
    font-size: 16px;
    padding: 10px;
}

#apartment .box_style2 span {
    background: #0b476d;
    color: #FFF;
    padding: 5px 10px;
    font-size: 1.4em;
    margin-bottom: 10px;
    display: inline-block;
}

#apartment .box_style2 p {
    margin: 0;
}

#apartment table {
    margin: 10px 0 20px 0;
}

#apartment h3.apart_ttl {
    background: #FFF;
    font-size: 1.8em;
    margin: 10px 0 10px 0;
}

#apartment h4 {
    background: #FFF;
    font-size: 1.8em;
    margin: 20px 0 10px 0;
}

#apartment h4:before {
    content: "▼";
    font-size: 0.7em;
    margin-right: 8px;
}

span.apart_area {
    background: #CD7300;
    color: #FFF;
    padding: 2px 6px;
    margin-right: 10px;
    line-height: 1.2;
}

span.for_men {
    background: #0D6EB4;
    color: #FFF;
    padding: 2px 6px;
    margin-left: 10px;
    line-height: 1.2;
}

span.for_women {
    background: #B84648;
    color: #FFF;
    padding: 2px 6px;
    margin-left: 10px;
    line-height: 1.2;
}

span.for_all {
    background: #5F9B28;
    color: #FFF;
    padding: 2px 6px;
    margin-left: 10px;
    line-height: 1.2;
}


/*短期大学併修制度
-------------------------------------------------------------------------------------------------------------------*/

/*流れ*/
#flow {}

#flow h1 {
    text-align: center;
}

#flow_box {
    margin: 50px 0;
}

.flow_set,
.flow_end {
    position: relative;
    display: inline-block;
    width: auto;
    width: 100%;
    text-align: center;
    background: #f6f6f6;
    z-index: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.flow_set:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #f6f6f6 transparent transparent transparent;
}


#flow .flow_set h2 {
    margin: 0;
    background-color: #165e96;
    color: #FFF;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border: none;
    padding: 7px 15px;
    font-size: 1.8em;
    text-align: center;
}

#flow .flow_set h2:before {
    display: none;
}

#flow .flow_end {
    margin: 0;
    background-color: #900;
    color: #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 0 15px;
}

#flow .flow_end p {
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
}

#flow ul li span {
    margin: 0 15px 15px 0;
    background: #165e96;
    color: #FFF;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 14px;
    font-size: 0.85em;
    display: inline-block;
}

.flow_set>div.txt,
.flow_end>div.txt {
    padding: 30px 30px 15px 30px;
}

.flow_img {
    float: right;
    margin: 0 -10px 30px 0;
}



/*よくある質問
-------------------------------------------------------------------------------------------------------------------*/
.faq_box {
    padding: 50px 0 30px 0;
    width: 900px;
    margin: 0 auto;
}

.faq_box dl {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.faq_box dl dt {
    background: url(../images/icon_q.png) no-repeat left top;
    font-size: 1.7em;
    padding: 10px 0 30px 70px;
    min-height: 50px;
    line-height: 1.2;
    font-weight: bold;
    color: #c47c16;
    letter-spacing: -0.02em;
}

.faq_box dl dd {
    background: url(../images/icon_a.png) no-repeat left top;
    font-size: 1.6em;
    padding: 0 0 50px 70px;
    margin-left: 70px;
}


/*コース紹介
-------------------------------------------------------------------------------------------------------------------*/
.bg_course #container {
    background: url(../../gca/images/bg_bricks.jpg);
    background-attachment: fixed;
    background-size: cover;
}

table.course_tb th,
table.course_tb td {
    padding: 5px;
    border: none;
    border-bottom: 1px dotted #999;
}

table.course_tb tbody th img {
    margin-bottom: 30px;
}

table.course_tb tbody td p {
    font-size: 16px;
    margin: 15px 20px;
}

table.course_tb tbody td .btn_more {
    margin: 15px auto;
}

.year1 {
    background: #5286ae;
}

.year2 {
    background: #2e5f85;
}

.year3 {
    background: #0e2e47;
}



.course_ttl {
    margin: 30px 0 15px 0;
}

.course_ttl span {
    width: 150px;
    float: left;
    padding: 11px 0 0 10px;
    font-size: 1.4em;
    font-family: 'Oswald', sans-serif;
}

.course_ttl h3 {
    color: #FFF;
    padding: 10px 15px;
    font-size: 2em;
    margin: 0;
    border: none;
    float: right;
    width: 840px;
    position: static;
    clear: inherit;
}

.curriculum {
    border-left: 5px solid #0b476d;
}

.course_ttl h3.curriculum {
    background: #0b476d;
}

.course_txt {
    margin-left: 160px;
}

.training_ttl {
    margin: 30px 0 15px 0;
    border-left: 5px solid #0b476d;
}

.curriculum_ttl span {
    width: 150px;
    float: left;
    padding: 11px 0 0 10px;
    font-size: 1.4em;
    font-family: 'Oswald', sans-serif;
}

.curriculum_ttl h3 {
    background: #0b476d;
    color: #FFF;
    padding: 10px 15px;
    font-size: 2em;
    margin: 0;
    border: none;
    float: right;
    width: 840px;
    position: static;
    clear: inherit;
}


.model_set {
    border: 1px solid #CCC;
    margin-bottom: 15px;
}

.model_ttl {
    font-size: 1.6em;
    font-weight: bold;
    background: #CFDBE1;
    padding: 7px 15px;
}

.model_set p {
    font-size: 1.4em;
    padding: 15px 15px 0 15px;
}

.voice {
    background: url(../images/bg_black.png) repeat;
    padding: 30px;
}

h1.voice_h1 {
    font-family: 'Oswald', sans-serif;
    color: #FFF;
    letter-spacing: 0.04em;
}

.voice h1 {
    color: #FFF;
}

.voice p {
    color: #FFF;
    font-size: 1.4em;
}

.voice h2 {
    color: #F4D400;
    margin-top: 0;
    font-size: 2.2em;
}

.voice h2:before {
    display: none;
}

#course_next {}

#course_next>.box_left,
#course_next>.box_right {
    width: 480px;
}

#course_next>.box_left>h3,
#course_next>.box_right>h3 {
    color: #FFF;
    border: none;
    text-align: center;
    position: relative;
    font-size: 2em;
    margin: 0 0 15px 0;
}

#course_next>.box_left>h3 {
    background: #2e5f85;
}

#course_next>.box_right>h3 {
    background: #e66700;
}

#course_next>.box_left>h3:before,
#course_next>.box_right>h3:before {
    pointer-events: none;
    position: absolute;
    content: '';
    border-style: solid;
    left: calc(50% - 10px);
    bottom: -10px;
    border-width: 10px 10px 0 10px;
}

#course_next>.box_left>h3:before {
    border-color: #2e5f85 transparent transparent transparent;
}

#course_next>.box_right>h3:before {
    border-color: #e66700 transparent transparent transparent;
}

#course_next>.box_left>.sec {
    border: 1px solid #CCC;
    padding: 15px;
}

#course_next>.box_right>.sec {
    border: 1px solid #CCC;
    padding: 15px;
}

#course_next>.box_right>ul {
    padding: 15px;
}

#course_next .sec>ul>li {
    padding: 10px;
    color: #FFF;
    text-align: center;
    width: 100%;
    font-size: 1.8em;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

#course_next .sec>ul>li.sec_school {
    width: 480px;
    display: inline-block;
    margin: 8px;
}

#course_next>.box_right.scholarship>h3 {
    background: #2e5f85;
    margin: 0;
}

#course_next>.box_right.scholarship>h3:before {
    display: none;
}

#course_next>.box_right.scholarship>.sec {
    position: relative;
    padding-right: 50%;
}

#course_next>.box_right.scholarship>.sec .img_area {
    width: calc(50% + 100px);
    position: absolute;
    top: -30px;
    right: -100px;
    transform: rotate(-24deg);
}

#course_next>.box_right.scholarship>.sec .img_area img {
    width: 100%;
}

.course_c1 {
    background: #2e5f85;
    color: #FFF;
}

.course_c2 {
    background: #428435;
    color: #FFF;
}

.course_c3 {
    background: #826846;
    color: #FFF;
}

.course_c4 {
    background: #6e2929;
    color: #FFF;
}

.course_job {
    background: #ac5521;
}

.course_y3 {
    background: #0e2e47;
}

.sec_school {
    background: #930303;
    color: #FFF;
}

.course_c5 {
    background: #2d62ae;
    color: #FFF;
}

.course_c6 {
    background: #af3923;
    color: #FFF;
}

.course_c7 {
    background: #e9861b;
    color: #FFF;
}

.course_c8 {
    background: #60ac4a;
    color: #FFF;
}

#course_next .sec>ul>li>a {
    color: #FFF;
    text-decoration: none;
    display: block;
    text-align: center;
}

#course_next .sec>ul>li>a:after {
    content: url(../../course/images/icon_more.png);
    margin-left: 15px;
}

.model_set>h4 {
    font-weight: bold;
    font-size: 1.8em;
    color: #F07204;
    margin: 10px 10px 0 10px;
    background-color: #FFF;
}

.model_set>.box3_set {}

.model_set>.box3_set>div {
    padding: 0 0 15px 0;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #CCC;
}

.model_set>.box3_set>div.box3_1,
.model_set>.box3_set>div.box3_3 {
    border-width: 1px 0px 0px 0px;
}

.model_set>.box3_set>div>h5 {
    margin: 0 auto 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
}

.model_set>.box3_set>div>h5>img {
    width: 100%;
    height: auto;
}


@media only screen and (max-width: 1199px) {
    #course_next>.box_right.scholarship>h3 {
        text-align: left;
        padding: 11px 15% 11px 11px;
    }

    #course_next>.box_right.scholarship>.sec {
        padding-right: 40%;
    }

    #course_next>.box_right.scholarship>.sec .img_area {
        width: 53%;
        top: 0;
        right: -50px;
    }
}



/*週末コース*/
ul.weekend {
    margin-left: 25px;
}

ul.weekend li {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
    list-style: decimal;
}

ul.weekend li span {
    font-size: 0.8em;
    font-weight: normal;
    display: block;
}



/*gca*/
.bg_gca #container {
    background: url(../../gca/images/bg_bricks.jpg) top;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0 0 0;
}

/* 作品カラーボックス内部 */
#wsakuhin {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(60, 60, 60, .5);
    text-align: center;
}

.winner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80%;
    max-width: 650px;
    min-width: 320px;
    max-height: 100%;
    padding: 40px 10px 20px;
    border: 3px double #ccc;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

#workCbox ul {
    text-align: center;
}

#workCbox li {
    display: inline-block;
    margin: 3px;
    vertical-align: top;
}

#workCbox p {
    font-size: 2em;
}

#workCbox p.title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}

#workCbox p.desc {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
}

.winner a {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.3;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    background: #7f0305;
    color: #fff;
    border-radius: 10px;
}

.winner a.close {
    position: absolute;
    top: 5px;
    right: 10px;
}

.winner a.more {
    display: inline-block;
    margin: 20px 0;
}

.winner img {
    max-width: 100%;
    height: auto;
}

.wsakuhin #wsakuhin {
    display: block;
}

body.wsakuhin {
    overflow: hidden;
}

/* 学費 */
#gakuhi ul {
    margin: 0 0 20px 20px;
}

#gakuhi ul li {
    font-weight: bold;
}

.mb_30 {
    margin-bottom: 30px;
}

dl.link_dl dd {
    padding-left: 30px;
    margin-bottom: 15px;
}

/*20180202追記（来校アーティストH1下テキスト）*/
.txt_white {
    color: #fff;
}

/*20180605追記（各種サポート制度）*/
#scholarship table {
    margin-bottom: 20px;
}

#scholarship table td span {
    display: inline-block;
}

#scholarship p.memo {
    font-size: 1.4em;
}

/*20181226追記（アーティストメッセージ）*/
#mes_artist2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #FFF;
    background: url(../images/bg_black.png) repeat;
    padding: 15px;
    margin-bottom: 50px;
}

#mes_artist2 .box_left {
    width: 300px;
    float: none;
}

#mes_artist2 .box_right {
    width: 620px;
    float: none;
}

#mes_artist2 .artist_name {
    font-size: 3.5em;
    letter-spacing: -0.04em;
}

#mes_artist2 .artist_data {
    line-heght: 1;
    margin-bottom: 15px;
    font-size: 2em;
}

#mes_artist2 .artist_data span {
    background: #A40002;
    color: #FFF;
    font-size: 0.7em;
    padding: 5px 10px;
}

#mes_artist2 h2 {
    font-size: 2.5em;
    color: #F9D100;
    padding: 0;
    background-color: transparent;
}

#mes_artist2 h2:before {
    display: none;
}

#mes_artist2 p {
    padding-right: 10px;
}

@media only screen and (max-width: 699px) {
    #mes_artist2 {
        display: block;
    }

    #mes_artist2 .box_left {
        margin: 0 auto;
        max-width: 100%;
    }

    #mes_artist2 .box_left img {
        max-width: 100%;
    }

    #mes_artist2 .box_right {
        width: 100%;
    }

    #mes_artist2 p {
        padding-right: 0;
    }
}

/*ヘッダー（各校用）*/

#header2 #header_logo {
    width: 1000px;
    margin: 0 auto;
}

#header2 #header_logo a {
    width: 200px;
    height: 140px;
    text-indent: -999999px;
    overflow: hidden;
    display: block;
    background-image: url(../images/header_logo.png);
    z-index: 5;
    position: absolute;
    top: 0;
}


/*ヘッダー*/
#header2 #header_line {
    background: #000;
    width: 100%;
    text-align: right;
    color: #FFF;
    height: 40px;
}

#header2 #header_line h1 {
    display: inline-block;
    font-size: 1.2em;
    line-height: 40px;
}

#header2 #header_link {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

#header2 #header_link ul {
    font-size: 0;
    line-height: 1;
}

#header2 #header_link ul li {
    display: inline;
}




#header2 #header_right {
    float: right;
    width: 760px;
}

#header2 #header_data {
    float: right;
    width: 400px;
    text-align: right;
}

#header2 #header_add {
    text-align: right;
}

#header2 #header_tel {
    text-align: right;
    margin-top: 8px;
}

#header2 #header_btn {
    float: right;
    margin-left: 15px;
    margin-top: 8px;
    width: 157px;
}

/*スマホ用ボタン*/
#header2 #gNavBtn {
    display: none;
}

#header2 #sNavBtn {
    display: none;
}

#header2 .navToggle {
    display: none;
}

/*ナビゲーション
------------------------------------------------------------------------------------------------------------------*/

/*グローバルナビ*/
#header2 #gNav {
    width: 100%;
    background: #FFF;
}

#header2 #gNav>ul {
    width: 1000px;
    margin: 0 auto;
    padding-left: 215px;
    font-size: 0;
}

#header2 #gNav>ul>li {
    width: auto;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    z-index: 3;
    height: 80px;
}

#header2 #gNav>ul>li>a {
    height: 80px;
    line-height: 80px;
    background-position: center top;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.03em;
    padding: 0 25px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    z-index: 9;
}

#header2 #gNav>ul>li.on>a {
    color: #FFF;
    background: #2098d1;
}

#header2 #gNav>ul>li>a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform, color, background-color, border;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #FFF transparent transparent transparent;
}

#header2 #gNav>ul>li.on>a:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    border-color: #2098d1 transparent transparent transparent;
}

#header2 #gNav #schNav {
    display: none;
}

div.smt {
    display: none;
}

/*メガナビ*/
#header2 #gNav div.mn {
    width: 100%;
    color: #FFF;
    background-color: #000;
    text-align: left;
    position: absolute;
    left: 0;
    max-height: 0;
    z-index: 8;
    transition: 0.3s;
    overflow: hidden;
}

#header2 #gNav .on div.mn {
    padding: 30px 0;
    max-height: 500px;
}

/*メガナビ内*/
#header2 div.mn_img {
    width: 220px;
    float: left;
    margin-right: 30px;
}

#header2 div.mn_txt {
    width: 750px;
    float: left;
}

#header2 div.mn_txt>p {
    border-left: 3px solid #185aa9;
    margin: 0;
    padding-left: 12px;
    line-height: 1.4;
    margin-bottom: 15px;
}

#header2 div.mn_txt>p>strong {
    display: block;
    font-size: 1.1em;
    padding-bottom: 5px;
}

/*メガナビ内-サブナビ*/
#header2 ul.sNav {
    background-color: #333;
}

/*ul.sNav:before{content: "contents";font-size:12px;color:#999;}*/

#header2 ul.sNav li {
    display: inline-block;
    margin: 8px 10px 8px 10px;
    padding-left: 15px;
    background-image: url(../images/icon_mn_li.png);
    background-position: left center;
}

#header2 ul.sNav li:hover {
    background-image: url(../images/icon_mn_li2.png);
}

#header2 #gNav ul li ul.sNav li a {
    background: none;
    text-decoration: none;
    color: #fff;
}

/*メガナビ内-学校*/
#header2 div.mn ul#school {
    font-size: 0px;
}

#header2 div.mn ul#school li {
    display: inline-block;
    font-size: 14px;
    width: 235px;
    height: 170px;
    margin-right: 0px;
    background-image: url();
}

#header2 div.mn ul#school li:last-child {
    margin-right: 0;
}

#header2 div.mn ul#school li a {
    padding: 0;
}

/*20190107追記*/
#footer_link_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#footer_link_btn>div:first-child {
    width: 80%;
}

#footer_link_btn ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footer_link_btn ul li {
    min-width: 40%;
}

#footer_link_btn ul li a {
    width: 100%;
}

#footer_link_btn .btn {
    margin: 10px;
    border: 3px solid rgba(255, 255, 255, .6);
    border-radius: 30px;
    background: rgba(34, 68, 99, .8);
}

#footer_link_btn .btn a {
    text-align: center;
    display: block;
    padding: 0.3em 1em;
    color: #fff;
    text-decoration: none;
    font-size: 1.6em;
    font-weight: bold;
    text-shadow: 2px 2px 8px #000;
}

#footer_link_btn .btn a span:last-child {
    display: none;
}

/*20190319追記*/
#bosyuu .edu_flow {
    border: 1px solid #666;
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
}

#bosyuu .edu_flow h3 {
    margin: 0;
    border: none;
    background: rgb(153, 0, 0);
    padding-left: 20px;
    color: #fff;
}

#bosyuu .edu_flow ol {
    display: flex;
    padding: 20px;
}

#bosyuu .edu_flow ol li {
    list-style: none;
}

#bosyuu .edu_flow ol li:nth-of-type(odd) {
    width: 18%;
    padding: 0;
    margin: 0 0 10px;
}

#bosyuu .edu_flow ol li:nth-of-type(even) {
    display: flex;
    flex-wrap: wrap;
    width: 13%;
    padding: 10px;
    margin: 0 10px 10px 0;
}

#bosyuu .edu_flow ol li:last-child {
    width: 7%;
}

#bosyuu .edu_flow ol li:nth-of-type(odd) dt {
    font-weight: bold;
    border-bottom: dotted 1px #666;
}

#bosyuu .edu_flow ol li:nth-of-type(odd) dd {
    font-size: 90%;
}

#bosyuu .edu_flow ol li:nth-of-type(even) span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    background: #efefef;
}

#bosyuu .edu_flow ol li:nth-of-type(even) span:first-child {
    font-size: 150%;
    background: none;
}

#bosyuu .edu_flow ol li:nth-of-type(even) span:nth-of-type(2) {
    padding-top: 10px;
}

#bosyuu .edu_flow ol li:nth-of-type(even) span:last-child {
    font-size: 75%;
    font-weight: normal;
    padding-bottom: 10px;
}

#bosyuu table dl.curriculum {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: dotted 1px #999;
    padding: 0 0 5px;
    margin-bottom: 5px;
}

#bosyuu table dl.curriculum dt {
    width: 6em;
}

#bosyuu table dl.curriculum dt span {
    font-size: inherit;
}

#bosyuu table dl.curriculum dt span:after {
    content: "・・・";
}

#bosyuu table dl.curriculum dd {
    width: calc(100% - 6em);
}

#bosyuu table ul.ad_howto {
    border: none;
    background: none;
    padding: 0;
}

#bosyuu table ul.ad_howto li {
    border-bottom: dotted 1px #999;
    margin: 0 0 10px;
    list-style: none;
}

#bosyuu table ul.ad_howto dl {
    border: none;
    margin: 0;
    padding: 10px 0;
}

#bosyuu table ul.ad_howto dl dt {
    background: rgb(153, 0, 0);
    padding: 0.3em 0.5em;
    color: #fff;
    margin-bottom: 10px;
}

#bosyuu table ul.ad_howto dd p {
    margin: 10px;
    padding: 20px;
}

#bosyuu table dl.procedure {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 0 0;
    border: none;
    border-top: dotted #666 1px;
}

#bosyuu table dl.procedure dt {
    width: 8em;
}

#bosyuu table dl.procedure dd {
    width: calc(100% - 8em);
}

#bosyuu .ad_flow ol li {
    font-weight: bold;
    margin-bottom: 10px;
}

#bosyuu .ad_flow ol li dt {
    font-size: 120%;
    font-weight: bold;
}

#bosyuu .ad_flow ol li dd {
    font-size: 100%;
    font-weight: normal;
}

#bosyuu .ad_flow ol li dd span {
    display: block;
    font-size: 85%;
}

#bosyuu .schedule p span {
    display: inline-block;
    font-size: 85%;
}

.admission_policy {
    max-width: 800px;
    margin: 10px auto;
    padding: 10px 30px 20px;
    border: 3px double #ccc;
}

.admission_policy dt {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    text-align: center;
}

.admission_policy dd {
    font-size: 16px;
}

#bosyuu .btn_ao {
    text-align: right;
}

#bosyuu .btn_ao a {
    display: inline-block;
    padding: 5px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

#bosyuu .btn_ao a:after {
    content: "≫";
    margin-left: 0.5em;
}


/*20191218 スライダーの小さい画像用*/
.topslide li.small_bnr {
    position: relative;
}

.topslide li.small_bnr img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
}

/*20200227追記（2020年高校生向けAO入試）*/
#bosyuu_ao br.no_pc {
    display: none;
}

#bosyuu_ao .qualifications {
    padding: 30px 30px 30px 60px;
    border: solid 1px #ccc;
}

#bosyuu_ao .qualifications li {
    list-style: disc;
}

#bosyuu_ao ol.flow,
#bosyuu_general ol.flow {
    counter-reset: my-counter;
}

#bosyuu_ao ol.flow li,
#bosyuu_general ol.flow li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 34px;
    text-indent: -34px;
}

#bosyuu_ao ol.flow li:before,
#bosyuu_general ol.flow li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    text-indent: 0;
    background: #990000;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 1.6em;
    width: 1.6em;
    font-size: 85%;
    margin-right: 0.8em;
}

#bosyuu_ao .ad_howto {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#bosyuu_ao .ad_howto li {
    width: 32%;
    border: #ccc 1px solid;
}

#bosyuu_ao .ad_howto dl dt {
    background: #990000;
    padding: 0 0.8em;
    color: #fff;
}

#bosyuu_ao .ad_howto dl dd {
    padding: 10px 0.8em;
    border-top: none;
}

#bosyuu_ao .ad_howto dl dd em {
    font-weight: bold;
    color: #990000;
}

#bosyuu_ao .btn_ao {
    text-align: right;
}

#bosyuu_ao .btn_ao a {
    display: inline-block;
    padding: 5px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

#bosyuu_ao .btn_ao a:after {
    content: "≫";
    margin-left: 0.5em;
}

#bosyuu_ao .ad_howto dl dd .btn_ao {
    margin-top: 30px;
}

#bosyuu_ao .entry_note {
    border: solid 1px #333;
    padding: 20px 30px;
}

#bosyuu_ao .entry_note li dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#bosyuu_ao .entry_note li dl dt {
    font-weight: bold;
}

#bosyuu_ao .entry_note li dl dt:after {
    content: "：";
}

#bosyuu_ao .entry_note li.entry_term {
    font-size: 1.4rem;
}

#bosyuu_ao .entry_note li.entry_term dd {
    font-weight: bold;
    color: #990000;
}

#bosyuu_ao .ao_application {
    border: solid 1px #333;
    padding: 20px 30px;
    margin-bottom: 20px;
}

#bosyuu_ao .ao_application li dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#bosyuu_ao .ao_application li dl dt {
    font-weight: bold;
}

#bosyuu_ao .ao_application li dl dt:after {
    content: "：";
}

#bosyuu_ao .scholarship,
#bosyuu_ao .preschool {
    font-size: 1.6em;
    border: #ccc solid 1px;
    margin: 30px 0 20px 20px;
}

#bosyuu_ao .scholarship dt,
#bosyuu_ao .preschool dt {
    display: block;
    width: 10em;
    text-align: center;
    padding: 0 0.5em;
    background: #990000;
    color: #fff;
    margin: -10px auto 0 -20px;
}

#bosyuu_ao .scholarship dd,
#bosyuu_ao .preschool dd {
    display: block;
    width: 100%;
    padding: 1em;
}


.btn {
    text-align: center;
    margin: 30px auto 15px;
}

.btn li {
    display: inline-block;
}

ul.btn li.btn_more {
    width: 280px;
    padding: 12px 0;
    margin: 10px;
}

#bosyuu_general .img_center {
    margin: 0 0 10px;
}

#bosyuu_general .img_center img {
    width: 100%;
}

#bosyuu .notes {
    border: none;
    background: none;
    padding: 0;
    margin-top: 15px;
}

#bosyuu .notes li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    list-style: none;
    margin-left: 0;
}

#bosyuu #bosyuu_general table,
#bosyuu #bosyuu_ao table {
    margin-bottom: 30px;
}

#bosyuu_general>ul {
    margin-bottom: 10px;
}

#bosyuu_general>ul li {
    padding-left: 1em;
    text-indent: -1em;
}

#bosyuu #bosyuu_general table tbody td,
#bosyuu #bosyuu_ao table tbody td {
    padding: 20px;
}

#bosyuu #bosyuu_general table tbody th,
#bosyuu #bosyuu_ao table tbody th {
    padding: 20px 10px;
}

#bosyuu #bosyuu_general table dl.procedure,
#bosyuu #bosyuu_ao table td dl {
    border: 1px #bbb solid;
    margin: 15px;
    padding: 15px;
}

#bosyuu #bosyuu_general table dl.procedure dt {
    width: 6em;
    text-align: right;
}

#bosyuu #bosyuu_general table dl.procedure dd {
    width: calc(100% - 6em);
}

#bosyuu #bosyuu_general table dl dd,
#bosyuu #bosyuu_ao table dl dd {
    margin-bottom: 10px;
    padding: 0;
}

/*******************/
.ttl_history {}

.ttl_history .flex_area {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 0;
}


.ttl_history .logo_area {
    width: 28%;
}


.ttl_history .text_area {
    width: 70%;
}
.ttl_history .dib{
    display: inline-block;
}

.ttl_history .text_area h1 {
    font-size: clamp(1.125rem, 0.98rem + 0.72vw, 1.875rem);
    text-align: left;
    margin: 0;
}

.wrapper.ttl_history h1 span::after {
    content: unset;
    display: unset;
    margin-bottom: unset;
}

.wrapper.ttl_history h1 span {
    font-size: unset;
    font-weight: normal;
    text-align: unset;
    border-bottom: unset;
    padding-bottom: unset;
    letter-spacing: unset;
    text-align: left;
    font-weight: bold;
}

/*ブレイクポイント 以下*/
@media (max-width: 899px) {
    .ttl_history .text_area {
        width: 100%;
    }

    .ttl_history .text_area h1 {
        text-align: center;
    }
}