@charset "UTF-8";
@-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);
  }
}

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

html {
  overflow-y: scroll;
}

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: 1024px;
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
}

.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.5);
}

.sp_view {
  display: none !important;
}

a {
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link_hover_opacity:hover {
  opacity: .7;
}

.link_hover_underline:hover {
  text-decoration: underline;
}

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

em,
strong {
  font-weight: bold;
}

.icon-outer {
  font-size: 1.2rem !important;
}

/* ============================================================ */
/* btnスタイル */
/* ============================================================ */
.btn_pink {
  width: 300px;
  height: 50px;
  font-size: 1.6rem;
  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;
  background: #e5005a;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

.btn_pink:hover {
  background: #f27fac;
}

.btn_white {
  width: 300px;
  height: 50px;
  font-size: 1.6rem;
  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;
  background: #fff;
  border-radius: 100px;
  color: #e5005a;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

.btn_white:hover {
  background: #faccde;
}

.btn_small {
  width: 200px;
  height: 36px;
  font-size: 1.4rem;
}

.btn_lightpink,
.btn_map {
  width: 300px;
  height: 50px;
  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;
  background: #ffe9eb;
  border-radius: 100px;
  color: #e5005a;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_lightpink i:first-child,
.btn_map i:first-child {
  margin: 0 8px 0 0;
}

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

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

.btn_lightpink:hover,
.btn_map:hover {
  background: #faccde;
}

.btn_lightpink.btn_small,
.btn_map.btn_small {
  width: 210px;
  height: 36px;
}

.btn_green {
  width: 340px;
  height: 50px;
  font-size: 1.6rem;
  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;
  background: #018225;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

.btn_green .icon-outer {
  position: absolute;
  top: 50%;
  left: 16px;
  background: #005718;
  color: #fff;
  text-align: center;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.btn_green:hover {
  background: #0da838;
}

.btn_green.btn_small {
  width: 164px;
  height: 30px;
  font-size: 1.4rem;
}

.btn_green.btn_small .icon-outer {
  left: 8px;
}

.btn_orange {
  width: 340px;
  height: 50px;
  font-size: 1.6rem;
  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;
  background: #ff7e00;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

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

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

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

.btn_orange .icon-outer {
  position: absolute;
  top: 50%;
  left: 16px;
  background: #d16700;
  color: #fff;
  text-align: center;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.btn_orange:hover {
  background: #ffa200;
}

.btn_orange.btn_small {
  width: 164px;
  height: 30px;
  font-size: 1.4rem;
}

.btn_orange.btn_small .icon-outer {
  left: 8px;
}

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

/* ============================================================ */
/* テキストリンク */
/* ============================================================ */
p.text_link a {
  display: table;
}

p.text_link a [class^="icon-"] {
  display: table-cell;
  padding: 0 2px 0 0;
  color: #e5005a;
}

p.text_link a > span:hover {
  text-decoration: underline;
}

/* ============================================================ */
/* #visual  */
/* ============================================================ */
#visual .slider {
  position: relative;
  height: 340px;
  overflow: hidden;
}

#visual .slider ul {
  height: 340px;
}

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

#visual .slider ul li div {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 1024px;
  height: 340px;
  padding: 60px 0;
  font-size: 1.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#visual .slider ul li figure {
  position: relative;
  height: 340px;
  overflow: hidden;
}

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

/* .btn_prev / .btn_next
----------------------------------------------------------- */
.btn_prev,
.btn_next {
  position: absolute;
  top: 50%;
  z-index: 2;
  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: 75px;
  height: 80px;
  background: rgba(171, 160, 138, 0.3);
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.btn_prev i,
.btn_next i {
  font-size: 4.0rem;
}

.btn_prev:hover,
.btn_next:hover {
  opacity: 0.7;
}

.btn_prev {
  left: 0;
  padding: 0 10px 0 0;
  border-radius: 0 150px 150px 0;
}

.btn_next {
  right: 0;
  padding: 0 0 0 10px;
  border-radius: 150px 0 0 150px;
}

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

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

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

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

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

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

.modal_content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 960px;
  height: 610px;
  padding: 30px 40px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  z-index: 120;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal_content .modal_close {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: block;
  background: #e5005a;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

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

.modal_content .modal_close:hover {
  background: #f27fac;
}

.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

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

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

#colorbox {
  outline: 0;
}

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

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

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

#cboxContent #cboxTitle {
  float: none !important;
  position: absolute;
  bottom: 70px;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  margin: 20px 0 0;
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}

#cboxContent #cboxPrevious,
#cboxContent #cboxNext {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 80px;
  background: rgba(171, 160, 138, 0.5);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

#cboxContent #cboxPrevious:hover,
#cboxContent #cboxNext:hover {
  opacity: 0.7;
}

#cboxContent #cboxPrevious {
  left: 0;
  padding: 0 20px 0 0;
  border-radius: 0 100px 100px 0;
}

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

#cboxContent #cboxNext {
  right: 0;
  padding: 0 0 0 20px;
  border-radius: 100px 0 0  100px;
}

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

#cboxContent #cboxClose {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: block;
  background: #e5005a;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  font-size: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

#cboxContent #cboxClose::before {
  content: "\e902";
  color: #fff;
  font-family: 'icomoon';
  font-size: 1.0rem;
}

#cboxContent #cboxClose:hover {
  opacity: 0.7;
}

/* ============================================================ */
/* #history_menu */
/* ============================================================ */
#history_menu {
  position: fixed;
  top: 220px;
  right: 0;
  width: 40px;
  height: 180px;
  background: #fff;
  border: 2px solid #e5005a;
  border-right: none;
  border-radius: 8px 0 0 8px;
  z-index: 100;
}

#history_menu 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;
  width: 40px;
  padding: 20px 0;
  color: #e5005a;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#history_menu a i {
  margin: 0 0 10px;
}

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

#history_menu a:hover {
  background: #faccde;
  text-decoration: none;
}

/* ============================================================ */
/* #modal_history */
/* ============================================================ */
#modal_history.modal_content {
  width: 960px !important;
  height: 720px !important;
  padding: 0;
}

#modal_history.modal_content h2 {
  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: 80px;
  margin: 8px 35px 0;
  text-align: center;
  overflow: hidden;
}

#modal_history.modal_content h2 span {
  position: relative;
  padding: 0 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

#modal_history.modal_content h2 span::before, #modal_history.modal_content h2 span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 3px;
  margin-top: -2px;
  background: url(/form/common/kids/img/bg_gnav_dotted.png) 0 0 repeat-x;
}

#modal_history.modal_content h2 span::before {
  right: 100%;
}

#modal_history.modal_content h2 span::after {
  left: 100%;
}

#modal_history.modal_content h2 .icon-histroy-search {
  position: relative;
  top: -2px;
  margin: 0 10px 0 0;
  color: #e5005a;
  font-size: 2.2rem;
}

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

#modal_history.modal_content .history_list.empty_list {
  -webkit-box-align: center;
      -ms-flex-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 200px;
          flex: 0 0 200px;
  margin: 0 0 0 30px;
}

#modal_history.modal_content .history_list li:nth-child(4n+1) {
  margin-left: 0;
}

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

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

#modal_history.modal_content .history_list li a:hover figure {
  opacity: 0.7;
}

#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 0 0;
  padding: 0 0 0 15px;
}

#modal_history.modal_content .history_list li p .icon-chevron-circle-right {
  position: absolute;
  top: 6px;
  left: 0;
  color: #e5005a;
  font-size: 1.2rem;
}

#modal_history.modal_content .btn_block {
  padding: 0 0 30px;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
}

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

/* ============================================================ */
/* .loading_circle */
/* ============================================================ */
.loading_circle {
  margin: 60px auto 0;
  width: 50px;
  height: 50px;
  position: relative;
}

.loading_circle .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.loading_circle .circle::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 10%;
  background-color: #f3699f;
  border-radius: 100%;
  -webkit-animation: circleFadeDelay 1.6s infinite ease-in-out both;
          animation: circleFadeDelay 1.6s infinite ease-in-out both;
}

.loading_circle .circle2 {
  -webkit-transform: rotate(22.5deg);
          transform: rotate(22.5deg);
}

.loading_circle .circle2::before {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

.loading_circle .circle3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.loading_circle .circle3::before {
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
}

.loading_circle .circle4 {
  -webkit-transform: rotate(67.5deg);
          transform: rotate(67.5deg);
}

.loading_circle .circle4::before {
  -webkit-animation-delay: -1.3s;
          animation-delay: -1.3s;
}

.loading_circle .circle5 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.loading_circle .circle5::before {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.loading_circle .circle6 {
  -webkit-transform: rotate(112.5deg);
          transform: rotate(112.5deg);
}

.loading_circle .circle6::before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.loading_circle .circle7 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.loading_circle .circle7::before {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.loading_circle .circle8 {
  -webkit-transform: rotate(157.5deg);
          transform: rotate(157.5deg);
}

.loading_circle .circle8::before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.loading_circle .circle9 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.loading_circle .circle9::before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.loading_circle .circle10 {
  -webkit-transform: rotate(202.5deg);
          transform: rotate(202.5deg);
}

.loading_circle .circle10::before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.loading_circle .circle11 {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.loading_circle .circle11::before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.loading_circle .circle12 {
  -webkit-transform: rotate(247.5deg);
          transform: rotate(247.5deg);
}

.loading_circle .circle12::before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.loading_circle .circle13 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.loading_circle .circle13::before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.loading_circle .circle14 {
  -webkit-transform: rotate(292.5deg);
          transform: rotate(292.5deg);
}

.loading_circle .circle14::before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.loading_circle .circle15 {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.loading_circle .circle15::before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.loading_circle .circle16 {
  -webkit-transform: rotate(337.5deg);
          transform: rotate(337.5deg);
}

.loading_circle .circle16::before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

/* ============================================================ */
/* 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;
  /*----- .tagline -----*/
  /*----- .header_logo -----*/
  /*----- .header_nav -----*/
  /*----- .free_call -----*/
}

header .tagline,
#pc_menu .tagline {
  background: #f1ede6;
}

header .tagline .tagline_inner,
#pc_menu .tagline .tagline_inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 30px;
}

header .tagline .tagline_inner p,
#pc_menu .tagline .tagline_inner p {
  padding-right: 220px;
  font-size: 1.2rem;
}

header .tagline .tagline_inner .btn_contactus,
#pc_menu .tagline .tagline_inner .btn_contactus {
  position: absolute;
  top: 0;
  right: 30px;
}

header .tagline .tagline_inner .btn_contactus a,
#pc_menu .tagline .tagline_inner .btn_contactus 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;
  width: 256px;
  height: 50px;
  background: #ff7e00;
  border-radius: 0 0 10px 10px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 50px;
}

header .tagline .tagline_inner .btn_contactus a .icon-outer,
#pc_menu .tagline .tagline_inner .btn_contactus a .icon-outer {
  margin: 0 15px 0 0;
  background: #d16700;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

header .tagline .tagline_inner .btn_contactus a:hover,
#pc_menu .tagline .tagline_inner .btn_contactus a:hover {
  background: #ffa200;
}

header .inner,
#pc_menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 30px;
}

header .header_logo,
#pc_menu .header_logo {
  -webkit-box-flex: 0;
     -ms-flex: 0 0 304px;
        flex: 0 0 304px;
      /*-ms-flex: 0 0 364px;55周年ロゴ用サイズ指定20170622*/
      /*    flex: 0 0 364px;55周年ロゴ用サイズ指定20170622*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_logo img:first-child,
#pc_menu .header_logo img:first-child {
  width: 60px; /*通常のサイズ指定20170622*/
  /*width: 120px;55周年ロゴ用サイズ指定20170622*/
  margin: 0 10px 0 0;
}

header .header_nav,
#pc_menu .header_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 20px 4px;
}

header .header_nav ul,
#pc_menu .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
}

header .header_nav ul li:not(.hnav_student),
#pc_menu .header_nav ul li:not(.hnav_student) {
  padding: 0 10px;
  border-left: 1px solid #7a7a7a;
}

header .header_nav ul li:not(.hnav_student) a:hover,
#pc_menu .header_nav ul li:not(.hnav_student) a:hover {
  text-decoration: underline;
}

header .header_nav ul li.hnav_student,
#pc_menu .header_nav ul li.hnav_student {
  padding: 0 0 0 5px;
}

header .header_nav ul li.hnav_student a,
#pc_menu .header_nav ul li.hnav_student a {
  display: block;
  padding: 0 15px;
  background: #ffe9eb;
  line-height: 30px;
  border-radius: 100px;
}

header .header_nav ul li.hnav_student a:hover,
#pc_menu .header_nav ul li.hnav_student a:hover {
  background: #faccde;
}

header .free_call,
#pc_menu .free_call {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 226px;
          flex: 0 1 226px;
  margin: 0 0 6px;
}

header .free_call img,
#pc_menu .free_call img {
  width: 100%;
}

header .global_nav,
#pc_menu .global_nav {
  border-top: 1px solid #f1ede6;
}

header .global_nav > ul,
#pc_menu .global_nav > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  line-height: 55px;
}

header .global_nav > ul > li,
#pc_menu .global_nav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

header .global_nav > ul > li > a,
#pc_menu .global_nav > ul > li > a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 55px;
}

header .global_nav > ul > li > a .icon-down,
#pc_menu .global_nav > ul > li > a .icon-down {
  margin: 0 8px 0 0;
  color: #e5005a;
  font-size: 1.1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .global_nav > ul > li > a i.icon-map,
#pc_menu .global_nav > ul > li > a i.icon-map {
  position: relative;
  top: 2px;
  margin: 0 4px 0 0;
  color: #e5005a;
  font-size: 18px;
}

header .global_nav > ul > li.active > a,
header .global_nav > ul > li > a:hover,
#pc_menu .global_nav > ul > li.active > a,
#pc_menu .global_nav > ul > li > a:hover {
  background: #f1ede6;
}

header .global_nav > ul > li.active > a,
#pc_menu .global_nav > ul > li.active > a {
  position: relative;
}

header .global_nav > ul > li.active > a::after,
#pc_menu .global_nav > ul > li.active > a::after {
  position: absolute;
  bottom: -36px;
  left: 50%;
  content: "";
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 26px 26px;
}

header .global_nav > ul > li.active > a .icon-down,
#pc_menu .global_nav > ul > li.active > a .icon-down {
  color: #ccc;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .global_nav > ul > li.active > a .icon-down::before,
#pc_menu .global_nav > ul > li.active > a .icon-down::before {
  content: "\e907";
}

header .global_nav > ul .dropdown,
#pc_menu .global_nav > ul .dropdown {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 960px;
  padding: 40px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .global_nav > ul .dropdown h2,
#pc_menu .global_nav > ul .dropdown h2 {
  margin: 0 0 25px;
  text-align: center;
  overflow: hidden;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

header .global_nav > ul .dropdown h2 span,
#pc_menu .global_nav > ul .dropdown h2 span {
  position: relative;
  padding: 0 20px;
}

header .global_nav > ul .dropdown h2 span::before, header .global_nav > ul .dropdown h2 span::after,
#pc_menu .global_nav > ul .dropdown h2 span::before,
#pc_menu .global_nav > ul .dropdown h2 span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 3px;
  margin-top: -1px;
  background: url(/form/common/kids/img/bg_gnav_dotted.png) 0 0 repeat-x;
}

header .global_nav > ul .dropdown h2 span::before,
#pc_menu .global_nav > ul .dropdown h2 span::before {
  right: 100%;
}

header .global_nav > ul .dropdown h2 span::after,
#pc_menu .global_nav > ul .dropdown h2 span::after {
  left: 100%;
}

header .global_nav > ul .dropdown ul li,
#pc_menu .global_nav > ul .dropdown ul li {
  float: left;
  width: 280px;
  margin: 20px 0 0 20px;
  background: #f8f5f1;
}

header .global_nav > ul .dropdown ul li:nth-child(-n+3),
#pc_menu .global_nav > ul .dropdown ul li:nth-child(-n+3) {
  margin-top: 0;
}

header .global_nav > ul .dropdown ul li.minikids, header .global_nav > ul .dropdown ul li.elem_low_sm, header .global_nav > ul .dropdown ul li.eiken,
#pc_menu .global_nav > ul .dropdown ul li.minikids,
#pc_menu .global_nav > ul .dropdown ul li.elem_low_sm,
#pc_menu .global_nav > ul .dropdown ul li.eiken {
  margin-left: 0;
}

header .global_nav > ul .dropdown ul li a,
#pc_menu .global_nav > ul .dropdown ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .global_nav > ul .dropdown ul li a .icon-chevron-circle-right,
#pc_menu .global_nav > ul .dropdown ul li a .icon-chevron-circle-right {
  margin: 0 0 0 15px;
  color: #e5005a;
}

header .global_nav > ul .dropdown ul li a .icon-outer,
#pc_menu .global_nav > ul .dropdown ul li a .icon-outer {
  margin: 0 0 0 15px;
  color: #e5005a;
}

header .global_nav > ul .dropdown ul li a p,
#pc_menu .global_nav > ul .dropdown ul li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}

header .global_nav > ul .dropdown ul li a p span,
#pc_menu .global_nav > ul .dropdown ul li a p span {
  display: block;
  font-size: 1.2rem;
}

header .global_nav > ul .dropdown ul li a::after,
#pc_menu .global_nav > ul .dropdown ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 2px solid #e5005a;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

header .global_nav > ul .dropdown ul li:not(.elem_low_sm) a,
#pc_menu .global_nav > ul .dropdown ul li:not(.elem_low_sm) a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .global_nav > ul .dropdown ul li.elem_low_sm a,
#pc_menu .global_nav > ul .dropdown ul li.elem_low_sm a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 180px;
}

header .global_nav > ul .dropdown ul li.elem_low_sm a div,
#pc_menu .global_nav > ul .dropdown ul li.elem_low_sm a div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .global_nav > ul .dropdown ul li.elem_low_sm a div .icon-chevron-circle-right,
#pc_menu .global_nav > ul .dropdown ul li.elem_low_sm a div .icon-chevron-circle-right {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .global_nav > ul .dropdown ul::after,
#pc_menu .global_nav > ul .dropdown ul::after {
  display: block;
  content: "";
  clear: both;
}

header .global_nav > ul .dropdown ul.course_age,
#pc_menu .global_nav > ul .dropdown ul.course_age {
  position: relative;
  margin: 0 0 35px;
}

header .global_nav > ul .dropdown ul.course_age::before,
#pc_menu .global_nav > ul .dropdown ul.course_age::before {
  position: absolute;
  right: 20px;
  bottom: 0;
  content: "";
  width: 243px;
  height: 66px;
  background: url(/form/common/kids/img/bg_gnav02.png) 0 0 no-repeat;
}

header .global_nav > ul .dropdown .dropdown_footer,
#pc_menu .global_nav > ul .dropdown .dropdown_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 0 0;
}

header .global_nav > ul .dropdown .btn_close,
#pc_menu .global_nav > ul .dropdown .btn_close {
  text-align: center;
  line-height: 24px;
}

header .global_nav > ul .dropdown .btn_close .icon-cross,
#pc_menu .global_nav > ul .dropdown .btn_close .icon-cross {
  display: inline-block;
  background: #e5005a;
  border: 2px solid #e5005a;
  color: #fff;
  font-size: 1.0rem;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

header .global_nav > ul .dropdown .btn_close .icon-cross:hover,
#pc_menu .global_nav > ul .dropdown .btn_close .icon-cross:hover {
  background: #fff;
  color: #e5005a;
}

header .global_nav::after,
#pc_menu .global_nav::after {
  display: block;
  content: "";
  height: 4px;
  background: url(/form/common/kids/img/bg_gnav.svg) 0 0 repeat-x;
}

.features .gnav_features > a,
.course .gnav_course > a,
.voice .gnav_voice > a,
.school .gnav_search > a,
.event .gnav_event > a {
  background: #f1ede6;
}

/* #pc_menu
----------------------------------------------------------- */
#pc_menu {
  display: none;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 0 0 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  /*----- .header_logo -----*/
}

#pc_menu::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 4px;
  background: url(/form/common/kids/img/bg_gnav.svg) 0 0 repeat-x;
  background-size: auto 4px;
}

#pc_menu > .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 10px 0 20px;
}

#pc_menu .header_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 230px;
          flex: 0 1 230px;
  margin: 17px 0;
}

#pc_menu .header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pc_menu .header_logo a img {
  height: 42px;
}

#pc_menu .header_logo a img:first-child {
  width: 45px;
  margin: 0 8px 0 0;
}

#pc_menu .global_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  margin: 0 20px;
  border-top: 0;
}

#pc_menu .global_nav::after {
  display: none;
}

#pc_menu .global_nav > ul,
#pc_menu .global_nav > ul > li > a {
  line-height: 76px;
}

#pc_menu .global_nav > ul .dropdown {
  top: 110px;
}

#pc_menu .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15.2%;
          flex: 0 1 15.2%;
  margin: 13px 0;
}

#pc_menu .btn [class^="btn_"] {
  padding: 0 0 0 20px;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 1100px) {
  #pc_menu .btn [class^="btn_"] {
    font-size: 1.6rem;
  }
}

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

.dp_none {
  display: none;
}

/* ============================================================ */
/* 見出しスタイル */
/* ============================================================ */
.ttl_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  margin: 0 0 60px;
  padding: 30px 0;
  background: #f1ede6;
}

.ttl_block01 .ttl {
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}

.ttl_block02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  padding: 60px 0 70px;
  background: #fff7b9;
}

.ttl_block02 .ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}

.ttl_block02 .ttl span {
  display: block;
  margin: 5px 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.ttl_block02::after {
  position: absolute;
  left: 50%;
  bottom: 50px;
  display: block;
  content: "";
  width: 70px;
  height: 3px;
  background: url(/form/common/kids/img/bg_ttl.svg) 0 0 no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttl01 {
  margin: 0 0 60px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl02 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl03 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 22px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl03::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  border: 4px solid #ef3980;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

/* ============================================================ */
/* ビジュアル */
/* ============================================================ */
/* #visual
	----------------------------------------------------------- */
#visual {
  position: relative;
  margin: 0 0 20px;
}

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

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

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

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

#visual div[class^="al_"].al_left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1280px;
  margin: auto;
}

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

#visual figure {
  position: relative;
  height: 300px;
  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%);
}

/* ============================================================ */
/* 汎用スタイル */
/* ============================================================ */
/* ブロック
--------------------------------------------------------------- */
.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 {
	max-width: 1280px;
	padding: 0 60px;
}

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

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

.row_bg_brown {
  margin: 0 0 20px;
  padding: 0 0 80px;
  background: #f8f5f1;
  overflow: hidden;
}

.row_bg_brown .ttl_block02 {
  margin: 0 0 60px;
}

/* ボックススタイル
--------------------------------------------------------------- */
.box01 {
  padding: 35px 40px;
  background: #f1ebe4;
  text-align: left;
  border-radius: 15px;
}

.box01 .ttl {
  margin: 0 0 15px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

.box01 .img_float_left .circle,
.box01 .img_float_right .circle {
  margin-top: -15px;
  margin-bottom: -15px;
  overflow: hidden;
  width: 230px;
  height: 230px;
  border-radius: 50%;
}

.box01 .img_float_left .circle {
  margin-right: 20px;
}

.box01 .img_float_right .circle {
  margin-left: 20px;
}

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

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

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

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

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

/* .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_disc02 li {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 1.8rem;
}

.list_disc02 li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  background: #f3699f;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

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

/* table
--------------------------------------------------------------- */
.table01,
.table02,
.table03,
.table04 {
  width: 100%;
}

.table01 th,
.table01 td,
.table02 th,
.table02 td,
.table03 th,
.table03 td,
.table04 th,
.table04 td {
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #f8f5f1;
  border-left: 1px solid #f8f5f1;
  text-align: left;
}

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

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

.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 .border_top,
.table02 .border_top,
.table03 .border_top,
.table04 .border_top {
  border-top: 1px solid #f8f5f1 !important;
}

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

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

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

.table01 .sub_ttl,
.table02 .sub_ttl,
.table03 .sub_ttl,
.table04 .sub_ttl {
  background: #ece5dc;
}

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

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

/* ============================================================ */
/* .contact_block */
/* ============================================================ */
.contact_block {
  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: 230px;
  border-top: 1px solid #e5005a;
}

.contact_block .telephone {
  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 20px;
}

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

.contact_block .telephone p.number {
  margin: 0 0 0 20px;
  color: #e5005a;
}

.contact_block .telephone .icon-phone {
  display: inline-block;
  margin: 0 10px 0 0;
  background: #e5005a;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.contact_block [class^="btn_"] {
  width: 340px;
}

/* ============================================================ */
/* .local_nav*/
/* ========================================================= */
.local_nav {
  max-width: 1280px;
  margin: 0 auto;
}

.local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

.local_nav 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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.local_nav 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;
  width: 100%;
  height: 70px;
  background: #f1ede6;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  text-align: center;
}

.local_nav ul li.active a {
  height: 80px;
  background: #fff7b9;
  color: #e5005a;
}

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

/* ============================================================ */
/* .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 300px;
          flex: 0 0 300px;
  margin: 50px 0 0 30px;
  border-top: 2px solid #e5005a;
}

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

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

.course_list li .ttl {
  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: 20px 0;
}

.course_list li .ttl h4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.course_list li .ttl h4 span {
  display: block;
  margin: 5px 0 0;
  font-size: 1.4rem;
}

.course_list li p {
  text-align: center;
}

.course_list li .unsold_seat {
  padding: 5px 0;
  background: #e5005a;
  color: #fff;
}

.course_list li figure {
  margin: 0 0 10px;
}

/* ============================================================ */
/* .teacher_list */
/* ============================================================ */
.teacher_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}

.teacher_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 186px;
          flex: 0 0 186px;
  position: relative;
  margin: 60px 0 0 72px;
}

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

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

.teacher_list li:nth-child(4n+1)::before {
  position: absolute;
  top: 0;
  left: -81px;
  content: "";
  width: 1122px;
  height: 181px;
  background: url(/form/common/kids/img/bg_teacher_list_pc.png) 0 0 no-repeat;
}

.teacher_list li figure {
  position: relative;
  z-index: 1;
  border-style: solid;
  border-width: 3px;
  overflow: hidden;
  width: 186px;
  height: 186px;
  border-radius: 50%;
}

.teacher_list li figure img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.teacher_list li:nth-child(4n+1) figure {
  border-color: #ef9ca6;
}

.teacher_list li:nth-child(4n+2) figure {
  border-color: #3994d1;
}

.teacher_list li:nth-child(4n+3) figure {
  border-color: #f9bd61;
}

.teacher_list li:nth-child(4n+4) figure {
  border-color: #58b170;
}

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

.teacher_list li .translation {
  margin: 20px 0 0;
  font-size: 1.2rem;
}

/* ============================================================ */
/* .voice_list */
/* ============================================================ */
.voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}

.voice_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 186px;
          flex: 0 0 186px;
  position: relative;
  margin: 60px 0 0 72px;
}

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

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

.voice_list li:nth-child(4n+1)::before {
  position: absolute;
  top: 0;
  left: -81px;
  content: "";
  width: 1122px;
  height: 181px;
  background: url(/form/common/kids/img/bg_teacher_list_pc.png) 0 0 no-repeat;
}

.voice_list li figure {
  position: relative;
  z-index: 1;
  border-style: solid;
  border-width: 3px;
  overflow: hidden;
  width: 186px;
  height: 186px;
  border-radius: 50%;
}

.voice_list li figure img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 180px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.voice_list li figure img.clip_left {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.voice_list li figure img.clip_right {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.voice_list li figure img.zoom110 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.voice_list li figure img.zoom120 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.voice_list li figure img.zoom130 {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.voice_list li figure img.zoom140 {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.voice_list li figure img.zoom150 {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.voice_list li figure img.clip_left.zoom110, .voice_list li figure img.clip_right.zoom110 {
  -webkit-transform: translateX(0) scale(1.1);
          transform: translateX(0) scale(1.1);
}

.voice_list li figure img.clip_left.zoom120, .voice_list li figure img.clip_right.zoom120 {
  -webkit-transform: translateX(0) scale(1.2);
          transform: translateX(0) scale(1.2);
}

.voice_list li figure img.clip_left.zoom130, .voice_list li figure img.clip_right.zoom130 {
  -webkit-transform: translateX(0) scale(1.3);
          transform: translateX(0) scale(1.3);
}

.voice_list li figure img.clip_left.zoom140, .voice_list li figure img.clip_right.zoom140 {
  -webkit-transform: translateX(0) scale(1.4);
          transform: translateX(0) scale(1.4);
}

.voice_list li figure img.clip_left.zoom150, .voice_list li figure img.clip_right.zoom150 {
  -webkit-transform: translateX(0) scale(1.5);
          transform: translateX(0) scale(1.5);
}

.voice_list li:nth-child(4n+1) figure {
  border-color: #ef9ca6;
}

.voice_list li:nth-child(4n+2) figure {
  border-color: #3994d1;
}

.voice_list li:nth-child(4n+3) figure {
  border-color: #f9bd61;
}

.voice_list li:nth-child(4n+4) figure {
  border-color: #58b170;
}

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

.voice_list li h3 {
  margin: 10px 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.voice_list li [class^="btn_"] {
  width: 100%;
}

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

.gallery_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 225px;
          flex: 0 0 225px;
  margin: 60px 0 0 20px;
}

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

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

.gallery_list li a {
  display: block;
}

.gallery_list li a figure {
  margin: 0 0 10px;
  padding: 5px;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

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

.gallery_list li a:hover {
  opacity: 0.7;
}

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

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

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

.feature_list > li .number,
.feature_list02 > li .number {
  -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;
  padding: 8px 0 0;
  background: #fffcd1;
  border: 1px solid #f3699f;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

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

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

.feature_list > li > div:not(.number),
.feature_list02 > 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),
.feature_list02 > li > div:not(.number) > *:not(:last-child) {
  margin-bottom: 10px;
}

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

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

.feature_list.column02,
.feature_list02.column02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feature_list.column02 li,
.feature_list02.column02 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
  margin: 40px 0 0 40px;
}

.feature_list.column02 li:nth-child(-n+2),
.feature_list02.column02 li:nth-child(-n+2) {
  margin-top: 0;
}

.feature_list.column02 li:nth-child(2n+1),
.feature_list02.column02 li:nth-child(2n+1) {
  margin-left: 0;
}

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

input[type="text"].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 0 0 10px;
  border: 1px solid #8c8c8c;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  border-radius: 100px;
}

.list_radio li span::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  background: #f2f2f2;
  border: 1px solid #ababab;
  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: #f17fab;
  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: #ee0055;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.list_radio.column02 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin: 20px 0 0 2%;
}

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

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

.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: #f17fab;
  border: 1px solid #8c8c8c;
  color: #fff;
  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: #fff;
  border: 1px solid #8c8c8c;
  overflow: hidden;
  border-radius: 4px;
}

.selectbox select {
  width: 100%;
  height: 33px;
  padding: 0 0 0 10px;
  background: none transparent;
  border: 0;
  color: inherit;
  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: #f17fab;
}

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

.selectbox.error {
  background: #fef0f5;
}

/* ============================================================ */
/* #topic_path */
/* ============================================================ */
#topic_path {
  border-top: 1px solid #ebe2d1;
  font-size: 1.2rem;
}

#topic_path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  height: 60px;
  margin: 0 auto;
  padding: 10px 30px;
}

#topic_path ol li {
  margin: 0 15px 0 0;
}

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

#topic_path ol li a:hover {
  text-decoration: underline;
}

#topic_path ol li sup {
  top: 0;
}

#topic_path ol li:not(:last-child) {
  color: #333;
}

#topic_path ol li:not(:last-child)::after {
  margin: 0 0 0 15px;
  content: "＞";
  font-size: 1.0rem;
  line-height: 1;
}

.row_bg_brown + #topic_path {
  margin-top: 0;
}

/* ============================================================ */
/* .btn_pagetop */
/* ============================================================ */
.btn_pagetop {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
  width: 100%;
}

.btn_pagetop p {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.btn_pagetop a {
  position: absolute;
  bottom: 0;
  right: 30px;
  display: block;
  background: #aba08a;
  border: 3px solid #fff;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.btn_pagetop a i {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 54px;
}

footer {
  min-width: 1024px;
  background: #fff;
  /*----- .footer_nav -----*/
  /*----- .inner -----*/
}

footer .footer_nav {
  padding: 50px 0;
  background: #f1ede6;
}

footer .footer_nav .fnav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}

footer .footer_nav .fnav_inner > ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  padding: 10px 0 0;
}

footer .footer_nav .fnav_inner > ul li {
  font-weight: bold;
}

footer .footer_nav .fnav_inner > ul li:not(:first-child) {
  margin: 25px 0 0;
}

footer .footer_nav .fnav_inner > ul li a:hover {
  text-decoration: underline;
}

footer .footer_nav .fnav_cource {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 760px;
          flex: 0 0 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 30px;
  background: url(/form/common/kids/img/bg_footer_pc.png) top right no-repeat #f8f6f3;
  border-radius: 8px;
}

footer .footer_nav .fnav_cource h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 0 0 30px;
  font-weight: bold;
}

footer .footer_nav .fnav_cource div h3 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

footer .footer_nav .fnav_cource div ul {
  font-size: 1.2rem;
  overflow: hidden;
}

footer .footer_nav .fnav_cource div ul li {
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 15px;
}

footer .footer_nav .fnav_cource div ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

footer .footer_nav .fnav_cource div ul li .icon-outer {
  position: relative;
  top: 2px;
  margin: 0 3px 0 0;
  color: #e5005a;
}

footer .footer_nav .fnav_cource div ul li a:hover {
  text-decoration: underline;
}

footer .footer_nav .fnav_cource div::after {
  display: block;
  content: "";
  clear: both;
}

footer .footer_nav .fnav_cource div:nth-of-type(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 485px;
          flex: 0 0 485px;
  margin: 0 40px 0 0;
}

footer .footer_nav .fnav_cource div:nth-of-type(1) ul:nth-of-type(1) {
  float: left;
  margin: 0 30px 0 0;
}

footer .footer_nav .fnav_cource div:nth-of-type(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 30px 30px;
}

footer .inner #footer_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 163px;
          flex: 0 0 163px;
  margin: 0 15px 0 0;
}

footer .inner #footer_logo a {
  display: block;
}

footer .inner #footer_logo a img {
  height: 30px;
}

footer .inner p {
  font-size: 1.2rem;
}

footer .inner nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

footer .inner nav ul li {
  padding: 0 8px;
  border-right: 1px solid #999;
}

footer .inner nav ul li:first-child {
  border-left: 1px solid #999;
}

footer .inner nav ul li .icon-outer {
  margin: 0 3px 0 0;
  color: #e5005a;
}

footer .inner nav ul li a:hover {
  text-decoration: underline;
}

footer .inner nav > [class^="btn_"] {
  min-width: 164px;
  height: 30px;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-size: 1.4rem;
}

footer .inner nav > [class^="btn_"] .icon-outer {
  left: 5px;
}

/* ============================================================ */
/* トップページ
   #index */
/* ============================================================ */
#index {
  /* #visual
	----------------------------------------------------------- */
  /* #kids_course
	----------------------------------------------------------- */
  /* #reason
	----------------------------------------------------------- */
  /* #school_search
	----------------------------------------------------------- */
  /* #explanatory_meeting
	----------------------------------------------------------- */
  /* #event
	----------------------------------------------------------- */
  /* .bnr_block
	----------------------------------------------------------- */
}

#index #visual {
  margin: 0 0 20px;
  /*----- .pickup -----*/
}

#index #visual .slider {
  height: 530px;
}

#index #visual .slider ul {
  height: 530px;
}

#index #visual .slider ul div {
  padding: 0;
}

#index #visual .slider ul figure {
  height: 530px;
}

#index #visual .pickup {
  background: #ffe948;
}

#index #visual .pickup .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;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 280px 0 0;
  line-height: 50px;
  overflow: hidden;
}

#index #visual .pickup .pickup-list h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  color: #e5005a;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 50px;
}

#index #visual .pickup .pickup-list ul {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #e5005a;
}

#index #visual .pickup .pickup-list ul li {
  position: absolute;
  visibility: hidden;
}

#index #visual .pickup .pickup-list ul li a {
  color: #e5005a;
}

#index #visual .pickup .pickup-list ul li a:hover {
  text-decoration: underline;
}

#index #visual .pickup .pickup-list div:not(.pickup-list) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}

#index #visual .pickup .pickup-list div:not(.pickup-list) [class^="btn_"] {
  width: 60px;
  min-width: inherit;
  height: 30px;
  padding: 0;
  font-size: 1.4rem;
}

#index #kids_course {
  /*----- .panel -----*/
  /*----- .course_block01 -----*/
  /*----- .course_block02 -----*/
  /*----- .panel.junior -----*/
  /*----- .support -----*/
}

#index #kids_course > section:not(.support) {
  text-align: center;
}

#index #kids_course > section:not(.support) h3 {
  display: inline-block;
  padding: 0 40px;
  background: #c4b39d;
  color: #fff;
  border-radius: 8px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 50px;
}

#index #kids_course > section:not(.support) > p {
  margin: 40px 0;
  font-size: 1.8rem;
}

#index #kids_course .panel {
  position: relative;
  display: block;
  background: #fff;
  text-align: left;
}

#index #kids_course .panel h4 {
  margin: 0 20px;
  padding: 25px 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

#index #kids_course .panel h4 span {
  font-size: 1.4rem;
}

#index #kids_course .panel p {
  margin: 15px 20px 0;
}

#index #kids_course .panel [class^="btn_"] {
  position: absolute;
  left: 50%;
  bottom: 20px;
  font-size: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#index #kids_course .panel:hover img, #index #kids_course .panel:hover h4, #index #kids_course .panel:hover p {
  opacity: 0.7;
}

#index #kids_course .panel:hover [class^="btn_"] {
  background: #f27fac;
}

#index #kids_course .course_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#index #kids_course .course_block01 .panel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 312px;
          flex: 0 0 312px;
  padding-bottom: 80px;
}

#index #kids_course .course_block01 .panel .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
}

#index #kids_course .course_block01 .panel .ttl h4 {
  padding: 0;
}

#index #kids_course .course_block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0;
}

#index #kids_course .course_block02 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 474px;
          flex: 0 0 474px;
}

#index #kids_course .course_block02 div .panel:last-child {
  margin-top: 12px;
}

#index #kids_course .course_block02 div .panel img {
  float: right;
  margin: 0 0 0 20px;
}

#index #kids_course .course_block02 div .panel p {
  overflow: hidden;
}

#index #kids_course .course_block02 div .panel [class^="btn_"] {
  left: 58px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#index #kids_course .course_block02 div .panel::after {
  display: block;
  content: "";
  clear: both;
}

#index #kids_course .panel.junior {
  padding-right: 245px;
}

#index #kids_course .panel.junior img {
  float: left;
  margin: 0 20px 0 0;
}

#index #kids_course .panel.junior h4 {
  margin-bottom: -5px;
  padding-top: 20px;
}

#index #kids_course .panel.junior [class^="btn_"] {
  left: auto;
  right: 20px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#index #kids_course .panel.junior::after {
  display: block;
  content: "";
  clear: both;
}

#index #kids_course .support {
  background: #eff0f5;
}

#index #kids_course .support .inner {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 20px 220px;
  background: url(/form/common/kids/img/img_support_pc.png) 0 center no-repeat;
  background-size: auto 100%;
}

#index #kids_course .support h3 {
  margin: 0 0 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}

#index #reason {
  /*----- .features -----*/
}

#index #reason .features {
  position: relative;
}

#index #reason .features h3 {
  position: absolute;
  top: -5px;
  left: -10px;
}

#index #reason .features ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 80px;
}

#index #reason .features ol li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  position: relative;
  margin: 0 40px 0 0;
  text-align: right;
}

#index #reason .features ol li div {
  position: absolute;
  right: -40px;
  bottom: -35px;
  color: #fff;
  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;
  text-align: center;
  width: 142px;
  height: 142px;
  border-radius: 50%;
}

#index #reason .features ol li:nth-child(-n+2) {
  margin-bottom: 40px;
}

#index #reason .features ol li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}

#index #reason .features ol li:nth-child(1) div {
  background: #f56b7a;
}

#index #reason .features ol li:nth-child(2) div {
  background: #efa22c;
}

#index #reason .features ol li:nth-child(3) div {
  background: #76cda8;
}

#index #reason .features ol li:nth-child(4) div {
  background: #3394d6;
}

#index #reason .features ol li:nth-child(5) div {
  background: #e087b9;
}

#index #reason .features [class^="btn_"] {
  width: 400px;
}

#index #reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}

#index #reason ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
  padding: 20px 10px 0 20px;
  border-top: 2px solid #f56b7a;
}

#index #reason ul li img {
  float: right;
}

#index #reason ul li h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #reason ul li p {
  width: 250px;
  margin: 10px 0 0;
}

#index #reason ul li p .icon-chevron-circle-right {
  margin: 0 5px 0 0;
  color: #e5005a;
}

#index #reason ul li::after {
  display: block;
  content: "";
  clear: both;
}

#index #school_search {
  margin: 20px 0;
}

#index #school_search a {
  display: block;
  background: url(/form/common/kids/img/bg_school_02.png) 0 0 repeat #c4e7c8;
}

#index #school_search a .inner {
  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;
  width: 960px;
  height: 280px;
  margin: 0 auto;
  padding: 0 0 0 545px;
  background: url(/form/common/kids/img/bg_school_01_pc.png) 0 0 no-repeat;
}

#index #school_search a .inner h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #school_search a .inner p {
  margin: 15px 0 25px;
}

#index #school_search a:hover [class^="btn_"] {
  background: #faccde;
}

#index #explanatory_meeting {
  margin: 20px 0;
}

#index #explanatory_meeting a {
  display: block;
  background-image: url(/form/common/kids/img/bg_contact01_pc.png), url(/form/common/kids/img/bg_contact02_pc.png);
  background-position: right center, 0 0;
  background-repeat: no-repeat, repeat;
}

#index #explanatory_meeting a .inner {
  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;
  width: 960px;
  height: 200px;
  margin: 0 auto;
}

#index #explanatory_meeting a .inner p {
  font-size: 1.6rem;
}

#index #explanatory_meeting a .inner p:first-of-type {
  margin: 15px 0 0;
  font-size: 1.8rem;
}

#index #event {
  margin-bottom: 0;
}

#index #event ul li {
  padding: 60px 0;
  border-top: 1px solid #fff;
}

#index #event ul li a {
  position: relative;
  display: block;
  width: 960px;
  margin: 0 auto;
}

#index #event ul li a figure {
  float: left;
  width: 320px;
}

#index #event ul li a figure img {
  width: 100%;
}

#index #event ul li a h3 {
  margin: 0 0 10px 350px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#index #event ul li a p {
  margin: 0 0 0 350px;
}

#index #event ul li a p.lead {
  margin-bottom: 10px;
  color: #e5005a;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#index #event ul li a [class^="btn_"] {
  position: absolute;
  bottom: 0;
  right: 0;
}

#index #event ul li a:hover [class^="btn_"] {
  background: #faccde;
}

#index #event ul li a::after {
  display: block;
  content: "";
  clear: both;
}

#index #event ul li:first-child {
  padding-top: 0;
  border-top: none;
}

#index #event ul li:last-child {
  padding-bottom: 0;
}

#index .bnr_block {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}

#index .bnr_block ul {
  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;
}

#index .bnr_block ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  margin: 20px 10px 0;
}

#index .bnr_block ul li:nth-child(-n+3) {
  margin-top: 0;
}

#index .bnr_block ul li img {
  width: 100%;
}

/* ============================================================ */
/* スクールを探す共通
   .school */
/* ============================================================ */
.school {
  /* .search_box
	----------------------------------------------------------- */
  /* #result_map
	----------------------------------------------------------- */
  /* .btn_search_condition
	----------------------------------------------------------- */
  /* #modal_conditions
	----------------------------------------------------------- */
  /* .school_list
	----------------------------------------------------------- */
  /* .weekly
	----------------------------------------------------------- */
  /* .ttl_school
	----------------------------------------------------------- */
  /* #school_info
	----------------------------------------------------------- */
  /* .school_box
	----------------------------------------------------------- */
  /* #information
	----------------------------------------------------------- */
  /* #local_nav_school
	----------------------------------------------------------- */
}

.school .search_box {
  padding: 25px 28px 30px;
  border: 2px solid #ccc;
}

.school .search_box h2 {
  margin: 0 0 25px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.school .search_box .input_item {
  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;
}

.school .search_box .input_item .note {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  padding: 5px 0 0;
  color: #e5005a;
  font-size: 1.2rem;
}

.school .search_box .input_item input[type="text"] {
  width: 100%;
}

.school .search_box [class^="btn_"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: inherit;
  margin: 30px 0 0;
}

.school #result_map {
  width: 100%;
  height: 400px;
}

.school .btn_search_condition {
  margin: 0 0 80px;
  text-align: center;
}

.school .btn_search_condition [class^="btn_"] i {
  background: #e5005a;
  color: #fff;
  font-size: 1.2rem;
  line-height: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.school #modal_conditions {
  width: 710px;
  height: 475px;
}

.school #modal_conditions h2 {
  margin: 0 0 20px;
  text-align: center;
  overflow: hidden;
}

.school #modal_conditions h2 span {
  position: relative;
  padding: 0 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.school #modal_conditions h2 span::before, .school #modal_conditions h2 span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 3px;
  margin-top: -1px;
  background: url(/form/common/kids/img/bg_gnav_dotted.png) 0 0 repeat-x;
}

.school #modal_conditions h2 span::before {
  right: 100%;
}

.school #modal_conditions h2 span::after {
  left: 100%;
}

.school #modal_conditions .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.school #modal_conditions .inner .search_box {
  width: 300px;
}

.school #modal_conditions .inner #search_area {
  margin: 0;
}

.school #modal_conditions .inner #search_area .selectbox {
  width: 240px;
}

.school #modal_conditions .inner .input_item {
  height: 110px;
}

.school #modal_conditions .inner .input_item input[type="text"] {
  min-width: 240px;
}

.school .school_list {
  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 300px;
          flex: 0 0 300px;
  margin: 30px 0 0 30px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

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

.school .school_list li a {
  display: block;
  padding: 0 0 15px;
}

.school .school_list li a .school_name {
  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;
}

.school .school_list li a .school_name h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

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

.school .school_list li a p:not(.address) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
}

.school .school_list li a p:not(.address) [class^="icon-"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin: 0 7px 0 0;
  text-align: center;
}

.school .school_list li a p:not(.address) .icon-phone {
  display: inline-block;
  background: #e5005a;
  color: #fff;
  font-size: 1.2rem;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.school .school_list li a p:not(.address) .icon-walk {
  color: #e5005a;
  font-size: 2.0rem;
}

.school .school_list li a p:not(.address):last-child {
  margin-top: 5px;
}

.school .school_list li a .address {
  margin: 15px 20px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #adaba8;
}

.school .school_list li:hover {
  box-shadow: 0 3px 10px rgba(35, 28, 26, 0.2);
}

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

.school .weekly li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #adaba8;
  line-height: 30px;
}

.school .weekly li span:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  text-align: center;
}

.school .weekly li .saturday {
  color: #0071be;
}

.school .weekly li .holiday {
  color: #e5005a;
}

.school .weekly li:not(:nth-child(4n+1)) {
  margin: 0 0 0 10px;
}

.school .ttl_school {
  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;
  max-width: 1024px;
  height: 150px;
  margin: 0 auto;
}

.school .ttl_school h1 {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.2;
}

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

.school #school_info {
  margin-bottom: 0;
}

.school #school_info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.school #school_info .row figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin: 0 30px 0 0;
}

.school #school_info .row figure img {
  width: 100%;
}

.school #school_info .row .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 630px;
          flex: 0 0 630px;
}

.school #school_info .row .text h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.school #school_info .row .text h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.school #school_info .row .text p {
  display: table;
  margin: 10px 0 0;
}

.school #school_info .row .text p > span {
  display: table-cell;
}

.school #school_info .row .text [class^="btn_"] {
  width: 210px;
  height: 30px;
  margin: 20px 0 30px;
  font-size: 1.4rem;
}

.school #school_info .row .text [class^="btn_"] .icon-outer {
  margin: 0 5px 0 0;
  font-size: 1.2rem;
}

.school #school_info .row .text .weekly {
  margin: 10px 0 0;
}

.school #school_info .row .text .weekly li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

.school #school_info .row .text .weekly li span:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

.school .school_box {
  max-width: 1024px;
  margin: 0  auto;
  padding: 30px 32px 40px;
  background: #fff;
  text-align: center;
}

.school .school_box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}

.school .school_box figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin: 0 30px 0 0;
}

.school .school_box figure img {
  width: 100%;
}

.school .school_box .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 630px;
          flex: 0 0 630px;
  text-align: left;
}

.school .school_box .text h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.school .school_box .text h4 {
  margin: 20px 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.school .school_box .text p {
  display: table;
  margin: 10px 0 0;
}

.school .school_box .text p > span:first-child {
  display: table-cell;
}

.school .school_box .text .weekly li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

.school .school_box [class^="btn_"] {
  margin: 0 auto;
}

.school .school_box:not(:last-child) {
  margin-bottom: 20px;
}

.school #information time {
  color: #666;
}

.school #information h3 {
  margin: 10px 0 30px;
  padding: 15px 0;
  border-top: 1px dotted #c6c4c1;
  border-bottom: 1px dotted #c6c4c1;
  font-weight: bold;
}

.school #information h3 span {
  color: #e5005a;
  font-size: 1.8rem;
}

.school #information .img_float_right {
  display: block;
}

.school #information .img_float_right figure {
  float: right;
  max-width: 320px;
  padding: 0 0 95px;
  background: url(/school/tokyo/shinjuku_m/img/bg_message.png) center bottom no-repeat;
}

.school #information .img_float_right .lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.school #information .message {
  margin: 30px 360px 0 0;
  padding: 15px 20px;
  background: #fff9d1;
  border: 1px dashed #36ab7a;
}

.school #information .message h4 {
  margin: 0 0 10px;
  color: #36ab7a;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.school #information .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  margin: 20px 0 40px;
  border-top: 1px solid #ebe2d1;
  border-bottom: 1px solid #ebe2d1;
}

.school #information .contact p {
  margin: 0 5px;
  font-size: 16px;
}

.school #information .contact p img {
  width: 226px;
}

.school #information .trial {
  margin: 0 0 40px;
}

.school #information .trial 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  padding: 0 0 0 25px;
  background: url(/form/common/kids/img/bg_trial_pc.png) right center no-repeat #fff;
  border: 3px solid #fff;
}

.school #information .trial a h4 {
  color: #e5005a;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.school #information .trial a h4 span {
  color: #333;
  font-size: 3.0rem;
}

.school #information .trial a h4 .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
  font-weight: normal;
}

.school #information .trial a .note {
  font-size: 1.2rem;
}

.school #local_nav_school {
  margin: 0 0 20px;
  background: #f1ede6;
}

.school #local_nav_school ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  height: 60px;
  margin: 0 auto;
  padding: 0 80px;
}

.school #local_nav_school ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-left: 1px solid #fff;
}

.school #local_nav_school ul li:last-child {
  border-right: 1px solid #fff;
}

.school #local_nav_school ul li a {
  position: relative;
  display: block;
  background: #f1ede6;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
}

.school #local_nav_school ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background: #e5005a;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.school #local_nav_school ul li a:hover {
  background: #fff;
  color: #e5005a;
}

.school #local_nav_school ul li a:hover::before {
  opacity: 1;
}

#school_detail_index #local_nav_school #lnav_home a,
#school_detail_info_index #local_nav_school #lnav_info a,
#school_detail_cinfo_index #local_nav_school #lnav_course a,
#school_detail_teacher_index #local_nav_school #lnav_teacher a,
.school_detail_student #local_nav_school #lnav_voice a,
#school_detail_gallery_index #local_nav_school #lnav_gallery a {
  background: #fff;
  color: #e5005a;
}

#school_detail_index #local_nav_school #lnav_home a::before,
#school_detail_info_index #local_nav_school #lnav_info a::before,
#school_detail_cinfo_index #local_nav_school #lnav_course a::before,
#school_detail_teacher_index #local_nav_school #lnav_teacher a::before,
.school_detail_student #local_nav_school #lnav_voice a::before,
#school_detail_gallery_index #local_nav_school #lnav_gallery a::before {
  opacity: 1;
}

/* ============================================================ */
/* スクールを探す トップ
   #school_index */
/* ============================================================ */
#school_index {
  /* #search_keyword
	----------------------------------------------------------- */
}

#school_index .row::after {
  display: block;
  content: "";
  clear: both;
}

#school_index .results {
  margin: 0 0 20px;
  font-size: 1.6rem;
}

#school_index .tab_box {
  /* #search_pref
		----------------------------------------------------------- */
  /* #search_area
		----------------------------------------------------------- */
}

#school_index .tab_box #search_pref {
  display: block !important;
  position: relative;
  float: left;
  width: 630px;
  height: 582px;
  padding: 25px 0 0;
  background: #c4e7c8;
  /*----- #tohoku -----*/
  /*----- #kanto -----*/
  /*----- #tokai -----*/
  /*----- #kansai -----*/
  /*----- #chugoku -----*/
}

#school_index .tab_box #search_pref h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

#school_index .tab_box #search_pref figure {
  position: absolute;
  top: 105px;
  left: 68px;
}

#school_index .tab_box #search_pref dl {
  position: absolute;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  border-radius: 8px;
}

#school_index .tab_box #search_pref dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#school_index .tab_box #search_pref dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#school_index .tab_box #search_pref dl dd a {
  width: 70px;
  margin: 10px 0 0;
  background: #fff;
  color: #e5005a;
  line-height: 36px;
  border-radius: 100px;
}

#school_index .tab_box #search_pref dl dd a:hover {
  opacity: 0.7;
}

#school_index .tab_box #search_pref #tohoku {
  top: 160px;
  right: 30px;
  width: 110px;
}

#school_index .tab_box #search_pref #tohoku dd {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#school_index .tab_box #search_pref #kanto {
  top: 267px;
  right: 30px;
  width: 170px;
}

#school_index .tab_box #search_pref #kanto dd a:nth-child(2n+1) {
  margin-right: 10px;
}

#school_index .tab_box #search_pref #tokai {
  top: 466px;
  right: 30px;
  width: 330px;
}

#school_index .tab_box #search_pref #tokai dd a:not(:last-child) {
  margin-right: 10px;
}

#school_index .tab_box #search_pref #kansai {
  top: 88px;
  left: 30px;
  width: 250px;
}

#school_index .tab_box #search_pref #kansai dd a:not(:nth-child(3n+1)) {
  margin-left: 10px;
}

#school_index .tab_box #search_pref #chugoku {
  top: 240px;
  left: 30px;
  width: 250px;
}

#school_index .tab_box #search_pref #chugoku dd a:not(:nth-child(3n+1)) {
  margin-left: 10px;
}

#school_index .tab_box #search_area {
  display: block;
  margin: 0 0 30px 660px;
}

#school_index .tab_box #search_area .selectbox {
  width: 240px;
}

#school_index .tab_box + #search_keyword {
  margin: 0 0 0 660px;
}

#school_index .tab_box + #search_keyword input[type="text"] {
  min-width: 240px;
}

/* ============================================================ */
/* スクールトップ
   #school_detail_index */
/* ============================================================ */
#school_detail_index {
  /* .accessmap
	----------------------------------------------------------- */
  /*----- #modal_access_movie -----*/
  /* .school_data_lower
	----------------------------------------------------------- */
  /* #course
	----------------------------------------------------------- */
  /* .teacher_list
	----------------------------------------------------------- */
  /* .other_contents
	----------------------------------------------------------- */
}

#school_detail_index #visual {
  margin-bottom: 0;
}

#school_detail_index .accessmap {
  margin: 0 0 40px;
}

#school_detail_index .accessmap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

#school_detail_index .accessmap #map_canvas {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 710px;
          flex: 0 0 710px;
}

#school_detail_index .accessmap .access {
  padding: 20px 18px;
}

#school_detail_index .accessmap .access h4 {
  margin: 0 0 10px;
  letter-spacing: -0.01em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#school_detail_index .accessmap .access h4 span {
  font-size: 1.4rem;
}

#school_detail_index .accessmap .access .movie_block {
  position: relative;
  height: 150px;
}

#school_detail_index .accessmap .access .movie_block a {
  display: block;
  cursor: pointer;
}

#school_detail_index .accessmap .access .movie_block a img {
  width: 100%;
}

#school_detail_index .accessmap .access .movie_block a::before, #school_detail_index .accessmap .access .movie_block a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#school_detail_index .accessmap .access .movie_block a::before {
  width: 26px;
  height: 22px;
  background: #333;
  border-radius: 4px;
}

#school_detail_index .accessmap .access .movie_block a::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
}

#school_detail_index .accessmap .access .movie_block a:hover {
  opacity: 0.7;
}

#school_detail_index .accessmap .access p {
  margin: 15px 5px;
}

#school_detail_index .accessmap .access p:last-child {
  margin-bottom: 0;
}

#school_detail_index #modal_access_movie.modal_content {
  width: 680px;
  height: 540px;
}

#school_detail_index #modal_access_movie.modal_content .movie {
  position: relative;
}

#school_detail_index #modal_access_movie.modal_content .movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

#school_detail_index #modal_access_movie.modal_content .movie .thumb img {
  width: 100%;
}

#school_detail_index #modal_access_movie.modal_content .movie .thumb::before, #school_detail_index #modal_access_movie.modal_content .movie .thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#school_detail_index #modal_access_movie.modal_content .movie .thumb::before {
  width: 52px;
  height: 44px;
  background: #333;
  border-radius: 4px;
}

#school_detail_index #modal_access_movie.modal_content .movie .thumb::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px 0 10px 16px;
}

#school_detail_index #modal_access_movie.modal_content .movie .thumb:hover {
  opacity: 0.7;
}

#school_detail_index .school_data_lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*----- .consultation_time -----*/
  /*----- .nearby_school -----*/
  /*----- reserve -----*/
}

#school_detail_index .school_data_lower .inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
}

#school_detail_index .school_data_lower .consultation_time {
  margin: 0 0 60px;
}

#school_detail_index .school_data_lower .consultation_time .weekly {
  margin-top: -20px;
}

#school_detail_index .school_data_lower .consultation_time .weekly li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  margin: 0;
  line-height: 60px;
}

#school_detail_index .school_data_lower .consultation_time .weekly li:not(:nth-child(3n+1)) {
  margin: 0 0 0 10px;
}

#school_detail_index .school_data_lower .nearby_school ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#school_detail_index .school_data_lower .nearby_school ul li {
  position: relative;
  margin: 0 50px 0 0;
  padding: 0 0 0 16px;
}

#school_detail_index .school_data_lower .nearby_school ul li .icon-chevron-circle-right {
  position: absolute;
  top: 2px;
  left: 0;
  color: #e5005a;
}

#school_detail_index .school_data_lower .reserve {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 365px;
          flex: 0 0 365px;
}

#school_detail_index .school_data_lower .reserve .calendar {
  position: relative;
}

#school_detail_index .school_data_lower .reserve .calendar button {
  position: absolute;
  top: 13px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

#school_detail_index .school_data_lower .reserve .calendar button.prev {
  left: 20px;
}

#school_detail_index .school_data_lower .reserve .calendar button.next {
  right: 20px;
}

#school_detail_index .school_data_lower .reserve .calendar button:hover {
  opacity: 0.7;
}

#school_detail_index .school_data_lower .reserve .table_calendar {
  width: 100%;
  background: #fff;
  border: 2px solid #ccc;
  border-collapse: separate;
  border-radius: 6px;
}

#school_detail_index .school_data_lower .reserve .table_calendar thead td {
  height: 40px;
  background: #f17fab;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px 4px 0 0;
}

#school_detail_index .school_data_lower .reserve .table_calendar tbody th,
#school_detail_index .school_data_lower .reserve .table_calendar tbody td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 1.2;
}

#school_detail_index .school_data_lower .reserve .table_calendar tbody tr > *:first-child {
  border-left: none;
}

#school_detail_index .school_data_lower .reserve .table_calendar tbody tr:last-child > * {
  border-bottom: none;
}

#school_detail_index .school_data_lower .reserve .table_calendar tbody tr:last-child > *:first-child {
  border-radius: 0 0 0 4px;
}

#school_detail_index .school_data_lower .reserve .table_calendar tbody tr:last-child > *:last-child {
  border-radius: 0 0 4px;
}

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

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

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

#school_detail_index .school_data_lower .reserve .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;
}

#school_detail_index .school_data_lower .reserve .table_calendar tbody td.past {
  background: #fff;
  color: #999;
}

#school_detail_index .school_data_lower .reserve .table_calendar tbody td.today, #school_detail_index .school_data_lower .reserve .table_calendar tbody td.future {
  background: #fff7b9;
}

#school_detail_index .school_data_lower .reserve .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;
}

#school_detail_index .school_data_lower .reserve .table_calendar tbody td div i {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.6rem;
}

#school_detail_index .school_data_lower .reserve .table_calendar tbody td div i.icon-circle {
  color: #f56b7a;
}

#school_detail_index .school_data_lower .reserve .table_calendar tbody td div i.icon-triangle {
  color: #efa22c;
}

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

#school_detail_index #course .course_list {
  margin: 0 0 40px;
}

#school_detail_index .teacher_list {
  margin-bottom: 60px;
}

#school_detail_index .other_contents {
  padding: 40px 0;
  background: #ebe2d1;
  /*----- #voice -----*/
  /*----- #gallely -----*/
}

#school_detail_index .other_contents .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#school_detail_index .other_contents .row > section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
}

#school_detail_index .other_contents .row > section a {
  display: block;
  padding: 20px 25px 20px 30px;
  background: #fff;
}

#school_detail_index .other_contents .row > section a img {
  float: right;
}

#school_detail_index .other_contents .row > section a h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

#school_detail_index .other_contents .row > section a p {
  margin: 10px 0 0;
}

#school_detail_index .other_contents .row > section a p i {
  margin: 0 5px 0 0;
  color: #e5005a;
}

#school_detail_index .other_contents .row > section a:hover .text_link span {
  text-decoration: underline;
}

#school_detail_index .other_contents .row > section a::after {
  display: block;
  content: "";
  clear: both;
}

#school_detail_index .other_contents #voice img {
  margin: 0 0 0 35px;
}

#school_detail_index .other_contents #gallely {
  margin: 0 0 0 20px;
}

#school_detail_index .other_contents #gallely a {
  padding-right: 20px;
}

/* ============================================================ */
/* 開講コース
   #school_detail_cinfo_index */
/* ============================================================ */
#school_detail_cinfo_index {
  /* .lead
	----------------------------------------------------------- */
  /* .point
	----------------------------------------------------------- */
  /* .pair_teaching
	----------------------------------------------------------- */
  /* .system
	----------------------------------------------------------- */
  /* .course_block
	----------------------------------------------------------- */
  /* .modal_content
	----------------------------------------------------------- */
}

#school_detail_cinfo_index .ttl01 {
  margin-bottom: 40px;
}

#school_detail_cinfo_index .lead p {
  font-size: 1.8rem;
}

#school_detail_cinfo_index .lead .list_disc {
  display: inline-block;
  text-align: left;
}

#school_detail_cinfo_index .lead .list_disc li {
  margin: 10px 0 0;
}

#school_detail_cinfo_index .point .movie_block {
  height: 450px;
  margin: 0 0 30px;
  background: url(/form/common/kids/img/bg_course_point_movie.png) center 118px no-repeat;
  text-align: center;
}

#school_detail_cinfo_index .point .movie_block a {
  position: relative;
  display: block;
  width: 630px;
  margin: 0 auto;
  cursor: pointer;
}

#school_detail_cinfo_index .point .movie_block a::before, #school_detail_cinfo_index .point .movie_block a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#school_detail_cinfo_index .point .movie_block a::before {
  width: 78px;
  height: 66px;
  background: #333;
  border-radius: 10px;
}

#school_detail_cinfo_index .point .movie_block a::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 15px 0 15px 24px;
}

#school_detail_cinfo_index .point .movie_block a:hover {
  opacity: 0.7;
}

#school_detail_cinfo_index .point .movie_block.column02 {
  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: auto;
  background-position: center center;
}

#school_detail_cinfo_index .point .movie_block.column02 div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 314px;
          flex: 0 0 314px;
  margin: 0 20px;
}

#school_detail_cinfo_index .point .movie_block.column02 div .ttl {
  margin: 0 0 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

#school_detail_cinfo_index .point .movie_block.column02 div a,
#school_detail_cinfo_index .point .movie_block.column02 div a img {
  width: 100%;
}

#school_detail_cinfo_index .point > p {
  text-align: center;
}

#school_detail_cinfo_index .pair_teaching > [class^="box_"] {
  background: #fff;
  border-radius: 20px;
}

#school_detail_cinfo_index .pair_teaching > [class^="box_"] .ttl_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: 90px;
  background: #11a73b;
  border-radius: 20px 20px 0 0;
}

#school_detail_cinfo_index .pair_teaching > [class^="box_"] .ttl_block .ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

#school_detail_cinfo_index .pair_teaching > [class^="box_"] .box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
}

#school_detail_cinfo_index .pair_teaching > [class^="box_"] .features {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  position: relative;
  margin: 0 30px 0 0;
}

#school_detail_cinfo_index .pair_teaching > [class^="box_"] .features p {
  position: absolute;
  bottom: -37px;
  background: #018225;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

#school_detail_cinfo_index .pair_teaching > [class^="box_"] .features p:first-of-type {
  right: 50%;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

#school_detail_cinfo_index .pair_teaching > [class^="box_"] .features p:last-of-type {
  left: 50%;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

#school_detail_cinfo_index .pair_teaching > [class^="box_"] .feature_list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
}

#school_detail_cinfo_index .pair_teaching > [class^="box_"] .feature_list em {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#school_detail_cinfo_index .pair_teaching .box_foreign .feature_list li .number {
  border-color: #11a73b;
}

#school_detail_cinfo_index .pair_teaching .box_foreign .feature_list li .number p {
  color: #11a73b;
}

#school_detail_cinfo_index .pair_teaching .box_bilingual {
  margin: 30px 0 0;
  padding-bottom: 30px;
}

#school_detail_cinfo_index .pair_teaching .box_bilingual .ttl_block,
#school_detail_cinfo_index .pair_teaching .box_bilingual .features p {
  background: #f29300;
}

#school_detail_cinfo_index .pair_teaching .box_bilingual .feature_list li .number {
  border-color: #f29300;
}

#school_detail_cinfo_index .pair_teaching .box_bilingual .feature_list li .number p {
  color: #f29300;
}

#school_detail_cinfo_index .pair_teaching .box_bilingual .note {
  margin: 0 30px;
  font-size: 1.2rem;
}

#school_detail_cinfo_index .system td span {
  font-size: 1.2rem;
}

#school_detail_cinfo_index .system .charge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#school_detail_cinfo_index .system p:not([class^="teacher_icon_"]) {
  margin: 0 10px;
}

#school_detail_cinfo_index .system [class^="teacher_icon_"] {
  width: 160px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}

#school_detail_cinfo_index .system .teacher_icon_foreign {
  background: #11a73b;
}

#school_detail_cinfo_index .system .teacher_icon_bilingual {
  background: #f29300;
}

#school_detail_cinfo_index .course_block 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  height: 170px;
  margin: 0 auto;
  padding: 0 0 0 230px;
  background: #fff;
  text-align: left;
}

#school_detail_cinfo_index .course_block a figure {
  position: absolute;
  top: 0;
  left: 0;
}

#school_detail_cinfo_index .course_block a .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}

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

#school_detail_cinfo_index .course_block a [class^="btn_"] {
  width: 200px;
  height: 36px;
  margin: 20px 0 0;
}

#school_detail_cinfo_index .course_block a:hover div {
  opacity: 0.7;
}

#school_detail_cinfo_index .course_block a:hover [class^="btn_"] {
  background: #f27fac;
}

#school_detail_cinfo_index .modal_content {
  width: 710px;
  height: 560px;
}

#school_detail_cinfo_index .modal_content .movie {
  position: relative;
}

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

#school_detail_cinfo_index .modal_content .movie .thumb img {
  width: 100%;
}

#school_detail_cinfo_index .modal_content .movie .thumb::before, #school_detail_cinfo_index .modal_content .movie .thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#school_detail_cinfo_index .modal_content .movie .thumb::before {
  width: 52px;
  height: 44px;
  background: #333;
  border-radius: 4px;
}

#school_detail_cinfo_index .modal_content .movie .thumb::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px 0 10px 16px;
}

#school_detail_cinfo_index .modal_content .movie .thumb:hover {
  opacity: 0.7;
}

/* ============================================================ */
/* 生徒・保護者の声 詳細
   #school_detail_student_detail */
/* ============================================================ */
#school_detail_student_detail {
  /* .interview
	----------------------------------------------------------- */
  /* .other_voice
	----------------------------------------------------------- */
}

#school_detail_student_detail .interview {
  position: relative;
  margin-bottom: 80px;
}

#school_detail_student_detail .interview::before, #school_detail_student_detail .interview::after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 175px;
  height: 71px;
}

#school_detail_student_detail .interview::before {
  left: 0;
  background: url(/form/common/kids/img/bg_student_interview.png) 0 0 no-repeat;
}

#school_detail_student_detail .interview::after {
  right: 0;
  background: url(/form/common/kids/img/bg_student_interview.png) 0 0 no-repeat;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#school_detail_student_detail .interview .ttl01 {
  margin-bottom: 30px;
}

#school_detail_student_detail .interview .ttl01 span {
  font-size: 2.4rem;
}

#school_detail_student_detail .interview .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#school_detail_student_detail .interview figure {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  height: 350px;
  margin: 0 30px 0 0;
  border: 5px solid #ed919c;
  overflow: hidden;
  border-radius: 10px;
}

#school_detail_student_detail .interview figure img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 350px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#school_detail_student_detail .interview figure img.clip_left {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#school_detail_student_detail .interview figure img.clip_right {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

#school_detail_student_detail .interview figure img.zoom110 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#school_detail_student_detail .interview figure img.zoom120 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#school_detail_student_detail .interview figure img.zoom130 {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

#school_detail_student_detail .interview figure img.zoom140 {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

#school_detail_student_detail .interview figure img.zoom150 {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

#school_detail_student_detail .interview figure img.clip_left.zoom110, #school_detail_student_detail .interview figure img.clip_right.zoom110 {
  -webkit-transform: translateX(0) scale(1.1);
          transform: translateX(0) scale(1.1);
}

#school_detail_student_detail .interview figure img.clip_left.zoom120, #school_detail_student_detail .interview figure img.clip_right.zoom120 {
  -webkit-transform: translateX(0) scale(1.2);
          transform: translateX(0) scale(1.2);
}

#school_detail_student_detail .interview figure img.clip_left.zoom130, #school_detail_student_detail .interview figure img.clip_right.zoom130 {
  -webkit-transform: translateX(0) scale(1.3);
          transform: translateX(0) scale(1.3);
}

#school_detail_student_detail .interview figure img.clip_left.zoom140, #school_detail_student_detail .interview figure img.clip_right.zoom140 {
  -webkit-transform: translateX(0) scale(1.4);
          transform: translateX(0) scale(1.4);
}

#school_detail_student_detail .interview figure img.clip_left.zoom150, #school_detail_student_detail .interview figure img.clip_right.zoom150 {
  -webkit-transform: translateX(0) scale(1.5);
          transform: translateX(0) scale(1.5);
}

#school_detail_student_detail .interview figure + div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 530px;
          flex: 0 0 530px;
}

#school_detail_student_detail .interview h4 {
  color: #ee5e70;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

#school_detail_student_detail .interview .faq_list {
  margin: 20px 0 0;
}

#school_detail_student_detail .interview .faq_list li {
  position: relative;
  padding: 5px 0 0 45px;
}

#school_detail_student_detail .interview .faq_list li h5 {
  font-weight: bold;
}

#school_detail_student_detail .interview .faq_list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "Q";
  background: url(/form/common/kids/img/bg_faq.png) center center repeat;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

#school_detail_student_detail .interview .faq_list li:not(:first-child) {
  margin: 15px 0 0;
}

#school_detail_student_detail .other_voice .ttl01 {
  margin-bottom: 30px;
}

/* ============================================================ */
/* 生徒・保護者の声
  #voice_index */
/* ============================================================ */
.voice {
  /* .voice_sort_list
	----------------------------------------------------------- */
  /* .voice_list
	----------------------------------------------------------- */
}

.voice #visual {
  background: #f5f9fa;
}

.voice .voice_sort_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 820px;
  margin: 0 auto 60px;
}

.voice .voice_sort_list li {
  margin-left: 30px;
}

.voice .voice_sort_list li a {
  width: 140px;
  height: 36px;
  font-size: 1.4rem;
}

.voice .voice_sort_list li:first-child {
  margin: 0;
}

.voice .voice_sort_list .active a {
  border: 1px solid #e5005a;
  background: #faccde;
}

.voice .voice_sort_list .active a:hover {
  border: 1px solid #e5005a;
}

.voice .voice_list li {
  position: relative;
  padding: 0 0 100px;
  margin: 0 0 60px 72px;
}

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

.voice .voice_list 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;
}

/* ============================================================ */
/* コース・料金トップ
   #course_index */
/* ============================================================ */
#course_index .box_style01 {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}

#course_index .box_style02 {
  padding: 35px;
  color: #f29300;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background: #fff9d1;
  border: 3px solid #fff;
}

#course_index .laed_area {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 0;
}

#course_index .row_bg_brown {
  margin: 0;
}

#course_index .box_style01 {
  margin: 0 0 60px;
}

#course_index .box_style01 h2 {
  margin: 0 0 30px;
  background: url(/course/img/bg_course_title_pc.png) center top no-repeat;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}

#course_index .box_style01 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#course_index .box_style01 > div figure {
  margin: 0 50px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 486px;
          flex: 0 0 486px;
}

#course_index .box_style01 > div figure img {
  width: 100%;
  margin: 0 0 15px;
}

#course_index .box_style01 > div figure figcaption {
  color: #666;
  font-size: 1.2rem;
  padding: 0 0 0 45px;
}

#course_index .box_style01 > div ul {
  margin: 8px 0 0;
}

#course_index .box_style01 > div ul li {
  margin: 0 0 40px;
}

#course_index .box_style01 > div ul li h3 {
  margin: 0 0 15px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}

#course_index .box_style01 > div ul li:nth-of-type(1) h3 {
  background: #3394d6;
}

#course_index .box_style01 > div ul li:nth-of-type(2) h3 {
  background: #f56b7a;
}

#course_index .box_style01 > div ul li p {
  padding: 0 12px;
}

#course_index .tab_box #age .row_bg_brown {
  border-bottom: 2px solid #fff;
}

#course_index .kids_course {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 0;
}

#course_index .kids_course .ttl01 + p {
  text-align: center;
  margin: 0 0 40px;
  font-size: 1.8rem;
}

#course_index .kids_course .kids_course_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url(/course/img/bg_course_list_pc.png) no-repeat bottom 60px center;
}

#course_index .kids_course .kids_course_list li {
  margin: 0 12px 40px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 312px;
          flex: 0 0 312px;
}

#course_index .kids_course .kids_course_list li:nth-of-type(3n), #course_index .kids_course .kids_course_list li:last-child {
  margin: 0 0 40px;
}

#course_index .kids_course .kids_course_list li a {
  display: block;
}

#course_index .kids_course .kids_course_list li a:hover {
  opacity: 0.7;
}

#course_index .kids_course .kids_course_list li a:hover .btn_pink:hover {
  background: #e5005a;
}

#course_index .kids_course .kids_course_list .txt {
  padding: 30px;
  background: #fff;
  text-align: center;
}

#course_index .kids_course .kids_course_list .txt h3 {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 15px;
}

#course_index .kids_course .kids_course_list .txt h3 span {
  font-weight: normal;
  display: block;
  font-size: 1.4rem;
}

#course_index .sm_course {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 0;
}

#course_index .sm_course .ttl01 + p {
  text-align: center;
  margin: 0 0 40px;
  font-size: 1.8rem;
}

#course_index .sm_course > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#course_index .sm_course a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#course_index .sm_course a:hover {
  opacity: 0.7;
}

#course_index .sm_course a:hover .btn_pink:hover {
  background: #e5005a;
}

#course_index .sm_course > div figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

#course_index .sm_course > div figure img {
  width: 100%;
}

#course_index .sm_course > div .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  padding: 30px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#course_index .sm_course > div .txt h3 {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 15px;
}

#course_index .sm_course > div .txt h3 span {
  font-weight: normal;
  display: block;
  font-size: 1.4rem;
}

#course_index .jh_course {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 0;
  overflow: hidden;
}

#course_index .jh_course .ttl01 {
  text-align: left;
  margin: 0 0 30px;
}

#course_index .jh_course .ttl01 + p {
  font-size: 1.8rem;
}

#course_index .jh_course a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#course_index .jh_course a:hover {
  opacity: 0.7;
}

#course_index .jh_course a:hover .btn_pink:hover {
  background: #e5005a;
}

#course_index .jh_course > div:nth-of-type(1) {
  float: left;
  width: 440px;
  margin: 0 20px 0 0;
}

#course_index .jh_course > div:nth-of-type(2) {
  float: right;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#course_index .jh_course > div figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}

#course_index .jh_course > div figure img {
  width: 100%;
}

#course_index .jh_course > div .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  padding: 20px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#course_index .jh_course > div .txt h3 {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 15px;
}

#course_index .jh_course > div .txt h3 span {
  font-weight: normal;
  display: block;
  font-size: 1.4rem;
}

#course_index .tab_box #style .row_bg_brown:nth-of-type(1) {
  padding: 0;
}

#course_index .eiken_course {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 0;
}

#course_index .eiken_course .ttl01 + p {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 40px;
}

#course_index .eiken_course > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#course_index .eiken_course > div a:hover {
  opacity: 0.7;
}

#course_index .eiken_course > div a:hover .btn_pink:hover {
  background: #e5005a;
}

#course_index .eiken_course > div figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}

#course_index .eiken_course > div figure img {
  width: 100%;
}

#course_index .eiken_course > div .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  padding: 20px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#course_index .eiken_course > div .txt h3 {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 15px;
}

#course_index .eiken_course > div .txt h3 span {
  font-weight: normal;
  display: block;
  font-size: 1.4rem;
}

#course_index .course_private {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 0;
}

#course_index .course_private .ttl01 + p {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 40px;
}

#course_index .course_private ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#course_index .course_private li {
  margin: 0 10px 40px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 474px;
          flex: 0 0 474px;
}

#course_index .course_private li figure img {
  width: 100%;
}

#course_index .course_private li a {
  display: block;
}

#course_index .course_private li a:hover {
  opacity: 0.7;
}

#course_index .course_private li a:hover .btn_pink:hover {
  background: #e5005a;
}

#course_index .course_private li:nth-of-type(2n) {
  margin: 0 0 40px;
}

#course_index .course_private .txt {
  padding: 30px 20px;
  background: #fff;
  text-align: center;
}

#course_index .course_private .txt h3 {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 15px;
}

/* ============================================================ */
/* コース・料金共通
   .course */
/* ============================================================ */
/* #visual
	----------------------------------------------------------- */
.course_detail #visual {
  background: #f9f6f2;
  height: 340px;
}

.course_detail #visual h1 {
  line-height: 1 !important;
}

.course_detail #visual h1 span {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.course_detail #visual p {
  margin: 20px 0 0;
}

.course_detail #visual p:first-of-type {
  font-size: 2rem;
}

.course_detail #visual p:last-of-type {
  font-size: 1.6rem;
  font-weight: normal;
}

.course_detail #visual p .note {
  font-size: 1.2rem;
}

.course_detail #visual .lead {
  font-size: 1.8rem;
  text-align: center;
}

.course_detail #visual figure {
  height: 340px;
}

.course {
  /* .local_nav
	----------------------------------------------------------- */
  /* .lead
	----------------------------------------------------------- */
  /* .point
	----------------------------------------------------------- */
  /* .box_about
	----------------------------------------------------------- */
  /* .feature_list
		----------------------------------------------------------- */
  /* .modal_content
	----------------------------------------------------------- */
  /* .system
	----------------------------------------------------------- */
  /* .price
	----------------------------------------------------------- */
  /* #explanatory_meeting
	----------------------------------------------------------- */
  /* .panel_bnr
	----------------------------------------------------------- */
  /* .box_example
	----------------------------------------------------------- */
  /* .other_theme
	----------------------------------------------------------- */
  /* .book_list
	----------------------------------------------------------- */
  /* .lesson_flow
	----------------------------------------------------------- */
}

.course p.text_link a {
  display: inline-block;
}

.course p.text_link a:hover {
  text-decoration: underline;
}

.course .ttl01 {
  margin: 0 0 40px;
}

.course .ttl04 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.course .ttl04 span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.course .local_nav {
  max-width: 100%;
  border-bottom: 10px solid #fff;
  background: #f1ede6;
}

.course .local_nav ul {
  max-width: 1280px;
  margin: 0 auto;
}

.course .local_nav ul li a {
  border-radius: 0;
  font-size: 1.8rem;
}

.course .local_nav ul li.active a {
  background: #fff;
}

.course .lead .ttl01 {
  margin: 0 0 40px;
}

.course .lead p {
  font-size: 1.8rem;
}

.course .point .movie_block {
  height: 450px;
  margin: 0 0 30px;
  background: url(/form/common/kids/img/bg_course_point_movie.png) center 118px no-repeat;
  text-align: center;
}

.course .point .movie_block a {
  position: relative;
  display: block;
  width: 630px;
  margin: 0 auto;
  cursor: pointer;
}

.course .point .movie_block a::before, .course .point .movie_block a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.course .point .movie_block a::before {
  width: 78px;
  height: 66px;
  background: #333;
  border-radius: 10px;
}

.course .point .movie_block a::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 15px 0 15px 24px;
}

.course .point .movie_block a:hover {
  opacity: 0.7;
}

.course .point .movie_block.column02 {
  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: auto;
  background-position: center center;
}

.course .point .movie_block.column02 div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 314px;
          flex: 0 0 314px;
  margin: 0 20px;
}

.course .point .movie_block.column02 div .ttl {
  margin: 0 0 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.course .point .movie_block.column02 div a,
.course .point .movie_block.column02 div a img {
  width: 100%;
}

.course .point > p {
  text-align: center;
}

.course .box_about {
  width: 960px;
  margin: 0 auto;
  background: #f1ebe4;
  border-radius: 20px;
  padding: 40px;
}

.course .box_about h3 {
  width: 630px;
  margin-bottom: 30px;
  float: left;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.course .box_about .list_disc {
  width: 620px;
  float: left;
}

.course .box_about .list_disc li {
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

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

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

.course .box_about figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 230px;
  height: 230px;
  border-radius: 50%;
}

.course .box_about figure img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 230px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.course .feature_list {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}

.course .feature_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}

.course .feature_list li .number {
  border: 1px solid #f3699f;
}

.course .feature_list li .number p {
  color: #f3699f;
}

.course .modal_content {
  width: 710px;
  height: 560px;
}

.course .modal_content .movie {
  position: relative;
}

.course .modal_content .movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.course .modal_content .movie .thumb img {
  width: 100%;
}

.course .modal_content .movie .thumb::before, .course .modal_content .movie .thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.course .modal_content .movie .thumb::before {
  width: 52px;
  height: 44px;
  background: #333;
  border-radius: 4px;
}

.course .modal_content .movie .thumb::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px 0 10px 16px;
}

.course .modal_content .movie .thumb:hover {
  opacity: 0.7;
}

.course .system {
  margin-bottom: 80px;
}

.course .system .note {
  font-size: 1.2rem;
  text-align: right;
  margin: 10px 0 20px;
}

.course .system td span {
  font-size: 1.2rem;
}

.course .system .charge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course .system .charge p:not([class^="teacher_icon_"]) {
  margin: 0 10px;
}

.course .system [class^="teacher_icon_"] {
  width: 160px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}

.course .system .teacher_icon_foreign {
  background: #11a73b;
}

.course .system .teacher_icon_bilingual {
  background: #f29300;
}

.course .price .note {
  font-size: 1.2rem;
  text-align: right;
  margin: 10px 0 20px;
}

.course .price td {
  width: 60%;
}

.course .price td span {
  font-size: 1.2rem;
}

.course .price td del {
  text-decoration: line-through;
}

.course .price td strong {
  font-weight: normal;
  color: #ee0055;
}

.course #explanatory_meeting {
  margin: 20px 0;
}

.course #explanatory_meeting a {
  display: block;
  background-image: url(/form/common/kids/img/bg_contact01_pc.png), url(/form/common/kids/img/bg_contact02_pc.png);
  background-position: right center, 0 0;
  background-repeat: no-repeat, repeat;
}

.course #explanatory_meeting a .inner {
  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;
  width: 960px;
  height: 200px;
  margin: 0 auto;
}

.course #explanatory_meeting a .inner p {
  font-size: 1.6rem;
}

.course #explanatory_meeting a .inner p:first-of-type {
  margin: 15px 0 0;
  font-size: 1.8rem;
}

.course .panel_bnr {
  margin: 20px 0 0;
  padding: 40px 0;
  background: #ebe2d1;
}

.course .panel_bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}

.course .panel_bnr ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  background: #fff;
  text-align: center;
  position: relative;
}

.course .panel_bnr ul li .ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.course .panel_bnr ul li .ttl h4 {
  margin: 0 0 10px;
}

.course .panel_bnr ul li .ttl p {
  font-size: 1.4rem;
  font-weight: normal;
  width: 250px;
  position: absolute;
  top: 40px;
}

.course .panel_bnr ul li a {
  display: block;
  padding: 30px 25px;
  width: 300px;
  height: 240px;
}

.course .panel_bnr ul li:nth-child(1) img {
  margin-top: 60px;
}

.course .panel_bnr ul li:nth-child(2) img {
  margin-top: 40px;
}

.course .panel_bnr ul li:nth-child(3) img {
  margin-top: -20px;
}

.course .panel_bnr ul li::after {
  content: "\f138";
  font-family: "icomoon";
  font-size: 1.5rem;
  color: #e5005a;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.course .box_example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}

.course .box_example div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin: 0 30px 0 0;
}

.course .box_example div .label {
  display: inline-block;
  background: #f3699f;
  color: #fff;
  padding: 8px 15px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.course .box_example div h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.course .box_example div h4 span {
  font-size: 1.8rem;
}

.course .box_example dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 670px;
          flex: 0 0 670px;
  padding: 20px 30px;
  background: #fffcd1;
  border: 2px solid #f3699f;
  border-radius: 10px;
  position: relative;
}

.course .box_example dl::before {
  content: "";
  background: url(/course/img/bg_box_example.png) no-repeat;
  position: absolute;
  width: 128px;
  height: 89px;
  top: 10px;
  right: 10px;
}

.course .box_example dl dt {
  font-size: 1.6rem;
  color: #f3699f;
  margin-bottom: 15px;
}

.course .box_example dl dd {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

.course .other_theme .ttl03 span {
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 15px;
}

.course .other_theme ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.course .other_theme ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  min-height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0;
  background: #fff;
  position: relative;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px 20px;
  text-align: center;
}

.course .other_theme ul li span {
  font-size: 1.4rem;
}

.course .other_theme ul li:nth-child(2n+1) {
  margin-left: 0;
}

.course .book_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}

.course .book_list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin-left: 30px;
  text-align: center;
}

.course .book_list ul li h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #f3699f;
  display: block;
  margin: 0 0 30px;
}

.course .book_list ul li h5 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 30px;
}

.course .book_list ul li p {
  text-align: left;
}

.course .book_list ul li .note {
  font-size: 1.2rem;
  margin-top: 20px;
}

.course .book_list ul li .note a {
  display: inline;
  text-decoration: none;
}

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

.course .book_list ul li figure img {
  width: 260px;
  margin-bottom: 30px;
}

.course .book_list ul.column02 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  margin-left: 80px;
}

.course .lesson_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course .lesson_flow .flow_list {
  counter-reset: li;
  margin: 0 40px 0 0;
}

.course .lesson_flow .flow_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 620px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

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

.course .lesson_flow .flow_list > li .text {
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px 15px 50px;
  font-size: 1.6rem;
  text-align: center;
  margin-left: 20px;
}

.course .lesson_flow .flow_list > li .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  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;
  border: none;
  padding: 8px 0 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
}

.course .lesson_flow .flow_list > li .number span {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.course .lesson_flow .flow_list > li .number span::after {
  display: block;
  counter-increment: li;
  content: counter(li);
  font-size: 2.4rem;
}

.course .lesson_flow .flow_list > li:nth-child(1) .number {
  background: #e087b9;
}

.course .lesson_flow .flow_list > li:nth-child(2) .number {
  background: #f56b7a;
}

.course .lesson_flow .flow_list > li:nth-child(3) .number {
  background: #e98e00;
}

.course .lesson_flow .flow_list > li:nth-child(4) .number {
  background: #e8c817;
}

.course .lesson_flow .flow_list > li:nth-child(5) .number {
  background: #76cda8;
}

.course .lesson_flow .flow_list > li:nth-child(6) .number {
  background: #3394d6;
}

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

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

.course .lesson_flow .flow_list > li:not(:last-child)::after {
  font-family: "icomoon";
  content: "\e914";
  color: #f56b7a;
  font-size: 3rem;
  position: absolute;
  bottom: -40px;
  left: 50%;
}

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

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

.course .lesson_flow figure {
  position: relative;
  margin: 100px 0 0;
}

.course .lesson_flow figure img {
  width: 288px;
}

.course .lesson_flow figure::before {
  background: url(/course/img/bg_flow_lesson.png) no-repeat;
  content: "";
  width: 294px;
  height: 289px;
  position: absolute;
  top: 30px;
}

/* .pair_teaching
----------------------------------------------------------- */
.pair_teaching > [class^="box_"] {
  background: #fff;
  border-radius: 20px;
}

.pair_teaching > [class^="box_"] .ttl_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: 90px;
  background: #11a73b;
  border-radius: 20px 20px 0 0;
}

.pair_teaching > [class^="box_"] .ttl_block .ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.pair_teaching > [class^="box_"] .box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
}

.pair_teaching > [class^="box_"] .features {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  position: relative;
  margin: 0 30px 0 0;
}

.pair_teaching > [class^="box_"] .features p {
  position: absolute;
  bottom: -37px;
  background: #018225;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.pair_teaching > [class^="box_"] .features p:first-of-type {
  right: 50%;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.pair_teaching > [class^="box_"] .features p:last-of-type {
  left: 50%;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.pair_teaching > [class^="box_"] .feature_list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
}

.pair_teaching > [class^="box_"] .feature_list em {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.pair_teaching .box_bilingual {
  margin: 30px 0 0;
  padding-bottom: 30px;
}

.pair_teaching .box_bilingual .ttl_block,
.pair_teaching .box_bilingual .features p {
  background: #f29300;
}

.pair_teaching .box_bilingual .feature_list li .number {
  border-color: #f29300;
}

.pair_teaching .box_bilingual .feature_list li .number p {
  color: #f29300;
}

.pair_teaching .box_bilingual .note {
  margin: 0 30px;
  font-size: 1.2rem;
}

/* .other_link
----------------------------------------------------------- */
.other_link {
  width: 960px;
  margin: 0 auto;
}

.other_link .ttl04 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.other_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.other_link ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

.other_link p {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.other_link a {
  width: 400px;
}

/* .sm_teacher
----------------------------------------------------------- */
.sm_teacher {
  text-align: center;
  background: url(/course/img/elem_sm/bg_teacher.png) no-repeat center;
}

.sm_teacher figure {
  margin-bottom: 30px;
}

/* .sm_graph
----------------------------------------------------------- */
.sm_graph .box_graph {
  background: url(/course/img/elem_sm/bg_sm_graph.png) bottom 40px center no-repeat;
}

.sm_graph .box_graph figure {
  width: 400px;
  height: 400px;
  margin: 100px auto 0;
  text-align: center;
  position: relative;
}

.sm_graph .box_graph figure::before {
  content: "";
  background: #f1ebe4;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 0;
}

.sm_graph .box_graph figure span {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.sm_graph .box_graph figure span:nth-of-type(1) {
  background: #f56b7a;
  top: -55px;
  left: 165px;
}

.sm_graph .box_graph figure span:nth-of-type(2) {
  background: #e8c817;
  top: 70px;
  right: -15px;
}

.sm_graph .box_graph figure span:nth-of-type(3) {
  background: #76cda8;
  top: 295px;
  right: 65px;
}

.sm_graph .box_graph figure span:nth-of-type(4) {
  background: #3394d6;
  top: 295px;
  left: 65px;
}

.sm_graph .box_graph figure span:nth-of-type(5) {
  background: #e087b9;
  top: 70px;
  left: -15px;
}

.sm_graph .box_graph figure img {
  position: absolute;
  left: 40px;
}

.sm_graph p {
  text-align: center;
}

.sm_graph p span {
  position: relative;
  padding-left: 20px;
}

.sm_graph p span::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}

.sm_graph p .teacher_foreign {
  color: #11a73b;
}

.sm_graph p .teacher_foreign::before {
  background: #11a73b;
}

.sm_graph p .teacher_bilingual {
  color: #f29300;
  margin-left: 20px;
}

.sm_graph p .teacher_bilingual::before {
  background: #f29300;
}

.sm_graph .sm_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sm_graph .sm_list .box_foreign, .sm_graph .sm_list .box_bilingual {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  float: left;
  text-align: center;
  margin-top: 60px;
}

.sm_graph .sm_list .box_foreign h4, .sm_graph .sm_list .box_bilingual h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.sm_graph .sm_list ul 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;
  background: #fff;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  position: relative;
}

.sm_graph .sm_list ul li span {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: -5px;
  left: -35px;
}

.sm_graph .sm_list ul li span.talk {
  background: #f56b7a;
}

.sm_graph .sm_list ul li span.pronounce {
  background: #e8c817;
}

.sm_graph .sm_list ul li span.read {
  background: #76cda8;
}

.sm_graph .sm_list ul li span.write {
  background: #3394d6;
}

.sm_graph .sm_list ul li span.listen {
  background: #e087b9;
}

.sm_graph .sm_list .box_foreign h4 {
  color: #018225;
}

.sm_graph .sm_list .box_foreign ul li {
  color: #018225;
}

.sm_graph .sm_list .box_bilingual h4 {
  color: #e98e00;
}

.sm_graph .sm_list .box_bilingual ul li {
  color: #e98e00;
}

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

.sm_material h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  width: 960px;
}

.sm_material ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
}

.sm_material ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  margin-left: 60px;
  text-align: center;
  position: relative;
}

.sm_material ul li h4 {
  color: #fff;
  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;
  background: #c4b39d;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 10px;
  margin: 0 0 15px;
  height: 50px;
}

.sm_material ul li h5 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4b39d;
}

.sm_material ul li div {
  position: relative;
  margin-bottom: 40px;
}

.sm_material ul li .note {
  font-size: 1.2rem;
  margin-top: 20px;
  position: absolute;
  bottom: 15px;
  right: 0;
}

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

.sm_material ul:nth-of-type(2) {
  margin-left: 60px;
}

/* .lesson_goal
----------------------------------------------------------- */
.lesson_goal {
  padding: 40px 30px 20px;
  background: #fff;
  border-radius: 20px;
}

.lesson_goal h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}

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

.lesson_goal ul li {
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
  color: #fff;
  margin: 0 0 20px 20px;
}

.lesson_goal ul li:nth-child(odd) {
  margin-left: 0;
}

.lesson_goal ul li:nth-child(1) {
  background: #f56b7a;
}

.lesson_goal ul li:nth-child(2) {
  background: #76cda8;
}

.lesson_goal ul li:nth-child(3) {
  background: #3394d6;
}

.lesson_goal ul li:nth-child(4) {
  background: #e087b9;
}

.lesson_goal ul li p {
  margin-bottom: 20px;
}

.lesson_goal ul.column01 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 900px;
          flex: 0 0 900px;
  margin: 0 0 20px 0;
}

/* ============================================================ */
/* 小学4～6年生コース（小学4～6年生）
   #course_elem_upp */
/* ============================================================ */
#course_elem_upp {
  /* .box_conversation
	----------------------------------------------------------- */
}

#course_elem_upp .box_conversation div {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
}

#course_elem_upp .box_conversation div img {
  position: absolute;
  top: 60px;
  right: 30px;
}

#course_elem_upp .box_conversation div h5 {
  margin-bottom: 20px;
  color: #f3699f;
  font-size: 1.6rem;
}

#course_elem_upp .box_conversation div ul li {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

#course_elem_upp .box_conversation p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

/* ============================================================ */
/* スーパーマスターコース
   #course_elem_sm */
/* ============================================================ */
#course_elem_sm {
  /* .box_foreign
	----------------------------------------------------------- */
  /* .curriculum
	----------------------------------------------------------- */
}

#course_elem_sm .box_foreign .feature_list li .number {
  border: 1px solid #11a73b;
}

#course_elem_sm .box_foreign .feature_list li .number p {
  color: #11a73b;
}

#course_elem_sm .curriculum .ttl01 {
  margin-top: 80px;
}

#course_elem_sm .curriculum > [class^="box_"] {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#course_elem_sm .curriculum > [class^="box_"] .ttl_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: 90px;
  background: #11a73b;
  border-radius: 20px 20px 0 0;
}

#course_elem_sm .curriculum > [class^="box_"] .ttl_block .ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

#course_elem_sm .curriculum > [class^="box_"] .note {
  font-size: 1.2rem;
}

#course_elem_sm .curriculum > [class^="box_"] .box_inner {
  width: 920px;
  padding: 30px;
  margin: 20px 20px 0;
}

#course_elem_sm .curriculum > [class^="box_"] .box_inner .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#course_elem_sm .curriculum > [class^="box_"] .box_inner h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-bottom: 2px solid;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

#course_elem_sm .curriculum > [class^="box_"] .box_inner h5 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

#course_elem_sm .curriculum > [class^="box_"] .box_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#course_elem_sm .curriculum > [class^="box_"] .box_inner dl dt {
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  border: 1px solid;
  background: #fffcd1;
  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;
  text-align: center;
}

#course_elem_sm .curriculum > [class^="box_"] .box_inner dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  margin-left: 20px;
}

#course_elem_sm .curriculum > [class^="box_"] .box_inner .list_disc li {
  margin-bottom: 10px;
}

#course_elem_sm .curriculum > [class^="box_"] .box_inner figure.img_left {
  float: left;
  margin-right: 30px;
}

#course_elem_sm .curriculum > [class^="box_"] .box_inner figure.img_right {
  float: right;
}

#course_elem_sm .curriculum .box_foreign .box_inner {
  background: #ebfce7;
  border-radius: 20px;
}

#course_elem_sm .curriculum .box_foreign .box_inner h4 {
  color: #11a73b;
  border-color: #11a73b;
}

#course_elem_sm .curriculum .box_foreign .box_inner dl dt {
  width: 60px;
  height: 150px;
  color: #11a73b;
  border-color: #11a73b;
}

#course_elem_sm .curriculum .box_bilingual {
  margin-bottom: 15px;
}

#course_elem_sm .curriculum .box_bilingual .ttl_block {
  background: #f29300;
}

#course_elem_sm .curriculum .box_bilingual h4 {
  color: #f29300;
  border-color: #f29300;
}

#course_elem_sm .curriculum .box_bilingual .box_inner {
  background: #fff8ec;
  border-radius: 20px;
}

#course_elem_sm .curriculum .box_bilingual .box_inner dl {
  margin-bottom: 6px;
}

#course_elem_sm .curriculum .box_bilingual .box_inner dl dt {
  min-width: 100px;
  height: 60px;
  color: #f29300;
  border-color: #f29300;
}

/* ============================================================ */
/* マンツーマンレッスン（英語・中国語・韓国語・フランス語・スペイン語・ドイツ語）
   #course_course_private */
/* ============================================================ */
#course_course_private {
  /* .faq_list
	----------------------------------------------------------- */
}

#course_course_private .faq_list {
  width: 960px;
  margin: 40px auto 0;
}

#course_course_private .faq_list > * {
  position: relative;
}

#course_course_private .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%;
}

#course_course_private .faq_list dt {
  padding: 20px 20px 20px 55px;
  font-weight: bold;
  cursor: pointer;
  background: #f1ede6;
  margin-top: 20px;
  border-radius: 10px;
}

#course_course_private .faq_list dt .icon-remove {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  background: #ee0055;
  font-size: 1.2rem;
  text-align: center;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
}

#course_course_private .faq_list dt .icon-remove:before {
  content: "\e908";
}

#course_course_private .faq_list dt.active .icon-remove:before {
  content: "\e907";
}

#course_course_private .faq_list dt::before {
  content: "";
  background: url(/form/common/kids/img/ico_question_pc.png);
  width: 32px;
  height: 32px;
  top: 15px;
  left: 15px;
}

#course_course_private .faq_list dt:hover {
  color: #ee0055;
}

#course_course_private .faq_list dd {
  position: relative;
  padding: 20px 20px 20px 70px;
  background: #fff;
  border: 10px solid #f1ede6;
  border-radius: 0 0 10px 10px;
  margin: -10px 0 20px;
}

#course_course_private .faq_list dd::before {
  content: "";
  background: url(/form/common/kids/img/ico_answer_pc.png);
  width: 32px;
  height: 32px;
  top: 15px;
  left: 15px;
}

/* ============================================================ */
/* 英検対策コース（5級・4級・3級・準2級）
   #course_eiken */
/* ============================================================ */
#course_eiken {
  /*----- .price -----*/
  /* .pass_rate
	----------------------------------------------------------- */
  /* .interview_list
	----------------------------------------------------------- */
  /* #cboxContent
	----------------------------------------------------------- */
}

#course_eiken .price p {
  text-align: center;
}

#course_eiken .pass_rate p {
  text-align: right;
}

#course_eiken .pass_rate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}

#course_eiken .pass_rate ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 179px;
          flex: 0 0 179px;
  position: relative;
  margin: 0 30px 20px;
}

#course_eiken .pass_rate ul li h5 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

#course_eiken .pass_rate ul li h5 span {
  font-size: 2rem;
}

#course_eiken .interview_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}

#course_eiken .interview_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  position: relative;
  margin: 60px 0 0 150px;
}

#course_eiken .interview_list li:nth-child(1) {
  margin-left: 60px;
}

#course_eiken .interview_list li:nth-child(1)::before {
  position: absolute;
  top: 0;
  left: -85px;
  content: "";
  width: 1022px;
  height: 148px;
  background: url(/course/img/eiken/bg_interview_list01_pc.png) 0 0 no-repeat;
}

#course_eiken .interview_list li:nth-child(4) {
  margin-left: 60px;
}

#course_eiken .interview_list li:nth-child(4)::before {
  position: absolute;
  top: 0;
  left: -252px;
  content: "";
  width: 1022px;
  height: 156px;
  background: url(/course/img/eiken/bg_interview_list02_pc.png) 0 0 no-repeat;
}

#course_eiken .interview_list li:nth-child(4) {
  margin-left: 220px;
}

#course_eiken .interview_list li figure {
  position: relative;
  z-index: 1;
  border-style: solid;
  border-width: 3px;
  overflow: hidden;
  width: 186px;
  height: 186px;
  border-radius: 50%;
}

#course_eiken .interview_list li figure img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 180px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#course_eiken .interview_list li:nth-child(3n+1) figure {
  border-color: #ef9ca6;
}

#course_eiken .interview_list li:nth-child(3n+2) figure {
  border-color: #3994d1;
}

#course_eiken .interview_list li:nth-child(3n+3) figure {
  border-color: #f9bd61;
}

#course_eiken .interview_list li div {
  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;
}

#course_eiken .interview_list li h4 {
  margin: 20px 0 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#course_eiken .interview_list li p {
  text-align: center;
  margin: 0 0 20px;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  #course_eiken #cboxWrapper {
    position: fixed;
    top: 50%;
  }
}

#course_eiken #cboxContent {
  padding: 20px 20px 80px;
}

#course_eiken #cboxLoadedContent {
  padding: 0;
}

#course_eiken #cboxLoadedContent > div {
  overflow: hidden;
}

#course_eiken #cboxLoadedContent > div h4 {
  font-weight: bold;
  margin: 30px 0;
  font-size: 2.4rem;
  text-align: center;
}

#course_eiken #cboxLoadedContent > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 30px;
  width: 900px;
}

#course_eiken #cboxLoadedContent > div > div figure {
  margin: 0 20px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

#course_eiken #cboxLoadedContent > div > div figure img {
  width: 100%;
}

#course_eiken #cboxLoadedContent > div > div .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  margin: 0 20px 0 0;
}

#course_eiken #cboxLoadedContent > div > div .txt p {
  margin: 0 0 25px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
}

#course_eiken #cboxLoadedContent > div > div .txt dl {
  font-size: 1.5rem;
}

#course_eiken #cboxLoadedContent > div > div .txt dl dt {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}

#course_eiken #cboxLoadedContent > div > div .txt dl dt::before {
  position: absolute;
  content: "Q";
  color: #e5005a;
  font-weight: bold;
  display: block;
  left: 0;
}

#course_eiken #cboxLoadedContent > div > div .txt dl dd {
  margin: 0 0 30px;
}

#course_eiken #cboxLoadedContent > div > div .txt dl dd:last-child {
  margin: 0;
}

/* ============================================================ */
/* コンバージョン 共通スタイル
   .contactus */
/* ============================================================ */
.contactus {
  /*----- .table01 -----*/
  /*----- .input_must / .input_any -----*/
  /*----- .selectbox -----*/
  /* .ttl_block
	----------------------------------------------------------- */
  /* .flow_briefing
	----------------------------------------------------------- */
  /* .form_flow
	----------------------------------------------------------- */
  /* .datepicker
	----------------------------------------------------------- */
  /* #counseling
	----------------------------------------------------------- */
  /* #customer_info
	----------------------------------------------------------- */
  /* #privacy
	----------------------------------------------------------- */
  /* .btn_block
	----------------------------------------------------------- */
  /* .alert
	----------------------------------------------------------- */
  /* footer
	----------------------------------------------------------- */
}

.contactus header .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.contactus header .inner .header_logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.contactus header .inner .free_call {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 226px;
}

.contactus header .inner .free_call img {
  width: 100%;
}

.contactus header::after {
  display: block;
  content: "";
  height: 4px;
  background: url(/form/common/kids/img/bg_gnav.svg) 0 0 repeat-x;
}

.contactus .note {
  font-size: 1.4rem;
  line-height: 1.7;
}

.contactus .note strong {
  color: #ee0055;
}

.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;
          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 .table01 {
  width: 100%;
  border: 2px solid #d9d9d9;
  border-collapse: separate;
  border-radius: 10px;
}

.contactus .table01 th {
  background: #f8f5f1;
}

.contactus .table01 tr > *:first-child {
  border-left: none;
}

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

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

.contactus .table01 tbody:last-child tr:last-child > * {
  border-bottom: none;
}

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

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

.contactus .input_must,
.contactus .input_any {
  display: inline-block;
  width: 40px;
  margin: 0 0 0 10px;
  border: 1px solid #f29300;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  border-radius: 100px;
}

.contactus .input_must {
  background: #f29300;
  color: #fff;
}

.contactus .input_any {
  background: #fff;
  color: #f29300;
}

.contactus .selectbox.wide {
  width: 460px;
}

.contactus .selectbox.small {
  width: 240px;
}

.contactus .selectbox.xsmall {
  width: 90px;
}

.contactus option {
  color: #333;
}

.contactus .ttl_block {
  background: #ffe5ef;
  text-align: center;
}

.contactus .ttl_block h1 {
  padding: 50px 0;
  background: #f1ede6;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.contactus .flow_briefing {
  width: 960px;
  margin: 80px auto;
  padding: 0;
  background: none;
}

.contactus .flow_briefing .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 60px;
  counter-reset: li;
}

.contactus .flow_briefing .flow li {
  width: 210px;
}

.contactus .flow_briefing .flow li:not(:first-child) {
  margin-left: 40px;
}

.contactus .flow_briefing .flow li.notes {
  width: 100%;
  position:inherit;
  margin:20px 0 0 0;
  padding: 20px 0 0 0;
  border-top:#d9d9d9 solid 2px;
}
.contactus .flow_briefing .flow li.notes a:hover {
  text-decoration: underline;
}
.contactus .flow_briefing .flow li.notes span > i.icon-outer {
    position: relative;
    top: 2px;
    margin: 0 3px 0 0;
    color: #e5005a;
}
.contactus .flow_briefing .flow li div {
  position: relative;
}

.contactus .flow_briefing .flow li div h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 10px;
  text-align: center;
}

.contactus .flow_briefing .flow li div::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
}

.contactus .flow_briefing .flow li figure {
  width: 210px;
  height: 160px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-style: solid;
  border-width: 3px;
  border-radius: 20px;
  margin: 0 0 20px;
}

.contactus .flow_briefing .flow li:nth-child(1) figure {
  border-color: #f56b7a;
}

.contactus .flow_briefing .flow li:nth-child(1) div::before {
  background: url(/form/common/kids/img/num_01.png);
}

.contactus .flow_briefing .flow li:nth-child(2) figure {
  border-color: #e8c817;
}

.contactus .flow_briefing .flow li:nth-child(2) div::before {
  background: url(/form/common/kids/img/num_02.png);
}

.contactus .flow_briefing .flow li:nth-child(3) figure {
  border-color: #76cda8;
}

.contactus .flow_briefing .flow li:nth-child(3) div::before {
  background: url(/form/common/kids/img/num_03.png);
}

.contactus .flow_briefing .flow li:nth-child(4) figure {
  border-color: #3394d6;
}

.contactus .flow_briefing .flow li:nth-child(4) div::before {
  background: url(/form/common/kids/img/num_04.png);
}

.contactus .form_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 0 auto;
}

.contactus .form_flow li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 290px;
          flex: 1 1 290px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  background: #f8f5f1;
  color: #b9af9d;
  border-radius: 10px;
}

.contactus .form_flow li:not(:first-child) {
  margin: 0 0 0 46px;
}

.contactus .form_flow li span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus .form_flow li .icon-arrow-dotted {
  position: absolute;
  top: 50%;
  right: -38px;
  color: #aba08a;
  font-size: 3.0rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.contactus .form_flow li.active {
  background: #f3699f;
  color: #fff;
}

.contactus .form_flow li.active .icon-arrow-dotted {
  color: #f3699f;
}

.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;
          flex: 0 0 36px;
  position: relative;
  background: #f17fab;
  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: "\e901";
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  content: "\e900";
}

.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;
  border-bottom: 1px solid #d9d9d9;
}

.contactus #counseling .table01 th {
    font-size: 2rem;
}

.contactus #counseling .table01 th,
.contactus #customer_info .table01 th {
  width: 300px;
}

.contactus #customer_info .table01 tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 10px;
}

.contactus #customer_info .table01 tr:last-child td {
  border-bottom: none;
  border-radius: 0 0 10px 0;
}

.contactus #customer_info .table01 .input_name,
.contactus #customer_info .table01 .input_mail,
.contactus #customer_info .table01 .input_mail_mobile,
.contactus #customer_info .table01 .select_ymd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 616px;
}

.contactus #customer_info .table01 .input_name label,
.contactus #customer_info .table01 .input_mail label,
.contactus #customer_info .table01 .input_mail_mobile label,
.contactus #customer_info .table01 .select_ymd label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contactus #customer_info .table01 .input_name .selectbox.xsmall,
.contactus #customer_info .table01 .input_mail .selectbox.xsmall,
.contactus #customer_info .table01 .input_mail_mobile .selectbox.xsmall,
.contactus #customer_info .table01 .select_ymd .selectbox.xsmall {
  margin-left: 20px;
}

.contactus #customer_info .table01 .input_name .list_radio li label,
.contactus #customer_info .table01 .input_mail .list_radio li label,
.contactus #customer_info .table01 .input_mail_mobile .list_radio li label,
.contactus #customer_info .table01 .select_ymd .list_radio li label {
  height: 35px;
}

.contactus #customer_info .table01 .input_name input[type="text"],
.contactus #customer_info .table01 .input_mail_mobile input[type="text"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  min-width: 200px;
}

.contactus #customer_info .table01 .input_name input[type="text"] {
  margin: 0 30px 0 20px;
}

.contactus #customer_info .table01 .input_mail_mobile input[type="text"] {
  margin: 0 20px 0 0;
}

.contactus #customer_info .table01 .input_mail,
.contactus #customer_info .table01 .input_mail_mobile {
  margin-bottom: 20px;
}

.contactus #customer_info .table01 .input_mail label,
.contactus #customer_info .table01 .input_mail_mobile label {
  width: 100px;
  display: inline-block;
}

.contactus #customer_info .table01 .input_mail label:nth-child(3),
.contactus #customer_info .table01 .input_mail_mobile label:nth-child(3) {
  width: auto;
  margin: 0 20px 0 0;
}

.contactus #privacy {
  padding: 35px 0;
  background: #f8f5f1;
}

.contactus #privacy .inner {
  width: 960px;
  margin: 0 auto;
}

.contactus #privacy .inner .ttl03 {
  margin-bottom: 15px;
  text-align: left;
  padding-left: 0;
}

.contactus #privacy .inner .ttl03::before {
  content: none;
}

.contactus #privacy .inner a:hover {
  text-decoration: underline;
}

.contactus #privacy .inner .icon-outer {
  color: #e5005a;
}

.contactus .btn_block {
  text-align: center;
}

.contactus .btn_block [class^="btn_"] {
  width: 300px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus .btn_block #btn_confirm {
  width: 300px;
}

.contactus .btn_block #btn_revision,
.contactus .btn_block #btn_submit {
  margin: 0 20px;
}

.contactus .alert {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  margin: 0 auto 60px;
  background: #ffe5ef;
  border: 2px solid #ee0055;
  border-radius: 10px;
  color: #ee0055;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus .alert .icon-exclamation-triangle {
  margin: 0 15px 0 0;
  font-size: 3.5rem;
}

.contactus .alert.alert_small {
  width: auto;
  height: 40px;
  margin: 0 0 30px;
  border: 1px solid #ee0055;
  font-size: 1.6rem;
}

.contactus .alert.alert_small .icon-exclamation-triangle {
  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 {
  bottom: 60px;
}

/* ============================================================ */
/* 確認画面
   .contactus_cl_confirm */
/* ============================================================ */
.contactus_cl_confirm .ttl_block {
  margin-bottom: 80px;
}

.contactus_cl_confirm .ttl01 {
  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;
}

.contactus_cl_confirm .ttl01 span:first-child {
  margin: 0 10px 0 0;
  font-size: 3.2rem;
}

.contactus_cl_confirm .list_radio_confirm.column02 li {
  width: 435px;
}

.contactus_cl_confirm .list_radio_confirm.column03 li {
  width: 280px;
}

.contactus_cl_confirm .table01 th {
  width: 300px;
  vertical-align: middle;
}

.contactus_cl_confirm .table01 td {
  padding: 20px !important;
}

.contactus_cl_confirm dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

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

.contactus_cl_confirm #customer_info dt {
  font-weight: normal;
  font-size: inherit;
}

/* ============================================================ */
/* 完了画面
   .contactus_cl_thankyou */
/* ============================================================ */
.contactus_cl_thankyou .ttl_block {
  margin-bottom: 80px;
}

.contactus_cl_thankyou .ttl01 {
  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;
}

.contactus_cl_thankyou .ttl01 span:first-child {
  margin: 0 10px 0 0;
  font-size: 3.2rem;
}

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