@charset "UTF-8";
/*
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: 100px 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;
}

/* ============================================================ */
/* btnスタイル */
/* ============================================================ */
.btn_pink01,
.btn_pink02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 0 0 8px;
}

.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: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 0 0 8px;
}

.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: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 0 0 8px;
}

.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: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 0 0 8px;
}

.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: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 0 0 8px;
}

.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: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 0 0 8px;
}

.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: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 0 0 8px;
}

.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: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 0 0 8px;
}

.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_style01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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_style01 i:first-child {
  margin: 0 0 0 8px;
}

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

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

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

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

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

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

.btn_style02:hover {
  background: #ff7e00;
  color: #fff;
}

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

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

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

/* ============================================================ */
/* #modal_window */
/* ============================================================ */
html.modal-show {
  height: 100%;
  overflow: hidden;
}

html.modal-show body {
  height: 100%;
  overflow: hidden;
}

html.modal-show #history_menu {
  display: none;
}

.modal_content {
  display: none;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 20px;
  margin: 15px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  z-index: 120;
}

.modal_content.modal_long {
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal_content .modal_close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
  display: block;
  border: 2px solid #ee0055;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.modal_content .modal_close i {
  margin: 0;
  color: #ee0055;
  font-size: 1.2rem;
}

.modal_overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* ============================================================ */
/* #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;
}

/* ============================================================ */
/* .btn_counseling */
/* ============================================================ */
header + .btn_counseling {
  position: relative;
  z-index: 10;
  margin: 0 0 20px;
  padding: 0 0 10px;
  overflow: hidden;
}

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

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

/* ============================================================ */
/* #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: flex;
  border-bottom: 1px solid #eee;
}

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

#modal_history.modal_content .tab li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#modal_history.modal_content .history_list li {
  -webkit-box-flex: 0;
      -ms-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: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-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;
            justify-content: flex-start;
  }
  #modal_history.modal_content .history_list li {
    -webkit-box-flex: 0;
        -ms-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%;
  }
}

/* ============================================================ */
/* webフォント */
/* ============================================================ */
.font_lato {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1rem;
}

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

[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-add:before {
  content: "\e145";
}

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

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

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

.icon-insert_comment:before {
  content: "\e24c";
}

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

.icon-network_cell:before {
  content: "\e1b9";
}

.icon-wifi:before {
  content: "\e63e";
}

.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-zoom_in:before {
  content: "\e8ff";
}

.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-facebook-square:before {
  content: "\f082";
}

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

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

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

/* ============================================================ */
/* 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: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background: #fff;
  /* .inner
	----------------------------------------------------------- */
}

header .inner {
  padding: 10px 5px;
  /*padding: 10px 5px 4px;/*55周年ロゴ設定*/
}

header .inner .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8px;
	/*margin: 0 0 4px;/*55周年ロゴ設定*/
}

header .inner .header_logo h1 {
  font-size: 1.0rem;
  font-weight: bold;
}

header .inner .header_logo h1 a {
  display: block;
}

header .inner .header_logo h1 a img {
  width: 115px;
  margin: 0 5px 0 0;
  /*width: 145px;/*55周年ロゴ設定*/
  vertical-align: middle;
}

header .inner .header_logo .page_h1 {
  font-size: 1.0rem;
  font-weight: bold;
}

header .inner .header_logo .page_h1 a {
  display: block;
}

header .inner .header_logo .page_h1 a img {
  width: 115px;
  margin: 0 5px 0 0;
  /*width: 145px;/*55周年ロゴ設定*/
  vertical-align: middle;
}

header .inner .header_logo p {
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;
  font-weight: bold;
}

header .inner .header_logo p img {
  margin: 0 5px 0 0;
}

header .inner .header_logo p a{
  color: inherit;
  font-size: 1.0rem;
}

header .inner .header_logo p a i {
  vertical-align: middle;
  margin: 0 0 0 4px;
}

/* .header_contact
----------------------------------------------------------- */
.header_contact {
  overflow: hidden;
}

.header_contact li {
  width: 49%;
  float: left;
  margin: 0 2% 0 0;
}

.header_contact li a {
  font-size: 1.0rem;
  font-weight: bold;
}

.header_contact li:nth-of-type(2) {
  margin: 0;
}

.header_contact .btn_style01::before {
  content: "\e906";
  font-family: 'icomoon';
  margin: 0 5px 0 0;
}

.multi {
  /* #sp_menu
----------------------------------------------------------- */
}

.multi header {
  position: absolute;
  background: none;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

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

.multi header .inner .header_logo {
  margin-right: auto;
}

.multi header .inner .header_logo h1 a {
  color: #fff;
}

.multi header .inner .header_logo h1 a img {
  display: block;
}

.multi header .inner .header_logo .page_h1 a {
  color: #fff;
}

.multi header .inner .header_logo .page_h1 a img {
  display: block;
}

.multi header .inner p > .btn_orange02 {
  font-size: 1.0rem;
  margin-right: 6px;
  padding: 0 5px 0 7px;
}

.multi header .inner p > .btn_orange02 i {
  margin: 0 0 0 3px;
}

.multi header .inner #btn_menu {
  color: #fff;
  font-size: 2.2rem;
  line-height: 22px;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #ee0055;
}

.multi header .inner #btn_menu.active .icon-menu::before {
  content: "\e90a";
}

.multi #header_dark .inner .header_logo h1 a {
  color: #333;
}

.multi #header_dark .inner .header_logo .page_h1 a {
  color: #333;
}

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

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

.multi #sp_menu .global_nav {
  border-top: 1px solid #ccc;
}

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

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

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

.multi #sp_menu .header_nav {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 15px;
}

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

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

.multi #sp_menu .header_nav li a i {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
}

.multi #sp_menu .header_contact {
  padding: 0 20px;
}

.multi #sp_menu .header_contact .btn_style01 {
  margin: 0 0 10px;
}

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

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

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

.multi #sp_menu .header_contact p span:last-child {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 3rem;
  font-weight: bold;
}

.multi #sp_menu .header_contact p span img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

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

.multi .btn_close.btn_pink04 i {
  margin: 0;
}

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

.dp_none {
  display: none;
}

/* ============================================================ */
/* 見出しスタイル */
/* ============================================================ */
.ttl01 {
  margin-bottom: calc(20px - (((1.7rem * 1.4) - 1.7rem) / 2));
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}

.ttl01 h2 {
  margin: 0 0 10px;
}

.ttl01 span {
  font-size: 1.3rem;
  border-top: 2px solid #ee0055;
  display: inline-block;
  padding: 5px 0 0;
  width: 120px;
}

.ttl02 {
  margin-bottom: calc(25px - (((1.8rem * 1.5) - 1.8rem) / 2));
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 0 15px;
  border-left: 2px solid #ee0055;
}

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

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

.ttl_balloon {
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 13px 20px 10px;
  position: relative;
  margin: 0 0 15px 15px;
  /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);*/
  z-index: 2;
  display: inline-block;
}

.ttl_balloon::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 13%;
  border: 10px solid transparent;
}

.ttl_point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
          flex: 0 0 42px;
  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;
  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%;
          flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding: 8px 15px;
  line-height: 1.4;
}

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

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

.row .row,
.row .row_short,
.row .row_medium,
.row .row_large,
.row_short .row,
.row_short .row_short,
.row_short .row_medium,
.row_short .row_large,
.row_medium .row,
.row_medium .row_short,
.row_medium .row_medium,
.row_medium .row_large,
.row_large .row,
.row_large .row_short,
.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;
}

/* 画像左右寄せ
--------------------------------------------------------------- */
.img_float_left,
.img_float_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-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 {
  width: 100%;
  border: 1px solid #f4f4f4;
  border-collapse: separate;
}

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

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

.table01 th {
  background: #888;
  font-weight: bold;
  color: #fff;
}

.table02 th {
  font-weight: bold;
  text-align: center;
}

/* .pickup
--------------------------------------------------------------- */
.pickup {
  padding: 30px 0 40px;
  background: #eee;
}

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

.pickup .slider {
  position: relative;
  margin: 20px;
}

.pickup .slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup .slider ul li {
  width: 90%;
  background: #fff;
}

.pickup .slider ul li a {
  position: relative;
  display: block;
/*  padding: 0 0 40px;*/
}

.pickup .slider ul li a img {
  width: 100%;
}

.pickup .slider ul li div {
  display: block;
  padding: 10px;
  overflow: hidden;
}

.pickup .slider ul li div span {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  float: left;
  margin: 0 8px 0 0;
  font-size: 1.2rem;
}

.pickup .slider ul li div .area_01 {
  background: #64c200;
}

.pickup .slider ul li div .area_02 {
  background: #ffa800;
}

.pickup .slider ul li div .area_03 {
  background: #26b4e6;
}

.pickup .inner ul li div .tag_01 {
  border: 1px solid #0E8800;
  border-radius: 5px;
  background-color: #fff;
  color: #0E8800;
  line-height: 1.2;
}

.pickup .inner ul li div .tag_02 {
  border: 1px solid #1F3E96;
  border-radius: 5px;
  background-color: #fff;
  color: #1F3E96;
  line-height: 1.2;
}

.pickup .inner ul li div .tag_03 {
  border: 1px solid #D65423;
  border-radius: 5px;
  background-color: #fff;
  color: #D65423;
  line-height: 1.2;
}

.pickup .inner ul li div .tag_04 {
  border: 1px solid #BF1A1A;
  border-radius: 5px;
  background-color: #fff;
  color: #BF1A1A;
  line-height: 1.2;
}

.pickup .inner ul li div .start {
  background: #ffe5ef;
  color: #ee0055;
  font-weight: bold;
}

.pickup .slider ul li div time {
  display: block;
  float: right;
  text-align: right;
  padding: 3px 0 0;
}

.pickup .slider ul li a h3 {
  padding: 0 10px;
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 1.4rem;
}

.chinese .pickup .slider ul li a h3,
.korean .pickup .slider ul li a h3 {
  padding: 0 10px;
  margin: 0 0 5px;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}

.pickup .slider ul li p {
  padding: 0 10px 40px 10px;
}

.pickup .inner ul li a p.cpn {
  border-radius: 100px;
  background: #ffe5ef;
  text-align: center;
  padding: 5px 10px;
  width: 90%;
  margin: 20px auto 0;
  font-weight: bold;
  color: #ee0055;
}

.pickup .slider ul li a i {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.pickup .slider ul li a .category {
  padding: 0 10px;
  border: 1px solid #ee0055;
  color: #ee0055;
  font-size: 1.1rem;
  line-height: 24px;
  border-radius: 50px;
}

.pickup .slider ul li a time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 25px;
}

.pickup .slider .btn_prev,
.pickup .slider .btn_next {
  position: absolute;
  top: 30%;
  background: #ee0055;
  color: #fff;
  text-align: center;
  box-sizing: content-box;
  border: solid 3px #eee;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.pickup .slider .btn_prev i,
.pickup .slider .btn_next i {
  line-height: 32px;
}

.pickup .slider .btn_prev {
  left: -10px;
}

.pickup .slider .btn_next {
  right: -10px;
}

.pickup .inner > p {
  text-align: center;
}

.pickup .inner > p a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pickup .inner > p a i {
  margin: 0 0 0 8px;
}

/* コース・講師・受講生　index_list
--------------------------------------------------------------- */
#list_intro .ttl01 {
  background: #f4f4f4;
  margin-bottom: 0;
  padding: 30px 0;
}

#list_intro .inner {
  margin: 0 auto;
}

/* ボックススタイル
--------------------------------------------------------------- */
.box_layout li figure {
  margin: 0 0 10px;
}

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

.box_layout li .txt {
  padding: 20px;
}

.box_layout li .txt p {
  margin: 0 0 10px;
}

/*.box_layout li .txt p:nth-of-type(2)  {
  margin: 0 0 40px;
  background: rgba(244, 244, 244, 0.8);
  padding: 5px 10px 3px 10px;
  text-indent: -8px;
}

.box_layout li .txt p:nth-of-type(2) span{
  font-size:11px;
}*/

.box_layout li .txt .price_area{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 30px;
  align-items: stretch;
  text-align: left;
  justify-content: space-between;
}
.box_layout li .txt .price_area .criterion{
  background-color: #FFDC8B;
  border-radius: 10px 0 0 10px;
  margin: 0;
  align-items: center;
  display: grid;
  font-size: 1.2rem;
  padding: 0 10px 0 15px;
  width: 20%;
  font-weight: bold;
  text-align: center;
}
.box_layout li .txt .price_area .price{
  background-color: #FFF5DF;
  border-radius: 0 10px 10px 0;
  margin: 0;
  padding: 10px;
  text-indent: 0;
  width: 80%;
}
.box_layout li .txt .price_area .price span {
  font-size: 11px;
}


.box_layout li .txt > div {
  text-align: center;
}

.box_style01 {
  background: #fff;
  padding: 15px;
}

.box_style02 {
  background: #f4f4f4;
  padding: 20px;
  margin: 0 0 15px;
}

.box_style02:last-child {
  margin: 0;
}

.box_style03 {
  background: #f4f4f4;
  padding: 20px;
}

.box_style04,
.box_style05 {
  background: #e8e8e8;
  padding: 20px;
}

/* .anchor_link
----------------------------------------------------------- */
.anchor_link {
  margin: 0 auto 24px;
}

.anchor_link ul li {
  margin: 0 0 6px;
}

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

.anchor_link ul li a i {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 1.0rem;
  color: #ee0055;
  margin-top: -0.5rem;
}

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

.link_icon a .icon-right,
.link_icon a .icon-keyboard_arrow_right {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1rem;
  top: 7px;
}

.link_icon a .icon-right::before,
.link_icon a .icon-keyboard_arrow_right::before {
  display: inline-block;
  text-decoration: none;
}

.link_icon a .icon-keyboard_arrow_right {
  top: 2px;
}

.link_icon a .icon-outer {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 1rem;
  top: 7px;
}

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

/* モジュールスタイル
--------------------------------------------------------------- */
.module_style01 > .img figure img {
  width: 100%;
}

.module_style01 > .txt {
  padding: 10px 20px 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.6);
}

.module_style01 > .txt .ttl02 {
  color: #fff;
}

.module_style01 > .txt .num {
  text-align: center;
  width: 70px;
  height: 70px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  padding: 14px 0 0;
  margin: 0 auto 10px;
}

.module_style01 > .txt .num span {
  font-size: 1.5rem;
  display: block;
  padding: 2px 0 2px;
}

.module_style02 > .img figure img {
  width: 100%;
}

.module_style02 > .txt {
  padding: 10px 20px 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.6);
}

.module_style02 > .txt .ttl02 {
  color: #fff;
}

.module_style02 > .txt .num {
  text-align: center;
  width: 70px;
  height: 70px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  padding: 14px 0 0;
  margin: 0 auto 10px;
}

.module_style02 > .txt .num span {
  font-size: 1.5rem;
  display: block;
  padding: 2px 0 2px;
}

/* ============================================================ */
/* #counseling  */
/* ============================================================ */
#counseling a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 300px;
  background: url(/multi/multi_contents/img/bg_counseling_sp.png) center center no-repeat;
  background-size: cover;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0 15px;
}
#counseling a .ttl01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 15px;
}

#counseling a .ttl01 h2 {
  font-size: 2.0rem;
}

#counseling a .ttl01 span {
  border-top: 2px solid #fff;
}

#counseling a [class^="btn_"] {
  margin: 30px 0 0;
}

#counseling a:hover {
  text-decoration: none;
}

#counseling a:hover [class^="btn_"] {
  background: #fff;
  border-color: #fff;
  color: #ff7e00;
}
#counseling a span::before{
  /*content: "╲ 入学金免除実施中！10/31まで ╱";*/
  content: "＼ まずは無料カウンセリングにご参加ください ／";
  font-size: 1.2rem;
  position: absolute;
  top: -15px;
  font-weight: bold;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  color: #ff7e00;
}



/* ============================================================ */
/* .course_list  */
/* ============================================================ */
.course_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.course_list li {
  margin: 0 0 30px;
}

.course_list li a {
  position: relative;
  width: 100%;
}

.course_list li a p{
  margin: 0 0 20px;
}

.course_list li a p:nth-of-type(2){
  margin: 0 0 40px;
  background: rgba(244, 244, 244, 0.8);
  padding: 5px 5px 3px 8px;
  text-indent: -8px;
  word-break: break-all;
}

.course_list li a p:nth-of-type(2) span{
	font-size:11px;
}

.course_list li:nth-of-type(5) a p:nth-of-type(2){
  margin: 0;
  background:none;
}

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

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

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

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

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

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

.other_menu_list li,
.other_menu_list02 li {
  background: #fff;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin: 0 0 20px;
}

/*.other_menu_list li,
.other_menu_list02 li {
  position: relative;
  padding: 0 0 20px;
  display: block;
  width: 100%;
}*/

.other_menu_list li a figure,
.other_menu_list02 li a figure {
  width: 100%;
}

.other_menu_list li a figure img,
.other_menu_list02 li a figure img {
  width: 100%;
}

.other_menu_list li div,
.other_menu_list02 li div {
  padding: 10px;
}

.other_menu_list li div h3,
.other_menu_list02 li div h3 {
  margin: 0 0 5px;
  font-weight: bold;
}

.other_menu_list li div h3 i,
.other_menu_list02 li div h3 i {
  font-size: 1.2rem;
}

/* ============================================================ */
/* #other_list */
/* ============================================================ */
#other_list {
  padding: 30px 0 40px;
}

#other_list .slider,
#other_list .slider2{
  position: relative;
  margin: 20px;
}

#other_list .inner {
  margin: 0 auto;
}

#other_list .inner .btn_prev,
#other_list .inner .btn_next {
  position: absolute;
  top: 30%;
  color: #fff;
  text-align: center;
  box-sizing: content-box;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

#other_list .inner .btn_prev i,
#other_list .inner .btn_next i {
  line-height: 32px;
}

#other_list .inner .btn_prev {
  left: -10px;
}

#other_list .inner .btn_next {
  right: -10px;
}

/* ============================================================ */
/* .other_list_style  */
/* ============================================================ */
.other_list_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.other_list_style li {
  background: #fff;
}

.other_list_style li a {
  position: relative;
  padding: 0 0 20px;
  display: block;
}

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

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

.other_list_style li a div {
  padding: 10px;
}

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

.other_list_style li a div h3 i {
  font-size: 1.2rem;
}

/* ============================================================ */
/* #appeal  */
/* ============================================================ */
#appeal {
  padding: 60px 10px;
}

#appeal .inner {
  background: #fff;
  margin: 0 auto 20px;
  padding: 20px;
}

#appeal .inner .ttl01 {
  position: relative;
}

#appeal .inner .ttl01 a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.1rem;
}

#appeal .module_style01 {
  margin: 0;
}

#appeal .module_style01 > .txt {
  padding: 20px 0 0;
  color: #333;
}
#appeal .module_style01 > .txt .ttl02 {
  color: #333;
}

/* ============================================================ */
/* .area_point  */
/* ============================================================ */
.area_point {
  padding: 30px 0 40px;
}

.area_point .ttl03 + p {
  margin: 0 auto 15px;
}

.area_point .icon_ttl {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  color: #fff;
  text-align: center;
  margin: 0 auto 10px;
  padding: 23px 0 0;
}

.area_point .icon_ttl i {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.area_point .icon_ttl span {
  display: block;
}

.area_point ul li {
  margin: 0 0 10px;
  font-size: 1.3rem;
  text-indent: -2rem;
  padding-left: 2rem;
}

.area_point ul li i {
  margin: 0 6px 0 0;
  font-size: 1.6rem;
  position: relative;
  top: 2px;
}

.area_point .movie {
  height: 225px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.area_point .movie iframe {
  height: 225px !important;
  width: 100% !important;
}

.area_point .movie .thumb {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.area_point .movie .thumb figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.area_point .movie .thumb figure.shadow10::before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.area_point .movie .thumb figure.shadow15::before {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.area_point .movie .thumb figure.shadow20::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.area_point .movie .thumb figure.shadow25::before {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.area_point .movie .thumb figure.shadow30::before {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.area_point .movie .thumb img {
  width: 100%;
}

.area_point .movie .thumb .btn_style01 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -65px;
  z-index: 2;
}

.area_point .movie .thumb .btn_style01 i {
  margin: 0 5px 0 0;
}

.area_point .movie .thumb.movie-loading {
  cursor: default;
}

.area_point .movie .thumb.movie-loading i {
  -webkit-animation: movie_icon_rotate 5s;
          animation: movie_icon_rotate 5s;
}

.area_point .movie .thumb.movie-loading i:before {
  content: "\e627";
  color: rgba(0, 0, 0, 0.6);
}

/* ============================================================ */
/* .area_contents  */
/* ============================================================ */
.area_contents {
  padding: 40px 0;
  background: #f4f4f4;
}

.area_contents .box_style01 > ul > li {
  margin: 0 0 8px;
}

.area_contents .box_style01 > ul > li::before {
  content: "-";
  margin: 0 10px 0 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.area_contents .box_style01 > ul > li:last-child {
  margin: 0;
}

.area_contents .box_style01 > ul > li a:hover {
  text-decoration: none;
}

.area_contents .box_style01 > ul > li > ul {
  padding: 0 0 0 30px;
}

.area_contents .box_style01 > ul > li > ul > li::before {
  content: "-";
  margin: 0 10px 0 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.area_contents .box_style01 > ul > li > ul > li a:hover {
  text-decoration: none;
}

/* ============================================================ */
/* .area_introduction  */
/* ============================================================ */
.area_introduction {
  padding: 40px 0;
}

.area_introduction .intro_style01 figure img {
  margin: 0 0 15px;
  width: 100%;
}

.area_introduction .intro_style01 figure + p {
  margin: 0 0 10px;
}

.area_introduction .intro_style02 > p {
  margin: 0 0 10px;
}

/* ============================================================ */
/* .area_profile  */
/* ============================================================ */
.area_profile {
  padding: 40px 0;
  background: #f4f4f4;
}

.area_profile > .row > div div:first-child {
  text-align: center;
  margin: 0 0 20px;
}

.area_profile > .row > div div:first-child figure img {
  border-radius: 50%;
  margin: 0 0 10px;
  width: 50%;
}

.area_profile > .row > div div:last-child p:first-child {
  margin: 0 0 20px;
}

.area_profile > .row > div div:last-child h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
}

.area_profile > .row > div div:last-child ul {
  margin: 0 0 15px;
}

.area_profile > .row > div div:last-child ul li i {
  position: relative;
  top: 3px;
}

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

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

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

.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: flex;
}

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

.voice_list li > a {
  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: 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;
  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;
}

/* ============================================================ */
/* .feature_list */
/* ============================================================ */
.feature_list {
  counter-reset: li;
}

.feature_list > li {
  padding: 20px;
}

.feature_list > li .inner {
  margin: 0 auto;
}

.feature_list > li .inner > div figure {
  text-align: center;
  margin: 0 0 10px;
}

.feature_list > li .inner > div figure img {
  width: 90%;
}

.feature_list > li .inner > div .txt p {
  margin: 0 0 5px;
}

.feature_list > li:nth-of-type(2n) {
  background: #f4f4f4;
}

.feature_list > li .number {
  margin: 0 auto 10px;
  text-align: center;
}

.feature_list > li .number p {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 10px;
  padding: 14px 0 0;
  color: #fff;
}

.feature_list > li .number p span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0 0;
}

.feature_list > li .number h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

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

	& > * {
		position: relative;

		&::before {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			color: #fff;
			text-align: center;
			line-height: 30px;
			@include circle(30);
		}
	}

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

		&::before {
			content: "Q";
			background: #e40057;
		}
	}

	dd {
		position: relative;
		padding: 2px 0 0 38px;

		&:not(:last-child) {
			margin: 0 0 30px;
		}

		&::before {
			content: "A";
			background: #9b2845;
			font-weight: bold;
		}
	}
}
*/
/* ============================================================ */
/* .tab */
/* ============================================================ */
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*&.column05 li { flex: 1 1 190px; }*/
}

.tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  position: relative;
  color: #808080;
  cursor: pointer;
  margin: 0 0 0 1px;
  font-size: 1.2rem;
}

.tab li:first-child {
  margin-left: 0;
}

.tab li sup {
  top: -0.1em;
}

.tab li a {
  display: block;
  color: #fff;
  text-decoration: none;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}

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

.tab li a i {
  font-size: 1.6rem;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}

.tab li a:hover {
  text-decoration: none;
  opacity: 1;
  background: #f4f4f4;
}

.tab li::after {
  position: absolute;
  left: 50%;
  top: 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%);
}

.tab li.active, .tab li:hover {
  background: #f4f4f4;
}

.tab li.active::after, .tab li:hover::after {
  width: 100%;
}

.tab li.active a, .tab li:hover a {
  opacity: 1;
}

.tab_content {
  display: none;
}

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

/* ============================================================ */
/* #topic_path */
/* ============================================================ */
#topic_path {
  margin: 0 auto;
  padding: 0 15px;
  font-size: 1.0rem;
}

#topic_path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 10px 0;
}

#topic_path:first-child{
	border-bottom:1px solid #e0e0e0;
}

#topic_path ol li {
  margin: 0 5px 0 0;
  color: #888;
}

#topic_path ol li a {
  color: #333;
}

#topic_path ol li sup {
  top: 0;
}
/*

#topic_path ol li:first-child::before {
  position: relative;
  top: 2px;
  margin: 0 5px;
  content: "\e88a";
  font-family: 'icomoon';
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
}
*/

#topic_path 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 {
  opacity: 1;
}

.multi {
  /* ============================================================ */
  /* #visual */
  /* ============================================================ */
  /* .pickup
    --------------------------------------------------------------- */
}

.multi #visual {
  position: relative;
  margin: -100px 0 0;
}

.multi #visual div[class^="al_"] {
  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;
  padding: 60px 15px 0;
  color: #fff;
}

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

.multi #visual div[class^="al_"] > img {
  width: 45px;
}

.multi #visual div[class^="al_"] h1 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.multi #visual div[class^="al_"] .page_h1 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.multi #visual div[class^="al_"] span {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.multi #visual div[class^="al_"] p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin: 3px 0;
}

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

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

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

.multi #visual div[class^="al_"] p.box{
  margin: 5px 0 0;
  padding: 5px 30px;
  border: 1px solid #fff !important;
  font-size: 1.3rem !important;
}

.multi #visual figure {
  position: relative;
}

.multi #visual figure img {
  width: 100%;
}

.multi #visual figure.shadow10::before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.multi #visual figure.shadow15::before {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.multi #visual figure.shadow20::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.multi #visual figure.shadow25::before {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.multi #visual figure.shadow30::before {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

.multi .pickup {
  padding: 15px 0 40px;
}

.multi .pickup .inner .ttl_pickup {
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 13px 20px 10px;
  position: relative;
  margin: 0 0 20px 15px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: inline-block;
}

.multi .pickup .inner .ttl_pickup::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 13%;
  border: 10px solid transparent;
}

.multi .pickup .inner .slider {
  margin: -40px 20px 20px;
}


.korean.multi .pickup .inner {
  margin: 0 20px 20px;
}

.multi .recomend {
    background: #f4f4f4;
    padding: 70px 20px 70px;
}

.multi .recomend .inner {
  margin: -40px auto 0;
	position: relative;
}
.multi .recomend .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
	z-index: 1;
}
.chinese .recomend .inner::before {
	margin-right: -20px;
	margin-bottom: 10px;
	width: 200px;
	height: 165px;
	background: url("/chinese/img/img_chinese_image.png") no-repeat;
	background-size: 200px auto;
}
.korean .recomend .inner::before {
	margin-right: -20px;
	margin-bottom: 10px;
	width: 200px;
	height: 119px;
	background: url("/korean/img/img_korean_image.png") no-repeat;
	background-size: 200px auto;
}

.recomend .inner {
    max-width: 100%;
    background: #fff;
    margin: 0 auto 40px;
    padding: 20px 30px 20px;
	border-radius: 12px;
}

.chinese .recomend .inner {
	border: 4px solid #FA4E4B;
}

.korean .recomend .inner {
	border: 4px solid #7640BD;
}

.multi .recomend .inner .ttl_recomend {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
	z-index: 0;
    margin: 0 auto 20px;
}

.chinese .recomend .inner .ttl_recomend {
    color: #FA4E4B;
}

.korean .recomend .inner .ttl_recomend {
    color: #7640BD;
}


.multi .recomend .inner .ttl_recomend::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
	margin-left: -120px;
	z-index: -1;
}

.chinese .recomend .inner .ttl_recomend::before{
	width: 304px;
	height: 81px;
	background: url("/chinese/img/bg_ttl.png") no-repeat;
    left: 40%;
}


.korean .recomend .inner .ttl_recomend::before {
	width: 304px;
	height: 81px;
	background: url("/korean/img/bg_ttl.png") no-repeat;
    left: 40%;
}



.recomend ul{
	margin: 0 0 20px;
}
.recomend ul li{
	position: relative;
	font-size: 1.8rem;
	padding-left: 30px;
}
.recomend ul li:before{
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 0;
	background: url("/korean/img/img_checked.png") no-repeat;
	background-size: 20px auto;
}
.recomend ul li span{
  display: inline;
  background: linear-gradient(transparent 30%, #FFFCA4 0%);
}
.recomend p{
	font-size: 1.4rem;
	line-height: 1.3;
	width: 50%;
}

.chinese .recomend p{
	color: #FA4E4B;
}

.korean .recomend p{
	color: #7640BD;
}
@media screen and (min-width: 571px) and (max-width: 719px) {
.chinese .recomend .inner::before {
  margin-right: -20px;
  margin-bottom: -50px;
  width: 180px;
  height: 149px;
  background: url("/chinese/img/img_chinese_image.png") no-repeat;
    background-size: auto;
  background-size: 180px auto;
}
}

@media screen and (min-width: 376px) and (max-width: 570px) {
.chinese .recomend .inner::before {
  margin-right: -20px;
  margin-bottom: -30px;
  width: 180px;
  height: 149px;
  background: url("/chinese/img/img_chinese_image.png") no-repeat;
    background-size: auto;
  background-size: 180px auto;
}
}

@media only screen and (min-width: 0px) and (max-width: 375px) {
.multi .recomend {
    padding: 60px 15px 60px;
}
.recomend .inner {
    margin: 0 auto 40px;
    padding: 20px 20px 20px;
}
.chinese .recomend .inner::before {
	margin-right: -20px;
	margin-bottom: 0;
	width: 130px;
	height: 107px;
	background: url("/chinese/img/img_chinese_image.png") no-repeat;
	background-size: 130px auto;
}
.korean .recomend .inner::before {
	margin-right: -20px;
	margin-bottom: 10px;
	z-index: 1;
	width: 150px;
	height: 89px;
	background: url("/korean/img/img_korean_image.png") no-repeat;
	background-size: 150px auto;
}

.multi .recomend .inner .ttl_recomend {
    font-size: 2.0rem;
    margin: 0 auto 20px;
}
.multi .recomend .inner .ttl_recomend::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
	z-index: -1;
}

.chinese .recomend .inner .ttl_recomend::before{
  width: 200px;
  height: 54px;
  background: url("/chinese/img/bg_ttl.png") no-repeat;
  background-size: auto 54px;
  bottom: -10px;
  left: 55%;
}

.korean .recomend .inner .ttl_recomend::before {
  width: 200px;
  height: 54px;
  background: url("/korean/img/bg_ttl.png") no-repeat;
  background-size: auto 54px;
  bottom: -10px;
  left: 55%;
}


.recomend ul li{
	position: relative;
	font-size: 1.6rem;
	padding-left: 25px;
}
.recomend ul li:before{
	display: block;
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 5px;
	left: 0;
	background: url("/korean/img/img_checked.png") no-repeat;
	background-size: 15px auto;
}
.recomend p{
	color: #7640BD;
	font-size: 1.2rem;
	line-height: 1.3;
	width: 60%;
}

}


footer .btn_pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  color: #ee0055;
  font-size: 1.4rem;
  font-weight: bold;
  border-top: 1px solid #e0e0e0;
}

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

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

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

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

footer #footer_inner > div ul {
  border-top: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer #footer_inner > div ul li {
  width: 50%;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 4% 12px 10%;
}

footer #footer_inner > div ul li a {
  display: block;
  width: 100%;
}

footer #footer_inner > div ul li a img {
  width: 33px;
  margin: 0 10px 0 0;
}

footer #footer_inner > div ul li:nth-of-type(2n) {
  border-left: 1px solid #e0e0e0;
}

footer #footer_inner #footer_logo_sp {
  width: 180px;
  text-align: center;
  margin: 15px auto 5px;
}

footer #footer_inner #footer_logo_sp a {
  display: block;
  position: relative;
}

footer #footer_inner #footer_logo_sp a::after {
  content: "\e908";
  font-family: "icomoon";
  font-size: 1.2rem;
  position: absolute;
  right: -20px;
  top: -3px;
  color: #b3b3b3;
}

footer #footer_inner p {
  text-align: center;
}

footer #footer_inner p small {
  color: #888;
  font-size: 1.0rem;
}

footer#footer_multi #footer_inner #footer_logo_sp a {
  display: block;
  position: relative;
}

footer#footer_multi #footer_inner #footer_logo_sp a::after {
  content: "\e908";
  font-family: "icomoon";
  font-size: 1.2rem;
  position: absolute;
  right: -20px;
  top: -3px;
  color: #b3b3b3;
}

footer#footer_multi #footer_inner nav ul li a .icon-outer {
  padding: 0 0 0 4px;
}

#index {
  /*----- #menu01 -----*/
  /*----- #discount -----*/
  /*----- #other_service -----*/
  /*----- .bnr_block -----*/
}

#index header + .btn_counseling {
  margin-bottom: -10px;
}

/* マルチトップ改訂 20220314 */
#index main{
  background: url(/multi/img/main_bg_sp.png) top right no-repeat;
    background-size: contain;
}

#index main .visual{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10%;
}
#index main .visual div{
  padding: 8% 0 4% 4%;
}
#index main .visual div img{
  width: 77%;
}
#index main .visual p{
    margin: 0 0 20px 10px;
    line-height: 2;
}
#index main .visual p span{
  color: #fff;
  background: linear-gradient(transparent 0, #3D62C4 0);
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP";
  padding: 3px 15px;
}
#index .language_list{
  margin: 20px auto;
  width: 92%;
}
#index .language_list ul{
  display: flex;
  flex-wrap: wrap;
}
#index .language_list ul li{
  flex: 0 0 47%;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  margin: 0 5% 5% 0;
  height: auto;
  position: relative;
  padding: 70px 40px;
}
#index .language_list ul li:nth-child(even){
  margin: 0 0 5% 0;;
}
#index .language_list ul li a  {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}

#index .language_list ul li a div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-\ transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
#index .language_list ul li a div h2 {
  font-size: 2.1rem;
  margin: 20px 0 0;
}

#index .language_list ul li a div h2 span{
  margin: 5px 0 0;
  display: block;
  font-size: 1.4rem;
  font-family: Roboto;
  color: #C8C8C8;
}
#index .language_list ul li a::after{
  content:"";
  display:inline-block;
  background-size:contain;
  width:20px;
  height:20px;
  background:url(/multi/img/arrow.png) no-repeat left;
  position: absolute;
  bottom:10px;
  right:10px;
}
#index #menu01 .multilingual li a {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: bold;
  line-height: 1.2;
}

#index #menu01 .multilingual li a > div {
  position: relative;
  height: 100px;
  width: 100%;
  padding: 15px 60px 15px 20px;
}

#index #menu01 .multilingual li a > div > div {
  overflow: hidden;
  margin: 0 0 10px;
}

#index #menu01 .multilingual li a > div > div h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 5px;
  padding: 3px 0 0;
}

#index #menu01 .multilingual li a > div > div img {
  margin: 0 10px 0 0;
  width: 45px;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
  float: left;
}

#index #menu01 .multilingual li a > div p {
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
}

#index #menu01 .multilingual li a > div i {
  font-size: 1.0rem;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ee0055;
  background: #fff;
  display: block;
  line-height: 30px;
  text-align: center;
  margin: -15px 0 0;
}

#index #menu01 .multilingual li.chinese a {
  background-image: url(/multi/img/bg_chinese_sp.png);
}

#index #menu01 .multilingual li.korean a {
  background-image: url(/multi/img/bg_korean_sp.png);
}

#index #menu01 .multilingual li.french a {
  background-image: url(/multi/img/bg_french_sp.png);
}

#index #menu01 .multilingual li.italian a {
  background-image: url(/multi/img/bg_italian_sp.png);
}

#index #menu01 .multilingual li.spanish a {
  background-image: url(/multi/img/bg_spanish_sp.png);
}

#index #menu01 .multilingual li.german a {
  background-image: url(/multi/img/bg_german_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 #discount > div {
  margin: 0 0 40px;
}

#index #discount > div a {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 225px;
  padding: 20px;
  background: url(/multi/img/bg_discount_sp.png) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#index #discount > div a h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
}

#index #discount > div a p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 1.3rem;
}

#index #discount > div 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::before {
  position: absolute;
  top: 0;
  right: 5px;
  content: "\e909";
  font-family: 'icomoon';
  font-size: 1.2rem;
}

#index_multi {
  /* #course
	----------------------------------------------------------- */
  /*----- .course_discount -----*/
  /* #other_menu
	----------------------------------------------------------- */
}

#index_multi #course {
  background-size: cover;
  padding: 45px 0;
}

#index_multi #course .ttl01 {
  color: #fff;
}

#index_multi #course .inner {
  margin: 0 20px;
  padding: 20px;
  background: #fff;
}

#index_multi .course_discount a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 193px;
  background: url(/multi/multi_contents/img/bg_discount_sp.png) center center no-repeat;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

#index_multi .course_discount a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#index_multi .course_discount a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#index_multi .course_discount a > * {
  position: relative;
  z-index: 1;
}

#index_multi .course_discount a p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 15px;
  font-size: 1.6rem;
  line-height: 1.2;
}

#index_multi .course_discount a p span {
  font-size: 2.0rem;
}

#index_multi .course_discount a p:nth-of-type(2) {
  font-size: 1.2rem;
}

#index_multi .course_discount a [class^="btn_"] {
  margin: 20px 0 0;
}

#index_multi .course_discount a:hover {
  text-decoration: none;
}

#index_multi .course_discount a:hover [class^="btn_"] {
  background: #fff;
  border-color: #fff;
  color: #ff7e00;
}

#index_multi #other_menu {
  padding: 40px 10px 20px;
}

#index_multi #other_menu .inner {
  margin: 0 auto;
}

/* カウンセリングバナー追加　20201124*/
#index_multi .infno_bana_online,
#miryoku_index .infno_bana_online,
.teacher_detail .infno_bana_online,
.multi .info_bana_online{
    padding:30px;
}
#index_multi .infno_bana_online p,
#miryoku_index .infno_bana_online p,
.teacher_detail .infno_bana_online p,
.multi .info_bana_online p{
    text-align: center;
}
#index_multi .infno_bana_online p:first-child,
#miryoku_index .infno_bana_online p:first-child,
.teacher_detail .infno_bana_online p:first-child,
.multi .info_bana_online p:first-child{
    color: #ff6000;
    font-weight:bold;
    font-size:1.6rem;
}
#index_multi .infno_bana_online p:nth-child(3),
#miryoku_index .infno_bana_online p:nth-child(3),
.teacher_detail .infno_bana_online p:nth-child(3),
.multi .info_bana_online p:nth-child(3){
    color: #ff7e00;
    font-weight:bold;
    font-size:1.4rem;
    letter-spacing: 0.2rem;
}


/* ============================================================ */
/* 講師インタビュー 下層共通
   .teacher_detail */
/* ============================================================ */
.teacher_detail #visual div[class^="al_"] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.teacher_detail #visual div[class^="al_"] h1 {
  margin: 10px 0 0;
  font-size: 2.4rem;
}

.teacher_detail #visual div[class^="al_"] .page_h1 {
  margin: 10px 0 0;
  font-size: 2.4rem;
}

.teacher_detail #visual div[class^="al_"]::before {
  margin-top: 30px;
}

.teacher_detail #visual .lead_txt {
  padding: 10px;
  background: #f4f4f4;
}

/* ============================================================ */
/* コース詳細 共通スタイル
   .course */
/* ============================================================ */
.course_detail {
  /* lead
	----------------------------------------------------------- */
  /* recommend
	----------------------------------------------------------- */
  /* area_graph
	----------------------------------------------------------- */
  /* system
	----------------------------------------------------------- */
  /* howmuch,merit,lesson_flow
	----------------------------------------------------------- */
  /* phrase
	----------------------------------------------------------- */
  /* #course_contact
	----------------------------------------------------------- */
  /* point
	----------------------------------------------------------- */
}

.course_detail #visual div[class^="al_"] h1 {
  font-size: 2.0rem;
}

.course_detail #visual div[class^="al_"] .page_h1 {
  font-size: 2.0rem;
}

.course_detail #lead {
  padding: 30px 0 40px;
}

.course_detail #recommend {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 60px;
}

.course_detail #recommend .ttl03 {
  color: #fff;
}

.course_detail #recommend .recommend_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.course_detail #recommend .recommend_list li {
  text-align: center;
  margin: 0 auto 10px;
}

.course_detail #recommend .recommend_list li:last-child {
  margin: 0 auto;
}

.course_detail #recommend .recommend_list li img {
  margin: 0 auto 10px;
  border-radius: 50%;
  width: 75%;
}

.course_detail #recommend .recommend_list li p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  font-weight: normal;
}

.course_detail #recommend .txt_area {
  padding: 15px 15px 20px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 10px;
}

.course_detail #recommend .txt_area p:first-child {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 15px;
}

.course_detail #area_graph {
  margin: 0 auto 60px;
}

.course_detail #area_graph .box_style03 {
  margin: 0 auto;
  text-align: center;
}

.course_detail #area_graph .box_style03 .scroll_img {
  overflow-x: auto;
}

.course_detail #area_graph .box_style03 .scroll_img::-webkit-scrollbar {
  background: #ccc;
  height: 4px;
}

.course_detail #area_graph .box_style03 .scroll_img::-webkit-scrollbar-thumb {
  background: #aaa;
}

.course_detail #system {
  padding: 30px 0 60px;
  background: #f4f4f4;
}

.course_detail #howmuch,
.course_detail #merit,
.course_detail #lesson_flow {
  padding: 30px 0 40px;
}

.course_detail #howmuch ul li,
.course_detail #merit ul li,
.course_detail #lesson_flow ul li {
  margin: 0 0 40px;
}

.course_detail #howmuch ul li:last-child,
.course_detail #merit ul li:last-child,
.course_detail #lesson_flow ul li:last-child {
  margin: 0;
}

.course_detail #phrase {
  padding: 0 0 20px;
}

.course_detail #phrase .ttl03 + p {
  text-align: center;
  margin: 0 0 25px;
}

.course_detail #phrase .ttl03 + p i {
  color: #ff7e00;
}

.course_detail #phrase .daily_phrase dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f4f4f4;
}

.course_detail #phrase .daily_phrase dl dt {
  font-size: 1.6rem;
  padding: 17px 0 17px 40px;
  border-bottom: 1px solid #ddd;
  width: 40%;
  position: relative;
}

.course_detail #phrase .daily_phrase dl dt:nth-last-of-type(1) {
  border-bottom: none;
}

.course_detail #phrase .daily_phrase dl dt.style01::before {
  content: "A:";
  font-size: 2.0rem;
  color: #fa4e4b;
  display: block;
  left: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
}

.course_detail #phrase .daily_phrase dl dt.style02::before {
  content: "B:";
  font-size: 2.0rem;
  color: #fa4e4b;
  display: block;
  left: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
}

.course_detail #phrase .daily_phrase dl dd {
  padding: 30px 40px;
  border-bottom: 1px solid #ddd;
  width: 60%;
  margin-top: auto;
}

.course_detail #phrase .daily_phrase dl dd:nth-last-of-type(1) {
  border-bottom: none;
}

.course_detail #phrase .business_phrase {
  background: #f4f4f4;
}

.course_detail #phrase .business_phrase h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.course_detail #phrase .business_phrase ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course_detail #phrase .business_phrase ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 50%;
  border-bottom: 1px solid #ddd;
  padding: 30px 40px;
}

.course_detail #phrase .business_phrase ul li:nth-of-type(1n) {
  border-right: 1px solid #ddd;
}

.course_detail #phrase .business_phrase ul li:last-child {
  border-bottom: none;
}

.course_detail #phrase .business_phrase ul li > p {
  margin: 0 30px 0 0;
  font-size: 2.4rem;
}

.course_detail #phrase .business_phrase ul li > div .btn_style02 {
  width: 340px;
  margin: 0 0 5px;
  font-size: 2.0rem;
}

.course_detail #phrase .business_phrase ul li > div .btn_style02 i {
  color: #ff7e00;
  margin: -0.5em 0 0;
  position: absolute;
  right: 15px;
  top: 50%;
}

.course_detail #phrase .business_phrase ul li > div .btn_style02:hover i {
  color: #fff;
}

.course_detail #phrase .lesson_content {
  background: #f4f4f4;
}

.course_detail #phrase .lesson_content h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 0;
  text-align: center;
}

.course_detail #phrase .lesson_content table {
  padding: 0 20px 30px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
}

.course_detail #phrase .lesson_content table:last-child {
  border-bottom: none;
  margin: 0;
}

.course_detail #course_contact {
  padding: 50px 0 30px;
  position: relative;
}

.course_detail #course_contact::before {
  font-family: 'icomoon';
  content: "\e916";
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 7rem;
  line-height: .6;
  margin-left: -3.5rem;
}

.course_detail #course_contact > div {
  text-align: center;
}

.course_detail #course_contact > div > p:first-child {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 15px;
}

.course_detail #course_contact > div [class^="btn_"] {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px;
  height: auto;
  display: block;
}

.course_detail #course_contact > div [class^="btn_"] i {
  margin: 0 0 0 5px;
}

.course_detail #course_contact02 {
  padding: 80px 0 30px;
  position: relative;
}

.course_detail #course_contact02::before {
  font-family: 'icomoon';
  content: "\e916";
  position: absolute;
  left: 50%;
  top: 20px;
  font-size: 7rem;
  line-height: .6;
  margin-left: -3.5rem;
}

.course_detail #course_contact02 > div {
  text-align: center;
}

.course_detail #course_contact02 > div > p:first-child {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 35px;
}

.course_detail #course_contact02 > div [class^="btn_"] {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px;
  height: auto;
  display: block;
  position: relative;
}

.course_detail #course_contact02 > div [class^="btn_"] ::before{
  /*content: "╲ 入学金免除実施中！10/31まで ╱";*/
  content: "＼ まずは無料カウンセリングにご参加ください ／";
  font-size: 1.4rem;
  position: absolute;
  top: -15px;
  font-weight: bold;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-shadow: 0 0 4px #fff;
  width: 100%;
  color: #ff7e00;
}
#counseling a [class^="btn_"] {
  width: 100%;
}

.course_detail #course_contact02 > div [class^="btn_"] i {
  margin: 0 0 0 5px;
}

.course_detail #point {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 120px;
}

.course_detail #point .ttl03 {
  color: #fff;
}

/*コース詳細ページ　アンカーリンクボタン　20230602追加*/
.course_detail #navi .row{
  padding: 3% 0 0;
}
.course_detail #navi ul{
   display: flex;
   flex-wrap: wrap;
   justify-content:left;
}
.course_detail #navi ul li{
  padding: 0 3% 3% 0;
  width: 50%;
}
.course_detail #navi ul li:nth-child(2n){
  padding: 0 0 3% 0;
}
.course_detail #navi ul li a{
  padding: 0;
  line-height: 1.2;
  font-size: 1.2rem;
}
/* ============================================================ */
/* 学ぶ魅力
   .miryoku */
/* ============================================================ */
/* ============================================================ */
/* 学ぶ魅力 index
   #miryoku_index */
/* ============================================================ */
#miryoku_index #contents section:not(#counseling) {
  padding: 40px 0;
  background-color: #f4f4f4;
}

#miryoku_index #contents section:not(#counseling)section:nth-of-type(2n) {
  background-color: #fff;
}

#miryoku_index #contents section:not(#counseling)section:nth-of-type(2n) .module_style01 > .txt,
#miryoku_index #contents section:not(#counseling)section:nth-of-type(2n) .module_style02 > .txt {
  background: rgba(244, 244, 244, 0.8);
}

#miryoku_index #contents section:not(#counseling) .miryoku_list li {
  margin: 0 0 20px;
}

#miryoku_index #contents section:not(#counseling) .miryoku_list li:last-child {
  margin: 0;
}

#miryoku_index .module_style01 > .txt,
#miryoku_index .module_style02 > .txt {
  color: #333;
}

#miryoku_index .module_style01 > .txt .ttl02,
#miryoku_index .module_style02 > .txt .ttl02 {
  color: #333;
}

#miryoku_index .local_nav {
  overflow-x: auto;
  width: 100%;
}

#miryoku_index .local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#miryoku_index .local_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3%;
          flex: 1 0 33.3%;
  border-right: 1px solid #ddd;
  font-weight: bold;
  /*background: #f4f4f4;*/
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

#miryoku_index .local_nav ul li:last-child {
  border-right: none;
}

#miryoku_index .local_nav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}

#miryoku_index .local_nav ul li a i {
  display: block;
}

/* ============================================================ */
/* 学ぶ魅力 index
   #feature_index */
/* ============================================================ */
#feature_index #lead_txt {
  padding: 30px 15px;
  color: #fff;
  text-align: center;
}

#feature_index #lead_txt h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 0 15px;
}

#feature_index .box_style04 {
  margin: 20px 0 0;
}

#feature_index .box_style04 ul li {
  padding-left: 1em;
  text-indent: -2em;
}

#feature_index .box_style05 {
  margin: 20px 0 0;
}

#feature_index .box_style05 figure {
  margin: 0 0 10px;
}

#feature_index .box_style05 figure img {
  width: 50%;
}

#feature_index .box_style05 .txt h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
}

/* ============================================================ */
/* 受講生の声 下層共通
   .voice_detail */
/* ============================================================ */
.voice_detail #visual div[class^="al_"] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.voice_detail #visual div[class^="al_"] h1 {
  margin: 10px 0 0;
  font-size: 2.4rem;
}

.voice_detail #visual div[class^="al_"] .page_h1 {
  margin: 10px 0 0;
  font-size: 2.4rem;
}

.voice_detail #visual div[class^="al_"]::before {
  margin-top: 30px;
}

.voice_detail #visual .lead_txt {
  padding: 10px;
  background: #f4f4f4;
}

/* ============================================================ */
/* ピックアップ　一覧ページ
   #pickup_index */
/* ============================================================ */
#pickup_index .pickup .inner ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#pickup_index .pickup .inner ul li {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#pickup_index .pickup .inner ul li a {
  display: block;
  width: 100%;
}

#pickup_index .pickup .inner ul li a img {
  width: 100%;
}

/* ============================================================ */
/* よくある質問
   faq */
/* ============================================================ */
#faq_index .anchor_link ul li {
  border-radius: 100px;
}

#faq_index #faq_area {
  background: #f4f4f4;
  padding: 40px 15px;
}

#faq_index #faq_area .inner {
  margin: 0 auto 40px;
}

#faq_index #faq_area .faq_list {
  border-top: 1px solid #ddd;
  padding: 10px 0 0;
}

#faq_index #faq_area .faq_list dt {
  cursor: pointer;
  padding: 16px 40px 20px 38px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

#faq_index #faq_area .faq_list dt .icon-add {
  color: #ee0055;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  margin-top: -0.6rem;
}

#faq_index #faq_area .faq_list dt.active {
  border: none;
}

#faq_index #faq_area .faq_list dt.active .icon-add::before {
  content: "\e15b";
}

#faq_index #faq_area .faq_list dt::before {
  background: #e40057;
  content: "Q";
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 30px;
}

#faq_index #faq_area .faq_list dd {
  display: none;
  border-bottom: 1px solid #ddd;
  background: #e8e8e8;
  padding: 15px;
}

#faq_index #faq_area .faq_list dd p:not(:last-child) {
  margin: 0 0 10px;
}

#faq_index #faq_area .tab li {
  height: auto;
}

#faq_index #faq_area .tab li a {
  background: #888;
  color: #fff;
}

#faq_index #faq_area .tab li::after {
  content: none;
}

#faq_index #faq_area .tab li:hover a, #faq_index #faq_area .tab li.active a {
  background: #fff;
  color: #333;
}

#faq_index #faq_area .tab_box {
  background: #fff;
  padding: 15px;
}

#faq_index #faq_area #faq_bnr {
  margin: 0 auto;
}

#faq_index #faq_area #faq_bnr a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/multi/faq/img/bg_faq_bnr_sp.png) no-repeat center center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  height: 225px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
}

#faq_index #faq_area #faq_bnr a h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 15px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

#faq_index #faq_area #faq_bnr a p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}

#faq_index #faq_area #faq_bnr a:hover [class^="btn_"] {
  background: #fff;
  border-color: #fff;
  color: #ff7e00;
}

/* ============================================================ */
/* サイトマップ
   sitemap */
/* ============================================================ */
#sitemap_index .anchor_link {
  margin: 0 15px 24px;
}

#sitemap_index #sitemap_area {
  background: #f4f4f4;
  padding: 40px 0;
}

#sitemap_index #sitemap_area .ttl_sitemap {
  margin: 0 auto;
}

#sitemap_index #sitemap_area .ttl_sitemap a {
  padding: 8px 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

#sitemap_index #sitemap_area .ttl_sitemap a i {
  margin: 0 5px 0 0;
}

#sitemap_index #sitemap_area #chinese .ttl_sitemap {
  background: #fb8381;
}

#sitemap_index #sitemap_area #korean .ttl_sitemap {
  background: #9f79d1;
}

#sitemap_index #sitemap_area #french .ttl_sitemap {
  background: #5fbcf9;
}

#sitemap_index #sitemap_area #italian .ttl_sitemap {
  background: #68c27a;
}

#sitemap_index #sitemap_area #spanish .ttl_sitemap {
  background: #fdcb4c;
}

#sitemap_index #sitemap_area #german .ttl_sitemap {
  background: #daa04c;
}

#sitemap_index #sitemap_area #other .ttl_sitemap {
  background: #888;
  padding: 15px 40px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#sitemap_index #sitemap_area .row .inner > ul {
  margin: 0 auto;
}

#sitemap_index #sitemap_area .row .inner > ul > li > a {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 5px;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
}

#sitemap_index #sitemap_area .row .inner > ul > li > a i {
  margin: 0 5px 0 0;
  font-size: 1.3rem;
}

#sitemap_index #sitemap_area .row .inner > ul > li > ul {
  padding: 8px 0 0;
}

#sitemap_index #sitemap_area .row .inner > ul > li > ul > li {
  margin: 0 0 5px;
}

#sitemap_index #sitemap_area .row .inner > ul > li > ul > li > a .icon-outer {
  margin: 0 0 0 4px;
  font-size: 1.2rem;
}

#sitemap_index #sitemap_area .row .inner > ul > li > ul > li > a:hover {
  text-decoration: none;
}

/* ============================================================ */
/* 割引＆優待情報
   special */
/* ============================================================ */
.special #visual_special {
  background: #f34c88;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  text-align: center;
  height: 120px;
  letter-spacing: 0.4rem;
}

.special #visual_special p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 8px;
}

.special #visual_special h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.special #special_area {
  background: #f4f4f4;
  padding: 0 0 40px;
}

.special #special_area nav {
  margin: 0 0 20px;
  background: #fff;
}

.special #special_area nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.special #special_area nav ul li {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 50%;
}

.special #special_area nav ul li:nth-of-type(2n) {
  border-right: none;
}

.special #special_area nav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
  white-space: nowrap;
  font-weight: bold;
  padding: 12px;
  font-weight: normal;
  font-size: 1.2rem;
}

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

.special #special_area nav ul li a:hover {
  opacity: 1;
  color: #ee0055;
}

.special #special_area nav ul li a:hover::after {
  width: 100%;
}

.special #special_area .row_short .inner .ttl02 + h3 {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 10px;
}

.special #special_area .row_short .inner .box_style01 {
  margin: 15px 0 10px;
  padding: 15px 5px;
}

.special #special_area .row_short .inner .list_column03 {
  margin: 0 0 10px;
}

.special #special_area .row_short .inner .list_column02 {
  margin: 0 0 10px;
}

.special .procedure_list {
  margin: 20px auto;
}

.special .procedure_list > li {
  border: 2px solid #ee0055;
  background: #fff;
  padding: 20px;
}

.special .procedure_list > li:not(:first-child) {
  border-top: none;
}

.special .procedure_list > li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ee0055;
}

.special .procedure_list > li h3 .num {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: #ee0055;
  margin: 0 10px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.special .procedure_list > li .box {
  background: #f2f2f2;
  padding: 15px;
  margin: 0 0 10px;
}

.special .procedure_list > li .box h4 {
  font-weight: bold;
  margin: 0 0 5px;
}

.special .procedure_list > li .box ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.special .procedure_list > li .box ul li:not(:last-child) {
  margin: 0 0 5px;
}

.special .ttl_special {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #f34c88;
  text-align: center;
  padding: 8px;
  margin: 0 0 15px;
}

.special .ttl_special_area {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 6px;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
}

.special.ios #special_area nav ul li a::after {
  width: 100%;
}

/* ============================================================ */
/* 割引＆優待情報 一般教育訓練給付制度
   .special_kyufu */
/* ============================================================ */
.special_kyufu #special_area nav ul .nav_kyufu a {
  color: #ee0055;
}

.special_kyufu #special_area nav ul .nav_kyufu a::after {
  width: 100%;
}

.special_kyufu #special_area .row_short .inner .box_style01 ul li {
  margin: 0 0 10px;
  font-weight: bold;
  background: #a0a0a0;
}

.special_kyufu #special_area .row_short .inner .box_style01 ul li:last-child {
  margin: 0 0 20px;
}

.special_kyufu #special_area .row_short .inner .box_style01 ul li h4 {
  text-align: center;
  color: #fff;
  padding: 8px;
}

.special_kyufu #special_area .row_short .inner .box_style01 ul li p {
  padding: 10px;
  background: #f2f2f2;
}

.special_kyufu #special_area .row_short .inner .box_style01 ul + P {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding: 0 0 45px;
}

.special_kyufu #special_area .row_short .inner .box_style01 ul + P::after {
  position: absolute;
  content: "\e916";
  bottom: 0;
  left: 50%;
  font-family: "icomoon";
  font-size: 4.0rem;
  margin-left: -2.0rem;
  color: #ff7e00;
}

.special_kyufu #special_area .row_short .inner .box_style01 .strong {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ff7e00;
  text-align: center;
}

.special_kyufu.ios #special_area nav ul li:not(.nav_kyufu) a::after {
  width: 0 !important;
}

/* ============================================================ */
/* 割引＆優待情報 企業優待制度
   .special_company */
/* ============================================================ */
.special_company #special_area nav ul .nav_company a {
  color: #ee0055;
}

.special_company #special_area nav ul .nav_company a::after {
  width: 100%;
}

.special_company #special_area .row_short .inner .box_style01 {
  text-align: center;
}

.special_company #special_area .row_short .inner .box_style01 > p {
  color: #ff7e00;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
}

.special_company #special_area .row_short .inner .box_style01 .strong {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ff7e00;
  margin: 0 0 10px;
}

.special_company #special_area .row_short .inner .box_style01 ul li {
  margin: 0 0 8px;
  font-weight: bold;
  background: #f2f2f2;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 15px 10px;
}

.special_company #special_area .row_short .inner .box_style01 ul li span {
  display: block;
  font-size: 1.3rem;
}

.special_company.ios #special_area nav ul li:not(.nav_company) a::after {
  width: 0 !important;
}

/* ============================================================ */
/* 割引＆優待情報 大学生協一覧
   .special_coop */
/* ============================================================ */
.special_coop #special_area nav ul .nav_coop a {
  color: #ee0055;
}

.special_coop #special_area nav ul .nav_coop a::after {
  width: 100%;
}

.special_coop #special_area .row_short .inner .box_style01 {
  text-align: center;
}

.special_coop #special_area .row_short .inner .box_style01 > p {
  color: #ff7e00;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
}

.special_coop #special_area .row_short .inner .box_style01 .strong {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ff7e00;
}

.special_coop #special_area .row_short .inner .list_column02,
.special_coop #special_area .row_short .inner .list_column03 {
  margin: 0 0 40px;
}

.special_coop.ios #special_area nav ul li:not(.nav_coop) a::after {
  width: 0 !important;
}

/* ============================================================ */
/* 割引＆優待情報 各種割引制度
   .special_discount */
/* ============================================================ */
.special_discount #special_area nav ul .nav_discount a {
  color: #ee0055;
}

.special_discount #special_area nav ul .nav_discount a::after {
  width: 100%;
}

.special_discount #special_area .row_short .inner .box_style01 {
  text-align: center;
}

.special_discount #special_area .row_short .inner .box_style01 > p {
  color: #ff7e00;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
}

.special_discount #special_area .row_short .inner .box_style01 .strong {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ff7e00;
}

.special_discount.ios #special_area nav ul li:not(.nav_discount) a::after {
  width: 0 !important;
}

/*# sourceMappingURL=../maps/sp/common.css.map */

/* ============================================================ */
/* ご受講生の方はこちら
   .students_index */
/* ============================================================ */

#students_index #contents .ttl01 {
  font-size: 3rem;
}

#students_index #contents .row {
  margin-bottom: 80px;
}


#students_index #contents_area {
    background: #f4f4f4;
    padding: 80px 0;
}


#students_index #contents .local_nav {
  width: 100%;
  overflow-x: auto;
  overflow-scrolling: touch;
  margin-bottom: 50px;
}

#students_index #contents .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;
    -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%;
    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;
    margin: 0 0 5px;
    padding: 8px 0;
    background: #f5f5f5;
    font-size: 1.1rem;
    line-height: 1.4;
  color: #808080;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

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

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

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

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

#students_index #contents .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%);
}

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

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

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

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

#students_index #contents .tab_content {
  display: none;
}

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

#students_index #contents .local_nav_btm {
  margin: 40px 0 -40px;
}

#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 p.text_link a > span:hover {
    text-decoration: underline;
}


#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 .st_card{
	float:right;
	margin-left:20px;
}

#students_index #contents .redTxt{
	color:#F00;
}

#students_index #contents .loginImg{
	margin-bottom:20px;
	float:none;
}

#students_index #contents .cb{
	clear:both;
}

#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;
}

#students_index #contents .local_nav_btm {
  margin: 40px 0 -40px;
}


#students_index #contents .st_anchor_link {
  margin: 0 auto;
}

#students_index #contents .st_anchor_link ul li:not(:first-child) {
  margin: 10px 0 0;
}

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

#students_index #contents .st_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%);
}
#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 {
	margin: 0 0 10px 0;
	padding: 30px;
	background: #fbd9e6;
}

#students_index .emg h3 {
	margin: 0 10px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ee0055;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

#students_index .emg p{
	margin: 10px 0 0 10px !important;
	padding: 0 0 10px;
}

/*トップSEO用追加コンテンツ用*/
#index_multi #excerpt_voice {
  padding: 45px 0;
  background: #f4f4f4;
}
#index_multi #excerpt_voice .inner {
  margin: 0 auto 45px;
  padding: 20px;
  background: #fff;
}
#index_multi #excerpt_voice .inner:last-child {
  margin: 0 auto !important;
}
#index_multi #excerpt_voice p.btn_box {
  padding: 0 20px;
}
.multi #search_school {
  padding: 0;
}
.multi #search_school .inner {
  max-width: 100%;
  margin: 0 auto 80px;
  background: #fff;
}
.multi #search_school .intro {
	font-size:1.4rem;
	margin: 0 auto 20px;
}
.multi #search_pref {
  width: 100%;
  position: relative;
  margin: 0 20px 0 0;
  padding: 20px 15px 30px;
}
.multi #search_pref dl dt {
  margin: 0 0 5px;
  font-weight: bold;
  line-height: 1.4;
}
.multi #search_pref dl dd a:nth-child(3n+1) {
  margin-left: 0;
}
.multi #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;
}
.multi #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;
}
.multi #search_pref dl:not(:last-of-type) {
    margin: 0 0 25px;
}

#index_multi #recom_point {
  padding: 60px 20px;
}
#index_multi #recom_point .inner {
  max-width: 100%;
  margin: 0 auto 60px;
  background: #fff;
}

#index_multi .point_list{
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index_multi .point_list li {
  position: relative;
  width:48%;
  margin: 0 10px 10px 0;
  color: #FFF;
  text-align: left;
  padding: 15px;
  font-size:1.4rem;
}

#index_multi .point_list li:nth-of-type(2n) {
  margin: 0 0 10px 0;
}


#index_multi .point_list li:nth-of-type(5n) {
  margin: 0;
}

#index_multi .point_list li br{
	display:none;
}

#index_multi .point_list li p {
  font-weight: bold;
  margin-bottom:5px;
  font-size:1.6rem;
  text-align:center;
}

#index_multi .point_list li p br{
	display:none;
}

#index_multi #recom_point .inner > p {
  margin: 60px auto 0;
  font-size: 1.6rem;
  text-align: center;
}

#index_multi #recom_point .inner > p a {
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#index_multi #recom_point .inner > p a:hover {
  text-decoration: none;
  color: #fff;
}


/* 20190122追加 */
#index_multi #faq {
  padding: 45px 20px;
  background: #f4f4f4;
}
#index_multi #faq .inner {
  margin: 0 auto 45px;
  padding: 20px;
  background: #fff;
}

#index_multi #faq .inner dt {
  cursor: pointer;
  padding: 20px 40px 20px 50px;
  position: relative;
  font-weight: bold;
  counter-increment: dt;
}

#index_multi #faq .inner dt:not(:first-child){
  border-top: 1px dashed #ddd;
}

#index_multi #faq .inner dt .icon-add {
  color: #ee0055;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  margin-top: -0.6rem;
}

#index_multi #faq .inner dt.active {
  border-top: 1px dashed #ddd;
}

#index_multi #faq .inner dt.active:first-child {
  border: none;
}


#index_multi #faq .inner dt.active .icon-add::before {
  content: "\e15b";
}


#index_multi #faq .inner dt::before {
  background: #fa4e4b;
  content: "Q " counter(dt);
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 40px;
}

#index_multi #faq .inner dd {
  display: none;
  padding: 0 0 30px 50px;
}

#index_multi #faq .inner dd:last-child {
  padding: 0 0 0 50px;
  border-bottom:none;
}


/*トップSEO用追加コンテンツ用*/


/* ============================================================ */
/* スクール一覧追加20181009
/* ============================================================ */

#index_multi{
}

#index_multi .school_area ul {
	margin:0;
}

#index_multi .school_area ul li {
	position: relative;
}

#index_multi .school_area ul li a {
	padding: 0 0 0 35px;
}

#index_multi .school_area ul li i {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -0.5em 0 0;
}

#index_multi #school_list .inner {
    max-width: 100%;
    padding:20px;
	margin:0;
}


#index_multi #school_list h2{
	background:#f17fab;
	color:#FFF;
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:0;
	font-size: 1.8rem;
}

#index_multi #school_list h3{
	background:#F2F2F2;
	padding:3px 10px;
	margin-bottom:10px;
	font-size: 1.5rem;
}

#index_multi #school_list h4 {
	margin: 15px 0 0;
	color: #ee0055;
	font-size: 1.6rem;
	font-weight: bold;
}

#index_multi #school_list .contentWrap {
    margin: 10px;
}

.displayNone {
    display: none;
}
/* .switch
----------------------------------------------------------- */
#index_multi .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;
}

#index_multi .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';
}

#index_multi .switch {
	cursor:pointer;
	font-weight: bold;
	padding:10px 40px 10px 10px;
	font-size: 14px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	position: relative;
}


/* ============================================================ */
/* .row_2col
/* ============================================================ */
#index_multi .row_2col{
	width:100%;
}

#index_multi .row_2col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#index_multi .row_2col .school_area.leftbox{
	float:none;
	width:100%;
	padding:0 0 0 0;
}

#index_multi .row_2col .school_area.rightbox{
	float:none;
	width:100%;
}

#index_multi .row_2col .school_area h2 {
    background: #f17fab;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #FFF;
}

#index_multi .row_2col .school_area h2 a{
    color: #FFF;
}

#index_multi .row_2col .school_area.leftbox div > div > div:nth-child(3n+1) {
    margin-left: 0;
}
#index_multi .row_2col .school_area.leftbox div > div > div {
	float:none;
	width:100%;
	margin: 0 0 0 0;
}

#index_multi .row_2col .school_area ul {
    margin:0;
}


/* ============================================================ */
/* .row_3col
/* ============================================================ */
#index_multi .row_3col{
	width:100%;
}

#index_multi .row_3col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#index_multi .row_3col .school_area.leftbox{
	float:none;
	width:100%;
	padding:0 0 0 0;
}

#index_multi .row_3col .school_area.centerbox{
	float:none;
	width:100%;
	padding:0 0 0 0;
}

#index_multi .row_3col .school_area.rightbox{
	float:none;
	width:100%;
}

#index_multi .row_3col .school_area ul {
    margin: 0;
}



#index_multi .row_3col .school_area h2 {
    background: #f17fab;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #FFF;
}

#index_multi .row_3col .school_area h2 a{
    color: #FFF;
}


/*兵庫*/
#index_multi .row_3col .school_area.leftbox div > div > div {
	float:none;
	width:100%;
	margin:0 0 0 0;
}

#index_multi .row_3col .school_area.leftbox div > div > div:first-child {
  margin-left: 0;
}



/* ============================================================ */
/* .row_4col02
/* ============================================================ */
#index_multi .row_4col02{
	width:100%;
}

#index_multi .row_4col02:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
#index_multi .row_4col02 .school_area.box{
	float:none;
	width:100%;
	padding:0 0 0 0;
}

#index_multi .row_4col02 .school_area.box:nth-of-type(3){
	width:100%;
}


#index_multi .row_4col02 .school_area.box:last-child{
	padding:0 0 0 0;
}

#index_multi .row_4col02 .school_area h2 {
    background: #f17fab;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #FFF;
}

#index_multi .row_4col02 .school_area h2 a{
    color: #FFF;
}

#index_multi .row_4col02 .school_area ul {
    margin:0 0 20px 0;
}

/* ============================================================ */
/* .row_5col
/* ============================================================ */
#index_multi .row_5col{
	width:100%;
}

#index_multi .row_5col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#index_multi .row_5col .school_area.leftbox{
	float:none;
	width:100%;
	padding:0 0 0 0;
}

#index_multi .row_5col .school_area.leftbox div > div > div:nth-child(3n+1) {
    margin-left: 0;
}

#index_multi .row_5col .school_area.leftbox div > div > div {
    float: left;
    width: 31.8666667%;
    margin:0 0 20px 2.2%;
        margin-left: 2.2%;
}

#index_multi .row_5col .school_area.leftbox div > div > div:nth-child(3n+1) {
    margin-left: 0;
}

#index_multi .row_5col .school_area div::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#index_multi .row_5col .school_area.rightbox{
	float:none;
	width:100%;
	padding:0 0 0 0;
}


#index_multi .row_5col .school_area.rightbox div > div > div:first-child {
    margin-left: 0;
}

#index_multi .row_5col .school_area.rightbox div > div > div {
    float: left;
    width: 48.3%;
    margin:0 0 20px 3.4%;
        margin-left: 3.4%;
}

#index_multi .row_5col .school_area h2 {
    background: #f17fab;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

#index_multi .row_5col .school_area h2 a{
    color: #FFF;
}

#index_multi .row_5col .school_area ul {
    margin:0;
}

#index_multi .row_5col .school_area ul li {
    position: relative;
}


/*東京*/
#index_multi .row_5col .school_area.leftbox div > div > div {
	float:none;
	width:100%;
	margin:0 0 0 0;
}

/*神奈川*/
#index_multi .row_5col .school_area.rightbox div > div > div {
	float:none;
	width:100%;
	margin: 0 0 0 0;
}

/* ============================================================ */
/* .student_experience  */
/* ============================================================ */
.student_experience {
  padding: 45px 0;
  background: rgba(250, 78, 75, 0.7);
}

.student_experience .ttl03 {
	color:#fff;
}

.student_experience .inner {
    margin: 0 20px;
    padding: 20px;
	background: #fff;
}


/* ============================================================ */
/* .area_list  */
/* ============================================================ */

.multi .area_list {
	width: 100%;
    margin: 0 20px 0 0;
    padding: 20px 15px;
}
.multi .area_list h3 {
}
.multi .area_list h4 {
	margin-bottom:10px;
	font-size:1.6rem;
	font-weight:bold;
    position:relative;
    border-bottom:1px solid #ee0055;
    cursor: pointer;
}
.multi .area_list h4 .icon-add {
  color: #ee0055;
  font-size: 2.0rem;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  margin-top: -1.0rem;
}

.multi .area_list h4.active {
  border: none;
}

.multi .area_list h4.active .icon-add::before {
  content: "\e15b";
}

.chinese .area_list h4 {
    color: #fa4e4b;
	border-bottom:1px solid #fa4e4b;
}

.chinese .area_list h4 .icon-add,
.chinese .area_list h4 a{
    color: #fa4e4b;
}

.korean .area_list h4 {
    color: #7640bd;
	border-bottom:1px solid #7640bd;
}

.korean .area_list h4 .icon-add,
.korean .area_list h4 a{
    color: #7640bd;
}

.french .area_list h4 {
    color: #1b9ff7;
	border-bottom:1px solid #1b9ff7;
}

.french .area_list h4 .icon-add,
.french .area_list h4 a{
    color: #1b9ff7;
}

.italian .area_list h4 {
    color: #28a842;
	border-bottom:1px solid #28a842;
}

.italian .area_list h4 .icon-add,
.italian .area_list h4 a{
    color: #28a842;
}

.german .area_list h4 {
    color: #cb7700;
	border-bottom:1px solid #cb7700;
}

.german .area_list h4 .icon-add,
.german .area_list h4 a{
    color: #cb7700;
}

.spanish .area_list h4 {
    color: #fcb500;
	border-bottom:1px solid #fcb500;
}

.spanish .area_list h4 .icon-add,
.spanish .area_list h4 a{
    color: #fcb500;
}

.multi .area_list ul {
}

.multi .area_list ul li {
}

.multi .area_list ul li div {
	margin:0 0 10px 0;
}

.toggle {
	display: none;
}
.area_label {	
	display: block;
}
.area_label::before{	
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #7640bd;
	border-right: 2px solid #7640bd;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.chinese .area_label::before{	
	border-top: 2px solid #fa4e4b;
	border-right: 2px solid #fa4e4b;
}

.french .area_label::before{	
	border-top: 2px solid #1b9ff7;
	border-right: 2px solid #1b9ff7;
}

.italian .area_label::before{	
	border-top: 2px solid #28a842;
	border-right: 2px solid #28a842;
}

.spanish .area_label::before{	
	border-top: 2px solid #fcb500;
	border-right: 2px solid #fcb500;
}

.german .area_label::before{	
	border-top: 2px solid #cb7700;
	border-right: 2px solid #cb7700;
}

.area_label,
.area_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.area_content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .area_label + .area_content {
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .area_label::before {
	transform: rotate(-45deg) !important;
}

.multi .area_list table {
	width:100%;
}
.multi .area_list th {
}

.multi .area_list th.longTh {
	padding-left:5em;
}

.multi .area_list th.midTh {
	padding-left:4em;
}

.multi .area_list td {
  text-align:right;
  width: 15%;
}


.multi .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: 45px;
    padding: 0 20px;
    font-size: 1.6rem;
    cursor: pointer;
    border-radius: 100px;
}

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

/* ============================================================ */
/* .teacher  */
/* ============================================================ */

.multi #teacher .inner {
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 60px 40px 20px;
}

.multi #teacher .inner figure{
    float: none;
    padding:0 0 20px 0;
    width: auto;
    margin: 0;
}
.multi #teacher .inner figure img{
    width: 100%;
}

.multi #teacher .inner h4{
    font-size: 20px;
    font-weight: bold;
    margin-left: -15px;
}

.chinese #teacher .inner h4{
    color:#fa4e4b;
}

.korean #teacher .inner h4{
    color:#7640bd;
}

.french #teacher .inner h4{
    color:#1b9ff7;
}

.italian #teacher .inner h4{
    color:#28a842;
}

.spanish #teacher .inner h4{
    color:#fcb500;
}

.german #teacher .inner h4{
    color:#cb7700;
}

.multi #teacher .inner h4 span{
    font-size: 20px;
    color:#333;
    margin-left: 15px;
}

.multi #teacher .inner .flow_list{
  display:block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    margin:30px 0;
}

.multi #teacher .inner .flow_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
	margin:0 0 30px 0;
	padding:15px 0;
    text-align: center;
    position: relative;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background: rgba(244, 244, 244, 0.8);
}

.multi #teacher .inner .flow_list li:last-child{
	margin:0 0 2% 0;
}

.multi #teacher .inner .flow_list li span{
    font-weight: bold;
    font-size:16px;
}

.chinese #teacher .inner .flow_list li span{
    color:#fa4e4b;
}

.korean #teacher .inner .flow_list li span{
    color:#7640bd;
}

.french #teacher .inner .flow_list li span{
    color:#1b9ff7;
}

.italian #teacher .inner .flow_list li span{
    color:#28a842;
}

.spanish #teacher .inner .flow_list li span{
    color:#F3AB01;
}

.german #teacher .inner .flow_list li span{
    color:#cb7700;
}

.multi #teacher .inner .flow_list li::after{
	content: "↓";
    position: absolute;
    bottom: -30px;
    font-weight: bold;
    font-size: 18px;
    left: 48%;
}

.chinese #teacher .inner .flow_list li::after{
    color:#fa4e4b;
}

.korean #teacher .inner .flow_list li::after{
    color:#7640bd;
}

.french #teacher .inner .flow_list li::after{
    color:#1b9ff7;
}

.italian #teacher .inner .flow_list li::after{
    color:#28a842;
}

.spanish #teacher .inner .flow_list li::after{
    color:#F3AB01;
}

.german #teacher .inner .flow_list li::after{
    color:#cb7700;
}

.multi #teacher .inner .flow_list li:last-child::after{
	content: "";
}

/* ============================================================ */
/* .support  */
/* ============================================================ */
.multi #support {
    padding: 45px 0;
    background:#f4f4f4;
}

.multi #support .inner {
    margin: 0 auto 40px;
    padding: 20px;
    overflow: hidden;
    background:#fff;
}

.multi #support .inner figure{
    float: none;
    padding: 0 0 20px 0;
    width: 100%;
    margin: 0;
}
.multi #support .inner figure img{
    width: 100%;
}

.course_text {
  margin-top: 10px;
  font-size: 1.3rem;
}

/* ============================================================ */
/* フレーズ集
   phrase */
/* ============================================================ */
#phrase_index .anchor_link ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#phrase_index .anchor_link ul li {
  border-radius: 38px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
	margin:0 auto;
	padding:0 0 3%;
}

#phrase_index .anchor_link ul li span span {
  font-size: 1.8rem;
	display: block;
}

#phrase_index .anchor_link ul li a {
  min-height: 76px;
    border-radius: 20px;
    padding: 15px 10px;
}

#phrase_index .anchor_link ul li a i {
    position: absolute;
    bottom: 0;
    left: 50%;
    top: unset;
}

#phrase_index #faq_area {
  background: #f4f4f4;
  padding: 40px 20px;
}

#phrase_index #faq_area .inner {
  width: 100%;
  margin: 0 auto 90px;
}

#phrase_index #faq_area .faq_list {
  border-top: 1px solid #ddd;
}

#phrase_index #faq_area .faq_list dt {
  cursor: pointer;
  padding: 20px 60px 20px 50px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

#phrase_index #faq_area .faq_list dt .icon-add {
  color: #ee0055;
  font-size: 2.0rem;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  margin-top: -1.0rem;
}

#phrase_index #faq_area .faq_list dt.active {
  border: none;
}

#phrase_index #faq_area .faq_list dt.active .icon-add::before {
  content: "\e15b";
}

#phrase_index #faq_area .faq_list dt::before {
  background: #e40057;
  content: "Q";
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 40px;
}

#phrase_index #faq_area .faq_list dd {
  display: none;
  border-bottom: 1px solid #ddd;
  background: #e8e8e8;
  padding: 35px;
}

#phrase_index #faq_area .faq_list dd p:not(:last-child) {
  margin: 0 0 10px;
}

#phrase_index #faq_area .tab {
  width: 100%;
}

#phrase_index #faq_area .tab li a {
  background: #888;
  color: #fff;
}

#phrase_index #faq_area .tab li::after {
  content: none;
}

#phrase_index #faq_area .tab li:hover a, #phrase_index #faq_area .tab li.active a {
  background: #fff;
  color: #333;
}

#phrase_index #faq_area .tab_box {
  background: #fff;
  padding: 25px;
}

#phrase_index #faq_area #faq_bnr {
  margin: 0 auto;
  width: 100%;
}

#phrase_index #faq_area #faq_bnr a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/multi/faq/img/bg_faq_bnr.png) no-repeat center center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  font-weight: bold;
  height: 350px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
}

#phrase_index #faq_area #faq_bnr a h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 15px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

#phrase_index #faq_area #faq_bnr a p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px;
}

#phrase_index #faq_area #faq_bnr a:hover [class^="btn_"] {
  background: #fff;
  border-color: #fff;
  color: #ff7e00;
}
#phrase_index #faq_area h2.ttl02 span {
  font-size: 1.6rem;
}
/*コロナ等緊急お知らせ　20220121*/
	.bl_urgentNotice{
		padding: 6.0rem 0
	}
	.bl_urgentNotice .ly_inner{
		width: 100%;
		margin: 0 auto;	
		padding: 0 2.0rem;
		position: relative;
	}
	.bl_urgentNotice a {
		display: block;
		background: #fff;
		padding: 20px;
		font-weight: bold;
		text-align: center;
		border: solid 1px #5d5d5d;
	}
	.bl_urgentNotice a:hover {
		text-decoration: none;
	}
	.bl_urgentNotice a p {
		position: relative;
        font-size: 1.6rem;
        margin-left: -20px;
	}
	.bl_urgentNotice a i {
		margin: 0 10px 0 0;
		color: #ee0055;
	}
	.bl_urgentNotice a i.icon-right {
  position: absolute;
  top: 20px;
  right: -20px;
}


/* ============================================================ */
/* 主要エリア一覧ページ
   .school */
/* ============================================================ */

.school .main_area_list {
	width: 100%;
    margin: 0 20px 0 0;
    padding: 20px 15px;
}

.school .main_area_list h4 {
	margin-bottom:10px;
	font-size:1.6rem;
	font-weight:bold;
    position:relative;
    border-bottom:1px solid #ee0055;
}

.chinese .main_area_list h4 {
    color: #fa4e4b;
	border-bottom:1px solid #fa4e4b;
}

.chinese .main_area_list h4::after,
.chinese .main_area_list h4 a{
    color: #fa4e4b;
}

.korean .main_area_list h4 {
    color: #7640bd;
	border-bottom:1px solid #7640bd;
}

.korean .main_area_list h4::after,
.korean .main_area_list h4 a{
    color: #7640bd;
}

.french .main_area_list h4 {
    color: #1b9ff7;
	border-bottom:1px solid #1b9ff7;
}

.french .main_area_list h4::after,
.french .main_area_list h4 a{
    color: #1b9ff7;
}

.italian .main_area_list h4 {
    color: #28a842;
	border-bottom:1px solid #28a842;
}

.italian .main_area_list h4::after,
.italian .main_area_list h4 a{
    color: #28a842;
}

.german .main_area_list h4 {
    color: #cb7700;
	border-bottom:1px solid #cb7700;
}

.german .main_area_list h4::after,
.german .main_area_list h4 a{
    color: #cb7700;
}

.spanish .main_area_list h4 {
    color: #fcb500;
	border-bottom:1px solid #fcb500;
}

.spanish .main_area_list h4::after,
.spanish .main_area_list h4 a{
    color: #fcb500;
}

.school .main_area_list h5 {
	margin-bottom:10px;
}

.school .main_area_list ul {
}


.school .main_area_list ul li {
}

.school .main_area_list ul li div {
	margin:0 0 10px 0;
}

.school .main_area_list table {
    display: none;
	width:100%;
}
.school .main_area_list th {
}


.school .main_area_list td {
  text-align:right;
  width: 15%;
}

