@charset "utf-8";

/*************************************
      共通
*************************************/
@font-face {
  font-family: myfont;
  src: url('../_font/logo_type_gothic.otf') format('opentype');
}

br.pc {
  display: inline;
}

br.sp {
  display: none;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  br.pc {
    display: none;
  }

  br.sp {
    display: inline;
  }

  .tel_num a:hover {
    text-decoration: none;
  }
}

html {
  font-size: 62.5%;
}

body {
  background-color: #F6F6F6;
  -webkit-text-size-adjust: 100%;
}

.headerArea {
  height: 197px;
  width: 100%;
  position: absolute;
  top: 0px;
  background-color: #fff;
  padding-top: 10px;
  z-index: 100;
  transition: height 0.2s ease-out;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .headerArea {
    padding-top: 0;
    height: auto;
    /*padding-bottom: 3em;*/
    position: relative;
    transition: all 0.2s ease-out;
  }

  @media screen and (orientation: landscape) {

    /* 横向きの場合のスタイル */
    .headerArea .headerInquiry::after {
      display: none;
    }
  }
}

.lead {
  color: #666;
  font-size: 1.15rem;
  width: 1000px;
  margin: 0 auto;
}

.lead span {
  display: inline;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .lead {
    width: 100%;
    background-color: #00317D;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
  }

  .lead span {
    width: auto;
    display: inline-block;
  }

  .lead span.pc {
    display: none;
  }
}

.headerArea_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .headerArea_inner {
    width: 100%;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
}

.schoolName {
  width: 581px;
  font-family: myfont, sans-serif;
  font-size: 4.0rem;
  font-weight: bold;
  color: #00317D;
  line-height: 1em;
  padding: 16px 0 14px;
  height: 70px;
}

.schoolName img {
  width: 100%;
  transition: 0.1s ease-out;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .schoolName {
    height: inherit;
    width: 90%;
    margin: 0 auto;
  }
}

/*ヘッダー申込みボタン*/
.header-trial {
  /*表示*/
  display: block;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  align-items: baseline;
  /*配置*/
  position: absolute;
  right: 0px;
  top: -17px;
  /*margin→border→padding→width→height*/
  width: 200px;
  /*背景*/
  /*文字*/
}

.header-trial-btn {
  width: 200px;
  padding-bottom: 5px;
}

.header-trial-btn>a {
  /*表示*/
  display: flex;
  justify-content: center;
  align-items: baseline;
  box-sizing: border-box;
  /*配置*/
  /*margin→border→padding→width→height*/
  width: 100%;
  /*height: 50px;*/
  /*背景*/
  /*文字*/
  transition: 0.1s;
}

.header-trial-btn>a>img {
  width: 100%;
}

.header-tel {
  width: 100%;
  text-align: center;
}

.header-tel-title {
  display: block;
  font-size: 1.5rem;
  font-family: YuMincho
    /* Mac用 */
    , 'Yu Mincho'
    /* Windows用 */
    , serif;
  color: #333;
  font-weight: bold;
  line-height: 1em;
}

.header-tel-tel {
  color: #333;
  font-family:
    YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  display: inline-block;
  padding-left: 20px;
  background: url("../_img/common/icon_tel.png") no-repeat left center;
  background-size: 18px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1em;
}

.header-trial-mb {
  display: none
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header-trial {
    display: none;
  }

  .header-trial-mb {
    display: block;
    text-align: center;
  }

  .header-trial-mb p {
    font-family: YuMincho
      /* Mac用 */
      , 'Yu Mincho'
      /* Windows用 */
      , serif;
    font-size: 6vw;
    color: #333;
    font-weight: bold;
    line-height: 1em;
  }

  .header-trial-mb-inner {
    /*表示*/
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    /*配置*/
    /*margin→border→padding→width→height*/
    padding: 2%;
    /*背景*/
    /*文字*/
  }

  .header-trial-mb-inner p {
    width: 49%;
  }

  .header-trial-mb-inner p a {
    /*表示*/
    display: block;
    box-sizing: border-box;
    /*配置*/
    /*margin→border→padding→width→height*/
    /*背景*/
    background: url("../_img/common/icon_trial_arrow.png") no-repeat left 4% center #00317D;
    padding: 4%;
    /*border-radius: 5px;*/
    /*文字*/
    font-family: myfont;
    color: #fff;
    font-weight: normal;
  }

  .header-trial-mb-inner p a span {
    display: none;
  }

  .headerArea.fixed2 .header-trial-mb-inner p a {
    color: #fff;
    border: 3px solid #fff;
    font-size: 95%;
    padding: 0.3em 0;
  }

  .headerArea.fixed2 .header-trial-mb-inner p a img {
    display: none;
  }

  .headerArea.fixed2 .header-trial-mb-inner p a span {
    display: block;

  }


}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .headerInquiry {
    position: static;
    text-align: center;
    transition: all 0.2s ease-out;
  }

  .headerArea .headerInquiry:after {
    position: absolute;
    left: 0;
    bottom: 1em;
    width: 100%;
    content: "電話番号をタップすると電話がかけられます";
    font-size: 1.4rem;
    transition: all 0.2s ease-out;
    line-height: 1.5em;
  }
}

/*ヘッダー固定時のCSS*/
.headerArea.fixed {
  height: 82px;
  position: fixed;
  top: -28px;
}

.headerArea.fixed .headerArea_inner {
  padding-bottom: 0;
}

.headerArea.fixed .schoolName {
  height: 35px;
}

.headerArea.fixed .schoolName img {
  width: 350px;
  height: 35px;
}

.headerArea.fixed .header-trial {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 350px;
  justify-content: space-between;
  bottom: 0px;
  height: 60px;
  top: auto;
}

.headerArea.fixed .header-trial-btn,
.headerArea.fixed .header-trial-btn a {
  width: 130px;
}

.headerArea.fixed .header-trial-btn a .header-trial-small {
  display: none;
}

.headerArea.fixed .header-tel {
  width: 220px;
}


/*グローバルナビゲーション*/
.gnavi {
  width: 100%;
  background-color: #00317D;
  padding: 10px 0;
  /* 30pxから10pxに変更（固定時の高さ） */
  transition: padding 0.2s ease-out;
}

.gnavi_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 垂直方向で中央揃え */
  box-sizing: border-box;
  width: 1000px;
  border-right: 1px solid #B0D4F7;
  margin: 0 auto;
}

.gnavi_inner li {
  display: flex;
  align-items: center;
  /* li内も垂直中央揃え */
}

.gnavi_inner li a {
  display: flex;
  flex-direction: column;
  /* テキストを縦方向に配置 */
  justify-content: center;
  /* 垂直方向で中央揃え */
  border-left: 1px solid #B0D4F7;
  padding: 10px 12px;
  /* 上下にpaddingを追加 */
  text-align: center;
  color: #fff;
  font-family: myfont, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  transition: font-size 0.2s ease-out;
}

.gnavi label,
.gnavi input {
  display: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5em;
}

/*グローバルナビゲーション固定*/
.headerArea.fixed .gnavi {
  padding: 10px 0;
}

.headerArea.fixed .gnavi_inner li a {
  font-size: 1.6rem;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .gnavi {
    width: 100%;
    background-color: #0A276B;
    padding: 0;
    transition: padding 0.2s ease-out;
  }

  .gnavi label {
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    font-size: 1.6rem;
    height: 2em;
  }

  .gnavi label:after {
    position: absolute;
    content: "+";
    font-weight: bold;
    width: 1.2em;
    height: 1.2em;
    top: 0.3em;
    border-radius: 0.8em;
    line-height: 1em;
    color: #fff;
    border: 2px solid #fff;
    background-color: #0c0;
    left: 20%;
  }

  .gnavi label span {
    position: absolute;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2em;
    height: 2em;
    transition: top 0.5s ease-out;
    overflow: hidden;
    display: block;
    width: 100%;
  }

  .gnavi input[type="checkbox"]~label span.open {
    top: 0;
  }

  .gnavi input[type="checkbox"]~label span.close {
    top: 100px;
  }

  .gnavi input[type="checkbox"]:checked~label span.open {
    top: -100px;
  }

  .gnavi input[type="checkbox"]:checked~label span.close {
    top: 0;
  }

  .gnavi input[type="checkbox"]~.gnavi_inner {
    width: 100%;
    height: 0;
    overflow: hidden;
    border-right: none;
    margin: 0 auto;
    transition: height 0.5s ease-out;
    font-size: 2.2rem;
  }

  .gnavi input[type="checkbox"]:checked~.gnavi_inner {
    height: auto;
    /* 自動で高さを調整 */
    max-height: 100vh;
    /* 画面の高さを超えないように */
    overflow-y: auto;
    /* 必要に応じてスクロール可能に */
  }

  .gnavi_inner {
    display: block;
  }

  .gnavi_inner li {
    display: block;
    /* PC版のflexを上書き */
  }

  .gnavi_inner li:first-child a {
    border-top: 1px solid #8DC0F4;
  }

  .gnavi_inner li a {
    background-color: #00317D;
    display: block;
    width: auto;
    float: none;
    border-left: none;
    font-size: 2.2rem;
    transition: font-size 0.2s ease-out;
    line-height: 2em;
    border-bottom: 1px solid #8DC0F4;
  }
}

.gnavi label:after {
  transition: all 0.5s ease-out;
}

.gnavi input[type="checkbox"]:checked~label:after {
  background-color: #C00;
  transform: rotate(135deg);
}


.headerArea.fixed .gnavi {
  padding: 10px 0;
}

.headerArea.fixed .gnavi_inner li a {
  font-size: 1.6rem;
}

.headerArea.fixed .headerInquiry {
  top: 0px;
  z-index: 100
}

.headerArea.fixed2 .headerInquiry {
  top: 0px;
  z-index: 100
}

.headerArea.fixed .headerInquiry_title {
  font-size: 1.9rem;
}

.headerArea.fixed .headerInquiry_tel {
  font-size: 3.0rem;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .headerArea.fixed {
    position: static;
    top: 0;
    height: auto;
  }

  .headerArea.fixed h1.schoolName {
    font-size: 4.0rem;
    font-weight: bold;
    color: #333;
    line-height: 1em;
    height: auto;
    padding: 15px 0 10px;
    transition: padding 0.2s ease-out;
    transition: font-size 0.2s ease-out;
  }

  .headerArea.fixed .headerInquiry_title {
    font-size: 2.3rem;
  }

  .headerArea.fixed .headerInquiry_tel {
    font-size: 3.5rem;
  }

  .headerArea.fixed .header-trial {
    display: none;
  }

  .headerArea.fixed2 .header-trial-mb {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    right: auto;
    left: 0px;
    padding-top: 0.5em;
    padding-bottom: 1.0em;
    transition: top 0.2s ease-out;
    z-index: 100;
  }

  .headerArea.fixed2 .header-trial-mb p {
    font-size: 1.8rem;
  }

  .headerArea.fixed2 .header-trial-mb-inner {
    font-size: 1.8rem;
  }

  .headerArea.fixed .gnavi {
    padding: 0;
  }

  .headerArea.fixed .gnavi_inner li a {
    font-size: 2.2rem;
  }
}

/*************************************
      Containerエリア
*************************************/
#container {
  padding-top: 207px;
  width: 100%;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  #container {
    padding-top: 0;
    width: 100%;
  }
}

/*アンカーで飛んだとき、Fixedで隠れないようにするため*/
#main,
#feature,
#course,
#about,
#flow,
#price,
#map {
  margin: -60px auto 0;
  padding-top: 60px;
}

#container h2 {
  color: #fff;
  background-color: #00317D;
  text-align: center;
  padding: 20px 0;
}

#container h2 span.titleLead {
  font-size: 1.8rem;
  display: block;
  line-height: 1.2em;
}

#container h2 span.titleLead strong {
  font-size: 2.1rem;
  font-weight: bold;
}

#container h2 span.title {
  font-family: myfont, sans-serif;
  font-size: 3.0rem;
  /*font-weight: bold;*/
  display: inline-block;
  line-height: 1.2em;
  padding: 0 10px;
  border-bottom: 1px dashed #8DC0F4;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  #container h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #container h2 span.title span {
    display: block;
  }

  #container h2 span.titleLead {
    font-size: 1.4rem;
  }
}

/*************************************
      メインビジュアル
*************************************/
#visual {
  width: 1000px;
  margin: 0 auto;
}

#visual img {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 20px 0;
}

#visual .pc {
  display: block;
}

#visual .mb {
  display: none;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  #visual {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

  }

  #visual .mb {
    display: block;
    padding: 0px;
  }

  #visual .pc {
    display: none;
  }
}

/*************************************
      無料体験電話番号・ボタン
*************************************/
.tel_num_mb {
  display: none;
}

/*モバイル用消す*/
/*新 無料体験電話番号・ボタン*/
.trial-tel {
  /*表示*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  /*配置*/
  position: relative;
  clear: both;
  /*margin→border→padding→width→height*/
  margin: 10px auto;
  padding: 15px 20px 10px;
  width: 600px;
  /*背景*/
  background-color: #fff;
  /*文字*/
}

.trial-tel-title {
  font-family: YuMincho
    /* Mac用 */
    , 'Yu Mincho'
    /* Windows用 */
    , serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  line-height: 1em;
}

.trial-tel-timetable-tel {
  /*表示*/
  /*配置*/
  /*margin→border→padding→width→height*/
  padding-left: 36px;
  padding-top: 4px;
  /*背景*/
  background: no-repeat left center url('../_img/common/icon_tel.png');
  background-size: 32px;
  /*文字*/
  font-family: YuMincho
    /* Mac用 */
    , 'Yu Mincho'
    /* Windows用 */
    , serif;
  color: #333;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1em;
}

.trial-tel-timetable-timetable {
  line-height: 1.2em;
  font-size: 1.5rem;
}

.trial-tel-timetable-timetable span {
  display: inline-block;
}

.trial-tel-trial img {
  width: 100%;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .tel_num_mb {
    display: block;
    text-decoration: underline;
  }

  /*PC用消す*/
  .tel_num {
    display: none;
  }

  /*PC用消す*/
  /*新 無料体験電話番号・ボタン*/
  .trial-tel {
    /*表示*/
    flex-direction: column;
    justify-content: center;
    /*配置*/
    /*margin→border→padding→width→height*/
    padding: 4%;
    width: 92%;
    /*背景*/
    /*文字*/
  }

  .trial-tel-timetable {
    order: 2;
  }

  .trial-tel-title {
    font-size: 4.5vw;
    line-height: 1em;
  }

  .trial-tel-timetable-tel {
    line-height: 1em;
    position: relative;
    padding: 0 0 0.5em 40px;
  }

  .trial-tel-timetable-tel::after {
    position: absolute;
    left: 40px;
    padding-top: 0.4vw;
    bottom: 0.2em;
    width: calc(100% - 40px);
    content: "\96fb\8a71\756a\53f7\3092\30bf\30c3\30d7\3059\308b\3068\96fb\8a71\304c\304b\3051\3089\308c\307e\3059";
    font-size: 3.3vw;
    transition: all 0.2s ease-out;
    line-height: 1.5em;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  .trial-tel-timetable-tel a {
    color: #333;
    font-size: calc(10vw - 0.5rem);
    line-height: 1em;
  }

  .trial-tel-timetable-timetable {
    margin-bottom: 0.4em;
  }

  .trial-tel-timetable-timetable span {
    font-size: 3.8vw;
  }

  .trial-tel-trial {
    order: 1;
    width: 100%;
    margin-bottom: 0.5em;
  }

  .trial-tel-trial>a {
    width: 100%;
  }

  .trial-tel-trial>a>img {
    width: 100%;
  }

  .trial-tel-trial>a:hover {
    transform: translate(0px, 0px);
    box-shadow: 2px 2px 0 1px #F6810D;
  }

  .trial-tel-trial>a:active {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0 1px #F6810D;
  }
}

/*************************************
      特徴
*************************************/
.feature {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  height: 420px;
}

.feature_box {
  display: flex;
  flex-direction: row-reverse;
  width: 480px;
  background-color: #fff;
}

.feature_right {
  width: 330px;
}

.feature01 h3 {
  background: url(../_img/top/bg_feature01.png) no-repeat right 20px center;
}

.feature02 h3 {
  background: url(../_img/top/bg_feature02.png) no-repeat right 20px center;
}

.feature03 h3 {
  background: url(../_img/top/bg_feature03.png) no-repeat right 20px center;
}

.feature04 h3 {
  background: url(../_img/top/bg_feature04.png) no-repeat right 20px center;
}

.feature_right h3 {
  font-family: YuMincho
    /* Mac用 */
    , 'Yu Mincho'
    /* Windows用 */
    , serif;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1em;
  padding: 20px 20px 10px;
  background-size: 112px 25px;
  border-bottom: 1px solid #ccc;
}

.feature_right p {
  font-size: 1.7rem;
  color: #666;
  line-height: 1.5em;
  padding: 10px 20px;
}

.feature_img {
  width: 150px;
}

.feature_img img {
  width: 100%;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .feature {
    width: 100%;
    height: auto;
  }

  .feature_box {
    width: 100%;
    margin-bottom: 2em;
    flex-direction: column;
  }

  .feature_right {
    width: 100%;
  }

  .feature_img {
    width: 50%;
    padding: 0 25% 3em;
  }
}

/*************************************
      講座
*************************************/
.course {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0;
  width: 1000px;
}

.course_box {
  display: flex;
  background-color: #fff;
  margin-bottom: 40px;
  flex-direction: row-reverse;
}

.course_box.kentei {
  flex-direction: row;
}

.course_box>div {
  width: 500px;
}

.course_text {
  box-sizing: border-box;
  padding: 20px 0 0 20px;
}

.course_text h3 {
  padding-bottom: 20px;
}

.course_text h3 span {
  font-family: YuMincho
    /* Mac用 */
    , 'Yu Mincho'
    /* Windows用 */
    , serif;
  font-weight: bold;
  line-height: 1em;
  display: block;
}

.course_text h3 .titleLead {
  font-size: 1.4rem;
  line-height: 1.7em;
}

.course_text h3 .title {
  font-size: 2.0rem;
}

.course_text ul li {
  color: #666;
  font-size: 1.5rem;
  list-style: disc;
  list-style-position: inside;
}

.course_img img {
  width: 100%;
}

.course_all {
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.2em;
}

.course_all .bikou {
  display: block;
  font-size: 1.5rem;
}

/*モーダルウィンドウ*/
.modal_title {
  text-align: center;
  margin-bottom: 40px;
}

.modal_title .titleLead {
  font-family: YuMincho
    /* Mac用 */
    , 'Yu Mincho'
    /* Windows用 */
    , serif;
  font-size: 2.0rem;
  display: block;
}

.modal_title .title {
  font-family: myfont;
  font-size: 3.5rem;
  color: #00317D;
  display: block;
}

.modal_3column {
  column-count: 3;
}

.modal_3column h3 {
  font-family: YuMincho
    /* Mac用 */
    , 'Yu Mincho'
    /* Windows用 */
    , serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.modal_3column h4 {
  font-weight: bold;
  font-size: 1.4rem;
}

.modal_3column ul li {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 0.2em;
  color: #666;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .course {
    width: 100%;
    height: auto;
  }

  .course_box {
    width: 100%;
    margin-bottom: 2em;
    flex-direction: column;
  }

  .course_box.kentei {
    flex-direction: column;
  }

  .course_box>div {
    box-sizing: border-box;
    width: 100%;
  }

  .course_img {
    width: 100%;
  }

  .modal_3column {
    column-count: 1;
  }
}

/*************************************
      料金・時間帯
*************************************/
.schedule_price {
  box-sizing: border-box;
  width: 1000px;
  margin: 40px auto;
  padding: 40px;
  background-color: #fff;
}

.schedule_price h3 {
  font-family: YuMincho
    /* Mac用 */
    , 'Yu Mincho'
    /* Windows用 */
    , serif;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
  padding: 18px 0 12px 60px;
}

.schedule_price .price {
  margin-bottom: 40px;
}

.schedule_price .price h3 {
  background: url('../_img/top/icon_price.png') center left no-repeat;
}

.schedule_price h4 {
  font-family: YuMincho
    /* Mac用 */
    , 'Yu Mincho'
    /* Windows用 */
    , serif;
  display: inline-block;
  font-weight: bold;
  font-size: 2.0rem;
}

.schedule_price .price ul {
  display: flex;
  box-sizing: border-box;
}

.schedule_price .price ul li {
  width: 500px;
  padding: 40px 40px 30px;
  font-family: YuMincho
    /* Mac用 */
    , 'Yu Mincho'
    /* Windows用 */
    , serif;
  color: #666;
  border: 1px solid #333;
  font-size: 2.0rem;
  text-align: center;
}

.schedule_price .price ul li .kakaku {
  font-size: 5.0rem;
}

.schedule_price .price ul li:last-child {
  border-left: none;
}

.schedule {
  box-sizing: border-box;
  display: flex;
}

.schedule_left,
.schedule_right {
  width: 460px;
}

.schedule_left {
  padding-right: 40px;
}

.schedule_price .schedule h3 {
  background: url('../_img/top/icon_schedule.png') center left no-repeat;
}

.schedule_price .schedule p {
  font-size: 1.5rem;
  margin-bottom: 1em;
  color: #666;
}

.schedule_price table {
  border-collapse: separate;
  width: 460px;
}

.schedule_price table thead th {
  font-size: 1.7rem;
  background-color: #00337F;
  color: #fff;
  text-align: center;
  border-right: 1px solid #D8E7F5;
  padding-top: 3px;
}

.schedule_price table thead th:last-child {
  border-right: none;
}

.schedule_price table tbody tr th:first-child,
.schedule_price table tfoot tr th:first-child {
  border-left: 2px solid #00337F;
}

.schedule_price table tbody tr th,
.schedule_price table tfoot tr th {
  text-align: center;
  border-right: 1px solid #00337F;
  border-bottom: 1px solid #00337F;
  font-size: 1.5rem;
  padding: 3px 0 0;
  background-color: #D8E7F5;
}

.schedule_price table tbody tr td,
.schedule_price table tfoot tr td {
  text-align: center;
  font-size: 1.7rem;
  padding: 3px 0 0;
  border-right: 1px solid #00337F;
  border-bottom: 1px solid #00337F;
}

.schedule_price table tbody tr td {
  padding: 3px 0 0;
}

.schedule_price table tbody tr td:last-child,
.schedule_price table tfoot tr td:last-child {
  border-right: 2px solid #00337F;
}

.schedule_price .schedule {
  margin-bottom: 30px;
}

.schedule_price .schedule table tbody tr:last-child th {
  border-bottom: 2px solid #00337F;
}

.schedule_price .schedule table tbody tr:last-child td {
  border-bottom: 2px solid #00337F;
}

.schedule_price table tbody th br,
.schedule_price table tfoot th br {
  display: none;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .schedule_price {
    width: 96%;
    margin: 2em 2%;
    padding: 2em 2%;
    border-radius: 0;
  }

  .schedule_price h3 {
    background-size: 30px !important;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px;
    padding: 1em 0 1em 2em;
  }

  .schedule_price p {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }

  .schedule_price .price ul {
    flex-direction: column;
  }

  .schedule_price .price ul li {
    box-sizing: border-box;
    width: 100%;
    font-size: 4vw;
    padding: 2em 0 1em;
  }

  .schedule_price .price ul li .kakaku {
    font-size: 9vw;
  }

  .schedule_price .price ul li:last-child {
    border-top: none;
    border-left: 1px solid #333;
  }


  .schedule {
    flex-direction: column;
  }

  .schedule_left,
  .schedule_right {
    width: 100%;
    box-sizing: border-box;
  }

  .schedule_price table {
    width: 100%;
  }

  .schedule_price table tbody th br,
  .schedule_price table tfoot th br {
    display: block;
  }
}

/*************************************
      申し込みの流れ
*************************************/
.flow {
  width: 1000px;
  margin: 40px auto;
}

.flow>h3 {
  display: inline-block;
  padding: 4px 10px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #333;
  font-size: 2.8rem;
}

.flow_description {
  margin-bottom: 40px;
}

.flow_left {
  float: left;
  width: 680px;
  padding: 0 10px;
}

.flow_left p {
  font-size: 1.5rem;
  color: #666;
}

.flow_left .tel {
  background-color: #fff !important;
  background-position: 30px center !important;
  border-radius: 10px;
  display: inline-block;
  padding: 30px;
}

.flow_right {
  width: 248px;
  float: right;
}

.flow_right img {
  width: 100%;
}

.flow_inner {
  margin-top: 40px;
  clear: both;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.flow_inner h3 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
  padding: 18px 0 12px 60px;
  background: url('../_img/top/icon_flow.png') center left no-repeat;
}

.flow_inner h4 {
  font-size: 2.5rem;
  display: inline-block;
  font-weight: bold;
  border-bottom: 2px solid #333;
  padding-right: 20px;
  line-height: 1em;
  margin-bottom: 20px;
}

.flow_inner h4 .nagare {
  font-size: 1.6rem;
  position: relative;
  top: -15px;
}

.flow_inner h4 .num {
  font-size: 3.9rem;
  color: #B82419;
}

.flow_inner h4 br {
  display: none;
}

.nagare_inner {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #333;
}

.flow_inner p.text {
  margin-left: 20px;
  font-size: 1.5rem;
  width: 500px;
  float: left;
}

.flow_inner p.text .nagare_tel {
  font-weight: bold;
}

.flow_inner p.text .nagare_tel span {
  font-size: 2.4rem;
  color: #B82419;
  padding-left: 10px;
}

.flow_inner p.img {
  float: right;
  width: 310px;
}

.flow_inner p.img img {
  width: 100%;
}

.flow_inner>div:last-child {
  border: none;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .flow {
    width: 100%;
    margin: 0;
  }

  .flow>h3 {
    display: block;
    padding: 4px 10px 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
    margin-top: 1em;
    border-bottom: 2px solid #333;
    font-size: 5.7vw;
    text-align: center;
  }

  .flow_left {
    float: none;
    width: 96%;
    padding: 0 2%;
  }

  .flow_left p {
    font-size: 1.5rem;
  }

  .flow_right {
    width: 90%;
    margin: 5%
  }

  .flow_right img {
    width: 100%;
  }

  .flow_inner {
    border-radius: 0;
    padding: 2%;
  }

  .flow_inner h3 {
    background-size: 30px !important;
    margin-bottom: 1em;
    padding: 1em 0 1em 2em;
  }

  .flow_inner h4 {
    font-size: 2.5rem;
    display: block;
    font-weight: bold;
    border-bottom: 2px solid #333;
    padding-right: 20px;
    line-height: 1em;
    margin-bottom: 20px;
  }

  .flow_inner h4 .nagare {
    font-size: 1.3rem;
    position: relative;
    top: 0;
  }

  .flow_inner h4 .num {
    font-size: 2.9rem;
    color: #B82419;
  }

  .flow_inner h4 br {
    display: block;
  }

  .nagare_inner {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #333;
  }

  .flow_inner p.text {
    width: auto;
    margin: 0;
    float: none;
  }

  .flow_inner p.text .nagare_tel span {
    display: block;
    padding-left: 0;
    font-size: 3rem;
  }

  .flow_inner p.img {
    width: auto;
    margin: 0;
    float: none;
  }

  .flow_inner>div:last-child {
    border: none;
  }
}


/*************************************
      パソコン教室について
*************************************/
.about {
  width: 1000px;
  margin: 40px auto;
}

.about_inner {
  margin-bottom: 40px;
}

.about_right {
  width: 540px;
  float: right;
}

.about_left {
  width: 420px;
  float: right;
  margin-right: 40px;
}

.about_right h3 {
  display: inline-block;
  padding: 4px 10px 0 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #333;
  font-size: 2.0rem;

}

.about_right p {
  font-size: 1.5rem;
}

.about_right .tel {
  background-color: #fff !important;
  background-position: 30px center !important;
  border-radius: 10px;
  display: inline-block;
  padding: 30px;
}

.access {
  width: 1000px;
  height: 400px;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.access h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
  padding: 18px 0 12px 60px;
  background: url('../_img/top/icon_access.png') center left no-repeat;
}

.access_left {
  width: 410px;
  float: left;
  padding: 20px 10px 20px 40px;
}

.access_left h4 {
  font-size: 2.0rem;
  font-weight: bold;
}

.access_left ul {
  margin-bottom: 40px;
}

.access_left ul li {
  background: url('../_img/top/icon_circle.png') left 6px no-repeat;
  padding-left: 20px;
  line-height: 1.7em;
  font-size: 1.5rem;
}

.address .zip {
  display: block;
  font-size: 1.5rem;
}

.address .address1,
.address .address2 {
  display: inline-block;
  font-size: 1.5rem;
}

.access_right {
  width: 540px;
  float: right;
}

.school_info {
  position: absolute;
  bottom: 20px;
  width: 420px;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .about {
    width: 100%;
  }

  .about_right {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    float: none;
  }

  .about_left {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    float: none;
    margin-top: 20px
  }

  .access {
    width: 96%;
    margin-left: 2%;
    margin-right: : 2%;
    height: auto;
    overflow: initial;
  }

  .access_left {
    box-sizing: border-box;
    width: 100%;
    float: none;
    padding: 2%;
  }

  .access_right {
    width: 100%;
    float: none;
    border-radius: 0 0 10px 10px;
  }

  .access_right iframe {
    width: 100%;
    border-radius: 0 0 10px 10px;
    display: block;
  }

  .school_info {
    position: static;
    width: 100%;
  }

  #container .school_info .tel .tel_title {
    font-size: 1.2rem;
  }

  #container .school_info .tel .tel_num {
    font-size: 2.3rem;
  }
}


/*************************************
      お知らせ
*************************************/
.news {
  width: 800px;
  margin: 40px auto;
  background-color: #fff;
  border: 2px solid #00317D;
}

@media screen and (min-width: 767px) {
  .news {
    margin-bottom: 70px;
  }
}

.news h2 {
  font-family: myfont;
  background-color: #00317D !important;
  font-size: 2.3rem;
  padding: 5px 0 !important;
  margin: 0;
}

.news ul {
  padding: 20px 40px;
}

.news ul li {
  border-bottom: 1px dashed #333;
  line-height: 2em;
  font-size: 1.5rem;
  padding: 0.5em 0;
}

.news ul li .date {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  padding-left: 10px;
}

.news ul li a {
  color: #0099EB;
  font-weight: bold;
  display: inline-block;
  width: 570px;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .news {
    width: 90%;
  }

  .news h2 {}

  .news ul {
    padding: 2%;
  }

  .news ul li:nth-of-type(n+6) {
    display: none;
  }

  .news ul li:nth-of-type(5) {
    border-bottom: none;
  }

  .news ul li .date {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  .news ul li a {
    display: block;
    width: 100%;
  }
}

/*************************************
      フッター
*************************************/

.toTop a {
  position: fixed;
  right: 20px;
  bottom: -100px;
  background: #BB2419 url("../_img/common/icon_arrow5.png") no-repeat scroll 15px center;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 20px 10px 40px;
  text-decoration: none;
  transition: bottom 0.2s ease-out;
  border: 2px solid #fff;
  border-radius: 23px;
  z-index: 100;
}

.toTop.fixed a {
  bottom: 20px;
}

.toTop.fixed.offset a {
  position: absolute;
  top: -100px;
  bottom: inherit;
}

/* PCのみ */
@media screen and (min-width: 767px) {
  .toTop.kotei a {
    position: absolute;
    top: -60px;
    bottom: inherit;
  }
}

.footer {
  position: relative;
  width: 100%;
  background-color: #00317D;
  padding-top: 20px;
}

.footer_inner {
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
  width: 800px;
  margin: 0 auto;
}

.footer .inquirySchool {
  margin-bottom: 20px;
}

.footer .trial-tel {
  margin-bottom: 20px;
}

.footer_navi ul li a {
  font-family: myfont;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #fff;
  display: inline-block;
  border-bottom: 1px dashed #fff;
}

.footer .copyright {
  width: 800px;
  margin: 0 auto;
  color: #fff;
}

/* スマートフォン */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer {
    padding-top: 0;
  }

  .footer .toTop a {
    position: initial;
    right: 0px;
    bottom: 0px;
    color: #fff;
    display: block;
    padding: 10px 20px 10px 40px;
    border: none;
    border-radius: 0;
    z-index: 1;
    background-color: #44AFDD;
    border-top: 1px solid #00317D;
    margin-bottom: 1em;
  }

  .toTop.fixed a {
    bottom: 0;
  }

  .toTop.fixed.offset a {
    position: initial;
    top: 0;
    bottom: 0;
  }

  .footer_inner {
    width: 100%;
    display: block;
  }

  .inquirySchool {
    box-sizing: border-box;
    width: 100%;
    padding: 2%;
  }

  .inquirySchool img {
    width: 100%;
  }

  .footer_navi {
    display: none;
  }

  .footer .copyright {
    text-align: center;
    width: 100%;
  }

}