@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");
/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
}

body {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap {
  position: relative;
  width: 100%;
  padding: 115px 0 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
}

.pc_view {
  display: none !important;
}

a {
  color: #333;
}

sup {
  position: relative;
  top: 0.2em;
  font-size: 60%;
  vertical-align: top;
}

em,
strong {
  font-weight: bold;
}

strong {
  color: #ee0055;
}

[class^="icon-keyboard_arrow_"] {
  font-size: 1.8rem !important;
}

.more_load {
  width: 100px;
  margin: 0 auto;
  cursor: pointer;
}

.more_load img {
  width: 100%;
}

/* ============================================================ */
/* PLC - 2017/05/24追加 */
/* ============================================================ */

#contents {
  width: 100% !important;
}

.contactus_ml_confirm .ttl_block {
  margin-bottom: 0px !important;
}

.plc-add {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe5ef;
  margin-bottom: 40px;
}

.plc-add img {
  zoom: 0.5;
  margin-right: 15px;
}

.plc-add .main p {
  font-size: 14px;
  text-align: center;
  color: #333333;
  font-weight: bold;
}

.plc-white {
  color: white;
  font-size: 18px;
}

/*.contactus .form_flow li.active {
  background: #e7f0f9 !important;
}

.contactus .form_flow li.active .icon-arrow-dotted {
  color: #295094 !important;
}*/
.contactus .form_flow li .icon-arrow-dotted {
  color: #999;
}

.contactus .btn_block #btn_submit {
   margin-top: 0 !important;
}

.plc-btn {
  text-decoration: underline;
  color: #787878;
  padding-top: 24px;
  display: block;
}

@media screen and (min-width:720px){
  .pc-none {
    display: none;
  }
}

@media screen and (max-width:720px){
  .sp-none {
    display: none !important;
  }
}

/* ============================================================ */
/* PLC - 2017/05/31追加 */
/* ============================================================ */

.flow-box {
  background: #f2f2f2;
  padding: 30px 0;
  margin-bottom: 30px;
}

.flow-box .main {
  display: flex;
  align-content: space-between;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 14px;
}

.flow-box .main-text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.flow-box .row {
  margin: 0 7px;
  position: relative;
}

.flow-box .row .col img {
  zoom: 0.5;
}

.flow-box .row .col p {
  text-align: center;
  line-height: 13px;
  margin-top: 8px;
  font-size: 13px;
}

.flow-box .col {
  width: 66px;
}

.flow-box .pk-text {
  color: #e05;
  font-weight: bold;
}

.flow-box .arrow {
  zoom: 0.5;
  position: absolute;
  top: 84px;
  right: -21px;
}

.row_wide-2 {
  width: 100%;
}

@media screen and (max-width:720px){
  .plc-mb0 {
    margin-bottom: 0 !important;
  }
}


/* ============================================================ */
/* btnスタイル */
/* ============================================================ */
.btn_pink01,
.btn_pink02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 40px;
  padding: 0 20px;
  background: #ee0055;
  border-style: solid;
  border-width: 2px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink01 i:first-child,
.btn_pink02 i:first-child {
  margin: 0 8px 0 0;
}

.btn_pink01 .icon-right:last-child,
.btn_pink02 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -0.5em 0 0;
}

.btn_pink01 .icon-left:first-child,
.btn_pink02 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink03 i:first-child {
  margin: 0 8px 0 0;
}

.btn_pink03 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -0.5em 0 0;
}

.btn_pink03 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink04 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink04 i:first-child {
  margin: 0 8px 0 0;
}

.btn_pink04 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -0.5em 0 0;
}

.btn_pink04 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink05 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  font-weight: normal;
}

.btn_pink05 i:first-child {
  margin: 0 8px 0 0;
}

.btn_pink05 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -0.5em 0 0;
}

.btn_pink05 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange01,
.btn_orange02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 40px;
  padding: 0 20px;
  background: #ff7e00;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7e00;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_orange01 i:first-child,
.btn_orange02 i:first-child {
  margin: 0 8px 0 0;
}

.btn_orange01 .icon-right:last-child,
.btn_orange02 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -0.5em 0 0;
}

.btn_orange01 .icon-left:first-child,
.btn_orange02 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  color: #ff7e00;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_orange03 i:first-child {
  margin: 0 8px 0 0;
}

.btn_orange03 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -0.5em 0 0;
}

.btn_orange03 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange04 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7e00;
  border-radius: 100px;
  color: #ff7e00;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_orange04 i:first-child {
  margin: 0 8px 0 0;
}

.btn_orange04 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -0.5em 0 0;
}

.btn_orange04 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange05 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7e00;
  border-radius: 100px;
  color: #ff7e00;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  font-weight: normal;
}

.btn_orange05 i:first-child {
  margin: 0 8px 0 0;
}

.btn_orange05 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -0.5em 0 0;
}

.btn_orange05 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_blue {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 40px;
  padding: 0 20px;
  background: #1D8CE5;
  border-style: solid;
  border-width: 2px;
  border-color: #1D8CE5;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_blue i:first-child {
  margin: 0 8px 0 0;
}

.btn_blue .icon-right:last-child{
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -0.5em 0 0;
}

.btn_blue .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_blue:hover {
  background: #fff;
  color: #1D8CE5;
  text-decoration:none;
}


button[class^="btn_"] {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
}

/* ============================================================ */
/* .slider_pager  */
/* ============================================================ */
.slider_pager {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}

.slider_pager .pager-item .pager-link {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  background: #f2f2f2;
  border-radius: 50%;
  font-size: 0;
}

.slider_pager .pager-item .pager-link.active {
  background: #ee0055 !important;
}

/* ============================================================ */
/* #colorbox */
/* ============================================================ */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 1 !important;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  position: relative;
  padding: 20px;
  background: #fff;
  box-sizing: content-box;
  overflow: hidden;
}

#cboxContent #cboxCurrent {
  display: none !important;
}

#cboxContent #cboxLoadedContent {
  overflow: hidden !important;
  overflow-scrolling: touch;
}

#cboxContent #cboxTitle {
  width: 100%;
  margin: 10px 0 0;
  font-size: 1.2rem;
  line-height: 1.8;
}

#cboxContent #cboxPrevious,
#cboxContent #cboxNext {
  position: absolute;
  top: 50%;
  background: #ee0055;
  cursor: pointer;
  text-align: center;
  line-height: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

#cboxContent #cboxPrevious::before,
#cboxContent #cboxNext::before {
  content: "\e90f";
  color: #fff;
  font-family: 'icomoon';
  font-size: 1.3rem;
}

#cboxContent #cboxPrevious {
  left: 5px;
}

#cboxContent #cboxPrevious::before {
  content: "\e90f";
}

#cboxContent #cboxNext {
  right: 5px;
}

#cboxContent #cboxNext::before {
  content: "\e90e";
}

#cboxContent #cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: #fff;
  border: 2px solid #ee0055;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

#cboxContent #cboxClose::before {
  content: "\e90a";
  color: #ee0055;
  font-family: 'icomoon';
  font-size: 1.2rem;
}

/* ============================================================ */
/* #history_menu */
/* ============================================================ */
#history_menu {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 10;
}

#history_menu ul li {
  margin: 10px 0 0;
}

#history_menu ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #ee0055;
  font-size: 2.0rem;
  text-align: center;
  line-height: 40px;
}

/* ============================================================ */
/* #modal_history */
/* ============================================================ */
#modal_history.modal_content {
  padding: 0;
}

#modal_history.modal_content .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #eee;
}

#modal_history.modal_content .tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
}

#modal_history.modal_content .tab li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 50px;
  padding: 0 0 10px;
  background: #f3f3f3;
  color: #999;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}

#modal_history.modal_content .tab li a span {
  margin: 0 0 0 8px;
}

#modal_history.modal_content .tab li a .icon-down {
  position: absolute;
  left: 50%;
  bottom: 0;
}

#modal_history.modal_content .tab li.active a {
  background: #fff;
  color: #ee0055;
}

#modal_history.modal_content #recent_course > div:not(.btn_block),
#modal_history.modal_content #recent_school > div:not(.btn_block) {
  margin: 0 15px;
  padding: 20px 0;
}

#modal_history.modal_content .history_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
}

#modal_history.modal_content .history_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
      -webkit-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
}

#modal_history.modal_content .history_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
}

#modal_history.modal_content .history_list li a:hover {
  text-decoration: none;
}

#modal_history.modal_content .history_list li figure,
#modal_history.modal_content .history_list li figure img {
  width: 100%;
}

#modal_history.modal_content .history_list li p {
  position: relative;
  margin: 10px 0 15px;
  padding: 0 0 0 15px;
  font-size: 1.2rem;
}

#modal_history.modal_content .history_list li p .icon-keyboard_arrow_right {
  position: absolute;
  top: 0;
  left: -5px;
}

#modal_history.modal_content .btn_block {
  padding: 15px;
  border-top: 1px solid #eee;
}

#modal_history.modal_content .btn_block [class^="btn_"] {
  width: 150px;
}

#modal_history.modal_content .modal_close {
  top: auto;
  right: 15px;
  bottom: 19px;
}

@media screen and (orientation: landscape) {
  #modal_history.modal_content .tab li a br {
    display: none;
  }
  #modal_history.modal_content .history_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  #modal_history.modal_content .history_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
        -webkit-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
  }
  #modal_history.modal_content .history_list li:not(:nth-child(4n+1)) {
    margin-left: 2%;
  }
}

/* ============================================================ */
/* iconフォント */
/* ============================================================ */
@font-face {
  font-family: 'icomoon';
  src:  url('/common/icon/fonts/icomoon.eot?ybd9kx');
  src:  url('/common/icon/fonts/icomoon.eot?ybd9kx#iefix') format('embedded-opentype'),
    url('/common/icon/fonts/icomoon.ttf?ybd9kx') format('truetype'),
    url('/common/icon/fonts/icomoon.woff?ybd9kx') format('woff'),
    url('/common/icon/fonts/icomoon.svg?ybd9kx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e915";
}

.icon-arrow-dotted:before {
  content: "\e914";
}

.icon-plus:before {
  content: "\e913";
}

.icon-triangle:before {
  content: "\e911";
}

.icon-circle:before {
  content: "\e912";
}

.icon-menu:before {
  content: "\e910";
}

.icon-pagetop:before {
  content: "\e900";
}

.icon-station:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-list:before {
  content: "\e903";
}

.icon-histroy-list:before {
  content: "\e904";
}

.icon-histroy-search:before {
  content: "\e905";
}

.icon-map:before {
  content: "\e906";
}

.icon-dropdown-menu:before {
  content: "\e907";
}

.icon-window:before {
  content: "\e908";
}

.icon-outer:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e90a";
}

.icon-link:before {
  content: "\e90b";
}

.icon-down:before {
  content: "\e90c";
}

.icon-up:before {
  content: "\e90d";
}

.icon-right:before {
  content: "\e90e";
}

.icon-left:before {
  content: "\e90f";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-warning:before {
  content: "\f071";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-add:before {
  content: "\e145";
}

.icon-check_box:before {
  content: "\e834";
}

.icon-mode_edit:before {
  content: "\e254";
}

.icon-done:before {
  content: "\e876";
}

.icon-people:before {
  content: "\e7fb";
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}

.icon-keyboard_arrow_left:before {
  content: "\e314";
}

.icon-keyboard_arrow_right:before {
  content: "\e315";
}

.icon-keyboard_arrow_up:before {
  content: "\e316";
}

.icon-sync:before {
  content: "\e627";
}

.icon-mic:before {
  content: "\e029";
}

.icon-play_circle_filled:before {
  content: "\e038";
}

.icon-remove:before {
  content: "\e15b";
}

.icon-zoom_in:before {
  content: "\e8ff";
}

.icon-file-pdf:before {
  content: "\eadf";
}

.icon-home:before {
  content: "\e916";
}

/* ============================================================ */
/* margin */
/* ============================================================ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 2px !important;
}

.mt10 {
  margin-top: 5px !important;
}

.mt15 {
  margin-top: 7px !important;
}

.mt20 {
  margin-top: 10px !important;
}

.mt25 {
  margin-top: 12px !important;
}

.mt30 {
  margin-top: 15px !important;
}

.mt35 {
  margin-top: 17px !important;
}

.mt40 {
  margin-top: 20px !important;
}

.mt45 {
  margin-top: 22px !important;
}

.mt50 {
  margin-top: 25px !important;
}

.mt55 {
  margin-top: 27px !important;
}

.mt60 {
  margin-top: 30px !important;
}

.mt65 {
  margin-top: 32px !important;
}

.mt70 {
  margin-top: 35px !important;
}

.mt75 {
  margin-top: 37px !important;
}

.mt80 {
  margin-top: 40px !important;
}

.mt85 {
  margin-top: 42px !important;
}

.mt90 {
  margin-top: 45px !important;
}

.mt95 {
  margin-top: 47px !important;
}

.mt100 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 2px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb25 {
  margin-bottom: 12px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb35 {
  margin-bottom: 17px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb45 {
  margin-bottom: 22px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb55 {
  margin-bottom: 27px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb65 {
  margin-bottom: 32px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb75 {
  margin-bottom: 37px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb85 {
  margin-bottom: 42px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb95 {
  margin-bottom: 47px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 2px !important;
}

.ml10 {
  margin-left: 5px !important;
}

.ml15 {
  margin-left: 7px !important;
}

.ml20 {
  margin-left: 10px !important;
}

.ml25 {
  margin-left: 12px !important;
}

.ml30 {
  margin-left: 15px !important;
}

.ml35 {
  margin-left: 17px !important;
}

.ml40 {
  margin-left: 20px !important;
}

.ml45 {
  margin-left: 22px !important;
}

.ml50 {
  margin-left: 25px !important;
}

.ml55 {
  margin-left: 27px !important;
}

.ml60 {
  margin-left: 30px !important;
}

.ml65 {
  margin-left: 32px !important;
}

.ml70 {
  margin-left: 35px !important;
}

.ml75 {
  margin-left: 37px !important;
}

.ml80 {
  margin-left: 40px !important;
}

.ml85 {
  margin-left: 42px !important;
}

.ml90 {
  margin-left: 45px !important;
}

.ml95 {
  margin-left: 47px !important;
}

.ml100 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 2px !important;
}

.mr10 {
  margin-right: 5px !important;
}

.mr15 {
  margin-right: 7px !important;
}

.mr20 {
  margin-right: 10px !important;
}

.mr25 {
  margin-right: 12px !important;
}

.mr30 {
  margin-right: 15px !important;
}

.mr35 {
  margin-right: 17px !important;
}

.mr40 {
  margin-right: 20px !important;
}

.mr45 {
  margin-right: 22px !important;
}

.mr50 {
  margin-right: 25px !important;
}

.mr55 {
  margin-right: 27px !important;
}

.mr60 {
  margin-right: 30px !important;
}

.mr65 {
  margin-right: 32px !important;
}

.mr70 {
  margin-right: 35px !important;
}

.mr75 {
  margin-right: 37px !important;
}

.mr80 {
  margin-right: 40px !important;
}

.mr85 {
  margin-right: 42px !important;
}

.mr90 {
  margin-right: 45px !important;
}

.mr95 {
  margin-right: 47px !important;
}

.mr100 {
  margin-right: 50px !important;
}

/* ====================================================================== */
/* padding */
/* ====================================================================== */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 2px !important;
}

.pt10 {
  padding-top: 5px !important;
}

.pt15 {
  padding-top: 7px !important;
}

.pt20 {
  padding-top: 10px !important;
}

.pt25 {
  padding-top: 12px !important;
}

.pt30 {
  padding-top: 15px !important;
}

.pt35 {
  padding-top: 17px !important;
}

.pt40 {
  padding-top: 20px !important;
}

.pt45 {
  padding-top: 22px !important;
}

.pt50 {
  padding-top: 25px !important;
}

.pt55 {
  padding-top: 27px !important;
}

.pt60 {
  padding-top: 30px !important;
}

.pt65 {
  padding-top: 32px !important;
}

.pt70 {
  padding-top: 35px !important;
}

.pt75 {
  padding-top: 37px !important;
}

.pt80 {
  padding-top: 40px !important;
}

.pt85 {
  padding-top: 42px !important;
}

.pt90 {
  padding-top: 45px !important;
}

.pt85 {
  padding-top: 42px !important;
}

.pt90 {
  padding-top: 45px !important;
}

.pt95 {
  padding-top: 47px !important;
}

.pt100 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 2px !important;
}

.pb10 {
  padding-bottom: 5px !important;
}

.pb15 {
  padding-bottom: 7px !important;
}

.pb20 {
  padding-bottom: 10px !important;
}

.pb25 {
  padding-bottom: 12px !important;
}

.pb30 {
  padding-bottom: 15px !important;
}

.pb35 {
  padding-bottom: 17px !important;
}

.pb40 {
  padding-bottom: 20px !important;
}

.pb45 {
  padding-bottom: 22px !important;
}

.pb50 {
  padding-bottom: 25px !important;
}

.pb55 {
  padding-bottom: 27px !important;
}

.pb60 {
  padding-bottom: 30px !important;
}

.pb65 {
  padding-bottom: 32px !important;
}

.pb70 {
  padding-bottom: 35px !important;
}

.pb75 {
  padding-bottom: 37px !important;
}

.pb80 {
  padding-bottom: 40px !important;
}

.pb85 {
  padding-bottom: 42px !important;
}

.pb90 {
  padding-bottom: 45px !important;
}

.pb95 {
  padding-bottom: 47px !important;
}

.pb100 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 2px !important;
}

.pl10 {
  padding-left: 5px !important;
}

.pl15 {
  padding-left: 7px !important;
}

.pl20 {
  padding-left: 10px !important;
}

.pl25 {
  padding-left: 12px !important;
}

.pl30 {
  padding-left: 15px !important;
}

.pl35 {
  padding-left: 17px !important;
}

.pl40 {
  padding-left: 20px !important;
}

.pl45 {
  padding-left: 22px !important;
}

.pl50 {
  padding-left: 25px !important;
}

.pl55 {
  padding-left: 27px !important;
}

.pl60 {
  padding-left: 30px !important;
}

.pl65 {
  padding-left: 32px !important;
}

.pl70 {
  padding-left: 35px !important;
}

.pl75 {
  padding-left: 37px !important;
}

.pl80 {
  padding-left: 40px !important;
}

.pl85 {
  padding-left: 42px !important;
}

.pl90 {
  padding-left: 45px !important;
}

.pl95 {
  padding-left: 47px !important;
}

.pl100 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 2px !important;
}

.pr10 {
  padding-right: 5px !important;
}

.pr15 {
  padding-right: 7px !important;
}

.pr20 {
  padding-right: 10px !important;
}

.pr25 {
  padding-right: 12px !important;
}

.pr30 {
  padding-right: 15px !important;
}

.pr35 {
  padding-right: 17px !important;
}

.pr40 {
  padding-right: 20px !important;
}

.pr45 {
  padding-right: 22px !important;
}

.pr50 {
  padding-right: 25px !important;
}

.pr55 {
  padding-right: 27px !important;
}

.pr60 {
  padding-right: 30px !important;
}

.pr65 {
  padding-right: 32px !important;
}

.pr70 {
  padding-right: 35px !important;
}

.pr75 {
  padding-right: 37px !important;
}

.pr80 {
  padding-right: 40px !important;
}

.pr85 {
  padding-right: 42px !important;
}

.pr90 {
  padding-right: 45px !important;
}

.pr95 {
  padding-right: 47px !important;
}

.pr100 {
  padding-right: 50px !important;
}

.pa0 {
  padding: 0px !important;
}

.pa5 {
  padding: 2px !important;
}

.pa10 {
  padding: 5px !important;
}

.pa15 {
  padding: 7px !important;
}

.pa20 {
  padding: 10px !important;
}

.pa25 {
  padding: 12px !important;
}

.pa30 {
  padding: 15px !important;
}

.pa35 {
  padding: 17px !important;
}

.pa40 {
  padding: 20px !important;
}

.pa45 {
  padding: 22px !important;
}

.pa50 {
  padding: 25px !important;
}

.pa55 {
  padding: 27px !important;
}

.pa60 {
  padding: 30px !important;
}

.pa65 {
  padding: 32px !important;
}

.pa70 {
  padding: 35px !important;
}

.pa75 {
  padding: 37px !important;
}

.pa80 {
  padding: 40px !important;
}

.pa85 {
  padding: 42px !important;
}

.pa90 {
  padding: 45px !important;
}

.pa95 {
  padding: 47px !important;
}

.pa100 {
  padding: 50px !important;
}

header {
  position: fixed;
  top: 1px;
  left: 0;
  width: 100%;
  z-index: 15;
  background: #fff;
  /* .inner
	----------------------------------------------------------- */
  /* .btn_counseling
	----------------------------------------------------------- */
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
 padding: 10px;
}

header .header_logo {
  width: 135px;
}

header .header_logo img {
  width: 100%;
	/*width: 120%;/*55周年ロゴ設定*/
}

/*header #btn_menu {
  width: 35px;
  color: #999;
  font-size: 1.6rem;
  text-align: center;
}*/

header #btn_menu {
  width: 27px;
  height: 29px;
  background: url(/common/img/icon_menu.png) center 0 no-repeat;
  background-size: 27px auto;
}

#btn_menu.active{
  width: 27px;
  height: 29px;
  background: url(/common/img/icon_menu_active.png) center 0 no-repeat;
  background-size: 27px auto;
}

/*header #btn_menu.active i::before {
  content: "\e90a";
}*/

header #btn_menu span.btn_menu_text {
	font-size: 1.0rem;
    line-height: 0.8rem;
	display: block;
}

header .btn_counseling {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #FFAA55;
  /*height:45px;*/
  padding:5px;
}

header .btn_counseling a {
  display: block;
  background: #ff7e00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  /*box-shadow: 0 0 10px rgba(35, 28, 26, 0.4);*/
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

header .btn_counseling a i {
  margin: 0 5px 0 0;
}

/* #sp_menu
----------------------------------------------------------- */
#sp_menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 15;
  width: 100%;
  padding: 0 0 15px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.sp_menu_show #visual, .sp_menu_show #history_menu, .sp_menu_show #contents, .sp_menu_show footer {
  display: none;
}

/* .global_nav
----------------------------------------------------------- */
.global_nav {
  border-top: 1px solid #ccc;
  /*----- .gnav_reason -----*/
  /*----- .gnav_course -----*/
}

.global_nav > ul > li {
  border-bottom: 1px solid #ccc;
}

.global_nav > ul > li > a,
.global_nav > ul > li > span {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #ee0055;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 45px;
}

.global_nav > ul > li > a::after,
.global_nav > ul > li > span::after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
  font-family: 'icomoon';
  content: "\e90e";
  font-size: 1.3rem;
  line-height: 1;
}

.global_nav > ul > li.active span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.global_nav .gnav_course .dropdown p {
  padding: 10px 20px;
  background: #fff2f7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.global_nav .gnav_course .dropdown .gnav_course_list ul {
  margin: 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

.global_nav .gnav_course .dropdown .gnav_course_list ul li a {
  display: table;
  padding: 0 15px;
  line-height: 42px;
}

.global_nav .gnav_course .dropdown .gnav_course_list ul li a i {
  display: table-cell;
  width: 25px;
  text-align: center;
  vertical-align: middle;
}

.global_nav .gnav_course .dropdown .gnav_course_list ul li:not(:first-child) {
  border-top: 1px solid #ccc;
}

.global_nav .gnav_course .dropdown .gnav_course_list .by_age p {
  padding: 10px 20px;
  background: #ededed;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.global_nav .gnav_course .dropdown .dropdown_footer .btn_course_top {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.global_nav .gnav_course .dropdown .dropdown_footer .btn_course_top [class^="btn_"] {
  height: 46px;
  font-size: 1.6rem;
}

.global_nav .gnav_course .dropdown .dropdown_footer dl {
  padding: 15px 20px;
  font-size: 1.3rem;
  text-align: center;
}

.global_nav .gnav_course .dropdown .dropdown_footer dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: cen
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 10px 0 0;
}

.global_nav .gnav_course .dropdown .dropdown_footer dl dd a {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.3%;
      -webkit-flex: 0 0 13.3%;
          flex: 0 0 13.3%;
}

.global_nav .gnav_course .dropdown .dropdown_footer dl dd a img {
  width: 100%;
}

.global_nav .gnav_course .dropdown .dropdown_footer dl dd a .icon-outer {
  position: absolute;
  top: 0;
  right: -4px;
  font-size: 1.0rem;
}

/* ============================================================ */
/* .global_nav */
/* .gnav_search修正170316 */
/* ============================================================ */

.global_nav .gnav_search .dropdown {
	border-top: 1px solid #ccc;
}

.global_nav .gnav_search .dropdown p.select {
	display:none;
}

.global_nav .gnav_search .dropdown p.search_tit {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  line-height: auto;
  padding:10px 0 10px 10px;
  background: #f7f7f7;
}

.global_nav .gnav_search .dropdown p.search_tit i {
  margin: 0 10px 0 0;
}

.global_nav .gnav_search .dropdown p.search_tit span.icon_new {
  background: #ee085a;
  color: #fff;
  font-size: 0.6em;
  padding: 2px 10px;
  margin-left: 10px;
  border-radius: 50px;
  vertical-align: bottom;
}

.global_nav .gnav_search .dropdown .gnav_school_list ul {
  margin: 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

.global_nav .gnav_search .dropdown .gnav_school_list ul li a {
  display: table;
  padding: 0 15px;
  line-height: 42px;
}

.global_nav .gnav_search .dropdown .gnav_school_list ul li a i {
  display: table-cell;
  width: 25px;
  text-align: center;
  vertical-align: middle;
}

.global_nav .gnav_search .dropdown .gnav_school_list ul li:not(:first-child) {
  border-top: 1px solid #ccc;
}



/* .header_nav
----------------------------------------------------------- */
.header_nav {
  margin: 0 0 15px;
  font-size: 1.2rem;
  font-weight: bold;
}

.header_nav li {
  border-bottom: 1px solid #ccc;
}

.header_nav li a {
  display: table;
  padding: 0 15px;
  line-height: 42px;
}

.header_nav li a i:first-child {
  display: table-cell;
  width: 20px;
  text-align: center;
  vertical-align: middle;
}

.header_nav li a .icon-question-circle {
  position: relative;
  top: 1px;
  margin: 0 3px 0 0;
  font-size: 1.4rem;
}

.header_nav li a .icon-people {
  position: relative;
  top: 3px;
  left: -3px;
  margin: 0 1px 0 0;
  font-size: 1.7rem;
  line-height: 0.6em;
}

/* .header_link
----------------------------------------------------------- */
.header_link {
  font-size: 1.1rem;
  font-weight: bold;
  position: absolute;
  top:20px;
  right: 40px;
}

.header_link a {
  display: table;
  padding: 0 15px;
  line-height: 1.2rem;
}

.header_link a i {
  display: table-cell;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  color: #b3b3b3;
}

/* .header_contact
----------------------------------------------------------- */
.header_contact {
  padding: 0 20px;
}

.header_contact .btn_orange02 {
  width: 100%;
  height: 46px;
  padding: 0;
}

.header_contact p {
  margin: 15px 0 10px;
  line-height: 1.2;
}

.header_contact p span {
  display: block;
  text-align: center;
}

.header_contact p span:last-child {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.0rem;
  font-weight: bold;
}
.header_contact p span:last-child i {
  font-size: 80%;
  margin-right: 5px;
}
.header_contact p span img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.btn_close.btn_pink04 {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 auto;
}

.btn_close.btn_pink04 i {
  margin: 0;
}

/* ============================================================ */
/* #contents */
/* ============================================================ */
#contents {
  position: relative;
  background: #fff;
}

.dp_none {
  display: none;
}

/* ============================================================ */
/* 見出しスタイル */
/* ============================================================ */
.ttl00 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.ttl01 {
  margin-bottom: calc(30px - (((2.5rem * 1.4) - 2.5rem) / 2));
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.ttl01 sup {
  font-size: 40%;
}

.ttl02 {
  margin-bottom: calc(25px - (((1.8rem * 1.5) - 1.8rem) / 2));
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl03 {
  margin-bottom: calc(20px - (((1.6rem * 1.5) - 1.6rem) / 2));
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl_point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 20px;
  background: #e6e6e6;
  font-weight: bold;
}

.ttl_point .number {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
      -webkit-flex: 0 0 42px;
          flex: 0 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  background: #ee0055;
}

.ttl_point .number span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.0rem;
}

.ttl_point .number span:last-child {
  font-size: 1.6rem;
}

.ttl_point .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
          flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  min-height: 60px;
  padding: 8px 15px;
  line-height: 1.4;
}

/* ============================================================ */
/* 汎用スタイル */
/* ============================================================ */
/* ブロック
--------------------------------------------------------------- */
.row,
.row_medium,
.row_large {
  margin: 0 15px 30px;
}

.row:last-child,
.row_medium:last-child,
.row_large:last-child {
  margin-bottom: 0;
}

.row .row,
.row .row_medium,
.row .row_large,
.row_medium .row,
.row_medium .row_medium,
.row_medium .row_large,
.row_large .row,
.row_large .row_medium,
.row_large .row_large {
  margin-left: 0;
  margin-right: 0;
}

.row_wide {
  width: 100%;
  margin: 0 0 30px;
}

.row_border_top {
    /*padding-top: 30px;
border-top: 2px solid #ee0055;*/
}

/* 左右寄せ／センタリング
--------------------------------------------------------------- */
.al_left {
  text-align: left !important;
}

.al_right {
  text-align: right !important;
}

.al_center {
  text-align: center !important;
}

.vl_top {
  vertical-align: top !important;
}

.vl_bottom {
  vertical-align: bottom !important;
}

.vl_middle {
  vertical-align: middle !important;
}

/* 画像左右寄せ
--------------------------------------------------------------- */
.img_float_left,
.img_float_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
}

.img_float_left figure,
.img_float_right figure {
  margin: 0 0 20px;
  text-align: center;
}

.img_float_left figure img,
.img_float_right figure img {
  max-width: 100%;
}

.img_float_left > div > *:not(:last-child),
.img_float_right > div > *:not(:last-child) {
  margin-bottom: 20px;
}

/* table
--------------------------------------------------------------- */
.table_wrap {
  position: relative;
}

.table_wrap > div:first-child {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 1px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table_wrap > div:first-child::-webkit-scrollbar {
  height: 5px;
}

.table_wrap > div:first-child::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table_wrap > div:first-child::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

.table_wrap > div:first-child > div.sp_view {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
}

.table_wrap > div.sp_view {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
}

.table_wrap > div > div {
  position: relative;
  width: 720px;
}

.table_wrap table {
  margin-bottom: 0;
}

.table01,
.table02,
.table03,
.table04 {
  width: 100%;
  /*border: 2px solid #d9d9d9;*/
  border-collapse: separate;
  border-radius: 10px;
}

.table01 th,
.table01 td,
.table02 th,
.table02 td,
.table03 th,
.table03 td,
.table04 th,
.table04 td {
  padding: 12px 20px;
  background: #fff;
  /*border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;*/
  text-align: left;
  line-height: 1.5;
  white-space: nowrap;
}

.table01 th,
.table02 th,
.table03 th,
.table04 th {
  background: #f2f2f2;
  font-weight: bold;
}

.table01 tr, .table01 th, .table01 td {
  display: block;
  border-left: none;
  white-space: normal;
}

.table01 thead:first-child tr:first-child > *:first-child,
.table01 tbody:first-child tr:first-child > *:first-child {
  /*border-radius: 10px 10px 0 0;*/
}

.table01 tbody:last-child tr:last-child > *:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}

.table02 tr > *:first-child,
.table03 tr > *:first-child,
.table04 tr > *:first-child {
  border-left: none;
}

.table02 thead:first-child tr:first-child > *:first-child,
.table02 tbody:first-child tr:first-child > *:first-child,
.table03 thead:first-child tr:first-child > *:first-child,
.table03 tbody:first-child tr:first-child > *:first-child,
.table04 thead:first-child tr:first-child > *:first-child,
.table04 tbody:first-child tr:first-child > *:first-child {
  border-top-left-radius: 10px;
}

.table02 thead:first-child tr:first-child > *:last-child,
.table02 tbody:first-child tr:first-child > *:last-child,
.table03 thead:first-child tr:first-child > *:last-child,
.table03 tbody:first-child tr:first-child > *:last-child,
.table04 thead:first-child tr:first-child > *:last-child,
.table04 tbody:first-child tr:first-child > *:last-child {
  border-top-right-radius: 10px;
}

.table02 tbody:last-child tr:last-child > *,
.table03 tbody:last-child tr:last-child > *,
.table04 tbody:last-child tr:last-child > * {
  border-bottom: none;
}

.table02 tbody:last-child tr:last-child > *:first-child,
.table03 tbody:last-child tr:last-child > *:first-child,
.table04 tbody:last-child tr:last-child > *:first-child {
  border-bottom-left-radius: 10px;
}

.table02 tbody:last-child tr:last-child > *:last-child,
.table03 tbody:last-child tr:last-child > *:last-child,
.table04 tbody:last-child tr:last-child > *:last-child {
  border-bottom-right-radius: 10px;
}

.table02 .border_top,
.table03 .border_top,
.table04 .border_top {
  border-top: 1px solid #d9d9d9 !important;
}

.table02 .border_btm,
.table03 .border_btm,
.table04 .border_btm {
  border-btm: 1px solid #d9d9d9 !important;
}

.table02 .border_left,
.table03 .border_left,
.table04 .border_left {
  border-left: 1px solid #d9d9d9 !important;
}

.table02 .border_right,
.table03 .border_right,
.table04 .border_right {
  border-right: 1px solid #d9d9d9 !important;
}

/* カレンダー
--------------------------------------------------------------- */
.calendar {
  position: relative;
}

.calendar button {
  position: absolute;
  top: 12px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
     -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}

.calendar button.prev {
  left: 20px;
}

.calendar button.next {
  right: 20px;
}

.calendar button:hover {
  opacity: 0.7;
}

.table_calendar {
  width: 100%;
}

.table_calendar thead td {
  padding: 10px 0;
  background: #ee0055;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.table_calendar tbody th,
.table_calendar tbody td {
  border: 1px solid #d9d9d9;
  line-height: 1.2;
}

.table_calendar tbody th {
  padding: 12px 0;
  border-top: none;
  font-size: 1.2rem;
  font-weight: bold;
}

.table_calendar tbody th.saturday {
  color: #3366cc;
}

.table_calendar tbody th.sunday {
  color: #ee0055;
}

.table_calendar tbody td {
  width: calc(100% / 7);
  height: 35px;
  padding: 4px 4px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0rem;
  text-align: right;
  vertical-align: top;
}

.table_calendar tbody td.past {
  background: #f7f7f7;
  color: #999;
}

.table_calendar tbody td.today {
  background: #fbd9e6;
}

.table_calendar tbody td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
}

.table_calendar tbody td div i {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
      align-self: center;
  font-size: 1.4rem;
}

.table_calendar tbody td div i.icon-circle {
  color: #ee0055;
}

.table_calendar tbody td div i.icon-triangle {
  color: #ff9900;
}

.table_calendar tbody td div i.icon-close {
  color: #ccc;
}

/* ボックススタイル
--------------------------------------------------------------- */
.box01,
.box02 {
  width: 100%;
  margin: 40px 0;
  padding: 25px 30px;
}

.box01:last-child,
.box02:last-child {
  margin-bottom: 0;
}

.box01 {
  background: #fff2f7;
}

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

/* .link_icon
----------------------------------------------------------- */
.link_icon {
  position: relative;
  padding: 0 0 0 1.3em;
}

.link_icon a i {
  position: absolute;
  top: 1px;
  left: 0;
}

.link_icon a i::before {
  display: inline-block;
  text-decoration: none;
}

/* .list_disc
----------------------------------------------------------- */
.list_disc li {
  position: relative;
  padding: 0 0 0 12px;
}

.list_disc li:not(:first-child) {
  margin: 10px 0 0;
}

.list_disc li::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: "";
  background: #333;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.list_disc:not(:last-child) {
  margin-bottom: 10px;
}

/* .list_square
----------------------------------------------------------- */
.list_square li {
  position: relative;
  padding: 0 0 0 18px;
}

.list_square li::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
}

.list_square:not(:last-child) {
  margin-bottom: 10px;
}

/* .list_check
----------------------------------------------------------- */
.list_check li {
  position: relative;
  padding: 0 0 0 25px;
  font-weight: bold;
}

.list_check li .icon-done {
  position: absolute;
  top: 0;
  left: 0;
  color: #ee0055;
  font-size: 1.8rem;
}

.list_check li:not(:last-child) {
  margin: 0 0 5px;
}

.list_check:not(:last-child) {
  margin: 0 0 10px;
}

/* .list_decimal01
----------------------------------------------------------- */
.list_decimal01 {
  display: table;
}

.list_decimal01 > li {
  display: table-row;
}

.list_decimal01 > li > span:first-child {
  display: table-cell;
}

.list_decimal01 > li:not(:first-child) span:first-child {
  padding: 10px 0 0;
}

.list_decimal01:not(:last-child) {
  margin-bottom: 10px;
}

/* .note
----------------------------------------------------------- */
.note {
  display: table;
  font-size: 1.2rem;
}

.note:not(ul) > span:first-child {
  display: table-cell;
}

ul.note li {
  display: table-row;
}

ul.note li > span:first-child {
  display: table-cell;
  white-space: nowrap;
}

/* ============================================================ */
/* .course_list  */
/* ============================================================ */
.course_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
}

.course_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
      -webkit-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;*/
}

.course_list li:not(:nth-child(-n+2)) {
  margin: 30px 0 0;
}

.course_list li {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
}

.course_list li figure {
  width: 100%;
}

.course_list li figure img {
  width: 100%;
}

.course_list li h3 {
  margin: 15px 0 5px;
  font-weight: bold;
}

.course_list li span[class^="btn_"] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 5px 0 0;
}

.course_list li span[class^="btn_"] .icon-right {
  font-size: 1.2rem;
}

/* ============================================================ */
/* .teacher_list  */
/* ============================================================ */
.teacher_list,
.teacher_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
}

.teacher_list li,
.teacher_list02 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
      -webkit-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
}

.teacher_list li:not(:nth-child(-n+2)),
.teacher_list02 li:not(:nth-child(-n+2)) {
  margin: 30px 0 0;
}

.teacher_list li figure,
.teacher_list02 li figure {
  width: 100%;
}

.teacher_list li figure img,
.teacher_list02 li figure img {
  width: 100%;
}

.teacher_list li h3,
.teacher_list02 li h3 {
  margin: 10px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.teacher_list li h4,
.teacher_list02 li h4 {
  margin: 5px 0;
}

/*.teacher_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}*/

.teacher_list li {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
}

.teacher_list li span[class^="btn_"] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
}

.teacher_list li span[class^="btn_"] i {
  margin: 0 2px 0 0;
  font-size: 1.8rem;
}

.teacher_list02 li {
  position: relative;
  display: block;
  padding: 0 0 110px;
}

.teacher_list02 li .btn_block {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  width: 100%;
  text-align: center;
}

.teacher_list02 li .btn_block [class^="btn_"]:last-child {
  min-width: auto;
  height: auto;
  min-height: 40px;
  margin: 15px 0 0;
}

.teacher_list02 li .btn_block [class^="btn_"]:last-child .icon-right {
  font-size: 1.2rem;
}

/* ============================================================ */
/* .voice_list  */
/* ============================================================ */
.voice_list,
.voice_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
}

.voice_list li,
.voice_list02 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
      -webkit-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
  margin: 0 0 30px;
}

.voice_list li figure,
.voice_list02 li figure {
  width: 100%;
}

.voice_list li figure img,
.voice_list02 li figure img {
  width: 100%;
}

.voice_list li h3,
.voice_list02 li h3 {
  margin: 10px 0 5px;
}

.voice_list li h3 span,
.voice_list02 li h3 span {
  margin: 0 2px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.voice_list li a[class^="btn_"],
.voice_list li span[class^="btn_"],
.voice_list02 li a[class^="btn_"],
.voice_list02 li span[class^="btn_"] {
  width: 100%;
  padding: 0;
  font-size: 1.2rem;
}

.voice_list li a[class^="btn_"] i,
.voice_list li span[class^="btn_"] i,
.voice_list02 li a[class^="btn_"] i,
.voice_list02 li span[class^="btn_"] i {
  margin: 0;
  font-size: 1.6rem;
}

/*.voice_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}*/

.voice_list li span[class^="btn_"] {
  position: absolute;
  left: 0;
  bottom: 0;
}

.voice_list li {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
}

.voice_list02 li {
  position: relative;
  display: block;
  padding: 0 0 110px;
}

.voice_list02 li .btn_block {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  width: 100%;
  text-align: center;
}

.voice_list02 li .btn_block [class^="btn_"]:last-child {
  min-width: auto;
  margin: 15px 0 0;
}

.voice_list02 li .btn_block [class^="btn_"]:last-child .icon-right {
  font-size: 1.2rem;
}

/* ============================================================ */
/* .event_list  */
/* ============================================================ */
.event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
}

.event_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
      -webkit-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
}

.event_list li:not(:nth-child(-n+2)) {
  margin: 30px 0 0;
}

.event_list li a {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
}

.event_list li a figure {
  width: 100%;
}

.event_list li a figure img {
  width: 100%;
}

.event_list li a h3 {
  margin: 15px 0 5px;
  font-weight: bold;
}

.event_list li a [class^="btn_"] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px 0 0;
}

.event_list li a [class^="btn_"] .icon-right {
  font-size: 1.0rem;
}

/* ============================================================ */
/* .other_service_list  */
/* ============================================================ */
.other_service_list {
  margin: 0 -15px;
  border-bottom: 1px solid #ccc;
}

.other_service_list li {
  border-top: 1px solid #ccc;
}

.other_service_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
}

.other_service_list li figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      -webkit-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 10px 0 0;
}

.other_service_list li figure img {
  width: 100%;
}

.other_service_list li div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
          flex: 1 0 0%;
}

.other_service_list li div h3 {
  display: table;
  font-weight: bold;
}

.other_service_list li div h3 i {
  display: table-cell;
  padding: 0 5px 0 0;
  color: #b3b3b3;
}

.other_service_list li div p {
  font-size: 1.2rem;
}

/*
.other_service_list  {
	li {
		border-top: 1px solid #ccc;

		&:nth-child(-n+2) {
			margin-top: 0;
		}

		a {
			display: flex;
			line-height: 1.5;

			figure {
				flex: 0 0 150px;

				img {
					width: 100%;
				}
			}

			div {
				flex: 1 0 0%;
				margin: 0 0 0 20px;

				h3 {
					display: table;
					margin: 0 0 5px;
					font-weight: bold;

					i {
						position: relative;
						top: 2px;
						display: table-cell;
						padding: 0 8px 0 0;
						color: #b2b2b2;
					}
				}
			}

			&:hover {
				text-decoration: none;
			}
		}
	}
}
*/
/* ============================================================ */
/* .feature_list */
/* ============================================================ */
.feature_list {
  counter-reset: li;
}

.feature_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
          align-items: flex-start;
}

.feature_list > li:not(:last-child) {
  margin: 0 0 30px;
}

.feature_list > li .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      -webkit-flex: 0 0 50px;
          flex: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  margin: 0 15px 0 0;
  border: 1px solid #d9d9d9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.feature_list > li .number p {
  margin: 8px 0 0;
  color: #ee0055;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

.feature_list > li .number p::after {
  display: block;
  counter-increment: li;
  content: counter(li);
  font-size: 2.0rem;
}

.feature_list > li > div:not(.number) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

.feature_list > li > div:not(.number) > *:not(:last-child) {
  margin-bottom: 10px;
}

.feature_list > li .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.feature_list > li .ttl:not(:first-child) {
  margin-top: 20px;
}

/* ============================================================ */
/* .feature_icon_list */
/* ============================================================ */
.feature_icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
}

.feature_icon_list li {
  margin: 4px;
  padding: 2px 20px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.1rem;
}

.feature_icon_list.al_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
}

[class^="ttl"] + .feature_icon_list {
  margin: -15px 0 30px;
}

/* ============================================================ */
/* .feature_point */
/* ============================================================ */
.feature_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
}

.feature_point li {
  padding: 10px 20px;
  margin: 0 0 10px;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-size: 1.1rem;
  width: 100%;
}

.feature_point li p{
    font-size: 1.2rem;
    line-height: 1.4;
}

.feature_point li p:first-child{
    color:#ee0055;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}

.feature_point li p.blue{
    color:#0076ee;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}

/* ============================================================ */
/* .purpose_list */
/* ============================================================ */
.purpose_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
}

.purpose_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
      -webkit-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
}

.purpose_list li:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.purpose_list li figure,
.purpose_list li figure img {
  width: 100%;
}

.purpose_list li p {
  margin: 10px 0 0;
  font-weight: bold;
}

/* ============================================================ */
/* .point_list */
/* ============================================================ */
.point_list {
  margin: 0 auto;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
}

.point_list > li {
  padding: 15px 10px;
}

.point_list > li:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}

.point_list > li .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 20px;
  margin: 0 0 10px;
  border: 1px solid #d9d9d9;
  color: #ee0055;
  font-size: 1.0rem;
  font-weight: bold;
  border-radius: 100px;
}

.point_list > li .point span:last-child {
  margin: 0 0 0 6px;
  font-size: 1.2rem;
}

.point_list > li .lead {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.point_list > li .lead span {
  color: #ee0055;
  font-size: 1.8rem;
}

.point_list > li .lead:not(:last-child) {
  margin: 0 0 10px;
}

/* ============================================================ */
/* .faq_list */
/* ============================================================ */
.faq_list {
  margin: 20px auto 0;
}

.faq_list > * {
  position: relative;
}

.faq_list > *::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.faq_list dt {
  margin: 0 0 10px;
  padding: 2px 0 10px 38px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
}

.faq_list dt::before {
  content: "Q";
  background: #e40057;
}

.faq_list dd {
  position: relative;
  padding: 2px 0 0 38px;
}

.faq_list dd:not(:last-child) {
  margin: 0 0 30px;
}

.faq_list dd::before {
  content: "A";
  background: #9b2845;
  font-weight: bold;
}

/* ============================================================ */
/* .flow */
/* ============================================================ */
.flow {
  counter-reset: li;
  margin: 0 15px;
}

.flow li {
  position: relative;
  padding: 15px 10px;
  background: #fff;
}

.flow li:not(:first-child) {
  margin: 1px 0 0;
}

.flow li:not(:first-child)::before, .flow li:not(:first-child)::after {
  position: absolute;
  left: 50%;
  z-index: 1;
  content: "";
  border-style: solid;
  border-width: 14px 14px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow li:not(:first-child)::before {
  top: -1px;
}

.flow li:not(:first-child)::after {
  top: -2px;
  border-color: #fff transparent transparent;
}

.flow li figure {
  margin: 0 auto;
}

.flow li figure img {
  width: 100%;
}

.flow li .ttl {
  position: relative;
  margin: 10px 0;
  padding: 40px 0 0;
  box-sizing: content-box;
  font-weight: bold;
}

.flow li .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 30px;
  background: #ee0055;
  color: #fff;
  text-align: center;
  line-height: 30px;
  counter-increment: li;
}

.flow li .ttl::after {
  position: absolute;
  top: 29px;
  left: 10px;
  content: "";
  border-color: #ee0055 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
}

/* ============================================================ */
/* .flow_lesson */
/* ============================================================ */
.flow_lesson {
  padding: 40px 0 0;
  background: #ffe5ef;
  overflow: hidden;
}

.flow_lesson .ttl01 {
  margin-bottom: 20px;
  line-height: 1.2;
}

.flow_lesson .ttl01 span {
  font-size: 1.8rem;
}

.flow_lesson .flow li:not(:first-child)::before {
  border-color: #ffe5ef transparent transparent;
}

.flow_lesson .flow li figure {
  width: 130px;
}

.flow_lesson .flow li .ttl {
  text-align: center;
}

.flow_lesson .flow li .ttl::after, .flow_lesson .flow li .ttl::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow_lesson .flow li .ttl::before {
  width: 80px;
  content: "STEP " counter(li);
  border-radius: 100px;
}

.flow_lesson .note {
  margin: 10px 15px 0;
}

/* ============================================================ */
/* .flow_class */
/* ============================================================ */
.flow_class {
  padding: 30px 0;
  background: #f2f2f2;
  overflow: hidden;
}

.flow_class .ttl01 {
  margin-bottom: 20px !important;
}

.flow_class ol li:not(:first-child)::before {
  border-color: #f2f2f2 transparent transparent;
}

.flow_class ol li figure {
  width: 180px;
}

.flow_class ol li .ttl {
  margin-top: -20px;
}

.flow_class ol li .ttl::before {
  content: counter(li);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* ============================================================ */
/* .flow_box */
/* ============================================================ */
.flow_box > li {
  position: relative;
  padding: 15px;
  background: #f2f2f2;
}

.flow_box > li .ttl02 {
  margin: 5px 0 15px !important;
}

.flow_box > li:not(:last-child) {
  margin: 0 0 35px;
}

.flow_box > li:not(:last-child)::after {
  position: absolute;
  bottom: -35px;
  left: 50%;
  z-index: 1;
  display: block;
  content: "\e914";
  color: #ccc;
  font-family: 'icomoon';
  font-size: 4.5rem;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ============================================================ */
/* .course_block */
/* ============================================================ */
.course_block {
  padding: 20px 15px;
  background: #f2f2f2;
}

.course_block:not(:last-child) {
  margin: 0 0 20px;
}

.course_block figure {
  width: 150px;
  margin: 0 auto 15px;
}

.course_block figure img {
  width: 100%;
}

.course_block .ttl {
  margin: 0 0 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.course_block .ttl span {
  display: block;
  font-size: 1.4rem;
}

.course_block .ttl sup {
  font-size: 40%;
}

.course_block .ttl .icon-outer {
  position: relative;
  top: -5px;
  margin: 0 0 0 2px;
  font-size: 1.0rem;
}

.course_block .feature_icon_list {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      -webkit-justify-content: center !important;
          justify-content: center !important;
  margin: -5px 0 10px;
}

.course_block .lead {
  margin: 0 0 5px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.course_block .course_fee {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
  font-weight: bold;
}

.course_block.bg_none {
  padding: 0;
  background: none;
}

#cinfo_lesson11_index .course_block{
    -webkit-background-size: 5px 5px;
    -moz-background-size: 5px 5px;
    background-size: 5px 5px;
    background-color: #fff;
    background-image: linear-gradient(-45deg, #dfefff 25%, transparent 25%, transparent 50%, #dfefff 50%, #dfefff 75%, transparent 75%, transparent);
}

#cinfo_lesson11_index .course_block:nth-of-type(1) {
    -webkit-background-size: 5px 5px;
    -moz-background-size: 5px 5px;
    background-size: 5px 5px;
    background-color: #fff;
    background-image: linear-gradient(-45deg, #ffebf3 25%, transparent 25%, transparent 50%, #ffebf3 50%, #ffebf3 75%, transparent 75%, transparent);
}

#cinfo_lesson11_index .course_block .eiken_price{
    overflow: scroll;
}

#cinfo_lesson11_index .course_block table.table01 th{
    text-align: left;
    background-color:#ffe5ee;
}
/* ============================================================ */
/* #visual */
/* ============================================================ */
#visual {
  position: relative;
  margin: 0 0 50px;
}

#visual div[class^="al_"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  padding: 0 15px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#visual div[class^="al_"] > * {
  margin: 5px 0;
}

#visual div[class^="al_"] h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

#visual div[class^="al_"] h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#visual div[class^="al_"] p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#visual div[class^="al_"] h2 + p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#visual div[class^="al_"] [class^="btn_"] {
  padding: 0 25px 0 20px;
}

#visual div[class^="al_"] [class^="btn_"] i {
  font-size: 1.0rem;
}

#visual div[class^="al_"] .box {
  margin: 20px 0 0;
  padding: 10px 50px;
  border: 1px solid #fff;
  font-size: 1.4rem;
}

#visual div[class^="al_"].al_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          -webkit-align-items: center;
          align-items: center;
}

#visual div[class^="al_"].al_center1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          -webkit-align-items: center;
          align-items: center;
  height: 60%;
}

#visual div[class^="al_"].al_left {
  -webkit-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          -webkit-align-items: flex-start;
          align-items: flex-start;
}

#visual div[class^="al_"].al_right {
  -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          -webkit-align-items: flex-end;
          align-items: flex-end;
}

#visual figure {
  position: relative;
}

#visual figure img {
  width: 100%;
}

#visual figure[class^="shadow"]::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

#visual figure.shadow10::before {
  background: rgba(0, 0, 0, 0.1);
}

#visual figure.shadow15::before {
  background: rgba(0, 0, 0, 0.15);
}

#visual figure.shadow20::before {
  background: rgba(0, 0, 0, 0.2);
}

#visual figure.shadow25::before {
  background: rgba(0, 0, 0, 0.25);
}

#visual figure.shadow30::before {
  background: rgba(0, 0, 0, 0.3);
}

#visual .slider {
  position: relative;
  width: 100%;
}

#visual .slider ul {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

#visual .slider ul li {
  position: relative;
}

#visual .nonslider {
  position: relative;
  width: 100%;
}

/* ============================================================ */
/* .local_nav */
/* ============================================================ */
.local_nav {
  width: 100%;
  background: #f5f5f5;
  overflow-x: auto;
  overflow-scrolling: touch;
}

.local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  /*
		&.column02 li { flex: 1 1 50%; }
		&.column05 li { flex: 1 1 190px; }
		&.column07 li { flex: 1 1 135px; }*/
}

.local_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  margin: 0 15px;
  color: #808080;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.local_nav ul li sup {
  top: -0.1em;
}

.local_nav ul li a {
  display: block;
  color: #808080;
}

.local_nav ul li a sup {
  top: -0.2em;
}

.local_nav ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

.local_nav ul li::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #ee0055;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.local_nav ul li.active {
  color: #333;
}

.local_nav ul li.active a {
  color: #333;
}

.local_nav ul li.active::after {
  width: 100%;
}

.local_nav.local_nav_btm ul li::after {
  top: 0;
  bottom: auto;
}

.tab_content {
  display: none;
}

.tab_box > *:not(:first-child) {
  display: none;
}

/* ============================================================ */
/* .anchor_link */
/* ============================================================ */
.anchor_link {
  margin: 0 auto;
}

.anchor_link ul li:not(:first-child) {
  margin: 10px 0 0;
}

.anchor_link ul li a {
  position: relative;
  display: block;
  padding: 10px 0;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.anchor_link ul li a .icon-keyboard_arrow_down {
  position: absolute;
  top: 50%;
  left: 10px;
  color: #ee0055;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*高校生ページ用　教育熱親*/
.anchor_link ul li.kyoikunesshin a{
				padding: 13px 0;
				background: #fff;
				border: 1px solid #e6e6e6;
}
.anchor_link ul li.kyoikunesshin a img{
				margin-right:10px;
				height: 22px;
}
.anchor_link ul li.kyoikunesshin i{
				margin-right:5px;
}
/*end高校生ページ用　教育熱親*/

/* ============================================================ */
/* .contact_block */
/* ============================================================ */
.contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  padding: 30px 15px;
  background: #ffe5ef;
}

.contact_block .telephone {
  position: relative;
  padding: 0 0 0 35px;
}

.contact_block .telephone i {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -15px 0 0 0;
  background: #ee0055;
  color: #f8f0f3;
  font-size: 1.5rem;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.contact_block .telephone p {
  font-weight: bold;
  line-height: 1.2;
}

.contact_block .telephone p strong {
  color: #333;
  font-size: 2.6rem;
}

.contact_block .telephone p.freecall {
  margin-left: -35px;
  text-align: center;
}

.contact_block .telephone p.freecall .icon_freecall {
  display: inline-block;
  width: 30px;
  margin: 0 10px 0 0;
  line-height: 1;
}

.contact_block .telephone p.freecall .icon_freecall img {
  width: 100%;
  vertical-align: middle;
}

.contact_block .telephone p.freecall abbr[title] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.contact_block .telephone p.freecall abbr[title]::after {
  position: relative;
  top: 0.3rem;
  content: attr(title);
  font-size: 1.0rem;
  letter-spacing: 2px;
  line-height: 1;
}

.contact_block .btn_orange01 {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: bold;
}

.contact_block .btn_orange01 i {
  margin: 0 4px 0 0;
  font-size: 1.2rem;
  font-weight: normal;
}

/* ============================================================ */
/* .panel_bnr */
/* ============================================================ */
.panel_bnr > a {
  position: relative;
  display: block;
}

.panel_bnr > a div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
}

.panel_bnr > a div p.bnr_ttl {
  margin: 0 0 5px;
  font-size: 2.5rem;
  font-weight: bold;
  /*line-height: 1.3;*/
  line-height: 1.2;
}

.panel_bnr > a figure {
  width: 100%;
}

.panel_bnr > a figure img {
  width: 100%;
}

/* ============================================================ */
/* form */
/* ============================================================ */
input[type="text"],
input[type="tel"]{
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.3rem;
  border-radius: 4px;
}

input[type="text"].error {
  background: #fef0f5;
}

input[type="email"] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  border-radius: 4px;
}

input[type="email"].error {
  background: #fef0f5;
}

/* .list_radio
----------------------------------------------------------- */
.list_radio{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_radio li:not(:first-child) {
  /*margin: 10px 0 0 0;*/
}
.list_radio li {
  width: 48%;
  margin-bottom: 10px;
}
.list_radio li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.list_radio li input[type="radio"] {
  display: none;
}

.list_radio li span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 30px;
  border: 1px solid #295094;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  border-radius: 100px;
  font-size: 1.2rem;
}

.list_radio li span::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  background: #f2f2f2;
  border: 1px solid #295094;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.list_radio li input[type="radio"]:checked + span {
  background: #e7f0f9;
}

.list_radio li input[type="radio"]:checked + span::before {
  background: #fff;
}

.list_radio li input[type="radio"]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  background: #295094;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.list_radio_confirm li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 40px;
  background: #E7F0F9;
  border: 1px solid #295094;
  color: #295094;
  border-radius: 100px;
    text-align: center;
}

.list_radio_confirm li:not(:first-child) {
  margin: 10px 0 0 0;
}

/* .list_checkbox
----------------------------------------------------------- */
.list_checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.list_checkbox li:not(:first-child) {
  margin: 10px 0 0 0;
}

.list_checkbox li input[type="checkbox"] {
  display: none;
}

.list_checkbox li label {
  width: 100%;
  padding: 12px 2px 12px 0;
  border: 1px solid #8c8c8c;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  border-radius: 100px;
}

.list_checkbox li label sup {
  top: -0.2em;
}

.list_checkbox li input[type="checkbox"]:checked + label {
  position: relative;
  background: #f17fab;
  color: #fff;
}

.list_checkbox li input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "\e876";
  margin: -0.5em 0 0;
  font-family: 'icomoon';
  font-size: 1.4rem;
  line-height: 1;
}

/* .selectbox
----------------------------------------------------------- */
.selectbox {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin: 0 0 10px;
  background: #FFFDE4;
  border: 1px solid #295094;
  overflow: hidden;
  border-radius: 4px;
}

.selectbox select {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  background: none transparent;
  border: 0;
  color: #295094;
  font-size: 1.6rem;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border-radius: 0px;
}

.selectbox::before, .selectbox::after {
  position: absolute;
  right: 0;
  display: block;
  width: 45px;
  text-align: center;
  pointer-events: none;
}

.selectbox::before {
  top: 0;
  bottom: 0;
  content: "";
  background: #E7F0F9;
}

.selectbox::after {
  top: 50%;
  content: "\e90c";
  margin: -0.5em 0 0;
  color: #7B92BB;
  font-family: 'icomoon';
  text-align: center;
  line-height: 1;
}

.selectbox.error {
  background: #fef0f5;
}

/* ============================================================ */
/* #modal_teacher */
/* ============================================================ */
#modal_teacher {
  width: 600px;
  font-size: 1.4rem;
  line-height: 1.8;
}

#modal_teacher .movie {
  position: relative;
  height: 355px;
}

#modal_teacher .movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

#modal_teacher .movie .thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  color: #ee0055;
  font-size: 6.0rem;
  line-height: 1;
}

#modal_teacher h1 {
  margin: 20px 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

#modal_teacher h1 span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

#modal_teacher h2 {
  margin: 0 0 15px;
  font-size: 1.6rem;
  line-height: 1.4;
}

/* ============================================================ */
/* #topic_path */
/* ============================================================ */

#topic_path,
#topic_path_top {
  font-size: 1.0rem;
}

#topic_path {
  margin: 50px auto 0;
  padding: 0 15px;
  border-top: 1px solid #e6e6e6;
}

#topic_path_top {
  margin: 0 auto;
  padding: 0 15px;
}

#topic_path ol,
#topic_path_top ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
}

#topic_path ol {
  min-height: 50px;
  padding: 10px 0;
}

#topic_path_top ol {
  padding: 0 0 20px;
}

#topic_path ol li,
#topic_path_top ol li {
  margin: 0 5px 0 0;
}

#topic_path ol li sup,
#topic_path_top ol li sup {
  top: 0;
}

#topic_path ol li:not(:last-child)::after,
#topic_path_top ol li:not(:last-child)::after {
  position: relative;
  top: 2px;
  margin: 0 0 0 5px;
  content: "\e315";
  font-family: 'icomoon';
  font-size: 1.4rem;
  line-height: 1;
}

#topic_path ol li a:hover,
#topic_path_top ol li a:hover {
  opacity: 1;
}

footer .btn_pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 60px;
  background: #f8f0f3;
  color: #ee0055;
  font-size: 1.6rem;
}

footer .btn_pagetop a i {
  margin: 0 8px 0 0;
}

footer #footer_top nav > ul > li {
  border-top: 1px solid #ccc;
}

footer #footer_top nav > ul > li > p.category {
	display:none;
}

footer #footer_top nav > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #ee0055;
  font-size: 1.6rem;
  font-weight: bold;
}

footer #footer_top nav > ul > li > a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
  font-family: 'icomoon';
  content: "\e90e";
  line-height: 1;
}

footer #footer_top nav > ul > li.active > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

footer #footer_top nav > ul > li ul {
  display: none;
}

footer #footer_top nav > ul > li ul li {
  border-top: 1px solid #ccc;
}

footer #footer_top nav > ul > li ul li a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 40px;
  font-size: 1.2rem;
}

footer #footer_top nav > ul > li ul li a::after {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -0.5em 0 0;
  font-family: 'icomoon';
  font-size: 1.8rem;
  content: "\e315";
  line-height: 1;
}

footer #footer_bottom nav ul {
  border-bottom: 1px solid #ccc;
}

footer #footer_bottom nav ul li {
  border-top: 1px solid #ccc;
}

footer #footer_bottom nav ul li a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 40px;
  font-size: 1.2rem;
  font-weight: bold;
}

footer #footer_bottom nav ul li a::after {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -0.5em 0 0;
  font-family: 'icomoon';
  font-size: 1.8rem;
  font-weight: normal;
  content: "\e315";
  line-height: 1;
}

footer #footer_bottom div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  padding: 20px 0 30px;
}

footer #footer_bottom div p small {
  color: #999;
  font-size: 1.2rem;
}

footer #footer_bottom div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer #footer_bottom div ul li {
  margin: 0 10px;
}

footer #footer_bottom div ul li a i {
  color: #434343;
  font-size: 3.4rem;
}

#other_menu{
  background: #ee0055;
  padding: 40px 20px;
}

.foot_txt{
	margin: 0 auto;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.foot_txt a{
  color: #FFF;
}

#footer_pref_list nav > ul{
  display: block !important;
}
#footer_pref_list h2 {
  background: #f17fab;
  color: #FFF;
  font-weight: bold;
  padding: 5px 20px 5px 30px;
  margin-bottom: 0;
  font-size: 1.2rem;
}
#footer_pref_list a{
  color: #333 !important;
  font-weight: normal !important;
}
#footer_pref_list  nav > ul > li > ul > li > a {			
  padding: 15px 20px 15px 50px !important;
}
#footer_pref_list  nav > ul > li > ul > li > a:after {			
  left: 30px !important;
}
#footer_pref_list > nav > ul > li.active{
  position: relative !important;
}
#footer_pref_list > nav > ul > li.active > a.pref::after{
  position: absolute !important;
  top: 50% !important;
  right: inherit !important;
  -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#index {
  /*----- #visual -----*/
  /*----- #menu01 -----*/
  /*----- .information -----*/
  /*----- #menu02 -----*/
  /*----- #other_service -----*/
  /*----- .bnr_block -----*/
}

#index #wrap {
  padding-top: 95px;
}

#index #visual {
  margin: 0;
}

#index #visual div[class^="al_"] h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #visual .pickup {
  position: relative;
}

#index #visual .pickup p.icon {
  position: absolute;
  top: -12px;
  left: 20px;
  padding: 0 5px;
  background: #ee0055;
  color: #fff;
  font-size: 1.0rem;
  line-height: 15px;
  border-radius: 3px;
}

#index #visual .pickup p.icon::before {
  position: absolute;
  left: 10px;
  bottom: -5px;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background: url(/img/bg_pickup.svg) 0 0 no-repeat;
  background-size: cover;
}

#index #visual .pickup div.pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  padding: 10px 20px;
  background: #f8f0f3;
  font-size: 1.2rem;
  line-height: 1.4;
  overflow: hidden;
}

#index #visual .pickup div.pickup-list ul {
 /* position: relative;*/
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: #ee0055;
}

#index #visual .pickup div.pickup-list ul li {
  position: absolute;
  visibility: hidden;
  padding: 20px 0;
}

#index #visual .pickup div.pickup-list div {
/*  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      -webkit-flex: 0 0 80px;
          flex: 0 0 80px;
  margin: 0 0 0 20px;*/
  margin: 50px 0 0 0;
}

#index #visual .pickup div.pickup-list div .btn_pink03 {
  width: 80px;
  height: 40px;
  padding: 0;
}

#index .cpn_bana,
#contactus_ml_index .cpn_bana{
	width: 90%;
	margin: 20px auto;
}

#index .cpn_bana img,
#contactus_ml_index .cpn_bana img{
	width: 100%;
}


#index #menu01 .main_course li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 180px;
  padding: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: bold;
  line-height: 1.2;
}

#index #menu01 .main_course li a h2 {
  font-size: 2.4rem;
  font-weight: bold;
}

#index #menu01 .main_course li a .course {
  display: inline-block;
  padding: 0 20px;
  background: #ee0055;
  color: #fff;
  font-size: 1.2rem;
  line-height: 40px;
  border-radius: 50px;
}

#index #menu01 .main_course li a .course i {
  margin: 0 0 0 10px;
  font-size: 1.0rem;
}

#index #menu01 .main_course li:nth-child(2n) a {
  -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          -webkit-align-items: flex-end;
          align-items: flex-end;
}

#index #menu01 .main_course li.everyday a {
  background-image: url(/img/bg_everyday_sp.png);
  height: 220px;
}

/*#index #menu01 .main_course li.everyday p,
#index #menu01 .main_course li.everyday h2 {
  color: #fff;
}*/

#index #menu01 .main_course li.everyday p.course {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
#index #menu01 .main_course li.everyday p.course span {
  font-size:1.2rem;
}

#index #menu01 .main_course li.business a {
  background-image: url(/img/bg_business_sp.png);
}

#index #menu01 .main_course li.qualification a {
  background-image: url(/img/bg_qualification_sp.png);
}

#index #menu01 .main_course li.university a {
  background-image: url(/img/bg_university_sp.png);
}

#index #menu01 .main_course li.high_school a {
  background-image: url(/img/bg_high_school_sp.png);
}

#index #menu01 .main_course li.junior_high_school a {
  background-image: url(/img/bg_junior_high_school_sp.png);
}

#index #menu01 .main_course li.online a {
background-image: url(/img/bg_online_sp.png);
}
#index #menu01 .main_course li.multi a {
background-image: url(/img/bg_multi_sp.png);
}
#index #menu01 .main_course li.senior a {
background-image: url(/img/bg_senior_sp.png);
}

#index #menu01 .select li a {
  display: block;
  color: #ee0055;
  text-align: center;
  line-height: 60px;
}

#index #menu01 .select li a i {
  margin: 0 8px 0 0;
}

#index #menu01 .select li:last-child a {
  background: #f8f0f3;
}

#index #menu01 .global_communication a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 230px;
  padding: 20px;
  background: url(/img/bg_global_communication_sp.png) 0 0 no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.5;
}

#index #menu01 .course_kids a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 210px;
  padding: 20px;
  background: url(/img/bg_kids_sp.png) 0 0 no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.5;
}

#index #menu01 .global_communication a h2{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #menu01 .course_kids a h2 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #menu01 .global_communication a [class^="btn_"],
#index #menu01 .course_kids a [class^="btn_"] {
  height: 40px;
  padding: 0 20px;
  font-size: 1.2rem;
}

#index #menu01 .benefit_course a {
  display: block;
  background-image: url(/img/bg_benefit_course02.png), url(/img/bg_benefit_course01.png);
  background-position: -120px center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, cover;
  color: #fff;
  line-height: 1.5;
}

#index #menu01 .benefit_course a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: 0 20px;
}

#index #menu01 .benefit_course a .inner div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 200px;
}

#index #menu01 .benefit_course a h2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #menu01 .benefit_course a p {
  margin: 10px 0;
  line-height: 1.2;
}

#index #menu01 .benefit_course a [class^="btn_"] {
  height: 40px;
  padding: 0 25px 0 20px;
  font-size: 1.2rem;
}

#index #menu01 .biz_school a {
  display: block;
  background-image: url(/img/bg_biz_school_sp.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.5;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index #menu01 .biz_school a h2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #menu01 .biz_school a p {
  margin: 10px 0;
  line-height: 1.2;
}

#index #menu01 .biz_school a [class^="btn_"] {
  height: 40px;
  padding: 0 25px 0 20px;
  font-size: 1.2rem;
}


#index #menu01 .eigokairo a {
  display: block;
  background: url(/img/bg_eigokairo02_sp.png) 0 0 no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.5;
}

#index #menu01 .eigokairo a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 0 20px;
}

#index #menu01 .eigokairo a .inner div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 200px;
}

#index #menu01 .eigokairo a h2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #menu01 .eigokairo a p {
  margin: 10px 0;
  line-height: 1.2;
}

#index #menu01 .eigokairo a [class^="btn_"] {
  height: 40px;
  padding: 0 25px 0 20px;
  font-size: 1.2rem;
}

#index .information {
  padding: 35px 0 0;
  background: #eee;
}

#index .information h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

#index .information .slider {
  position: relative;
  margin: 20px;
}

#index .information .slider ul li {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#index .information .slider ul li a {
  position: relative;
  display: block;
  padding: 20px;
}

#index .information .slider ul li a img {
  width: 100%;
}

#index .information .slider ul li a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 10px 0;
}

#index .information .slider ul li a .category {
  padding: 0 10px;
  border: 1px solid #ee0055;
  color: #ee0055;
  font-size: 1.1rem;
  line-height: 24px;
  border-radius: 50px;
}

#index .information .slider ul li a time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 25px;
}

#index .information .slider .btn_prev,
#index .information .slider .btn_next {
  position: absolute;
  top: 88px;
  background: #ee0055;
  color: #fff;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

#index .information .slider .btn_prev i,
#index .information .slider .btn_next i {
  line-height: 32px;
}

#index .information .slider .btn_prev {
  left: -10px;
}

#index .information .slider .btn_next {
  right: -10px;
}

#index .information p a {
  display: block;
  background: #fff;
  color: #ee0055;
  font-size: 1.6rem;
  text-align: center;
  line-height: 60px;
}

#index .information p a i {
  margin: 0 8px 0 0;
}

/*#index reason*/
	#index #reason{
    padding: 30px 0 40px;
    /*background: #f2f2f2;	*/
	background-image: url(/img/bg_reason02.png);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
			}
	#index #reason h2.ttl01 {
	margin-bottom:inherit;
	color: #fff;
}
	#index #reason > p{
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
			}
	#index #reason ol {
	display: block;
	padding: 0 20px;
}
	#index #reason ol li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.3%;
    flex: 1 1 23.3%;
    padding: 15px;
    background: #fff;
	margin: 0 0 1px 0 ;
}
	#index #reason ol li:not(:first-child) {
    margin: 0 0 1px 0 ;
}
	#index #reason ol li h3 {
	margin: 0 0 20px;
	font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
	text-align: center;
	color: #ee0055;
}
	#index #reason ol li h3 .icon-done {
    color: #ee0055;
    font-size: 2.0rem;
	margin-right: 10px;
}
/*#index reason end*/

#index #menu02 div:not(.counseling) {
  position: relative;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;*/
  display: inherit;
  flex-direction: inherit;
  /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;*/
}

#index #menu02 div:not(.counseling) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
       -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 50%;
  height: 225px;
  padding: 20px 15px 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}

#index #menu02 div:not(.counseling) a h2 {
  font-size: 1.6rem;
  font-weight: bold;
}

#index #menu02 div:not(.counseling) .reason {
  background: url(/img/bg_reason.png) -10px bottom no-repeat;
  background-size: auto 100%;
  z-index:1;
}

/*#index map*/
/*#index #menu02 div:not(.counseling) .find_school {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: url(/img/bg_find_school.png) left bottom no-repeat;
  background-size: auto 100%;
}*/

	#index #menu02 div:first-child > a {
    height:inherit;
    color:inherit;
			}

	#index #menu02 div:first-child > div.find_school {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*padding: 40px 0 40px 40px;*/
	padding: 20px;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
	/*height: 400px;*/
    height: inherit;
	background: #fff2f7;
	background: url(/img/bg_map.png) center center no-repeat;
    background-size: cover;
}
	#index #menu02 div:first-child > div.find_school a {
    padding: 0 0 10px 0;
	width: 100%;
    height: 36px;
    margin: 8px 0 0 0;
    background: #fff;
    border: 1px solid #8c8c8c;
    line-height: 34px;
    text-align: center;
    border-radius: 100px;
	font-size: 0.8em;
}

	#index #menu02 div.find_school h2 {
    /*-webkit-box-flex: 1;
    -ms-flex: 1 0 auto;*/
    flex: inherit;
    line-height: 1.2;
	font-size: 2.0rem;
	font-weight: bold;
}
	#index #menu02 div.find_school ul {
		position: initial;
		top:80px;
		left:30px;
}
	#index #menu02 div.find_school ul li {
			width: 49%;
			float: left;
}
	#index #menu02 div.find_school ul li:nth-child(odd) {
			margin: 0 5px 0 0;
}
	#index #menu02 div.find_school ul li i {
		position: absolute;
		top: 50%;
		right: 10px;
		margin: -0.5em 0 0;
}
	#index #menu02 div.find_school img {
		display: none;
}

	#index #menu02 div.find_school p {
		font-size: 0.8em;
		font-weight: normal;
		margin-top: 10px;
}

/*----#menu01 .find_school 2018/06/22-----*/
#index #menu01 div.find_school,
#cinfo_index div.find_school {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*padding: 40px 0 40px 40px;*/
	padding: 20px;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
	/*height: 400px;*/
    height: inherit;
	background: #fff2f7;
	background: url(/img/bg_map_01.png) center center no-repeat;
    background-size: cover;
}
	#index #menu01 div.find_school a,
	#cinfo_index div.find_school a {
		position: relative;
		display: block;
    padding: 0 0 10px 0;
	width: 100%;
    height: 36px;
    margin: 8px 0 0 0;
    background: #fff;
    border: 1px solid #8c8c8c;
    line-height: 34px;
    text-align: center;
    border-radius: 100px;
	font-size: 0.8em;
}

	#index #menu01 div.find_school h2,
	#cinfo_index div.find_school h2 {
    /*-webkit-box-flex: 1;
    -ms-flex: 1 0 auto;*/
    flex: inherit;
    line-height: 1.2;
	font-size: 2.0rem;
	font-weight: bold;
		text-align: center;
}
	#index #menu01 div.find_school ul,
	#cinfo_index div.find_school ul {
		position: initial;
		top:80px;
		left:30px;
}
	#index #menu01 div.find_school ul li,
	#cinfo_index div.find_school ul li {
			width: 49%;
			float: left;
}
	#index #menu01 div.find_school ul li:nth-child(odd),
	#cinfo_index div.find_school ul li:nth-child(odd) {
			margin: 0 5px 0 0;
}
#index #menu01 div.find_school ul li:nth-of-type(3) ,
#index #menu01 div.find_event ul li:nth-of-type(3) {
    width: 100%;
}
#index #menu01 div.find_school ul li:nth-of-type(3) a,
#index #menu01 div.find_event ul li:nth-of-type(3) a {
    width: 100%;
}
	#index #menu01 div.find_school ul li i,
	#cinfo_index div.find_school ul li i {
		position: absolute;
		top: 50%;
		right: 10px;
		margin: -0.5em 0 0;
}
	#index #menu01 div.find_school img,
	#cinfo_index div.find_school img {
		display: none;
}

	#index #menu01 div.find_school p,
	#cinfo_index div.find_school p {
		font-size: 0.8em;
		font-weight: normal;
		margin-top: 10px;
}
/*----#menu01 .find_school 2018/06/22-----*/
/*#index map end*/

#index #menu02 div:not(.counseling) div {
  /*position: absolute;*/
  position: inherit;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  flex-direction: inherit;
}


#index #menu02 div:not(.counseling) div a {
  position: relative;
  color: #333;
  height: 225px;
}

#index #menu02 div:not(.counseling) div .voice {
  background-image: url(/img/bg_voice_sp.png);
}

#index #menu02 div:not(.counseling) div .teacher {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-image: url(/img/bg_teacher_sp.png);
}

#index #menu02 .counseling a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
          justify-content: flex-end;
  height: 225px;
  padding: 20px 0;
  background: url(/img/bg_counseling_sp.png) center bottom no-repeat;
  background-size: cover;
}

#index #menu02 .counseling a h2 {
  font-size: 1.6rem;
  font-weight: bold;
}

#index #menu02 .counseling a p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 1.3rem;
}

#index #menu02 .counseling a [class^="btn_"] {
  height: 40px;
  font-size: 1.2rem;
}

#index #other_service {
  padding: 35px 0 0;
}

#index #other_service h2 {
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

#index #other_service .other_service_list {
  margin: 0;
}

#index .bnr_block {
  padding: 20px 10px;
  background: #e9eef3;
  overflow: hidden;
}

#index .bnr_block ul {
  width: 220px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
}

#index .bnr_block ul li {
  float: left;
  width: 220px;
  padding: 0 5px;
}

#index .bnr_block ul li a {
  position: relative;
  display: block;
}

#index .bnr_block ul li a img {
  width: 100%;
}

#index .bnr_block ul li a[target="_blank"]::before {
  position: absolute;
  top: 0;
  right: 5px;
  content: "\e909";
  font-family: 'icomoon';
  font-size: 1.2rem;
}

/*#index info*/
	#index #other_info {
		padding: 35px 0 0;
		border-bottom: 1px solid #d9d9d9;
}
	#index .info_list {
    border-top: 1px solid #d9d9d9;
}
	#index .info_list li {
    display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
    padding: 15px 5px;
    border-bottom: 1px solid #d9d9d9;
}
	#index .info_list li time {
    flex: 0 0 130px;
    font-weight: bold;
    align-self: center;
    margin: 0 0 10px;
}
	#index .info_list li .category {
    flex: 0 0 100px;
    margin: 0 0 10px;
    border: 1px solid #ee0055;
    border-radius: 100px;
    color: #ee0055;
    font-size: 1.1rem;
    text-align: center;
    line-height: 24px;
}
	#index .info_list li p:not(.category) {
    flex: 0 0 100%;
    position: relative;
    padding: 0 0 0 20px;
}
	#index .info_list li p:not(.category) a {
    display: block;
}
	#index .info_list li p:not(.category) .icon-keyboard_arrow_right {
    position: absolute;
    top: 3px;
    left: 0;
    color: #808080;
}
/*#index info end*/

#index #top_faq {
	padding: 30px 0;
	border-bottom: none;
	background: #f8f0f3;
}

#index #top_faq .info_bana a{
  display: block;
  background: #fff;
  border-radius: 100px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #8c8c8c;
  }
#index #top_faq .info_bana a:hover{
  text-decoration: none;
  }
#index #top_faq .info_bana a i {
  margin: 0 10px 0 0;
  color: #ee0055;
}
#index #top_faq .info_bana p {
  position: relative;
}
#index #top_faq .info_bana a i.icon-right {
  position: absolute;
  top: 15px;
  right: 0;
}
/* ============================================================ */
/* ECCが選ばれる理由 共通スタイル
   .reason */
/* ============================================================ */
.reason {
  /*----- #visual -----*/
  /*----- .feature_list -----*/
  /*----- .btn_link_block -----*/
}

.reason h1 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.reason #visual {
  margin: 0 0 40px;
}

.reason #visual figure {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.reason #visual figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.reason #visual div[class^="al_"] p {
  font-size: 1.6rem;
}

.reason .feature_list > li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reason .feature_list > li:not(:last-child) {
  margin: 0 0 40px;
}

.reason .feature_list > li .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
          flex: 1 0 0%;
  margin: 0;
}

.reason .feature_list > li > p,
.reason .feature_list > li > ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 20px 0 0;
}

.reason .feature_list > li .img_float_left,
.reason .feature_list > li .img_float_right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  display: block;
  margin: 20px 0 0;
}

.reason .feature_list > li .img_float_left figure,
.reason .feature_list > li .img_float_right figure {
  float: left;
  width: 150px;
  margin: 0 10px 10px 0;
}

.reason .feature_list > li .img_float_left figure img,
.reason .feature_list > li .img_float_right figure img {
  width: 100%;
}

.reason .btn_link_block {
  margin: 50px 15px;
  padding: 20px 0 30px;
  border-top: 2px solid #ee0055;
  border-bottom: 2px solid #ee0055;
}

.reason .btn_link_block .ttl01 {
  margin: 0 0 15px;
}

.reason .btn_link_block .ttl01 span {
  display: block;
  color: #ee0055;
  font-size: 1.8rem;
}

.reason .btn_link_block .ttl01 span::before, .reason .btn_link_block .ttl01 span::after {
  display: inline-block;
  padding: 0 5px;
  content: "/";
  font-family: "Arial Black", Gadget, sans-serif;
}

.reason .btn_link_block .ttl01 span::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.reason .btn_link_block [class^="btn"] {
  height: 50px;
}

.reason .btn_link_block [class^="btn"]:not(:first-child) {
  margin: 15px 0 0;
}

#reason_method_index .btn_link_block #btn_reason_method,
#reason_teacher_index .btn_link_block #btn_reason_teacher,
#reason_customize_index .btn_link_block #btn_reason_customize,
.reason_service .btn_link_block #btn_reason_service {
  display: none;
}

/* ============================================================ */
/* ECCが選ばれる理由 トップ
   #reason_index */
/* ============================================================ */
#reason_index #reason03 [class^="btn_"] {
  font-size: 1.3rem;
}

/* ============================================================ */
/* ECC独自のELICITメソッド
   #reason_method_index */
/* ============================================================ */
#reason_method_index .box {
  margin: 20px 0 0;
  padding: 15px;
  background: #f2f2f2;
}

#reason_method_index .box .img_float_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0;
}

#reason_method_index .box .img_float_right figure {
  float: none;
  width: auto;
  margin: 20px 0 0;
  text-align: center;
}

#reason_method_index .box .img_float_right figure img {
  width: auto;
}

#reason_method_index .box .img_float_right h3 {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ee0055;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

/* ============================================================ */
/* 引き出す指導に精通した講師陣
   #reason_teacher_index */
/* ============================================================ */
#reason_teacher_index #bnr_movie {
  margin: 50px 15px;
}

#reason_teacher_index #bnr_movie a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
          justify-content: flex-end;
  height: 100px;
  padding: 0 0 10px;
  text-align: center;
  background-image: url(/reason/teacher/img/bg_movie01.png), url(/reason/teacher/img/bg_movie02.png);
  background-position: left -35px top, right -35px top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #e9a5bb;
}

#reason_teacher_index #bnr_movie a p {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

#reason_teacher_index #bnr_movie a [class^="btn_"] {
  min-width: 180px;
  font-size: 1.6rem;
}

#reason_teacher_index #bnr_movie a:hover {
  text-decoration: none;
}

#reason_teacher_index #bnr_movie a:hover [class^="btn_"] {
  background: #fff;
  border-color: #fff;
  color: #ee0055;
}

/* ============================================================ */
/* 自慢の講師
   #reason_teacher_interview_index */
/* ============================================================ */
#reason_teacher_interview_index {
  /*----- .modal_content -----*/
}

#reason_teacher_interview_index .list_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px;
}

#reason_teacher_interview_index .list_filter li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.2%;
      -webkit-flex: 0 0 48.2%;
          flex: 0 0 48.2%;
  margin: 10px 0 0 10px;
}

#reason_teacher_interview_index .list_filter li:nth-child(-n+2) {
  margin-top: 0;
}

#reason_teacher_interview_index .list_filter li:nth-child(2n+1) {
  margin-left: 0;
}

#reason_teacher_interview_index .list_filter li a {
  display: block;
  border: 1px solid #d9d9d9;
  line-height: 40px;
  border-radius: 100px;
  text-align: center;
}

#reason_teacher_interview_index .list_filter li.active a {
  background: #fbd9e6;
  border-color: #fbd9e6;
  text-decoration: none;
  opacity: 1;
}

#reason_teacher_interview_index .modal_content {
  padding-top: 42px;
}

#reason_teacher_interview_index .modal_content img {
  width:100%;
}

#reason_teacher_interview_index .modal_content .movie {
  position: relative;
}

#reason_teacher_interview_index .modal_content .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100% !important;
  height: 100% !important;
}

#reason_teacher_interview_index .modal_content .movie .thumb {
  position: relative;
  cursor: pointer;
  z-index: 10;
}

#reason_teacher_interview_index .modal_content .movie .thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  color: #ee0055;
  font-size: 6.0rem;
  line-height: 1;
}

#reason_teacher_interview_index .modal_content .movie .thumb img {
  width: 100%;
}

#reason_teacher_interview_index .modal_content .movie .thumb.movie-loading {
  cursor: default;
}

#reason_teacher_interview_index .modal_content .movie .thumb.movie-loading i {
  -webkit-animation: movie_icon_rotate 5s;
          animation: movie_icon_rotate 5s;
}

#reason_teacher_interview_index .modal_content .movie .thumb.movie-loading i:before {
  content: "\e627";
  color: rgba(0, 0, 0, 0.6);
}

#reason_teacher_interview_index .modal_content h3 {
  margin: 15px 0 5px;
}

#reason_teacher_interview_index .modal_content h3 span {
  font-size: 1.6rem;
  font-weight: bold;
}

#reason_teacher_interview_index .modal_content h4 {
  margin: 0 0 10px;
}

/* ============================================================ */
/* レベルと目的に合わせた柔軟なレッスンコーディネート
   #reason_customize_index */
/* ============================================================ */
#reason_customize_index .row figure img {
  width: 100%;
}

#reason_customize_index #flow_lesson_plan {
  margin: 0 0 15px;
}

#reason_customize_index #flow_lesson_plan li {
  position: relative;
  padding: 15px;
  background: #ffe5ef;
}

#reason_customize_index #flow_lesson_plan li:not(:last-child) {
  margin: 0 0 20px;
}

#reason_customize_index #flow_lesson_plan li:not(:last-child) .icon-arrow-dotted {
  position: absolute;
  left: 50%;
  bottom: -28px;
  z-index: 1;
  color: #ee0055;
  font-size: 3.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#reason_customize_index #flow_lesson_plan li .step {
  position: relative;
  display: block;
  width: 80px;
  margin: 0 auto;
  background: #ee0055;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
}

#reason_customize_index #flow_lesson_plan li .step::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: "";
  border-color: #ee0055 transparent transparent;
  border-style: solid;
  border-width: 7px 6px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#reason_customize_index #flow_lesson_plan li h4 {
  margin: 15px 0 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

/* ============================================================ */
/* 学びの継続を助ける徹底したサポート体制
   #reason_service_index */
/* ============================================================ */
#reason_service_index .check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  padding: 10px 0 10px 10px;
  border: 1px solid #ccc;
  font-weight: bold;
}

#reason_service_index .check li:not(:first-child) {
  margin: 15px 0 0;
}

#reason_service_index .check li .icon-done {
  margin: 0 8px 0 0;
  color: #ee0055;
  font-size: 1.6rem;
}

/* ============================================================ */
/* ECCの特長
   #reason_features_index */
/* ============================================================ */

#reason_features_index section figure img,
#reason_features_index section figure img {
	width: 100%;
    max-width: 100%;
}

#reason_features_index section figure img.graph,
#reason_features_index section figure img.graph {
	width: 60%;
}

/* ============================================================ */
/* コース・料金 共通スタイル
   .cinfo */
/* ============================================================ */
.cinfo {
  /*----- #visual -----*/
  /*----- .feature_icon_list -----*/
  /*----- #point -----*/
  /*----- #optimum -----*/
  /*----- #system -----*/
  /*----- #changing -----*/
  /*----- .panel_bnr -----*/
  /*----- .info_block -----*/
}

.cinfo #visual {
  margin-bottom: 40px;
}

.cinfo #visual div[class^="al_"] {
  position: relative;
  margin: 0 0 30px;
  color: #333;
  text-shadow: none;
}

.cinfo #visual div[class^="al_"] h1 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.cinfo #visual div[class^="al_"] h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.cinfo #visual div[class^="al_"] h2 + p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.cinfo #visual div[class^="al_"] .box {
  margin: 5px 0 0;
  padding: 5px 30px;
  border: 1px solid #ccc;
}

.cinfo [class^="ttl"] + .feature_icon_list {
  margin: 0 0 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.cinfo [class^="ttl"] + .feature_icon_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
      -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  margin: 3px 0 0 3px;
  padding: 2px 0;
}

.cinfo [class^="ttl"] + .feature_icon_list li:nth-child(-n+2) {
  margin-top: 0;
}

.cinfo [class^="ttl"] + .feature_icon_list li:nth-child(2n+1) {
  margin-left: 0;
}

.cinfo #point {
  padding: 30px 15px;
  background: #f2f2f2;
}

.cinfo #point ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  padding: 15px;
  background: #fff;
}

.cinfo #point ol li:not(:first-child) {
  margin: 1px 0 0;
}

.cinfo #point ol li h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      -webkit-flex: 0 0 50px;
          flex: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit- align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  margin: 0 10px 0 0;
  padding: 8px 0 0;
  border: 1px solid #d9d9d9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.cinfo #point ol li h3 span {
  color: #ee0055;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}

.cinfo #point ol li h3 span:last-child {
  margin: 2px 0 0;
  font-size: 2.0rem;
}

.cinfo #point ol li p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

.cinfo #optimum {
  margin: 15px 0 40px !important;
}

.cinfo #optimum div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  margin: 0 15px 10px 10px;
}

.cinfo #optimum figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
      -webkit-flex: 0 0 125px;
          flex: 0 0 125px;
}

.cinfo #optimum figure img {
  width: 100%;
}

.cinfo #optimum .ttl02 {
  -webkit-box-flex: 1;
      -ms-flex: 100%;
      -webkit-flex: 100%;
          flex: 100%;
  margin: 0 0 0 -10px;
  font-size: 1.4rem;
  text-align: left;
}

.cinfo #optimum p {
  margin: 0 15px 10px;
  font-weight: bold;
}

.cinfo #optimum ul {
  margin: 0 15px;
}

.cinfo #optimum ul li {
  position: relative;
  padding: 0 0 0 20px;
}

.cinfo #optimum ul li i {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #ee0055;
}

.cinfo #optimum ul li:not(:first-child) {
  margin: 10px 0 0;
}

.cinfo #system > .table_wrap,
.cinfo #system > .table01 {
  margin-bottom: 10px;
}

.cinfo #system .table02 th {
  width: 150px;
}

.cinfo #system .table02 td {
  vertical-align: middle;
}

.cinfo #system p.note {
  margin: 0 0 5px;
}

.cinfo #system ul.note li:not(:first-child) > span:first-child {
  padding-top: 5px;
}

.cinfo #changing .local_nav {
  background: none;
}

.cinfo #changing .local_nav ul {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cinfo #changing .local_nav ul li {
  margin: 0 0 5px;
  padding: 8px 0;
  background: #f5f5f5;
  font-size: 1.1rem;
  line-height: 1.4;
}

.cinfo #changing .local_nav ul.column05 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3%;
      -webkit-flex: 1 0 33.3%;
          flex: 1 0 33.3%;
}

.cinfo #changing .local_nav ul.column05 li:nth-child(n+4) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
}

.cinfo #changing .level_block {
  margin: 30px 0 0;
  padding: 15px;
  background: #f2f2f2;
}

.cinfo #changing .level_block .ttl {
  padding: 5px 10px;
  background: #fff;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
}

.cinfo #changing .level_block .sub_ttl {
  margin: 15px 0 10px;
  font-weight: bold;
}

.cinfo .panel_bnr {
  margin: 0 0 30px;
}

.cinfo .info_block {
  margin-bottom: 50px;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.cinfo .info_block h2 {
  margin: 0 0 5px;
  font-weight: bold;
}

.cinfo:not(#cinfo_index) .panel_bnr + .al_center {
  margin: 0 15px;
}

.cinfo:not(#cinfo_index) #topic_path {
  margin-top: 30px;
}

.cinfo:not(#cinfo_index) .flow_lesson {
  margin-top: 40px;
}
.cinfo #lesson_style div {
    margin: 30px 0 0;
}
.cinfo #lesson_style div figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    -webkit-flex: 0 0 300px;
    flex: 0 0 300px;
    margin: 0 0 30px;
}
.cinfo #lesson_style div figure img {
    width: 100%;
}
.cinfo #lesson_style div ul {
    border-top: 1px solid #d9d9d9;
}
.cinfo #lesson_style div ul li {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
}
.cinfo #lesson_style div ul li h4 {
    margin: 0 0 5px;
    font-weight: bold;
}
.cinfo .more {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #ffe5ef;
    min-width: 225px;
    text-align: center;
    height: 40px;
    padding: 0 20px;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 100px;
}


.cinfo .bnr_box {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto 30px;
}

.cinfo .bnr_box img {
  width: 100%;
}


@media only screen and (max-width: 374px) {
  #changing .local_nav .column04 li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        -webkit-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

/* ============================================================ */
/* コース・料金 トップ
   #cinfo_index */
/* ============================================================ */
#cinfo_index {
  /*----- .local_nav -----*/
  /*----- #navi -----*/
  /*----- .course_list -----*/
  /*----- .benefit_course -----*/
  /*----- #other_language -----*/
  /*----- .other_service_list -----*/
}

#cinfo_index h1 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_index #visual {
  margin-bottom: 50px;
}

#cinfo_index #visual div[class^="al_"] {
  position: absolute;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#cinfo_index .local_nav {
  margin-bottom: 20px;
}

#cinfo_index #navi .course_list li h3 {
  margin-bottom: 0;
}

#cinfo_index #course .course_list li a h3,
#cinfo_index #age_group .course_list li a h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
}

#cinfo_index .benefit_course {
  margin: 0 0 30px;
}

#cinfo_index .benefit_course a {
  display: block;
  background-image: url(/img/bg_benefit_course02.png), url(/img/bg_benefit_course01.png);
  background-position: -120px center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, cover;
  color: #fff;
  line-height: 1.5;
}

#cinfo_index .benefit_course a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: 0 20px;
}

#cinfo_index .benefit_course a .inner div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 200px;
}

#cinfo_index .benefit_course a h2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

#cinfo_index .benefit_course a p {
  margin: 10px 0;
  line-height: 1.2;
}

#cinfo_index .benefit_course a [class^="btn_"] {
  height: 40px;
  padding: 0 25px 0 20px;
  font-size: 1.2rem;
}

/* 20190122追加 */
#cinfo_index .teacher_course {
  margin: 0 0 30px;
}

#cinfo_index .teacher_course a {
  display: block;
  background-image: url(/cinfo/img/bg_teacher_course02.png), url(/cinfo/img/bg_teacher_course01.png);
  background-position: -20px center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, cover;
  color: #fff;
  line-height: 1.5;
}

#cinfo_index .teacher_course a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: 0 20px;
}

#cinfo_index .teacher_course a .inner div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 200px;
  width:100%;
}

#cinfo_index .teacher_course a h2 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  color:#333;
  padding-left: 100px;
}

#cinfo_index .teacher_course a p {
  margin: 10px 0;
  line-height: 1.2;
}

#cinfo_index .teacher_course a [class^="btn_"] {
  height: 40px;
  padding: 0 25px 0 20px;
  font-size: 1.2rem;
  background: #ee0055;
  border-color: #ee0055;
  color: #fff;
}

#cinfo_index .teacher_course a span {
	margin-top: 15px;
}

#cinfo_index #other_language .btn_list {
  margin: 30px 0 0;
}

#cinfo_index #other_language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
}

#cinfo_index #other_language ul li {
  width: 31.3%;
  text-align: center;
}

#cinfo_index #other_language ul li:not(:nth-child(-n+3)) {
  margin: 25px 0 0;
}

#cinfo_index #other_language ul li a {
  display: block;
}

#cinfo_index #other_language ul li a figure {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 5px;
}

#cinfo_index #other_language ul li a figure img {
  width: 100%;
}

#cinfo_index #other_language ul li a p {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
}

#cinfo_index #other_language ul li a p i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #808080;
}

#cinfo_index .other_service_list {
  margin: 0;
  border-bottom: none;
}

#cinfo_index .other_service_list li {
  border-top: none;
}

#cinfo_index .other_service_list li:not(:first-child) {
  margin: 25px 0 0;
}

#cinfo_index .other_service_list li {
  padding: 0;
}

#cinfo_index .other_service_list li figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
      -webkit-flex: 0 0 75px;
          flex: 0 0 75px;
  margin: 0 10px 0 0;
}

#cinfo_index .other_service_list li div {
  -webkit-box-flex: 1;
      -ms-flex: 100%;
      -webkit-flex: 100%;
          flex: 100%;
}

#cinfo_index .other_service_list li div h3 {
  display: table;
  font-weight: bold;
}

#cinfo_index .other_service_list li div h3 i {
  display: table-cell;
  padding: 0 5px 0 0;
  color: #b3b3b3;
}

#cinfo_index .other_service_list li div p {
  font-size: 1.2rem;
}

/* ============================================================ */
/* TOEIC®L&R Test対策コース
   .cinfo_toeic */
/* ============================================================ */
.cinfo_toeic h1 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.cinfo_toeic #visual {
  margin-bottom: 15px;
}

.cinfo_toeic #visual div[class^="al_"] {
  position: absolute;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.cinfo_toeic .local_nav {
  background: none;
  margin-bottom: 50px;
}

.cinfo_toeic .local_nav ul {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cinfo_toeic .local_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3%;
      -webkit-flex: 1 0 33.3%;
          flex: 1 0 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  min-height: 45px;
  margin: 0 0 5px;
  padding: 8px 0;
  background: #f5f5f5;
  font-size: 1.1rem;
  line-height: 1.2;
}

.cinfo_toeic .local_nav_btm {
  margin: 40px 0 -35px;
}

/* ============================================================ */
/* TOEIC®L&R Test対策コース コース説明
   #cinfo_toeic_index */
/* ============================================================ */
#cinfo_toeic_index .row {
  margin-bottom: 40px;
}

#cinfo_toeic_index .img_float_left figure {
  width: 150px;
  margin: 0 auto 20px;
}

#cinfo_toeic_index .course_block .feature_icon_list {
  margin-bottom: 10px;
}

#cinfo_toeic_index .point_list {
  margin: 20px 0;
}

#cinfo_toeic_index .table01 {
  margin: 20px 0;
}

#cinfo_toeic_index .each_level .score {
  background: #fef0f5;
  font-weight: bold;
}

#cinfo_toeic_index .each_level tbody tr:first-child .score {
  border-radius: 10px 10px 0 0;
}

#cinfo_toeic_index .guarantee_system {
  margin: 20px 0 0;
}

#cinfo_toeic_index .guarantee_system .ttl03 {
  margin-bottom: 10px;
}

#cinfo_toeic_index .guarantee_system p {
  margin-bottom: 10px;
}

#cinfo_toeic_index .guarantee_system ul.note li {
  font-size: 1.4rem;
}

#cinfo_toeic_index .guarantee_system ul.note li:not(:first-child) span {
  padding-top: 10px;
}

/* ============================================================ */
/* TOEIC®L&R Test対策コース 目標別カウンセリング例
   #cinfo_toeic_scorebetsu */
/* ============================================================ */
#cinfo_toeic_scorebetsu .example {
  margin: 50px auto;
}

#cinfo_toeic_scorebetsu .example .ttl_block {
  margin: 0 0 25px;
  background: #ffebf3;
}

#cinfo_toeic_scorebetsu .example .ttl_block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  position: relative;
  padding: 60px 10px 10px 15px;
}

#cinfo_toeic_scorebetsu .example .ttl_block .score {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 35px;
}

#cinfo_toeic_scorebetsu .example .ttl_block .score p {
  font-size: 1.2rem;
}

#cinfo_toeic_scorebetsu .example .ttl_block .score p span {
  margin: 0 0 0 10px;
  font-size: 1.8rem;
}

#cinfo_toeic_scorebetsu .example .ttl_block .ttl_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0;
      -webkit-flex: 1 0 0;
          flex: 1 0 0;
  margin: 0 10px 0 0;
}

#cinfo_toeic_scorebetsu .example .ttl_block .ttl_text .ttl02 {
  margin: 0 0 5px;
  text-align: left;
  line-height: 1.2;
}

#cinfo_toeic_scorebetsu .example .ttl_block .ttl_text p {
  font-weight: bold;
}

#cinfo_toeic_scorebetsu .example .ttl_block figure {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

#cinfo_toeic_scorebetsu .example .ttl_block figure img {
  width: 100%;
}

#cinfo_toeic_scorebetsu .example .flow_box {
  margin: 0 15px;
}

#cinfo_toeic_scorebetsu .example .result {
  margin: 15px 15px 0;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
}

#cinfo_toeic_scorebetsu .example .result .icon-arrow-dotted {
  display: block;
  margin: 5px 0 10px;
  color: #ee0055;
  font-size: 4.5rem;
}

#cinfo_toeic_scorebetsu .example .result .course {
  padding: 10px 0;
  border: 2px solid #ee0055;
}

/* ============================================================ */
/* TOEIC®L&R Test対策コース 受講生に学ぶ TOEIC®Test学習法
   #cinfo_toeic_manabu */
/* ============================================================ */
#cinfo_toeic_manabu {
  /*----- .profile -----*/
  /*----- #process -----*/
  /*----- #advice -----*/
}

#cinfo_toeic_manabu .row {
  margin-bottom: 40px;
}

#cinfo_toeic_manabu .student div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cinfo_toeic_manabu .student div p:not(.name) {
  margin: 20px 0 0;
}

#cinfo_toeic_manabu .student div .name {
  font-weight: bold;
  text-align: center;
}

#cinfo_toeic_manabu .student div .name span {
  font-size: 2.0rem;
}

#cinfo_toeic_manabu .profile {
  margin: 20px 0;
  padding: 15px;
  background: #f2f2f2;
}

#cinfo_toeic_manabu .profile .ttl03 {
  margin-bottom: 10px !important;
  text-align: left;
}

#cinfo_toeic_manabu .profile dl {
  margin: 20px 0 0;
  padding: 15px;
  background: #fff;
  color: #ee0055;
}

#cinfo_toeic_manabu .profile dl dt {
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_toeic_manabu .profile dl dd {
  position: relative;
  padding: 0 0 0 30px;
}

#cinfo_toeic_manabu .profile dl dd::before {
  position: absolute;
  top: 5px;
  bottom: 10px;
  left: 10px;
  content: "";
  border-left: 2px dotted #ee0055;
}

#cinfo_toeic_manabu .profile dl dd::after {
  position: absolute;
  left: 5px;
  bottom: 0;
  display: block;
  content: "\e90c";
  font-family: 'icomoon';
  font-size: 1.2rem;
  line-height: 1;
}

#cinfo_toeic_manabu .profile dl dd .list_disc li::before {
  background: #ee0055;
}

#cinfo_toeic_manabu #process ol li h4 {
  padding: 10px 15px;
  background: #f2f2f2;
  font-weight: bold;
}

#cinfo_toeic_manabu #process ol li:not(:last-child) div {
  position: relative;
  padding: 15px 10px 20px 50px;
}

#cinfo_toeic_manabu #process ol li:not(:last-child) div::before {
  position: absolute;
  top: 2px;
  bottom: 10px;
  left: 20px;
  content: "";
  border-left: 2px dotted #ee0055;
}

#cinfo_toeic_manabu #process ol li:not(:last-child) div::after {
  position: absolute;
  left: 15px;
  bottom: 0;
  content: "\e90c";
  font-family: 'icomoon';
  color: #ee0055;
  font-size: 1.2rem;
  line-height: 1;
}

#cinfo_toeic_manabu #process ol li:last-child div {
  padding: 15px 10px 0;
}

#cinfo_toeic_manabu #process ol li p:not(:last-child) {
  margin: 0 0 15px;
}

#cinfo_toeic_manabu #advice {
  margin-bottom: 50px;
}

#cinfo_toeic_manabu #advice .img_float_left .ttl03 {
  margin-bottom: 15px;
  text-align: left;
}

/* ============================================================ */
/* TOEIC®L&R Test対策コース スコア伸長度ランキング
   #cinfo_toeic_ranking */
/* ============================================================ */
#cinfo_toeic_ranking .table_wrap {
  margin-top: 20px;
}

#cinfo_toeic_ranking .table_wrap thead th {
  padding-left: 0;
  padding-right: 0;
}

#cinfo_toeic_ranking .table_wrap thead th:first-child {
  width: 70px;
}

#cinfo_toeic_ranking .table_wrap thead th:nth-child(n+3) {
  width: 100px;
}

/* ============================================================ */
/* TOEIC®L&R Test対策コース TOEIC®Testとは？
   #cinfo_toeic_about */
/* ============================================================ */
#cinfo_toeic_about .row {
  margin-bottom: 50px;
}

#cinfo_toeic_about .row_border_top {
  padding-top: 50px;
}

#cinfo_toeic_about .feature_list {
  margin-top: 30px;
}

#cinfo_toeic_about .flow_box {
  margin-top: 30px;
}

#cinfo_toeic_about .flow_box li {
  padding: 0;
  background: none;
}

#cinfo_toeic_about .flow_box li .ttl03 {
  padding-top: 15px;
}

#cinfo_toeic_about .flow_box li > div {
  padding: 15px;
  background: #f2f2f2;
}

#cinfo_toeic_about .flow_box li > div h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  margin: 0 0 15px;
  background: #888;
}

#cinfo_toeic_about .flow_box li > div h5 span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

#cinfo_toeic_about .flow_box li > div h5 span span {
  font-size: 2.0rem;
}

/* ============================================================ */
/* 中学生コース
   #cinfo_junior_index */
/* ============================================================ */
#cinfo_junior_index #visual {
  margin: 0 0 15px;
}

#cinfo_junior_index .row:not(#lead) .img_float_left,
#cinfo_junior_index .row:not(#lead) .img_float_right {
  display: block;
}

#cinfo_junior_index .row:not(#lead) .img_float_left figure,
#cinfo_junior_index .row:not(#lead) .img_float_right figure {
  width: 150px;
  margin: 0 0 10px;
}

#cinfo_junior_index .row:not(#lead) .img_float_left figure {
  float: left;
  margin-right: 10px;
}

#cinfo_junior_index .row:not(#lead) .img_float_right figure {
  float: right;
  margin-left: 10px;
}

#cinfo_junior_index #lead .img_float_left figure {
  width: 150px;
  margin: 0 auto 20px;
}

#cinfo_junior_index #point01 .pair_teaching {
  position: relative;
  margin: 20px 0;
}

#cinfo_junior_index #point01 .pair_teaching .teacher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 20px 15px;
  background: #f2f2f2;
}

#cinfo_junior_index #point01 .pair_teaching .teacher figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
      -webkit-flex: 0 0 95px;
          flex: 0 0 95px;
  margin: 0 10px 0 0;
  overflow: hidden;
  border-radius: 5px;
}

#cinfo_junior_index #point01 .pair_teaching .teacher figure img {
  width: 100%;
}

#cinfo_junior_index #point01 .pair_teaching .teacher p {
  position: absolute;
  top: 130px;
  left: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  padding: 5px 0 0;
  background: #a5a5a5;
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
  line-height: 1.2;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

#cinfo_junior_index #point01 .pair_teaching .teacher p em {
  font-size: 1.8rem;
}

#cinfo_junior_index #point01 .pair_teaching .teacher dl {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
          flex: 1 0 0%;
  line-height: 1.4;
}

#cinfo_junior_index #point01 .pair_teaching .teacher dl dt {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ee0055;
  font-weight: bold;
}

#cinfo_junior_index #point01 .pair_teaching .teacher dl dd {
  margin: 0 0 0 5px;
}

#cinfo_junior_index #point01 .pair_teaching .teacher dl dd .list_disc li:not(:last-child) {
  margin: 0 0 5px;
}

#cinfo_junior_index #point01 .pair_teaching .icon-plus {
  position: relative;
  z-index: 1;
  display: block;
  margin: -5px auto;
  background: #fff;
  border: 2px solid #e8e8e8;
  color: #a5a5a5;
  font-size: 3.6rem;
  text-align: center;
  line-height: 56px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

#cinfo_junior_index #point01 .pair_teaching_flow {
  overflow-x: auto;
}

#cinfo_junior_index #point01 .pair_teaching_flow .ttl_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 730px;
  padding: 8px 0 0;
  background: #fef0f5;
  border: 2px solid #d9d9d9;
  border-bottom-width: 1px;
  border-radius: 10px 10px 0 0;
}

#cinfo_junior_index #point01 .pair_teaching_flow .ttl_block p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}

#cinfo_junior_index #point01 .pair_teaching_flow .ttl_block .foreigner {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 334px;
      -webkit-flex: 0 0 334px;
          flex: 0 0 334px;
  background: #fcdce8;
}

#cinfo_junior_index #point01 .pair_teaching_flow .ttl_block .foreigner::before {
  position: absolute;
  left: -30px;
  bottom: 0;
  content: "";
  border-color: transparent transparent #fcdce8;
  border-style: solid;
  border-width: 0 30px 25px;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 730px;
  border: 2px solid #d9d9d9;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
      -webkit-flex: 1 0 20%;
          flex: 1 0 20%;
  padding: 0 0 20px;
  line-height: 1.5;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol li h5 {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
  text-align: center;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol li p {
  margin: 0 12px;
  font-size: 1.2rem;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol li p.lead {
  margin: 15px 12px 10px;
  color: #ee0055;
  font-weight: bold;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol li:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol li:not(:last-child) h5::after {
  position: absolute;
  top: 50%;
  right: -20px;
  content: "\e914";
  color: #ccc;
  font-family: 'icomoon';
  font-size: 3.0rem;
  -webkit-transform: rotate(-90deg) translateX(50%);
          transform: rotate(-90deg) translateX(50%);
  line-height: 1;
}

#cinfo_junior_index #point01 .pair_teaching_flow + .ttl02 {
  text-align: left;
}

#cinfo_junior_index #point02 ul {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
}

#cinfo_junior_index #point02 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
      -webkit-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
}

#cinfo_junior_index #point02 ul li:not(:nth-child(-n+2)) {
  margin: 20px 0 0;
}

#cinfo_junior_index #point02 ul li figure,
#cinfo_junior_index #point02 ul li figure img {
  width: 100%;
}

#cinfo_junior_index #point02 ul li h5 {
  margin: 10px 0 0;
  text-align: center;
}

#cinfo_junior_index #point03 .flow_box > li {
  padding: 10px 10px 20px;
}

#cinfo_junior_index #point03 .flow_box > li dl {
  margin: 1px 0 0;
  padding: 10px 15px;
  background: #fff;
}

#cinfo_junior_index #point03 .flow_box > li dl dt {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ee0055;
  font-weight: bold;
}

#cinfo_junior_index #point03 .flow_box > li dl dd {
  margin: 0 0 0 5px;
}

#cinfo_junior_index #point03 .flow_box > li:last-child {
  padding: 15px 10px;
  font-weight: bold;
  text-align: center;
}

#cinfo_junior_index #point03 .notification {
  margin: 20px 0 0;
}

#cinfo_junior_index #point03 .notification .ttl03 {
  margin-bottom: 10px;
  text-align: left;
}

#cinfo_junior_index #point03 .notification p a {
  display: table;
}

#cinfo_junior_index #point03 .notification .icon-outer {
  display: table-cell;
  color: #808080;
}

#cinfo_junior_index .basic_skill {
  margin-bottom: 40px;
  padding: 15px 0;
  background: #ffe5ef;
}

#cinfo_junior_index .basic_skill .ttl02 {
  margin-bottom: 0;
}

#cinfo_junior_index #message {
  margin-bottom: 40px;
}

#cinfo_junior_index #message ul li:not(:last-child) {
  margin: 0 0 30px;
}

#cinfo_junior_index #message ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  margin: 0 0 10px;
}

#cinfo_junior_index #message ul li div figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      -webkit-flex: 0 0 80px;
          flex: 0 0 80px;
  position: relative;
  margin: 0 10px 0 0;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

#cinfo_junior_index #message ul li div figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#cinfo_junior_index #message ul li div h4 {
  text-align: center;
  line-height: 1.4;
}

#cinfo_junior_index #message ul li div h4 span {
  font-size: 1.8rem;
  font-weight: bold;
}

#cinfo_junior_index #price .table01 td span {
  display: block;
}

#cinfo_junior_index .flow_lesson .flow li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
      -webkit-flex: 0 0 300px;
          flex: 0 0 300px;
}

#cinfo_junior_index .contact_block [class^="btn_"] {
  font-size: 1.4rem;
}

/* ============================================================ */
/* 高校生コース
   #cinfo_high_s_index */
/* ============================================================ */

#cinfo_high_s_index #contents .high_s_pinkBg{
	padding: 10px 20px;
	font-size: 2.0rem;
	line-height: 1.4;
	text-align:center;
	background-color:#ee0055;
	color:#FFF;
	width:1100px;
	margin:0 auto 40px auto;
	font-weight:bold;
}

#cinfo_high_s_index #contents .high_s_course{
	margin: 0 auto 30px auto;
	background-color:#FFF;
	padding:15px 10px;
	width:95%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#cinfo_high_s_index #contents .ttl03 {
	margin: 0 auto 20px auto;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
	width:95%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#F5E2E3;
	padding:10px 0;
}

#cinfo_high_s_index h1 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_high_s_index #visual {
  margin: 0 0 15px;
}

#cinfo_high_s_index #visual div[class^="al_"] {
  position: absolute;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#cinfo_high_s_index #area_select {
	margin:0 auto 50px;
	padding:30px 20px;
	background:#F5F5F5;
	text-align: center;
}

#cinfo_high_s_index #area_select ul {
}

#cinfo_high_s_index #area_select ul li {
	margin:0 0 30px 0;
}

#cinfo_high_s_index #area_select ul li:last-child {
	margin:0;
}

#cinfo_high_s_index #area_select ul li figure {
	margin:0 0 20px 0;
}

#cinfo_high_s_index #area_select ul li figure img {
	width:100%;
}

#cinfo_high_s_index #contents > .row {
  margin-bottom: 40px;
}

#cinfo_high_s_index #examination p:not(:last-child) {
  margin: 0 0 15px;
}

#cinfo_high_s_index #examination .table01:not(:last-child) {
  margin: -5px 0 20px;
}

#cinfo_high_s_index #examination em {
  font-size: 1.6rem;
}

#cinfo_high_s_index #examination .university {
  text-align: center;
}

#cinfo_high_s_index #reason .row {
  margin-top: 30px;
}

#cinfo_high_s_index #reason .row .img_float_left {
  display: block;
}

#cinfo_high_s_index #reason .row .img_float_left figure {
  float: left;
  width: 150px;
  margin: 0 10px 10px 0;
}

#cinfo_high_s_index #reason h3 {
	margin-bottom:15px;
}

#cinfo_high_s_index #reason .aca ul {
    display:block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin:40px auto;
}

#cinfo_high_s_index #reason .aca ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
	margin-right:0;
	background-color:#F7F8F9;
}

#cinfo_high_s_index #reason .aca ul li:nth-of-type(2),
#cinfo_high_s_index #reason .aca ul li:nth-of-type(4),
#cinfo_high_s_index #reason .aca ul li:nth-of-type(6) {
	margin-right:0;
}

#cinfo_high_s_index #reason .aca ul li h4{
	font-size:16px;
	color:#1D8CE5;
	font-weight:bold;
	text-align:center;
	background-color:#D3E9FA;
	padding:5px 0;
}

#cinfo_high_s_index #reason .aca ul li p{
	font-size:14px;
	padding:20px;
}


#cinfo_high_s_index #reason .aca ul li figure{
	float:none;
	padding:20px 0 0 0;
	text-align:center;
}

#cinfo_high_s_index #recommend {
  margin-bottom: 40px !important;
}

#cinfo_high_s_index #recommend .ttl01 span {
  font-size: 1.8rem;
}

#cinfo_high_s_index #recommend .feature_icon_list {
  margin: 0 0 20px;
}

#cinfo_high_s_index #recommend .feature_icon_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
}

#cinfo_high_s_index #recommend .information_session {
  margin-bottom: -20px;
  color: #ee0055;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#cinfo_high_s_index #recommend .information_session i {
  display: block;
  margin: 10px 0 0;
  font-size: 4.5rem;
}

#cinfo_high_s_index .flow_lesson .flow li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
      -webkit-flex: 0 0 300px;
          flex: 0 0 300px;
}

#cinfo_high_s_index .lets {
  margin: 30px 15px;
}

#cinfo_high_s_index .lets > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  margin: 0 0 10px;
}

#cinfo_high_s_index .lets > div figure {
  width: 150px;
  margin: 0 10px 0 0;
}

#cinfo_high_s_index .lets > div figure img {
  width: 100%;
}

#cinfo_high_s_index .lets > div h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_high_s_index .lets > div h3 .icon-outer {
  position: relative;
  top: -2px;
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

#cinfo_high_s_index .lets .feature_list {
  margin: 20px 0 0;
}

#cinfo_high_s_index .lets .feature_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
}

#cinfo_high_s_index .lets .feature_list li:not(:last-child) {
  margin: 0 0 15px;
}

#cinfo_high_s_index .lets .feature_list li div:not(.number) p {
  font-weight: bold;
}

/*高校生アカデミックコース*/

#cinfo_high_s_index #academic .ttl01 span {
  font-size: 1.8rem;
}

#cinfo_high_s_index #academic .academicBbox{
	border:2px solid #d9d9d9;
	padding:15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
	margin-bottom:30px;
}

#cinfo_high_s_index #academic .academicBbTxt{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

#cinfo_high_s_index #academic .academicBbp{
	float:none;
	margin-right:0;
}

#cinfo_high_s_index #academic .academicBbp span{
	font-size:1.1rem;
}

#cinfo_high_s_index #academic .academicBbps{
	font-size:10px;
	margin-top:10px;
	float:none;
}

#cinfo_high_s_index #academic .academicBr{
	display:block;
}

#cinfo_high_s_index #academic .flow_box > li {
  padding: 30px 20px 20px;
}

#cinfo_high_s_index #academic .flow_box > li dl {
  margin: 1px 0 0;
  padding: 30px;
  background: #fff;
}

#cinfo_high_s_index #academic .flow_box > li dl dt {
  font-size: 16px;
  font-weight: bold;
  text-align:left;
  color:#ee0055;
}

#cinfo_high_s_index #academic .flow_box > li dl dd {
  padding: 10px 0 0 0;
}

#cinfo_high_s_index #academic .flow_box > li dl dd p {
	font-weight:normal;
	font-size:14px;
	text-align:left;
}

#cinfo_high_s_index #academic .flow_box > li:last-child {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

#cinfo_high_s_index #academic .flow_box i {
  display: block;
  font-size: 4.5rem;
  color:#ccc;
}


#cinfo_high_s_index #academic .academicClassTxt{
	color:#ee0055;
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	text-align: left;
}

#cinfo_high_s_index #academic .academic_lineup {
  margin: 0 auto;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
}


#cinfo_high_s_index #academic .academic_lineup .academicImg {
	text-align:center;
	margin-bottom:15px;
}

#cinfo_high_s_index #academic .academic_lineup > li {
  padding: 15px 10px;
}

#cinfo_high_s_index #academic .academic_lineup > li:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}

#cinfo_high_s_index #academic .academic_lineup > li .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 20px;
  margin: 0;
  border: 1px solid #d9d9d9;
  color: #ee0055;
  font-size: 1.0rem;
  font-weight: bold;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

#cinfo_high_s_index #academic .academic_lineup > li .pointB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 20px;
  margin: 0 0 10px;
  color: #ee0055;
  font-size: 1.0rem;
  font-weight: bold;
  background-color:#f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}


#cinfo_high_s_index #academic .academic_lineup > li .point span:last-child {
  margin: 0 0 0 6px;
  font-size: 1.2rem;
}

#cinfo_high_s_index #academic .academic_lineup > li .lead {
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

#cinfo_high_s_index #academic .academic_lineup > li .lead span {
  color: #ee0055;
  font-size: 16px;
  text-align:left;
}

#cinfo_high_s_index #academic .academic_lineup > li .lead:not(:last-child) {
  margin: 0 0 10px;
}


#cinfo_high_s_index #academic .academic_lineup > li .sew{
	list-style-type: disc;
	padding-left:10px;
}


#cinfo_high_s_index #academic .lineupTit{
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.1;
	margin:40px 0 10px 0;
	text-align:center;
	color:#ee0055;
}

#cinfo_high_s_index #academic .lineupTit span{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color:#333;
}

#cinfo_high_s_index #academic .btn_counseling,
#cinfo_high_s_index #high_s_monthly .btn_counseling{
  width: 100%;
  height: 40px;
  padding: 0;
  font-size: 1.1rem;
  text-align: left;
}

#cinfo_high_s_index .icon_new {
	font-size: 0.8em;
	color:#fff;
	border: 1px #ee0055 solid;
	padding: 1px 5px;
	margin-right: 5px;
	border-radius: 10px;
	background: #ee0055;
}

/*高校生英会話・英語コース　20190724修正*/

#cinfo_high_s_index #parents2{
	background: url("/cinfo/high_s/img/img_parents_bg_sp.png") no-repeat;
	background-size:100%;
}

#cinfo_high_s_index #parents2 h3{
	z-index: 1;
	font-size: 2.2em;
    line-height: 1.5;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#cinfo_high_s_index #parents2 p.cap{
	z-index: 1;
	font-size: 1.5em;
    line-height: 1.5;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-top: 10px;
}

#cinfo_high_s_index #parents2 p:last-child{
	z-index: 1;
	font-size: 1.4rem;
    line-height: 1.9;
	font-weight: bold;
	margin-top: 150px;
}

#cinfo_high_s_index #parents2 p span{
	color: #1D8CE5;
}

#cinfo_high_s_index #parents2 h3 img,
#cinfo_high_s_index #parents2 h3 img,
#cinfo_high_s_index #nyushi img,
#cinfo_high_s_index #reason h3 img{
	width:100%;
}

#cinfo_high_s_index .reference{
	font-size:12px; 
	font-weight:normal; 
	color:#333;
	margin:-20px auto 20px auto;
	width:100%;
	padding: 0 15px;
}

#cinfo_high_s_index #graph{
	text-align:center;
	margin:0 auto 60px auto;
}

#cinfo_high_s_index #nyushi .meritTxt{
	font-size: 1.4rem;
	text-align: left;
	margin:25px auto 15px auto;
}

#cinfo_high_s_index #nyushi .bgArrow{
	background: url("/cinfo/high_s/img/bg_arrow_sp.png") center top no-repeat;
	background-size:contain;
	text-align: center;
	font-size: 2.0rem;
	color: #1D8CE5;
	font-weight: bold;
	padding: 15px 20px 50px;
	margin: 30px auto 0;
}

#cinfo_lesson11_index #nyushi .bgArrow{
	background: url("/cinfo/high_s/img/bg_arrow_blue_sp.png") center top no-repeat;
	background-size:contain;
	text-align: center;
	font-size: 2.0rem;
	color: #ee0055;
	font-weight: bold;
	padding: 15px 20px 50px;
	margin: 30px auto 0;
}

#cinfo_high_s_index #nyushi .gradeNum{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background: url("/cinfo/high_s/img/bg_deco.png") center top no-repeat;
	background-size:contain;
	color: #1D8CE5;
	width: 100%;
	line-height: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
	margin: 0 auto 30px;
	padding: 15px 0 15px;
}

#cinfo_lesson11_index #nyushi .gradeNum{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background: url("/cinfo/high_s/img/bg_deco_blue.png") center no-repeat;
	background-size:contain;
	color: #ee0055;
	width: 100%;
	line-height: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
	margin: 0 auto 30px;
	padding: 15px 0 15px;
}

#cinfo_high_s_index #nyushi .gradeNum p,
#cinfo_lesson11_index #nyushi .gradeNum p{
	font-size: 1.8rem;
}

#cinfo_high_s_index #nyushi .gradeNum p:not(:last-child),
#cinfo_lesson11_index #nyushi .gradeNum p:not(:last-child){
	margin-right: 15px;
}

#cinfo_high_s_index #nyushi .gradeNum p span,
#cinfo_lesson11_index #nyushi .gradeNum p span{
	font-size: 5.0rem;
}

#cinfo_high_s_index #nyushi h3,
#cinfo_high_s_index #reason h3{
	margin-bottom: 25px;
	background-color: #1D8CE5;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 25px 0;
}

#cinfo_high_s_index #reason h3{
}

#cinfo_high_s_index #reason h3 span{
	font-size: 2.0rem;
	line-height: 0.7;
}

#cinfo_high_s_index #nyushi .numArea{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0 10px;
}

#cinfo_lesson11_index #nyushi .numArea{
	text-align: center;
	margin:0 auto 30px auto;
	line-height: 1.0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0 10px;
}
#cinfo_high_s_index #nyushi .numArea .numm{
	font-size: 2.4rem;
	font-weight: bold;
}

#cinfo_lesson11_index #nyushi .numArea .num{
	font-size: 2.4rem;
	font-weight: bold;
    text-align: center;
}

#cinfo_high_s_index #nyushi .numArea .num span{
	color: #FEB301;
}

#cinfo_lesson11_index #nyushi .numArea .num span{
	color: #ee0055;
}

#cinfo_high_s_index #nyushi .numArea .num span span,
#cinfo_lesson11_index #nyushi .numArea .num span span{
	font-size: 3.4rem;
}

#cinfo_high_s_index #nyushi .numArea .num .memo{
	display: block;
	font-size: 1.2rem;
	text-align: right!important;
	color: inherit;
	padding-right: 20px;
	font-weight: normal;
}

#cinfo_lesson11_index #nyushi .numArea .num .memo{
	display: block;
	font-size: 1.2rem;
	color: inherit;
	padding-right: 20px;
	font-weight: normal;
    margin: 8px 0;
}

#cinfo_high_s_index #nyushi dl,
#cinfo_lesson11_index #nyushi dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    width: 100%;
    margin:30px auto 20px;
}

#cinfo_high_s_index #nyushi dl dt,
#cinfo_lesson11_index #nyushi dl dt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
	background-color:#ee0055;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 30px 0px 30px 3px;
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
}

#cinfo_high_s_index #nyushi dl dt div,
#cinfo_lesson11_index #nyushi dl dt div{
	width: 100%;
	height: 100%;
}

#cinfo_high_s_index #nyushi dl dt:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -10px;
  border-style: solid;
  z-index: 1;
  border-width: 56px 0 56px 10px;
  border-color: transparent transparent transparent #1D8CE5;
}

#cinfo_lesson11_index #nyushi dl dt:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -10px;
  border-style: solid;
  z-index: 1;
  border-width: 56px 0 56px 10px;
  border-color: transparent transparent transparent #ee0055;
}

#cinfo_high_s_index #nyushi dl dd{
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;*/
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 20px;
	background-color: #F7F8F9;
}

#cinfo_lesson11_index #nyushi dl dd{
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 20px;
	background-color: #F9F7F4;
    width: 100%;
}

#cinfo_high_s_index #nyushi dl dd ul,
#cinfo_lesson11_index #nyushi dl dd ul{
}

#cinfo_high_s_index #nyushi dl dd ul li,
#cinfo_lesson11_index #nyushi dl dd ul li{
	font-size: 1.4rem;
	position: relative;
	line-height: 1.5;
	padding-left: 5px;
	margin-bottom: 5px;
}

#cinfo_high_s_index #nyushi dl dd ul li:before,
#cinfo_lesson11_index #nyushi dl dd ul li:before{
	content: "";
	position: absolute;
	top: 5px;
	left: -10px;
	width: 10px;
	height: 12px;
	background: url("/cinfo/high_s/img/ico_check.png") no-repeat;
	background-size:contain;
}
#cinfo_high_s_index #nyushi dl dd ul li:nth-child(2),
#cinfo_lesson11_index #nyushi dl dd ul li:nth-child(2){
	background: url("/cinfo/high_s/img/under_line_sp.png") left bottom no-repeat;
}

#cinfo_high_s_index #nyushi h4,
#cinfo_lesson11_index #nyushi h4{
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:10px;
}

#cinfo_lesson11_index #nyushi figure{
    text-align: center;
    margin-top: 30px;
}

#cinfo_high_s_index #nyushi .nText{
	font-size:1.4rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}

#cinfo_high_s_index #nyushi .nyushi_tbl{
	border-collapse:separate;
	border-spacing: 3px;
}

#cinfo_high_s_index #nyushi .nyushi_tbl th{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 15px;
}

#cinfo_high_s_index #nyushi .nyushi_tbl td{
	vertical-align: middle;
	font-size: 1.4rem;
	padding: 10px 15px;
}

#cinfo_high_s_index #nyushi .nyushi_tbl tr:not(:first-child) td.check{
	font-size: 3.4rem;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

#cinfo_high_s_index #nyushi .nyushi_tbl tr:nth-child(2) th,
#cinfo_high_s_index #nyushi .nyushi_tbl tr:nth-child(2) td.check{
	color: #2891E6;
}

#cinfo_high_s_index #nyushi .nyushi_tbl tr:not(:first-child) th{
	font-size: 1.4rem;
	text-align: center;
	padding: 15px 10px;

}

#cinfo_high_s_index #nyushi .nyushi_tbl tr:nth-child(even) {
background: #D3E9FA;
}

#cinfo_high_s_index #nyushi .nyushi_tbl tr:nth-child(even) td:first-child {
color: #2891E6;
}

#cinfo_high_s_index #nyushi .nyushi_tbl tr:nth-child(odd) {
background: #F1F2F5;
}

#cinfo_high_s_index #nyushi .sText{
	font-size:1.1rem;
}

#cinfo_high_s_index #nyushi .area_uni{
	margin: 10px auto;
	border: 1px solid #CCC;
	padding: 20px;
}

#cinfo_high_s_index #nyushi .area_uni strong{
	color:#333;
}

#cinfo_high_s_index .ttl_point_star {
	margin-bottom: 10px;
}
#cinfo_high_s_index .ttl_point_star .text {
	padding: 20px 10px 15px 85px;
	font-size:1.8rem;
	font-weight: bold;
}
#cinfo_high_s_index .ttl_point_star .icon_star1 {
	background: url("/cinfo/high_s/img/icon_star1.png") no-repeat;
}
#cinfo_high_s_index .ttl_point_star .icon_star2 {
	background: url("/cinfo/high_s/img/icon_star2.png") no-repeat;
}
#cinfo_high_s_index .ttl_point_star .icon_star3 {
	background: url("/cinfo/high_s/img/icon_star3.png") no-repeat;
}
#cinfo_high_s_index .ttl_point_star .icon_star4 {

	background: url("/cinfo/high_s/img/icon_star4.png") no-repeat;
}
#cinfo_high_s_index .ttl_point_star .icon_star5 {
	background: url("/cinfo/high_s/img/icon_star5.png") no-repeat;
}

#cinfo_high_s_index .img_float_right figure img{
	margin-bottom: 20px;
}

#cinfo_high_s_index #academic2 .academicBbox{
	background-color:#FFF;
}

#cinfo_high_s_index #academic2 .academicBbTxt{
	color: #ee0055;
}

#cinfo_high_s_index #student_voice {
  margin-bottom: 80px;
}

#cinfo_high_s_index #student_voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#cinfo_high_s_index #student_voice ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#cinfo_high_s_index #student_voice ul li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 10px;
}
#cinfo_high_s_index #student_voice ul li figure {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
  margin: 20px 10px 0 0;
}

#cinfo_high_s_index #student_voice ul li figure img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#cinfo_high_s_index #student_voice ul li h4 {
  margin: 15px 0 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

#cinfo_high_s_index #student_voice ul li h4 span {
  font-size: 1.6rem;
}

#cinfo_high_s_index #student_voice ul li h5 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #1D8CE5;
  margin-bottom: 10px;
}

#cinfo_high_s_index #recommend #academic2.course_block_pink {
	background: #ffe5ef;
}
#cinfo_high_s_index #recommend .course_block_yellow {
	background: #fff7e5;
}

#cinfo_high_s_index .course_block_blue{
	background: #D3E8F9;
}

#cinfo_high_s_index .course_block_gray{
	background: #F4F5F9;
}

#cinfo_high_s_index .row_border_top_blue {
  padding-top: 60px;
  border-top: 2px solid #1D8CE5;
}

#cinfo_high_s_index .information_session_blue {
  margin-bottom: -20px;
  color: #1D8CE5;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#cinfo_high_s_index .information_session_blue i {
  display: block;
  margin: 10px 0 0;
  font-size: 4.5rem;
}

#cinfo_high_s_index #academic2 .academicBbox{
	border:2px solid #d9d9d9;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
	margin-bottom:40px;
	background: #fff;
	padding: 20px 0 20px 20px;
}

#cinfo_high_s_index #academic2 .academicBbTxt{
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	color:#ee0055;
}

#cinfo_high_s_index #inner {
	width:100%;
	max-width:640px;
}

#cinfo_high_s_index .nText{
	margin:0 auto;
	text-align:left;
}

#cinfo_high_s_index .nText strong{
	color:#333;
	font-size: 2.0rem;
}

#cinfo_high_s_index .nText span{
	color:#1D8CE5;
}

#cinfo_high_s_index span.sText {
    font-size: 1.2rem;
		color:inherit;
}

#cinfo_high_s_index	h3#p2-1 {
	margin-bottom: 40px;
}

/* ============================================================ */
/* 大学生のための英会話コース 共通
   .cinfo_uni */
/* ============================================================ */
.cinfo_uni h1 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.cinfo_uni #visual {
  margin: 0 0 15px;
}

.cinfo_uni #visual div[class^="al_"] {
  position: absolute;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.cinfo_uni .local_nav {
  margin-bottom: 50px;
  background: none;
}

.cinfo_uni .local_nav ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cinfo_uni .local_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      -webkit- flex: 1 0 50%;
          flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  margin: 0 0 5px;
  padding: 8px 0;
  background: #f5f5f5;
  font-size: 1.1rem;
  line-height: 1.4;
}

.cinfo_uni .local_nav_btm {
  margin: 30px 0 -35px;
}

.cinfo_uni .course_block div .feature_icon_list {
  margin-bottom: 20px;
}

.cinfo_uni .course_block div .feature_icon_list .new {
  background: #ee0055;
  border-color: #ee0055;
  color: #fff;
}

.cinfo_uni .course_block div [class^="btn_"] {
  margin: 20px 0 0;
  padding: 0;
}

.cinfo_uni .point_list {
  width: 100%;
  margin: 20px auto;
}

.cinfo_uni .point_list .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
}

.cinfo_uni .btn_counseling {
  width: 100%;
  height: 40px;
  padding: 0;
  font-size: 1.1rem;
  text-align: left;
}

.cinfo_uni .btn_counseling .free {
  width: 36px;
  margin: 0 10px 0 0;
  padding: 5px 0;
  background: #fff;
  color: #ff7e00;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 3px;
}

.cinfo_uni .btn_counseling .icon-outer {
  margin: 0 6px 0 0;
}

.cinfo_uni .btn_counseling.btn_counseling_global span:not(.free) {
  font-size: 1.1rem;
}

/* ============================================================ */
/* 大学生のための英会話コース　トップ
   #cinfo_uni_index */
/* ============================================================ */
#cinfo_uni_index #lead .ttl01 {
  margin-bottom: 20px;
}

/* ============================================================ */
/* ECC就活アカデミー
   #cinfo_uni_academy_index */
/* ============================================================ */
#cinfo_uni_academy_index #lead {
  margin-bottom: 50px;
}

#cinfo_uni_academy_index #lead p {
  text-align: center;
}

#cinfo_uni_academy_index #lead p.result {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_uni_academy_index #lead p.result strong {
  font-size: 2.4rem;
}

#cinfo_uni_academy_index #lead p.result span {
  font-size: 1.4rem;
}

#cinfo_uni_academy_index #schedule p {
  margin: 0 0 10px;
}

/* ============================================================ */
/* 大学生に選ばれる6つの理由
   #cinfo_uni_reason_index */
/* ============================================================ */
#cinfo_uni_reason_index .feature_list {
  margin-top: 30px;
}

#cinfo_uni_reason_index .feature_list li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#cinfo_uni_reason_index .feature_list li .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin: 0;
}

#cinfo_uni_reason_index .feature_list .img_float_left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  display: block;
  margin-top: 20px;
}

#cinfo_uni_reason_index .feature_list .img_float_left figure {
  float: left;
  width: 150px;
  margin: 0 10px 10px 0;
}

/* ============================================================ */
/* 英語って必要？まずは疑問を解決
   #cinfo_uni_qa_index */
/* ============================================================ */
#cinfo_uni_qa_index .row,
#cinfo_uni_qa_index .row_wide {
  margin-bottom: 40px;
}

#cinfo_uni_qa_index .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2f2f2;
}

#cinfo_uni_qa_index .question div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  margin: 0 auto;
}

#cinfo_uni_qa_index .question h3 {
  position: relative;
  padding: 15px 15px 15px 55px;
  font-weight: bold;
}

#cinfo_uni_qa_index .question h3::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "Q";
  background: #ee0055;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
}

#cinfo_uni_qa_index .answer {
  margin: 20px 15px;
}

#cinfo_uni_qa_index .answer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 10px;
}

#cinfo_uni_qa_index .answer > div figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      -webkit-flex: 0 0 80px;
          flex: 0 0 80px;
  position: relative;
  margin: 0 10px 0 0;
}

#cinfo_uni_qa_index .answer > div figure div {
  background: #eee;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

#cinfo_uni_qa_index .answer > div figure div img {
  width: 100%;
}

#cinfo_uni_qa_index .answer > div figure figcaption {
  margin: 5px 0 0;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.2;
}

#cinfo_uni_qa_index .answer > div figure::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "A";
  background: #9b2845;
  border: 2px solid #fff;
  box-sizing: content-box;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
}

#cinfo_uni_qa_index .answer > div h4 {
  color: #ee0055;
  font-weight: bold;
}

#cinfo_uni_qa_index .advice {
  margin: 0 15px 10px;
  padding: 10px 15px;
  background: #ffe5ef;
}

#cinfo_uni_qa_index .advice h5 {
  font-weight: bold;
}

#cinfo_uni_qa_index .icon-arrow-dotted {
  color: #ccc;
  font-size: 4.5rem;
}

#cinfo_uni_qa_index .check {
  margin: 5px 15px 0;
  border: 1px solid #ee0055;
  overflow: hidden;
  border-radius: 10px;
}

#cinfo_uni_qa_index .check h4 {
  padding: 10px 15px;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
}

#cinfo_uni_qa_index .check > div:not(.accordion) {
  padding: 15px;
  border-top: 2px solid #ee0055;
}

#cinfo_uni_qa_index .check > div:not(.accordion) .btn_pink05 {
  min-width: auto;
  width: 100%;
  font-size: 1.3rem;
}

#cinfo_uni_qa_index .check > div:not(.accordion) .btn_counseling .free {
  width: auto;
  padding: 2px;
  font-size: 1.1rem;
}

#cinfo_uni_qa_index .check > div:not(.accordion) .btn_counseling .icon-outer {
  margin: 0 4px;
}

#cinfo_uni_qa_index .check > div:not(.accordion) .btn_counseling.btn_counseling_global span:not(.free) {
  font-size: 1.1rem;
}

#cinfo_uni_qa_index .check .accordion {
  padding: 8px 0;
  background: #f2f2f2;
  text-align: center;
  cursor: pointer;
}

#cinfo_uni_qa_index .check .accordion .icon-down {
  display: block;
  width: 20px;
  margin: 0 auto;
  color: #ee0055;
  font-size: 1.4rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#cinfo_uni_qa_index .check .accordion.active .icon-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ============================================================ */
/* 大学生協割引制度
   #cinfo_uni_coop_index */
/* ============================================================ */
#cinfo_uni_coop_index .row {
  text-align: center;
}

#cinfo_uni_coop_index .discounts {
  margin: 20px 0;
  padding: 15px;
  background: #f2f2f2;
  text-align: left;
}

#cinfo_uni_coop_index .discounts ul {
  position: relative;
  margin: 10px 0;
}

#cinfo_uni_coop_index .discounts ul li {
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 50px;
}

#cinfo_uni_coop_index .discounts ul li:not(:first-child) {
  margin: 15px 0 0;
}

#cinfo_uni_coop_index .discounts ul::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e913";
  background: #fff;
  border: 2px solid #e8e8e8;
  color: #a5a5a5;
  font-family: 'icomoon';
  font-size: 2.4rem;
  text-align: center;
  line-height: 36px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

#cinfo_uni_coop_index .discounts .al_right {
  text-align: left !important;
}

#cinfo_uni_coop_index .discounts .note {
  display: inline-table;
}

#cinfo_uni_coop_index #area.local_nav {
  margin: 0 0 20px;
}

#cinfo_uni_coop_index #area.local_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}

#cinfo_uni_coop_index .table_wrap {
  margin-bottom: 30px;
}

#cinfo_uni_coop_index .table_wrap td {
  width: 33.3%;
}

#cinfo_uni_coop_index .table_wrap #capital_area td {
  width: 25%;
}

/* ============================================================ */
/* 目的から選ぶ 詳細ページ
   #cinfo_lesson01_index */
/* ============================================================ */
[id^="cinfo_lesson"] {
  /*----- .lesson_reason -----*/
  /*----- .comment_teacher -----*/
  /*----- .lesson_learn -----*/
  /*----- .lesson_basic_plan -----*/
  /*----- .step_up -----*/
  /*----- .search_purpose -----*/
}

[id^="cinfo_lesson"] .lesson_reason {
  position: relative;
  padding: 0 0 30px;
}

[id^="cinfo_lesson"] .lesson_reason ul li {
  padding: 10px 15px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 1.3;
}

[id^="cinfo_lesson"] .lesson_reason ul li:not(:first-child) {
  margin: 10px 0 0;
}

[id^="cinfo_lesson"] .lesson_reason ul li span {
  font-weight: bold;
  text-align: center;
}

[id^="cinfo_lesson"] .lesson_reason p {
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #999;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

[id^="cinfo_lesson"] .comment_teacher > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 20px;
}

[id^="cinfo_lesson"] .comment_teacher > div figure {
  margin: 0 10px 0 0;
  text-align: center;
}

[id^="cinfo_lesson"] .comment_teacher > div figure div {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

[id^="cinfo_lesson"] .comment_teacher > div figure div img {
  width: 100%;
}

[id^="cinfo_lesson"] .comment_teacher > div figure figcaption {
  font-size: 1.2rem;
}

[id^="cinfo_lesson"] .comment_teacher > div .ttl02 {
  margin-bottom: 0;
  font-size: 1.6rem;
  text-align: left;
}

[id^="cinfo_lesson"] .lesson_learn .ttl02 span {
  color: #ee0055;
}

[id^="cinfo_lesson"] .lesson_learn .ttl02 span::before, [id^="cinfo_lesson"] .lesson_learn .ttl02 span::after {
  display: inline-block;
  padding: 0 5px;
  content: "/";
  font-family: "Arial Black", Gadget, sans-serif;
}

[id^="cinfo_lesson"] .lesson_learn .ttl02 span::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          -webkit-align-items: center;
          align-items: center;
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li .number {
  margin: 0 10px 0 0;
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 10px 0 0;
  font-size: 1.4rem;
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li .number + .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
          flex: 1 0 0%;
  margin: 0;
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 10px 0 0;
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li .list_disc {
  margin: 0;
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li .list_disc li {
  margin: 5px 0 0;
}

[id^="cinfo_lesson"] .lesson_basic_plan .feature_icon_list {
  margin-bottom: 20px;
}

[id^="cinfo_lesson"] .more_plan {
  margin: 0 0 20px;
  padding: 15px;
  background: #f2f2f2;
}

[id^="cinfo_lesson"] .more_plan .course_block {
  background: #fff;
}

[id^="cinfo_lesson"] .more_plan .set_plan {
  margin: 0 0 20px;
}

[id^="cinfo_lesson"] .more_plan .set_plan .course_block {
  margin: 0;
}

[id^="cinfo_lesson"] .more_plan .set_plan .course_block .feature_icon_list {
  margin-bottom: 0;
}

[id^="cinfo_lesson"] .more_plan .set_plan .icon-plus {
  position: relative;
  z-index: 1;
  display: block;
  margin: -10px auto;
  background: #fff;
  border: 2px solid #e8e8e8;
  color: #a5a5a5;
  font-size: 3.6rem;
  text-align: center;
  line-height: 56px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

[id^="cinfo_lesson"] .more_plan .border_top {
  width: 100%;
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
}

[id^="cinfo_lesson"] .more_plan .course_fee {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
  font-weight: bold;
}

[id^="cinfo_lesson"] .search_purpose .btn_list {
  margin: 30px 0 0;
}

/* ============================================================ */
/* 一般教育訓練給付制度
   #cinfo_kyufu_index */
/* ============================================================ */
#cinfo_kyufu_index {
  /* #about
	----------------------------------------------------------- */
  /* .course_block
	----------------------------------------------------------- */
}

#cinfo_kyufu_index h1 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_kyufu_index #visual div[class^="al_"] {
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#cinfo_kyufu_index .ttl01 span {
  font-size: 1.8rem;
}

#cinfo_kyufu_index #about .box {
  margin: 20px 0 0;
  padding: 15px;
  background: #f2f2f2;
  text-align: center;
}

#cinfo_kyufu_index #about .box dl {
  margin: 0 0 1px;
  padding: 10px 15px;
  background: #fff;
  text-align: left;
}

#cinfo_kyufu_index #about .box dl dt {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ee0055;
  font-weight: bold;
}

#cinfo_kyufu_index #about .box .icon-arrow-dotted {
  display: inline-block;
  margin: -5px 0 0;
  color: #ee0055;
  font-size: 4.5rem;
}

#cinfo_kyufu_index #about .box div {
  margin: 0 0 10px;
  padding: 10px 0;
  background: #fff;
}

#cinfo_kyufu_index #about .box div p {
  font-weight: bold;
}

#cinfo_kyufu_index #about .box div p span {
  font-size: 1.8rem;
}

#cinfo_kyufu_index #about .box .note {
  text-align: left;
}

#cinfo_kyufu_index .course_block .feature_icon_list {
  margin-bottom: 20px;
}

#cinfo_kyufu_index .course_block .price {
  margin: 20px 0 0;
  text-align: center;
}

#cinfo_kyufu_index .course_block .price dl {
  padding: 10px 0;
  background: #fff;
}

#cinfo_kyufu_index .course_block .price dl dt {
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_kyufu_index .course_block .price dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
}

#cinfo_kyufu_index .course_block .price dl dd em,
#cinfo_kyufu_index .course_block .price dl dd strong {
  margin: 0 0 0 10px;
  font-size: 1.8rem;
}

#cinfo_kyufu_index .course_block .price .icon-arrow-dotted {
  display: inline-block;
  margin: -5px 0 0;
  color: #ee0055;
  font-size: 4.5rem;
}


/* ============================================================ */
/* 受講生の声 トップ
   #voice_index */
/* ============================================================ */
#voice_index {
  /*----- .list_filter -----*/
}

#voice_index h1 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#voice_index #visual [class^="btn_"] {
  padding: 0 20px 0 10px;
}

#voice_index .list_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -wekit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 10px 30px;
}

#voice_index .list_filter li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      -webkit-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 10px 0 0 7px;
}

#voice_index .list_filter li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0;
}

#voice_index .list_filter li:nth-child(2n) {
  margin-left: 0;
}

#voice_index .list_filter li a {
  display: block;
  border: 1px solid #d9d9d9;
  line-height: 40px;
  border-radius: 100px;
  text-align: center;
}

#voice_index .list_filter li.active a {
  background: #fbd9e6;
  border-color: #fbd9e6;
  text-decoration: none;
  opacity: 1;
}

#voice_index #visual{
  margin-bottom: 30px;
}

#voice_index #contents .row a{
  text-align: center;
}
#voice_index #contents .row img.js-image-switch{
  width: 100%
}

/* ============================================================ */
/* スクールを探す 共通スタイル
   .school */
/* ============================================================ */
.school {
  /*----- .reception_time -----*/
  /*----- #search_terms -----*/
  /*----- #search_keyword -----*/
  /*----- .area_map -----*/
  /*----- .school_list -----*/
  /*----- .weekly -----*/
  /*----- #modal_conditions -----*/
}

.school .search_ttl {
  margin: 0 0 30px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.school .btn_list {
  margin: 30px 0 0;
}

.school .reception_time {
  width: 455px;
  margin: 0 auto;
}

.school .reception_time table th,
.school .reception_time table td {
  padding: 25px 20px !important;
}

.school .reception_time table th {
  font-weight: bold;
}

.school .reception_time table th.saturday {
  color: #3366cc;
}

.school .reception_time table th.holiday {
  color: #ee0055;
}

.school #search_terms h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.school #search_terms h3 span {
  color: #9b2845;
  font-weight: normal;
}

.school #search_terms #search_area {
  margin: 0 0 25px;
}

.school #search_terms #search_course .tab {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -12px;
  font-weight: bold;
}

.school #search_terms #search_course .tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
}

.school #search_terms #search_course .tab li:last-child {
  margin-left: -1px;
}

.school #search_terms #search_course .tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 45px;
  background: #e6e6e6;
  border: 1px solid #bfbfbf;
  border-radius: 4px 4px 0 0;
  text-align: center;
  line-height: 1.2;
}

.school #search_terms #search_course .tab li a .language {
  font-size: 1.0rem;
}

.school #search_terms #search_course .tab li a:hover {
  background: #fff;
  text-decoration: none;
  opacity: 1;
}

.school #search_terms #search_course .tab li.active a {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.school #search_terms #search_course .tab_box {
  margin: -1px 0 0;
  padding: 30px 0;
  background: #fff;
  border-top: 1px solid #bfbfbf;
  overflow-y: auto;
}

.school #search_terms #search_course #course01 .list_checkbox:first-of-type {
  margin-bottom: 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #bfbfbf;
}

.school #search_terms #search_course #course02 dl dt {
  margin: 0 0 5px;
  font-size: 1.3rem;
  font-weight: bold;
}

.school #search_terms #search_course #course02 dl dt:not(:first-child) {
  margin-top: 20px;
}

.school #search_terms [class^="btn_"] {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}

.school #search_terms [class^="btn_"] span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}

.school #search_keyword {
  margin: 30px 0 0;
}

.school #search_keyword h2 {
  font-weight: bold;
}

.school #search_keyword input[type="text"] {
  width: 100%;
  margin: 15px 0 30px;
  padding: 5px 15px;
  border: 1px solid #bfbfbf;
  font-size: 1.6rem;
  border-radius: 4px;
}

.school #search_keyword [class^="btn_"] {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}

.school #search_keyword [class^="btn_"] span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}

.school .area_map {
  margin: 0 auto 40px;
  text-align: center;
}

.school .area_map #map {
  width: 100%;
  height: 220px;
  margin: 0 0 30px;
  text-align: left;
}

.school .area_map .infowindow {
  padding: 5px 60px 0 5px;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  overflow: hidden;
}

.school .area_map [class^="btn_"] {
  font-size: 1.6rem;
}

.school .school_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.school .school_list li:not(:first-child) {
  margin: 20px 0 0;
}

.school .school_list2 li:last-child {
  margin: 20px 0;
}

.school .school_list li a {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 1.5;
}

.school .school_list li a figure,
.school .school_list li a figure img,
.school .school_list2 li a figure,
.school .school_list2 li a figure img {
  width: 100%;
}

.school .school_list li a h2 {
  margin: 15px 0 0;
  color: #ee0055;
  font-size: 1.6rem;
  font-weight: bold;
}

.school .school_list li a p {
  margin: 10px 0 0;
}

.school .school_list li a p i {
  position: relative;
  display: inline-block;
  width: 15px;
  margin: 0 8px 0 0;
  text-align: center;
}

.school .school_list li a p i.icon-phone {
  top: 1px;
  font-size: 1.3rem;
}

.school .school_list li a p i.icon-station {
  top: 2px;
  font-size: 1.5rem;
}

.school .weekly {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.school .weekly li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #d9d9d9;
  line-height: 45px;
}

.school .weekly li span:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  font-weight: bold;
  text-align: center;
}

.school .weekly li span:first-child.saturday {
  color: #3366cc;
}

.school .weekly li span:first-child.holiday {
  color: #ee0055;
}

.school .weekly li span:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 76%;
      -webkit-flex: 1 0 76%;
          flex: 1 0 76%;
  padding: 0 1%;
}

.school #modal_conditions {
  padding: 15px;
  /*----- #search_keyword -----*/
}

.school #modal_conditions h2 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.school #modal_conditions #change_conditions {
  overflow-y: auto;
}

.school #modal_conditions #search_terms {
  padding: 0;
  border: none;
}

.school #modal_conditions #search_terms > div {
  border: 1px solid #bfbfbf;
}

.school #modal_conditions #search_terms #search_area {
  margin: 20px 15px 25px;
}

.school #modal_conditions #search_terms #search_area .selectbox:not(:last-child) {
  margin: 0 0 8px;
}

.school #modal_conditions #search_terms #search_area .selectbox:last-child {
  margin: 0;
}

.school #modal_conditions #search_terms #search_course > div:first-child h3 {
  margin: 0 15px 10px;
}

.school #modal_conditions #search_terms #search_course > div:first-child .tab {
  margin: 0 3px;
  font-size: 1.2rem;
}

.school #modal_conditions #search_terms #search_course .tab_box {
  padding: 30px 15px;
}

.school #modal_conditions #search_terms [class^="btn_"] {
  width: calc(100% - 30px);
  margin: 0 15px 30px;
}

.school #modal_conditions #search_keyword {
  padding: 20px 15px 30px;
  border: 1px solid #bfbfbf;
}

/* ============================================================ */
/* スクールを探すトップ
   #school_index */
/* ============================================================ */
#school_index,
#school_error_index {
  /*----- #search_pref -----*/
  /*----- .search_condition -----*/
  /*----- .results -----*/
  /*----- .school_box -----*/
  /*----- colorbox -----*/
}

#school_index .local_nav,
#school_error_index .local_nav {
  margin: 0 -15px 30px;
  width: auto;
}

#school_index #search_pref,
#school_index #search_terms,
#school_index #search_keyword,
#school_error_index #search_pref,
#school_error_index #search_terms,
#school_error_index #search_keyword {
  padding: 20px 15px 30px;
  border: 1px solid #bfbfbf;
}

#school_index #search_pref,
#school_error_index #search_pref {
  width: 100%;
  position: relative;
  margin: 0;
}

#school_index #search_pref dl:not(:last-of-type),
#school_error_index #search_pref dl:not(:last-of-type) {
  margin: 0 0 25px;
}

#school_index #search_pref dl dt,
#school_error_index #search_pref dl dt {
  margin: 0 0 5px;
  font-weight: bold;
  line-height: 1.4;
}

#school_index #search_pref dl dd,
#school_error_index #search_pref dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

#school_index #search_pref dl dd a,
#school_error_index #search_pref dl dd a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  height: 40px;
  margin: 8px 0 0 10px;
  background: #fff;
  border: 1px solid #8c8c8c;
  line-height: 38px;
  text-align: center;
  border-radius: 100px;
}

#school_index #search_pref dl dd a:nth-child(3n+1),
#school_error_index #search_pref dl dd a:nth-child(3n+1) {
  margin-left: 0;
}

#school_index .search_condition,
#school_error_index .search_condition {
  text-align: center;
}

#school_index .search_condition .table01,
#school_error_index .search_condition .table01 {
  margin: 0 0 30px;
}

#school_index .search_condition .table01 th,
#school_index .search_condition .table01 td,
#school_error_index .search_condition .table01 th,
#school_error_index .search_condition .table01 td {
  text-align: center;
}

#school_index .search_condition [class^="btn_"],
#school_error_index .search_condition [class^="btn_"] {
  margin: 0 auto;
  font-size: 1.6rem;
}

#school_index .search_condition [class^="btn_"] i,
#school_error_index .search_condition [class^="btn_"] i {
  font-size: 1.8rem;
}

#school_index .results,
#school_error_index .results {
  margin: 40px 0 20px;
  font-size: 1.6rem;
  text-align: center;
}

#school_index .school_box,
#school_error_index .school_box {
  padding: 15px 15px 30px;
  border: 1px solid #ccc;
}

#school_index .school_box:not(:last-child),
#school_error_index .school_box:not(:last-child) {
  margin: 0 0 20px;
}

#school_index .school_box .inner,
#school_error_index .school_box .inner {
  margin: 0 0 25px;
}

#school_index .school_box .inner .school_data,
#school_error_index .school_box .inner .school_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px;
}

#school_index .school_box .inner .school_data figure,
#school_error_index .school_box .inner .school_data figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      -webkit-order: 2;
          order: 2;
}

#school_index .school_box .inner .school_data figure img,
#school_error_index .school_box .inner .school_data figure img {
  width: 100%;
}

#school_index .school_box .inner .school_data h2,
#school_error_index .school_box .inner .school_data h2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      -webkit-order: 1;
          order: 1;
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#school_index .school_box .inner .school_data div,
#school_error_index .school_box .inner .school_data div {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      -webkit-order: 3;
          order: 3;
}

#school_index .school_box .inner .school_data div p,
#school_error_index .school_box .inner .school_data div p {
  margin: 10px 0 0;
}

#school_index .school_box .inner .school_data div p i,
#school_error_index .school_box .inner .school_data div p i {
  width: 15px;
  margin: 0 5px 0 0;
  text-align: center;
}

#school_index .school_box .inner .school_data div p i.icon-phone,
#school_error_index .school_box .inner .school_data div p i.icon-phone {
  font-size: 1.1rem;
}

#school_index .school_box .inner .school_data div p i.icon-station,
#school_error_index .school_box .inner .school_data div p i.icon-station {
  font-size: 1.3rem;
}

#school_index .school_box .inner h3,
#school_error_index .school_box .inner h3 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

#school_index .school_box .inner table,
#school_error_index .school_box .inner table {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

#school_index .school_box .inner table th,
#school_index .school_box .inner table td,
#school_error_index .school_box .inner table th,
#school_error_index .school_box .inner table td {
  height: 45px;
  border-top: 1px solid #d9d9d9;
  font-size: 1.2rem;
  vertical-align: middle;
}

#school_index .school_box .inner table th,
#school_error_index .school_box .inner table th {
  width: 12%;
  font-weight: bold;
  text-align: center;
}

#school_index .school_box .inner table th.saturday,
#school_error_index .school_box .inner table th.saturday {
  color: #3366cc;
}

#school_index .school_box .inner table th.holiday,
#school_error_index .school_box .inner table th.holiday {
  color: #ee0055;
}

#school_index .school_box .inner table td,
#school_error_index .school_box .inner table td {
  width: 38%;
  padding: 0 1%;
}

#school_index .school_box .pickup_courses h3,
#school_error_index .school_box .pickup_courses h3 {
  padding: 0 0 10px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.6rem;
  font-weight: bold;
}

#school_index .school_box .pickup_courses h4,
#school_error_index .school_box .pickup_courses h4 {
  display: inline-block;
  margin: 25px 0 0;
  padding: 2px 20px;
  border: 1px solid #ccc;
}

#school_index .school_box .pickup_courses h3 + h4,
#school_error_index .school_box .pickup_courses h3 + h4 {
  margin-top: 15px;
}

#school_index .school_box .pickup_courses .link_icon,
#school_error_index .school_box .pickup_courses .link_icon {
  margin: 10px 0 0;
}

#school_index .school_box .btn,
#school_error_index .school_box .btn {
  width: 100%;
  margin: 25px 0 0;
  text-align: center;
}

#school_index #cboxContent,
#school_error_index #cboxContent {
  padding: 30px;
}

/* ============================================================ */
/* .school_area_top */
/* 170316追加 */
/* ============================================================ */

.school_area_top{
}

.school_area_top .school_area ul {
	margin:0 0 20px 0;
}

.school_area_top .school_area ul li {
	position: relative;
}

.school_area_top .school_area ul li a {
	padding: 0 0 0 35px;
}

.school_area_top .school_area ul li i {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -0.5em 0 0;
}


.school_area_top #contents h2{
	background:#f17fab;
	color:#FFF;
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:0;
	font-size: 1.8rem;
}

.school_area_top #contents h3{
	background:#F2F2F2;
	padding:3px 10px;
	margin-bottom:10px;
	font-size: 1.5rem;
}

.school_area_top #contents h4 {
	margin: 15px 0 0;
	color: #ee0055;
	font-size: 1.6rem;
	font-weight: bold;
}

.displayNone {
	display: none;
}

.accordion li {
	/*border-bottom: 1px solid #ccc;
	padding: 10px;*/
}

.accordion a {
	display: block;
}

.contentWrap {
	margin: 10px;
}

/* ============================================================ */
/* 180719追加 */
/* ============================================================ */
	/*スクールページバナー*/
	.school_area_top ul.area_bana li{
		margin-bottom: 10px;
	}
	.school_area_top ul.area_bana li img{
		width: 100%;
	}
	/*スクールページバナーend*/
	/*スクールページバナー*/
	.school_top ul.area_bana li{
		margin-bottom: 10px;
	}
	.school_top ul.area_bana li img{
		width: 100%;
	}
	/*スクールページバナーend*/
	/*open校表記*/
	.school_area_top ul.open_exp{
		margin-bottom: 10px;
		text-align: right;
	}
	.school_area_top ul.open_exp li{
		font-size: 0.7em;
		display: inline-block;
		border-left: 1px solid #bfbfbf;
		padding-left: 10px;
	}
	.school_area_top ul.open_exp li:nth-child(1),
	.school_area_top ul.open_exp li:nth-child(2){
		border-left: none;
		padding: 0;
	}
	.school_area_top ul.open_exp li span{
		margin-right: 3px;
		margin-left: 0 !important;
	}
	.school_area_top .school_area ul li a span.sun_open,
	.school_area_top ul.open_exp li span.sun_open{
		background: #EE0055;
		color: #fff;
		padding: 0px 5px;
		font-size: 0.7em;
		margin-left:5px;
	}
	.school_area_top .school_area ul li a span.senka_open,
	.school_area_top ul.open_exp li span.senka_open{
		background: #82002D;
		color: #fff;
		padding: 1px 5px;
		font-size: 0.7em;
		margin-left:5px;
	}
	.school_area_top .school_area ul li a span.airline_open,
	.school_area_top ul.open_exp li span.airline_open{
		background: #1D8BC7;
		color: #fff;
		padding: 1px 5px;
		font-size: 0.7em;
		margin-left:5px;
	}
	/*open校表記　end*/

/* .switch
----------------------------------------------------------- */
.switch:after {
    position: absolute;
    top: 60%;
    right: 10px;
    margin-top: -18px;
    font-family: 'icomoon';
    content: "\e90e";
    font-size: 18px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.5s, linear;
    -o-transition: all, 0.5s, linear;
    -webkit-transition: all, 0.5s, linear;
    transition: all, 0.5s, linear;
    color: #fff;
}

.switch.open:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'icomoon';
}

.switch {
	cursor:pointer;
	font-weight: bold;
	padding:10px 40px 10px 10px;
	font-size: 14px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.school_area_top .row_2col .school_area.leftbox{
	float:none;
	width:100%;
	padding:0 0 0 0;
}

.school_area_top .row_2col .school_area.rightbox{
	float:none;
	width:100%;
}

.school_area_top .row_3col .school_area.leftbox{
	float:none;
	width:100%;
	padding:0 0 0 0;
}

.school_area_top .row_3col .school_area.centerbox{
	float:none;
	width:100%;
	padding:0 0 0 0;
}

.school_area_top .row_3col .school_area.rightbox{
	float:none;
	width:100%;
}

.school_area_top .row_4col .school_area.box{
	float:none;
	width:100%;
	padding:0 0 0 0;
}

.school_area_top .row_5col .school_area.leftbox{
	float:none;
	width:100%;
	padding:0 0 0 0;
}

.school_area_top .row_5col .school_area.rightbox{
	float:none;
	width:100%;
	padding:0 0 0 0;
}

.school_area_top .row_4col02 .school_area.box{
	float:none;
	width:100%;
	padding:0 0 0 0;
}

.school_area_top .row_2col .school_area.leftbox div > div > div {
	float:none;
	width:100%;
	margin: 0 0 0 0;
}

.school_area_top .row_4col .school_area.leftbox div > div > div {
	float:none;
	width:100%;
	margin: 0 0 0 0;
}

/*兵庫*/
.school_area_top .row_3col .school_area.leftbox div > div > div {
	float:none;
	width:100%;
	margin: 0 0 0 0;
}

/*東京*/
.school_area_top .row_5col .school_area.leftbox div > div > div {
	float:none;
	width:100%;
	margin: 0 0 0 0;
}

/*神奈川*/
.school_area_top .row_5col .school_area.rightbox div > div > div {
	float:none;
	width:100%;
	margin: 0 0 0 0;
}

.school_area_top .school_area ul {
	margin: 0;
}



/* ============================================================ */
/* スクールページ 共通スタイル
   .school_detail */
/* ============================================================ */
.school_detail {
  /*----- #local_nav_school -----*/
  /*----- #school_info -----*/
  /*----- .modal_content -----*/
  /*----- #topic_path -----*/
}

.school_detail #local_nav_school ul {
  display: -webkit-box;
  display: -ms-flexbox;
   display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

.school_detail #local_nav_school ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 0 1px;
  border-right:2px solid #fff;
}

.school_detail #local_nav_school ul li:last-child{
	border-right:none;
}

.school_detail #local_nav_school ul li a {
  display: block;
  padding: 0 15px;
  background: #f2f2f2;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 50px;
}

.school_detail#school_detail_index #local_nav_school #lnav_home a,
.school_detail.school_detail_cinfo #local_nav_school #lnav_course a,
.school_detail#school_detail_teacher_index #local_nav_school #lnav_teacher a,
.school_detail.school_detail_student #local_nav_school #lnav_voice a,
.school_detail.school_detail_event #local_nav_school #lnav_event a,
.school_detail.school_detail_campaign #local_nav_school #lnav_campaign a,
.school_detail#school_detail_gallery_index #local_nav_school #lnav_gallery a {
  background: #fafafa;
  color: #ee0055;
}

.school_detail #school_info {
  margin-bottom: 0;
  padding: 50px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.school_detail #school_info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  margin: 0 15px;
}

.school_detail #school_info figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      -webkit-order:2;
          order: 2;
  margin: 10px 0;
  overflow: hidden;
}

.school_detail #school_info figure img {
  width: 100%;
}

.school_detail #school_info h2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      -webkit-order: 1;
          order: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.school_detail #school_info div {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      -webkit-order: 3;
          order: 3;
  overflow: hidden;
}

.school_detail #school_info div p {
  margin: 10px 0 0;
}

.school_detail #school_info div p a {
  font-weight: bold;
}

.school_detail #school_info div p a i {
  color: #808080;
}

.school_detail #school_info div ul {
  margin-top: 30px;
}

.school_detail .modal_content {
  padding-top: 42px;
}

.school_detail .modal_content img{
  width: 100%;
}

.school_detail .modal_content .movie {
  position: relative;
  height: 188px;
}

.school_detail .modal_content .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100% !important;
  height: 100% !important;
}

.school_detail .modal_content .movie .thumb {
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.school_detail .modal_content .movie .thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  color: #ee0055;
  font-size: 6.0rem;
  line-height: 1;
}

.school_detail .modal_content .movie .thumb img {
  width: 100%;
}

.school_detail .modal_content .movie .thumb.movie-loading {
  cursor: default;
}

.school_detail .modal_content .movie .thumb.movie-loading i {
  -webkit-animation: movie_icon_rotate 5s;
          animation: movie_icon_rotate 5s;
}

.school_detail .modal_content .movie .thumb.movie-loading i:before {
  content: "\e627";
  color: rgba(0, 0, 0, 0.6);
}

.school_detail .modal_content h3 {
  margin: 15px 0 5px;
}

.school_detail .modal_content h3 span {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 20px 0 0;
}

.school_detail .modal_content h4 {
  margin: 0 0 10px;
}

.school_detail .modal_content dl {
}

.school_detail .modal_content dl dt {
	font-weight:bold;
  font-size: 1.6rem;
}

/*.school_detail .modal_content dl dt:before {
  content:"Q：";
}*/

.school_detail .modal_content dl dd:not(:last-child) {
	margin:0 0 10px 0;
}

/*.school_detail .modal_content dl dd:before {
  content:"A：";
}*/

.school_detail #contents #topic_path {
  margin-top: 0;
  border-top: none;
}

.school_detail:not(#school_detail_index) #visual div[class^="al_"] {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          -webkit-align-items: center;
          align-items: center;
  margin: 0 0 20px;
  text-shadow: none;
}

.school_detail:not(#school_detail_index) #visual div[class^="al_"] h1 {
  margin-top: 0;
  color: #333;
  text-align: center !important;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
}

/* ============================================================ */
/* スクールページ トップ
   #school_detail_index */
/* ============================================================ */
#school_detail_index {
  /*----- #school_info01 -----*/
  /*----- #school_info02 -----*/
  /*----- #event -----*/
  /*----- .slide_bnr -----*/
}

#school_detail_index h1 {
  margin: 0 0 25px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
}

#school_detail_index .row_wide {
  position: relative;
}


#school_detail_index #school_info01 {
  margin: 0 0 30px;
}

#school_detail_index #school_info01 #map_canvas {
  width: 100%;
  height: 180px;
  margin: 0 0 15px;
}

#school_detail_index #school_info01 #map_canvas + div {
  border-bottom: 1px solid #d9d9d9;
}

#school_detail_index #school_info01 #map_canvas + div > div:not(.movie) {
  padding: 25px 0;
}

#school_detail_index #school_info01 #map_canvas + div > div:not(.movie) h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#school_detail_index #school_info01 #map_canvas + div > div:not(.movie) p {
  margin: 10px 0 0;
}

#school_detail_index #school_info01 .movie {
  position: relative;
  height: 180px;
  margin-top: 20px;
}

#school_detail_index #school_info01 .movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  overflow: hidden;
}

.school_detail .movie .thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  color: #ee0055;
  font-size: 6.0rem;
  line-height: 1;
  z-index:10;
}

#school_detail_index #school_info01 .movie .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#school_detail_index #school_info01 .movie .thumb.movie-loading {
  cursor: default;
}

#school_detail_index #school_info01 .movie .thumb.movie-loading i {
  -webkit-animation: movie_icon_rotate 5s;
          animation: movie_icon_rotate 5s;
}

#school_detail_index #school_info01 .movie .thumb.movie-loading i:before {
  content: "\e627";
  color: rgba(0, 0, 0, 0.6);
}

#school_detail_index #school_info01 .movie iframe {
  width: 100% !important;
  height: 180px !important;
}

#school_detail_index #school_info01 .address {
  border-bottom: 1px solid #d9d9d9;
}

#school_detail_index #school_info01 .address a {
  position: relative;
  padding: 0 0 0 21px;
  font-weight: bold;
}

#school_detail_index #school_info01 .address a i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 1.6rem;
}

#school_detail_index .parking {
  margin-bottom: 10px;
}
#school_detail_index .parking span  {
  border: #d9d9d9 1px solid;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 5px 15px 5px 10px;
  background: #fef0f5;
}

#school_detail_index .icon-parking:before {
  content:url(../../img/icon_parking.png);
  margin:3px 7px 0;
  vertical-align: middle;
}


#school_detail_index #school_info02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
}

#school_detail_index #school_info02 h3 {
  margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

#school_detail_index #school_info02 h3#reception_time {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      -webkit-order: 1;
          order: 1;
}

#school_detail_index #school_info02 h3#booking_calendar {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}

#school_detail_index #school_info02 > div:not(.calendar) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      -webkit-order: 2;
          order: 2;
  margin: 0 0 50px;
  overflow: hidden;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school {
  margin: 50px 0 0;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school div {
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school div ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
      -webkit-flex: 1 0 45%;
          flex: 1 0 45%;
  padding: 0 0 0 12px;
  font-size: 1.2rem;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school div ul li:not(:nth-child(-n+2)) {
  margin: 15px 0 0;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school div ul li i {
  top: 3px;
  font-size: 1.0rem;
}

#school_detail_index #school_info02 .calendar {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      -webkit-order: 4;
          order: 4;
}

#school_detail_index #school_info03 .praccess .access {
	margin-bottom: 30px;
}

#school_detail_index #school_info03 .praccess .access h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
}

#school_detail_index #event > div:not(.btn_list) {
  width: 1000px;
  margin: 0 auto;
}

#school_detail_index .slide_bnr {
  position: relative;
  padding: 25px 30px 0;
  border-top: 1px solid #d9d9d9;
}

#school_detail_index .slide_bnr .slide {
  padding: 0 5px;
}

#school_detail_index .slide_bnr .slide img {
  width: 100%;
}

#school_detail_index .slide_bnr .bx-prev,
#school_detail_index .slide_bnr .bx-next {
  position: absolute;
  top: 60px;
  background: #ee0055;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

#school_detail_index .slide_bnr .bx-prev::before,
#school_detail_index .slide_bnr .bx-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: 'icomoon';
  font-size: 1.3rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#school_detail_index .slide_bnr span.bx-prev,
#school_detail_index .slide_bnr span.bx-next {
  background: #ccc;
}

#school_detail_index .slide_bnr .bx-prev {
  left: 0;
}

#school_detail_index .slide_bnr .bx-prev:before {
  content: "\e90f";
}

#school_detail_index .slide_bnr .bx-next {
  right: 0;
}

#school_detail_index .slide_bnr .bx-next:before {
  content: "\e90e";
}

#school_detail_index .emg,
#school_detail_index .emg_sch {
	padding: 30px;
	background: #fff2f7;
	border: #ffe5ef 10px solid;
	margin: 0 10px 10px;
}

#school_detail_index .emg:nth-child(2),
#school_detail_index .emg_sch:nth-child(2) {
	margin-top: 0px;
	margin-bottom: 50px;
}


#school_detail_index .emg h3,
#school_detail_index .emg_sch h3 {
	padding: 0 0 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #ee0055;
}

#school_detail_index .emg p{
}

#school_detail_index .emg p a,
#school_detail_index .emg_sch p a {
  font-weight: bold;
  text-decoration: underline;
}

#school_detail_index .sch_close h3 {
    padding: 0 0 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}
#school_detail_index .sch_close {
    padding: 30px;
    border: #eee 10px solid;
    margin: 40px 10px;
}

#school_detail_index .pr {
	margin: 0 0 25px;
	padding: 30px;
	background: #f2f2f2;
}

#school_detail_index .pr h3 {
	margin: 0 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ee0055;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

#school_detail_index .pr p{
	margin: 10px 0 0 10px !important;
	padding: 0 0 10px;
}

#school_detail_index .btm_text p {
  font-size: 1.4rem;
  font-weight: bold;
  text-align:left;
}


/*2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/
#school_detail_index .page_title {
					margin: 0 0 25px;
					text-align: center;
					font-size: 2.3rem;
					font-weight: bold;
					line-height: 1.4;
				}
#school_detail_index #visual div.slide_contents{
					position: absolute;
					/*top:0;*/
					bottom: 0;
					left: 0;
					right: 0;
					height:35px;
					z-index: 2;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-orient: vertical;
					-webkit-box-direction: normal;
					-ms-flex-direction: column;
					flex-direction: column;
					-webkit-box-pack: center;
					-ms-flex-pack: center;
					justify-content: center;
					padding: 0px 20px;
				}
#school_detail_index #visual div.slide_contents div.slide_contents_inner{
					position: absolute;
					/*top: 0;*/
					bottom: 0;
					left: 0;
					right: 0;
					background-color: rgba(0,0,0,0.55);
					color: #fff;
					text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
					padding: 10px 15px;
				}
#school_detail_index #visual div.slide_contents p{
					font-size: 1.2rem;
				}
#school_detail_index #visual .slider_pager {
					bottom: -30px !important;
					height:20px !important;
				}
#school_detail_index #visual .slider {
					margin-bottom:40px;
  				}
#school_detail_index #visual .slider img {
					width: 100%;
  				}
#school_detail_index .slider_pager .pager-item .pager-link{
					background-color:#f2f2f2;
				}
#school_detail_index #visual div.slide_contents a.btn_pink02 {
					position:absolute;
					right:8px;
					bottom:8px;
					font-size:1.2rem;
					display: -webkit-box;
					display: -ms-flexbox;
					display: -webkit-flex;
					display: flex;
					-webkit-box-align: center;
					 -ms-flex-align: center;
					 -webkit-align-items: center;
					  align-items: center;
					-webkit-box-pack: center;
					 -ms-flex-pack: center;
					 -webkit-justify-content: center;
					  justify-content: center;
					height: 24px;
					padding: 0 10px;
					background: #ee0055;
					border-style: solid;
					border-width: 2px;
					border-color: #ee0055;
					border-radius: 100px;
					color: #fff;
					font-weight: bold;
					text-align: center;
					line-height: 1.4;
					outline: none;
					-webkit-transition: all .3s;
					transition: all .3s;
					cursor: pointer;
				}

#school_detail_index .btn_pink02 i:first-child {
					margin: 0 8px 0 0;
				}

#school_detail_index .btn_pink02 .icon-right:last-child {
					position: absolute;
					top: 50%;
					right: 3px;
					margin: -0.5em 0 0;
				}
#school_detail_index #visual .slider {
					position: relative;
					width: 100%;
					height:100%;
					padding: 0;
		 }
#school_detail_index #visual .nonslider ul li a i {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 50;
    background: #fff;
    padding: 6px;
    border-radius: 5px;
    opacity: 0.8;
}
#school_detail_index #visual .nonslider ul li img {
	width: 100%;
}
#school_detail_index .banaArea img{
					width: 100%;
		 }
/*end 2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/

#school_detail_index #lesson_style div {
       margin: 30px 0 0;
     }

#school_detail_index #lesson_style div figure {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 300px;
       -webkit-flex: 0 0 300px;
       flex: 0 0 300px;
       margin: 0 0 30px;
     }

#school_detail_index #lesson_style div figure img {
       width: 100%;
     }

#school_detail_index #lesson_style div ul {
       border-top: 1px solid #d9d9d9;
     }

#school_detail_index #lesson_style div ul li {
       padding: 15px 0;
       border-bottom: 1px solid #d9d9d9;
     }

#school_detail_index #lesson_style div ul li h4 {
       margin: 0 0 5px;
       font-weight: bold;
     }

#school_detail_index #other_voice {
       position: relative;
     }
#school_detail_index .more {
         position: relative;
         display: -webkit-inline-box;
         display: -ms-inline-flexbox;
         display: -webkit-inline-flex;
         display: inline-flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         -webkit-align-items: center;
         align-items: center;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         -webkit-justify-content: center;
         justify-content: center;
         background: #ffe5ef;
         min-width: 225px;
         text-align: center;
         height: 40px;
         padding: 0 20px;
         font-size: 1.2rem;
         cursor: pointer;
         border-radius: 100px;
     }

.school_detail:not(#school_detail_index) #visual div[class^="al_"] .sch_h1 {
    margin-top: 0;
    color: #333;
    text-align: center !important;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.4;
}

.sch_multi_btn{
  margin: 20px;
  text-align: center;
  text-decoration: underline;
}

/* ============================================================ */
/* スクール 開講コース 共通
   .school_detail_cinfo */
/* ============================================================ */
.school_detail_cinfo {
  /*----- #course_visual -----*/
  /*----- #course_point -----*/
  /*----- #course_feature -----*/
}

.school_detail_cinfo #course_visual {
  position: relative;
}

.school_detail_cinfo #course_visual div[class^="al_"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.school_detail_cinfo #course_visual div[class^="al_"] p {
  font-size: 1.8rem;
}

.school_detail_cinfo #course_visual div[class^="al_"] h2 {
  min-width: 130px;
  height: 30px;
  margin: 10px 0 0;
  padding: 0 20px;
  border: 1px solid #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 30px;
}

.school_detail_cinfo #course_visual figure {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.school_detail_cinfo #course_visual figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.school_detail_cinfo #course_visual figure[class^="shadow"]::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.school_detail_cinfo #course_visual figure.shadow10::before {
  background: rgba(0, 0, 0, 0.1);
}

.school_detail_cinfo #course_visual figure.shadow15::before {
  background: rgba(0, 0, 0, 0.15);
}

.school_detail_cinfo #course_visual figure.shadow20::before {
  background: rgba(0, 0, 0, 0.2);
}

.school_detail_cinfo #course_visual figure.shadow25::before {
  background: rgba(0, 0, 0, 0.25);
}

.school_detail_cinfo #course_visual figure.shadow30::before {
  background: rgba(0, 0, 0, 0.3);
}

.school_detail_cinfo #course_point {
  padding: 15px;
  background: #f2f2f2;
}

.school_detail_cinfo #course_point section {
  padding: 20px 15px;
  background: #fff;
}

.school_detail_cinfo #course_point section:last-child {
  margin: 15px 0 0;
}

.school_detail_cinfo #course_point section div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  margin: 0 0 15px;
}

.school_detail_cinfo #course_point section div i {
  border: 1px solid #cfcfcf;
  color: #ee0055;
  font-size: 1.6rem;
  text-align: center;
  line-height: 26px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.school_detail_cinfo #course_point section div .ttl02 {
  margin: 0 0 0 10px;
}

.school_detail_cinfo #course_point section .list_disc li:not(:first-child) {
  margin: 5px 0 0;
}

.school_detail_cinfo #course_feature section .table_wrap {
  margin: 0 0 20px;
}

.school_detail_cinfo #course_feature section .table_wrap th {
  width: 140px;
}

.school_detail_cinfo #course_feature section p.note,
.school_detail_cinfo #course_feature section ul.note li:not(:last-child) {
  margin: 0 0 10px;
}

/*2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/
			.school_detail:not(#school_detail_index) #visual div[class^="al_"] .sch_h1 {
				margin-top: 0;
				color: #333;
				text-align: center !important;
				font-size: 2.3rem;
				font-weight: bold;
				line-height: 1.4;
			}
/*end 2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/

/* ============================================================ */
/* スクール 開講コース トップ
   #school_detail_cinfo_index */
/* ============================================================ */
#school_detail_cinfo_index .local_nav {
  margin-bottom: 35px;
}

#school_detail_cinfo_index .local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

#school_detail_cinfo_index .feature div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  margin: 0 0 20px;
}

#school_detail_cinfo_index .feature div:first-child figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
      -webkit-flex: 0 0 44%;
          flex: 0 0 44%;
  margin: 0 -10% 0 0;
}

#school_detail_cinfo_index .feature div:first-child figure img {
  width: 100%;
}

#school_detail_cinfo_index .feature div:first-child h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
      -webkit-flex: 0 0 66%;
          flex: 0 0 66%;
  position: relative;
  padding: 0 0 0 18px;
  font-weight: bold;
}

#school_detail_cinfo_index .feature div:first-child h3 i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #ee0055;
}

#school_detail_cinfo_index .feature div:last-child p {
  font-weight: bold;
}

#school_detail_cinfo_index .feature div:last-child ul {
  display: table;
}

#school_detail_cinfo_index .feature div:last-child ul li {
  display: table-row;
}

#school_detail_cinfo_index .feature div:last-child ul li i {
  display: table-cell;
  padding: 10px 8px 0 0;
  color: #ee0055;
}

/* ============================================================ */
/* スクール 受講生の声 共通
   .school_detail_student */
/* ============================================================ */
.school_detail_student {
  /*----- #interview -----*/
  /*----- #lesson_style -----*/
  /*----- #other_voice -----*/
}

.school_detail_student #interview .movie {
  /*position: relative;*/
  width: 100%;
  height: 160px;
  margin: 0 auto;
  text-align: center;
}

.school_detail_student #interview .movie iframe {
  width: 100% !important;
  height: 160px !important;
}


.school_detail_student #interview .student_mainImg {
  /*position: relative;*/
  width: 100%;
  height: 160px;
  margin: 0 auto;
  text-align: center;
}

.school_detail_student #interview .student_mainImg img {
  height:160px;
}

/*.school_detail_student #interview .movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.school_detail_student #interview .movie .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.school_detail_student #interview .movie .thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -0.5em 0 0 -0.5em;
  color: #ee0055;
  font-size: 4.0rem;
  line-height: 1;
}

.school_detail_student #interview .movie .thumb.movie-loading {
  cursor: default;
}

.school_detail_student #interview .movie .thumb.movie-loading i {
  -webkit-animation: movie_icon_rotate 5s;
          animation: movie_icon_rotate 5s;
}

.school_detail_student #interview .movie .thumb.movie-loading i:before {
  content: "\e627";
  color: rgba(0, 0, 0, 0.6);
}*/

.school_detail_student #lesson_style div {
  margin: 30px 0 0;
}

.school_detail_student #lesson_style div figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
      -webkit-flex: 0 0 300px;
          flex: 0 0 300px;
  margin: 0 0 30px;
}

.school_detail_student #lesson_style div figure img {
  width: 100%;
}

.school_detail_student #lesson_style div ul {
  border-top: 1px solid #d9d9d9;
}

.school_detail_student #lesson_style div ul li {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}

.school_detail_student #lesson_style div ul li h4 {
  margin: 0 0 5px;
  font-weight: bold;
}

.school_detail_student #other_voice {
  position: relative;
}

/*2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/
#school_detail_student_index .voice_list li h3, .voice_list02 li h3 {
					font-weight:bold;
				}
#school_detail_student_index .school_detail:not(#school_detail_index) #visual div[class^="al_"] .sch_h1 {
					margin-top: 0;
					color: #333;
					text-align: center !important;
					font-size: 2.3rem;
					font-weight: bold;
					line-height: 1.4;
}
/*end 2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/

/* ============================================================ */
/* スクール イベント＆セミナー 詳細
   #school_detail_event_detail */
/* ============================================================ */
#school_detail_event_detail .row:not(#mainvisual):not(#other_event):not(#school_info) .ttl03 {
  margin-top: 20px;
}

#school_detail_event_detail .row:not(#mainvisual):not(#other_event):not(#school_info) p:not(:last-child) {
  margin: 0 0 20px;
}

#school_detail_event_detail .row:not(#mainvisual):not(#other_event):not(#school_info) .table_wrap:not(:last-child) {
  margin-bottom: 20px;
}

#school_detail_event_detail #mainvisual figure img {
  width: 100%;
}

#school_detail_event_detail #other_event {
  margin-top: 50px;
}

/* ============================================================ */
/* スクール キャンペーン 詳細
   #school_detail_campaign_detail */
/* ============================================================ */
#school_detail_campaign_detail .row:not(#mainvisual):not(#other_campaign):not(#school_info) .ttl03 {
  margin-top: 20px;
}

#school_detail_campaign_detail .row:not(#mainvisual):not(#other_campaign):not(#school_info) p:not(:last-child) {
  margin: 0 0 20px;
}

#school_detail_campaign_detail .row:not(#mainvisual):not(#other_campaign):not(#school_info) .table_wrap:not(:last-child) {
  margin-bottom: 20px;
}

#school_detail_campaign_detail #mainvisual figure img {
  width: 100%;
}

#school_detail_campaign_detail #other_campaign {
  margin-top: 50px;
}

/* ============================================================ */
/* スクール ギャラリー
   #school_detail_gallery_index */
/* ============================================================ */
#school_detail_gallery_index {
  /*----- colorbox -----*/
}

#school_detail_gallery_index #gallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
}

#school_detail_gallery_index #gallery_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
      -webkit-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#school_detail_gallery_index #gallery_list li:not(:nth-child(-n+2)) {
  margin: 30px 0 0;
}

#school_detail_gallery_index #gallery_list li a {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
  text-align: center;
}

#school_detail_gallery_index #gallery_list li a figure {
  width: 100%;
}

#school_detail_gallery_index #gallery_list li a figure img {
  width: 100%;
}

#school_detail_gallery_index #gallery_list li a p {
  margin: 15px 0 0;
  text-align: left;
}

#school_detail_gallery_index #gallery_list li a [class^="btn_"] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#school_detail_gallery_index .row:not(#school_info) {
  margin-bottom: 100px;
}

#school_detail_gallery_index #cboxContent {
  padding-bottom: 100px;
}

/* ============================================================ */
/* よくあるご質問
   #faq_index */
/* ============================================================ */
#faq_index .faq_list dt,
#cinfo_business_index .faq_ac .faq_list dt,
#index .faq_list dt {
  padding-right: 40px;
  cursor: pointer;
}

#faq_index .faq_list dt .icon-remove,
#cinfo_business_index .faq_ac .faq_list dt .icon-remove,
#index .faq_list dt .icon-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  background: #f5f5f5;
  color: #ee0055;
  font-size: 2.2rem;
  text-align: center;
  line-height: 28px;
}

#faq_index .faq_list dt .icon-remove:before,
#cinfo_business_index .faq_ac .faq_list dt .icon-remove:before,
#index .faq_list dt .icon-remove:before {
  content: "\e145";
}

#faq_index .faq_list dt.active .icon-remove,
#cinfo_business_index .faq_ac .faq_list dt.active .icon-remove,
#index .faq_list dt.active .icon-remove {
  background: #ffe5ef;
}

#faq_index .faq_list dt.active .icon-remove:before,
#cinfo_business_index .faq_ac .faq_list dt.active .icon-remove:before,
#index .faq_list dt.active .icon-remove:before {
  content: "\e15b";
}

#faq_index .faq_list dt:not(:first-child),
#cinfo_business_index .faq_ac .faq_list dt:not(:first-child) {
  margin-top: 30px;
}

#index .faq_list dt:not(:first-child) {
  margin-top: 10px;
}

#faq_index .faq_list dt:hover {
  color: #ee0055;
}

#faq_index .faq_list dd,
#cinfo_business_index .faq_ac .faq_list dd,
#index .faq_list dd {
  display: none;
}

#faq_index .faq_list dd > *:not(:first-child),
#cinfo_business_index .faq_ac .faq_list dd > *:not(:first-child),
#index .faq_list dd > *:not(:first-child) {
  margin: 15px 0 0;
}

#faq_index .faq_list dd .text_link + .text_link,
#cinfo_business_index .faq_ac .faq_list dd .text_link + .text_link,
#index .faq_list dd .text_link + .text_link {
  margin-top: 0;
}

#faq_index .text_link a,
#cinfo_business_index .faq_ac .faq_list .text_link a,
#index .faq_list .text_link a {
  display: inline-table;
}

#faq_index .text_link a .icon-keyboard_arrow_right,
#cinfo_business_index .faq_ac .faq_list .text_link a .icon-keyboard_arrow_right,
#index .faq_list .text_link a .icon-keyboard_arrow_right {
  position: relative;
  top: 2px;
  display: table-cell;
}

#faq_index .text_link a .icon-outer,
#cinfo_business_index .faq_ac .faq_list .text_link a .icon-outer,
#index .faq_list .text_link a .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

#faq_index .text_link a:hover,
#cinfo_business_index .faq_ac .faq_list .text_link a:hover,
#index .faq_list .text_link a:hover {
  text-decoration: none;
}

#faq_index .text_link a:hover span,
#cinfo_business_index .faq_ac .faq_list .text_link a:hover span,
#index .faq_list .text_link a:hover span {
  text-decoration: underline;
}

.interview_faq .faq_list dt {
	pointer-events: none;
}


/* ============================================================ */
/* ご意見・ご要望
   #iken_index */
/* ============================================================ */
#iken_index {
  /* #request
	----------------------------------------------------------- */
  /* #counseling
	----------------------------------------------------------- */
}

#iken_index .row_wide {
  margin-bottom: 0;
  padding: 25px 0;
}

#iken_index .row_wide .telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 120px;
  margin: 0 15px;
  background: #fff;
  text-align: center;
}

#iken_index .row_wide .telephone p.freecall {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

#iken_index .row_wide .telephone p.freecall .icon_freecall {
  display: inline-block;
  width: 30px;
  margin: 0 10px 0 0;
  line-height: 1;
}

#iken_index .row_wide .telephone p.freecall .icon_freecall img {
  width: 100%;
  vertical-align: middle;
}

#iken_index .row_wide .telephone p.freecall abbr[title] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

#iken_index .row_wide .telephone p.freecall abbr[title]::after {
  position: relative;
  top: 0.3rem;
  content: attr(title);
  font-size: 1.0rem;
  letter-spacing: 2px;
  line-height: 1;
}

#iken_index #request {
  background: #f2f2f2;
}

#iken_index #request .telephone {
  margin-bottom: 20px;
}

#iken_index #counseling {
  background: #ffe5ef;
}

#iken_index #counseling .telephone {
  margin-bottom: 20px;
}

#iken_index #counseling .row p {
  margin: 0 0 15px;
  font-weight: bold;
}

#iken_index #counseling .row [class^="btn_"] {
  padding: 0;
  font-size: 1.1rem;
}

/* ============================================================ */
/* インフォメーション
   #info_index */
/* ============================================================ */
#info_index h2 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

#info_index .local_nav {
  margin: 0 0 30px;
}

#info_index .info_list {
  border-top: 1px solid #d9d9d9;
}

#info_index .info_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 5px;
  border-bottom: 1px solid #d9d9d9;
}

#info_index .info_list li time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
      -webkit-flex: 0 0 130px;
          flex: 0 0 130px;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
      align-self: center;
  margin: 0 0 10px;
  font-weight: bold;
}

#info_index .info_list li .category {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      -webkit-flex: 0 0 100px;
          flex: 0 0 100px;
  margin: 0 0 10px;
  border: 1px solid #ee0055;
  border-radius: 100px;
  color: #ee0055;
  font-size: 1.1rem;
  text-align: center;
  line-height: 24px;
}

#info_index .info_list li p:not(.category) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  padding: 0 0 0 20px;
}

#info_index .info_list li p:not(.category) a {
  display: block;
}

#info_index .info_list li p:not(.category) .icon-keyboard_arrow_right {
  position: absolute;
  top: 3px;
  left: 0;
  color: #808080;
}

.pager {
    clear:both;
    margin:30px 0;
    text-align:center;
}

.pager span {
    margin:1px;
    padding:5px 8px;
    color:#ee0055;
	border: solid 1px #ee0055;
}

.pager span.current {
    color:#fff;
    background:#ee0055;
}
.pager span.current:hover {
    cursor:default;
}

.pager span.invalid {
    color:#fff;
    background:none;
	border: none;
}
.pager span.invalid:hover {
    cursor:default;
}

.pager span.ellipsis {
    color:#ee0055;
    background:none;
}
.pager span.ellipsis:hover {
    cursor:default;
}

/* ============================================================ */
/* インフォメーション詳細
   #info_detail */
/* ============================================================ */
#info_detail .row p, #info_detail .row ul, #info_detail .row ol, #info_detail .row dl, #info_detail .row .table_wrap, #info_detail .row .table01, #info_detail .row [class^="btn"] {
  margin-bottom: 15px;
}

#info_detail .btn_block [class^="btn"] {
  padding-left: 0;
}

/* ============================================================ */
/* サイトマップ
   #sitemap_index */
/* ============================================================ */
#sitemap_index h2 {
  margin: 0 0 15px;
  padding: 0 0 5px;
  font-size: 1.8rem;
  border-bottom: 1px solid #d9d9d9;
}

#sitemap_index h2 .icon-keyboard_arrow_right {
  position: relative;
  top: 2px;
  color: #ee0055;
  font-size: 2.0rem !important;
}

#sitemap_index h3 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#sitemap_index .row > section:not(:last-child) {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #d9d9d9;
}

#sitemap_index .row ul {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

#sitemap_index .row ul li {
  position: relative;
  padding: 0 0 0 15px;
}

#sitemap_index .row ul li a {
  display: inline-block;
  padding: 0 0 5px;
}

#sitemap_index .row ul li a:hover {
  opacity: 1;
}

#sitemap_index .row ul li .icon-keyboard_arrow_right {
  position: absolute;
  top: 3px;
  left: -5px;
  color: #999;
}

#sitemap_index .row ul li .icon-outer {
  margin: 0 0 0 2px;
  font-size: 1.2rem;
}

#sitemap_index .row#school_search ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

/* ============================================================ */
/* ご受講生の方はこちら
   #students_index */
/* ============================================================ */
#students_index #contents .ttl01 {
  font-size: 3rem;
}

#students_index #contents .row {
  margin-bottom: 80px;
}

#students_index #contents .class_schedule ul {
    margin: 0 0 15px;
}

#students_index #contents .class_schedule ul li {
    margin: 0 0 10px;
}


#students_index #contents .class_schedule ul li a .icon-file-pdf {
    padding: 0 0 0 4px;
}

#students_index #contents .text_link a [class^="icon-"] {
    display: table-cell;
    padding: 0 2px 0 0;
    color: #e5005a;
}

#students_index #contents .text_link a {
    display: table;
}

#students_index #contents .st_txtL{
	font-size:18px;
	font-weight:bold;
    color: #e5005a;
}

#students_index #contents .st_txtLL{
	font-size:18px;
	font-weight:bold;
	text-align:left;
	background-color:#f2f2f2;
	padding:20px;
	margin-bottom:20px;
}

#students_index #contents .st_txtS{
	margin-bottom:20px;
}

#students_index #contents .st_txtM{
	font-size:16px;
	font-weight:bold;
}

#students_index #contents .redTxt{
	color:#F00;
}

#students_index #contents .loginImg{
	margin-bottom:20px;
	float:none;
}

#students_index #contents .cb{
	clear:both;
}

#students_index #contents .marT20{
	margin-top:20px;
}

#students_index #contents .marT40{
	margin-top:40px;
}

#students_index #contents .marT60{
	margin-top:60px;
}


#students_index #contents .marB20{
	margin-bottom:20px;
}


#students_index #contents .stu_bg_glay{
	background-color:#f2f2f2;
	padding:20px;
	position: relative;
	top:0;
	left:0;
	text-align:center;
}


#students_index #contents .stu_bg_glay p{
	display: inline-block;
	text-align:left;
}


#students_index #contents .stu_clearB{
	clear:both;
}

#students_index #contents .checkTest{
	float:none;
	width:100%;
	text-align:center;
	margin-bottom:40px;
}

#students_index #contents .checkTestC{
	float:none;
	width:100%;
	margin:0;
	text-align:center;
	margin-bottom:40px;
}

#students_index #contents .checkTest p,
#students_index #contents .checkTestC p{
	text-align:left;
	margin-bottom:20px;
}

#students_index #contents a.stuLink{
	color: #ee0055;
}

#students_index #contents a.schLink{
	text-decoration:none;
}


#students_index #contents .local_nav {
    margin-bottom: 50px;
    background: none;
}

#students_index #contents .local_nav_btm {
  margin: 40px 0 -40px;
}

#students_index #contents p.text_link a > span:hover {
    text-decoration: underline;
}

#students_index #contents .local_nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#students_index #contents .local_nav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    -webkit- flex: 1 0 50%;
    flex: 1 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 5px;
    padding: 8px 0;
    background: #f5f5f5;
    font-size: 1.1rem;
    line-height: 1.4;
}

#students_index .anchor_link ul:first-child {
    margin: 0 auto 10px;
}

#students_index .holiday_info {
	border: #ffe5ef 10px solid;
	margin-bottom:30px;
	padding:20px;
}
#students_index .holiday_info h3 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#students_index .emg,
#school_index .emg,
#school_index .emg_sch{
	margin: 0 10px 50px;
	padding: 30px;
	background: #fff2f7;
	border: #ffe5ef 10px solid;
}
#students_index .emg:not(:last-of-type),
#school_index .emg:not(:last-of-type),
#school_index .emg_sch:not(:last-of-type){
  margin-bottom: 20px;
}

#students_index .emg h3,
#school_index .emg h3,
#school_index .emg_sch h3{
	padding: 0 0 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #ee0055;
	background: none;
}

#students_index .emg p,
#school_index .emg p{
}

#students_index .emg p a,
#school_index .emg p a,
#school_index .emg_sch p a{
  font-weight: bold;
  text-decoration: underline;
}

/* ============================================================ */
/* 全国外国語教育振興協会加盟校
   #zengaikyo_index */
/* ============================================================ */
#zengaikyo_index .row {
  text-align: center;
}

#zengaikyo_index .row div {
  margin: 0 0 30px;
}

#zengaikyo_index .row div img {
  width: 290px;
}

#zengaikyo_index .row p {
  margin: 0 0 15px;
}

#zengaikyo_index .row [class^="btn_"] {
  margin-top: 20px;
}

/* ============================================================ */
/* コンバージョン 共通スタイル
   .contactus */
/* ============================================================ */
.contactus {
  /*----- .input_must / .input_any -----*/
  /* .ttl_block
	----------------------------------------------------------- */
  /* #campaign
	----------------------------------------------------------- */
  /* .flow_lesson
	----------------------------------------------------------- */
  /* #about_lesson
	----------------------------------------------------------- */
  /* .form_flow
	----------------------------------------------------------- */
  /* #counseling
	----------------------------------------------------------- */
  /* .datepicker
	----------------------------------------------------------- */
  /* #customer_info
	----------------------------------------------------------- */
  /* #privacy
	----------------------------------------------------------- */
  /* .btn_block
	----------------------------------------------------------- */
  /* .alert
	----------------------------------------------------------- */
  /* footer
	----------------------------------------------------------- */
}

.contactus #wrap {
  padding: 0;
}

.contactus header {
  position: relative;
  padding: 10px;
}

.contactus .note {
  font-size: 1.4rem;
  line-height: 1.7;
  padding:0;
}

.contactus dl dt {
  margin: 0 0 10px;
  font-weight: bold;
}

.contactus dl .selectbox {
  margin: 0;
}

.contactus dl:not(:last-child) {
  margin: 0 0 10px;
}

.contactus .table01 th {
  padding: 12px 15px;
}

.contactus .table01 td {
  padding: 15px 0;
}

.contactus .input_must,
.contactus .input_any {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 40px;
  margin: 0 0 0 10px;
  border: 1px solid #ee0055;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  border-radius: 100px;
}

.contactus .input_must {
  background: #ee0055;
  color: #fff;
}

.contactus .input_any {
  background: #fff;
  color: #ee0055;
}

.contactus .ttl_block {
  /*background: #ffe5ef;*/
  text-align: center;
}

.contactus .ttl_block h1 {
  padding: 25px 0 !important;
  background: #295094;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
    background-image:url(/form/img/gaigo/b_ml/bg_ttlLeft.png),url(/form/img/gaigo/b_ml/bg_ttlRight.png);
    background-repeat: no-repeat, no-repeat;
    background-size: auto 50px, auto 50px;
    background-position: 5% bottom, 95% bottom;
}

.contactus .ttl_block p {
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus #campaign {
  margin: 30px 15px;
  background: #f7931e;
  border: 1px solid #f7931e;
}

.contactus #campaign .text {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.contactus #campaign .text h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.contactus #campaign .text h3 {
  margin: 5px 0 0;
  font-size: 1.7rem;
}

.contactus #campaign .text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  /*-webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;*/
  margin: 5px 20px;
}

.contactus #campaign .text div p:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
      -webkit-flex: 0 0 30px;
          flex: 0 0 30px;
  margin: 0 5px 0 0;
  background: #fff;
  color: #f7931e;
  letter-spacing: -0.05em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 30px;
}

.contactus #campaign .text div p:last-child {
  font-size: 1.0rem;
  text-align: left;
  letter-spacing: -0.05em;
}

.contactus #campaign .text > p:last-child {
  font-size: 1.0rem;
}

.contactus #campaign .text div p span {
	margin-left: 10px;
}

.contactus #campaign figure,
.contactus #campaign figure img {
  width: 100%;
}

.contactus #campaign > p {
	background: #FFFFFF;
	font-size: 1.0rem;
	padding:0 5px;
}

.contactus .flow_lesson {
  margin: 40px 0;
  padding: 0;
  background: none;
}

.contactus .flow_lesson .flow li {
  background: #f2f2f2;
}

.contactus .flow_lesson .flow li:not(:first-child)::before {
  top: 0;
  border-color: #fff transparent transparent;
}

.contactus .flow_lesson .flow li:not(:first-child)::after {
  border-color: #f2f2f2 transparent transparent;
}

.contactus #about_lesson {
  padding: 30px 15px;
  background: #ffe5ef;
}

.contactus #about_lesson > ul.note {
  margin: 0 0 20px;
}

.contactus #about_lesson .feature_list li {
  padding: 15px;
  background: #fff;
}

.contactus #about_lesson .feature_list li:not(:last-child) {
  margin: 0 0 1px;
}

.contactus .form_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    width: 90%;
  margin: 0 15px;
}

.contactus .form_flow li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 305px;
          flex: 1 1 305px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 40px;
  font-weight: bold;
}

.contactus .form_flow li:not(:first-child) {
  margin: 0 0 0 10px;
}
.contactus .form_flow li span {
    z-index: 0;
    position: relative;
    font-size: 1.7rem;
}

.contactus .form_flow li .icon-arrow-dotted {
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 1;
  color: #999;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.contactus .form_flow li span::before {
    position: absolute;
    color: #999999;
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.8px;
    top: -22px;
    left: 50%;
    margin-left: -8px;
}

.contactus .form_flow li:first-child span::before {
    content: "\f304";
}
.contactus .form_flow li:nth-child(2) span::before {
    content: "\f058";
}
.contactus .form_flow li:nth-child(3) span::before {
    content: "\f024";
}
.contactus .form_flow li.active span::before {
    color: #E05;
}

.contactus .form_flow li span::after {
    z-index: -1;
    position: absolute;
    height: 60px;
    width: 60px;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 30px;
    background-color: #f2f2f2;
}

.contactus .form_flow li.active span::after {
    background-color: #F8F0F3;
}
.contactus .form_flow li.active span {
  color: #EE0055;
}

.contactus .form_flow li.active .icon-arrow-dotted {
  color: #ee0055;
}

.contactus #counseling .table01 {
    margin-top: 20px;
}
.contactus #counseling .table01:before {
    display: block;
    content: "";
    width: 100%;
    margin-top: -60px;
    border-top: 1px solid #DCDCDC; 
}
.contactus.contactus_ml_confirm #counseling .table01:before {
    margin-top: -10px;
    border-top: 1px solid #DCDCDC; 
}
.contactus #counseling .table01 th {
  background: none; 
}


.contactus #counseling .other_course {
  margin: 15px -15px 0;
  padding: 15px 15px 0;
  border-top: 1px solid #d9d9d9;
}

.contactus #counseling .other_course p {
  font-weight: bold;
}

.contactus #counseling .link_list li {
  margin: 15px 0 0 0;
}

.contactus #counseling .link_list li .icon-outer {
  margin: 0 5px 0 0;
  color: #808080;
  font-size: 1.2rem;
}

.contactus .datepicker_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 40px;
  margin: 0 0 10px;
  border: 1px solid #8c8c8c;
  overflow: hidden;
  border-radius: 4px;
}

.contactus .datepicker_wrap input.hasDatepicker {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0px;
}

.contactus .datepicker_wrap button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
      -webkit-flex: 0 0 45px;
          flex: 0 0 45px;
  position: relative;
  background: #777;
  border-radius: 0 4px 4px 0;
  font-size: 0;
  cursor: pointer;
}

.contactus .datepicker_wrap button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e915";
  color: #fff;
  font-family: 'icomoon' !important;
  font-size: 2.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactus .datepicker_wrap.error {
  background: #fef0f5;
}

.contactus .ui-datepicker {
  display: none;
  background: #fff;
  border: 2px solid #d9d9d9;
  font-size: 1.4rem;
  border-radius: 6px;
}

.contactus .ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #ee0055;
  border-radius: 4px 4px 0 0;
  text-align: center;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before,
.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #fff;
  font-family: 'icomoon';
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  content: "\e90f";
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  content: "\e90e";
}

.contactus .ui-datepicker .ui-datepicker-header .ui-state-disabled {
  display: none;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 40px;
}

.contactus .ui-datepicker .ui-datepicker-calendar {
  width: 258px;
  margin: -1px 0 0;
  border-collapse: separate;
  border-radius: 0 0 6px 6px;
}

.contactus .ui-datepicker .ui-datepicker-calendar th,
.contactus .ui-datepicker .ui-datepicker-calendar td {
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
}

.contactus .ui-datepicker .ui-datepicker-calendar th span,
.contactus .ui-datepicker .ui-datepicker-calendar th a,
.contactus .ui-datepicker .ui-datepicker-calendar td span,
.contactus .ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  padding: 8px 0;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th {
  font-weight: bold;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th.ui-datepicker-week-end:first-of-type {
  border-left: none;
  color: #ee0055;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th.ui-datepicker-week-end:last-of-type {
  color: #3366cc;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td span {
  color: #999;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td a {
  background: #fbd9e6;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td:first-child {
  border-left: none;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody tr:last-child td {
  border-bottom: none;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

.contactus #customer_info .input_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
}

.contactus #customer_info .input_name label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.5%;
      -webkit-flex: 0 0 16.5%;
          flex: 0 0 16.5%;
}

.contactus #customer_info .input_name input[type="text"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.5%;
      -webkit-flex: 0 0 83.5%;
          flex: 0 0 83.5%;
}

.contactus #customer_info .input_name label:first-of-type,
.contactus #customer_info .input_name input[type="text"]:first-of-type {
  margin-bottom: 15px;
}

.contactus #privacy{
  padding: 30px 15px;
  background: #e7f0f9;
  width: 90%;
  margin: 0 auto;
}

.contactus #privacy .ttl03 {
  margin-bottom: 15px;
}
.contactus #privacy .inner .ttl03 {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.contactus #privacy .inner .ttl03::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top:3px solid #295094;
  border-right:3px solid #295094;
  position: absolute;
  top: calc( 50% - 10px );
  right: 10px;
  transform: rotate(135deg);
}
.contactus #privacy .icon-outer {
  color: #808080;
}
.contactus #privacy .inner .privacy_txt {
  display: none;
}
.contactus #privacy .inner .privacy_txt {
  padding-top: 15px;
}
.contactus .btn_block {
  margin: 0 15px;
  text-align: center;
}

.contactus .btn_block [class^="btn_"] {
  width: 100%;
}

.contactus .btn_block #btn_submit {
  margin-top: 30px;
}

.contactus .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  margin: 0 0 30px;
  padding: 10px 0 10px 10px;
  background: #ffe5ef;
  border-top: 2px solid #ee0055;
  border-bottom: 2px solid #ee0055;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
}

.contactus .alert .icon-warning {
  margin: 0 5px 0 0;
  font-size: 3.4rem;
}

.contactus .alert.alert_small {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin: 0 0 15px;
  padding: 10px 20px 10px 12px;
  border: 2px solid #ee0055;
  font-size: 1.4rem;
}

.contactus .alert.alert_small p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}

.contactus .alert.alert_small .icon-warning {
  margin: 0 15px 0 0;
}

.contactus .alert.hide {
  display: none;
}

.contactus footer {
  margin: 50px 0 0;
}

.contactus footer p {
  padding: 15px 0 50px;
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
  text-align: center;
}

/* ============================================================ */
/* 確認画面
   .contactus_ml_confirm */
/* ============================================================ */
.contactus_ml_confirm .ttl_block {
  margin-bottom: 40px !important;
}

.contactus_ml_confirm .ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
}

.contactus_ml_confirm .ttl01 span:first-child {
  margin: 0 10px 0 0;
  font-size: 2.0rem;
}

.contactus_ml_confirm dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: webkit-flex;
  display: flex;
}

.contactus_ml_confirm dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
      -webkit-flex: 0 0 95px;
          flex: 0 0 95px;
  margin: 0;
}

.contactus_ml_confirm dl:not(:last-child) {
  margin: 0 0 10px;
}

/* ============================================================ */
/* 完了画面
   .contactus_ml_thankyou */
/* ============================================================ */
.contactus_ml_thankyou .ttl_block {
  margin-bottom: 40px;
}

.contactus_ml_thankyou .ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
}

.contactus_ml_thankyou .ttl01 span:first-child {
  margin: 0 10px 0 0;
  font-size: 2.0rem;
}

#contents .form_c_block{
    width: 80%;
    border: 2px solid #d9d9d9;
    border-collapse: separate;
    border-radius: 10px;
    margin: 0 auto;
    padding: 15px;
}

.form_c_block .telephone{
    position: relative;
    padding: 0 0 0 40px;
}
.form_c_block .telephone i{
    position: absolute;
    top: 50%;
    left: 0;
    margin: -15px 0 0 0;
    background: #ee0055;
    color: #f8f0f3;
    font-size: 1.5rem;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.form_c_block .telephone p strong{
  color: #ee0055;
  font-size:medium;
}

.form_c_block .telephone p strong a{
  color: #ee0055;
  font-size:medium;
}



/* ============================================================ */
/* ビジネス英会話/BIZ英会話トライアル
   #cinfo_business_trial_index */
/* ============================================================ */

#cinfo_business_index #visual,
#cinfo_business_trial_index #visual {
    margin-bottom: 0;
}

#cinfo_business_index .local_nav,
#cinfo_business_trial_index .local_nav {
  width: 100%;
  overflow-x: auto;
  overflow-scrolling: touch;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

#cinfo_business_index .local_nav ul,
#cinfo_business_trial_index .local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  padding: 0;
}

#cinfo_business_index .local_nav ul li,
#cinfo_business_trial_index .local_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  margin: 0;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  padding: 5px 0;
  font-size: 1.0em;
}

#cinfo_business_index .local_nav ul li:last-child,
#cinfo_business_trial_index .local_nav ul li:last-child {
  margin-right: 0;
  border-left: 1px solid #ddd;
}

#cinfo_business_index .local_nav ul li sup,
#cinfo_business_trial_index .local_nav ul li sup {
  top: -0.1em;
}

#cinfo_business_index .local_nav ul li a,
#cinfo_business_trial_index .local_nav ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 1.0em;
}

#cinfo_business_index .local_nav ul li a i,
#cinfo_business_trial_index .local_nav ul li a i {
	color: #ee0055;
	margin-right: 5px;
}

#cinfo_business_index .local_nav ul li a sup,
#cinfo_business_trial_index .local_nav ul li a sup {
  top: -0.2em;
}

#cinfo_business_index .local_nav ul li a:hover,
#cinfo_business_trial_index .local_nav ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

#cinfo_business_index .local_nav ul li::after,
#cinfo_business_trial_index .local_nav ul li::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #ee0055;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#cinfo_business_index .local_nav ul li.active,
#cinfo_business_trial_index .local_nav ul li.active {
  color: #333;
}

#cinfo_business_index .local_nav ul li.active a,
#cinfo_business_trial_index .local_nav ul li.active a {
  color: #333;
}

#cinfo_business_index .local_nav ul li.active::after,
#cinfo_business_trial_index .local_nav ul li.active::after {
  width: 100%;
}

#cinfo_business_trial_index #course_point {
  padding: 15px;
  background: #f2f2f2;
}

#cinfo_business_trial_index #course_point section {
  padding: 20px 15px;
  background: #fff;
}

#cinfo_business_trial_index #course_point section:last-child {
  margin: 15px 0 0;
}

#cinfo_business_trial_index #course_point section div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  margin: 0 0 15px;
}

#cinfo_business_trial_index #course_point section div i {
  border: 1px solid #cfcfcf;
  color: #ee0055;
  font-size: 1.6rem;
  text-align: center;
  line-height: 26px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

#cinfo_business_trial_index #course_point section div .ttl02 {
  margin: 0 0 0 10px;
}

#cinfo_business_trial_index #course_point section .list_disc li:not(:first-child) {
  margin: 5px 0 0;
}

#cinfo_business_trial_index .row [class^="btn_"] {
	margin: 0 auto;
	font-size: 1.3rem;
}

#cinfo_business_trial_index .row [class^="btn_"] span {
	margin:5px 0;
}

/* ============================================================ */
/* 関東 高校生月謝
   high_s_monthly */
/* ============================================================ */

#modal_high_s_monthly.modal_content{
}

#modal_high_s_monthly.modal_content{
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	margin:0 0 0 0;
}

#modal_high_s_monthly.modal_content img{
	width:100%;
	text-align:center;
	margin:20px auto 0;
}


/*# sourceMappingURL=../maps/sp/common.css.map */


/* ============================================================ */
/* ENVISION
   #cinfo_eikaiwa_index */
/* ============================================================ */

#cinfo_eikaiwa_index.cinfo #point {
    background: url(/form/img/gaigo/envision/bg.png) repeat;
	padding:0 20px;
}

#cinfo_eikaiwa_index.cinfo #point h2{
	text-align:center;
	font-size:2.2rem;
	padding:40px 0 20px 0;
	font-weight:bold;
}

#cinfo_eikaiwa_index.cinfo #point #concept{
	width:100%;
	margin:0 auto;
    background: #FFF;
    padding: 20px;
	display: block;
}

#cinfo_eikaiwa_index.cinfo #point #concept figure{
	margin: 0;
	text-align:center;
}

#cinfo_eikaiwa_index.cinfo #point #concept figure img{
	width:80%;
}


#cinfo_eikaiwa_index.cinfo #point #concept .concept_q{
	margin-bottom:0;
}

#cinfo_eikaiwa_index.cinfo #point #concept .concept_q p{
	font-size:4.6rem;
	color:#003983;
	font-weight:bold;
	float:left;
	line-height:0.8;
	margin-right:20px;
}

#cinfo_eikaiwa_index.cinfo #point #concept .concept_q span{
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.3;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list {
  width: 100%;
  margin: 20px auto 0;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list > * {
  position: relative;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list > *::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dt {
	font-size:1.6rem;
	font-weight:bold;
	border-bottom:1px solid #D8D8D8;
	padding:20px 0 10px 0;
	padding-right: 60px;
	cursor: pointer;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dt span{
	color:#0A99D8;
}


#cinfo_eikaiwa_index.cinfo #point .concept_list dt .icon-remove {
  position: absolute;
  right: 10px;
  width: 28px;
  background: #f5f5f5;
  color: #0A99D8;
  font-size: 2.2rem;
  text-align: center;
  line-height: 28px;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dt .icon-remove:before {
  content: "\e145";
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dt.active .icon-remove {
  background: #f5f5f5;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dt.active .icon-remove:before {
  content: "\e15b";
}


#cinfo_eikaiwa_index.cinfo #point .concept_list dt:hover {
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dd {
  display: none;
  padding:20px 0;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dd  strong{
  color: #333;
  font-size:1.6rem;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dd figure{
	text-align:center;
	padding-top:10px;
}


#cinfo_eikaiwa_index.cinfo #point .concept_list dd > *:not(:first-child) {
  margin: 15px 0 0;
}

#cinfo_eikaiwa_index.cinfo #point h3{
	position:relative;
	text-align:center;
	font-size:3.2rem;
	padding:90px 0 20px 0;
	font-weight:bold;
	color:#0D2C68;
	margin-top:20px;
	line-height:1.1;
}

#cinfo_eikaiwa_index.cinfo #point h3 span{
	font-size:1.6rem;
}


#cinfo_eikaiwa_index.cinfo #point h3:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "\e914";
  color: #1A3B82;
  font-family: 'icomoon';
  font-size: 4.8rem;
  line-height: 1.5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#cinfo_eikaiwa_index.cinfo #point h3 p{
	font-size:1.4rem;
	line-height:0.5;
	margin-bottom:10px;
}

#cinfo_eikaiwa_index.cinfo #point h3 p span{
	margin-right:5em;
}


#cinfo_eikaiwa_index.cinfo #changing .level_block .ttl{
    color: #1A3B82;
	font-size: 1.6rem;
	margin-top:0;
	margin-bottom:20px;
}

#cinfo_eikaiwa_index.cinfo #changing .level_block div{
	text-align:center;
}


#cinfo_eikaiwa_index.cinfo #changing .level_block div img{
	float:right;
	padding-left:0;
	margin:0 0 0 10px;
	width: 40%;
}

#cinfo_eikaiwa_index.cinfo #changing .level_block div .list_disc li{
	text-align:left;
}


#cinfo_eikaiwa_index.cinfo #contents .local_nav {
    background: #D9EEF9;
}

#cinfo_eikaiwa_index.cinfo #changing .local_nav ul li {
  background: #D9EEF9;
  margin: 0 0 1px;

}

#cinfo_eikaiwa_index .local_nav ul{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#cinfo_eikaiwa_index .local_nav ul li::after{
    background: #0999D8;
}

#cinfo_eikaiwa_index .local_nav ul li a {
    color: #333;
}

#cinfo_eikaiwa_index .local_nav ul li a i {
	margin-right: 10px;
    color: #0999D8;
}

#cinfo_eikaiwa_index .local_nav ul li a i {
    color: #1A3B82;
}

#cinfo_eikaiwa_index.cinfo .featur figure img{
	width:100%;
	margin-top:20px;
}

#cinfo_eikaiwa_index #visual figure.shadow20::before {
    background: none;
}

#cinfo_eikaiwa_index.cinfo #features {
	width:100%;
	margin:0 auto;
	padding:0 20px;
}

#cinfo_eikaiwa_index.cinfo #features h2{
	text-align:center;
	font-size:2.2rem;
	padding:50px 0 30px 0;
	font-weight:bold;
}

#cinfo_eikaiwa_index.cinfo #features h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d9d9d9;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

#cinfo_eikaiwa_index.cinfo #features ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

#cinfo_eikaiwa_index.cinfo #features ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

#cinfo_eikaiwa_index.cinfo #features ul li:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
}

#cinfo_eikaiwa_index.cinfo #features ul li h3 span {
  color: #0D2C68;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

#cinfo_eikaiwa_index.cinfo #features ul li h3 span:last-child {
  margin: 3px 0 0;
  font-size: 2.6rem;
}

#cinfo_eikaiwa_index.cinfo #features ul li h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom:10px;
}


#cinfo_eikaiwa_index.cinfo #features ul li p {
  font-size: 1.4rem;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 60px 0;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher {
  position: relative;
  width:49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 15px;
  background: #f2f2f2;
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher figure img {
  width: 100%;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dt {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #0D2C68;
  font-size: 1.8rem;
  font-weight: bold;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dd {
  margin: 0 0 0 10px;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dd .list_disc li:not(:first-child),
#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dd .list_disc li:not(:last-child) {
  margin: 0;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .icon-plus {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 1;
  background: #fff;
  border: 3px solid #e8e8e8;
  color: #a5a5a5;
  font-size: 2.2rem;
  text-align: center;
  line-height: 36px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dd .list_disc li {
  position: relative;
  padding: 0 0 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dd .list_disc li::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  background: #333;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dd .list_disc:not(:last-child) {
  margin-bottom: 0;
}

#cinfo_eikaiwa_index.cinfo #features #cycle {
    position: relative;
    min-height: 630px;
    margin: 20px 0 35px;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li {
	position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    margin: 0 0 10px 0;
    padding: 15px 0 20px 0;
    min-height: 140px;
	min-width: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F2F2F2;
    text-align: center;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li:last-child {
    margin: 0;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li h4 {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 10px 0;
	line-height: 1.3;
	color:#1A3B82;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li:nth-child(even) h4 {
	color:#0999D8;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li h4.mg{
	margin: 16px 0;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li p{
    text-align: center;
    color: #1A3B82;
	border:1px solid #1A3B82;
	display: inline-block;
	padding:0 10px;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li:nth-child(even) p{
    text-align: center;
    color: #0999D8;
	border:1px solid #0999D8;
	display: inline-block;
	padding:0 10px;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li p:after {
    position: absolute;
    right: 0;
	width:110px;
	height:12px;
    background:none;
	content: "";
	z-index:1;
	margin: 8px 0 0;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li p:before {
  position: absolute;
  top: -25px;
  left: 50%;
  display: block;
  content: "\e914";
  color: #1A3B82;
  font-family: 'icomoon';
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li:first-child p:before {
  display: block;
  content: "";
}


#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li:last-child p:after {
    background:none;
}


#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li a:hover {
    opacity: .7;
	text-decoration:none;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li .cycle_btn:hover {
    background: #1A3B82;
    color: #fff;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li .cycle_btn:nth-child(even):hover {
    background: #0999D8;
    color: #fff;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li .cycle_btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 85%;
    height: 30px;
    padding: 0 20px;
    background: #1A3B82;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    font-weight: normal;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li:nth-child(even) .cycle_btn{
    background: #0999D8;
    color: #fff;
}


#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li .cycle_btn .icon-right:last-child {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -0.5em 0 0;
}

#cinfo_eikaiwa_index.cinfo #system{
	margin:0 auto;
	padding:0 20px;
}

#cinfo_eikaiwa_index.cinfo #system h2{
	text-align:center;
	font-size:2.2rem;
	padding:50px 0 30px 0;
	font-weight:bold;
}

#cinfo_eikaiwa_index.cinfo #system #support{
	width:100%;
	margin:0 auto 40px auto;
	background:#F2F2F2;
	padding:30px;
}


#cinfo_eikaiwa_index.cinfo #system #support h2{
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
	padding:0;
}


#cinfo_eikaiwa_index.cinfo #system #support ul{
	background:#FFF;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
	padding:20px;
}

#cinfo_eikaiwa_index.cinfo #system #support ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

#cinfo_eikaiwa_index.cinfo #system #support ul li figure{
	text-align:center;
}


#cinfo_eikaiwa_index.cinfo #system #support ul li:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

#cinfo_eikaiwa_index.cinfo #system #support ul li h3{
	font-size:2.2rem;
	font-weight:bold;
	margin:10px 0;
	text-align:center;
}

#cinfo_eikaiwa_index.cinfo #system #support ul li span{
	float:right;
	font-size:1.1rem;
}


#cinfo_eikaiwa_index.cinfo #cm{
	background:#58BFDE;
	padding:40px 20px;
}

#cinfo_eikaiwa_index.cinfo #cm figure{
	margin-bottom:20px;
}

#cinfo_eikaiwa_index.cinfo #cm img{
	width:100%;
}


#cinfo_eikaiwa_index.cinfo #cm p{
	padding:0 0 10px 0;
	color:#FFF;
	font-size:1.4rem;
	text-align:left;
}

#cinfo_eikaiwa_index #level01 h3,
#cinfo_eikaiwa_index #level02 h3,
#cinfo_eikaiwa_index #level03 h3{
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	margin-top:30px;
}

#cinfo_eikaiwa_index #level01 h4,
#cinfo_eikaiwa_index #level02 h4,
#cinfo_eikaiwa_index #level03 h4{
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

#cinfo_eikaiwa_index .table01 th, .table02 th, .table03 th, .table04 th {
    background: #f2f2f2;
}

#cinfo_eikaiwa_index.cinfo .envision_btn{
	text-align: center;
}
#cinfo_eikaiwa_index.cinfo .envision_btn a.btn_blue01{
	width: 340px;
    height: 55px;
    font-size: 1.5rem;
    font-weight: bold;
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 225px;
    padding: 0 20px;
    background: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #1A3B82;
    border-radius: 100px;
    color: #1A3B82;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

#cinfo_eikaiwa_index.cinfo .envision_btn a.btn_blue01:hover{
	text-decoration: none;
	background: #1A3B82;
	border-color: #1A3B82;
	color: #fff;
}


/* ============================================================ */
/* .other_course_list  */
/* ============================================================ */

#other_course_link {
  padding: 35px 0 0;
}

#other_course_link .other_course_list {
  margin: 0;
  border-bottom: 1px solid #ccc;
}

#other_course_link .other_course_list li {
  border-top: 1px solid #ccc;
}

#other_course_link .other_course_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
}

#other_course_link .other_course_list li figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      -webkit-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 10px 0 0;
}

#other_course_link .other_course_list li figure img {
  width: 100%;
}

#other_course_link .other_course_list li div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
          flex: 1 0 0%;
}

#other_course_link .other_course_list li div h3 {
  display: table;
  font-weight: bold;
}

#other_course_link .other_course_list li div h3 i {
  display: table-cell;
  padding: 0 5px 0 0;
  color: #b3b3b3;
}

#other_course_link .other_course_list li div p {
  font-size: 1.2rem;
}


/* ============================================================ */
/* .cinfo_platina　プラチナサロン　20180413  */
/* ============================================================ */

.cinfo_platina #visual.course_name{
	margin-top:-20px;
}
.cinfo_platina #visual.course_name figure{
	height: 140px;
}
.cinfo_platina .platina_area {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
 .cinfo_platina #point ol li {
 padding: 0;
}
 .cinfo_platina #point ol div img {
 width: 100%;
}
.cinfo_platina .platina_tit {
	background:#FFE000;
	height:250px;
	margin-top: -60px;
	background-size: 70%;
}
.cinfo_platina .platina_tit h2 {
	color:#000;
	text-align:center;
	padding-top:30px;
	font-size:1.8rem;
	margin-bottom:25px;
	line-height:1.4;
}
.cinfo_platina .platina_tit h1 {
	text-align:center;
	position: absolute;
	top: 100px;
	margin: 0 auto;
	width: 100%;
}

.cinfo_platina .platina_tit h1 img {
	width: 90%;
}
.cinfo_platina .main_image figure {
	/*position: relative;*/
	/*overflow: hidden;*/
}
.cinfo_platina .main_image figure img {
	width: 100%;
}
.cinfo_platina #cpn {
	background-color:#FFFCDB;
	overflow: hidden;
	padding: 0 15px;
}
.cinfo_platina #cpn h2 {
	color:#595757;
	text-align:center;
    padding-top: 80px;
    font-size: 3.2rem;
	margin-bottom:0;
	font-style:oblique;
}
/*
.cinfo_platina #cpn h2:before {
	content: url(/cinfo/platina/img/left_sp.png);
	display: block;
}
.cinfo_platina #cpn h2:after {
	content: url(/cinfo/platina/img/right_sp.png);
	display: block;
}
*/
.cinfo_platina #cpn p {
	color:#E95375;
	font-size:2.0rem;
	font-style:oblique;
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
}
.cinfo_platina #cpn ul {
	width: 100%;
	margin: 0 auto 35px;
}
.cinfo_platina #cpn ul li {
    width: 100%;
    height:auto;
	display:inline-block;
	border:2px solid #E95375;
	background-color:#FFF;
}
.cinfo_platina #cpn ul li:first-child {
    width: 100%;
    margin-bottom: 15px;
}

.cinfo_platina #cpn ul li:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 15px;
}

.cinfo_platina #cpn ul li:first-child h3{
    width: 100%;
}

.cinfo_platina #cpn ul li h3 {
    width: 100%;
    height:auto;
	background-color:#E95375;
	color:#FFF;
	text-align:center;
	font-size:2.4rem;
	font-weight:bold;
	font-style:oblique;
	padding: 5px;
}

.cinfo_platina #cpn ul li p {
	font-size:1.6rem;
	font-weight:normal;
	font-style:oblique;
	color:#333;
	margin-top:20px;
}
.cinfo_platina #cpn ul li p span {
	font-size:3.4rem;
	font-weight:bold;
	font-style:oblique;
	color:#E95375;
}
.cinfo_platina #lesson {
	background-color:#FFFCDB;
	overflow: hidden;
	padding: 0 15px;
}
.cinfo_platina #lesson h2 {
	color:#595757;
	text-align:center;
    padding-top: 40px;
    font-size: 3.2rem;
	margin-bottom:0;
	font-style:oblique;
}
/*
.cinfo_platina #lesson h2:before {
	content: url(/cinfo/platina/img/left_sp.png);
	display: block;
}
.cinfo_platina #lesson h2:after {
	content: url(/cinfo/platina/img/right_sp.png);
	display: block;
}
*/
.cinfo_platina #lesson h2 span {
	color:#E95375;
	font-size:2.0rem;
}
.cinfo_platina #lesson ul {
	width: 100%;
	margin:20px auto 35px;
}
.cinfo_platina #lesson ul li {
	width: 100%;
	height:160px;
	display:inline-block;
	border:2px solid #E95375;
	background-color:#FFF;
	margin-bottom:20px;
}
.cinfo_platina #lesson ul li:first-child {
	margin-right:15px;
	background:url(/cinfo/platina/img/illust01.png) no-repeat right #FFF;
	background-size: 110px;
}
.cinfo_platina #lesson ul li:nth-of-type(2) {
	background:url(/cinfo/platina/img/illust02.png) no-repeat right #FFF;
	background-size: 110px;
}
.cinfo_platina #lesson ul li:nth-of-type(3) {
	margin-right:15px;
	background:url(/cinfo/platina/img/illust03.png) no-repeat right #FFF;
	background-size: 110px;
}
.cinfo_platina #lesson ul li:nth-of-type(4) {
	background:url(/cinfo/platina/img/illust04.png) no-repeat right #FFF;
	background-size: 110px;
}
.cinfo_platina #lesson ul li h3 {
    width: 40px;
    background-color: #E95375;
    color: #FFF;
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    height: 100%;
    float: left;
    vertical-align: middle;
    padding-top: 55px;
}
.cinfo_platina #lesson ul li p {
	font-size:1.5rem;
	font-weight:normal;
	color:#333;
	margin: 15px 0 0 60px;
	line-height: 1.6;
}
.cinfo_platina #lesson ul li p span {
	font-size:2.2rem;
	font-weight:bold;
	color:#E95375;
}
.cinfo_platina #system {
	background-color:#FFFCDB;
	overflow: hidden;
	padding: 0 15px;
}
.cinfo_platina #system h2 {
	color:#595757;
	text-align:center;
    padding-top: 40px;
    font-size: 3.2rem;
	margin-bottom:0;
	font-style:oblique;
}
/*
.cinfo_platina #system h2:before {
	content: url(/cinfo/platina/img/left_sp.png);
	display: block;
}
.cinfo_platina #system h2:after {
	content: url(/cinfo/platina/img/right_sp.png);
	display: block;
}
*/
.cinfo_platina #system p {
	color:#E95375;
	font-size:2.0rem;
	font-style:oblique;
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
}
.cinfo_platina #system .price {
	position:relative;
	width:100%;
	padding:50px 0;
	text-align:center;
	border:2px solid #E95375;
	margin:0 auto 80px auto;
	background-color:#FFF;
}

.cinfo_platina #system .price .hello {
	position:absolute;
	right:-15px;
	top: -20px;
}

.cinfo_platina #system .price .hello img {
	width: 100px;
}

.cinfo_platina #system .price table{
	margin:0 auto;
}

.cinfo_platina #system .price th {
	font-size:2.0rem;
	font-weight:bold;
	font-style:normal;
	color:#333;
	margin-bottom:0;
}
.cinfo_platina #system .price td {
	font-size:2.6rem;
	margin:0 50px 0 50px;
	color:#333;
}
.cinfo_platina #system .price td span.ten01 {
	font-size:2.6rem;
	margin:0 50px 0 40px;
	color:#333;
}
.cinfo_platina #system .price td span.ten02 {
	font-size:2.6rem;
	margin:0 50px 0 30px;
	color:#333;
}
.cinfo_platina #system .price td span:first-child{
	font-size:3.0rem;
	color:#E95375;
	font-weight:bold;
}
.cinfo_platina #system .price td span:nth-of-type(2) {
	font-size:2.0rem;
	color:#E95375;
	font-weight:bold;
}
.cinfo_platina #system .price td span:last-child {
	font-size:1.2rem;
	color:#E95375;
}
.cinfo_platina #system .price td.friend {
	font-size:1.4rem;
	font-weight:bold;
}
.cinfo_platina #system .price td.friend span {
	font-size:1.4rem;
	color:#E95375;
	margin:0;
}
.cinfo_platina #system .price p {
	font-size: 1.6rem;
    font-weight: normal;
    color: #333;
    margin: 10px 0 0 155px;
    line-height: 1.6;
}

/* ============================================================ */
/* .platina_senior　プラチナサロン シニア向け　20180509  */
/* ============================================================ */

.cinfo_platina_senior #visual.course_name{
	margin-top:-20px;
}
.cinfo_platina_senior #visual.course_name figure{
	height: 140px;
}
.cinfo_platina_senior .platina_area {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
 .cinfo_platina_senior #point ol li {
 padding: 0;
}
 .cinfo_platina_senior #point ol div img {
 width: 100%;
}
.cinfo_platina_senior .platina_tit {
	background:#E95375;
	height:260px;
	margin-top: -60px;
	background-size: 70%;
}
.cinfo_platina_senior .platina_tit h2 {
	color:#FFF;
	text-align:center;
	padding-top:30px;
	font-size:1.8rem;
	margin-bottom:25px;
	font-style:oblique;
	line-height:1.4;
}
.cinfo_platina_senior .platina_tit h1 {
	text-align:center;
	position: absolute;
	top: 110px;
	margin: 0 auto;
	width: 100%;
}

.cinfo_platina_senior .platina_tit h1 img {
	width: 90%;
}
.cinfo_platina_senior .main_image figure {
	/*position: relative;*/
	/*overflow: hidden;*/
}
.cinfo_platina_senior .main_image figure img {
	width: 100%;
}
.cinfo_platina_senior #cpn {
	background-color:#FFFCDB;
	overflow: hidden;
	padding: 0 15px;
}
.cinfo_platina_senior #cpn h2 {
	color:#595757;
	text-align:center;
    padding-top: 80px;
    font-size: 3.2rem;
	margin-bottom:0;
	font-style:oblique;
}
/*
.cinfo_platina_senior #cpn h2:before {
	content: url(/cinfo/platina/img/left_sp.png);
	display: block;

}
.cinfo_platina_senior #cpn h2:after {
	content: url(/cinfo/platina/img/right_sp.png);
	display: block;
}
*/
.cinfo_platina_senior #cpn p {
	color:#E95375;
	font-size:2.0rem;
	font-style:oblique;
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
}
.cinfo_platina_senior #cpn ul {
	width: 100%;
	margin: 0 auto 35px;
}
.cinfo_platina_senior #cpn ul li {
	width: 100%;
	display:inline-block;
	border:2px solid #E95375;
	background-color:#FFF;
}
.cinfo_platina_senior #cpn ul li:first-child {
	margin-bottom:15px;
}
.cinfo_platina_senior #cpn ul li h3 {
	width: 100%;
	background-color:#E95375;
	color:#FFF;
	text-align:center;
	font-size:2.4rem;
	font-weight:bold;
	font-style:oblique;
	padding: 5px;
}
.cinfo_platina_senior #cpn ul li p {
	font-size:1.6rem;
	font-weight:normal;
	font-style:oblique;
	color:#333;
	margin-top:20px;
}
.cinfo_platina_senior #cpn ul li p span {
	font-size:3.4rem;
	font-weight:bold;
	font-style:oblique;
	color:#E95375;
}
.cinfo_platina_senior #lesson {
	background-color:#FFFCDB;
	overflow: hidden;
	padding: 0 15px;
}
.cinfo_platina_senior #lesson h2 {
	color:#595757;
	text-align:center;
    padding-top: 40px;
    font-size: 3.2rem;
	margin-bottom:0;
	font-style:oblique;
}
/*
.cinfo_platina_senior #lesson h2:before {
	content: url(/cinfo/platina/img/left_sp.png);
	display: block;
}
.cinfo_platina_senior #lesson h2:after {
	content: url(/cinfo/platina/img/right_sp.png);
	display: block;
}
*/
.cinfo_platina_senior #lesson h2 span {
	color:#E95375;
	font-size:2.0rem;
}
.cinfo_platina_senior #lesson ul {
	width: 100%;
	margin:20px auto 35px;
}
.cinfo_platina_senior #lesson ul li {
	width: 100%;
	height:160px;
	display:inline-block;
	border:2px solid #E95375;
	background-color:#FFF;
	margin-bottom:20px;
}
.cinfo_platina_senior #lesson ul li:first-child {
	margin-right:15px;
	background:url(/cinfo/platina/img/illust01.png) no-repeat right #FFF;
	background-size: 110px;
}
.cinfo_platina_senior #lesson ul li:nth-of-type(2) {
	background:url(/cinfo/platina/img/illust02.png) no-repeat right #FFF;
	background-size: 110px;
}
.cinfo_platina_senior #lesson ul li:nth-of-type(3) {
	margin-right:15px;
	background:url(/cinfo/platina/img/illust03.png) no-repeat right #FFF;
	background-size: 110px;
}
.cinfo_platina_senior #lesson ul li:nth-of-type(4) {
	background:url(/cinfo/platina/img/illust04.png) no-repeat right #FFF;
	background-size: 110px;
}
.cinfo_platina_senior #lesson ul li h3 {
    width: 40px;
    background-color: #E95375;
    color: #FFF;
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    height: 100%;
    float: left;
    vertical-align: middle;
    padding-top: 55px;
}
.cinfo_platina_senior_senior #lesson ul li p {
	font-size:1.5rem;
	font-weight:normal;
	color:#333;
	margin: 15px 0 0 60px;
	line-height: 1.6;
}
.cinfo_platina_senior_senior #lesson ul li p span {
	font-size:2.2rem;
	font-weight:bold;
	color:#E95375;
}
.cinfo_platina_senior_senior #system {
	background-color:#FFFCDB;
	overflow: hidden;
	padding: 0 15px;
}
.cinfo_platina_senior_senior #system h2 {
	color:#E95375;
	text-align:center;
    padding-top: 40px;
    font-size: 3.2rem;
	margin-bottom:0;
	font-style:oblique;
}
.cinfo_platina_senior_senior #system h2:before {
	content: url(/cinfo/platina/img/left_sp.png);
	display: block;
}
.cinfo_platina_senior_senior #system h2:after {
	content: url(/cinfo/platina/img/right_sp.png);
	display: block;
}
.cinfo_platina_senior_senior #system p {
	color:#E95375;
	font-size:2.0rem;
	font-style:oblique;
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
}
.cinfo_platina_senior_senior #system .price {
	position:relative;
	width:100%;
	padding:50px 0;
	text-align:center;
	border:2px solid #E95375;
	margin:0 auto 80px auto;
	background-color:#FFF;
}

.cinfo_platina_senior_senior #system .price .hello {
	position:absolute;
	right:-15px;
	top: -20px;
}

.cinfo_platina_senior_senior #system .price .hello img {
	width: 100px;
}

.cinfo_platina_senior_senior #system .price table{
	margin:0 auto;
}

.cinfo_platina_senior_senior #system .price th {
	font-size:2.0rem;
	font-weight:bold;
	font-style:normal;
	color:#333;
	margin-bottom:0;
}
.cinfo_platina_senior_senior #system .price td {
	font-size:2.6rem;
	margin:0 50px 0 50px;
	color:#333;
}
.cinfo_platina_senior #system .price td span.ten01 {
	font-size:2.6rem;
	margin:0 50px 0 40px;
	color:#333;
}
.cinfo_platina_senior_senior #system .price td span.ten02 {
	font-size:2.6rem;
	margin:0 50px 0 30px;
	color:#333;
}
.cinfo_platina_senior_senior #system .price td span:first-child{
	font-size:3.0rem;
	color:#E95375;
	font-weight:bold;
}
.cinfo_platina_senior_senior #system .price td span:nth-of-type(2) {
	font-size:2.0rem;
	color:#E95375;
	font-weight:bold;
}
.cinfo_platina_senior_senior #system .price td span:last-child {
	font-size:1.2rem;
	color:#E95375;
}
.cinfo_platina_senior_senior #system .price td.friend {
	font-size:1.4rem;
	font-weight:bold;
}
.cinfo_platina_senior_senior #system .price td.friend span {
	font-size:1.4rem;
	color:#E95375;
	margin:0;
}

/* ============================================================ */
/* #cinfo_eiken_index　英検ページの追加　20180416  */
/* ============================================================ */

#cinfo_eiken_index .point_list > li .point,
#school_detail_cinfo_daily_index .point_list > li .point{
    height: 50px;
    color: inherit;
    font-weight: bold;
    margin: 0px 0px 15px;
    border-width: 1px;
    border-style: none;
    border-image: initial;
	border-radius: 0;
	border-bottom: 2px solid #d9d9d9;
	padding-bottom: 10px;
}
#cinfo_eiken_index .point_list > li .point span:last-child,
#school_detail_cinfo_daily_index .point_list > li .point span:last-child{
    margin: 0;
    font-size: 1.8rem;
}
#cinfo_eiken_index .cinfo #point ol li p span,
#school_detail_cinfo_daily_index .cinfo #point ol li p span{
	font-weight:bold;
	font-size: 1.6rem;
	margin-left: 5px;
	color: #ee0055;
}

/* ============================================================ */
/* #topics_index　TOPICSページの追加　20180718  */
/* ============================================================ */

#topics_index .topics_list p.cam{
	margin: 0 auto 15px;
	padding-bottom:5px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	border-bottom:1px solid #333;
}
#topics_index .topics_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
}

#topics_index .topics_list ul li {
	position: relative;
    display: inline-block;
    width:100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 40px 0;
	padding: 0 0 30px 0;
}

#topics_index .topics_list ul li img {
	width:100%;
}
#topics_index .topics_list ul li h2{
	color: #ee0055;
	font-size: 1.6rem;
	margin-top:10px;
	word-break: break-all;
}

#topics_index .topics_list ul li h2 span{
	background-color:#ee0055;
	color: #FFF;
	font-size: 1.2rem;
	padding: 0 4px;
	margin-right: 5px;
}

#topics_index .topics_list ul li p{
	margin-bottom:10px;
}

#topics_index .topics_list .btn_pink05 {
	bottom:0;
    min-width: 140px;
    height: 30px;
    padding: 0 20px;
	font-size:1.2rem;
}

#topics_index .topics_list .btn_pink05 .icon-right:last-child {
    right: 12px;
}

/* ============================================================ */
/* 　スクール用スライダーの改定　20180918  */
/* ============================================================ */
	#school_detail_index #visual .slider ul li a i {
		position: absolute;
		top:5px;
		right: 5px;
		z-index: 100;
		background: #fff;
		padding: 6px;
		border-radius: 5px;
		opacity: 0.8;
		}
	#school_detail_index #visual .slider_pager {
    bottom: 160px !important;
}
	#school_detail_index #visual div.slide_contents div.slide_contents_inner {
    padding: 2px 15px;
}
	#school_detail_index #visual div.slide_contents p {
    font-size: 1.1rem;
}



/* ============================================================ */
/* 　梅田校TOP用　20190708  */
/* ============================================================ */
#school_detail_index #umeda_lesson_style{
    width: 100%;
    background-color: #ffecf3;
    padding: 60px 20px;
    margin: 0;
}


#school_detail_index #umeda_lesson_style .student_teacher{
    background-color: #FFF;
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 20px;
}

#school_detail_index #umeda_lesson_style .student_teacher .ttl02 {
    border: 1px solid #000;
    margin: 0 auto 30px;
    width: 80%;
    padding: 5px 0 0;
}

#school_detail_index #umeda_lesson_style .student_teacher div figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
    padding-right: 0;
}

#school_detail_index #umeda_lesson_style .student_teacher div:nth-of-type(2) figure {
    padding-left:0;
}

#school_detail_index #umeda_lesson_style .student_teacher div figure img {
  width: 100%;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: block;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul li {
  padding: 10px 0;
  margin:0;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul li h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  text-align: center;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul li:nth-of-type(2) h4 {
  text-align: left;
}


#school_detail_index #umeda_lesson_style .student_teacher div ul li h4.teacher_name{
  font-weight: bold;
  font-size: 16px;
  margin-bottom:20px;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul li h4.teacher_name span{
  font-weight: normal;
  font-size: 14px;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul li.reason {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#school_detail_index #umeda_lesson_style .student_teacher .student_link {
    text-align: center;
    margin: 20px auto 80px 0;
    display: block;
}

#school_detail_index #umeda_lesson_style .student_teacher .teacher_link {
    text-align: center;
    margin: 20px auto;
    display: block;
}

#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher{
}

#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher ul {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher li {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 45%; 
    flex: 0 0 45%; 
    margin: 0 auto; 
}


#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher li h4,
#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher li:nth-of-type(2) h4 {
    font-size: 16px;
    text-align: center;
}

#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher figure {
    text-align: center;
    margin-bottom:10px;
}

#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher figure img{
    width:100%;
}


/* ============================================================ */
/* 　index イベントを探す用 20200110  */
/* ============================================================ */

#index .cpn_bana ul li{
margin-bottom: 10px;
				}
	
#index #menu01 div.find_event {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding: 40px 0 40px 40px; */
    padding: 30px 20px 20px 20px;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    /* height: 400px; */
    height: inherit;
    background: #F2FDFF;
    background: url(/img/bg_event_02.png) 0 0 no-repeat;
    background-position: 110px -20px;
    background-size: auto 110%, cover;
}

#index #menu01 div.find_event h2 {
    flex: inherit;
    line-height: 1.2;
    font-size: 2.0rem;
    font-weight: bold;
	position: relative;
	padding-left: 50px;
}
#index #menu01 div.find_event div {
    text-align: center;
    background: #ee0055;
    color: #ffffff;
    padding-top: 9px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: -15px;
    font-size: 0.2em;
}
#index #menu01 div.find_event div::after {
    position: absolute;
    top: 38px;
    left: 15px;
    content: "";
    border-color: #ee0055 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0;
}
#index #menu01 div.find_event p {
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 10px;
}
	
#index #menu01 div.find_event ul {
    position: initial;
    top: 80px;
    left: 30px;
}
#index #menu01 div.find_event ul li:nth-child(odd) {
    margin: 0 5px 0 0;
}
#index #menu01 div.find_event ul li {
    width: 49%;
    float: left;
}
#index #menu01 div.find_event a {
    position: relative;
    display: block;
    padding: 0 0 10px 0;
    width: 100%;
    height: 36px;
    margin: 8px 0 0 0;
    background: #fff;
    border: 1px solid #e05;
    line-height: 34px;
    text-align: center;
    border-radius: 100px;
    font-size: 0.8em;
	color: #e05;
}
#index #menu01 div.find_event ul li i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -0.5em 0 0;
}

/*コロナ用お知らせ20200428*/

#index .infno_bana a,
#students_index .infno_bana a,
#school_index .infno_bana a,
#school_detail_index .infno_bana a{
		display: block;
		max-width:90%;
		margin: 20px auto;
		padding: 20px;
    font-size: 1.6em;
    line-height: 1.6;
		border: 1px #bfbfbf solid;
		font-weight: bold;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+28,e9eef3+100 */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 28%, #e9eef3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 28%,#e9eef3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 28%,#e9eef3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e9eef3',GradientType=0 ); /* IE6-9 */
	}
#index .infno_bana a{
    font-size: 1.2em;
	}

#students_index .infno_bana a,
#school_index .infno_bana a{
		max-width:100%;
	}
#index .infno_bana a span,
#students_index .infno_bana a span,
#school_index .infno_bana a span,
#school_detail_index .infno_bana a span{
		font-size: 0.6em;
		margin-left: 10px;
		display: block;
	}
#index .infno_bana a i,
#students_index .infno_bana a i,
#school_index .infno_bana a i,
#school_detail_index .infno_bana a i{
		margin: 0 10px 0 0;
		color: #ee0055;
	}
#index .infno_bana a:hover,
#students_index .infno_bana a:hover,
#school_index .infno_bana a:hover,
#school_detail_index .infno_bana a:hover{
		text-decoration: none;
	}	
#index .infno_bana p.info_tit,
#students_index .infno_bana p.info_tit,
#school_index .infno_bana p.info_tit,
#school_detail_index .infno_bana p.info_tit{
	text-align: center;
	margin-bottom: 10px;
	}
#students_index .infno_bana p.info_tit,
#school_index .infno_bana p.info_tit,
#school_detail_index .infno_bana p.info_tit{
	font-size: 1.6rem;
	}
#index .infno_bana p.info_note,
#students_index .infno_bana p.info_note,
#school_index .infno_bana p.info_note,
#school_detail_index .infno_bana p.info_note{
		font-size: 1.4rem;
	    margin: 0 auto;
	}	

/* オンライン */
#index .infno_bana_online{
    padding-top:30px;
}

#index .infno_bana_online p{
    text-align: center;
}

#index .infno_bana_online p:first-child{
	color: #ff7e00;
    font-weight:bold;
    font-size:1.8rem;
}

#index .infno_bana_online a{
		display: block;
		max-width:90%;
		margin: 10px auto;
		padding: 15px 0;
    font-size: 1.6em;
    line-height: 1.6;
		border: 1px #bfbfbf solid;
		font-weight: bold;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+28,e9eef3+100 */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 28%, #e9eef3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 28%,#e9eef3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 28%,#e9eef3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e9eef3',GradientType=0 ); /* IE6-9 */
}
#index .infno_bana_online a:hover{
		text-decoration: none;
}	

#index .infno_bana_online a{
    font-size: 1.8rem;
    color: #ee0055;
    text-align: center;
}



/*MLの流れ20200805*/
#b_ml .local_nav {
    width:100%;
    margin: 30px auto -40px;
}
#b_ml .flow_lesson{
    width: 100%;
    padding:20px 0;
    margin-bottom: 30px;
    background-color: #ffe5ef;
}
#b_ml .flow li::before {
    width: auto;
}
#b_ml .local_nav ul li a {
    font-size: 1.6rem;
    line-height: 1.4;
	display: unset;
}

#b_ml .local_nav ul li {
    margin: 0;
    padding: 10px;
    background: #fff3f7;
}
#b_ml .flow li {
    background: #ffffff;
}
#b_ml .local_nav ul li.active, #b_ml .local_nav ul li:hover {
    background: #ffe5ef;
}

#b_ml .flow_lesson .flow li:not(:first-child)::after {
    border-color: #fff transparent transparent;
}
#b_ml .flow_lesson .flow li:not(:first-child)::before {
    border-color: #ffe5ef transparent transparent;
}
#b_ml .flow_lesson .ttl01 {
    font-size: 2.5rem;
}

#b_ml .flow_lesson .ttl01 span {
    font-size: 1.8rem;
}
/*#b_ml #tab02 h3{
    font-size: 1.4rem;
}*/

#b_ml.b-type .flow_lesson .flow li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
align-items: center;
}

#b_ml.b-type .flow_lesson .flow li div figure {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  padding-right: 20px;
}
#b_ml.b-type .flow_lesson .flow li div div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
}

#b_ml.b-type .flow li .ttl {
  position: relative;
  margin: 10px 0;
  padding: 0 0 0;
  box-sizing: content-box;
  font-weight: bold;
}
#b_ml.b-type .flow_lesson .flow li .ttl {
    text-align: left;
}
#b_ml.b-type .flow li .ttl::before {
  display: none;
  /*position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  background: #ee0055;
  color: #fff;
  text-align: center;
  line-height: 30px;
  counter-increment: li;*/
}

#b_ml.b-type .flow li .ttl::after {
  display: none;
  /*position: absolute;
  top: 29px;
  left: 10px;
  content: "";
  border-color: #ee0055 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;*/
}

#b_ml .flow_lesson .flow li .ttl::after, #b_ml .flow_lesson .flow li .ttl::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#b_ml.b-type .flow_lesson .flow li .ttl::before {
  display: none;
  width: 0;
  content: ";
  border-radius: none;
}

#b_ml.b-type .flow_lesson .flow li div figure::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 30px;
  background: #ee0055;
  color: #fff;
  text-align: center;
  line-height: 30px;
  counter-increment: li;
}

#b_ml.b-type .flow_lesson .flow li div figure::after {
  position: absolute;
  top: 39px;
  left: 10px;
  content: "";
  border-color: #ee0055 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
}

#b_ml.b-type .flow_lesson .flow li div figure::after, #b_ml.b-type .flow_lesson .flow li div figure::before {
  left: 45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#b_ml.b-type .flow_lesson .flow li div figure::before {
  width: 80px;
  content: "STEP " counter(li);
  border-radius: 100px;
}

#b_ml.b-type .flow_lesson .flow li div figure {
  padding-top: 15px;
}


/* 光るエフェクト */
.reflection{
  position: relative;
  overflow: hidden;
}

.reflection:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 4s ease-in-out infinite;
}
@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}


.cpn{
	background: url(/form/ml_lp/img/cpn_bg.png)repeat-x;
	text-align: center;
	height: 136px;
	padding: 15px;
}