@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");
@-webkit-keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}


/*PLC -5月24日(水)追加-*/

@media screen and (min-width:660px){
  .pc-none {
    display: none;
  }
}
/*
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;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  html {
    zoom: 0.72;
    font-size: 45%;
  }
}

#wrap {
  position: relative;
  min-width: 960px;
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
}

.dropdown_overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.sp_view {
  display: none !important;
}

a {
  color: #333;
}

a:hover {
  opacity: .7;
  text-decoration: underline;
}

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

em,
strong {
  font-weight: bold;
}

strong {
  color: #ee0055;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  [class^="icon-keyboard_arrow_"] {
    font-size: 1.8rem !important;
  }
}

/* ============================================================ */
/* btnスタイル */
/* ============================================================ */
.btn_pink01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  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.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

.btn_pink01:hover {
  background: #fff;
  border-color: #fff;
  color: #ee0055;
}

.btn_pink02 {
  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;
  min-width: 225px;
  height: 45px;
  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.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

.btn_pink02:hover {
  background: #fff;
  color: #ee0055;
}

.btn_pink03 {
  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;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  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.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

.btn_pink03:hover {
  background: #ee0055;
  border-color: #ee0055;
  color: #fff;
}

.btn_pink04 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  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.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

.btn_pink04:hover {
  background: #ee0055;
  color: #fff;
}

.btn_pink05 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  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.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  font-weight: normal;
}

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

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

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

.btn_pink05:hover {
  background: #ee0055;
  color: #fff;
}

.btn_orange01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  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.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

.btn_orange01:hover {
  background: #fff;
  border-color: #fff;
  color: #ff7e00;
}

.btn_orange02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  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.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

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

.btn_orange03 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  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.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

.btn_orange03:hover {
  background: #ff7e00;
  border-color: #ff7e00;
  color: #fff;
}

.btn_orange04 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  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.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

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

.btn_orange05 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  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.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  font-weight: normal;
}

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

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

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

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

.btn_blue {
  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;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #1D8CE5;
  border-style: solid;
  border-width: 2px;
  border-color: #1D8CE5;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

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


[class^="btn_pink"] sup,
[class^="btn_orange"] sup {
  top: -0.2em;
}

[class^="btn_pink"]:hover,
[class^="btn_orange"]:hover {
  text-decoration: none;
  opacity: 1;
}

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

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

#index .slider_pager {
	bottom: 50px;
}

.slider_pager .pager-item {
  margin: 0 4px;
}

.slider_pager .pager-item .pager-link {
  display: block;
  background: #dfdfdf;
/*background: #f2f2f2;*/
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

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

/* ============================================================ */
/* #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: 60px;
  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: 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

#cboxContent #cboxPrevious,
#cboxContent #cboxNext {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  background: none;
  cursor: pointer;
}

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

#cboxContent #cboxPrevious {
  left: 25px;
}

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

#cboxContent #cboxNext {
  right: 25px;
}

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

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

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

/* ============================================================ */
/* #history_menu */
/* ============================================================ */
#history_menu {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 100;
}

#history_menu ul {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#history_menu ul li {
  margin: 0;
  background: #fff;
}

#history_menu ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  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: 50px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#history_menu ul li a i {
  margin: 0 0 8px;
  color: #ee0055;
}

#history_menu ul li a span {
  width: 1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}

#history_menu ul li a:hover {
  text-decoration: none;
}

#history_menu ul li:not(:first-child) {
  border-top: 1px solid #eee;
}

/* ============================================================ */
/* #modal_history */
/* ============================================================ */
#modal_history.modal_content {
  width: 1000px;
  height: 660px;
  padding: 0;
}

#modal_history.modal_content .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  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;
  background: #f3f3f3;
  color: #999;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

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

#modal_history.modal_content .tab li a:hover {
  background: #fff;
  color: #ee0055;
  text-decoration: none;
}

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

#modal_history.modal_content .history_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 470px;
  margin: 0 20px;
}

#modal_history.modal_content .history_list.empty_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

#modal_history.modal_content .history_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  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%;
  overflow: hidden;
}

#modal_history.modal_content .history_list li p {
  position: relative;
  margin: 15px 10px;
  padding: 0 0 0 15px;
}

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

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

#modal_history.modal_content .modal_close {
  top: auto;
  right: 20px;
  bottom: 25px;
}

/* ============================================================ */
/* iconフォント */
/* ============================================================ */
@font-face {
  font-family: 'icomoon';
  src:  url('/common/icon/fonts/icomoon.eot?ybd9kx');
  src:  url('/common/icon/fonts/icomoon.eot?ybd9kx#iefix') format('embedded-opentype'),
    url('/common/icon/fonts/icomoon.ttf?ybd9kx') format('truetype'),
    url('/common/icon/fonts/icomoon.woff?ybd9kx') format('woff'),
    url('/common/icon/fonts/icomoon.svg?ybd9kx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa0 {
  padding: 0px !important;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa25 {
  padding: 25px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa35 {
  padding: 35px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa45 {
  padding: 45px !important;
}

.pa50 {
  padding: 50px !important;
}

.pa55 {
  padding: 55px !important;
}

.pa60 {
  padding: 60px !important;
}

.pa65 {
  padding: 65px !important;
}

.pa70 {
  padding: 70px !important;
}

.pa75 {
  padding: 75px !important;
}

.pa80 {
  padding: 80px !important;
}

.pa85 {
  padding: 85px !important;
}

.pa90 {
  padding: 90px !important;
}

.pa95 {
  padding: 95px !important;
}

.pa100 {
  padding: 100px !important;
}

header,
#pc_menu {
  position: relative;
  z-index: 20;
  min-width: 1024px;
  background: #fff;
  line-height: 1.5;
  /* #header_top
	----------------------------------------------------------- */
  /* #header_btm
	----------------------------------------------------------- */
  /*----- .header_logo -----*/
  /*----- .global_nav -----*/
  /*----- .btn -----*/
}

header > div,
#pc_menu > div {
  max-width: 1280px;
  margin: 0 auto;
  padding: 19px 20px;
}

header .inner,
#pc_menu .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header #header_top,
#pc_menu #header_top {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  margin: 0 0 10px;
  padding: 1px 0 0;
  /*----- .header_nav -----*/
  /*----- .tel -----*/
}

header #header_top > p,
#pc_menu #header_top > p {
  font-size: 1.2rem;
  line-height: 1.4;
  white-space: nowrap;
}

header #header_top > p.info_contact a,
#pc_menu .btn > p.info_contact a {
    min-width: 150px;
    height: 30px;
}

header #header_top .header_nav,
#pc_menu #header_top .header_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

header #header_top .header_nav ul,
#pc_menu #header_top .header_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

header #header_top .header_nav ul li:not(:first-child),
#pc_menu #header_top .header_nav ul li:not(:first-child) {
  margin: 0 0 0 20px;
}

header #header_top .header_nav ul .icon-outer,
#pc_menu #header_top .header_nav ul .icon-outer {
  position: relative;
  top: 1px;
  margin: 0 0 0 2px;
  color: #808080;
}

header #header_top .header_nav ul .icon-question-circle,
#pc_menu #header_top .header_nav ul .icon-question-circle {
  position: relative;
  top: 1px;
  margin: 0 3px 0 0;
  font-size: 1.4rem;
}

header #header_top .header_nav ul .icon-people,
#pc_menu #header_top .header_nav ul .icon-people {
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
  font-size: 1.8rem;
  line-height: 0.6em;
}

header #header_top .header_nav ul a:hover,
#pc_menu #header_top .header_nav ul a:hover {
  opacity: 1;
}

body#index header #header_top .header_nav ul li.hnav_student a{
	background: #fff;
	padding: 5px 10px;
	border-radius: 100px;
	background-color: rgba( 255, 255, 255, 0.60 );
}

header #header_top .header_nav ul li.hnav_student a{
	background: none;
	padding: 0;
	border-radius: none ;
	background-color: none;
}

header #header_top .tel,
#pc_menu #header_top .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

header #header_top .tel p,
#pc_menu #header_top .tel p {
    font-weight: bold;
    line-height: 40px;
    font-size: 0.8rem;
    margin-left: 20px;
}
header #header_top .tel p:first-child, #pc_menu #header_top .tel p:first-child {
    line-height: 1.1;
}
header #header_top .tel p:last-child,
#pc_menu #header_top .tel p:last-child {
  margin: 0 0 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  text-shadow:
        #fff 1px 1px 0, #fff -1px -1px 0,/*右下、左上*/
        #fff -1px 1px 0, #fff 1px -1px 0,/*右上、左下*/
        #fff 0px 1px 0, #fff  0-1px 0,/*右、左*/
        #fff -1px 0 0, #fff 1px 0 0;/*上、下*/
}

header #header_top .tel p:last-child img,
#pc_menu #header_top .tel p:last-child img {
  margin: 0 5px 0 0;
  vertical-align: baseline;
}

header #header_top .tel p:last-child i, #pc_menu #header_top .tel p:last-child i {
    font-size: 80%;
    margin-right: 5px;
}

header .header_logo a,
#pc_menu .header_logo a {
  display: block;
  width: 190px;
	/*width: 250px;/*55周年ロゴ設定*/
}

header .header_logo a img,
#pc_menu .header_logo a img {
	max-height: 45px;
	/*max-height: 50px;55周年ロゴ設定*/
}

header .global_nav,
#pc_menu .global_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 13px 0 0;
}

header .global_nav > ul,
#pc_menu .global_nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .global_nav > ul > li,
#pc_menu .global_nav > ul > li {
  padding: 0 20px;
  line-height: 20px;
}

header .global_nav > ul > li:not(:first-child),
#pc_menu .global_nav > ul > li:not(:first-child) {
  border-left: 1px solid #bfbfbf;
}

header .global_nav > ul > li > a,
#pc_menu .global_nav > ul > li > a {
  position: relative;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.5s color ease;
  transition: 0.5s color ease;
  cursor: pointer;
}

header .global_nav > ul > li > a::after,
#pc_menu .global_nav > ul > li > a::after {
  position: absolute;
  left: 50%;
  bottom: -4px;
  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%);
}

header .global_nav > ul > li > a .icon-dropdown-menu,
#pc_menu .global_nav > ul > li > a .icon-dropdown-menu {
  position: relative;
  top: 1px;
  margin: 0 0 0 5px;
  color: #9b2845;
}

header .global_nav > ul > li > a .icon-map,
#pc_menu .global_nav > ul > li > a .icon-map {
  margin: 0 3px 0 0;
  color: #ee0055;
}

header .global_nav > ul > li > a:hover,
#pc_menu .global_nav > ul > li > a:hover {
  opacity: 1;
}

header .global_nav > ul > li.active > a::after,
header .global_nav > ul > li a:hover::after,
#pc_menu .global_nav > ul > li.active > a::after,
#pc_menu .global_nav > ul > li a:hover::after {
  width: 100%;
}

header .global_nav .dropdown,
#pc_menu .global_nav .dropdown {
  position: absolute;
  top: 131px;
  left: 30px;
  right: 80px;
  background: #fff;
    z-index: 1;
}

header .global_nav .dropdown::before,
#pc_menu .global_nav .dropdown::before {
  position: absolute;
  top: -20px;
  content: "";
  border-style: solid;
  border-color: transparent transparent #fff;
  border-width: 0 20px 20px;
}

header .global_nav .gnav_reason .dropdown,
#pc_menu .global_nav .gnav_reason .dropdown {
  padding: 20px;
}

header .global_nav .gnav_reason .dropdown::before,
#pc_menu .global_nav .gnav_reason .dropdown::before {
  left: 30%;
}

header .global_nav .gnav_course .dropdown,
#pc_menu .global_nav .gnav_course .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.3rem;
  line-height: 1.4;
}

header .global_nav .gnav_course .dropdown::before,
#pc_menu .global_nav .gnav_course .dropdown::before {
  left: 42%;
}

header .global_nav .gnav_course .dropdown > div.img,
#pc_menu .global_nav .gnav_course .dropdown > div.img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 21.5%;
          flex: 1 0 21.5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

header .global_nav .gnav_course .dropdown > div.img.img_course_list,
#pc_menu .global_nav .gnav_course .dropdown > div.img.img_course_list {
  background-image: url(/common/img/bg_dropdown_01.png);
}

header .global_nav .gnav_course .dropdown > div.img.img_course_purpose,
#pc_menu .global_nav .gnav_course .dropdown > div.img.img_course_purpose {
  background-image: url(/common/img/bg_dropdown_02.png);
}

header .global_nav .gnav_course .dropdown > div,
#pc_menu .global_nav .gnav_course .dropdown > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 78%;
          flex: 1 0 78%;
  position: relative;
  padding: 60px 0 0;
}

header .global_nav .gnav_course .dropdown p,
#pc_menu .global_nav .gnav_course .dropdown p {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

header .global_nav .gnav_course .dropdown p a,
#pc_menu .global_nav .gnav_course .dropdown p a {
  display: block;
  background: #eee;
  color: #999;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
}

header .global_nav .gnav_course .dropdown p a i,
#pc_menu .global_nav .gnav_course .dropdown p a i {
  margin: 0 0 0 10px;
}

header .global_nav .gnav_course .dropdown p:last-of-type,
#pc_menu .global_nav .gnav_course .dropdown p:last-of-type {
  left: 50%;
}

header .global_nav .gnav_course .dropdown p a:hover,
header .global_nav .gnav_course .dropdown p.select a,
#pc_menu .global_nav .gnav_course .dropdown p a:hover,
#pc_menu .global_nav .gnav_course .dropdown p.select a {
  background: #fff;
  color: #ee0055;
  text-decoration: none;
}

header .global_nav .gnav_course .dropdown .course_search.non,
#pc_menu .global_nav .gnav_course .dropdown .course_search.non {
  display: none;
}

header .global_nav .gnav_course .dropdown .gnav_course_list ul,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .global_nav .gnav_course .dropdown .gnav_course_list ul li,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  height: 54px;
  border-top: 1px solid #eee;
}

header .global_nav .gnav_course .dropdown .gnav_course_list ul li a,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list ul li a {
  padding: 0 0 0 35px;
}

header .global_nav .gnav_course .dropdown .gnav_course_list ul li a:hover,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list ul li a:hover {
  opacity: 1;
}

header .global_nav .gnav_course .dropdown .gnav_course_list ul li i,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list ul li i {
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -0.5em 0 0;
}

/*header .global_nav .gnav_course .dropdown .gnav_course_list ul:first-child > li:last-child,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list ul:first-child > li:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
}*/

header .global_nav .gnav_course .dropdown .gnav_course_list .by_age,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list .by_age {
  background: #f7f7f7;
}

header .global_nav .gnav_course .dropdown .gnav_course_list .by_age p,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list .by_age p {
  font-weight: bold;
  text-align: center;
  line-height: 52px;
  position: initial;
  width: auto;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose {
  border-top: 1px solid #eee;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div:nth-child(2n),
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div:nth-child(2n) {
  background: #f7f7f7;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div p,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 22%;
          flex: 1 0 22%;
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: bold;
  text-align: center;
  position: initial;
  width: auto;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div ul,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 78%;
          flex: 1 0 78%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #eee;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div ul li,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 54px;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div ul li a,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div ul li a {
  padding: 0 0 0 45px;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div ul li a i,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div ul li a i {
  position: absolute;
  top: 50%;
  left: 25px;
  margin: -0.5em 0 0;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div:nth-child(2n),
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div:nth-child(2n) {
  background: #f7f7f7;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div:nth-child(-n+2) ul li:nth-child(-n+3),
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div:nth-child(-n+2) ul li:nth-child(-n+3) {
  border-bottom: 1px solid #eee;
}

header .global_nav .gnav_course .dropdown .dropdown_footer,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 83px;
  padding: 0 20px;
}

header .global_nav .gnav_course .dropdown .dropdown_footer .btn_pink02,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer .btn_pink02 {
  width: 225px;
  font-size: 1.6rem;
}

header .global_nav .gnav_course .dropdown .dropdown_footer dl,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  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;
  margin: 0 0 0 20px;
}

header .global_nav .gnav_course .dropdown .dropdown_footer dl dt,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl dt {
  padding: 2px 20px 2px 0;
  font-weight: bold;
}

header .global_nav .gnav_course .dropdown .dropdown_footer dl dd,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2px 0;
}

header .global_nav .gnav_course .dropdown .dropdown_footer dl dd a,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl dd a {
  position: relative;
  display: block;
  width: 43px;
}

header .global_nav .gnav_course .dropdown .dropdown_footer dl dd a:not(:first-child),
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl dd a:not(:first-child) {
  margin: 0 0 0 15px;
}

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

header .global_nav .gnav_course .dropdown .dropdown_footer dl dd a .icon-outer,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl dd a .icon-outer {
  position: absolute;
  top: 0;
  right: -5px;
  color: #808080;
}

header .global_nav .gnav_course .dropdown .dropdown_footer .btn_close .btn_pink04,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer .btn_close .btn_pink04 {
  width: 30px;
  min-width: 0;
  height: 30px;
  padding: 0;
}

header .global_nav .gnav_course .dropdown .dropdown_footer .btn_close .btn_pink04 i,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer .btn_close .btn_pink04 i {
  margin: 0;
  font-size: 1.2rem;
}

header .btn .btn_orange02,
#pc_menu .btn .btn_orange02 {
  width: 100%;
  min-width: auto;
  height: 42px;
  padding: 0 10px;
  white-space: nowrap;
}

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


header .global_nav .gnav_search .dropdown,
#pc_menu .global_nav .gnav_search .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.3rem;
  line-height: 1.4;
  width:600px;
}

header .global_nav .gnav_search .dropdown::before,
#pc_menu .global_nav .gnav_search .dropdown::before {
  left: 78%;
}

header .global_nav .gnav_search .dropdown p,
#pc_menu .global_nav .gnav_search .dropdown p {
  position: absolute;
  top: 0;
  left: 0;
  color: #ee0055;
  width:100%;
  text-align:center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
  border-bottom: 1px solid #eee;
}

header .global_nav .gnav_search .dropdown p i,
#pc_menu .global_nav .gnav_search .dropdown p i {
  margin: 0 0 0 10px;
}

header .global_nav .gnav_search p.search_tit,
#pc_menu .global_nav .gnav_search p.search_tit {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  line-height: 60px;
  padding:0 0 0 10px;
  background: #f7f7f7;
  color: #333;
  position: initial;
  width: auto;
  text-align: left;
  border: initial;
}
header .global_nav .gnav_search .dropdown p.search_tit i,
#pc_menu .global_nav .gnav_search .dropdown p.search_tit i {
  margin: 0 10px 0 0;
}

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

header .global_nav .gnav_search .dropdown > div,
#pc_menu .global_nav .gnav_search .dropdown > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  position: relative;
  padding: 60px 0 0;
}

header .global_nav .gnav_search .dropdown .course_search.non,
#pc_menu .global_nav .gnav_search .dropdown .course_search.non {
  display: none;
}

header .global_nav .gnav_search .dropdown .gnav_school_list ul,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .global_nav .gnav_search .dropdown .gnav_school_list ul li,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  border-top: 1px solid #eee;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

header .global_nav .gnav_search .dropdown .gnav_school_list ul li a,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list ul li a {
  padding: 0 0 0 35px;
}

header .global_nav .gnav_search .dropdown .gnav_school_list ul li a:hover,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list ul li a:hover {
  opacity: 1;
}

header .global_nav .gnav_search .dropdown .gnav_school_list ul li i,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list ul li i {
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -0.5em 0 0;
}

header .global_nav .gnav_search .dropdown .gnav_school_list ul.part,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list ul.part {
  width:280px;
}


header .global_nav .gnav_search .dropdown .gnav_school_list .btn_close .btn_pink04,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list .btn_close .btn_pink04 {
	display:block;
	margin:0 15px 15px auto;
}

header .global_nav .gnav_search .dropdown .gnav_school_list .btn_close .btn_pink04,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list .btn_close .btn_pink04 {
  width: 30px;
  min-width: 0;
  height: 30px;
  padding: 6px;
}

header .global_nav .gnav_search .dropdown .gnav_school_list .btn_close .btn_pink04 i,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list .btn_close .btn_pink04 i {
  margin: 0;
  font-size: 1.2rem;
}

#index:not(.header_fixed) .global_nav .gnav_search .dropdown {
  left: 310px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#index header .global_nav .gnav_search .dropdown::before {
  left: 43%;
}

@media only screen and (min-width: 721px) and (max-width: 875px) {
  .gnav_topics {
    display: none;
  }
}



/* #pc_menu
----------------------------------------------------------- */
#pc_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  box-shadow: 0 0 10px rgba(35, 28, 26, 0.6);
}

#pc_menu > .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px 15px;
}

#pc_menu .global_nav .dropdown {
  top: 116px;
}

#pc_menu .btn > p {
  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;
  margin: 0 0 5px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

#pc_menu .btn > p span:last-child {
  font-family: Arial, Helvetica," sans-serif";
  font-size: 2.0rem;
}

@media only screen and (max-width: 1100px) {
  header .header_logo,
  #pc_menu .header_logo {
    -ms-flex-item-align: center;
        align-self: center;
  }
  header .header_logo a,
  #pc_menu .header_logo a {
    width: 153px !important;
	/*  width: 193px !important;55周年ロゴ設定*/
  }
  header .global_nav > ul > li,
  #pc_menu .global_nav > ul > li {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1210px) {
  header .global_nav #gnav_course .gnav_course_list li br.pc_view,
  #pc_menu .global_nav #gnav_course .gnav_course_list li br.pc_view {
    display: none !important;
  }
}

@media only screen and (min-width: 1270px) {
  header .global_nav .dropdown,
  #pc_menu .global_nav .dropdown {
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 1160px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* #pc_menu 20170316追加
----------------------------------------------------------- */
@media only screen and (min-width: 1210px) {
  header .global_nav #gnav_search .gnav_school_list li br.pc_view,
  #pc_menu .global_nav #gnav_search .gnav_school_list li br.pc_view {
    display: none !important;
  }
}

@media only screen and (min-width: 1270px) {
  header .gnav_search .dropdown,
  #pc_menu .gnav_search .dropdown {
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 1160px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}


/* ============================================================ */
/* #contents */
/* ============================================================ */
#contents {
  position: relative;
  min-width: 1024px;
  background: #fff;
}

.dp_none {
  display: none;
}

/* ============================================================ */
/* 見出しスタイル */
/* ============================================================ */
.ttl00 {
  max-width: 1280px;
  margin: 15px auto 30px;
  padding: 0 40px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
}

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

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

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

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

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

.ttl_point::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 50px;
  background: #ee0055;
}

.ttl_point .number {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  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;
  overflow: hidden;
}

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

.ttl_point .number span:last-child {
  margin: 0 0 0 5px;
  font-size: 3.2rem;
}

.ttl_point .number::before, .ttl_point .number::after {
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.ttl_point .number::before {
  right: 0;
  background: #fff;
}

.ttl_point .number::after {
  right: 3px;
  background: #ee0055;
}

.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: 70px;
  padding: 10px 20px;
  font-size: 2.0rem;
  line-height: 1.4;
}

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

.more_load img {
  width: 100%;
}

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

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

.row {
  width: 960px;
}

.row_medium {
  /*1160px*/
  max-width: 1280px;
  padding: 0 60px;
}

.row_large {
  /*1200px*/
  max-width: 1280px;
  padding: 0 40px;
}

.row_wide {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.img_float_left > div,
.img_float_right > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

.img_float_left figure {
  margin: 0 40px 0 0;
}

.img_float_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.img_float_right figure {
  margin: 0 0 0 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table03 th,
.table03 td {
  font-size: 1.2rem;
}

.table04 th,
.table04 td {
  font-size: 1.1rem;
}

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

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

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

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

.calendar button:hover {
  opacity: 0.7;
}

.table_calendar {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box01 {
  background: #fff2f7;
}

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

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

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

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

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

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

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

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

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

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

/* .list_check
----------------------------------------------------------- */
.list_check li {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.course_list li figure {
  position: relative;
  width: 100%;
  height: 320px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.course_list li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.course_list li h3 {
  margin: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

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

.course_list li span[class^="btn_"] {
  position: absolute;
  left: 20px;
  bottom: 0;
  min-width: 175px;
  height: 42px;
  padding: 0 5px 0 0;
  font-size: 1.6rem;
}

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

.course_list li a:hover {
  opacity: .7;
  text-decoration: none;
	cursor:pointer;
}

.course_list li a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.course_list li a:hover span[class^="btn_"] {
  background: #ee0055;
  color: #fff;
  opacity: 1;
}

/* ============================================================ */
/* .teacher_list  */
/* ============================================================ */
.teacher_list,
.teacher_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.teacher_list li,
.teacher_list02 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin: 0 0 40px;
}

.teacher_list li figure,
.teacher_list02 li figure {
  position: relative;
  width: 100%;
  height: 240px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.teacher_list li figure img,
.teacher_list02 li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 80%;
}

.teacher_list li h3,
.teacher_list02 li h3 {
  padding: 15px 15px 10px;
  font-weight: bold;
  font-size: 1.6rem;
}

.teacher_list li h4,
.teacher_list02 li h4 {
  margin: 0 50px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.teacher_list li p,
.teacher_list02 li p {
  margin: 0 15px;
  text-align: left;
}

.teacher_list li a[class^="btn_"],
.teacher_list li span[class^="btn_"],
.teacher_list02 li a[class^="btn_"],
.teacher_list02 li span[class^="btn_"] {
  min-width: 160px;
  height: 42px;
  padding: 0;
  font-size: 1.6rem;
}

.teacher_list li a[class^="btn_"] i,
.teacher_list li span[class^="btn_"] i,
.teacher_list02 li a[class^="btn_"] i,
.teacher_list02 li span[class^="btn_"] i {
  font-size: 2.0rem;
}

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

.teacher_list li {
  position: relative;
  width: 100%;
  padding: 0 0 60px;
  text-align: center;
}

.teacher_list li a {
  cursor: pointer;
}

.teacher_list li a span[class^="btn_"] {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -80px;
}

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

.teacher_list li a:hover {
  text-decoration: none;
}

.teacher_list li a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.teacher_list li a:hover span[class^="btn_"] {
  background: #ee0055;
  color: #fff;
}

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

.teacher_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;
}

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

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

/* ============================================================ */
/* .voice_list  */
/* ============================================================ */
.voice_list,
.voice_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.voice_list li figure,
.voice_list02 li figure {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.voice_list li figure img,
.voice_list02 li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  height:80%;
  all: initial;
  width: 100%;
}

.voice_list li h3,
.voice_list02 li h3 {
    padding:15px 15px 10px;
    font-weight: bold;
    font-size: 1.6rem;
}

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

.voice_list li p,
.voice_list02 li p {
    margin: 0 15px;
}

.voice_list li a[class^="btn_"],
.voice_list li span[class^="btn_"],
.voice_list02 li a[class^="btn_"],
.voice_list02 li span[class^="btn_"] {
  min-width: 205px;
  height: 42px;
  padding: 0;
  font-size: 1.6rem;
}

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

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

.voice_list li span[class^="btn_"] {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -102px;
}

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

.voice_list li a:hover {
  text-decoration: none;
}

.voice_list li a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.voice_list li a:hover span[class^="btn_"] {
  background: #ee0055;
  color: #fff;
}

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

.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;
  padding: 0 40px 0 20px;
}

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

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

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

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

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

.event_list li a figure {
  position: relative;
  width: 100%;
  height: 240px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  /*
				img {
					width: 100%;
				}*/
}

.event_list li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 240px;
}

.event_list li a h3 {
  margin: 20px 20px 15px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

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

.event_list li a [class^="btn_"] {
  position: absolute;
  left: 20px;
  bottom: 0;
  min-width: 175px;
  height: 42px;
  padding: 0 5px 0 0;
  font-size: 1.6rem;
}

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

.event_list li a:hover {
  text-decoration: none;
}

.event_list li a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.event_list li a:hover [class^="btn_"] {
  background: #ee0055;
  color: #fff;
}

.event_list.event_list_column03 {
  width: 1000px;
  margin: 0 auto;
}

.event_list.event_list_column03 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

.event_list.event_list_column03 li:not(:first-child) {
  margin: 0 0 0 20px;
}

/* ============================================================ */
/* .other_service_list  */
/* ============================================================ */
.other_service_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;
  width: 960px;
  margin: 0 auto;
}

.other_service_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
  margin: 20px 0 0;
}

.other_service_list li:nth-child(-n+2) {
  margin-top: 0;
}

.other_service_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.other_service_list li figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

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

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

.other_service_list li div h3 {
  display: table;
  margin: 0 0 5px;
  font-weight: bold;
}

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

.other_service_list li a:hover {
  text-decoration: none;
}

/* ============================================================ */
/* .feature_list */
/* ============================================================ */
.feature_list {
  width: 960px;
  margin: 0 auto;
  counter-reset: li;
}

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

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

.feature_list > li .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  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;
  margin: 0 20px 0 0;
  border: 1px solid #d9d9d9;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

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

.feature_list > li .number p::after {
  display: block;
  counter-increment: li;
  content: counter(li);
  margin: 5px 0 0;
  font-size: 3.2rem;
}

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

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

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

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

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

.feature_icon_list li {
  padding: 2px 20px;
  background: #fff;
  border: 1px solid #ccc;
}

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

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

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

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

.feature_point li {
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

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

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

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

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

/* ============================================================ */
/* .purpose_list */
/* ============================================================ */
.purpose_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1000px;
  margin: 0 auto;
}

.purpose_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  margin: 25px 0 0 20px;
}

.purpose_list li:nth-child(3n+1) {
  margin-left: 0;
}

.purpose_list li:nth-child(-n+3) {
  margin-top: 0;
}

.purpose_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;
}

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

.purpose_list li a p {
  margin: 20px 20px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.purpose_list li a:hover {
  text-decoration: none;
}

/* ============================================================ */
/* .point_list */
/* ============================================================ */
.point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 0 auto;
  padding: 18px 0;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
}

.point_list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  padding: 0 20px;
}

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

.point_list > li .point {
  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: 30px;
  margin: 0 0 15px;
  border: 1px solid #d9d9d9;
  color: #ee0055;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 100px;
}

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

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

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

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

/* ============================================================ */
/* .faq_list */
/* ============================================================ */
.faq_list {
  width: 960px;
  margin: 40px auto 0;
}

.faq_list > * {
  position: relative;
}

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

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

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

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

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

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

/* ============================================================ */
/* .flow */
/* ============================================================ */
.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  counter-reset: li;
}

.flow li {
  position: relative;
  margin: 0 0 0 1px;
  background: #fff;
}

.flow li::before {
  position: absolute;
  content: "";
  width: 2000px;
  border-top: 2px dotted #d9d9d9;
}

.flow li div {
  position: relative;
  padding: 20px;
}

.flow li div::before, .flow li div::after {
  position: absolute;
  z-index: 1;
  content: "";
  border-style: solid;
  border-width: 14px 0 14px 14px;
}

.flow li div::before {
  right: -15px;
}

.flow li div::after {
  right: -14px;
  border-color: transparent transparent transparent #fff;
}

.flow li figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.flow li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.flow li .ttl {
  position: relative;
  margin: 15px 0;
  padding: 50px 0 0;
  box-sizing: content-box;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

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

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

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

.flow_lesson .ttl01 {
  margin-bottom: 30px;
  line-height: 1.15;
}

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

.flow_lesson .flow li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 23.3%;
          flex: 1 0 23.3%;
}

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

.flow_lesson .flow li::before {
  top: 245px;
}

.flow_lesson .flow li:first-child::before {
  right: 0;
}

.flow_lesson .flow li:last-child::before {
  left: 0;
}

.flow_lesson .flow li:not(:first-child):not(:last-child)::before {
  left: 0;
  right: 0;
  width: auto;
}

.flow_lesson .flow li div::before,
.flow_lesson .flow li div::after {
  top: 102px;
}

.flow_lesson .flow li div::before {
  right: -15px;
  border-color: transparent transparent transparent #ffe5ef;
}

.flow_lesson .flow li:last-child div::before,
.flow_lesson .flow li:last-child div::after {
  display: none;
}

.flow_lesson .flow li figure {
  height: 195px;
}

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

.flow_lesson .flow.column03 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.flow_lesson p.note {
  margin: 20px auto 0;
  text-align: center;
}

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

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

.flow_class ol li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 31.1%;
          flex: 1 0 31.1%;
  margin-top: 24px;
}

.flow_class ol li:nth-child(-n+3) {
  margin-top: 0;
}

.flow_class ol li:nth-child(3n+1) {
  margin-left: 0;
}

.flow_class ol li::before {
  top: 318px;
}

.flow_class ol li:nth-child(3n+1)::before {
  right: 0;
}

.flow_class ol li:nth-child(3n+2)::before {
  left: 0;
  right: 0;
  width: auto;
}

.flow_class ol li:nth-child(3n)::before {
  left: 0;
}

.flow_class ol li div::before,
.flow_class ol li div::after {
  top: 142px;
}

.flow_class ol li div::before {
  right: -15px;
  border-color: transparent transparent transparent #f2f2f2;
}

.flow_class ol li:nth-child(3n) div::before,
.flow_class ol li:nth-child(3n) div::after {
  display: none;
}

.flow_class ol li figure {
  height: 270px;
}

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

/* ============================================================ */
/* .flow_box */
/* ============================================================ */
.flow_box {
  width: 960px;
  margin: 0 auto;
}

.flow_box > li {
  position: relative;
  padding: 30px;
  background: #f2f2f2;
}

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

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

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

/* ============================================================ */
/* .course_block */
/* ============================================================ */
.course_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background: #f2f2f2;
}

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

.course_block figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin: 0 40px 0 0;
}

.course_block figure img {
  width: 100%;
}

.course_block > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.course_block .ttl {
  margin: 0 0 10px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.1;
}

.course_block .ttl span {
  font-size: 2.0rem;
}

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

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

.course_block .ttl a:hover {
  color: #ee0055;
  text-decoration: none;
  opacity: 1;
}

.course_block .feature_icon_list {
  margin: 15px 0;
}

.course_block .lead {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

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

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

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

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

#cinfo_lesson11_index .course_block table th{
    text-align: center;
}

#cinfo_lesson11_index .course_block h4{
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

#cinfo_lesson11_index .course_block table.table01 th{
    text-align: left;
    background-color:#ffe5ee;
}

#cinfo_lesson11_index .course_block .ttl{
    text-align: center;
}

/* ============================================================ */
/* #visual */
/* ============================================================ */
#visual {
  position: relative;
  height: 360px;
  margin: 0 0 90px;
}

#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: 0 80px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

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

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

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

#visual div[class^="al_"] h2 {
  margin: 10px 0 15px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

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

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

#visual div[class^="al_"] [class^="btn_"] {
  margin-top: 20px;
  padding: 0 35px;
  font-size: 1.6rem;
}

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

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

#visual div[class^="al_"] p + [class^="btn_"],
#visual div[class^="al_"] p + .box {
  margin-top: 30px;
}

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

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

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

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

#visual figure {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#visual figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

#visual .slider ul {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  height: 460px;
  overflow: hidden;
}

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

/* ============================================================ */
/* .local_nav */
/* ============================================================ */
.local_nav {
  background: #f5f5f5;
}

.local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

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

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

.local_nav ul li:last-child {
  margin-right: 0;
}

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

.local_nav ul li a {
  display: block;
  color: #808080;
  text-decoration: none;
}

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

.local_nav ul li a:hover {
  opacity: 1;
}

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

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

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

.local_nav ul.column02 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}

.local_nav ul.column05 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 190px;
          flex: 1 1 190px;
}

.local_nav ul.column07 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 135px;
          flex: 1 1 135px;
}

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

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

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

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

.anchor_link ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

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

.anchor_link ul li 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;
  padding: 15px 0;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.anchor_link ul li a .icon-keyboard_arrow_down {
  margin: 0 5px 0 0;
  color: #ee0055;
  line-height: 1;
}

.anchor_link ul li a:hover {
  text-decoration: none;
}

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

/* ============================================================ */
/* .contact_block */
/* ============================================================ */
.contact_block {
  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: 160px;
  background: #ffe5ef;
}

.contact_block .telephone {
  position: relative;
  margin: 0 30px 0 0;
  padding: 0 0 0 65px;
}

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

.contact_block .telephone p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

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

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

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

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

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

.contact_block .btn_orange01 {
  width: 530px;
  height: 55px;
  font-size: 1.8rem;
  font-weight: bold;
}

.contact_block .btn_orange01 i {
  font-size: 1.6rem;
  font-weight: normal;
}

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

.panel_bnr > a {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  height: 380px;
}

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

.panel_bnr > a div p {
  font-weight: bold;
  line-height: 1.3;
}

.panel_bnr > a div p.bnr_ttl {
  margin: 0 0 10px;
  font-size: 3.6rem;
}

.panel_bnr > a figure {
  position: relative;
  width: 100%;
  height: 380px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.panel_bnr > a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.panel_bnr > a:hover {
  text-decoration: none;
}

.panel_bnr > a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

/* ============================================================ */
/* form */
/* ============================================================ */
input[type="text"],
input[type="tel"]{
  min-width: 300px;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #295094;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
    background: #FFFDE4;
    color: #295094;
}

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

input[type="email"] {
  min-width: 300px;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #295094;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
    background: #FFFDE4;
}

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

/* .list_radio
----------------------------------------------------------- */
.list_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_radio li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

.list_radio.column03 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.2%;
          flex: 0 0 32.2%;
  margin: 20px 0 0 1.7%;
}

.list_radio.column03 li:nth-child(3n+1) {
  margin-left: 0;
}

.list_radio.column03 li:nth-child(-n+3) {
  margin-top: 0;
}

.list_radio.column04 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.3%;
          flex: 0 0 23.3%;
  margin: 20px 0 0 2.2%;
}

.list_radio.column04 li:nth-child(4n+1) {
  margin-left: 0;
}

.list_radio.column04 li:nth-child(-n+4) {
  margin-top: 0;
}

.list_radio_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_radio_confirm li {
  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;
  min-width: 210px;
  height: 40px;
  background: #E7F0F9;
  border: 1px solid #295094;
  color: #295094;
  border-radius: 100px;
}

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

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

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

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

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

.list_checkbox li label.global {
  padding: 3px 0;
}

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

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

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

.selectbox select {
  width: 100%;
  height: 33px;
  padding: 0 0 0 10px;
  background: none transparent;
  border: 0;
  color: #295094;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border-radius: 0px;
}

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

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

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

.selectbox.error {
  background: #fef0f5;
}

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

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

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

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

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

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

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

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

#topic_path,
#topic_path_top {
  font-size: 1.2rem;
  border-top: 1px solid #e6e6e6;
}

#topic_path {
  margin: 100px auto 0;
}

#topic_path_top {
  margin: 0 auto;
}

.school_detail #topic_path_top {
	position: relative;
	z-index: 5;
	background-color:#fff;
}


#topic_path ol,
#topic_path_top 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;
  max-width: 1280px;
  margin: 0 auto;
}

#topic_path ol{
  height: 90px;
  padding: 10px 60px;
}

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


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

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

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

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

/* ============================================================ */
/* footer */
/* ============================================================ */

footer {
  position: relative;
  width: 100%;
  min-width: 1024px;
  background: #fff;
}

footer .btn_pagetop {
  position: absolute;
  bottom: 100px;
  right: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

footer .btn_pagetop a {
  display: block;
  width: 40px;
  height: 80px;
}

footer .btn_pagetop a i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  color: #ee0055;
  font-size: 2.0rem;
}

footer .btn_pagetop a:hover {
  text-decoration: none;
}

footer #footer_top {
  min-width: 1024px;
  padding: 60px 0 80px;
  background: #f2f2f2;
  /*----- #footer_logo -----*/
}

footer #footer_top .inner {
  width: 960px;
  margin: 0 auto;
}

footer #footer_top #footer_logo {
  width: 170px;
}

footer #footer_top #footer_logo img {
  width: 100%;
}

footer #footer_top nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer #footer_top .logo_posi {
  position: absolute;
  margin-top: -30px;
  margin-left: 190px;
}

footer #footer_top nav > ul > li {
  margin: 50px 0 0;
}

footer #footer_top nav > ul > li:nth-child(2n+1) {
  width: 200px;
  margin-right: 40px;
}

footer #footer_top nav > ul > li:nth-child(2n) {
  width: 720px;
}

footer #footer_top nav > ul > li:last-child {
  width: 720px;
  margin-right: 0;
  margin-left: 240px;
}


footer #footer_top nav > ul > li:nth-child(2) ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

footer #footer_top nav > ul > li:nth-child(4) ul {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
}

footer #footer_top nav > ul > li a:hover {
  opacity: 1;
}

footer #footer_top nav > ul > li > a {
  display: inline-table;
  font-weight: bold;
}

footer #footer_top nav > ul > li > a i {
  display: table-cell;
  padding: 0 5px 0 0;
  color: #ee0055;
  vertical-align: middle;
}

footer #footer_top nav > ul > li > a:hover {
  text-decoration: none;
}

footer #footer_top nav > ul > li > a:hover span {
  text-decoration: underline;
}

footer #footer_top nav > ul > li ul {
  margin: 20px 0 0;
  padding: 30px 0 0 20px;
  border-top: 1px dotted #b3b3b3;
  font-size: 1.2rem;
}

footer #footer_top nav > ul > li ul li {
  margin: 0 0 10px;
}

footer #footer_bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 60px 80px;
  font-size: 1.2rem;
}

footer #footer_bottom nav {
  margin: 0 0 15px;
}

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

footer #footer_bottom nav ul li {
  margin: 0 40px 0 0;
}

footer #footer_bottom nav ul li a:hover {
  opacity: 1;
}

footer #footer_bottom div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

footer #footer_bottom div ul li i {
  font-size: 2.0rem;
}

footer #footer_bottom div ul li a:hover {
  text-decoration: none;
}


/* 170316追加 */
/* ============================================================ */

footer #footer_top nav > ul > li > p.category {
  font-size: 1.2rem;
  margin:20px 0 0 0;
  padding:20px 0 0 0;
  width:100%;
  border-top: 1px dotted #b3b3b3;
  font-weight:bold;
}

footer #footer_top nav > ul > li:nth-child(4) ul {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
  border-top: none;
  padding: 0 0 0 20px;
}

footer #footer_top nav > ul > li:nth-child(4) ul.area {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

footer #footer_top nav > ul > li:last-child ul.lang {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
}

.foot_txt{
		font-size: 8px;
    	text-align: right;
    	margin-right: 3%;
    	color: gray;
	}
	.foot_txt a{
    	color: gray;
  }

/* 190703追加 */
/* ============================================================ */
#footer_pref_list nav > ul > li:nth-child(4) ul {
  -webkit-column-count: 6 !important;
  -moz-column-count: 6!important;
  column-count: 6 !important;
  border-top: none !important;
  padding: 0 0 0 20px !important;
}


#index {
  /* #history_menu
	----------------------------------------------------------- */
  /* header
	----------------------------------------------------------- */
  /* #visual
	----------------------------------------------------------- */
  /* #contents
	----------------------------------------------------------- */
  /*----- #menu01 -----*/
  /*----- .information -----*/
  /*----- #menu02 -----*/
  /*----- #other_service -----*/
  /*----- .bnr_block -----*/
  /* footer
	----------------------------------------------------------- */
}

#index:not(.header_fixed) .dropdown_overlay {
  z-index: 8;
}

#index:not(.header_fixed) .dropdown {
  left: 60px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#index #history_menu {
  top: 70px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#index.header_fixed #history_menu {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

#index header {
  position: absolute;
  z-index: auto;
  width: 100%;
  background: none;
  /*----- #header_top -----*/
  /*----- #header_btm -----*/
}

#index header .inner {
  display: block;
}

#index header #header_top > h1 {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 5;
}

#index header #header_top .tel {
  position: absolute;
  top: 80px;
  left: 260px;
	/*left: 320px;/*55周年ロゴ設定*/
  z-index: 5;
}

#index header #header_top .tel p:first-child {
  display: none;
}

#index header #header_top .header_nav {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 5;
  margin: 0;
}

#index header #header_top .header_nav li {
  margin: 0 0 0 15px;
  text-shadow:
        #fff 1px 1px 0, #fff -1px -1px 0,/*右下、左上*/
        #fff -1px 1px 0, #fff 1px -1px 0,/*右上、左下*/
        #fff 0px 1px 0, #fff  0-1px 0,/*右、左*/
        #fff -1px 0 0, #fff 1px 0 0;/*上、下*/
}

#index header #header_btm .header_logo {
  position: absolute;
  top: 70px;
	/*top: 65px;55周年ロゴ設定*/
  left: 40px;
  z-index: 5;
}

#index header #header_btm .global_nav {
  position: absolute;
  top: 600px;
  /*top: 800px;*/
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 80px;
  padding: 0 0 0 20px;
  /*background: #fff;*/
  background: #f7f7f7;
}

#index header #header_btm .global_nav > ul > li {
  padding: 0 20px;
  font-size: 1.5rem;
}

#index header #header_btm .global_nav > ul > li > .dropdown {
  top: auto;
  bottom: 100px;
}

#index header #header_btm .global_nav > ul > li > .dropdown::before {
  position: absolute;
  top: auto;
  bottom: -20px;
  content: "";
  border-style: solid;
  border-color: #fff transparent transparent;
  border-width: 20px 20px 0;
}

#index header #header_btm .global_nav .gnav_reason .dropdown::before {
  left: 3%;
}

#index header #header_btm .global_nav .gnav_course.active .dropdown::before {
  left: 17%;
}

#index header #header_btm .btn {
  position: absolute;
  top: 619px;
  /*top: 819px;*/
  right: 60px;
  z-index: 10;
}

#index header #header_btm .btn [class^="btn"] {
  padding: 0 20px;
  font-size: 1.6rem;
}

#index #visual {
  height: 520px;
  margin-bottom: 160px;
  /*overflow: hidden;*/
}

#index #visual div[class^="al_"] {
  padding: 0 140px;
  color: #333;
}

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

#index #visual figure {
  height: 520px;
}

#index #visual .slider ul {
  height: 520px;
}

#index #visual .slider .btn_prev,
#index #visual .slider .btn_next {
  position: absolute;
  top: 50%;
  display: block;
  background: #ee0055;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#index #visual .slider .btn_prev i,
#index #visual .slider .btn_next i {
  position: relative;
  top: 2px;
}

#index #visual .slider .btn_prev:hover,
#index #visual .slider .btn_next:hover {
  opacity: 0.7;
}

#index #visual .slider .btn_prev {
  left: 80px;
}

#index #visual .slider .btn_next {
  right: 80px;
}

#index .pickup {
  position: absolute;
  left: 0;
  width:100%;
  bottom:-84px;
}

#index .pickup p.icon {
  position: absolute;
  top: -16px;
  left: 40px;
  padding: 0 8px;
  background: #ee0055;
  color: #fff;
  font-size: 1.4rem;
  line-height: 26px;
  border-radius: 6px;
}

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

#index .pickup div.pickup-list {
  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;
  min-width: 640px;
  padding: 25px 60px 25px 40px;
  background: #f8f0f3;
  overflow: hidden;
}

#index .pickup div.pickup-list ul {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: #ee0055;
  font-weight: bold;
}

#index .pickup div.pickup-list ul li {
  position: absolute;
  visibility: hidden;
}

#index .pickup div.pickup-list ul li a {
  color: #ee0055;
}

#index .pickup div.pickup-list div:not(.pickup-list) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}

#index .pickup div.pickup-list div:not(.pickup-list) .btn_pink03 {
  width: 90px;
  min-width: inherit;
  height: 34px;
  font-size: 1.2rem;
}

#index .cpn_bana{
	width: 980px;
	margin: 110px auto 0 auto;
}

#contactus_ml_index .cpn_bana{
	width: 980px;
	margin: 50px auto;
	text-align:center;
}


#index:not(.header_fixed) #contents {
  position: relative;
  z-index: 20;
}

#index .ttl01 {
  font-size: 4.0rem;
}

#index #menu01 .main_course {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines:multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
      flex-wrap: wrap;
}

#index #menu01 .main_course li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3%;
          flex: 1 0 33.3%;
  overflow: hidden;
}

#index #menu01 .main_course li a {
  position: relative;
  display: block;
  padding: 40px;
  height: 300px;
  font-weight: bold;
  line-height: 1.2;
}

#index #menu01 .main_course li a > * {
  position: relative;
  z-index: 1;
}

#index #menu01 .main_course li a p:not(.course) {
  margin: 0 0 5px;
}

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

#index #menu01 .main_course li a .course {
  display: inline-block;
  margin: 15px 0 0;
  padding: 8px 20px;
  background: #ee0055;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 100px;
}

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

#index #menu01 .main_course li 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 #menu01 .main_course li a:hover {
  text-decoration: none;
}

#index #menu01 .main_course li a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

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

#index #menu01 .main_course li.everyday p:not(.course) {
  font-size: 1.8rem;
}

#index #menu01 .main_course li.everyday p.course {
  font-size: 2.0rem;
  margin-top: 5px;
}

#index #menu01 .main_course li.everyday p.course span {
  font-size:1.2rem;
}

#index #menu01 .main_course li.everyday h2 {
  margin-bottom: 10px;
}

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

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

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

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

#index #menu01 .main_course li.junior_high_school a::before {
  background-image: url(/img/bg_junior_high_school.png);
}
#index #menu01 .main_course li.online a::before {
background-image: url(/img/bg_online.png);
}
#index #menu01 .main_course li.multi a::before {
background-image: url(/img/bg_multi.png);
}
#index #menu01 .main_course li.senior a::before {
background-image: url(/img/bg_senior.png);
}

#index #menu01 .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index #menu01 .select li {
  width: 50%;
}

#index #menu01 .select li a {
  display: block;
  color: #ee0055;
  font-size: 2.0rem;
  text-align: center;
  line-height: 120px;
}

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

#index #menu01 .select li a:hover {
  text-decoration: none;
}

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

#index #menu01 .course_2rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index #menu01 .course_2rows .global_communication,
#index #menu01 .course_2rows .course_kids {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

#index #menu01 .global_communication 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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 300px;
  padding: 40px;
  background: url(/img/bg_global_communication.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.6;
}

#index #menu01 .course_kids 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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 300px;
  padding: 40px;
  background: url(/img/bg_kids.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.6;
}

#index #menu01 .global_communication a h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #menu01 .course_kids a h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #menu01 .global_communication a p,
#index #menu01 .course_kids a p {
  margin: 0 0 20px;
  font-size: 1.6rem;
}

#index #menu01 .global_communication a [class^="btn_"],
#index #menu01 .course_kids a [class^="btn_"] {
  width: 300px;
}

#index #menu01 .global_communication a:hover,
#index #menu01 .course_kids a:hover {
  text-decoration: none;
}

#index #menu01 .global_communication a:hover [class^="btn_"],
#index #menu01 .course_kids a:hover [class^="btn_"] {
  background: #ee0055;
  border-color: #ee0055;
  color: #fff;
}

#index #menu01 .benefit_course a {
  display: block;
  background-image: url(/img/bg_benefit_course02.png), url(/img/bg_benefit_course01.png);
  background-position: left center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  color: #fff;
  line-height: 1.6;
}

#index #menu01 .benefit_course a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1280px;
  margin: 0 auto;
}

#index #menu01 .benefit_course a .inner div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 300px;
}

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

#index #menu01 .benefit_course a p {
  margin: 20px 0 15px;
  font-size: 1.6rem;
}

#index #menu01 .benefit_course a [class^="btn_"] {
  width: 300px;
}

#index #menu01 .benefit_course a:hover {
  text-decoration: none;
}

#index #menu01 .benefit_course a:hover [class^="btn_"] {
  background: #ee0055;
  border-color: #ee0055;
  color: #fff;
}

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

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

#index #menu01 .biz_school a p {
  margin: 15px 0 15px;
  font-size: 1.6rem;
}

#index #menu01 .biz_school a [class^="btn_"] {
  width: 300px;
}

#index #menu01 .biz_school a:hover {
  text-decoration: none;
}

#index #menu01 .biz_school a:hover [class^="btn_"] {
  background: #ee0055;
  border-color: #ee0055;
  color: #fff;
}

#index #menu01 .eigokairo a {
  display: flex;
  background-image: url(/img/bg_eigokairo02.png), url(/img/bg_eigokairo01.png);
  background-position: right center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  color: #fff;
  line-height: 1.6;
  padding: 0 40px;
}

#index #menu01 .eigokairo a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content:flex-start;
  max-width: 1280px;
}

#index #menu01 .eigokairo a .inner div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 300px;
}

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

#index #menu01 .eigokairo a p {
  margin: 20px 0 15px;
  font-size: 1.6rem;
}

#index #menu01 .eigokairo a [class^="btn_"] {
  width: 350px;
}

#index #menu01 .eigokairo a:hover {
  text-decoration: none;
}

#index #menu01 .eigokairo a:hover [class^="btn_"] {
  background: #ee0055;
  border-color: #ee0055;
  color: #fff;
}

#index .information {
  width: 960px;
  margin: 50px auto;
}

#index .information ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}

#index .information ul li {
  position: relative;
  width: 300px;
  line-height: 1.6;
}

#index .information ul li:not(:first-child) {
  margin: 0 0 0 25px;
}

#index .information ul li a {
  display: block;
}

#index .information ul li a img {
  width: 100%;
}

#index .information ul li a .category {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #ee0055;
  color: #ee0055;
  font-size: 1.2rem;
  line-height: 28px;
  border-radius: 100px;
}

#index .information ul li a time {
  display: block;
  margin: 10px 0 5px;
  font-weight: bold;
}

#index .information ul li a p {
  display: table;
}

#index .information ul li a p i {
  display: table-cell;
}

#index .information ul li a:hover {
  text-decoration: none;
}

#index .information > p {
  margin: 30px 0 0;
  font-size: 1.6rem;
  text-align: center;
}

#index .information > p a {
  color: #ee0055;
}

#index .information > p a i {
  margin: 0 8px 0 0;
}

#index .information > p a:hover {
  text-decoration: none;
}

	/*#index reason*/
	#index #reason{
    padding: 30px 0 40px;
    /*background: #f2f2f2;	*/
	background-image: url(/img/bg_reason02.png);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
			}
	#index #reason h2.ttl01 {
	margin-bottom:inherit;
	color: #fff;
}
	#index #reason > p{
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
			}
	#index #reason ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
	#index #reason ol li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.3%;
    flex: 1 1 23.3%;
    padding: 25px;
    background: #fff;
}
	#index #reason ol li:not(:first-child) {
    margin: 0 0 0 1px;
}
	#index #reason ol li h3 {
	margin: 0 0 20px;
	font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
	text-align: center;
	color: #ee0055;
}
	#index #reason ol li h3 .icon-done {
    color: #ee0055;
    font-size: 2.0rem;
	margin-right: 10px;
}

/*#index reason end*/

#index #menu02 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;
  padding: 40px 0 40px 40px;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#index #menu02 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 #menu02 a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#index #menu02 a > * {
  position: relative;
  z-index: 1;
}

#index #menu02 a h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 3.0rem;
  line-height: 1.2;
}

#index #menu02 div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index #menu02 div:first-child > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3%;
          flex: 1 0 33.3%;
}

#index #menu02 div:first-child > a {
    height:inherit;
    color:inherit;
}

/*#index #menu02 div:first-child .reason h2 {
  font-size: 4.8rem;
}

#index #menu02 div:first-child .reason::before {
  background-image: url(/img/bg_reason.png);
}*/


/*#index map*/
#index #menu02 div:first-child .find_school h2 i {
  margin: 0 5px 0 0;
}

/*#index #menu02 div:first-child .find_school::before {
  background-image: url(/img/bg_find_school.png);
}*/

	#index #menu02 div:first-child > a {
    height:inherit;
    color:inherit;
			}

	#index #menu02 div:first-child > div.find_school {
    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;
    padding: 40px 0 40px 40px;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
	height: 400px;
	background: #fff2f7;
	background: url(/img/bg_map.png) center center no-repeat;
    background-size: cover;
}
	#index #menu02 div:first-child > div.find_school a {
    padding: 0 0 10px 0;
	width: 220px;
    height: 36px;
    margin: 8px 0 0 4px;
    background: #fff;
    border: 1px solid #8c8c8c;
    line-height: 34px;
    text-align: center;
    border-radius: 100px;
}

	#index #menu02 div.find_school h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    line-height: 1.2;
	font-size: 2.4rem;
}
	#index #menu02 div.find_school ul {
		position: absolute;
		top:80px;
		left:30px;
}
	#index #menu02 div.find_school ul li i {
		position: absolute;
		top: 50%;
		right: 15px;
		margin: -0.5em 0 0;
}
	#index #menu02 div.find_school img {
		width: 40%;
		position: absolute;
		top:50px;
		right:60px;
}
/*----#menu01 2018/06/22-----*/
#index #menu01 .find_school h2 i,
#cinfo_index .find_school h2 i {
  margin: 0 5px 0 0;
}
	#index #menu01 div.find_school,
	#cinfo_index div.find_school {
    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;
    padding: 40px 0 40px 40px;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
	height: 250px;
	background: #fff2f7;
	background: url(/img/bg_map_01.png) left center no-repeat;
    background-size: cover;
	box-sizing: border-box;
}
	#index #menu01 div.find_school h2,
	#cinfo_index div.find_school h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    line-height: 1.2;
	font-size: 2.4rem;
		margin: auto;
}
	#index #menu01 div.find_school a,
	#cinfo_index div.find_school a {
		position: relative;
		display: block;
    padding: 0 0 10px 0;
			width: 220px;
    height: 36px;
    margin: 8px 0 0 4px;
    background: #fff;
    border: 1px solid #8c8c8c;
    line-height: 34px;
    text-align: center;
    border-radius: 100px;
}
	#index #menu01 div.find_school ul,
	#cinfo_index div.find_school ul {
			width: 750px;
		position: absolute;
		top:80px;
		left:0;
		right: 0;
		margin: auto;
		display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
	#index #menu01 div.find_school ul li i,
	#cinfo_index div.find_school ul li i{
		position: absolute;
		top: 50%;
		right: 15px;
		margin: -0.5em 0 0;
}

#index #menu01 div.find_school li:nth-of-type(3) a,
#index #menu01 div.find_event li:nth-of-type(3) a {
    width: 250px;
}
#index #menu01 div.find_school p,
#cinfo_index div.find_school p{
	text-align: center;
}
	#index #menu01 div.find_school img,
	#cinfo_index div.find_school img {
		width: 15%;
		position: absolute;
		top:50%;
		right:60px;
		transform: translateY(-50%);
}

/*----#menu01 2018/06/22-----*/
/*#index end*/

#index #menu02 div:first-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
 /*     -ms-flex-direction: column;
          flex-direction: column;*/
}

#index #menu02 div:first-child > div a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 35px 40px;
}

#index #menu02 div:first-child > div a h2 {
  font-size: 2.4rem;
}

#index #menu02 div:first-child > div a.voice::before {
  background-image: url(/img/bg_voice.png);
  background-size: inherit;
  background-position: center right;
  background-color: #F4F6FA;
}

#index #menu02 div:first-child > div a.teacher::before {
  background-image: url(/img/bg_teacher.png);
  background-size: inherit;
  background-position: center right;
  background-color: #E7EEF0;
}

#index #menu02 .counseling a {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  background-image: url(/img/bg_counseling_01.png), url(/img/bg_counseling_02.png);
  background-color: #edefec;
  background-position: left center, right center;
  background-repeat: no-repeat;
  font-weight: bold;
}

#index #menu02 .counseling a h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 15px;
}

#index #menu02 .counseling a [class^="btn_"] {
  width: 250px;
  margin: 20px 0 0;
}

#index #menu02 a:hover {
  text-decoration: none;
}

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

#index #other_service {
  padding: 80px 0;
}

#index .bnr_block {
  padding: 80px 0;
  border-top: 1px solid #d9d9d9;
  /*border-bottom: 1px solid #d9d9d9;*/
}

#index .bnr_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}

#index .bnr_block ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  margin: 0 0 20px 25px;
}

#index .bnr_block ul li:nth-child(4n+1) {
  margin-left: 0;
}

#index .bnr_block ul li a {
  position: relative;
  display: block;
}

#index .bnr_block ul li a[target="_blank"]::before {
  position: absolute;
  top: 0;
  right: 5px;
  content: "\e909";
  font-family: 'icomoon';
  font-size: 1.2rem;
}

#index .bnr_block ul li a img {
  width: 100%;
}

#index:not(.header_fixed) footer {
  position: relative;
  z-index: 10;
}

	/*#index info*/

#index #top_faq {
	padding: 80px 0;
	border-bottom: none;
	background: #f8f0f3;
}

#index #top_faq .info_bana a{
    display: block;
    background: #fff;
    border-radius: 100px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #8c8c8c;
		}
#index #top_faq .info_bana a:hover{
    text-decoration: none;
		}
#index #top_faq .info_bana a i {
    margin: 0 10px 0 0;
    color: #ee0055;
}
#index #top_faq .info_bana p {
    position: relative;
}
#index #top_faq .info_bana a i.icon-right {
    position: absolute;
    top: 5px;
    right: 5px;
}
	/*#index info*/
	#index #other_info {
		padding: 80px 0;
		border-bottom: 1px solid #d9d9d9;
}
	#index .info_list {
    border-top: 1px solid #d9d9d9;
}
	#index .info_list li {
    display: flex;
    align-items: flex-start;
    padding: 15px 5px;
    border-bottom: 1px solid #d9d9d9;
}
	#index .info_list li time {
    flex: 0 0 150px;
    font-weight: bold;
}
	#index .info_list li .category {
    flex: 0 0 105px;
    margin: 0 15px 0 0;
    border: 1px solid #ee0055;
    border-radius: 100px;
    color: #ee0055;
    font-size: 1.2rem;
    text-align: center;
    line-height: 28px;
}
	#index .info_list li p:not(.category) {
    flex: 1 0 0%;
    position: relative;
    padding: 0 0 0 20px;
}
	#index .info_list li p:not(.category) a {
    display: block;
}
	#index .info_list li p:not(.category) .icon-keyboard_arrow_right {
    position: absolute;
    top: 3px;
    left: 0;
    color: #808080;
}
/*#index info end*/

/* ============================================================ */
/* ECCが選ばれる理由 共通スタイル
   .reason */
/* ============================================================ */
.reason {
  /*----- #visual -----*/
  /*----- .feature_list -----*/
  /*----- .btn_link_block -----*/
}

.reason .gnav_reason > a {
  color: #ee0055;
}

.reason .gnav_reason > a::after {
  width: 100% !important;
}

.reason #visual div[class^="al_"] p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
}

.reason .feature_list > li {
  display: block;
}

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

.reason .feature_list > li .number {
  float: left;
}

.reason .feature_list > li .ttl {
  margin-bottom: 30px !important;
  font-size: 3.2rem;
  line-height: 1.4;
}

.reason .feature_list > li > p,
.reason .feature_list > li > ul {
  margin-left: 140px;
}

.reason .btn_link_block {
  margin: 100px auto;
  padding: 40px 0;
  border-top: 2px solid #ee0055;
  border-bottom: 2px solid #ee0055;
}

.reason .btn_link_block .ttl01 {
  margin: -10px 0 25px;
}

.reason .btn_link_block .ttl01 span {
  display: block;
  color: #ee0055;
  font-size: 3.2rem;
}

.reason .btn_link_block .ttl01 span::before, .reason .btn_link_block .ttl01 span::after {
  display: inline-block;
  padding: 0 5px;
  content: "/";
  font-family: "Arial Black", Gadget, sans-serif;
}

.reason .btn_link_block .ttl01 span::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.reason .btn_link_block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reason .btn_link_block div [class^="btn"] {
  width: 300px;
  min-height: 70px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.reason .btn_link_block div [class^="btn"]:not(:first-child) {
  margin: 0 0 0 30px;
}

#reason_method_index .btn_link_block #btn_reason_method,
#reason_teacher_index .btn_link_block #btn_reason_teacher,
#reason_customize_index .btn_link_block #btn_reason_customize,
.reason_service .btn_link_block #btn_reason_service {
  display: none;
}

/* ============================================================ */
/* ECCが選ばれる理由 トップ
   #reason_index */
/* ============================================================ */
#reason_index #lead p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

#reason_index .row [class^="btn_"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 630px;
  margin: 0 auto;
  font-size: 1.6rem;
}

/* ============================================================ */
/* ECC独自のELICITメソッド
   #reason_method_index */
/* ============================================================ */
#reason_method_index .box {
  margin: 0 0 0 140px;
  padding: 30px;
  background: #f2f2f2;
}

#reason_method_index .box:not(:last-of-type) {
  margin-bottom: 20px;
}

#reason_method_index .box .img_float_right figure {
  margin-left: 30px;
}

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

/* ============================================================ */
/* 引き出す指導に精通した講師陣
   #reason_teacher_index */
/* ============================================================ */
#reason_teacher_index #bnr_movie {
  margin: 100px auto;
}

#reason_teacher_index #bnr_movie 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  text-align: center;
  background-image: url(/reason/teacher/img/bg_movie01.png), url(/reason/teacher/img/bg_movie02.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-color: #e9a5bb;
}

#reason_teacher_index #bnr_movie a p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
}

#reason_teacher_index #bnr_movie a [class^="btn_"] {
  min-width: 250px;
  font-size: 1.6rem;
}

#reason_teacher_index #bnr_movie a:hover {
  text-decoration: none;
}

#reason_teacher_index #bnr_movie a:hover [class^="btn_"] {
  background: #fff;
  border-color: #fff;
  color: #ee0055;
}

/* ============================================================ */
/* 自慢の講師
   #reason_teacher_interview_index */
/* ============================================================ */
#reason_teacher_interview_index {
  /*----- .modal_content -----*/
}

#reason_teacher_interview_index .area_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}

#reason_teacher_interview_index .area_category li {
  margin: 0 7px 15px;
}

#reason_teacher_interview_index .area_category li a {
  display: block;
  padding: 0 40px;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  line-height: 42px;
  border-radius: 100px;
}

#reason_teacher_interview_index .area_category li a:hover,
#reason_teacher_interview_index .area_category li.active a {
  background: #fbd9e6;
  border-color: #fbd9e6;
  opacity: 1;
}

#reason_teacher_interview_index .modal_content {
  width: 720px;
  height: 640px;
  padding: 60px 60px 40px;
}

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

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

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

#reason_teacher_interview_index .modal_content .movie .thumb.movie-loading {
  cursor: default;
}

#reason_teacher_interview_index .modal_content .movie .thumb.movie-loading i {
  -webkit-animation: movie_icon_rotate 5s;
          animation: movie_icon_rotate 5s;
}

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

#reason_teacher_interview_index .modal_content h3 {
  margin: 20px 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

#reason_teacher_interview_index .modal_content h3 span {
  font-size: 2.4rem;
  font-weight: bold;
}

#reason_teacher_interview_index .modal_content h4 {
  margin: 30px 0 15px;
  font-size: 1.6rem;
  line-height: 1.4;
}

#reason_teacher_interview_index .modal_content h3 + h4 {
  margin-top: 20px;
}

/* ============================================================ */
/* レベルと目的に合わせた柔軟なレッスンコーディネート
   #reason_customize_index */
/* ============================================================ */
#reason_customize_index #flow_lesson_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1px 25px;
}

#reason_customize_index #flow_lesson_plan li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  padding: 15px 0;
  background: #ffe5ef;
}

#reason_customize_index #flow_lesson_plan li:not(:first-child) {
  margin: 0 0 0 2px;
}

#reason_customize_index #flow_lesson_plan li:not(:first-child)::before {
  position: absolute;
  top: 30px;
  right: 138px;
  content: "";
  width: 105px;
  height: 12px;
  background: url(/reason/customize/img/icon_arrow.png) right top no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#reason_customize_index #flow_lesson_plan li p:not(.step) {
  margin: 0 20px;
}

#reason_customize_index #flow_lesson_plan li .step {
  position: relative;
  display: block;
  width: 80px;
  margin: 0 auto;
  background: #ee0055;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
}

#reason_customize_index #flow_lesson_plan li .step::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: "";
  border-color: #ee0055 transparent transparent;
  border-style: solid;
  border-width: 7px 6px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#reason_customize_index #flow_lesson_plan li h4 {
  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;
  margin: 15px 0 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

/* ============================================================ */
/* 学びの継続を助ける徹底したサポート体制
   #reason_service_index */
/* ============================================================ */
#reason_service_index .feature_list > li > p:not(last-child) {
  margin-bottom: 20px;
}

#reason_service_index .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

#reason_service_index .check li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  margin: 20px 0 0 20px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#reason_service_index .check li:nth-child(-n+2) {
  margin-top: 0;
}

#reason_service_index .check li:nth-child(2n+1) {
  margin-left: 0;
}

#reason_service_index .check li .icon-done {
  margin: 0 15px 0 0;
  color: #ee0055;
  font-size: 2.0rem;
}

/* ============================================================ */
/* ECCの特長
   #reason_features_index */
/* ============================================================ */

#reason_features_index .img_float_left > div, .img_float_right > div {
	font-size: 1.7rem;
	padding: 0 30px;
	font-weight: bold;
}

#reason_features_index .row [class^="btn_"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 630px;
    margin: 0 auto;
    font-size: 1.6rem;
}

#reason_features_index .img_float_right figure {
    margin: 0;
}

/* ============================================================ */
/* コース・料金 共通スタイル
   .cinfo */
/* ============================================================ */
.cinfo {
  /*----- #point -----*/
  /*----- #optimum -----*/
  /*----- #system -----*/
  /*----- #changing -----*/
  /*----- .panel_bnr -----*/
  /*----- .info_block -----*/
}

.cinfo .gnav_course > a {
  color: #ee0055;
}

.cinfo .gnav_course > a::after {
  width: 100% !important;
}

.cinfo #visual.course_name {
  margin-bottom: 60px;
}

.cinfo #point {
  padding: 30px 0 40px;
  background: #f2f2f2;
}

.cinfo #point ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.cinfo #point ol li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 23.3%;
          flex: 1 1 23.3%;
  padding: 25px;
  background: #fff;
}

.cinfo #point ol li:not(:first-child) {
  margin: 0 0 0 1px;
}

.cinfo #point ol li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  border: 1px solid #d9d9d9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.cinfo #point ol li h3 span {
  color: #ee0055;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.cinfo #point ol li h3 span:last-child {
  margin: 8px 0 0;
  font-size: 3.6rem;
}

.cinfo #optimum figure {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}

.cinfo #optimum figure img {
  width: 100%;
}

.cinfo #optimum .ttl02 {
  margin: 0 0 15px 500px;
  padding: 50px 0 0;
  text-align: left;
}

.cinfo #optimum p {
  margin: 0 0 10px 500px;
  font-size: 2.0rem;
  font-weight: bold;
}

.cinfo #optimum ul {
  margin: 0 0 0 500px;
}

.cinfo #optimum ul li {
  position: relative;
  padding: 0 0 0 35px;
  font-size: 1.6rem;
  font-weight: bold;
}

.cinfo #optimum ul li i {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #ee0055;
  font-size: 2.0rem;
}

.cinfo #optimum::after {
  display: block;
  content: "";
  clear: both;
}

.cinfo #system > .table_wrap,
.cinfo #system > .table01 {
  margin: 0 0 20px;
}

.cinfo #system > .table_wrap th,
.cinfo #system > .table01 th {
  width: 320px;
}

.cinfo #changing .tab_box {
  margin-top: 40px;
}

.cinfo #changing .level_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 30px 0 0;
  padding: 30px;
  background: #f2f2f2;
}

.cinfo #changing .level_block .ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  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;
  margin: 0 30px 0 0;
  background: #fff;
  color: #ee0055;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.cinfo #changing .level_block div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 5px 0;
}

.cinfo #changing .level_block div .sub_ttl {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.cinfo .panel_bnr {
  margin: 0 0 40px;
}

.cinfo .info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
  padding: 25px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.cinfo .info_block h2 {
  margin: 0 30px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.cinfo:not(#cinfo_index) #topic_path {
  margin-top: 40px;
}

.cinfo:not(#cinfo_index) .flow_lesson {
  margin-top: 100px;
}

.cinfo #lesson_style div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0 0;
}
.cinfo #lesson_style div figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}
.cinfo #lesson_style div figure img {
    width: 100%;
}
.cinfo #lesson_style div ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 630px;
    flex: 0 0 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.cinfo #lesson_style div ul li {
    padding: 10px 0;
}
.cinfo #lesson_style div ul li.start {
    margin: 0 35px 0 0;
}
.cinfo #lesson_style div ul li h4 {
    font-weight: bold;
}
..cinfo #lesson_style div ul li.plan {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.cinfo #lesson_style div ul li.reason {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-top: 1px solid #d9d9d9;
}
.cinfo .more {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #ffe5ef;
    min-width: 225px;
    text-align: center;
    height: 45px;
    padding: 0 20px;
    font-size: 1.6rem;
    cursor: pointer;
    border-radius: 100px;
}

.cinfo .bnr_box {
  text-align: center;
  margin: 0 auto 60px;
}

/* ============================================================ */
/* コース・料金 トップ
   #cinfo_index */
/* ============================================================ */
#cinfo_index {
  /*----- .local_nav -----*/
  /*----- .course_list -----*/
  /*----- #navi -----*/
  /*----- .benefit_course -----*/
  /*----- #bnr_diagnosis -----*/
  /*----- #other_language -----*/
}

#cinfo_index .local_nav {
  margin-bottom: 100px;
}

#cinfo_index .course_list li.global a figure {
  height: 300px;
}

#cinfo_index #navi .course_list li h3 {
  margin-bottom: 0;
}

#cinfo_index .benefit_course a {
  display: block;
  background-image: url(/img/bg_benefit_course02.png), url(/img/bg_benefit_course01.png);
  background-position: left center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  color: #fff;
  line-height: 1.6;
}

#cinfo_index .benefit_course a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1280px;
  margin: 0 auto;
}

#cinfo_index .benefit_course a .inner div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 300px;
}

#cinfo_index .benefit_course a h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
}

#cinfo_index .benefit_course a p {
  margin: 20px 0 15px;
  font-size: 1.6rem;
}

#cinfo_index .benefit_course a [class^="btn_"] {
  width: 300px;
}

#cinfo_index .benefit_course a:hover {
  text-decoration: none;
}

#cinfo_index .benefit_course a:hover [class^="btn_"] {
  background: #ee0055;
  border-color: #ee0055;
  color: #fff;
}

/* 20190122追加 */
#cinfo_index .teacher_course a {
  display: block;
  background-image: url(/cinfo/img/bg_teacher_course02.png), url(/cinfo/img/bg_teacher_course01.png);
  background-position: left center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  color: #fff;
  line-height: 1.6;
}

#cinfo_index .teacher_course a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

#cinfo_index .teacher_course a .inner div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 200px;
}

#cinfo_index .teacher_course a h2 {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.2;
  color: #333;
  margin: 0 0 40px 0;
  width:750px;
}

#cinfo_index .teacher_course a p {
  margin: 20px 0 15px;
  font-size: 1.6rem;
}

#cinfo_index .teacher_course a [class^="btn_"] {
  width: 300px;
  background: #ee0055;
  border-color: #ee0055;
  color: #fff;
}

#cinfo_index .teacher_course a:hover {
  text-decoration: none;
}

#cinfo_index .teacher_course a:hover [class^="btn_"] {
  background: #fff;
  border-color: #ee0055;
  color: #ee0055;
}

#cinfo_index .teacher_course a span {
	position: absolute;
	right: 100px;
	top: 130px;
}

#cinfo_index #bnr_diagnosis 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 390px;
  background: url(/cinfo/img/bg_diagnosis.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_index #bnr_diagnosis a h2 {
  font-size: 3.8rem;
}

#cinfo_index #bnr_diagnosis a p {
  margin: 10px 0 30px;
  font-size: 2.0rem;
}

#cinfo_index #bnr_diagnosis a [class^="btn_"] {
  min-width: 250px;
  font-size: 1.6rem;
}

#cinfo_index #bnr_diagnosis a:hover {
  text-decoration: none;
}

#cinfo_index #bnr_diagnosis a:hover [class^="btn_"] {
  background: #fff;
  border-color: #fff;
  color: #ee0055;
}

#cinfo_index #other_language {
  position: relative;
}

#cinfo_index #other_language .btn_list {
  position: absolute;
  top: 8px;
  right: 60px;
}

#cinfo_index #other_language .btn_list [class^="btn_"] {
  font-size: 1.6rem;
}

#cinfo_index #other_language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cinfo_index #other_language ul li {
  width: 135px;
  text-align: center;
}

#cinfo_index #other_language ul li a {
  display: block;
}

#cinfo_index #other_language ul li a figure {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0 0 15px;
}

#cinfo_index #other_language ul li a figure img {
  width: 100%;
}

#cinfo_index #other_language ul li a p {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
}

#cinfo_index #other_language ul li a p i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #808080;
}

@media only screen and (min-width: 1025px) and (max-width: 1130px) {
  #cinfo_index #other_language .btn_list {
    top: 50px;
  }
}

@media only screen and (min-width: 721px) and (max-width: 768px) {
  #cinfo_index #other_language .btn_list {
    top: 60px;
  }
}

/* ============================================================ */
/* TOEIC®L&R Test対策コース
   .cinfo_toeic */
/* ============================================================ */
.cinfo_toeic #visual {
  margin-bottom: 30px;
}

.cinfo_toeic .local_nav {
  margin-bottom: 100px;
}

.cinfo_toeic .local_nav_btm {
  margin: 40px 0 -40px;
}

/* ============================================================ */
/* TOEIC®L&R Test対策コース コース説明
   #cinfo_toeic_index */
/* ============================================================ */
#cinfo_toeic_index .point_list {
  margin: 40px 0;
}

#cinfo_toeic_index .table01 {
  margin: 40px 0;
}

#cinfo_toeic_index .table01 thead th:first-child {
  width: 260px;
}

#cinfo_toeic_index .table01 tbody th {
  width: 260px;
  vertical-align: middle;
}

#cinfo_toeic_index .guarantee_system {
  margin: 40px 0 0;
}

#cinfo_toeic_index .guarantee_system .ttl03 {
  margin-bottom: 10px;
}

#cinfo_toeic_index .guarantee_system p {
  margin-bottom: 10px;
}

#cinfo_toeic_index .guarantee_system ul.note {
  font-size: 1.4rem;
}

/* ============================================================ */
/* TOEIC®L&R Test対策コース 目標別カウンセリング例
   #cinfo_toeic_scorebetsu */
/* ============================================================ */
#cinfo_toeic_scorebetsu .example {
  margin: 100px auto;
}

#cinfo_toeic_scorebetsu .example .ttl_block {
  margin: 0 0 50px;
  background: #ffebf3;
}

#cinfo_toeic_scorebetsu .example .ttl_block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 960px;
  margin: 0 auto;
}

#cinfo_toeic_scorebetsu .example .ttl_block .score {
  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;
  width: 120px;
  height: 120px;
  background: #fff;
  border: 1px solid #ccc;
}

#cinfo_toeic_scorebetsu .example .ttl_block .score p {
  text-align: center;
  line-height: 1.5;
}

#cinfo_toeic_scorebetsu .example .ttl_block .score p span {
  display: block;
  font-size: 3.0rem;
}

#cinfo_toeic_scorebetsu .example .ttl_block .ttl_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 580px;
          flex: 1 0 580px;
  margin: 0 10px 0 40px;
}

#cinfo_toeic_scorebetsu .example .ttl_block .ttl_text .ttl02 {
  margin: 0 0 5px;
  text-align: left;
  line-height: 1.2;
}

#cinfo_toeic_scorebetsu .example .ttl_block .ttl_text p {
  font-size: 2.0rem;
  font-weight: bold;
}

#cinfo_toeic_scorebetsu .example .ttl_block figure {
  margin: -25px 0;
  overflow: hidden;
  width: 210px;
  height: 210px;
  border-radius: 50%;
}

#cinfo_toeic_scorebetsu .example .ttl_block figure img {
  width: 100%;
}

#cinfo_toeic_scorebetsu .example .flow_box li strong {
  font-size: 1.6rem;
}

#cinfo_toeic_scorebetsu .example .result {
  width: 960px;
  margin: 25px auto 0;
  color: #ee0055;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

#cinfo_toeic_scorebetsu .example .result .icon-arrow-dotted {
  display: block;
  margin: 5px 0 20px;
  color: #ee0055;
  font-size: 5.8rem;
}

#cinfo_toeic_scorebetsu .example .result .course {
  padding: 20px 0;
  border: 2px solid #ee0055;
}

/* ============================================================ */
/* TOEIC®L&R Test対策コース 受講生に学ぶ TOEIC®Test学習法
   #cinfo_toeic_manabu */
/* ============================================================ */
#cinfo_toeic_manabu {
  /*----- .profile -----*/
  /*----- #process -----*/
  /*----- #advice -----*/
}

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

#cinfo_toeic_manabu .img_float_left .name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_toeic_manabu .img_float_left .name span {
  font-size: 3.2rem;
}

#cinfo_toeic_manabu .profile {
  margin: 40px 0;
  padding: 30px;
  background: #f2f2f2;
}

#cinfo_toeic_manabu .profile .ttl03 {
  margin-bottom: 10px !important;
  text-align: left;
}

#cinfo_toeic_manabu .profile dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
  padding: 20px 30px;
  background: #fff;
  color: #ee0055;
}

#cinfo_toeic_manabu .profile dl dt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  font-size: 2.0rem;
  font-weight: bold;
}

#cinfo_toeic_manabu .profile dl dt::before {
  position: absolute;
  top: 5px;
  bottom: 10px;
  right: 15px;
  content: "";
  border-left: 3px dotted #ee0055;
}

#cinfo_toeic_manabu .profile dl dt::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  display: block;
  content: "\e90c";
  font-family: 'icomoon';
  font-size: 1.2rem;
  line-height: 1;
}

#cinfo_toeic_manabu .profile dl dd .list_disc li::before {
  background: #ee0055;
}

#cinfo_toeic_manabu #process ol li h4 {
  padding: 10px 30px;
  background: #f2f2f2;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_toeic_manabu #process ol li:not(:last-child) div {
  position: relative;
  padding: 30px 20px 40px 75px;
}

#cinfo_toeic_manabu #process ol li:not(:last-child) div::before {
  position: absolute;
  top: 2px;
  bottom: 15px;
  left: 39px;
  content: "";
  border-left: 3px dotted #ee0055;
}

#cinfo_toeic_manabu #process ol li:not(:last-child) div::after {
  position: absolute;
  left: 35px;
  bottom: 0;
  content: "\e90c";
  font-family: 'icomoon';
  color: #ee0055;
  font-size: 1.2rem;
  line-height: 1;
}

#cinfo_toeic_manabu #process ol li:last-child div {
  padding: 30px 20px 0 30px;
}

#cinfo_toeic_manabu #process ol li p:not(:last-child) {
  margin: 0 0 15px;
}

#cinfo_toeic_manabu #process ol li em {
  font-size: 1.6rem;
}

#cinfo_toeic_manabu #process ol li strong {
  font-size: 1.6rem;
}

#cinfo_toeic_manabu #advice {
  margin-bottom: 100px;
}

#cinfo_toeic_manabu #advice .img_float_left .ttl03 {
  margin-bottom: 15px;
  text-align: left;
}

/* ============================================================ */
/* TOEIC®L&R Test対策コース スコア伸長度ランキング
   #cinfo_toeic_ranking */
/* ============================================================ */
#cinfo_toeic_ranking .table_wrap {
  margin-top: 40px;
}

#cinfo_toeic_ranking .table_wrap thead th {
  padding-left: 0;
  padding-right: 0;
}

#cinfo_toeic_ranking .table_wrap thead th:first-child {
  width: 70px;
}

#cinfo_toeic_ranking .table_wrap thead th:nth-child(n+3) {
  width: 100px;
}

/* ============================================================ */
/* TOEIC®L&R Test対策コース TOEIC®Testとは？
   #cinfo_toeic_about */
/* ============================================================ */
#cinfo_toeic_about .row {
  margin-bottom: 100px;
}

#cinfo_toeic_about .row_border_top {
  padding-top: 100px;
}

#cinfo_toeic_about .feature_list {
  margin-top: 60px;
}

#cinfo_toeic_about .flow_box {
  margin-top: 60px;
}

#cinfo_toeic_about .flow_box li {
  padding: 0;
  background: none;
}

#cinfo_toeic_about .flow_box li .ttl03 {
  padding-top: 30px;
}

#cinfo_toeic_about .flow_box li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background: #f2f2f2;
}

#cinfo_toeic_about .flow_box li > div h5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  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;
  margin: 0 20px 0 0;
  background: #888;
}

#cinfo_toeic_about .flow_box li > div h5 span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

#cinfo_toeic_about .flow_box li > div h5 span span {
  font-size: 2.0rem;
}

/* ============================================================ */
/* 中学生コース
   #cinfo_junior_index */
/* ============================================================ */
#cinfo_junior_index #point01 .pair_teaching {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}

#cinfo_junior_index #point01 .pair_teaching .teacher {
  position: relative;
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
  background: #f2f2f2;
}

#cinfo_junior_index #point01 .pair_teaching .teacher figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 10px;
}

#cinfo_junior_index #point01 .pair_teaching .teacher figure img {
  width: 100%;
}

#cinfo_junior_index #point01 .pair_teaching .teacher p {
  position: absolute;
  top: 152px;
  left: 142px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 0;
  background: #a5a5a5;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

#cinfo_junior_index #point01 .pair_teaching .teacher p em {
  font-size: 2.4rem;
}

#cinfo_junior_index #point01 .pair_teaching .teacher dl {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  line-height: 1.4;
}

#cinfo_junior_index #point01 .pair_teaching .teacher dl dt {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ee0055;
  font-size: 2.0rem;
  font-weight: bold;
}

#cinfo_junior_index #point01 .pair_teaching .teacher dl dd {
  margin: 0 0 0 10px;
}

#cinfo_junior_index #point01 .pair_teaching .teacher dl dd .list_disc li:not(:last-child) {
  margin: 0 0 5px;
}

#cinfo_junior_index #point01 .pair_teaching .icon-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: #fff;
  border: 3px solid #e8e8e8;
  color: #a5a5a5;
  font-size: 4.8rem;
  text-align: center;
  line-height: 68px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
}

#cinfo_junior_index #point01 .pair_teaching_flow .ttl_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0 0;
  background: #fef0f5;
  border: 2px solid #d9d9d9;
  border-bottom-width: 1px;
  border-radius: 10px 10px 0 0;
}

#cinfo_junior_index #point01 .pair_teaching_flow .ttl_block p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}

#cinfo_junior_index #point01 .pair_teaching_flow .ttl_block .foreigner {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
  background: #fcdce8;
}

#cinfo_junior_index #point01 .pair_teaching_flow .ttl_block .foreigner::before {
  position: absolute;
  left: -60px;
  bottom: 0;
  content: "";
  border-color: transparent transparent #fcdce8;
  border-style: solid;
  border-width: 0 60px 50px;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #d9d9d9;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  padding: 0 0 20px;
  line-height: 1.5;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol li h5 {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
  text-align: center;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol li p {
  margin: 0 25px;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol li p.lead {
  margin: 15px 25px 10px;
  color: #ee0055;
  font-weight: bold;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol li:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

#cinfo_junior_index #point01 .pair_teaching_flow ol li:not(:last-child) h5::after {
  position: absolute;
  top: 50%;
  right: -20px;
  content: "\e914";
  color: #ccc;
  font-family: 'icomoon';
  font-size: 3.0rem;
  -webkit-transform: rotate(-90deg) translateX(50%);
          transform: rotate(-90deg) translateX(50%);
  line-height: 1;
}

#cinfo_junior_index #point02 ul {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cinfo_junior_index #point02 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 225px;
          flex: 0 0 225px;
}

#cinfo_junior_index #point02 ul li h5 {
  margin: 10px 0 0;
  text-align: center;
}

#cinfo_junior_index #point03 .flow_box > li {
  padding: 30px 20px 20px;
}

#cinfo_junior_index #point03 .flow_box > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1px 0 0;
  padding: 30px;
  background: #fff;
}

#cinfo_junior_index #point03 .flow_box > li dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  font-size: 2.0rem;
  font-weight: bold;
}

#cinfo_junior_index #point03 .flow_box > li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 0 0 0 20px;
  border-left: 2px solid #ee0055;
}

#cinfo_junior_index #point03 .flow_box > li:last-child {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

#cinfo_junior_index #point03 .notification {
  margin: 40px 0 0;
}

#cinfo_junior_index #point03 .notification .ttl03 {
  margin-bottom: 10px;
  text-align: left;
}

#cinfo_junior_index #point03 .notification .icon-outer {
  color: #808080;
}

#cinfo_junior_index .basic_skill {
  margin-bottom: 80px;
  padding: 35px 0;
  background: #ffe5ef;
}

#cinfo_junior_index .basic_skill .ttl02 {
  margin-bottom: 0;
}

#cinfo_junior_index #message {
  margin-bottom: 80px;
}

#cinfo_junior_index #message ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#cinfo_junior_index #message ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  margin: 60px 0 0 60px;
}

#cinfo_junior_index #message ul li:nth-child(-n+3) {
  margin-top: 0;
}

#cinfo_junior_index #message ul li:nth-child(3n+1) {
  margin-left: 0;
}

#cinfo_junior_index #message ul li figure {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}

#cinfo_junior_index #message ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#cinfo_junior_index #message ul li h4 {
  margin: 15px 0 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

#cinfo_junior_index #message ul li h4 span {
  font-size: 2.0rem;
}

#cinfo_junior_index #price .table01 th {
  vertical-align: middle;
}

#cinfo_junior_index .contact_block .telephone {
  padding: 0;
}

#cinfo_junior_index .contact_block [class^="btn_"] {
  width: 530px;
}

/* ============================================================ */
/* 高校生コース
   #cinfo_high_s_index */
/* ============================================================ */
#cinfo_high_s_index #visual .al_center {
	text-align:center;
	left:-400px;
}

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

#cinfo_high_s_index #visual div[class^="al_"] h2 {
    margin: 10px 0 15px;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.5;
}


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

#cinfo_high_s_index #area_select {
	margin:0 auto 110px;
	padding:50px 0;
	background:#F5F5F5;
	text-align: center;
}

#cinfo_high_s_index #area_select ul {
	width:1100px;
	margin:0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#cinfo_high_s_index #area_select ul li {
	position: relative;
	-webkit-box-flex: 1;
	  -ms-flex: 1 0 33.3%;
		  flex: 1 0 33.3%;
}

#cinfo_high_s_index #area_select ul li figure {
	display:block;
	margin:0 0 20px 0;
}

#cinfo_high_s_index #contents > .row,
#cinfo_lesson11_index #contents > .row{
  margin-bottom: 80px;
}

#cinfo_high_s_index #contents .high_s_pinkBg{
	padding: 10px 20px;
	font-size: 2.0rem;
	line-height: 1.4;
	text-align:center;
	background-color:#ee0055;
	color:#FFF;
	width:1100px;
	margin:0 auto 40px auto;
	font-weight:bold;
}

#cinfo_high_s_index #contents .high_s_course{
	margin: 0 auto 30px auto;
	background-color:#FFF;
	padding:15px 10px;
	width:300px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#cinfo_high_s_index #contents .ttl03 {
	margin: 0 auto 20px auto;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
	width:300px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#F5E2E3;
	padding:10px 0;
}

#cinfo_high_s_index #examination p:not(:last-child) {
  margin: 0 0 15px;
}

#cinfo_high_s_index #examination .table01:not(:last-child) {
  margin: -5px 0 20px;
}

#cinfo_high_s_index #examination em {
  font-size: 1.6rem;
}

#cinfo_high_s_index #reason .row {
  margin-top: 60px;
}

#cinfo_high_s_index #recommend {
  margin-bottom: 40px !important;
}

#cinfo_high_s_index #recommend .ttl01 span {
  font-size: 3.2rem;
}

#cinfo_high_s_index #recommend .information_session {
  margin-bottom: -60px;
  color: #ee0055;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

#cinfo_high_s_index #recommend .information_session i {
  display: block;
  font-size: 5.8rem;
}

#cinfo_high_s_index .lets {
  width: 960px;
  margin: 0 auto;
  padding: 50px 40px;
}

#cinfo_high_s_index .lets figure {
  float: left;
  width: 300px;
}

#cinfo_high_s_index .lets figure img {
  width: 100%;
}

#cinfo_high_s_index .lets h3 {
  margin: 0 0 5px 340px;
  font-size: 2.0rem;
  font-weight: bold;
}

#cinfo_high_s_index .lets h3 .icon-outer {
  position: relative;
  top: -4px;
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

#cinfo_high_s_index .lets > p {
  margin: 0 0 20px 340px;
}

#cinfo_high_s_index .lets .feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  margin: 0 0 0 340px;
}

#cinfo_high_s_index .lets .feature_list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  width: 280px;
  margin: 0;
}

#cinfo_high_s_index .lets .feature_list li div:not(.number) p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

#cinfo_high_s_index .lets .feature_list li .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  height: 70px;
}

#cinfo_high_s_index .lets .feature_list li .number p {
  font-size: 1.2rem;
}

#cinfo_high_s_index .lets .feature_list li .number p::after {
  margin: 3px 0 0;
  font-size: 2.0rem;
}

#cinfo_high_s_index .lets::after {
  display: block;
  content: "";
  clear: both;
}

/*高校生アカデミックコース*/

#cinfo_high_s_index #academic .ttl01 span {
  font-size: 3.2rem;
}

#cinfo_high_s_index #academic .academicBbox{
	border:2px solid #d9d9d9;
	padding:10px 0 10px 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
	margin-bottom:40px;
}

#cinfo_high_s_index #academic .academicBbTxt{
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	color:#ee0055;
}

#cinfo_high_s_index #academic .academicBbp{
	float:left;
	margin-right:40px;
}

#cinfo_high_s_index #academic .academicBbp span{
	font-size:1.2rem;
}

#cinfo_high_s_index #academic .academicBbps{
	font-size:1.0rem;
	margin-top:30px;
	float:left;
}

#cinfo_high_s_index #academic .academicBr{
	display:none;
}


#cinfo_high_s_index #academic .flow_box > li {
  padding: 30px 20px 20px;
}

#cinfo_high_s_index #academic .flow_box > li dl {
  margin: 1px 0 0;
  padding: 30px;
  background: #fff;
}

#cinfo_high_s_index #academic .flow_box > li dl dt {
  font-size: 2.0rem;
  font-weight: bold;
  text-align:left;
  color:#ee0055;
}

#cinfo_high_s_index #academic .flow_box > li dl dd {
  padding: 0 0 0 20px;
}

#cinfo_high_s_index #academic .flow_box > li dl dd p {
	font-weight:normal;
	font-size:1.4rem;
	text-align:left;
}

#cinfo_high_s_index #academic .flow_box > li:last-child {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

#cinfo_high_s_index #academic .flow_box i {
  display: block;
  font-size: 5.8rem;
  color:#ccc;
}


#cinfo_high_s_index #academic .academicClassTxt{
	font-size:2.6rem;
	font-weight:bold;
	text-align: center;
	margin-bottom:20px;
}


#cinfo_high_s_index #academic .academic_lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 0 auto;
  padding: 18px 0;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
}


#cinfo_high_s_index #academic .academic_lineup .academicImg {
	text-align:center;
	margin-bottom:15px;
}

#cinfo_high_s_index #academic .academic_lineup > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  padding: 0 20px;
}

#cinfo_high_s_index #academic .academic_lineup > li:not(:first-child) {
  border-left: 1px solid #d9d9d9;
}

#cinfo_high_s_index #academic .academic_lineup > li .point {
  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: 30px;
  margin: 0;
  border: 1px solid #d9d9d9;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

#cinfo_high_s_index #academic .academic_lineup > li .pointB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  margin: 0 0 15px;
  background-color:#f2f2f2;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}


#cinfo_high_s_index #academic .academic_lineup > li .point span:last-child {
  margin: 0 0 0 6px;
  font-size: 1.6rem;
}

#cinfo_high_s_index #academic .academic_lineup > li .lead {
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

#cinfo_high_s_index #academic .academic_lineup > li .lead span {
  color: #ee0055;
  font-size: 1.6rem;
  text-align:left;
}

#cinfo_high_s_index #academic .academic_lineup > li .lead:not(:last-child) {
  margin: 0 0 10px;
}

#cinfo_high_s_index #academic .academic_lineup > li .sew{
	list-style-type: disc;
	padding-left:10px;
}


#cinfo_high_s_index #academic .lineupTit{
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	margin:40px 0 20px 0;
	text-align:center;
	color:#ee0055;
}

#cinfo_high_s_index #academic .lineupTit span{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	color:#333;
}

#cinfo_high_s_index #academic .btn_counseling {
    width: 100%;
    height: 55px;
    font-size: 1.8rem;
}

#cinfo_high_s_index .icon_new {
	font-size: 0.8em;
	color:#fff;
	border: 1px #ee0055 solid;
	padding: 1px 5px;
	margin-right: 5px;
	border-radius: 10px;
	background: #ee0055;
}


/*高校生英会話・英語コース　20190724修正*/
#cinfo_high_s_index #contents{
    background: none;
}
#cinfo_high_s_index #parents2{
	position: relative;
	width: 1130px;
	/*height: 920px;*/
	overflow: hidden;
}

#cinfo_high_s_index #parents2 figure{
	position: absolute;
	z-index: -1;
}
#cinfo_high_s_index #parents2 h3{
	top: 0;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	font-size: 3.4em;
    line-height: 1.9;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#cinfo_high_s_index #parents2 p.cap{
	top: 110px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	font-size:2.3em;
    line-height: 1.5;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#cinfo_high_s_index #parents2 p:last-child{
	/*top: 280px;
    left: 270px;
    position: absolute;*/
    width: 600px;
	margin: 0 auto;
	z-index: 1;
	font-size: 1.2em;
    line-height: 1.9;
	font-weight: bold;
    padding-top: 300px;
}

#cinfo_high_s_index #parents2 p span{
	color: #1D8CE5;
}

#cinfo_high_s_index .reference{
	font-size:12px; 
	font-weight:normal; 
	color:#333;
	margin:-60px auto 80px auto;
	width:590px;
}

#cinfo_high_s_index #graph{
	text-align:center;
	margin:0 auto 150px auto;
}

#cinfo_high_s_index #nyushi .meritTxt{
	font-size: 1.8rem;
	text-align: center;
	margin: 20px auto;
}

#cinfo_lesson11_index #nyushi .meritTxt{
	font-size: 1.4rem;
	text-align: center;
	margin: 20px 0;
    width: 590px;
}

#cinfo_high_s_index #nyushi .bgArrow{
	background: url("/cinfo/high_s/img/bg_arrow.png") center top no-repeat;
	text-align: center;
	font-size: 2.4rem;
	color: #1D8CE5;
	font-weight: bold;
	padding: 15px 20px 50px;
	margin: 30px auto 0;
}

#cinfo_lesson11_index #nyushi .bgArrow{
	background: url("/cinfo/high_s/img/bg_arrow_blue.png") center top no-repeat;
	text-align: center;
	font-size: 2.2rem;
	color: #ee0055;
	font-weight: bold;
	padding: 15px 20px 50px;
	margin: 10px 0 0;
    width: 590px;
}

#cinfo_high_s_index #nyushi .gradeNum{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background: url("/cinfo/high_s/img/bg_deco.png") center top no-repeat;
	color: #1D8CE5;
	width: 100%;
	line-height: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
	margin: 0 auto 50px;
	padding: 15px 0 15px;
}

#cinfo_lesson11_index #nyushi .gradeNum{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background: url("/cinfo/high_s/img/bg_deco_blue.png") center top no-repeat;
	color: #ee0055;
	width: 590px;
	line-height: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
	margin: 0 0 50px;
	padding: 0 0 15px;
}

#cinfo_high_s_index #nyushi .gradeNum p,
#cinfo_lesson11_index #nyushi .gradeNum p{
	font-size: 3.6rem;
}

#cinfo_high_s_index #nyushi .gradeNum p:not(:last-child),
#cinfo_lesson11_index #nyushi .gradeNum p:not(:last-child){
	margin-right: 30px;
}

#cinfo_high_s_index #nyushi .gradeNum p span,
#cinfo_lesson11_index #nyushi .gradeNum p span{
	font-size: 7.6rem;
}

#cinfo_high_s_index #nyushi h3,
#cinfo_high_s_index #reason h3{
	margin-bottom: 60px;
	background-color: #1D8CE5;
	color: #fff;
	font-size: 4.4rem;
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 30px 0;
}

#cinfo_high_s_index #reason h3{
}

#cinfo_high_s_index #reason h3 span{
	font-size: 3.0rem;
	line-height: 0.7;
}

#cinfo_high_s_index #nyushi .numArea{
	width: 480px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.0;
}

#cinfo_lesson11_index #nyushi .numArea{
	text-align: center;
	margin:0 auto 50px auto;
	line-height: 1.0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0 10px;
}

#cinfo_lesson11_index #nyushi .numArea{
	text-align: center;
	margin:0 auto 40px auto;
	line-height: 1.0;
}

#cinfo_high_s_index #nyushi .numArea .num,
#cinfo_lesson11_index #nyushi .numArea .num{
	font-size: 3.6rem;
	font-weight: bold;
}

#cinfo_high_s_index #nyushi .numArea .num span{
	color: #FEB301;
}

#cinfo_lesson11_index #nyushi .numArea .num span{
	color: #ee0055;
}

#cinfo_high_s_index #nyushi .numArea .num span span,
#cinfo_lesson11_index #nyushi .numArea .num span span{
	font-size: 6.4rem;
}

#cinfo_high_s_index #nyushi .numArea .num .memo,
#cinfo_lesson11_index #nyushi .numArea .num .memo{
	display: block;
	font-size: 1.4rem;
	text-align: right!important;
	color: inherit;
	padding-right: 20px;
	font-weight: normal;
}

#cinfo_high_s_index #nyushi dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 750px;
    margin:50px auto 40px;
}

#cinfo_lesson11_index #nyushi dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 590px;
    margin:0 0 10px;
}

#cinfo_high_s_index #nyushi dl dt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
	background-color:#1D8CE5;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.3;
	padding: 30px 0;
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
}

#cinfo_lesson11_index #nyushi dl dt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
	background-color:#ee0055;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.3;
	padding: 35px 0 0 15px;
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
}


#cinfo_high_s_index #nyushi dl dt div,
#cinfo_lesson11_index #nyushi dl dt div{
	width: 100%;
	height: 100%;
}

#cinfo_high_s_index #nyushi dl dt:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -30px;
  border-style: solid;
  z-index: 1;
  border-width: 61px 0 61px 30px;
  border-color: transparent transparent transparent #1D8CE5;
}

#cinfo_lesson11_index #nyushi dl dt:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -30px;
  border-style: solid;
  z-index: 1;
  border-width: 55px 0 55px 30px;
  border-color: transparent transparent transparent #ee0055;
}


#cinfo_high_s_index #nyushi dl dd{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
	padding-top: 20px;
	padding-left: 90px;
	background-color: #F7F8F9;
}

#cinfo_lesson11_index #nyushi dl dd{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
	padding-top: 15px;
	padding-left: 70px;
	background-color: #F9F7F4;
    height: 110px;
}

#cinfo_high_s_index #nyushi dl dd ul,
#cinfo_lesson11_index #nyushi dl dd ul{
}

#cinfo_high_s_index #nyushi dl dd ul li{
	font-size: 1.7rem;
	position: relative;
	line-height: 1.8;
	padding-left: 5px;
}

#cinfo_lesson11_index #nyushi dl dd ul li{
	font-size: 1.6rem;
	position: relative;
	line-height: 1.8;
	padding-left: 5px;
}

#cinfo_high_s_index #nyushi dl dd ul li:before,
#cinfo_lesson11_index #nyushi dl dd ul li:before{
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: 20px;
	height: 22px;
	background: url("/cinfo/high_s/img/ico_check.png") no-repeat;
}
#cinfo_high_s_index #nyushi dl dd ul li:nth-child(2),
#cinfo_lesson11_index #nyushi dl dd ul li:nth-child(2){
	background: url("/cinfo/high_s/img/under_line.png") left bottom no-repeat;
}

#cinfo_high_s_index #nyushi h4,
#cinfo_lesson11_index #nyushi h4{
	margin-bottom: 10px;
	font-size: 2.8rem;
	text-align: center;
	font-weight: bold;
}

#cinfo_lesson11_index #nyushi figure{
    float:right;
}

#cinfo_high_s_index #nyushi .nText{
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
#cinfo_high_s_index #nyushi .nText span{
	color:#1D8CE5;
}

#cinfo_high_s_index #nyushi .nyushi_tbl{
	border-collapse:separate;
	border-spacing: 5px;
}

#cinfo_high_s_index #nyushi .nyushi_tbl th{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 15px;
}

#cinfo_high_s_index #nyushi .nyushi_tbl td{
	vertical-align: middle;
	font-size: 1.6rem;
	padding: 15px 20px;
}

#cinfo_high_s_index #nyushi .nyushi_tbl tr:not(:first-child) td.check{
	font-size: 5.4rem;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

#cinfo_high_s_index #nyushi .nyushi_tbl tr:nth-child(2) th,
#cinfo_high_s_index #nyushi .nyushi_tbl tr:nth-child(2) td.check{
	color: #2891E6;
}

#cinfo_high_s_index #nyushi .nyushi_tbl tr:not(:first-child) th{
	font-size: 1.8rem;
	text-align: center;
	padding: 15px 10px;

}

#cinfo_high_s_index #nyushi .nyushi_tbl tr:nth-child(even) {
background: #D3E9FA;
}

#cinfo_high_s_index #nyushi .nyushi_tbl tr:nth-child(even) td:first-child {
color: #2891E6;
}

#cinfo_high_s_index #nyushi .nyushi_tbl tr:nth-child(odd) {
background: #F1F2F5;
}

#cinfo_high_s_index span.sText {
    font-size: 1.2rem;
	color:inherit;
}
#cinfo_high_s_index .area_uni {
    margin: 10px auto;
    border: 1px solid #CCC;
    padding: 20px;
    font-size: 1.6rem;
}
#cinfo_high_s_index .area_uni strong {
	color: inherit;
}

#cinfo_high_s_index .reason_block {
  display: -webkit-flex;
  display: flex;
}

#cinfo_high_s_index .reason_block > div {
	margin-top:-30px;
  -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
}

#cinfo_high_s_index .reason_block div.img_float_right figure {
	width: 300px;
	margin: 60px 0;
	padding-left: 20px;
}
#cinfo_high_s_index .reason_block div.img_float_right figure img {
	margin-bottom: 20px;
}

#cinfo_high_s_index #reason h3 {
	margin-bottom: 40px;
}

#cinfo_high_s_index #reason .aca ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 960px;
    margin:40px auto;
}

#cinfo_high_s_index #reason .aca ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
    max-width: 470px;
    margin-bottom: 20px;
	margin-right:20px;
	background-color:#F7F8F9;
}

#cinfo_high_s_index #reason .aca ul li:nth-of-type(2),
#cinfo_high_s_index #reason .aca ul li:nth-of-type(4),
#cinfo_high_s_index #reason .aca ul li:nth-of-type(6) {
	margin-right:0;
}

#cinfo_high_s_index #reason .aca ul li h4{
	font-size:20px;
	color:#1D8CE5;
	font-weight:bold;
	text-align:center;
	background-color:#D3E9FA;
	padding:5px 0;
}

#cinfo_high_s_index #reason .aca ul li p{
	font-size:14px;
	padding:20px;
}


#cinfo_high_s_index #reason .aca ul li figure{
	float:right;
	padding:20px;
}

#cinfo_high_s_index .ttl_point_star {
	margin-bottom: 10px;
}
#cinfo_high_s_index .ttl_point_star .text {
	padding: 20px 10px 15px 85px;
	font-size:2.2rem;
	font-weight: bold;
}
#cinfo_high_s_index .ttl_point_star .icon_star1 {
	background: url("/cinfo/high_s/img/icon_star1.png") no-repeat;
}
#cinfo_high_s_index .ttl_point_star .icon_star2 {
	background: url("/cinfo/high_s/img/icon_star2.png") no-repeat;
}
#cinfo_high_s_index .ttl_point_star .icon_star3 {
	background: url("/cinfo/high_s/img/icon_star3.png") no-repeat;
}
#cinfo_high_s_index .ttl_point_star .icon_star4 {
	background: url("/cinfo/high_s/img/icon_star4.png") no-repeat;
}
#cinfo_high_s_index .ttl_point_star .icon_star5 {
	background: url("/cinfo/high_s/img/icon_star5.png") no-repeat;
}

#cinfo_high_s_index .btn_counseling {
	width: 100%;
}

#cinfo_high_s_index #student_voice {
  margin-bottom: 80px;
}

#cinfo_high_s_index #student_voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#cinfo_high_s_index #student_voice ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  margin: 60px 0 0 60px;
}

#cinfo_high_s_index #student_voice ul li:nth-child(-n+3) {
  margin-top: 0;
}

#cinfo_high_s_index #student_voice ul li:nth-child(3n+1) {
  margin-left: 0;
}

#cinfo_high_s_index #student_voice ul li figure {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}

#cinfo_high_s_index #student_voice ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#cinfo_high_s_index #student_voice ul li h4 {
  margin: 15px 0 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

#cinfo_high_s_index #student_voice ul li h4 span {
  font-size: 2.0rem;
}

#cinfo_high_s_index #student_voice ul li h5 {
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  color: #1D8CE5;
	margin-bottom: 10px;
}

#cinfo_high_s_index .img_float_right > div{
	font-weight: normal;
		font-size: inherit;
		padding: 0;
}

#cinfo_high_s_index #academic2 .ttl01 span {
  font-size: 3.2rem;
}

#cinfo_high_s_index #academic2 .academicBbox{
	border:2px solid #d9d9d9;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
	margin-bottom:40px;
	background: #fff;
	padding: 20px 0 20px 20px;
}

#cinfo_high_s_index #academic2 .academicBbTxt{
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	color:#ee0055;
}

#cinfo_high_s_index #academic2 .academicBbp{
	float:left;
	margin-right:40px;
}

#cinfo_high_s_index #academic2 .academicBbp span{
	font-size:1.2rem;
}

#cinfo_high_s_index #academic2 .academicBbps{
	font-size:1.0rem;
	margin-top:30px;
	float:left;
}

#cinfo_high_s_index #academic2 .academicBr{
	display:none;
}

#cinfo_high_s_index #academic2 .btn_counseling {
    width: 100%;
	height: 45px;
    font-size: 1.6rem;
}

#cinfo_high_s_index #academic2 .academicBbp {
    float: left;
    margin-right: 20px;
}

#cinfo_high_s_index #academic2.course_block_pink {
	background: #ffe5ef;
}

#cinfo_high_s_index .course_block_yellow {
	background: #fff7e5;
}

#cinfo_high_s_index .course_block_blue{
	background: #D3E8F9;
}

#cinfo_high_s_index .course_block_gray{
	background: #F4F5F9;
}

#cinfo_high_s_index .row_border_top_blue {
  padding-top: 60px;
  border-top: 2px solid #1D8CE5;
}

#cinfo_high_s_index .information_session_blue {
  margin-bottom: -60px;
  color: #1D8CE5;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

#cinfo_high_s_index .information_session_blue i {
  display: block;
  font-size: 5.8rem;
}


/*
============================================================ */
/* 大学生のための英会話コース 共通
   .cinfo_uni */
/* ============================================================ */
.cinfo_uni #visual {
  margin-bottom: 30px;
}

.cinfo_uni .local_nav {
  margin-bottom: 90px;
}

.cinfo_uni .local_nav_btm {
  margin: 40px 0 -40px;
}

.cinfo_uni .course_block div {
  position: relative;
}

.cinfo_uni .course_block div .feature_icon_list .new {
  background: #ee0055;
  border-color: #ee0055;
  color: #fff;
}

.cinfo_uni .course_block div [class^="btn_"] {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 275px;
  height: 42px;
  padding: 0 35px;
}

.cinfo_uni .point_list {
  width: 100%;
  margin: 40px auto;
}

.cinfo_uni .point_list .lead {
  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;
}

.cinfo_uni .btn_counseling {
  width: 100%;
  height: 55px;
  font-size: 1.8rem;
}

.cinfo_uni .btn_counseling .free {
  margin: 0 15px 0 0;
  padding: 5px 8px;
  background: #fff;
  color: #ff7e00;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 3px;
}

.cinfo_uni .btn_counseling .icon-outer {
  margin: 0 8px 0 0;
}

.cinfo_uni .btn_counseling:hover .free {
  background: #ff7e00;
  color: #fff;
}

/* ============================================================ */
/* 大学生のための英会話コース　トップ
   #cinfo_uni_index */
/* ============================================================ */
#cinfo_uni_index #lead {
  text-align: center;
}

#cinfo_uni_index #lead .ttl01 {
  margin-bottom: 20px;
}

/* ============================================================ */
/* 大学生に選ばれる6つの理由
   #cinfo_uni_reason_index */
/* ============================================================ */
#cinfo_uni_reason_index .feature_list {
  margin-top: 60px;
}

#cinfo_uni_reason_index .feature_list li {
  display: block;
}

#cinfo_uni_reason_index .feature_list li .number {
  float: left;
}

#cinfo_uni_reason_index .feature_list li::after {
  display: block;
  content: "";
  clear: both;
}

#cinfo_uni_reason_index .feature_list .img_float_left {
  margin-top: 25px;
}

#cinfo_uni_reason_index .feature_list .img_float_left figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

/* ============================================================ */
/* ECC就活アカデミー
   #cinfo_uni_academy_index */
/* ============================================================ */
#cinfo_uni_academy_index #lead {
  padding-right: 150px;
}

#cinfo_uni_academy_index #lead p {
  font-size: 2.0rem;
  text-align: center;
}

#cinfo_uni_academy_index #lead p.result {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_uni_academy_index #lead p.result strong {
  font-size: 3.0rem;
}

#cinfo_uni_academy_index #lead p.result span {
  font-size: 1.8rem;
}

#cinfo_uni_academy_index #schedule p {
  margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

/* ============================================================ */
/* 英語って必要？まずは疑問を解決
   #cinfo_uni_qa_index */
/* ============================================================ */
#cinfo_uni_qa_index .row,
#cinfo_uni_qa_index .row_wide {
  margin-bottom: 80px;
}

#cinfo_uni_qa_index .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2f2f2;
}

#cinfo_uni_qa_index .question div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 960px;
  min-height: 100px;
  margin: 0 auto;
}

#cinfo_uni_qa_index .question h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  padding: 0 0 0 75px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_uni_qa_index .question h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "Q";
  background: #ee0055;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 54px;
}

#cinfo_uni_qa_index .answer {
  width: 960px;
  margin: 30px auto;
}

#cinfo_uni_qa_index .answer > div figure {
  position: relative;
  float: left;
}

#cinfo_uni_qa_index .answer > div figure div {
  background: #eee;
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

#cinfo_uni_qa_index .answer > div figure div img {
  width: 100%;
}

#cinfo_uni_qa_index .answer > div figure figcaption {
  margin: 5px 0 0;
  text-align: center;
}

#cinfo_uni_qa_index .answer > div figure::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "A";
  background: #9b2845;
  border: 4px solid #fff;
  box-sizing: content-box;
  color: #fff;
  text-align: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 54px;
}

#cinfo_uni_qa_index .answer > div h4 {
  margin: 0 0 20px 220px;
  color: #ee0055;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_uni_qa_index .answer p {
  margin: 0 0 0 220px;
}

#cinfo_uni_qa_index .answer::after {
  display: block;
  content: "";
  clear: both;
}

#cinfo_uni_qa_index .advice {
  width: 960px;
  margin: 0 auto 10px;
  padding: 15px 20px;
  background: #ffe5ef;
}

#cinfo_uni_qa_index .advice h5 {
  font-size: 1.6rem;
  font-weight: bold;
}

#cinfo_uni_qa_index .icon-arrow-dotted {
  color: #ccc;
  font-size: 5.8rem;
}

#cinfo_uni_qa_index .check {
  width: 960px;
  margin: 5px auto 0;
  border: 1px solid #ee0055;
  overflow: hidden;
  border-radius: 30px;
}

#cinfo_uni_qa_index .check h4 {
  padding: 20px 0;
  color: #ee0055;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_uni_qa_index .check > div:not(.accordion) {
  padding: 40px;
  border-top: 2px solid #ee0055;
}

#cinfo_uni_qa_index .check .accordion {
  padding: 5px 0;
  background: #f2f2f2;
  text-align: center;
  cursor: pointer;
}

#cinfo_uni_qa_index .check .accordion .icon-down {
  display: block;
  width: 20px;
  margin: 0 auto;
  color: #ee0055;
  font-size: 2.0rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#cinfo_uni_qa_index .check .accordion.active .icon-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ============================================================ */
/* 大学生協割引制度
   #cinfo_uni_coop_index */
/* ============================================================ */
#cinfo_uni_coop_index .row {
  text-align: center;
}

#cinfo_uni_coop_index .discounts {
  margin: 40px 0;
  padding: 35px 80px;
  background: #f2f2f2;
}

#cinfo_uni_coop_index .discounts ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}

#cinfo_uni_coop_index .discounts ul li {
  width: 378px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 3rem;
  font-weight: bold;
  line-height: 80px;
}

#cinfo_uni_coop_index .discounts ul::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e913";
  background: #fff;
  border: 3px solid #e8e8e8;
  color: #a5a5a5;
  font-family: 'icomoon';
  font-size: 3.4rem;
  text-align: center;
  line-height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#cinfo_uni_coop_index .discounts .note {
  display: inline-table;
}

#cinfo_uni_coop_index #area.local_nav {
  margin: 0 0 40px;
}

#cinfo_uni_coop_index #area.local_nav ul {
  width: 960px;
}

#cinfo_uni_coop_index .table_wrap {
  margin-bottom: 60px;
}

#cinfo_uni_coop_index .table_wrap td {
  width: 33.3%;
}

#cinfo_uni_coop_index .table_wrap #capital_area td {
  width: 25%;
}

/* ============================================================ */
/* 目的から選ぶ 詳細ページ
   #cinfo_lesson01_index */
/* ============================================================ */
[id^="cinfo_lesson"] {
  /*----- .lesson_reason -----*/
  /*----- .comment_teacher -----*/
  /*----- .lesson_learn -----*/
  /*----- .more_plan -----*/
  /*----- .search_purpose -----*/
}

[id^="cinfo_lesson"] .lesson_reason {
  position: relative;
  padding: 0 0 45px;
}

[id^="cinfo_lesson"] .lesson_reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}

[id^="cinfo_lesson"] .lesson_reason ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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;
  min-width: 470px;
  min-height: 120px;
  margin: 20px 0 0 20px;
  border: 1px solid #ccc;
  line-height: 1.3;
}

[id^="cinfo_lesson"] .lesson_reason ul li:nth-child(2n+1) {
  margin-left: 0;
}

[id^="cinfo_lesson"] .lesson_reason ul li:nth-child(-n+2) {
  margin-top: 0;
}

[id^="cinfo_lesson"] .lesson_reason ul li span {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

[id^="cinfo_lesson"] .lesson_reason p {
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #999;
  color: #fff;
  text-align: center;
  line-height: 70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

[id^="cinfo_lesson"] .comment_teacher > div figure {
  float: left;
  text-align: center;
}

[id^="cinfo_lesson"] .comment_teacher > div figure div {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

[id^="cinfo_lesson"] .comment_teacher > div figure div img {
  width: 100%;
}

[id^="cinfo_lesson"] .comment_teacher > div .ttl02 {
  margin-left: 240px;
  text-align: left;
}

[id^="cinfo_lesson"] .comment_teacher p {
  margin: -10px 0 0 240px;
}

[id^="cinfo_lesson"] .comment_teacher::after {
  display: block;
  content: "";
  clear: both;
}

[id^="cinfo_lesson"] .lesson_learn .ttl02 span {
  color: #ee0055;
  font-size: 2.4rem;
}

[id^="cinfo_lesson"] .lesson_learn .ttl02 span::before, [id^="cinfo_lesson"] .lesson_learn .ttl02 span::after {
  display: inline-block;
  padding: 0 5px;
  content: "/";
  font-family: "Arial Black", Gadget, sans-serif;
}

[id^="cinfo_lesson"] .lesson_learn .ttl02 span::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li {
  display: block;
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li .number {
  float: left;
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li .ttl {
  margin: 30px 0 15px 140px;
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li .number + .ttl {
  margin-top: 0;
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li > p {
  margin: 0 0 0 140px;
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li > .list_disc {
  margin: 0 0 10px 140px;
}

[id^="cinfo_lesson"] .lesson_learn .feature_list li::after {
  display: block;
  content: "";
  clear: both;
}

[id^="cinfo_lesson"] .more_plan {
  margin: 0 0 20px;
  padding: 40px 40px 30px;
  background: #f2f2f2;
}

[id^="cinfo_lesson"] .more_plan .course_block {
  background: #fff;
}

[id^="cinfo_lesson"] .more_plan .set_plan {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

[id^="cinfo_lesson"] .more_plan .set_plan .icon-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border: 3px solid #e8e8e8;
  color: #a5a5a5;
  font-size: 4.4rem;
  text-align: center;
  line-height: 74px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
}

[id^="cinfo_lesson"] .more_plan .set_plan .course_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 420px;
          flex: 0 1 420px;
  display: block;
  margin: 0;
  padding: 30px;
  text-align: center;
}

[id^="cinfo_lesson"] .more_plan .set_plan .course_block figure {
  width: 300px;
  margin: 0 auto 25px;
}

[id^="cinfo_lesson"] .more_plan .set_plan .course_block figure img {
  width: 100%;
}

[id^="cinfo_lesson"] .more_plan .set_plan .course_block .feature_icon_list {
  margin-bottom: 0;
}

[id^="cinfo_lesson"] .more_plan .set_plan .course_block:last-child {
  margin: 0 0 0 40px;
}

[id^="cinfo_lesson"] .more_plan .set_plan > li .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
}

[id^="cinfo_lesson"] .more_plan .set_plan > li .ttl span {
  display: block;
  margin: 5px 0 0;
  font-size: 2.0rem;
  line-height: 1.4;
}

[id^="cinfo_lesson"] .more_plan .set_plan > li .feature_icon_list {
  margin: 20px 0 0;
}

[id^="cinfo_lesson"] .more_plan .set_plan.column01 > li figure {
  width: 300px;
  margin: 0 40px 0 0;
}

[id^="cinfo_lesson"] .more_plan .set_plan.column01 > li div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

[id^="cinfo_lesson"] .more_plan .set_plan.column01 > li .feature_icon_list {
  margin: 15px 0;
}

[id^="cinfo_lesson"] .more_plan .set_plan.column02 > li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

[id^="cinfo_lesson"] .more_plan .set_plan.column02 > li:nth-child(2n) {
  margin: 0 0 0 40px;
}

[id^="cinfo_lesson"] .more_plan .border_top {
  width: 100%;
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
}

[id^="cinfo_lesson"] .more_plan .course_fee {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
  font-weight: bold;
}

[id^="cinfo_lesson"] .search_purpose {
  position: relative;
}

[id^="cinfo_lesson"] .search_purpose .btn_list {
  position: absolute;
  top: 8px;
  right: 60px;
}

/* ============================================================ */
/* 一般教育訓練給付制度
   #cinfo_kyufu_index */
/* ============================================================ */
#cinfo_kyufu_index {
  /* #about
	----------------------------------------------------------- */
  /* .price
	----------------------------------------------------------- */
}

#cinfo_kyufu_index .ttl01 span {
  font-size: 3.2rem;
}

#cinfo_kyufu_index #about .box {
  margin: 40px 0 0;
  padding: 30px;
  background: #f2f2f2;
  text-align: center;
}

#cinfo_kyufu_index #about .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1px;
  padding: 20px 0;
  background: #fff;
  text-align: left;
}

#cinfo_kyufu_index #about .box dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding: 0 30px;
  font-weight: bold;
}

#cinfo_kyufu_index #about .box dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding: 5px 30px;
  border-left: 2px solid #ee0055;
}

#cinfo_kyufu_index #about .box .icon-arrow-dotted {
  display: inline-block;
  margin: -15px 0 0;
  color: #ee0055;
  font-size: 5.8rem;
}

#cinfo_kyufu_index #about .box div {
  margin: 0 0 15px;
  padding: 20px 0;
  background: #fff;
  text-align: center;
}

#cinfo_kyufu_index #about .box div p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_kyufu_index #about .box div p span {
  font-size: 3.0rem;
}

#cinfo_kyufu_index .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
}

#cinfo_kyufu_index .price dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}

#cinfo_kyufu_index .price dl dt {
  margin: 0 0 5px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_kyufu_index .price dl dd {
  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;
  font-weight: bold;
}

#cinfo_kyufu_index .price dl dd em,
#cinfo_kyufu_index .price dl dd strong {
  margin: 0 0 0 15px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#cinfo_kyufu_index .price .icon-arrow-dotted {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #ee0055;
  font-size: 5.8rem;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}


/* ============================================================ */
/* 受講生の声 共通スタイル
   .voice */
/* ============================================================ */
.voice .gnav_voice > a {
  color: #ee0055;
}

.voice .gnav_voice > a::after {
  width: 100% !important;
}

/* ============================================================ */
/* 受講生の声 トップ
   #voice_index */
/* ============================================================ */
#voice_index {
  /*----- .voice_category -----*/
}

#voice_index .voice_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}

#voice_index .voice_category li {
  margin: 0 7px 15px;
}

#voice_index .voice_category li a {
  display: block;
  padding: 0 40px;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  line-height: 42px;
  border-radius: 100px;
}

#voice_index .voice_category li a:hover,
#voice_index .voice_category li.active a {
  background: #fbd9e6;
  border-color: #fbd9e6;
  opacity: 1;
}

#voice_index #visual{
  margin-bottom: 60px;
}

#voice_index #contents .row a{
  text-align: center;
}
#voice_index #contents .row img.js-image-switch{
  width: 100%
}

/* ============================================================ */
/* スクールを探す 共通スタイル
   .school */
/* ============================================================ */
.school {
  /*----- .reception_time -----*/
  /*----- #search_terms -----*/
  /*----- #search_keyword -----*/
  /*----- .area_map -----*/
  /*----- .school_list -----*/
  /*----- .weekly -----*/
  /*----- #modal_conditions -----*/
}

.school .gnav_search > a {
  color: #ee0055;
}

.school .gnav_search > a::after {
  width: 100% !important;
}

.school .search_ttl {
  margin: 15px 0 30px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.school .btn_list {
  position: absolute;
  top: 8px;
  right: 60px;
}

.school .btn_list [class^="btn_"] {
  min-width: 240px;
  font-size: 1.6rem;
}

.school .reception_time {
  width: 455px;
  margin: 0 auto;
}

.school .reception_time table th,
.school .reception_time table td {
  padding: 25px 20px !important;
}

.school .reception_time table th {
  font-weight: bold;
}

.school .reception_time table th.saturday {
  color: #3366cc;
}

.school .reception_time table th.holiday {
  color: #ee0055;
}

.school #search_terms {
  width: 590px;
  padding-bottom: 5px !important;
}

.school #search_terms h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.school #search_terms h3 span {
  display: block;
  color: #9b2845;
  font-weight: normal;
}

.school #search_terms #search_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 15px;
}

.school #search_terms #search_area .selectbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 36.5%;
          flex: 1 1 36.5%;
  width: auto;
}

.school #search_terms #search_course > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.school #search_terms #search_course .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.school #search_terms #search_course .tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.school #search_terms #search_course .tab li:last-child {
  margin-left: -1px;
}

.school #search_terms #search_course .tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  width: 100%;
  height: 40px;
  background: #e6e6e6;
  border: 1px solid #bfbfbf;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  text-align: center;
  line-height: 1.2;
}

.school #search_terms #search_course .tab li a .language {
  font-size: 1.0rem;
}

.school #search_terms #search_course .tab li a:hover {
  background: #fff;
  text-decoration: none;
  opacity: 1;
}

.school #search_terms #search_course .tab li.active {
  position: relative;
}

.school #search_terms #search_course .tab li.active a {
  background: #fff;
}

.school #search_terms #search_course .tab li.active a::before {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: -1px;
  content: "";
  border-bottom: 2px solid #fff;
}

.school #search_terms #search_course .tab_box {
  margin: 0 -20px;
  height: 330px;
  padding: 18px 0;
  background: #fff;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  overflow-y: auto;
}

.school #search_terms #search_course .list_checkbox li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin: 10px 0 0 2%;
}

.school #search_terms #search_course .list_checkbox li:nth-child(3n+1) {
  margin-left: 0;
}

.school #search_terms #search_course .list_checkbox li:nth-child(-n+3) {
  margin-top: 0;
}

.school #search_terms #search_course .list_checkbox li label.global {
  padding: 3px 0;
}

.school #search_terms #search_course #course01 .list_checkbox {
  margin: 0 29px;
}

.school #search_terms #search_course #course01 .list_checkbox:first-of-type {
  margin-bottom: 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #bfbfbf;
}

.school #search_terms #search_course #course02 dl {
  margin: 0 0 0 29px;
}

.school #search_terms #search_course #course02 dl dt {
  margin: 0 0 5px;
  font-size: 1.3rem;
  font-weight: bold;
}

.school #search_terms #search_course #course02 dl dt:not(:first-child) {
  margin-top: 10px;
}

.school #search_terms [class^="btn_"] {
  display: block;
  margin: 10px auto;
  font-size: 1.6rem;
}

.school #search_keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0 0;
}

.school #search_keyword h2 {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.6rem !important;
}

.school #search_keyword input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 20px;
  padding: 0 20px;
  border: 1px solid #bfbfbf;
  font-size: 1.6rem;
  border-radius: 4px;
}

.school #search_keyword [class^="btn_"] {
  font-size: 1.6rem;
}

.school #search_keyword [class^="btn_"] span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.school .area_map {
  margin: 0 auto 40px;
  text-align: center;
}

.school .area_map #map {
  width: 100%;
  height: 365px;
  margin: 0 0 40px;
  text-align: left;
}

.school .area_map .infowindow {
  padding: 5px 60px 0 5px;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  overflow: hidden;
}

.school .area_map [class^="btn_"] {
  font-size: 1.6rem;
}

.school .school_list,
.school .school_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.school .school_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.26%;
          flex: 0 0 32.26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 1.6%;
}

.school .school_list2 li{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.2%;
          flex: 0 0 49.2%;
  margin: 0 0 30px 1.6%;
}

.school .school_list li.ban2col{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.2%;
          flex: 0 0 49.2%;
  margin: 0 1.6% 30px 0;
}

.school .school_list li.ban2col:last-child {
  margin: 0 0 30px 0;
}

.school .school_list2 li:last-child {
  margin: 0 0 30px 0;
}

.school .school_list li:nth-child(n+7) {
  display: none;
}

.school .school_list li:nth-child(3n+1) {
  margin-left: 0;
}

.school .school_list li a {
  display: block;
  width: 100%;
  padding: 22px;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 1.5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.school .school_list li.ban2col a {
  display: block;
  padding: 22px;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 1.5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.school .school_list li a figure,
.school .school_list li a figure img {
  width: 100%;
}

.school .school_list li a h2 {
  margin: 20px 0 0;
  color: #ee0055;
  font-size: 1.6rem;
  font-weight: bold;
}

.school .school_list li a p {
  margin: 15px 0 0;
}

.school .school_list li a p i {
  position: relative;
  display: inline-block;
  width: 15px;
  margin: 0 8px 0 0;
  text-align: center;
}

.school .school_list li a p i.icon-phone {
  top: 1px;
  font-size: 1.3rem;
}

.school .school_list li a p i.icon-station {
  top: 2px;
  font-size: 1.5rem;
}

.school .school_list li a:hover {
  box-shadow: 0 0 20px rgba(35, 28, 26, 0.2);
  text-decoration: none;
  opacity: 1;
}

.school .weekly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d9d9d9;
}

.school .weekly li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d9d9d9;
  line-height: 70px;
}

.school .weekly li:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3%;
          flex: 1 0 33.3%;
}

.school .weekly li span:first-child {
  width: 40px;
  font-weight: bold;
  text-align: center;
}

.school .weekly li span:first-child.saturday {
  color: #3366cc;
}

.school .weekly li span:first-child.holiday {
  color: #ee0055;
}

.school #modal_conditions {
  height: 680px;
  /*----- #search_keyword -----*/
}

.school #modal_conditions h2 {
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.school #modal_conditions #search_terms {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
}

.school #modal_conditions #search_terms h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
  font-size: 1.6rem;
}

.school #modal_conditions #search_terms h3 span {
  display: inline;
  padding: 0 0 0 5px;
  font-size: 1.2rem;
  font-weight: normal;
}

.school #modal_conditions #search_terms > div {
  padding: 0 0 0 30px;
  background: #fff2f7;
  border: 1px solid #bfbfbf;
}

.school #modal_conditions #search_terms #search_area {
  margin: 24px 0;
}

.school #modal_conditions #search_terms #search_area .selectbox {
  width: 310px;
  margin: 0 8px 0 0;
  font-size: 1.4rem;
}

.school #modal_conditions #search_terms #search_area .selectbox select {
  width: 310px;
}

.school #modal_conditions #search_terms #search_course .tab_box {
  height: 285px;
}

.school #modal_conditions #search_terms #search_course > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 0 0;
}

.school #modal_conditions #search_terms #search_course .tab li:last-child {
  margin-left: 7px;
}

.school #modal_conditions #search_terms #search_course .tab li a {
  font-size: 1.4rem;
}

.school #modal_conditions #search_terms #search_course .tab li a::before {
  bottom: -2px;
}

.school #modal_conditions #search_terms #search_course .tab_box {
  margin: 0 0 0 -30px;
  overflow-y: auto;
}

.school #modal_conditions #search_terms #search_course .list_checkbox {
  padding: 0 65px;
}

.school #modal_conditions #search_terms #search_course .list_checkbox li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.5%;
          flex: 0 0 23.5%;
  margin: 10px 0 0 2%;
}

.school #modal_conditions #search_terms #search_course .list_checkbox li:nth-child(4n+1) {
  margin-left: 0;
}

.school #modal_conditions #search_terms #search_course .list_checkbox li:nth-child(-n+4) {
  margin-top: 0;
}

.school #modal_conditions #search_terms #search_course #course01 .list_checkbox {
  margin: 0 29px;
}

.school #modal_conditions #search_terms #search_course #course01 .list_checkbox:first-of-type {
  margin-bottom: 16px;
  padding: 0 65px 16px;
  border-bottom: 1px solid #bfbfbf;
}

.school #modal_conditions #search_terms #search_course #course02 dl dt {
  margin-left: 65px !important;
}

.school #modal_conditions #search_keyword {
  padding: 15px 20px;
  background: #fff2f7;
  border: 1px solid #bfbfbf;
}

.school #modal_conditions #search_keyword h2 {
  margin: 0;
  font-weight: bold;
}

/* ============================================================ */
/* スクールを探すトップ
   #school_index */
/* ============================================================ */
#school_index,
#school_error_index {
  /*----- #search_pref -----*/
  /*----- .search_condition -----*/
  /*----- .results -----*/
  /*----- .school_box -----*/
  /*----- colorbox -----*/
}

#school_index .row_large > .tab_box,
#school_error_index .row_large > .tab_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#school_index #search_pref,
#school_index #search_terms,
#school_index #search_keyword,
#school_error_index #search_pref,
#school_error_index #search_terms,
#school_error_index #search_keyword {
  padding: 25px 20px;
  background: #fff2f7;
  border: 1px solid #bfbfbf;
}

#school_index #search_pref h2,
#school_index #search_terms h2,
#school_index #search_keyword h2,
#school_error_index #search_pref h2,
#school_error_index #search_terms h2,
#school_error_index #search_keyword h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#school_index #search_pref h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 3;
}

#school_index #search_pref,
#school_error_index #search_pref {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 46%;
      -webkit-flex: 1 1 46%;
          flex: 1 1 46%;
  position: relative;
  margin: 0;
}

#school_index #search_pref dl {
  position: absolute;
  width: 255px;
}

#school_error_index #search_pref dl {
  position: absolute;
  width: 202px;
}

#school_index #search_pref dl dt,
#school_error_index #search_pref dl dt {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

#school_index #search_pref dl dd,
#school_error_index #search_pref dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

#school_index #search_pref dl dd a{
  width: 82px;
  height: 36px;
  margin: 8px 0 0 4px;
  background: #fff;
  border: 1px solid #8c8c8c;
  line-height: 34px;
  text-align: center;
  border-radius: 100px;
}

#school_error_index #search_pref dl dd a {
  width: 64px;
  height: 36px;
  margin: 8px 0 0 4px;
  background: #fff;
  border: 1px solid #8c8c8c;
  line-height: 34px;
  text-align: center;
  border-radius: 100px;
}

#school_index #search_pref dl dd a:hover,
#school_error_index #search_pref dl dd a:hover {
  text-decoration: none;
}

#school_index #search_pref dl dd a:nth-child(3n+1),
#school_error_index #search_pref dl dd a:nth-child(3n+1) {
  margin-left: 0;
}

#school_index #search_pref dl#tohoku {
  top: 120px;
  right: 100px;
  width: auto;
}

#school_error_index #search_pref dl#tohoku {
  top: 100px;
  right: 20px;
  width: auto;
}

#school_index #search_pref dl#kanto {
  top: 210px;
  right: 100px;
}

#school_error_index #search_pref dl#kanto {
  top: 190px;
  right: 20px;
}

#school_index #search_pref dl#tokai {
  top: 340px;
  right: 100px;
}

#school_error_index #search_pref dl#tokai {
  top: 320px;
  right: 20px;
}

#school_error_index #search_pref dl#kansai {
  top: 100px;
  left: 20px;
}

#school_index #search_pref dl#kansai{
  top: 120px;
  left: 100px;
}

#school_error_index #search_pref dl#chugoku {
  top: 230px;
  left: 20px;
}

#school_index #search_pref dl#chugoku {
  top: 250px;
  left: 100px;
}


#school_index #search_pref figure,
#school_error_index #search_pref figure {
  width: 300px;
  margin: 0 auto 0;
}

#school_index #search_pref figure img,
#school_error_index #search_pref figure img {
  width: 100%;
}

#school_index #search_terms,
#school_error_index #search_terms {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 46%;
      -webkit-flex: 1 1 46%;
          flex: 1 1 46%;
  width: auto;
  display: block !important;
}

#school_index .search_condition,
#school_error_index .search_condition {
  text-align: center;
}

#school_index .search_condition .table01,
#school_error_index .search_condition .table01 {
  margin: 0 0 30px;
}

#school_index .search_condition .table01 th,
#school_index .search_condition .table01 td,
#school_error_index .search_condition .table01 th,
#school_error_index .search_condition .table01 td {
  padding: 15px 40px;
}

#school_index .search_condition .table01 th,
#school_error_index .search_condition .table01 th,
#school_detail_cinfo_daily_index #course_feature .table01 th{
  width: 320px;
}

#school_index .search_condition [class^="btn_"],
#school_error_index .search_condition [class^="btn_"] {
  margin: 0 auto;
  font-size: 1.6rem;
}

#school_index .search_condition [class^="btn_"] i,
#school_error_index .search_condition [class^="btn_"] i {
  font-size: 1.8rem;
}

#school_index .results,
#school_error_index .results {
  margin: 50px 0 15px;
  font-size: 1.6rem;
}

#school_index .school_box,
#school_error_index .school_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 25px;
  border: 1px solid #ccc;
}

#school_index .school_box:not(:last-child),
#school_error_index .school_box:not(:last-child) {
  margin: 0 0 40px;
}

#school_index .school_box .inner,
#school_error_index .school_box .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
      -webkit-flex: 1 0 45%;
          flex: 1 0 45%;
  margin: 0 48px 0 0;
}

#school_index .school_box .inner .school_data,
#school_error_index .school_box .inner .school_data {
  margin: 0 0 20px;
}

#school_index .school_box .inner .school_data figure,
#school_error_index .school_box .inner .school_data figure {
  float: left;
  width: 61.8%;
  margin: 0 25px 0 0;
}

#school_index .school_box .inner .school_data figure img,
#school_error_index .school_box .inner .school_data figure img {
  width: 100%;
}

#school_index .school_box .inner .school_data h2,
#school_error_index .school_box .inner .school_data h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#school_index .school_box .inner .school_data div p,
#school_error_index .school_box .inner .school_data div p {
  margin: 10px 0 0;
}

#school_index .school_box .inner .school_data div p i,
#school_error_index .school_box .inner .school_data div p i {
  width: 15px;
  margin: 0 5px 0 0;
  text-align: center;
}

#school_index .school_box .inner .school_data div p i.icon-phone,
#school_error_index .school_box .inner .school_data div p i.icon-phone {
  font-size: 1.1rem;
}

#school_index .school_box .inner .school_data div p i.icon-station,
#school_error_index .school_box .inner .school_data div p i.icon-station {
  font-size: 1.3rem;
}

#school_index .school_box .inner .school_data::after,
#school_error_index .school_box .inner .school_data::after {
  display: block;
  content: "";
  clear: both;
}

#school_index .school_box .inner h3,
#school_error_index .school_box .inner h3 {
  margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
}

#school_index .school_box .inner table,
#school_error_index .school_box .inner table {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

#school_index .school_box .inner table th,
#school_index .school_box .inner table td,
#school_error_index .school_box .inner table th,
#school_error_index .school_box .inner table td {
  height: 45px;
  border-top: 1px solid #d9d9d9;
  vertical-align: middle;
}

#school_index .school_box .inner table th,
#school_error_index .school_box .inner table th {
  width: 14%;
  font-weight: bold;
  text-align: center;
}

#school_index .school_box .inner table th.saturday,
#school_error_index .school_box .inner table th.saturday {
  color: #3366cc;
}

#school_index .school_box .inner table th.holiday,
#school_error_index .school_box .inner table th.holiday {
  color: #ee0055;
}

#school_index .school_box .inner table td,
#school_error_index .school_box .inner table td {
  width: 36%;
  padding: 0 5%;
}

#school_index .school_box .pickup_courses,
#school_error_index .school_box .pickup_courses {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
}

#school_index .school_box .pickup_courses h3,
#school_error_index .school_box .pickup_courses h3 {
  padding: 0 0 15px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.6rem;
  font-weight: bold;
}

#school_index .school_box .pickup_courses h4,
#school_error_index .school_box .pickup_courses h4 {
  display: inline-block;
  margin: 20px 0 0;
  padding: 2px 20px;
  border: 1px solid #ccc;
}

#school_index .school_box .pickup_courses .link_icon,
#school_error_index .school_box .pickup_courses .link_icon {
  margin: 10px 0 0;
}

#school_index .school_box .btn,
#school_error_index .school_box .btn {
  width: 100%;
  margin: 25px 0 0;
  text-align: center;
}

#school_index .school_box .btn [class^="btn_"],
#school_error_index .school_box .btn [class^="btn_"] {
  font-size: 1.6rem;
}

#school_index #cboxContent,
#school_error_index #cboxContent {
  padding: 30px;
}

@media only screen and (max-width: 1150px) {
  #school_index #search_terms #search_area .selectbox select {
    padding: 0 0 0 5px;
  }
}


/* ============================================================ */
/* .school_area_top */
/* 170316追加 */
/* ============================================================ */

.school_area_top{
}

.school_area_top #contents .routemap_box{
	padding: 25px 20px;
    background: #FFF; /*#FFF2F7*/
    border: 1px solid #bfbfbf;
	margin:0 0 30px 0;
}

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

.school_area_top #contents h2 a{
	color:#FFF;
}

.school_area_top #contents h3{
	background:#F2F2F2;
	padding:3px 10px;
	margin-bottom:10px;
	font-size: 1.5rem;
}

.school_area_top #contents h4{
    margin: 20px 0 0;
    color: #ee0055;
    font-size: 1.6rem;
    font-weight: bold;
}
/* .row_2col
----------------------------------------------------------- */

.school_area_top .row_2col{
	width:100%;
}

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

.school_area_top .row_2col .school_area.leftbox{
	float:left;
	width:75%;
	padding:0 1.6% 0 0;
}

.school_area_top .row_2col .school_area.rightbox{
	float:right;
	width:25%;
}


/* .row_3col
----------------------------------------------------------- */

.school_area_top .row_3col{
	width:100%;
}

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

.school_area_top .row_3col .school_area.leftbox{
	float:left;
	width:50%;
	padding:0 1.6% 0 0;
}

.school_area_top .row_3col .school_area.centerbox{
	float:left;
	width:25%;
	padding:0 1.6% 0 0;
}

.school_area_top .row_3col .school_area.rightbox{
	float:right;
	width:25%;
}


/* .row_4col
----------------------------------------------------------- */

.school_area_top .row_4col{
	width:100%;
}

.school_area_top .row_4col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.school_area_top .row_4col .school_area.box{
	float:left;
	width:25%;
	padding:0 1.6% 0 0;
}

.school_area_top .row_4col .school_area.box:last-child{
	padding:0 0 0 0;
}

/* .row_5col
----------------------------------------------------------- */

.school_area_top .row_5col{
	width:100%;
}

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

.school_area_top .row_5col .school_area.leftbox{
	float:left;
	width:60%;
	padding:0 1.6% 0 0;
}

.school_area_top .row_5col .school_area.rightbox{
	float:right;
	width:40%;
}


/* .row_4col02
----------------------------------------------------------- */

.school_area_top .row_4col02{
	width:100%;
}

.school_area_top .row_4col02:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.school_area_top .row_4col02 .school_area.box{
	float:left;
	width:25%;
	padding:0 1.6% 0 0;
}

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



/* .school_area
----------------------------------------------------------- */

.school_area_top .school_area{
}


.school_area_top .school_area ul {
	margin:0 0 20px 0;
}

.school_area_top .school_area ul li {
	position: relative;
}

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

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


.school_area_top .school_area div{
}

.school_area_top .school_area div > div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*大阪*/
.school_area_top .row_2col .school_area.leftbox div > div > div {
	float:left;
	width:31.8666667%;
	margin: 0 0 20px 2.2%;
}

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

/*兵庫*/
.school_area_top .row_3col .school_area.leftbox div > div > div {
	float:left;
	width:48.3%;
	margin: 0 0 20px 3.4%;
}

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

/*東京*/
.school_area_top .row_5col .school_area.leftbox div > div > div {
	float:left;
	width:31.8666667%;
	margin: 0 0 20px 2.2%;
}

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

/*神奈川*/
.school_area_top .row_5col .school_area.rightbox div > div > div {
	float:left;
	width:48.3%;
	margin: 0 0 20px 3.4%;
}

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

/* ============================================================ */
/* 180719追加 */
/* ============================================================ */
	/*スクールページバナー*/
	.school_area_top ul.area_bana{
		margin-bottom: 40px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.school_area_top ul.area_bana li{
		margin-right:7px;
		flex-direction: row;
	}
	.school_area_top ul.area_bana li img{
		width: 100%;
	}

	.school_area_top ul.area_bana li:last-child{
		margin-right:0;
	}
	/*スクールページバナーend*/

	/*スクールページバナー*/
	.school_top ul.area_bana{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		max-width: 900px;
		margin: 0 auto;
	}
	.school_top ul.area_bana li{
		margin-right:7px;
		flex-direction: row;
		margin-bottom: 10px;
	}
	.school_top ul.area_bana li img{
		width: 100%;
	}

	.school_top ul.area_bana li:last-child{
		margin-right:0;
	}
	/*スクールページバナーend*/

	/*open校表記*/
	.school_area_top ul.open_exp{
		margin-bottom: 10px;
		text-align: right;
	}
	.school_area_top ul.open_exp li{
		font-size: 0.7em;
		display: inline-block;
		border-left: 1px solid #bfbfbf;
		padding-left: 10px;
	}
	.school_area_top ul.open_exp li:nth-child(1),
	.school_area_top ul.open_exp li:nth-child(2){
		border-left: none;
		padding: 0;
	}
	.school_area_top ul.open_exp li span{
		margin-right: 3px;
		margin-left: 0 !important;
	}
	.school_area_top .school_area ul li a span.sun_open,
	.school_area_top ul.open_exp li span.sun_open{
		background: #EE0055;
		color: #fff;
		padding: 1px 5px;
		font-size: 0.7em;
		margin-left:2px;
	}
	.school_area_top .school_area ul li a span.senka_open,
	.school_area_top ul.open_exp li span.senka_open{
		background: #82002D;
		color: #fff;
		padding: 1px 5px;
		font-size: 0.7em;
		margin-left:2px;
	}
	.school_area_top .school_area ul li a span.airline_open,
	.school_area_top ul.open_exp li span.airline_open{
		background: #1D8BC7;
		color: #fff;
		padding: 1px 5px;
		font-size: 0.7em;
		margin-left:2px;
	}
	.school_area_top .school_area ul li.open_icon a:hover{
		text-decoration: none;
	}
	/*open校表記　end*/

/* .switch
----------------------------------------------------------- */
.switch:after {
    position: absolute;
    top: 60%;
    right: 10px;
    margin-top: -18px;
    font-family: 'icomoon';
    content: "\e90e";
    font-size: 18px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.5s, linear;
    -o-transition: all, 0.5s, linear;
    -webkit-transition: all, 0.5s, linear;
    transition: all, 0.5s, linear;
    color: #fff;
}

.switch.open:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'icomoon';
}


/* ============================================================ */
/* スクールページ 共通スタイル
   .school_detail */
/* ============================================================ */
.school_detail {
  /*----- #local_nav_school -----*/
  /*----- #school_info -----*/
  /*----- .modal_content -----*/
  /*----- #topic_path -----*/
}

.school_detail #local_nav_school {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.school_detail #local_nav_school ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px 0 40px;
}

.school_detail #local_nav_school ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}

.school_detail #local_nav_school ul li a {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.school_detail #local_nav_school ul li a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #707070;
  text-decoration: none;
  opacity: 1;
}

.school_detail#school_detail_index #local_nav_school #lnav_home a,
.school_detail.school_detail_cinfo #local_nav_school #lnav_course a,
.school_detail#school_detail_teacher_index #local_nav_school #lnav_teacher a,
.school_detail.school_detail_student #local_nav_school #lnav_voice a,
.school_detail.school_detail_event #local_nav_school #lnav_event a,
.school_detail.school_detail_campaign #local_nav_school #lnav_campaign a,
.school_detail#school_detail_gallery_index #local_nav_school #lnav_gallery a {
  background: #fff;
  color: #ee0055;
}

.school_detail#school_detail_index #local_nav_school #lnav_home a:hover,
.school_detail.school_detail_cinfo #local_nav_school #lnav_course a:hover,
.school_detail#school_detail_teacher_index #local_nav_school #lnav_teacher a:hover,
.school_detail.school_detail_student #local_nav_school #lnav_voice a:hover,
.school_detail.school_detail_event #local_nav_school #lnav_event a:hover,
.school_detail.school_detail_campaign #local_nav_school #lnav_campaign a:hover,
.school_detail#school_detail_gallery_index #local_nav_school #lnav_gallery a:hover {
  background: #fff;
  opacity: 1 !important;
}

.school_detail #school_info {
  margin-bottom: 0;
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.school_detail #school_info .inner {
  width: 960px;
  margin: 0 auto;
}

.school_detail #school_info .inner::after {
  display: block;
  content: "";
  clear: both;
}

.school_detail #school_info figure {
  float: left;
  width: 400px;
  margin: 0 28px 0 0;
}

.school_detail #school_info figure img {
  width: 100%;
}

.school_detail #school_info h2 {
  margin: 0 0 5px;
  overflow: hidden;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.school_detail #school_info div {
  overflow: hidden;
}

.school_detail #school_info div p {
  position: relative;
  line-height: 2;
}

.school_detail #school_info div h3 {
  margin: 20px 0 10px;
  font-weight: bold;
}

.school_detail #school_info div .weekly li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  line-height: 45px;
}

.school_detail #school_info div .weekly li span:first-child {
  width: 30px;
}

.school_detail #school_info div .weekly li span:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}

.school_detail .modal_content {
  width: 720px;
  height: 640px;
  padding: 60px 60px 40px;
}

.school_detail .modal_content .movie {
  position: relative;
  height: 355px;
}

.school_detail .modal_content .movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

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

.teacher_list li a.modal figure i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  color: #ee0055;
  font-size: 6.0rem;
  line-height: 1;
  z-index:1;
}

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

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

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

.school_detail .modal_content h3 {
  margin: 20px 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

.school_detail .modal_content h3 span {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 20px 0 0;
}

.school_detail .modal_content h4 {
  margin: 0 0 15px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.school_detail .modal_content dl {
}

.school_detail .modal_content dl dt {
	font-weight:bold;
  font-size: 1.6rem;
}

/*.school_detail .modal_content dl dt:before {
  content:"Q：";
}*/

.school_detail .modal_content dl dd:not(:last-child) {
	margin:0 0 10px 0;
}

/*.school_detail .modal_content dl dd:before {
  content:"A：";
}*/

.school_detail #contents #topic_path {
  margin-top: 0;
  border-top: none;
}

.school_detail:not(#school_detail_index) #visual {
  height: 175px;
  margin-bottom: 0;
}

.school_detail:not(#school_detail_index) #visual div[class^="al_"] {
  position: relative;
  top: 0;
  left: 50%;
  max-width: 1280px;
  height: 175px;
  padding-bottom: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.school_detail:not(#school_detail_index) #visual figure {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
}

.school_detail:not(#school_detail_index) #visual figure img {
  position: absolute;
  top: 50%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.6;
}

.school_detail:not(#school_detail_index) #contents {
  padding-top: 90px;
}

/* ============================================================ */
/* スクールページ トップ
   #school_detail_index */
/* ============================================================ */
#school_detail_index {
  /*----- #visual -----*/
  /*----- #school_info01 -----*/
  /*----- #school_info02 -----*/
  /*----- #event -----*/
  /*----- .slide_bnr -----*/
}

#school_detail_index .row_medium {
  position: relative;
}

#school_detail_index #visual {
  height: 460px;
}

#school_detail_index #visual figure {
  height: 460px;
}

#school_detail_index #visual .slider_pager {
  top: 20px;
}
#school_detail_index #visual .nonslider ul li a i {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 50;
    background: #fff;
    padding: 6px;
    border-radius: 5px;
    opacity: 0.8;
}
#school_detail_index #visual .nonslider ul li img {
	width: 100%;
}
#school_detail_index #lesson_style div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0 0;
}

#school_detail_index #lesson_style div figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

#school_detail_index #lesson_style div figure img {
    width: 100%;
}

#school_detail_index #lesson_style div ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 630px;
    flex: 0 0 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

#school_detail_index #lesson_style div ul li.start {
    margin: 0 35px 0 0;
}
#school_detail_index #lesson_style div ul li {
    padding: 10px 0;
}

#school_detail_index #lesson_style div ul li.plan {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
#school_detail_index #lesson_style div ul li.reason {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-top: 1px solid #d9d9d9;
}

#school_detail_index #lesson_style div ul li h4 {
    font-weight: bold;
}

#school_detail_index #lesson_style h3.ttl02 {
        font-size: 2.8rem;
}

#school_detail_index #faq.row.mb100{
	margin-bottom:60px !important;
}

#school_detail_index .more {
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #ffe5ef;
    min-width: 225px;
    text-align: center;
    height: 45px;
    padding: 0 20px;
    font-size: 1.6rem;
    cursor: pointer;
	border-radius: 100px;
}
#school_detail_index .more i:first-child {
    margin: 0 8px 0 0;
}

#school_detail_index #interview .movie {
    /* position: relative; */
    display: block;
    width: 600px;
    margin: 0 auto;
    text-align: center;
}
#school_detail_index #access_flow{
	padding: 0 0 25px;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 60px;
}
#school_detail_index #access_flow h3 {
	margin: 0 0 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}
#school_detail_index #access_flow .access_flow_list{
}
#school_detail_index #access_flow .access_flow_list li{
	margin-bottom:10px;
}
#school_detail_index #access_flow .access_flow_list li:last-child{
	margin-bottom:0;
}



#school_detail_index #school_info01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px;
}

#school_detail_index #school_info01 #map_canvas {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 350px;
    -webkit-flex: 1 0 350px;
    flex: 1 0 350px;
    min-height: 350px;
}

#school_detail_index #school_info01 #map_canvas + div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 810px;
    -webkit-flex: 0 0 810px;
    flex: 0 0 810px;
    border-bottom: 1px solid #d9d9d9;
}
@media only screen and (min-width: 721px) and (max-width: 875px) {
  #school_detail_index #school_info01 #map_canvas + div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 610px;
      -webkit-flex: 0 0 610px;
      flex: 0 0 610px;
      border-bottom: 1px solid #d9d9d9;
  }
}

#school_detail_index #school_info01 #map_canvas + div > div:not(.movie) {
  padding: 25px 30px;
}

#school_detail_index #school_info01 #map_canvas + div > div:not(.movie) h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

#school_detail_index #school_info01 #map_canvas + div > div:not(.movie) p {
  margin: 10px 0 0;
}

#school_detail_index #school_info01 .movie {
    position: relative;
    height: 190px;
    margin-top: 20px;
}

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

#school_detail_index #school_info01 .movie .thumb img {
    width: 310px;
}

#school_detail_index #school_info01 .movie .thumb.movie-loading {
  cursor: default;
}

#school_detail_index #school_info01 .movie .thumb.movie-loading i {
  -webkit-animation: movie_icon_rotate 5s;
          animation: movie_icon_rotate 5s;
}

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

#school_detail_index #school_info01 .address {
    border-bottom: 1px solid #d9d9d9;
}

#school_detail_index #school_info01 .address a {
  position: relative;
  padding: 0 0 0 21px;
  font-weight: bold;
}

#school_detail_index #school_info01 .address a i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 1.6rem;
}

#school_detail_index #school_info01 .address a:hover {
  opacity: 1;
}

#school_detail_index #school_info01 div.school_info_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-top:0 !important;
	font-size:1.4rem !important;
}

#school_detail_index #school_info01 div.school_info_2col > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}

#school_detail_index #school_info01 div.school_info_2col > div .address {
    border-bottom: none;
}
#school_detail_index #school_info01 div.school_info_2col h3 {
	font-size:1.8rem !important;
}
#school_detail_index #school_info01 div.school_info_2col .map_link {
	font-size:1.6rem !important;
}
#school_detail_index #school_info01 div.school_info_2col .ttl_mapmovie {
	font-size:1.6rem !important;
}
#school_detail_index #school_info01 .sch_infoMsg{
    border-top: 1px solid #d9d9d9;
}

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

#school_detail_index .parking {
  margin-bottom: 10px;
}
#school_detail_index .parking span  {
  border: #d9d9d9 1px solid;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 5px 15px 5px 10px;
  background: #fef0f5;
}

#school_detail_index .icon-parking:before {
  content:url(../../img/icon_parking.png);
  margin:3px 7px 0;
  vertical-align: middle;
}


#school_detail_index #school_info02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#school_detail_index #school_info02 h3 {
  margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

#school_detail_index #school_info02 h3#reception_time {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
      align-self: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      -webkit-order: 1;
          order: 1;
}

#school_detail_index #school_info02 h3#reception_time_nocal {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
      align-self: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      -webkit-order: 1;
          order: 1;
}

#school_detail_index #school_info02 h3#booking_calendar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
      -webkit-flex: 0 0 360px;
          flex: 0 0 360px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      -webkit-order: 2;
          order: 2;
  margin-left: 40px;
  text-align: center;
}

#school_detail_index #school_info02 > div:not(.calendar){
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      -webkit-order: 3;
          order: 3;
  max-width: 760px;
  border-bottom: 1px solid #d9d9d9;
}

#school_detail_index #school_info02 > div.nocal {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      -webkit-order: 3;
          order: 3;
  max-width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 25px 0;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
      -webkit-flex: 0 0 190px;
          flex: 0 0 190px;
  margin: 0;
  font-size: 1.4rem;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
       -webkit-flex: 1 1 0%;
          flex: 1 1 0%;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school div ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
      -webkit-flex: 1 0 45%;
          flex: 1 0 45%;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school div ul li:not(:nth-child(-n+2)) {
  margin: 20px 0 0;
}

#school_detail_index #school_info02 > div:not(.calendar) .nearby_school div ul li i {
  top: 7px;
  font-size: 1.0rem;
}

#school_detail_index #school_info02 .calendar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
      -webkit-flex: 0 0 360px;
          flex: 0 0 360px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      -webkit-order: 4;
          order: 4;
  margin: 0 0 0 40px;
}

#school_detail_index #school_info03 .praccess .access {
	padding: 30px;
	display:table-cell;
}

#school_detail_index #school_info03 .praccess .access h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
}

#school_detail_index #event > div:not(.btn_list) {
  width: 1000px;
  margin: 0 auto;
}

#school_detail_index .slide_bnr {
  position: relative;
  padding: 50px 80px 0;
  border-top: 1px solid #d9d9d9;
}

#school_detail_index .slide_bnr .slide {
  width: 320px;
}

#school_detail_index .slide_bnr .slide img {
  width: 100%;
}

/*20190122　小バナー表示*/
	#school_detail_index .bx-next:before, #school_detail_index .bx-prev:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 45%;
    display: block;
    background: #ee0055;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
    #school_detail_index .slide_bnr .bx-wrapper{
    position: relative;
}
/*20190122　小バナー表示　end*/

#school_detail_index #visual .bx-prev,
#school_detail_index #visual .bx-next {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  margin-top: 0;
  width: calc(50% - 487px);
  height: 100%;
  padding: 15px;
  background: rgba(0,0,0,.65);
}

#school_detail_index .slide_bnr .bx-prev::before,
#school_detail_index .slide_bnr .bx-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: 'icomoon';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#school_detail_index .slide_bnr span.bx-prev,
#school_detail_index .slide_bnr span.bx-next {
  background: #ccc;
}

#school_detail_index .slide_bnr .bx-prev {
    left: -50px;
    top: 50%;
    position: absolute;
}


#school_detail_index .slide_bnr .bx-prev:before {
  content: "\e90f";
}

#school_detail_index .slide_bnr .bx-next {
    right: -50px;
    top: 50%;
    position: absolute;
}

#school_detail_index .slide_bnr .bx-next:before {
  content: "\e90e";
}

#school_detail_index #visual .bx-prev {
  justify-content: flex-end;
  left: 0;
}
#school_detail_index #visual .bx-next {
  right: 0;
}

#school_detail_index .emg,
#school_detail_index .emg_sch {
	padding: 30px;
	background: #fff2f7;
    border: #ffe5ef 10px solid;
	max-width: 1110px;
	margin: 0 auto 80px;
}

#school_detail_index .emg:nth-child(2),
#school_detail_index .emg_sch:nth-child(2) {
  margin-top: -60px;
}

#school_detail_index .emg h3,
#school_detail_index .emg_sch h3 {
	padding: 0 0 10px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #ee0055;
}

#school_detail_index .emg p a,
#school_detail_index .emg_sch p a {
  font-weight: bold;
  text-decoration: underline;
}

#school_detail_index .sch_close h3 {
    padding: 0 0 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
}
#school_detail_index .sch_close {
    padding: 30px;
    border: #eee 10px solid;
    max-width: 1110px;
    margin: 50px auto 0;
}

#school_detail_index .pr {
	margin: 0 auto 60px;
	padding: 30px;
	background: #f2f2f2;
}

#school_detail_index .pr.row_medium{
	max-width:1160px !important;
}

#school_detail_index .pr:not(:last-of-type) {
  margin-bottom: 100px;
}

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

#school_detail_index .btm_text p {
  margin: 100px 0 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align:center;
}


/*2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/
#school_detail_index .page_title{
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1.2;
	/*margin:15px 0 15px 8%;*/
  max-width: 1280px;
  margin: 0 auto;
  padding:15px 20px;
}

#school_detail_index #visual figure img,
#school_detail_index .course_list li figure,
#school_detail_index .course_list li figure img,
#school_detail_index .teacher_list li figure,
#school_detail_index .teacher_list li figure img,
#school_detail_index .voice_list li figure,
#school_detail_index .voice_list li figure img,
.school_detail #local_nav_school,
#school_detail_index .event_list li a figure,
#school_detail_index .event_list li a figure img{
	all:initial;
	width:100%;
}

#school_detail_index .course_list li figure a:hover img,
#school_detail_index .teacher_list li figure a:hover img,
#school_detail_index .voice_list li a:hover figure img,
#school_detail_index .event_list li a:hover figure img{
	all:initial;
	width:100%;
}
#school_detail_index #visual figure{
	height:100%;
}

#local_nav_school ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#local_nav_school ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0 0 1px;
	border-right: 2px solid #fff;
}

#local_nav_school ul li a {
	display: block;
	padding: 0 15px;
	background: #f2f2f2;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	/*line-height: 50px;*/
}

#school_detail_index #visual .slider {
	position: relative;
	width: 100%;
	height:100%;
	overflow: hidden;
}
#school_detail_index #visual figure {
	position: relative;
}
#school_detail_index #visual .slider .bx-wrapper{
	width:100% !important;
	height:100% !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0 auto !important;
	background: transparent !important;
	border: 0;
}
#school_detail_index #visual .slider .bx-viewport{
	width:100% !important;
	height:100% !important;
	background: transparent !important;
	border: 0;
	overflow: visible !important;
	height: 288x !important;
}
#school_detail_index #visual .slider ul{
	height:100% !important;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#school_detail_index #visual .slider ul li{
	height:100% !important;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 974px;
	flex: 0 0 974px;
	padding: 0;
	min-height: 350px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#school_detail_index #visual img{
	width:100%;
	height:100% !important;
}
#school_detail_index #visual{
	height:100% !important;
}
#school_detail_index #visual div.slide_contents{
	position: absolute;
	/*top: 0;*/
	bottom: 0px;
	left: 0;
	right: 0;
	height:55px;
	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: 15px 80px 15px 60px;
}

#school_detail_index #visual div.slide_contents div.slide_contents_inner{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.55);
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	padding: 16px 60px 15px 30px;
}
#school_detail_index #visual div.slide_contents p {
	margin: 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

#school_detail_index #visual div.slide_contents a{
	position:absolute;
	right:20px;
	min-width: 180px;
	height: 35px;
	top:10px;
}

.sch_multi_btn{
  margin: 30px;
  text-align: center;
  text-decoration: underline;
  position: absolute;
  top: 36px;
  right: 60px;
}

@media all and (-ms-high-contrast:none)
     {/* IE10以降対応 */
#school_detail_index .course_list li figure a:hover img,
#school_detail_index .teacher_list li a:hover figure img,
#school_detail_index .voice_list li a:hover figure img,
#school_detail_index .event_list li a:hover figure img{
-webkit-transform: translate(-50%, -50%) scale(1);
	  transform: translate(-50%, -50%) scale(1);
}
#school_detail_index .course_list li figure{
	height: 251px;
}
#school_detail_index .event_list li figure{
	height: 217px;
}
#school_detail_index .teacher_list li figure,
#school_detail_index .voice_list li figure{
	height: 188px;
}
#school_detail_index .school_detail #local_nav_school ul {
	margin: 50px auto　0;
}
#school_detail_index #visual .slider {
	position: relative;
	width: 100%;
	padding: 0 0 62px 0;
 }
#school_detail_index #visual .slider_pager {
	bottom: 140px !important;
}
}
/*end 2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/


/* ============================================================ */
/* スクール 下層ページ 共通　各ページリンク#local_nav_school */
/* ============================================================ */

/*2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/
#school_detail_cinfo_index #local_nav_school,
#school_detail_cinfo_daily_index #local_nav_school,
#school_detail_teacher_index #local_nav_school,
#school_detail_student_index #local_nav_school,
#school_detail_event_index #local_nav_school,
#school_detail_campaign_index #local_nav_school,
#school_detail_gallery_index #local_nav_school{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}

#school_detail_cinfo_index #local_nav_school ul,
#school_detail_cinfo_daily_index #local_nav_school ul,
#school_detail_teacher_index #local_nav_school ul,
#school_detail_student_index #local_nav_school ul,
#school_detail_event_index #local_nav_school ul,
#school_detail_campaign_index #local_nav_school ul,
#school_detail_gallery_index #local_nav_school ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px 0 40px;
}

#school_detail_cinfo_index #local_nav_school ul li,
#school_detail_cinfo_daily_index #local_nav_school ul li,
#school_detail_teacher_index #local_nav_school ul li,
#school_detail_student_index #local_nav_school ul li,
#school_detail_event_index #local_nav_school ul li,
#school_detail_campaign_index #local_nav_school ul li,
#school_detail_gallery_index #local_nav_school ul li{
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
	border-right: none;
	margin: 0;
}

#school_detail_cinfo_index #local_nav_school ul li a,
#school_detail_cinfo_daily_index #local_nav_school ul li a,
#school_detail_teacher_index #local_nav_school ul li a,
#school_detail_student_index #local_nav_school ul li a,
#school_detail_event_index #local_nav_school ul li a,
#school_detail_campaign_index #local_nav_school ul li a,
#school_detail_gallery_index #local_nav_school ul li a{
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all .3s;
  transition: all .3s;
	background: none;
}

#school_detail_cinfo_index #local_nav_school ul li a:hover,
#school_detail_cinfo_daily_index #local_nav_school ul li a:hover,
#school_detail_teacher_index #local_nav_school ul li a:hover,
#school_detail_student_index #local_nav_school ul li a:hover,
#school_detail_event_index #local_nav_school ul li a:hover,
#school_detail_campaign_index #local_nav_school ul li a:hover,
#school_detail_gallery_index #local_nav_school ul li a:hover{
  background: rgba(255, 255, 255, 0.9);
  color: #707070;
  text-decoration: none;
  opacity: 1;
}
/*end 2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/

/* ============================================================ */
/* スクール 開講コース 共通
   .school_detail_cinfo */
/* ============================================================ */
.school_detail_cinfo {
  /*----- #course_visual -----*/
  /*----- #course_point -----*/
  /*----- #course_feature -----*/
}

.school_detail_cinfo #course_visual {
  position: relative;
  height: 390px;
}

.school_detail_cinfo #course_visual div[class^="al_"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 390px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.school_detail_cinfo #course_visual div[class^="al_"] p {
  font-size: 2.8rem;
}

.school_detail_cinfo #course_visual div[class^="al_"] h2 {
  min-width: 245px;
  height: 50px;
  margin: 35px 0 0;
  padding: 0 20px;
  border: 1px solid #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 50px;
}

.school_detail_cinfo #course_visual figure {
  position: relative;
  height: 390px;
  overflow: hidden;
}

.school_detail_cinfo #course_visual figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

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

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

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

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

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

.school_detail_cinfo #course_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  background: #f2f2f2;
}

.school_detail_cinfo #course_point section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 479px;
          flex: 0 0 479px;
  padding: 25px 20px 20px;
  background: #fff;
}

.school_detail_cinfo #course_point section:last-child {
  margin: 0 0 0 2px;
}

.school_detail_cinfo #course_point section i {
  display: block;
  margin: 0 auto;
  border: 1px solid #cfcfcf;
  color: #ee0055;
  font-size: 3.6rem;
  text-align: center;
  line-height: 98px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.school_detail_cinfo #course_point section .ttl02 {
  margin: 15px 0 10px;
}

.school_detail_cinfo #course_feature section .img_float_left figure {
  width: 300px;
}

.school_detail_cinfo #course_feature section .img_float_left figure img {
  width: 100%;
}

.school_detail_cinfo #course_feature section .table_wrap {
  margin: 0 0 20px;
}

/*2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/
.school_detail_cinfo .course_list li figure,
.school_detail_cinfo .course_list li figure img,
.school_detail_cinfo .course_list li figure a:hover img{
                    all:initial;
					width:100%;
				}
.school_detail_cinfo #visual div[class^="al_"] .sch_h1,
.school_detail_gallery #visual div[class^="al_"] .sch_h1 {
					font-size: 3.8rem;
					font-weight: bold;
					line-height: 1.5;
        }
.school_detail_cinfo #visual div[class^="al_"] .sch_h1 a{
					color:#fff;
        }
.school_detail_cinfo #visual div[class^="al_"] .sch_h1 a:hover{
					text-decoration: none;
				}
@media all and (-ms-high-contrast:none) {/* IE10以降対応 */
.school_detail_cinfo .course_list li figure{
					height: 257px;
				}
.school_detail_cinfo .course_list li figure a:hover img {
				-webkit-transform: translate(-50%, -50%) scale(1);
					  transform: translate(-50%, -50%) scale(1);
				}
.school_detail_cinfo .school_detail:not(#school_detail_index) #visual div[class^="al_"] .sch_h1 {
					margin-top: 0;
					color: #333;
					text-align: center !important;
					font-size: 2.3rem;
					font-weight: bold;
					line-height: 1.4;
				}
}
/*end2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/

/* ============================================================ */
/* スクール 開講コース トップ
   #school_detail_cinfo_index */
/* ============================================================ */
#school_detail_cinfo_index .local_nav {
  margin-bottom: 35px;
}

#school_detail_cinfo_index .feature {
  padding: 0 40px;
}

#school_detail_cinfo_index .feature::after {
  display: block;
  content: "";
  clear: both;
}

#school_detail_cinfo_index .feature div:first-child {
  padding: 50px 0 0;
}

#school_detail_cinfo_index .feature div:first-child figure {
  float: left;
  width: 600px;
  margin: -50px -195px 0 0;
}

#school_detail_cinfo_index .feature div:first-child figure img {
  width: 100%;
}

#school_detail_cinfo_index .feature div:first-child h3 {
  display: table;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
}

#school_detail_cinfo_index .feature div:first-child h3 i {
  display: table-cell;
  padding: 0 5px 0 0;
  color: #ee0055;
}

#school_detail_cinfo_index .feature div:last-child p {
  margin: 20px 0 5px;
  font-size: 2.0rem;
  font-weight: bold;
}

#school_detail_cinfo_index .feature div:last-child ul {
  display: table;
}

#school_detail_cinfo_index .feature div:last-child ul li {
  display: table-row;
  font-size: 1.6rem;
  font-weight: bold;
}

#school_detail_cinfo_index .feature div:last-child ul li i {
  display: table-cell;
  padding: 0 20px 0 0;
  color: #ee0055;
}

/* ============================================================ */
/* スクール 講師紹介 詳細
   #school_detail_teacher_detail */
/* ============================================================ */
#school_detail_teacher_detail .movie {
  position: relative;
  height: 355px;
}

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

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

#school_detail_teacher_detail .movie .thumb.movie-loading {
  cursor: default;
}

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

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

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

#school_detail_teacher_detail h3 span {
  font-size: 2.4rem;
  font-weight: bold;
}

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

/*2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/
#school_detail_teacher_index .teacher_list li figure,
#school_detail_teacher_index .teacher_list li figure img{
  all:initial;
  width:100%;
}
#school_detail_teacher_index .teacher_list li a:hover figure img{
  all:initial;
  width:100%;
}
#school_detail_teacher_index #visual div[class^="al_"] .sch_h1 {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
}
#school_detail_teacher_index #visual div[class^="al_"] .sch_h1 a{
  color:#fff;
}
#school_detail_teacher_index #visual div[class^="al_"] .sch_h1 a:hover{
  text-decoration: none;
}

@media all and (-ms-high-contrast:none) {/* IE10以降対応 */
#school_detail_teacher_index .teacher_list li figure, .teacher_list02 li figure{
					height: 193px;
				}
#school_detail_teacher_index .teacher_list li a:hover figure img {
				-webkit-transform: translate(-50%, -50%) scale(1);
					  transform: translate(-50%, -50%) scale(1);
				}
#school_detail_teacher_index .school_detail:not(#school_detail_index) #visual div[class^="al_"] .sch_h1 {
					margin-top: 0;
					color: #333;
					text-align: center !important;
					font-size: 2.3rem;
					font-weight: bold;
					line-height: 1.4;
				}
}
/*end2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/

/* ============================================================ */
/* スクール 受講生の声 共通
   .school_detail_student */
/* ============================================================ */
.school_detail_student {
  /*----- #interview -----*/
  /*----- #lesson_style -----*/
  /*----- #other_voice -----*/
}

.school_detail_student #interview .movie {
  /*position: relative;*/
  display: block;
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.school_detail_student #interview .student_mainImg {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.school_detail_student #interview .student_mainImg img {
  /*width: 100%;*/
  height: 100%;
}

/*.school_detail_student #interview .movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

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

.school_detail_student #interview .movie .thumb.movie-loading {
  cursor: default;
}

.school_detail_student #interview .movie .thumb.movie-loading i {
  -webkit-animation: movie_icon_rotate 5s;
          animation: movie_icon_rotate 5s;
}

.school_detail_student #interview .movie .thumb.movie-loading i:before {
  content: "\e627";
  color: rgba(0, 0, 0, 0.6);
}*/

.school_detail_student #lesson_style div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 0;
}

.school_detail_student #lesson_style div figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.school_detail_student #lesson_style div figure img {
  width: 100%;
}

.school_detail_student #lesson_style div ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 630px;
          flex: 0 0 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.school_detail_student #lesson_style div ul li {
  padding: 10px 0;
}

.school_detail_student #lesson_style div ul li h4 {
  font-weight: bold;
}

.school_detail_student #lesson_style div ul li.start {
  margin: 0 35px 0 0;
}

.school_detail_student #lesson_style div ul li.plan {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.school_detail_student #lesson_style div ul li.reason {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-top: 1px solid #d9d9d9;
}

.school_detail_student #other_voice {
  position: relative;
}

/*2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/
#school_detail_student_index .voice_list li figure,
#school_detail_student_index .voice_list li figure img{
					all:initial;
					width:100%;
				}
#school_detail_student_index .voice_list li a:hover figure img{
					all:initial;
					width:100%;
				}
#school_detail_student_index #visual div[class^="al_"] .sch_h1 {
					font-size: 3.8rem;
					font-weight: bold;
					line-height: 1.5;
        }
#school_detail_student_index #visual div[class^="al_"] .sch_h1 a{
					color: #fff;
        }
#school_detail_student_index #visual div[class^="al_"] .sch_h1 a:hover{
					text-decoration: none;
				}

@media all and (-ms-high-contrast:none) {/* IE10以降対応 */
#school_detail_student_index .voice_list li figure{
					height: 193px;
				}
#school_detail_student_index .voice_list li a:hover figure img {
				-webkit-transform: translate(-50%, -50%) scale(1);
					  transform: translate(-50%, -50%) scale(1);
				}

}
/*end 2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/

/* ============================================================ */
/* スクール イベント＆セミナー 詳細
   #school_detail_event_detail */
/* ============================================================ */
#school_detail_event_detail .row:not(#mainvisual):not(#other_event):not(#school_info) .ttl03 {
  margin-top: 40px;
}

#school_detail_event_detail .row:not(#mainvisual):not(#other_event):not(#school_info) p:not(:last-child) {
  margin: 0 0 30px;
}

#school_detail_event_detail .row:not(#mainvisual):not(#other_event):not(#school_info) .table_wrap:not(:last-child) {
  margin-bottom: 40px;
}

#school_detail_event_detail .row:not(#mainvisual):not(#other_event):not(#school_info) .img_float_left figure,
#school_detail_event_detail .row:not(#mainvisual):not(#other_event):not(#school_info) .img_float_right figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

#school_detail_event_detail #mainvisual figure {
  position: relative;
  height: 390px;
  overflow: hidden;
}

#school_detail_event_detail #mainvisual figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#school_detail_event_detail #other_event {
  position: relative;
}

#school_detail_event_detail #other_event .btn_list [class^="btn_"] {
  width: 265px;
}

/*2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/
#school_detail_event_index .event_list li a figure,
#school_detail_event_index .event_list li a figure img{
					all:initial;
					width:100%;
				}
#school_detail_event_index .event_list li a:hover figure img{
					all:initial;
					width:100%;
				}
#school_detail_event_index #visual div[class^="al_"] .sch_h1 {
					font-size: 3.8rem;
					font-weight: bold;
					line-height: 1.5;
        }
#school_detail_event_index #visual div[class^="al_"] .sch_h1 a{
					color: #fff;
        }
#school_detail_event_index #visual div[class^="al_"] .sch_h1 a:hover{
					text-decoration: none;
				}
@media all and (-ms-high-contrast:none) {/* IE10以降対応 */
#school_detail_event_index .event_list li a figure{
					height: 217px;
				}
#school_detail_event_index .event_list li a:hover figure img {
				-webkit-transform: translate(-50%, -50%) scale(1);
					  transform: translate(-50%, -50%) scale(1);
				}
#school_detail_event_index .school_detail:not(#school_detail_index) #visual div[class^="al_"] .sch_h1 {
					margin-top: 0;
					color: #333;
					text-align: center !important;
					font-size: 2.3rem;
					font-weight: bold;
					line-height: 1.4;
				}
			 }
/*end2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/

/* ============================================================ */
/* スクール キャンペーン 詳細
   #school_detail_campaign_detail */
/* ============================================================ */
#school_detail_campaign_detail .row:not(#mainvisual):not(#other_campaign):not(#school_info) .ttl03 {
  margin-top: 40px;
}

#school_detail_campaign_detail .row:not(#mainvisual):not(#other_campaign):not(#school_info) p:not(:last-child) {
  margin: 0 0 30px;
}

#school_detail_campaign_detail .row:not(#mainvisual):not(#other_campaign):not(#school_info) .table_wrap:not(:last-child) {
  margin-bottom: 40px;
}

#school_detail_campaign_detail #mainvisual figure {
  position: relative;
  height: 390px;
  overflow: hidden;
}

#school_detail_campaign_detail #mainvisual figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#school_detail_campaign_detail #other_campaign {
  position: relative;
}

/*2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/
#school_detail_campaign_index .event_list li a figure,
				.event_list li a figure img{
					all:initial;
					width:100%;
				}
#school_detail_campaign_index .event_list li a:hover figure img{
					all:initial;
					width:100%;
				}
#school_detail_campaign_index #visual div[class^="al_"] .sch_h1 {
					font-size: 3.8rem;
					font-weight: bold;
					line-height: 1.5;
        }
#school_detail_campaign_index #visual div[class^="al_"] .sch_h1 a{
          color:#fff;
        }
#school_detail_campaign_index #visual div[class^="al_"] .sch_h1 a:hover{
          text-decoration: none;
				}
@media all and (-ms-high-contrast:none) {/* IE10以降対応 */
#school_detail_campaign_index .event_list li a figure{
					height: 217px;
				}
#school_detail_campaign_index .event_list li a:hover figure img {
				-webkit-transform: translate(-50%, -50%) scale(1);
					  transform: translate(-50%, -50%) scale(1);
				}
#school_detail_campaign_index .school_detail:not(#school_detail_index) #visual div[class^="al_"] .sch_h1 {
					margin-top: 0;
					color: #333;
					text-align: center !important;
					font-size: 2.3rem;
					font-weight: bold;
					line-height: 1.4;
				}

}
/*end2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/

/* ============================================================ */
/* スクール ギャラリー
   #school_detail_gallery_index */
/* ============================================================ */
#school_detail_gallery_index {
  /*----- colorbox -----*/
}

#school_detail_gallery_index #gallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#school_detail_gallery_index #gallery_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#school_detail_gallery_index #gallery_list li:not(:nth-child(-n+4)) {
  margin: 40px 0 0;
}

#school_detail_gallery_index #gallery_list li a {
  position: relative;
  width: 100%;
  padding: 0 0 60px;
  text-align: center;
}

#school_detail_gallery_index #gallery_list li a figure {
  position: relative;
  width: 100%;
  height: 240px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

#school_detail_gallery_index #gallery_list li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

#school_detail_gallery_index #gallery_list li a p {
  margin: 15px 20px 0;
  text-align: left;
}

#school_detail_gallery_index #gallery_list li a [class^="btn_"] {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 160px;
  height: 42px;
  margin: 0 0 0 -80px;
}

#school_detail_gallery_index #gallery_list li a:hover {
  text-decoration: none;
}

#school_detail_gallery_index #gallery_list li a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

#school_detail_gallery_index #gallery_list li a:hover .btn_pink05 {
  background: #ee0055;
  color: #fff;
}

#school_detail_gallery_index .row:not(#school_info) {
  margin-bottom: 100px;
}

#school_detail_gallery_index #cboxContent {
  padding-bottom: 100px;
}

/*2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/
#school_detail_gallery_index #gallery_list li a figure,
#school_detail_gallery_index #gallery_list li a figure img{
					all:initial;
					width:100%;
				}
#school_detail_gallery_index #gallery_list li a:hover figure img{
					all:initial;
					width:100%;
				}
#school_detail_gallery_index #visual div[class^="al_"] .sch_h1 a{
					color:#fff;
        }
#school_detail_gallery_index #visual div[class^="al_"] .sch_h1 a:hover{
					text-decoration: none;
				}
@media all and (-ms-high-contrast:none) {/* IE10以降対応 */
#school_detail_gallery_index #gallery_list li a figure{
					height: 193px;
				}
#school_detail_gallery_index #gallery_list li a:hover figure img {
				-webkit-transform: translate(-50%, -50%) scale(1);
					  transform: translate(-50%, -50%) scale(1);
				}
#school_detail_gallery_index .school_detail:not(#school_detail_index) #visual div[class^="al_"] .sch_h1 {
					margin-top: 0;
					color: #333;
					text-align: center !important;
					font-size: 2.3rem;
					font-weight: bold;
					line-height: 1.4;
				}
}
/*end2017年秋改定分・スライドサイズ・画像の拡大縮小解除*/

/* ============================================================ */
/* よくあるご質問
   #faq_index */
/* ============================================================ */
#faq_index .faq_list dt,
#index .faq_list dt {
  padding-right: 60px;
  cursor: pointer;
}

#faq_index .faq_list dt .icon-remove,
#index .faq_list dt .icon-remove {
  position: absolute;
  top: 0;
  right: 10px;
  width: 28px;
  background: #f5f5f5;
  color: #ee0055;
  font-size: 2.2rem;
  text-align: center;
  line-height: 28px;
}

#faq_index .faq_list dt .icon-remove:before,
#index .faq_list dt .icon-remove:before {
  content: "\e145";
}

#faq_index .faq_list dt.active .icon-remove,
#index .faq_list dt.active .icon-remove {
  background: #ffe5ef;
}

#faq_index .faq_list dt.active .icon-remove:before,
#index .faq_list dt.active .icon-remove:before {
  content: "\e15b";
}

#faq_index .faq_list dt:not(:first-child) {
  margin-top: 50px;
}

#index .faq_list dt:not(:first-child) {
  margin-top: 20px;
}

#faq_index .faq_list dt:hover,
#index .faq_list dt:hover {
  color: #ee0055;
}

#faq_index .faq_list dd,
#index .faq_list dd {
  display: none;
}

#faq_index .faq_list dd > *:not(:first-child),
#index .faq_list dd > *:not(:first-child) {
  margin: 15px 0 0;
}

#faq_index .faq_list dd .text_link + .text_link,
#index .faq_list dd .text_link + .text_link{
  margin-top: 0;
}

#faq_index .text_link,
#index .text_link {
  text-align: right;
}

#faq_index .text_link a,
#index .text_link a {
  display: inline-table;
}

#faq_index .text_link a .icon-keyboard_arrow_right,
#index .text_link a .icon-keyboard_arrow_right {
  position: relative;
  top: 2px;
  display: table-cell;
}

#faq_index .text_link a .icon-outer,
#index .text_link a .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

#faq_index .text_link a:hover,
#index .text_link a:hover {
  text-decoration: none;
}

#faq_index .text_link a:hover span,
#index .text_link a:hover span {
  text-decoration: underline;
}

#cinfo_business_index .faq_list dt {
pointer-events: none;
}

#cinfo_business_index .faq_list dd {
	display:block;
}


/* ============================================================ */
/* ご意見・ご要望
   #iken_index */
/* ============================================================ */
#iken_index {
  /* #request
	----------------------------------------------------------- */
  /* #counseling
	----------------------------------------------------------- */
}

#iken_index .row_wide {
  margin-bottom: 0;
  padding: 50px 0;
}

#iken_index .row_wide .telephone {
  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;
          -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 960px;
  height: 150px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}

#iken_index .row_wide .telephone p {
  font-size: 1.6rem;
}

#iken_index .row_wide .telephone p.freecall {
  margin: 0 0 10px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.3;
}

#iken_index .row_wide .telephone p.freecall .icon_freecall {
  display: inline-block;
  width: 36px;
  margin: 0 10px 0 0;
  line-height: 1;
}

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

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

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

#iken_index #request {
  background: #f2f2f2;
}

#iken_index #request .telephone {
  margin-bottom: 20px;
}

#iken_index #request .note {
  font-size: 1.4rem;
}

#iken_index #counseling {
  background: #ffe5ef;
}

#iken_index #counseling .telephone {
  margin-bottom: 50px;
}

#iken_index #counseling .row p {
  margin: 0 0 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#iken_index #counseling .row .btn_orange01 {
  width: 530px;
  height: 55px;
  font-size: 1.6rem;
}

/* ============================================================ */
/* インフォメーション トップ
   #info_index */
/* ============================================================ */
#info_index h2 {
  margin: 0 0 10px;
  font-size: 3.2rem;
}

#info_index .local_nav {
  margin-bottom: 50px;
}

#info_index .info_list {
  border-top: 1px solid #d9d9d9;
}

#info_index .info_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 15px 5px;
  border-bottom: 1px solid #d9d9d9;
}

#info_index .info_list li time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
      -webkit-flex: 0 0 150px;
          flex: 0 0 150px;
  font-weight: bold;
}

#info_index .info_list li .category {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
      -webkit-flex: 0 0 105px;
          flex: 0 0 105px;
  margin: 0 15px 0 0;
  border: 1px solid #ee0055;
  border-radius: 100px;
  color: #ee0055;
  font-size: 1.2rem;
  text-align: center;
  line-height: 28px;
}

#info_index .info_list li p:not(.category) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
          flex: 1 0 0%;
  position: relative;
  padding: 0 0 0 20px;
}

#info_index .info_list li p:not(.category) a {
  display: block;
}

#info_index .info_list li p:not(.category) .icon-keyboard_arrow_right {
  position: absolute;
  top: 3px;
  left: 0;
  color: #808080;
}

.pager {
    clear:both;
    margin:30px 0;
    text-align:center;
}

.pager span {
    margin:5px;
    padding:5px 8px;
    color:#ee0055;
	border: solid 1px #ee0055;
}

.pager span.current {
    color:#fff;
    background:#ee0055;
}
.pager span.current:hover {
    cursor:default;
}

.pager span.invalid {
    color:#fff;
    background:none;
	border: none;
}
.pager span.invalid:hover {
    cursor:default;
}

.pager span.ellipsis {
    color:#ee0055;
    background:none;
}
.pager span.ellipsis:hover {
    cursor:default;
}

/* ============================================================ */
/* インフォメーション詳細
   #info_detail */
/* ============================================================ */
#info_detail .row p, #info_detail .row ul, #info_detail .row ol, #info_detail .row dl, #info_detail .row .table_wrap, #info_detail .row .table01, #info_detail .row [class^="btn"] {
  margin-bottom: 20px;
}

#info_detail .row [class^="btn"] .icon-right:last-child {
  position: relative;
  top: auto;
  right: auto;
  margin: 0 -5px 0 5px;
}

#info_detail .btn_block {
  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;
}

#info_detail .btn_block > * {
  margin: 0 5px;
}

/* ============================================================ */
/* サイトマップ
   #sitemap_index */
/* ============================================================ */
#sitemap_index h2 {
  margin: 0 0 15px;
  font-size: 3.2rem;
  border-bottom: 1px solid #d9d9d9;
}

#sitemap_index h2 .icon-keyboard_arrow_right {
  position: relative;
  top: -2px;
  color: #ee0055;
  font-size: 2.4rem !important;
}

#sitemap_index h2 a:hover {
  color: #ee0055;
  text-decoration: none;
  opacity: 1;
}

#sitemap_index h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#sitemap_index .row {
  margin-bottom: 35px;
}

#sitemap_index .row > section:not(:last-child) {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #d9d9d9;
}

#sitemap_index .row ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

#sitemap_index .row ul li {
  position: relative;
  padding: 0 0 0 15px;
}

#sitemap_index .row ul li a {
  display: inline-block;
  padding: 0 0 10px;
}

#sitemap_index .row ul li a:hover {
  opacity: 1;
}

#sitemap_index .row ul li .icon-keyboard_arrow_right {
  position: absolute;
  top: 3px;
  left: -5px;
  color: #999;
}

#sitemap_index .row ul li .icon-outer {
  margin: 0 0 0 5px;
}

#sitemap_index .row#school_search ul {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

/* ============================================================ */
/* ご受講生の方はこちら
   #students_index */
/* ============================================================ */
#students_index #contents .ttl01 {
  font-size: 3rem;
}

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

#students_index #contents .class_schedule ul {
    margin: 0 0 15px;
}

#students_index #contents .class_schedule ul li {
    margin: 0 0 10px;
}


#students_index #contents .class_schedule ul li a .icon-file-pdf {
    padding: 0 0 0 4px;
}

#students_index #contents .text_link a [class^="icon-"] {
    display: table-cell;
    padding: 0 2px 0 0;
    color: #e5005a;
}

#students_index #contents .text_link a {
    display: table;
}

#students_index #contents .st_txtL{
	font-size:18px;
	font-weight:bold;
    color: #e5005a;
}

#students_index #contents .st_txtLL{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background-color:#f2f2f2;
	padding:20px;
	margin-bottom:20px;
}

#students_index #contents .st_txtS{
	margin-bottom:20px;
}

#students_index #contents .st_txtM{
	font-size:16px;
	font-weight:bold;
}

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

#students_index #contents .loginImg{
	float:right;
	margin-left:40px;
}

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

#students_index #contents .marT20{
	margin-top:20px;
}

#students_index #contents .marT40{
	margin-top:40px;
}

#students_index #contents .marT60{
	margin-top:60px;
}


#students_index #contents .marB20{
	margin-bottom:20px;
}


#students_index #contents .stu_bg_glay{
	background-color:#f2f2f2;
	padding:20px;
	overflow: hidden;
}

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

#students_index #contents .checkTest{
	float:left;
	width:280px;
	text-align:center;
	margin-bottom:40px;
}

#students_index #contents .checkTestC{
	float:left;
	width:280px;
	margin:0 40px;
	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: 90px;
}

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

#students_index #contents p.text_link a > span:hover {
    text-decoration: underline;
}

#students_index .anchor_link ul:first-child {
    margin: 0 auto 10px;
}

#students_index .holiday_info {
	border: #ffe5ef 10px solid;
	margin-bottom:60px;
	padding:20px;
}
#students_index .holiday_info h3 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#students_index .emg,
#school_index .emg,
#school_index .emg_sch{
	padding: 30px;
	background: #fff2f7;
	border: #ffe5ef 10px solid;
	max-width: 1110px;
	margin: 0 auto 60px;
}
#school_index .emg,
#school_index .emg_sch{
	max-width: inherit;
}
#students_index .emg:not(:last-of-type),
#school_index .emg:not(:last-of-type),
#school_index .emg_sch:not(:last-of-type){
  margin-bottom: 20px;
}

#students_index .emg h3,
#school_index .emg h3,
#school_index .emg_sch h3{
	padding: 0 0 10px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #ee0055;
	background: none;
}

#sc#students_index .emg p,
#sc#school_index .emg p{
}

#students_index .emg p a,
#school_index .emg p a,
#school_index .emg_sch p a{
  font-weight: bold;
  text-decoration: underline;
}

/* ============================================================ */
/* 全国外国語教育振興協会加盟校
   #zengaikyo_index */
/* ============================================================ */
#zengaikyo_index .ttl00 {
  margin-bottom: 70px;
}

#zengaikyo_index .row {
  text-align: center;
}

#zengaikyo_index .row div {
  margin: 0 0 40px;
}

#zengaikyo_index .row p {
  margin: 0 0 20px;
}

#zengaikyo_index .row [class^="btn_"] {
  margin-top: 20px;
  font-size: 1.6rem;
}

/* ============================================================ */
/* コンバージョン 共通スタイル
   .contactus */
/* ============================================================ */
.contactus {
  /*----- .input_must / .input_any -----*/
  /*----- .selectbox.wide -----*/
  /* .ttl_block
	----------------------------------------------------------- */
  /* #campaign
	----------------------------------------------------------- */
  /* .flow_lesson
	----------------------------------------------------------- */
  /* #about_lesson
	----------------------------------------------------------- */
  /* .form_flow
	----------------------------------------------------------- */
  /* #counseling
	----------------------------------------------------------- */
  /* .datepicker
	----------------------------------------------------------- */
  /* #customer_info
	----------------------------------------------------------- */
  /* #privacy
	----------------------------------------------------------- */
  /* .btn_block
	----------------------------------------------------------- */
  /* .alert
	----------------------------------------------------------- */
  /* footer
	----------------------------------------------------------- */
}

.contactus header > div {
  padding: 30px 20px;
}

.contactus .note {
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 0;
}

.contactus dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactus dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
      -webkit-flex: 0 0 135px;
          flex: 0 0 135px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

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

.contactus .input_must,
.contactus .input_any {
  display: inline-block;
  width: 40px;
  margin: 0 0 0 10px;
  border: 1px solid #ee0055;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  border-radius: 100px;
}

.contactus .input_must {
  background: #ee0055;
  color: #fff;
}

.contactus .input_any {
  background: #fff;
  color: #ee0055;
}

.contactus .selectbox.wide {
  width: 460px;
}

.contactus .ttl_block {
  /*background: #ffe5ef;*/
  text-align: center;
  margin-bottom: 80px;
}

.contactus .ttl_block h1{
  padding: 50px 0;
  background-color: #295094;
  color: #FFFFFF;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
    background-image:url(/form/img/gaigo/b_ml/bg_ttlLeft.png),url(/form/img/gaigo/b_ml/bg_ttlRight.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 10% bottom, 90% bottom;
}
.contactus .ttl_block p {
  padding: 10px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus #campaign {
  max-width: 1180px;
  margin: 60px auto;
  padding: 0 40px;
}

.contactus #campaign .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
          justify-content: flex-end;
  background: #f7931e;
  border: 1px solid #f7931e;
  color: #fff;
}

.contactus #campaign .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 640px;
          flex: 0 0 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  line-height: 1.5;
  padding: 20px 0;
}

.contactus #campaign .text h2 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2;
	margin-bottom: 10px;
}

.contactus #campaign .text h3 {
  font-size: 2.8rem;
}

.contactus #campaign .text > p:nth-child(2) {
	background:#FFFFFF;
	color: #f7931e;
	border-radius: 20px;
	font-size:1.0em;
	display: inline-table;
	padding: 5px 20px;
	margin: 5px auto;
	font-weight: bold;
}

.contactus #campaign .text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  /*-webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;*/
  margin: 5px 70px;
}

.contactus #campaign .text div:nth-child(5) {
  margin: 5px 70px 20px;
}

.contactus #campaign .text div p:first-child {
  margin: 0 10px 0 0;
  background: #fff;
  color: #f7931e;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 60px;
}

.contactus #campaign .text div p:last-child {
  font-size: 2.0rem;
  text-align: left;
}

.contactus #campaign .text > p {
  font-size: 2.0rem;
	margin-bottom: 10px;
}

.contactus #campaign .text div p span {
  font-size: 1.2rem;
	margin-left: 10px;
}

.contactus #campaign figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 458px;
      -webkit-flex: 0 1 458px;
          flex: 0 1 458px;
  position: relative;
  min-height: 240px;
  overflow: hidden;
}

.contactus #campaign figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactus .flow_lesson {
  margin: 80px 0;
  padding: 0;
  background: none;
}

.contactus .flow_lesson .flow li {
  background: #f2f2f2;
}

.contactus .flow_lesson .flow li div::before {
  border-color: transparent transparent transparent #fff;
}

.contactus .flow_lesson .flow li div::after {
  right: -13px;
  border-color: transparent transparent transparent #f2f2f2;
}

.contactus #about_lesson {
  padding: 60px 0;
  background: #ffe5ef;
}

.contactus #about_lesson > ul.note {
  display: block;
  margin: -20px 0 40px;
  text-align: center;
}

.contactus #about_lesson > ul.note li {
  display: block;
}

.contactus #about_lesson > ul.note li span {
  display: inline;
}

.contactus #about_lesson .feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contactus #about_lesson .feature_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 470px;
      -webkit-flex: 1 1 470px;
          flex: 1 1 470px;
  padding: 20px;
  background: #fff;
}

.contactus #about_lesson .feature_list li:first-child {
  margin: 0 20px 0 0;
}

.contactus #about_lesson .feature_list li .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      -webkit-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.contactus .form_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 600px;
  margin: 0 auto;
}

.contactus .form_flow li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 305px;
      -webkit-flex: 1 1 305px;
          flex: 1 1 305px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 60px;
}

.contactus .form_flow li:not(:first-child) {
  margin: 0 0 0 22px;
}

.contactus .form_flow li span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #999;
    z-index: 0;
    position: relative;
}

.contactus .form_flow li .icon-arrow-dotted {
  position: absolute;
  top: 50%;
  right: -20px;
  color: #999;
  font-size: 3.0rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.contactus .form_flow li span::before {
    position: absolute;
    color: #999999;
    font-family: "Font Awesome 6 Free";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.8px;
    top: -35px;
    left: 50%;
    margin-left: -12px;
}

.contactus .form_flow li:first-child span::before {
    content: "\f304";
}
.contactus .form_flow li:nth-child(2) span::before {
    content: "\f058";
}
.contactus .form_flow li:nth-child(3) span::before {
    content: "\f024";
}
.contactus .form_flow li.active span::before {
    color: #E05;
}

.contactus .form_flow li span::after {
    z-index: -1;
    position: absolute;
    height: 90px;
    width: 90px;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    border-radius: 45px;
    background-color: #f2f2f2;
}

.contactus .form_flow li.active span::after {
    background-color: #F8F0F3;
}
.contactus .form_flow li.active span {
  color: #EE0055;
}


.contactus .form_flow li.active .icon-arrow-dotted {
  color: #EE0055;
}

.contactus #counseling .table01 {
    margin-top: 40px;
}
.contactus #counseling .table01:before {
    display: block;
    content: "";
    width: 100%;
    margin-top: -80px;
    border-top: 1px solid #DCDCDC;
}
.contactus.contactus_ml_confirm #counseling .table01:before {
    margin-top: 0;
    border-top: none;
}
.contactus #counseling .table01 th {
    background: none;
  font-size: 2.0rem;
}

.contactus #counseling .table01 th .input_must {
  position: relative;
  top: -3px;
}

.contactus #counseling .table01 td {
  padding: 30px;
}

.contactus #counseling .other_course {
  margin: 40px 0 0;
}

.contactus #counseling .other_course p {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus #counseling .other_course p::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  border-top: 2px solid #d9d9d9;
}

.contactus #counseling .other_course p span {
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
  background: #fff;
}

.contactus #counseling .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 895px;
}

.contactus #counseling .link_list li {
  margin: 20px 50px 0 0;
}

.contactus #counseling .link_list li .icon-outer {
  margin: 0 5px 0 0;
  color: #808080;
  font-size: 1.2rem;
}

.contactus .datepicker_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 35px;
  border: 1px solid #8c8c8c;
  border-radius: 4px;
}

.contactus .datepicker_wrap input#datepicker,
.contactus .datepicker_wrap input.hasDatepicker {
  width: 422px;
  height: auto;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 0px;
}

.contactus .datepicker_wrap button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
      -webkit-flex: 0 0 36px;
          flex: 0 0 36px;
  position: relative;
  background: #777;
  border-radius: 0 4px 4px 0;
  font-size: 0;
  cursor: pointer;
}

.contactus .datepicker_wrap button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e915";
  color: #fff;
  font-family: 'icomoon' !important;
  font-size: 2.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactus .datepicker_wrap.error {
  background: #fef0f5;
}

.contactus .ui-datepicker {
  display: none;
  background: #fff;
  border: 2px solid #d9d9d9;
  font-size: 1.4rem;
  border-radius: 6px;
}

.contactus .ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #ee0055;
  border-radius: 4px 4px 0 0;
  text-align: center;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before,
.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #fff;
  font-family: 'icomoon';
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  content: "\e90f";
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  content: "\e90e";
}

.contactus .ui-datepicker .ui-datepicker-header .ui-state-disabled {
  display: none;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 45px;
}

.contactus .ui-datepicker .ui-datepicker-calendar {
  width: 360px;
  margin: -1px 0 0;
  border-collapse: separate;
  border-radius: 0 0 6px 6px;
}

.contactus .ui-datepicker .ui-datepicker-calendar th,
.contactus .ui-datepicker .ui-datepicker-calendar td {
  border-bottom: 1px solid #d9d9d9 !important;
  border-left: 1px solid #d9d9d9;
  padding: 0 !important;
}

.contactus .ui-datepicker .ui-datepicker-calendar th span,
.contactus .ui-datepicker .ui-datepicker-calendar th a,
.contactus .ui-datepicker .ui-datepicker-calendar td span,
.contactus .ui-datepicker .ui-datepicker-calendar td a {
  display: block;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th {
  text-align: center;
  vertical-align: middle;
  background: #fff;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th.ui-datepicker-week-end:first-of-type {
  color: #ee0055;
  border-left: none;
  border-bottom-left-radius: 0;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th.ui-datepicker-week-end:last-of-type {
  color: #3366cc;
  border-bottom-right-radius: 0;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th span {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 40px;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td:first-child {
  border-left: none;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td a,
.contactus .ui-datepicker .ui-datepicker-calendar tbody td span {
  height: 40px;
  padding: 6px;
  font-family: Arial, Helvetica," sans-serif";
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td a {
  background: #fbd9e6;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td a:hover {
  text-decoration: none;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td span {
  color: #999;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody tr:last-child td {
  border-bottom: none !important;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

.contactus #customer_info .table01 th,
.contactus #customer_info .table01 td {
  padding: 20px;
}

.contactus #customer_info .table01 th {
  width: 300px;
  border-bottom: 1px solid #fff;
}

.contactus #customer_info .input_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  width: 616px;
}

.contactus #customer_info .input_name label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contactus #customer_info .input_name input[type="text"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
      -webkit-flex: 0 0 200px;
          flex: 0 0 200px;
  min-width: 200px;
  margin: 0 30px 0 20px;
}

.contactus #customer_info .list_radio li label {
  height: 35px;
}

.contactus #privacy{
  padding: 50px;
  background: #e7f0f9;
  max-width: 960px;
}

.contactus #privacy .inner {
  width: 100%;
  margin: 0 auto;
}
.contactus #privacy .inner .ttl03 {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.contactus #privacy .inner .ttl03 {
  cursor: pointer;
  margin-bottom: 15px;
  text-align: left;
}
.contactus #privacy .inner .ttl03::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top:3px solid #295094;
  border-right:3px solid #295094;
  position: absolute;
  top: calc( 50% - 10px );
  right: 10px;
  transform: rotate(135deg);
}
.contactus #privacy .inner .privacy_txt {
  display: none;
}
.contactus #privacy .inner .privacy_txt {
  padding-top: 15px;
}
.contactus #privacy .inner .icon-outer {
  color: #808080;
}

.contactus .btn_block {
  text-align: center;
}

.contactus .btn_block [class^="btn_"] {
  width: 430px;
  height: 58px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus .btn_block #btn_confirm {
  width: 540px;
}

.contactus .btn_block #btn_revision,
.contactus .btn_block #btn_submit {
  margin: 0 20px;
}

.contactus .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 60px;
  margin: 0 0 60px;
  background: #ffe5ef;
  border-top: 2px solid #ee0055;
  border-bottom: 2px solid #ee0055;
  color: #ee0055;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus .alert .icon-warning {
  margin: 0 15px 0 0;
  font-size: 3.5rem;
}

.contactus .alert.alert_small {
  height: 40px;
  margin: 0 0 30px;
  border: 1px solid #ee0055;
  font-size: 1.6rem;
}

.contactus .alert.alert_small .icon-warning {
  margin: 0 20px 0 0;
  font-size: 2.4rem;
}

.contactus .alert.hide {
  display: none;
}

.contactus footer {
  margin: 100px 0 0;
  padding: 20px 0 50px;
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
  text-align: center;
}

.contactus footer .btn_pagetop {
  top: -40px;
  bottom: auto;
}

/* ============================================================ */
/* 確認画面
   .contactus_ml_confirm */
/* ============================================================ */
.contactus_ml_confirm .ttl_block {
  margin-bottom: 80px;
}

.contactus_ml_confirm .ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
}

.contactus_ml_confirm .ttl01 span:first-child {
  margin: 0 10px 0 0;
  font-size: 3.2rem;
}

.contactus_ml_confirm .table01 th {
  width: 300px;
  vertical-align: middle;
}

.contactus_ml_confirm .table01 td {
  padding: 20px !important;
}

.contactus_ml_confirm dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
      -webkit-flex: 0 0 120px;
          flex: 0 0 120px;
}

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

/* ============================================================ */
/* 完了画面
   .contactus_ml_thankyou */
/* ============================================================ */
.contactus_ml_thankyou .ttl_block {
  margin-bottom: 80px;
}

.contactus_ml_thankyou .ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
}

.contactus_ml_thankyou .ttl01 span:first-child {
  margin: 0 10px 0 0;
  font-size: 3.2rem;
}



/* ============================================================ */
/* ビジネス英会話/BIZ英会話トライアル
   #cinfo_business_trial_index */
/* ============================================================ */

#cinfo_business_index  #pc_menu .local_nav,
#cinfo_business_trial_index  #pc_menu .local_nav {
  border-top: 1px solid #ddd;
  border-bottom: 0;
}
#cinfo_business_index  #pc_menu .local_nav ul li,
#cinfo_business_trial_index  #pc_menu .local_nav ul li {
  padding: 3px 0;
}

#cinfo_business_index #visual,
#cinfo_business_trial_index #visual {
    margin-bottom: 0;
}

#cinfo_business_trial_index #course_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  background: #f2f2f2;
}

#cinfo_business_trial_index #course_point section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 479px;
          flex: 0 0 479px;
  padding: 25px 20px 20px;
  background: #fff;
}

#cinfo_business_trial_index #course_point section:last-child {
  margin: 0 0 0 2px;
}

#cinfo_business_trial_index #course_point section i {
  display: block;
  margin: 0 auto;
  border: 1px solid #cfcfcf;
  color: #ee0055;
  font-size: 3.6rem;
  text-align: center;
  line-height: 98px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

#cinfo_business_trial_index #course_point section .ttl02 {
  margin: 15px 0 10px;
}


#cinfo_business_trial_index .img_float_left, .cinfo_business_trial .img_float_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#cinfo_business_trial_index .school_detail_cinfo #course_feature section .img_float_left figure {
	width: 300px;
	display: block;
}
#cinfo_business_trial_index .school_detail_cinfo #course_feature section .img_float_left figure img {
	width: 100%;
}
#cinfo_business_trial_index .img_float_left > div, .cinfo_business_trial .img_float_right > div {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}
#cinfo_business_trial_index .row [class^="btn_"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 150px;
	font-size: 1.6rem;
}

#cinfo_business_trial_index #visual.course_name {
	margin-bottom: 0;
}
#cinfo_business_trial_index #visual {
	margin: 0;
}

/* .local_nav */
#cinfo_business_index .local_nav,
#cinfo_business_trial_index .local_nav {
	border-bottom: 1px solid #ccc;
	background: #fff;
	margin-bottom: 90px;
}

#cinfo_business_index .local_nav ul,
#cinfo_business_trial_index .local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

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

#cinfo_business_index .local_nav ul li:last-child,
#cinfo_business_trial_index .local_nav ul li:last-child {
  margin-right: 0;
  border-left: 1px solid #ddd;
}

#cinfo_business_index .local_nav ul li sup,
#cinfo_business_trial_index .local_nav ul li sup {
  top: -0.1em;
}

#cinfo_business_index .local_nav ul li a,
#cinfo_business_trial_index .local_nav ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 1.2em;
}

#cinfo_business_index .local_nav ul li a i,
#cinfo_business_trial_index .local_nav ul li a i {
	color: #ee0055;
	margin-right: 10px;
}

#cinfo_business_index .local_nav ul li a sup,
#cinfo_business_trial_index .local_nav ul li a sup {
  top: -0.2em;
}

#cinfo_business_index .local_nav ul li a:hover,
#cinfo_business_trial_index .local_nav ul li a:hover {
  opacity: 1;
}

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

#cinfo_business_index .local_nav ul li.active,
#cinfo_business_index  .local_nav ul li:hover,
#cinfo_business_trial_index .local_nav ul li.active,
#cinfo_business_trial_index  .local_nav ul li:hover {
  color: #333;
}

#cinfo_business_index .local_nav ul li.active::after,
#cinfo_business_index .local_nav ul li:hover::after,
#cinfo_business_trial_index .local_nav ul li.active::after,
#cinfo_business_trial_index .local_nav ul li:hover::after {
  width: 100%;
}

/* ============================================================ */
/* 関東 高校生月謝
   high_s_monthly */
/* ============================================================ */

#modal_high_s_monthly.modal_content{
	width:740px;
	height:550px;
}

#modal_high_s_monthly.modal_content{
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	margin:0 0 0 0;
}

#modal_high_s_monthly.modal_content img{
	text-align:center;
	margin:20px auto 0;
}





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


/* ============================================================ */
/* ENVISION
   #cinfo_eikaiwa_index */
/* ============================================================ */

#cinfo_eikaiwa_index #visual div[class^="al_"]{
	text-shadow: none;
	color: #1A3B82;
}
#cinfo_eikaiwa_index #visual div[class^="al_"] .box {
    border: 1px solid #1A3B82;
}
#cinfo_eikaiwa_index #visual div[class^="al_"] > span {
	background: #1A3B82;
	color: #F9F3AE;
	font-size: 1.2em;
	padding: 3px 20px;
	margin-bottom: 10px;
	border-radius: 20px;
}

#cinfo_eikaiwa_index #visual div[class^="al_"] h1 {
	line-height: 1.0;
}

#cinfo_eikaiwa_index #visual div[class^="al_"] h1 span{
　font-size: 0.6em;
}

#cinfo_eikaiwa_index #level01 h3,
#cinfo_eikaiwa_index #level02 h3,
#cinfo_eikaiwa_index #level03 h3{
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
}

#cinfo_eikaiwa_index #level01 h4,
#cinfo_eikaiwa_index #level02 h4,
#cinfo_eikaiwa_index #level03 h4{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
}

#cinfo_eikaiwa_index .table01 th, .table02 th, .table03 th, .table04 th {
    background: #f2f2f2;
}

#cinfo_eikaiwa_index.cinfo #point {
    background: url(/form/img/gaigo/envision/bg.png) repeat;
	padding: 0 40px 30px 0;
}

#cinfo_eikaiwa_index.cinfo #point h2{
	text-align:center;
	font-size:3.4rem;
	padding:60px 0;
	font-weight:bold;
}

#cinfo_eikaiwa_index.cinfo #point #concept{
	width:1200px;
	margin:0 auto;
    background: #FFF;
    padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#cinfo_eikaiwa_index.cinfo #point #concept figure{
	margin: 0 40px 0 0;
}

#cinfo_eikaiwa_index.cinfo #point #concept .concept_q{
	margin-bottom:20px;
}

#cinfo_eikaiwa_index.cinfo #point #concept .concept_q p{
	font-size:8.0rem;
	color:#003983;
	font-weight:bold;
	float:left;
	line-height:0.8;
	margin-right:20px;
}

#cinfo_eikaiwa_index.cinfo #point #concept .concept_q span{
	font-size:3.0rem;
	font-weight:bold;
	line-height:1.3;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list {
  width: 960px;
  margin: 20px auto 0;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list > * {
  position: relative;
}

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

#cinfo_eikaiwa_index.cinfo #point .concept_list dt {
	font-size:2.2rem;
	font-weight:bold;
	border-bottom:1px solid #D8D8D8;
	padding:20px 0 10px 0;
	padding-right: 60px;
	cursor: pointer;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dt span{
	color:#0A99D8;
}


#cinfo_eikaiwa_index.cinfo #point .concept_list dt .icon-remove {
  position: absolute;
  right: 10px;
  width: 28px;
  background: #f5f5f5;
  color: #0A99D8;
  font-size: 2.2rem;
  text-align: center;
  line-height: 28px;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dt .icon-remove:before {
  content: "\e145";
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dt.active .icon-remove {
  background: #f5f5f5;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dt.active .icon-remove:before {
  content: "\e15b";
}


#cinfo_eikaiwa_index.cinfo #point .concept_list dt:hover {
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dd {
  display: none;
  padding:20px 0;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dd  strong{
  color: #333;
  font-size:1.6rem;
}

#cinfo_eikaiwa_index.cinfo #point .concept_list dd figure{
	text-align:center;
	padding-top:10px;
}


#cinfo_eikaiwa_index.cinfo #point .concept_list dd > *:not(:first-child) {
  margin: 15px 0 0;
}

#cinfo_eikaiwa_index.cinfo #point h3{
	position:relative;
	text-align:center;
	font-size:6.0rem;
	padding:90px 0 0 0;
	font-weight:bold;
	color:#0D2C68;
	margin-top:30px;
	line-height:1.1;
}

#cinfo_eikaiwa_index.cinfo #point h3 span{
	font-size:3.4rem;
}


#cinfo_eikaiwa_index.cinfo #point h3:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "\e914";
  color: #1A3B82;
  font-family: 'icomoon';
  font-size: 5.8rem;
  line-height: 1.5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#cinfo_eikaiwa_index.cinfo #point h3 p{
	font-size:1.8rem;
	line-height:0.5;
	margin-bottom: 30px;
}

#cinfo_eikaiwa_index.cinfo #point h3 p span{
	margin-right:5em;
}

#cinfo_eikaiwa_index.cinfo #changing .ttl01{
    color: #1A3B82;
	font-size: 3.2rem;
}

#cinfo_eikaiwa_index.cinfo #changing .level_block .ttl{
    color: #1A3B82;
	font-size: 1.6rem;
}

#cinfo_eikaiwa_index.cinfo #changing .level_block div img{
	float:right;
	padding-left:20px;
}

#cinfo_eikaiwa_index .local_nav {
    background: #D9EEF9;
}

#cinfo_eikaiwa_index .local_nav ul li::after{
    background: #0999D8;
}

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

#cinfo_eikaiwa_index .local_nav ul li a i {
	margin-right: 10px;
    color: #0999D8;
}

#cinfo_eikaiwa_index .local_nav ul li a i {
    color: #1A3B82;
}

#cinfo_eikaiwa_index #visual figure.shadow20::before {
    background: none;
}

#cinfo_eikaiwa_index.cinfo #features {
	width:960px;
	margin:0 auto;
	padding:40px 0;
}

#cinfo_eikaiwa_index.cinfo #features h2{
	text-align:center;
	font-size:3.4rem;
	padding:60px 0;
	font-weight:bold;
}

#cinfo_eikaiwa_index.cinfo #features h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d9d9d9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

#cinfo_eikaiwa_index.cinfo #features ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

#cinfo_eikaiwa_index.cinfo #features ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 13%;
	flex: 0 0 13%;
}

#cinfo_eikaiwa_index.cinfo #features ul li:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 87%;
	flex: 0 0 87%;
}

#cinfo_eikaiwa_index.cinfo #features ul li h3 span {
  color: #0D2C68;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

#cinfo_eikaiwa_index.cinfo #features ul li h3 span:last-child {
  margin: 8px 0 0;
  font-size: 3.6rem;
}

#cinfo_eikaiwa_index.cinfo #features ul li h4 {
  font-size: 2.6rem;
  font-weight: bold;
}


#cinfo_eikaiwa_index.cinfo #features ul li p {
  font-size: 1.5rem;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 60px 0;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher {
  position: relative;
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
  background: #f2f2f2;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 10px;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher figure img {
  width: 100%;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dt {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #0D2C68;
  font-size: 2.0rem;
  font-weight: bold;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dd {
  margin: 0 0 0 10px;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dd .list_disc li:not(:last-child) {
  margin: 0 0 5px;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .icon-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: #fff;
  border: 3px solid #e8e8e8;
  color: #a5a5a5;
  font-size: 4.8rem;
  text-align: center;
  line-height: 68px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dd .list_disc li {
  position: relative;
  padding: 0 0 0 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dd .list_disc li::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "";
  background: #333;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

#cinfo_eikaiwa_index.cinfo #features .pair_teaching .teacher dl dd .list_disc:not(:last-child) {
  margin-bottom: 10px;
}

#cinfo_eikaiwa_index.cinfo #features #cycle {
    position: relative;
    min-height: 250px;
    margin: 0 0 35px;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 970px;
    margin: 0 auto;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li {
	position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    margin: 0 10px 0 0;
    padding: 15px 0 20px 0;
    min-height: 180px;
	min-width: 230px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F2F2F2;
    text-align: center;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li:last-child {
    margin: 0;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li h4 {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 30px 0;
	line-height: 1.3;
	color:#1A3B82;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li:nth-child(even) h4 {
	color:#0999D8;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li h4.mg{
	margin: 16px 0;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li p{
    text-align: center;
    color: #1A3B82;
	border:1px solid #1A3B82;
	display: inline-block;
	padding:0 10px;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li:nth-child(even) p{
    text-align: center;
    color: #0999D8;
	border:1px solid #0999D8;
	display: inline-block;
	padding:0 10px;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li p:after {
    position: absolute;
    right: -50px;
	width:110px;
	height:12px;
    background: url(/cinfo/eikaiwa/img/envision_arrow_b.png) center top no-repeat;
	content: "";
	z-index:1;
	margin: 8px 0 0;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li:last-child p:after {
    background:none;
}


#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li a:hover {
    opacity: .7;
	text-decoration:none;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li .cycle_btn:hover {
    background: #1A3B82;
    color: #fff;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li .cycle_btn:nth-child(even):hover {
    background: #0999D8;
    color: #fff;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li .cycle_btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 85%;
    height: 30px;
    padding: 0 20px;
    background: #1A3B82;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    font-weight: normal;
}

#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li:nth-child(even) .cycle_btn{
    background: #0999D8;
    color: #fff;
}


#cinfo_eikaiwa_index.cinfo #features #cycle div > #cycle_list li .cycle_btn .icon-right:last-child {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -0.5em 0 0;
}



#cinfo_eikaiwa_index.cinfo #system{
	margin:40px auto 0 auto;
}

#cinfo_eikaiwa_index.cinfo #system h2{
	text-align:center;
	font-size:3.4rem;
	padding:60px 0;
	font-weight:bold;
}


#cinfo_eikaiwa_index.cinfo #system #support{
	width:960px;
	margin:0 auto 40px auto;
	background:#F2F2F2;
	padding:30px;
}


#cinfo_eikaiwa_index.cinfo #system #support h2{
	font-size:2.6rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
	padding:0;
}


#cinfo_eikaiwa_index.cinfo #system #support ul{
	background:#FFF;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
	padding:30px 40px;
}

#cinfo_eikaiwa_index.cinfo #system #support ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
}

#cinfo_eikaiwa_index.cinfo #system #support ul li figure{
}


#cinfo_eikaiwa_index.cinfo #system #support ul li:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 72%;
	flex: 0 0 72%;
}

#cinfo_eikaiwa_index.cinfo #system #support ul li h3{
	font-size:2.2rem;
	font-weight:bold;
	margin:10px 0;
}

#cinfo_eikaiwa_index.cinfo #system #support ul li span{
	float:right;
	font-size:1.1rem;
}

#cinfo_eikaiwa_index.cinfo #cm{
	background:#58BFDE;
	padding:60px 0;
}


#cinfo_eikaiwa_index.cinfo #cm figure{
	margin-bottom:40px;
}

#cinfo_eikaiwa_index.cinfo #cm p{
	padding:0 0 30px 0;
	color:#FFF;
	font-size:1.8rem;
	text-align:center;
}

#cinfo_eikaiwa_index.cinfo .envision_btn{
	text-align: center;
}
#cinfo_eikaiwa_index.cinfo .envision_btn a.btn_blue01{
	width: 530px;
    height: 55px;
    font-size: 1.8rem;
    font-weight: bold;
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 225px;
    padding: 0 20px;
    background: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #1A3B82;
    border-radius: 100px;
    color: #1A3B82;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

#cinfo_eikaiwa_index.cinfo .envision_btn a.btn_blue01:hover{
	text-decoration: none;
	background: #1A3B82;
	border-color: #1A3B82;
	color: #fff;
}

/* ============================================================ */
/* .other_course_list  */
/* ============================================================ */

#other_course_link {
    padding: 80px 0;
}

#other_course_link .other_course_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;
  width: 960px;
  margin: 0 auto;
}

#other_course_link .other_course_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
  margin: 20px 0 0;
}

#other_course_link .other_course_list li:nth-child(-n+2) {
  margin-top: 0;
}

#other_course_link .other_course_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

#other_course_link .other_course_list li figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

#other_course_link .other_course_list li figure img {
  width: 100%;
}

#other_course_link .other_course_list li div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  margin: 0 0 0 20px;
}

#other_course_link .other_course_list li div h3 {
  display: table;
  margin: 0 0 5px;
  font-weight: bold;
}

#other_course_link .other_course_list li div h3 i {
  position: relative;
  top: 2px;
  display: table-cell;
  padding: 0 8px 0 0;
  color: #b2b2b2;
}

#other_course_link .other_course_list li a:hover {
  text-decoration: none;
}

/* ============================================================ */
/* .cinfo_platina　プラチナサロン　20180413  */
/* ============================================================ */

.cinfo_platina .platina_area {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.cinfo_platina h2 {
/*	font-family: Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
/*	font-weight: bold;*/
}
.cinfo_platina #point ol {
	max-width: 960px;
}
.cinfo_platina #point ol li {
	padding: 0;
}
.cinfo_platina .platina_tit {
	background:#FFE000;
	height:380px;
	margin-top: -60px;
}
.cinfo_platina .platina_tit h2 {
	color:#000;
	text-align:left;
	padding-top:40px;
	font-size:3.3rem;
	margin: 0 auto 25px;
    width: 745px;

}
.cinfo_platina .platina_tit h1 {
    position: absolute;
    text-align: center;
    top: 100px;
    margin: 0 auto;
    width: 100%;
}

.cinfo_platina .main_image figure {
	position: relative;
	overflow: hidden;
	height: 1200px;
}
.cinfo_platina .main_image figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cinfo_platina #cpn {
	background-color:#FFFCDB;
	overflow: hidden;
}
.cinfo_platina #cpn h2 {
	color:#595757;
	text-align:center;
	padding-top:120px;
	font-size:3.6rem;
	margin-bottom:0;
	font-style:oblique;
}
/*
.cinfo_platina #cpn h2:before {
	content: url(/cinfo/platina/img/left.png);
	margin: 20px;
	position: relative;
	top: 8px;
}
.cinfo_platina #cpn h2:after {
	content: url(/cinfo/platina/img/right.png);
	margin: 20px;
	position: relative;
	top: 8px;
}
*/
.cinfo_platina #cpn p {
	color:#E95375;
	font-size:2.6rem;
	font-style:oblique;
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
}
.cinfo_platina #cpn ul {
	width: 900px;
	margin: 0 auto 35px;
}
.cinfo_platina #cpn ul li {
    width: 430px;
    height: 230px;
    display: inline-block;
    border: 2px solid #E95375;
    background-color: #FFF;
}
/*.cinfo_platina #cpn ul li:first-child {
    margin-right: 35px;
	margin-bottom:35px;
    width: 900px;
    height: auto;
}*/

.cinfo_platina #cpn ul li h3 {
    width: 428px;
    background-color: #E95375;
    color: #FFF;
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    height: 55px;
    font-style: oblique;
    padding-top: 5px;
}
/*.cinfo_platina #cpn ul li:first-child h3{
    width: 898px;
}*/

.cinfo_platina #cpn ul li:nth-of-type(1) {
    margin-right: 35px;
}

.cinfo_platina #cpn ul li p {
	font-size:1.6rem;
	font-weight:normal;
	font-style:oblique;
	color:#333;
	margin-top:20px;
}
.cinfo_platina #cpn ul li p span {
	font-size:3.4rem;
	font-weight:bold;
	font-style:oblique;
	color:#E95375;
}
.cinfo_platina #lesson {
	background-color:#FFFCDB;
	overflow: hidden;
}
.cinfo_platina #lesson h2 {
	color:#595757;
	text-align:center;
	padding-top:80px;
	font-size:3.6rem;
	margin-bottom:0;
	font-style:oblique;
}
/*
.cinfo_platina #lesson h2:before {
	content: url(/cinfo/platina/img/left.png);
	margin: 20px;
	position: relative;
	top: 8px;
}
.cinfo_platina #lesson h2:after {
	content: url(/cinfo/platina/img/right.png);
	margin: 20px;
	position: relative;
	top: 8px;
}
*/
.cinfo_platina #lesson h2 span {
	color:#E95375;
	font-size:2.0rem;
}
.cinfo_platina #lesson ul {
	width: 960px;
	margin:20px auto 35px;
}
.cinfo_platina #lesson ul li {
	width: 470px;
	height:160px;
	display:inline-block;
	border:2px solid #E95375;
	background-color:#FFF;
	margin-bottom:20px;
}
.cinfo_platina #lesson ul li:first-child {
	margin-right:15px;
	background:url(/cinfo/platina/img/illust01.png) no-repeat right #FFF;
}
.cinfo_platina #lesson ul li:nth-of-type(2) {
	background:url(/cinfo/platina/img/illust02.png) no-repeat right #FFF;
}
.cinfo_platina #lesson ul li:nth-of-type(3) {
	margin-right:15px;
	background:url(/cinfo/platina/img/illust03.png) no-repeat right #FFF;
}
.cinfo_platina #lesson ul li:nth-of-type(4) {
	background:url(/cinfo/platina/img/illust04.png) no-repeat right #FFF;
}
.cinfo_platina #lesson ul li h3 {
	width: 50px;
	background-color:#E95375;
	color:#FFF;
	text-align:center;
	font-size:3.2rem;
	font-weight:bold;
	height:158px;
	float:left;
	vertical-align:middle;
	padding-top: 50px;
}
.cinfo_platina #lesson ul li p {
	font-size:1.7rem;
	font-weight:normal;
	color:#333;
	margin:15px 0 0 80px;
	line-height: 1.6;
}
.cinfo_platina #lesson ul li p span {
	font-size:2.6rem;
	font-weight:bold;
	color:#E95375;
}
.cinfo_platina #system {
	background-color:#FFFCDB;
	overflow: hidden;
}
.cinfo_platina #system h2 {
	color:#595757;
	text-align:center;
	padding-top:80px;
	font-size:3.6rem;
	margin-bottom:0;
	font-style:oblique;
}
/*
.cinfo_platina #system h2:before {
	content: url(/cinfo/platina/img/left.png);
	margin: 20px;
	position: relative;
	top: 8px;
}
.cinfo_platina #system h2:after {
	content: url(/cinfo/platina/img/right.png);
	margin: 20px;
	position: relative;
	top: 8px;
}
*/
.cinfo_platina #system p {
	color:#E95375;
	font-size:2.6rem;
	font-style:oblique;
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
}
.cinfo_platina #system .price {
	position:relative;
	width:650px;
	padding:50px 0;
	text-align:center;
	border:2px solid #E95375;
	margin:0 auto 80px auto;
	background-color:#FFF;
}

.cinfo_platina #system .price .hello {
	position:absolute;
	width:123px;
	height:108px;
	right:-40px;
	top: -40px;
}

.cinfo_platina #system .price table{
	margin:0 auto;
}

.cinfo_platina #system .price th {
	font-size:2.8rem;
	font-weight:bold;
	font-style:normal;
	color:#333;
	margin-bottom:0;
}
.cinfo_platina #system .price td {
	font-size:2.6rem;
	margin:0 50px 0 50px;
	color:#333;
}
.cinfo_platina #system .price td span.ten01 {
	font-size:2.6rem;
	margin:0 50px 0 40px;
	color:#333;
}
.cinfo_platina #system .price td span.ten02 {
	font-size:2.6rem;
	margin:0 50px 0 30px;
	color:#333;
}
.cinfo_platina #system .price td span:first-child{
	font-size:3.6rem;
	color:#E95375;
	font-weight:bold;
}
.cinfo_platina #system .price td span:nth-of-type(2) {
	font-size:2.6rem;
	color:#E95375;
	font-weight:bold;
}
.cinfo_platina #system .price td span:last-child {
	font-size:1.6rem;
	color:#E95375;
}
.cinfo_platina #system .price td.friend {
	font-size:1.4rem;
	font-weight:bold;
	text-align: left;
}
.cinfo_platina #system .price td.friend span {
	font-size:1.4rem;
	color:#E95375;
	margin:0;
}
.cinfo_platina #system .price p {
	font-size: 1.6rem;
    font-weight: normal;
    color: #333;
    margin: 10px 0 0 210px;
    line-height: 1.6;
}

/* ============================================================ */
/* .platina_senior　プラチナサロン シニア向け　20180509  */
/* ============================================================ */

.cinfo_platina_senior .platina_area {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.cinfo_platina_senior h2 {
/*	font-family: Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
/*	font-weight: bold;*/
}
.cinfo_platina_senior #point ol {
	max-width: 960px;
}
.cinfo_platina_senior #point ol li {
	padding: 0;
}
.cinfo_platina_senior .platina_tit {
	background:#E95375;
	height:430px;
	margin-top: -60px;
}

.cinfo_platina_senior.cinfo_platina_senior_senior .platina_tit {
	background: url(/cinfo/platina/img/back_img.png) no-repeat #C84858 center;
	height:560px;
	margin-top: -60px;
}

.cinfo_platina_senior .platina_tit h2 {
	color:#FFF;
	text-align:left;
	padding-top:40px;
	font-size:3.3rem;
	margin: 0 auto 25px;
	width: 745px;
}
.cinfo_platina_senior .platina_tit h1 {
    position: absolute;
    text-align: center;
    top: 160px;
    margin: 0 auto;
    width: 100%;
}
.cinfo_platina_senior .main_image figure {
	position: relative;
	overflow: hidden;
	height: 1200px;
}
.cinfo_platina_senior .main_image figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cinfo_platina_senior #cpn {
	background-color:#FFFCDB;
	overflow: hidden;
}
.cinfo_platina_senior #cpn h2 {
	color:#595757;
	text-align:center;
	padding-top:120px;
	font-size:3.6rem;
	margin-bottom:0;
	font-style:oblique;
}
/*
.cinfo_platina_senior #cpn h2:before {
	content: url(/cinfo/platina/img/left.png);
	margin: 20px;
	position: relative;
	top: 8px;
}
.cinfo_platina_senior #cpn h2:after {
	content: url(/cinfo/platina/img/right.png);
	margin: 20px;
	position: relative;
	top: 8px;
}
*/
.cinfo_platina_senior #cpn p {
	color:#E95375;
	font-size:2.6rem;
	font-style:oblique;
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
}
.cinfo_platina_senior #cpn ul {
	width: 900px;
	margin: 0 auto 35px;
}
.cinfo_platina_senior #cpn ul li {
	width: 430px;
	height:230px;
	display:inline-block;
	border:2px solid #E95375;
	background-color:#FFF;
}
.cinfo_platina_senior #cpn ul li:first-child {
	margin-right:35px;
    width: 430px;
    height: 230px;
}
.cinfo_platina_senior #cpn ul li h3 {
	width: 428px;
	background-color:#E95375;
	color:#FFF;
	text-align:center;
	font-size:2.8rem;
	font-weight:bold;
	height:55px;
	font-style:oblique;
	padding-top: 5px;
}
.cinfo_platina_senior #cpn ul li:first-child h3{
    width: 428px;
}
.cinfo_platina_senior #cpn ul li:nth-of-type(2) {
    /*margin-right: 35px;*/
}


.cinfo_platina_senior #cpn ul li p {
	font-size:1.6rem;
	font-weight:normal;
	font-style:oblique;
	color:#333;
	margin-top:20px;
}
.cinfo_platina_senior #cpn ul li p span {
	font-size:3.4rem;
	font-weight:bold;
	font-style:oblique;
	color:#E95375;
}
.cinfo_platina_senior #lesson {
	background-color:#FFFCDB;
	overflow: hidden;
}
.cinfo_platina_senior #lesson h2 {
	color:#595757;
	text-align:center;
	padding-top:80px;
	font-size:3.6rem;
	margin-bottom:0;
	font-style:oblique;
}
/*
.cinfo_platina_senior #lesson h2:before {
	content: url(/cinfo/platina/img/left.png);
	margin: 20px;
	position: relative;
	top: 8px;
}
.cinfo_platina_senior #lesson h2:after {
	content: url(/cinfo/platina/img/right.png);
	margin: 20px;
	position: relative;
	top: 8px;
}
*/
.cinfo_platina_senior #lesson h2 span {
	color:#E95375;
	font-size:2.0rem;
}
.cinfo_platina_senior #lesson ul {
	width: 960px;
	margin:20px auto 35px;
}
.cinfo_platina_senior #lesson ul li {
	width: 470px;
	height:160px;
	display:inline-block;
	border:2px solid #E95375;
	background-color:#FFF;
	margin-bottom:20px;
}
.cinfo_platina_senior #lesson ul li:first-child {
	margin-right:15px;
	background:url(/cinfo/platina/img/illust01.png) no-repeat right #FFF;
}
.cinfo_platina_senior #lesson ul li:nth-of-type(2) {
	background:url(/cinfo/platina/img/illust02.png) no-repeat right #FFF;
}
.cinfo_platina_senior #lesson ul li:nth-of-type(3) {
	margin-right:15px;
	background:url(/cinfo/platina/img/illust03.png) no-repeat right #FFF;
}
.cinfo_platina_senior #lesson ul li:nth-of-type(4) {
	background:url(/cinfo/platina/img/illust04.png) no-repeat right #FFF;
}
.cinfo_platina_senior #lesson ul li h3 {
	width: 50px;
	background-color:#E95375;
	color:#FFF;
	text-align:center;
	font-size:3.2rem;
	font-weight:bold;
	height:158px;
	float:left;
	vertical-align:middle;
	padding-top: 50px;
}
.cinfo_platina_senior #lesson ul li p {
	font-size:1.7rem;
	font-weight:normal;
	color:#333;
	margin:15px 0 0 80px;
	line-height: 1.6;
}
.cinfo_platina_senior #lesson ul li p span {
	font-size:2.6rem;
	font-weight:bold;
	color:#E95375;
}
.cinfo_platina_senior #system {
	background-color:#FFFCDB;
	overflow: hidden;
}
.cinfo_platina_senior #system h2 {
	color:#595757;
	text-align:center;
	padding-top:80px;
	font-size:3.6rem;
	margin-bottom:0;
	font-style:oblique;
}
/*
.cinfo_platina_senior #system h2:before {
	content: url(/cinfo/platina/img/left.png);
	margin: 20px;
	position: relative;
	top: 8px;
}
.cinfo_platina_senior #system h2:after {
	content: url(/cinfo/platina/img/right.png);
	margin: 20px;
	position: relative;
	top: 8px;
}
*/
.cinfo_platina_senior #system p {
	color:#E95375;
	font-size:2.6rem;
	font-style:oblique;
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
}
.cinfo_platina_senior #system .price {
	position:relative;
	width:650px;
	padding:50px 0;
	text-align:center;
	border:2px solid #E95375;
	margin:0 auto 80px auto;
	background-color:#FFF;
}

.cinfo_platina_senior #system .price .hello {
	position:absolute;
	width:123px;
	height:108px;
	right:-40px;
	top: -40px;
}

.cinfo_platina_senior #system .price table{
	margin:0 auto;
}

.cinfo_platina_senior #system .price th {
	font-size:2.8rem;
	font-weight:bold;
	font-style:normal;
	color:#333;
	margin-bottom:0;
}
.cinfo_platina_senior #system .price td {
	font-size:2.6rem;
	margin:0 50px 0 50px;
	color:#333;
}
.cinfo_platina_senior #system .price td span.ten01 {
	font-size:2.6rem;
	margin:0 50px 0 40px;
	color:#333;
}
.cinfo_platina_senior #system .price td span.ten02 {
	font-size:2.6rem;
	margin:0 50px 0 30px;
	color:#333;
}
.cinfo_platina_senior #system .price td span:first-child{
	font-size:3.6rem;
	color:#E95375;
	font-weight:bold;
}
.cinfo_platina_senior #system .price td span:nth-of-type(2) {
	font-size:2.6rem;
	color:#E95375;
	font-weight:bold;
}
.cinfo_platina_senior #system .price td span:last-child {
	font-size:1.6rem;
	color:#E95375;
}
.cinfo_platina_senior #system .price td.friend {
	font-size:1.4rem;
	font-weight:bold;
	text-align: left;
}
.cinfo_platina_senior #system .price td.friend span {
	font-size:1.4rem;
	color:#E95375;
	margin:0;
}


/* ============================================================ */
/* #cinfo_eiken_index　英検ページの追加　20180416  */
/* ============================================================ */

#cinfo_eiken_index .point_list > li .point,
#school_detail_cinfo_daily_index .point_list > li .point{
    height: 50px;
    color: inherit;
    border-style: none;
    border-image: initial;
	border-radius: 0;
	border-bottom: 2px solid #d9d9d9;
	padding-bottom: 10px;
}
#cinfo_eiken_index .point_list > li .point span:last-child,
#school_detail_cinfo_daily_index .point_list > li .point span:last-child{
    margin: 0;
    font-size: 1.8rem;
}
#cinfo_eiken_index #point ol li p span,
#school_detail_cinfo_daily_index #point ol li p span{
	font-weight:bold;
	font-size: 1.6rem;
	margin-left: 5px;
	color: #ee0055;
}

.school h2.ttl01{
  font-size:4.0rem;
}

/* ============================================================ */
/* #topics_index　TOPICSページの追加　20180718  */
/* ============================================================ */

#topics_index .topics_list p.cam{
	margin: 0 auto 15px;
	padding-bottom:5px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	border-bottom:1px solid #333;
}


#topics_index .topics_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 960px;
}

#topics_index .topics_list ul li {
	position: relative;
    display: inline-block;
    width: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 40px 25px;
	padding: 0 0 30px 0;
}

#topics_index .topics_list ul li:nth-of-type(1),
#topics_index .topics_list ul li:nth-of-type(4),
#topics_index .topics_list li:nth-of-type(7){
    margin: 0 0 40px 0;
}

#topics_index .topics_list ul li img {
	width:300px;
}

#topics_index .topics_list ul li h2{
	color: #ee0055;
	font-size: 1.6rem;
	margin-top:10px;
	word-break: break-all;
}

#topics_index .topics_list ul li h2 span{
	background-color:#ee0055;
	color: #FFF;
	font-size: 1.2rem;
	padding: 0 4px;
	margin-right: 5px;
}

#topics_index .topics_list ul li p{
	margin-bottom:10px;
}

#topics_index .topics_list ul li a:hover{
	text-decoration: none;
}
#topics_index .topics_list ul li a:hover h2,
#topics_index .topics_list ul li a:hover p{
	opacity: 0.7;
}


#topics_index .topics_list .btn_pink05 {
	position: absolute;
	bottom:0;
    min-width: 140px;
    height: 30px;
    padding: 0 20px;
	font-size:1.2rem;
}

#topics_index .topics_list .btn_pink05 .icon-right:last-child {
    right: 12px;
}
#topics_index .topics_list a:hover span[class^="btn_"] {
  background: #ee0055;
  color: #fff;
  opacity: 1;
}

/* ============================================================ */
/* 　スクール用スライダーの改定　20180918  */
/* ============================================================ */
	#school_detail_index #visual .slider ul li a i {
		position: absolute;
		top:10px;
		right: 10px;
		z-index: 100;
		background: #fff;
		padding: 6px;
		border-radius: 5px;
		opacity: 0.8;
		}
	.school_detail #local_nav_school ul {
    margin-top: 50px;
}
	#school_detail_index #visual .slider_pager {
    top: 370px;
    /*bottom: 80px;*/
}
	#school_detail_index #visual .bx-next:before,
	#school_detail_index #visual .bx-prev:before{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 45%;
    display: block;
    background: #ee0055;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
	#school_detail_index #visual .bx-next:before{
    content: "\e90e";
}
	#school_detail_index #visual .bx-prev:before{
    content: "\e90f";
}
	#school_detail_index #visual div.slide_contents{
	height: 38px;
		}
	#school_detail_index #visual div.slide_contents div.slide_contents_inner {
    padding: 10px 60px 7px 30px;
}
	#school_detail_index #visual div.slide_contents p {
    font-size: 1.5rem;
}

/* ============================================================ */
/* 　梅田校TOP用　20190708  */
/* ============================================================ */
#school_detail_index #umeda_lesson_style{
    width: 100%;
    background-color: #ffecf3;
    padding: 60px 0;
}

#school_detail_index #umeda_lesson_style .student_teacher{
    background-color: #FFF;
    width: 1028px;
    margin: 0 auto 60px auto;
    padding: 40px;
}

#school_detail_index #umeda_lesson_style .student_teacher .ttl02 {
    border: 1px solid #000;
    margin: 0 auto;
    width: 350px;
    padding: 5px 0 0;
}

#school_detail_index #umeda_lesson_style .student_teacher div{
    margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 0;
}

#school_detail_index #umeda_lesson_style .student_teacher div figure {
    float: left;
    padding-right: 40px;
    width: 400px;
}

#school_detail_index #umeda_lesson_style .student_teacher div figure:nth-of-type(2)  {
    float: right;
    padding: 0 0 0 40px;
    width: 400px;
}

#school_detail_index #umeda_lesson_style .student_teacher div figure img {
  width: 100%;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul li {
  padding: 10px 0;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul li h4 {
  font-weight: bold;
  font-size: 18px;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul li h4.teacher_name{
  font-weight: bold;
  font-size: 20px;
  margin-bottom:20px;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul li h4.teacher_name span{
  font-weight: normal;
  font-size: 16px;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul li:nth-of-type(2) h4 {
  font-weight: bold;
  text-align: left;
  margin: 0;
  font-size: 20px;
}

#school_detail_index #umeda_lesson_style .student_teacher div ul li.reason {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#school_detail_index #umeda_lesson_style .student_teacher .student_link {
    text-align: center;
    margin: 20px auto 80px 0;
    display: block;
}

#school_detail_index #umeda_lesson_style .student_teacher .teacher_link {
    text-align: center;
    margin: 20px auto;
    display: block;
}

#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher{
}

#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher ul {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher ul li {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 300px; 
    flex: 0 0 300px; 
    margin: 0 auto; 
}

#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher ul li h4,
#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher ul li:nth-of-type(2) h4{
    font-size: 16px;
    text-align: center;
}

#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher figure {
    text-align: center;
    margin-bottom:10px;
    padding: 0;
}

#school_detail_index #umeda_lesson_style .student_teacher div.umeda_teacher figure img{
    max-width: 300px;
    width:100%;
}

#school_detail_index #umeda_lesson_style .student_teacher div.tea_sec ul li{
    text-align: right;
    /*margin-left: 60px;*/
	margin-left: 300px;
		}


/* ============================================================ */
/* 　index イベントを探す用 20200110  */
/* ============================================================ */
				#index #menu01 div.find_event {
    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;
    padding: 40px 0 40px 40px;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    height: 300px;
    background: #F2FDFF;
    /*background: url(/img/bg_event_01.png) left center no-repeat;*/
	/*background-size: cover;*/
	background-image: url(/img/bg_event_01.png),url(/img/bg_event_02.png);
	background-position: left center, right center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
#index #menu01 div.find_event div {
    text-align: center;
    background: #ee0055;
    color: #ffffff;
    padding-top: 17px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    left: -90px;
    top: -40px;
	font-size: 0.7em;
}
				
#index #menu01 div.find_event div::after {
    position: absolute;
    top: 80px;
    left: 35px;
    content: "";
    border-color: #ee0055 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0;
}			
				
#index #menu01 div.find_event h2 {
    /*-webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;*/
	position: relative;
    line-height: 1.2;
    font-size: 3.2rem;
    margin: auto;
}
#index #menu01 div.find_event ul {
    width: 750px;
    /*position: absolute;
    top: 80px;
    left: 0;
    right: 0;*/
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
#index #menu01 div.find_event a, #cinfo_index div.find_event a {
    position: relative;
    display: block;
    padding: 0 0 10px 0;
    width: 220px;
    height: 36px;
    margin: 8px 0 0 4px;
    background: #fff;
    border: 1px solid #e05;
    line-height: 34px;
    text-align: center;
    border-radius: 100px;
	color: #e05;
}
#index #menu01 div.find_event p {
    text-align: center;
    font-weight: normal;
}
#index #menu01 div.find_event ul li i {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -0.5em 0 0;
}

/*コロナ用お知らせ20200428*/

#index .infno_bana a,
#students_index .infno_bana a,
#school_index .infno_bana a,
#school_detail_index .infno_bana a{
		display: block;
		max-width: 980px;
		margin: 30px auto;
		padding: 30px;
		border: 1px #bfbfbf solid;
		font-weight: bold;
    font-size: 2.2em;
    line-height: 1.6;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+28,e9eef3+100 */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 28%, #e9eef3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 28%,#e9eef3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 28%,#e9eef3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e9eef3',GradientType=0 ); /* IE6-9 */
	}

#school_index .infno_bana a{
		max-width: 1280px;
	}

#index .infno_bana a{
    font-size: 1.6em;
	}

#index .infno_bana a span,
#students_index .infno_bana a span,
#school_index .infno_bana a span,
#school_detail_index .infno_bana a span{
		font-size: 0.6em;
		margin-left: 10px;
		display: block;
	}
#index .infno_bana a i,
#students_index .infno_bana a i,
#school_index .infno_bana a i,
#school_detail_index .infno_bana a i{
		margin: 0 10px 0 0;
		color: #ee0055;
	}
#index .infno_bana a:hover,
#students_index .infno_bana a:hover,
#school_index .infno_bana a:hover,
#school_detail_index .infno_bana a:hover{
		text-decoration: none;
	}	
#index .infno_bana p.info_tit,
#students_index .infno_bana p.info_tit,
#school_index .infno_bana p.info_tit,
#school_detail_index .infno_bana p.info_tit{
	text-align: center;
	margin-bottom: 10px;
	}
#students_index .infno_bana p.info_tit,
#school_index .infno_bana p.info_tit,
#school_detail_index .infno_bana p.info_tit{
	font-size: 2.2rem;
	}
#index .infno_bana p.info_note,
#students_index .infno_bana p.info_note,
#school_index .infno_bana p.info_note,
#school_detail_index .infno_bana p.info_note{
		font-size: 1.4rem;
	    width: 420px;
	    margin: 0 auto;
	}

/* オンライン */
#index .infno_bana_online{
    padding-top:30px;
}

#index .infno_bana_online p{
    text-align: center;
}

#index .infno_bana_online p:first-child{
	color: #ff7e00;
    font-weight:bold;
    font-size:1.8rem;
}

#index .infno_bana_online a{
		display: block;
		max-width: 980px;
		margin: 10px auto;
		padding: 10px 0;
		border: 1px #bfbfbf solid;
		font-weight: bold;
    font-size: 2.2em;
    line-height: 1.6;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+28,e9eef3+100 */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 28%, #e9eef3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 28%,#e9eef3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 28%,#e9eef3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e9eef3',GradientType=0 ); /* IE6-9 */
}
#index .infno_bana_online a:hover{
		text-decoration: none;
}	

#index .infno_bana_online a{
    font-size: 1.6em;
    color: #ee0055;
    text-align: center;
}


/*MLの流れ20200805*/
#b_ml .local_nav {
    background: #fff;
    width: 1280px;
    margin: 60px auto 0;
}
#b_ml .flow_lesson{
    margin: 0 auto;
    background-color: #ffe5ef;
    width: 1280px;
    padding:40px 0;
    margin-bottom: 60px;
}
#b_ml .flow_lesson .ttl01 {
    font-size: 3rem;
}
#b_ml .flow_lesson .ttl01 span {
    font-size: 2rem;
}
#b_ml .flow_lesson .flow li {
    background: #fff;
}
#b_ml .flow_lesson .flow li div::before {
    right: -15px;
    border-color: transparent transparent transparent #ffe5ef;
}
#b_ml .flow_lesson .flow li div::after {
    right: -13px;
    border-color: transparent transparent transparent #fff;
}
#b_ml .flow li::before {
    width: 100%;
}

#b_ml .local_nav ul{
    padding:0;
}
#b_ml .local_nav ul li{
    margin:0;
    width: 50%;
    background: #fff3f7;
    padding: 10px 0;
}
#b_ml .local_nav ul li.active, 
#b_ml .local_nav ul li:hover {
    background: #ffe5ef;
}

#b_ml .local_nav ul li a{
    font-size:2rem;
}

#b_ml .local_nav ul li.active a {
    color: #333;
}
/*#b_ml #tab02 h3{
    font-size: 1.6rem;
}*/
#b_ml #tab02 p a{
    font-weight: normal;
    text-decoration: underline;
    color:#ee0055;
}

#b_ml.b-type .flow li div div {
    padding: 0;
}

/* 光るエフェクト */
.reflection{
  width: 960px;
  height: 160px;
  position: relative;
  overflow: hidden;
    margin: 0 auto;
}

.reflection:after{
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 4s ease-in-out infinite;
}

@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}


.cpn{
	background: url(/form/ml_lp/img/cpn_bg.png)repeat-x;
	text-align: center;
	height: 136px;
	padding: 15px;
}
.cpn img{
	width: 738px;
}