@charset "UTF-8";
/* Reset Style */


/*共通*/

body {
    counter-reset: titleNum;
}

.bg_gray{
  background:#f2f2f2;
}
.bg_hdblue{
  background:#e1ebff;
}

.point_box02 .point_box_ttl {
    counter-increment: titleNum;
}
.point_box02 .point_box_ttl {
    color: #c59c00;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 30px 0 20px 0;
    bottom: 1px;
    position: relative;
    padding: 0 0 .5em 2em;
    border-bottom: 1px solid #ccc;
}
.point_box02 .point_box_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(titleNum);
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #ccc;
    background-color: #c59c00;
    border-radius: 100%;
    color: #fff;
    font-size: .9em;
    text-align: center;
}
.point_box_txt {
    margin: 10px 0 20px 50px;
}


.line140{line-height:140%;}
.line150{line-height:150%;}
.line160{line-height:160%;}
.line170{line-height:170%;}
.line180{line-height:180%;}
.line190{line-height:190%;}
.line200{line-height:200%;}



/*規約*/
.kiyaku ol li{
  margin:20px 0;
}
.kiyaku li ul{
margin: 0 0 0 0em;
padding: 0;
}
.kiyaku li ol li{
  margin:15px 0;
}

/*募集人数*/
.boshu{
  margin:0 20px 40px 20px;
}
.boshu-info{
  padding:20px 40px;
}

.boshu .boshu-gaku{
  font-size:2em;
font-feature-settings : "palt" 1;

}



.boshu .boshu-no{
  font-size:2.8em;
  color:#f00;
  font-weight:normal;
font-feature-settings : "palt" 1;
}


.box29 {
    margin: 2em 0;
    background: #dcefff;
    background: #fffbf4;
  
    border-radius:4px;
    border: solid 2px #5fb3f5;
}
.box29 .box-title {
    font-size: 1.4em;
    background: #5fb3f5;
    padding: 15px 0 15px 20px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0;
    padding: 0;
}
/*
フォントサイズが小さいので大きくするクラス
*/
.fsizeup {
    min-height: 3em;
    font-size: 1.1em;
    line-height: 1.9em;
}
/* ----------------------------------------------------------------------
 蛍光マーカー
---------------------------------------------------------------------- */
.marker_water {
    background: linear-gradient(transparent 60%, #e8f3e4 60%);
}
.marker_green {
    background: linear-gradient(transparent 60%, #E4E5A5 60%);
}
/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.al-c {
    text-align: center !important
} /* 中央寄せ */
.al-r {
    text-align: right !important
}
  /* 右寄せ */
.al-l {
    text-align: left !important
} /* 左寄せ */
table.bd td { border: 1px solid #ccc; }
table.bd th { border: 1px solid #ccc; }
table.td-center td { 
  text-align:center;
}
table.td-center th { 
  text-align:center;
}




.line180 {
    line-height: 180%;
}
.line190 {
    line-height: 190%;
}
.line200 {
    line-height: 200%;
}
.b {
    font-weight: 700 !important;
}
     /* 太字 */
.u {
    text-decoration: underline !important;
}
     /* 下線 */
.del {
    text-decoration: line-throug
} /* 打ち消し線 */
  /* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red {
    color: #f00 !important
}
     /* 赤色 */
.blue {
    color: #2ca9e1 !important
}
    /* 青色 */
.green {
    color: #82ae46 !important
}
   /* 緑色 */
.orange {
    color: #ff7d00 !important
}
    /* 橙色 */
.yellow {
    color: #fff000 !important
}
    /* 黄色 */
.pink {
    color: #ff0084 !important
}
    /* ピンク */
.gray {
    color: #999999 !important
}
    /* グレー */
.white {
    color: #fff !important
}
    /* 白 */


/*高校部*/

.koukou h3{
font-size: 5.4rem;
font-weight: bold;
margin-bottom: 25px;
}

/*
QA
*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cp_qa .cp_qanda {
    line-height: 1.5;
    position: relative;
    margin: 0 0 4em 5em;
    padding: 0 0 0 1em;
    border-left: 1px solid #c3d7ff;
}
.cp_qa .quest {
    font-size: 1.4em;
    font-weight: bold;
    bottom: -1em;
    left: 5em;
    display: inline-block;
    text-align: left;
}
.cp_qa .cp_qanda::before {
    color: #c3d7ff;
    font-family: serif;
    font-size: 4em;
    position: absolute;
    top: -0.4em;
    left: -1em;
    display: inline-block;
    width: 3em;
    content: 'Q';
}
.cp_qa .answer {
    min-height: 3em;
    font-size: 1.0em;
    line-height: 1.9em;
    margin-top: 30px;
}
/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text10 {
    font-size: 10%
}
.text20 {
    font-size: 20%
}
.text30 {
    font-size: 30%
}
.text40 {
    font-size: 40%
}
.text50 {
    font-size: 50%
}
.text60 {
    font-size: 60%
}
.text70 {
    font-size: 70%
}
      /* フォントサイズ70% */
.text80 {
    font-size: 80%
}
.text90 {
    font-size: 90%
}
.text100 {
    font-size: 100%
}
.text110 {
    font-size: 110%
}
.text120 {
    font-size: 120%
}
.text130 {
    font-size: 130%
}
.text140 {
    font-size: 140%
}
.text150 {
    font-size: 150%
}
.text160 {
    font-size: 160%
}
.text170 {
    font-size: 170%
}
.text180 {
    font-size: 180%
}
.text190 {
    font-size: 190%
}
.text200 {
    font-size: 200%
}
.text210 {
    font-size: 210%
}
.text220 {
    font-size: 220%
}
.text230 {
    font-size: 230%
}
.text240 {
    font-size: 240%
}
.text250 {
    font-size: 250%
}
.text260 {
    font-size: 260%
}
.text270 {
    font-size: 270%
}
.text280 {
    font-size: 280%
}
.text290 {
    font-size: 290%
}
.text300 {
    font-size: 300%
}
.tel_text{
    font-size: 180% !important
}

/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0 {
    margin: 0 !important
}
    /* margin 0px を指定するクラス */
.mt0 {
    margin-top: 0 !important
}
   /* margin-top0px を指定するクラス */
.mr0 {
    margin-right: 0 !important
}
   /* margin-right0px を指定するクラス*/
.mb0 {
    margin-bottom: 0 !important
}
  /* margin-bottom0px を指定するクラス*/
.ml0 {
    margin-left: 0 !important
}
    /* margin-left0px を指定するクラス*/
  .m5 {
    margin: 5px !important
}
.mt5 {
    margin-top: 5px !important
}
.mr5 {
    margin-right: 5px !important
}
.mb5 {
    margin-bottom: 5px !important
}
.ml5 {
    margin-left: 5px !important
}
  .m10 {
    margin: 10px !important
}
.mt10 {
    margin-top: 10px !important
}
.mr10 {
    margin-right: 10px !important
}
.mb10 {
    margin-bottom: 10px !important
}
.ml10 {
    margin-left: 10px !important
}
  .m15 {
    margin: 15px !important
}
.mt15 {
    margin-top: 15px !important
}
.mr15 {
    margin-right: 15px !important
}
.mb15 {
    margin-bottom: 15px !important
}
.ml15 {
    margin-left: 15px !important
}
  .m20 {
    margin: 20px !important
}
.mt20 {
    margin-top: 20px !important
}
.mr20 {
    margin-right: 20px !important
}
.mb20 {
    margin-bottom: 20px !important
}
.ml20 {
    margin-left: 20px !important
}
  .m25 {
    margin: 25px !important
}
.mt25 {
    margin-top: 25px !important
}
.mr25 {
    margin-right: 25px !important
}
.mb25 {
    margin-bottom: 25px !important
}
.ml25 {
    margin-left: 25px !important
}
  .m30 {
    margin: 30px !important
}
.mt30 {
    margin-top: 30px !important
}
.mr30 {
    margin-right: 30px !important
}
.mb30 {
    margin-bottom: 30px !important
}
.ml30 {
    margin-left: 30px !important
}
  .m35 {
    margin: 35px !important
}
.mt35 {
    margin-top: 35px !important
}
.mr35 {
    margin-right: 35px !important
}
.mb35 {
    margin-bottom: 35px !important
}
.ml35 {
    margin-left: 35px !important
}
  .m40 {
    margin: 40px !important
}
.mt40 {
    margin-top: 40px !important
}
.mr40 {
    margin-right: 40px !important
}
.mb40 {
    margin-bottom: 40px !important
}
.ml40 {
    margin-left: 40px !important
}
  .m45 {
    margin: 45px !important
}
.mt45 {
    margin-top: 45px !important
}
.mr45 {
    margin-right: 45px !important
}
.mb45 {
    margin-bottom: 45px !important
}
.ml45 {
    margin-left: 45px !important
}
  .m50 {
    margin: 50px !important
}
.mt50 {
    margin-top: 50px !important
}
.mr50 {
    margin-right: 50px !important
}
.mb50 {
    margin-bottom: 50px !important
}
.ml50 {
    margin-left: 50px !important
}
  .m55 {
    margin: 55px !important
}
.mt55 {
    margin-top: 55px !important
}
.mr55 {
    margin-right: 55px !important
}
.mb55 {
    margin-bottom: 55px !important
}
  .ml55 {
    margin-left: 55px !important
}
.m60 {
    margin: 60px !important
}
.mt60 {
    margin-top: 60px !important
}
.mr60 {
    margin-right: 60px !important
}
.mb60 {
    margin-bottom: 60px !important
}
.ml60 {
    margin-left: 60px !important
}
  .m65 {
    margin: 65px !important
}
.mt65 {
    margin-top: 65px !important
}
.mr65 {
    margin-right: 65px !important
}
.mb65 {
    margin-bottom: 65px !important
}
.ml65 {
    margin-left: 65px !important
}
  .m70 {
    margin: 70px !important
}
.mr70 {
    margin-right: 70px !important
}
.mb70 {
    margin-bottom: 70px !important
}
.ml70 {
    margin-left: 70px !important
}
  .m75 {
    margin: 75px !important
}
.mt75 {
    margin-top: 75px !important
}
.mr75 {
    margin-right: 75px !important
}
.mb75 {
    margin-bottom: 75px !important
}
.ml75 {
    margin-left: 75px !important
}
  .m80 {
    margin: 80px !important
}
.mt80 {
    margin-top: 80px !important
}
.mr80 {
    margin-right: 80px !important
}
.mb80 {
    margin-bottom: 80px !important
}
.ml80 {
    margin-left: 80px !important
}
  .m90 {
    margin: 90px !important
}
.mt90 {
    margin-top: 90px !important
}
.mr90 {
    margin-right: 90px !important
}
.mb90 {
    margin-bottom: 90px !important
}
.ml90 {
    margin-left: 90px !important
}
  .m100 {
    margin: 100px !important
}
.mt100 {
    margin-top: 100px !important
}
.mr100 {
    margin-right: 100px !important
}
.mb100 {
    margin-bottom: 100px !important
}
.ml100 {
    margin-left: 100px !important
}
  .m110 {
    margin: 110px !important
}
.mt110 {
    margin-top: 110px !important
}
.mr110 {
    margin-right: 110px !important
}
.mb110 {
    margin-bottom: 110px !important
}
.ml110 {
    margin-left: 110px !important
}
  .m120 {
    margin: 120px !important
}
.mt120 {
    margin-top: 120px !important
}
.mr120 {
    margin-right: 120px !important
}
.mb120 {
    margin-bottom: 120px !important
}
.ml120 {
    margin-left: 120px !important
}

.ml5p {
    margin-left: 5% !important
}
/*default*/
.lower_ttl_parent.default_color::before {
    background: rgba(221, 221, 221, 0.4);
}
.lower_ttl_parent.main_default::after {
    background: url("../../img/main/main_default.jpg") no-repeat center center;
    background-size: cover;
}
/*冬期講習*/
.lower_ttl_parent.winter_color::before {
    background: rgba(135, 175, 255, 0.5);
}
.lower_ttl_parent.main_winter::after {
    background: url("../../img/main/main_winter.jpg") no-repeat center center;
    background-size: cover;
}
/*夏期講習*/
.lower_ttl_parent.summer_color::before {
    background: rgba(135, 175, 255, 0.5);
}
.lower_ttl_parent.main_summer::after {
    background: url("../../img/main/main_summer.jpg") no-repeat center center;
    background-size: cover;
}
/*春期講習*/
.lower_ttl_parent.spring_color::before {
    background: rgba(135, 175, 255, 0.5);
}
.lower_ttl_parent.main_spring::after {
    background: url("../../img/main/main_spring.jpg") no-repeat center center;
    background-size: cover;
}
/*小学部*/
.lower_ttl_parent.shougaku_color::before {
    background: rgba(135, 175, 255, 0.5);
}
.lower_ttl_parent.main_shougaku::after {
    background: url("../../img/main/main_shougaku.jpg") no-repeat center center;
    background-size: cover;
}
/*中学部*/
.lower_ttl_parent.chugaku_color::before {
    background: rgba(159, 210, 140, 0.5);
}
.lower_ttl_parent.main_chugaku::after {
    background: url("../../img/main/main_chugaku.jpg") no-repeat right center;
    background-size: cover;
}
/*高校部*/
.lower_ttl_parent.koukou_color::before {
    background: rgba(198, 205, 33, 0.5);
}
.lower_ttl_parent.main_koukou::after {
    background: url("../../img/main/main_koukou.jpg") no-repeat right center;
    background-size: cover;
}
/*個別指導*/
.lower_ttl_parent.kobetu_color::before {
    background: rgba(204, 171, 162, 0.5);
}
.lower_ttl_parent.main_kobetu::after {
    background: url("../../img/main/main_kobetu.jpg") no-repeat center center;
    background-size: cover;
}
/*プログラム*/
.lower_ttl_parent.program_color::before {
    background: rgba(133, 210, 237, 0.5);
}
.lower_ttl_parent.main_program::after {
    background: url("../../img/main/main_program.jpg") no-repeat center center;
    background-size: cover;
}


.lower_ttl_parent.construction_special_color::before {
    background: rgba(224, 195, 252, 0.5);
}
/*フロー1 */
.flow table {
    border-collapse: collapse;
    border-spacing: 0;
}
.flow caption, th, tr, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    border: 0px;
}
.flow q, blockquote {
    quotes: none;
}
.flow q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
.flow a img {
    border: none;
}
.flow img {
    vertical-align: bottom;
}
.flow a {
    color: inherit;
    text-decoration: none;
}
.flow .step-list__line {
    border-bottom: 1px solid #DDD;
}
.flow .step-list__line:first-child {
    border-top: 0px solid #DDD;
}
.flow .step-list__line:last-child {
    border: none;
}
.flow .step-list__cell {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-right: 20px;
    vertical-align: top;
}
.flow .step-list__down--blue .step-list__rect {
    background-color: #3498db;
}
.flow .step-list__down--blue .step-list__tri {
    border-top: 30px solid #3498db;
}
.flow .step-list__down--red .step-list__rect {
    background-color: #c0392b;
}
.flow .step-list__down--red .step-list__tri {
    border-top: 30px solid #c0392b;
}
.flow .step-list__down--yellow .step-list__rect {
    background-color: #f39c12;
}
.flow .step-list__down--yellow .step-list__tri {
    border-top: 30px solid #f39c12;
}
.flow .step-list__rect {
    width: 60px;
    min-height: 180px;
    background-color: #3498db;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px;
    border-radius: 0px 0px 0 0;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    font-size: 24px;
    letter-spacing: 0.1em;
}
.flow .step-list__tri {
    width: 0px;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #3498db;
}
.flow .step-list__heading {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0px;
}
.flow .step-list__text {
    margin-bottom: 20px;
    line-height: 1.5em;
    font-size: 1.6rem;
}


/*タイトル*/
.ttl04{
  margin-top:50px;
  margin-bottom:30px;
}
.ttl03 .jp{
  padding-top:20px;
}


.ttl14 {
    font-size: 2.4rem;
    color: #c59c00;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .2rem;
}
.ttl14::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #111;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ttl15 {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.ttl15::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #ddd;
}


.ttl16 {
  font-size: 4.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative; }
  .ttl16::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px; 
    background: #111; }

.ttl17 {
  font-size: 4.0rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative; 
  text-align:center;
  }
  .ttl17::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px; 
    background: #111; }



.ttl01-2 {
    border-left: 1px solid #222;
    font-size: 2.4rem;
    font-weight: 500;
    padding-left: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.under01 {
    position: relative;
    display: inline-block;
    z-index: 10;
    font-weight: 700;
    padding: 0 10px;
}
.redbig {
    color: #e84608;
    color: #f00;
    font-size: 120%;
    font-weight: bold;
    text-decoration: underline;
}
.redtext{
    color: #f00;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
}
.goukaku-img {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.goukaku-ttl {
    margin-top: 100px;
}

.ttl13{
  margin-top:30px;
  margin-left:20px;
}
.ttl06{
  margin-top:100px;
}
.ttl15{
  margin:10px 0 30px 0;
}

.br-sm-none{ display:none; }


table .td-center td{
  text-align:center;
}

/* --------------------------------------
 スマホ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {

.btn01{
  margin-bottom:30px;
}

.flow .step-list__rect {
  width:30px;
  padding:10px 3px 0px 3px;
  font-size:0.8em;
  margin-top:34px;
}
.flow .step-list__down--blue .step-list__tri {
    border-top: 15px solid #3498db;
}
.flow .step-list__tri {
    width: 0px;
    height: 0;
    border: 15px solid transparent;
    border-top: 30px solid #3498db;
}
.flow .step-list__heading {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.br-none { display:none; }
.br-sm-none{ display:true; }

table.td-center td { 
  text-align:center;
  font-size:80%;
}
table.td-center th { 
  text-align:center;
  font-size:80%;
}

.m-subject_child .subject_child_head .head_in {
    margin-top: 0px;
}

.ttl06{
  margin-top:0px;
  margin-bottom:0px;
}

.box29{
  margin:1em 0;
}

.boshu{
  margin:0 1px 5px 5px;
}
.boshu-info{
  padding:5px 5px;
}
.boshu .boshu-gaku{
  font-size:1.1em;
}
.boshu .boshu-no{
  font-size:1.4em;
}
.ttl01-2 {
    border-left: 1px solid #222;
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: 500;
    padding-left: 15px;
}
.flow .step-list__cell {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 0px;
    padding-left: 10px;
    vertical-align: top;
}
.goukaku-img {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.goukaku-ttl {
    margin-top: 40px;
}
.text200 {
    font-size: 120%;
}
.ttl03 {
    margin-top:20px;
    margin-bottom: 5px;
}
.ttl13{
    margin-top:30px;
    margin-left:0px;
}
.ttl15{
    margin-top:30px;
    margin-bottom:20px;
}
.dot_list li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 5px;
    font-size: 16px;
}
.dot_list li::before {
    content: "・";
    position: absolute;
    left: -35px;
    top: 0;
    color: #c59c00;
    font-weight: bold;
    font-size: 2.5rem;
}
.m-subject_child .point .point_box.no01 .text::before {
    background-size: 80px;
}
.m-subject_child .point .point_box.no02 .text::before {
    background-size: 80px;
}
.m-subject_child .point .point_box.no03 .text::before {
    background-size: 80px;
}
.m-subject_child .point .point_box.no04 .text::before {
    background-size: 80px;
}
.m-subject_child .point .point_box.no05 .text::before {
    background-size: 80px;
}
.m-subject_child .point .point_box.no06 .text::before {
    background-size: 80px;
}
.m-subject_child .point .point_box.no07 .text::before {
    background-size: 80px;
}
.cp_qa .cp_qanda {
    margin: 0 0 4em 2em;
}
.cp_qa .quest {
    font-size: 1.4em;
}
.cp_qa .cp_qanda::before {
    font-size: 3em;
}
.m-index .index_subject .box_in ul li::before {
    content: "・";
}
.m-index .index_subject .box_in ul li::after {
    content: "";
}
.point_box02 .point_box_ttl {
    font-size: 2.0rem;
}
.point_box02 .point_box_ttl::before {
    width: 26px;
    height: 26px;
    line-height: 26px;
}
.point_box_txt {
    margin-left: 10px;
}
/* --------------------------------------
 スマホ end
-------------------------------------------------- */
}

.main_program {
    
}
