@charset "utf-8";

/* ================================================================================
	FAQ LAYOUT
================================================================================ */

@media print, screen and (min-width:768px) {

  /* -----------------------------------------------------------------INDEX */

  #shingaku_seminar_inner{
    margin-left: auto;
    margin-right: auto;
    padding: 90px 20px 90px;
    max-width: 1120px;
  }


  #shingaku_seminar_inner .head_txt{
    font-size: 50px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  #shingaku_seminar_inner .head_txt:before{
    background-color: #000;
    content: "";
    display: block;
    margin-bottom: 40px;
    height: 4px;
    width: 66px;
  }
  #shingaku_seminar_inner .head_txt + p{
    line-height: 2;
  }
  #shingaku_seminar_inner > h2 + p{
    margin-top: 35px;
    line-height: 2;
  }
  #shingaku_seminar_inner > h3{
    background-color: #f3f3f3;
    border: #c1c1c1 1px solid;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    line-height: 1;
    margin-top: 40px;
  }


  #shingaku_seminar_inner > dt{
    background-color: #f3f3f3;
    border: 1px solid #c1c1c1;
    display: table;
    margin-top: 65px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    width: 100%;
  }
  #shingaku_seminar_inner > dt:before{
    background-color: #ff2400;
    background-position: center center;
    background-image: url(../../site_common/img/icon_plus.png);
    background-repeat: no-repeat;
    content: "";
    display: table-cell;
    height: 46px;
    width: 46px;
  }
  #shingaku_seminar_inner > dt > span{
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
  }
  #shingaku_seminar_inner > dt.open:before{
    background-image: url(../../site_common/img/icon_minus.png);
  }
  #shingaku_seminar_inner > dd{
    display: none;
    padding-bottom: 20px;
  }
  #shingaku_seminar_inner > dt.open + dd{
    display: block;
  }



}


@media (max-width: 1024px) and (min-width: 768px) {
  /* -----------------------------------------------------------------INDEX */

}
#shingaku_seminar_inner .catch {font-size: 140%; font-weight: bold; color:#91b941; }
#shingaku_seminar_inner .table {width: 100%; margin-top: 2em;}
#shingaku_seminar_inner .table th {font-weight: bold; background: #edfbd1; width: 18%;}
#shingaku_seminar_inner .table th, #shingaku_seminar_inner .table td {border: 1px solid #91b941;padding: 1em;}
#shingaku_seminar_inner .map {margin-top: 2em; }

@media (max-width: 767px) {
  /* -----------------------------------------------------------------INDEX */

  /* -----------------------------------------------------------------INDEX */
  #shingaku_seminar_inner{
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #shingaku_seminar_inner .capter_head{
    margin-left: -15px;
    margin-right: -15px;
  }

  #shingaku_seminar_inner .head_txt{
    font-size: 25px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #shingaku_seminar_inner .head_txt:before{
    background-color: #000;
    content: "";
    display: block;
    margin-bottom: 40px;
    height: 4px;
    width: 66px;
  }
  #shingaku_seminar_inner .head_txt + p{
    line-height: 2;
  }
  #shingaku_seminar_inner > h2 + p{
    margin-top: 35px;
    line-height: 2;
  }
  #shingaku_seminar_inner > h3{
    background-color: #f3f3f3;
    border: #c1c1c1 1px solid;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    line-height: 1;
    margin-top: 40px;
  }

  .results > p{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 0 20px;
    margin-top: 20px;
  }



  #shingaku_seminar_list > dt{
    background-color: #f3f3f3;
    border: 1px solid #c1c1c1;
    display: table;
    margin-top: 65px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    width: 100%;
  }
  #shingaku_seminar_list > dt:before{
    background-color: #ff2400;
    background-position: center center;
    background-image: url(../../site_common/img/icon_plus.png);
    background-repeat: no-repeat;
    content: "";
    display: table-cell;
    height: 46px;
    width: 46px;
  }
  #shingaku_seminar_list > dt > span{
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
  }
  #shingaku_seminar_list > dt.open:before{
    background-image: url(../../site_common/img/icon_minus.png);
  }
  #shingaku_seminar_list > dd{
    display: none;
    padding-bottom: 20px;
  }
  #shingaku_seminar_list > dt.open + dd{
    display: block;
  }


  #results_select{
    background: url(../img/bg_results_select.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 50px;
    text-align: center;
    padding: 40px 0;
  }
  #results_select > div{
    background-color:rgba(145,185,65,.9);
    border-radius: 5px;
    color: #FFF;
    padding: 45px;
    margin: 20px 40px;
  }
  #results_select > div > dl > dt{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
  }
  #results_select > div > dl > dt:after{
    background-color: #FFF;
    content: "";
    display: block;
    margin: 20px auto 0;
    height: 4px;
    width: 70px;
  }
  #results_select > div > dl > dd{
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
  }
  #results_select > div .btn{
    margin-top: 25px;
  }
  #results_select > div .btn > span{
    background: url(../../site_common/img/icon_blank.png) left center no-repeat;
  }

  table th, table td, .table_date_time th, .table_price th, .table_date_time td, .table_price td {display: block; width: 100%;}
  table, table th, table td {border-collapse: collapse;}
}

/*---------------------------
　　土曜特訓
---------------------------*/
#saturday_training01 #introduction_body .image {background: url(../img/saturday_training_01kv.jpg) left center no-repeat; background-size: 100%;}
#saturday_training02 #introduction_body .image {background: url(../img/saturday_training_02kv.jpg) left center no-repeat; background-size: 100%;}
.btn_link {padding: 15px 50px 15px 60px; border-radius: 35px; }
.req_btn a {color: #fff; text-decoration:none; }
