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

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

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

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

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

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

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

img {
  vertical-align: bottom;
}

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

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

.pc_view,
.tab_view,
.tab_view_portrait {
  display: none !important;
}

a {
  color: #333;
}

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

em,
strong {
  font-weight: bold;
}

strong {
  color: #2EA7C2;
}

.icon-outer {
  font-size: 1.4rem;
}

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

[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-plus-bold:before {
  content: "\f067";
}

.icon-minus-bold:before {
  content: "\f068";
}

.icon-th:before {
  content: "\f00a";
}

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

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

.icon-times:before {
  content: "\f00d";
}

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

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

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

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

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

.icon-icon-consideration02:before {
  content: "\e919";
}

.icon-reservation:before {
  content: "\e918";
}

.icon-arow-scoreup:before {
  content: "\e917";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================================ */
/* btnスタイル */
/* ============================================================ */
.btn01 {
  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-height: 50px;
  padding: 10px 0;
  background: #9e7846;
  color: #fff;
  font-weight: bold;
}

.btn01 .icon-chevron-circle-left,
.btn01 .icon-chevron-circle-right {
  margin: 0 10px 0 0;
}

.btn01 .icon-outer {
  margin: 0 0 0 5px;
}

.btn02 {
  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: 60px;
  color: #fff;
  background: #86002e;
  border: 1px solid #86002e;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.btn02 .icon-chevron-circle-left,
.btn02 .icon-chevron-circle-right {
  margin: 0 10px 0 0;
}

.btn02 .icon-outer {
  margin: 0 0 0 5px;
}

/* ============================================================ */
/* .topic_path  */
/* ============================================================ */
.topic_path {
  padding: 15px;
  border-top: 1px solid #ddd;
}

.topic_path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.0rem;
  line-height: 1.5;
}

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

.topic_path ol li:first-child {
  position: relative;
}

.topic_path ol li:first-child a {
  padding: 0 0 0 15px;
}

.topic_path ol li:first-child a .icon-home {
  position: absolute;
  top: 2px;
  left: 0;
}

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

.topic_path ol li:not(:last-child)::after {
  margin: 0 0 0 5px;
  content: "\e906";
  font-family: 'icomoon';
  font-size: 1.0rem;
  line-height: 1;
}

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

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

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

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

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

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

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

.modal_content figure,
.modal_content figure img {
  width: 100%;
}

.modal_content .ttl {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.modal_content .movie {
  position: relative;
}

.modal_content .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100% !important;
  height: 100% !important;
}

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

.modal_content .modal_close {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 5;
  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: #86002e;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

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

/*----- .movie_thumb -----*/
.movie_thumb > *:not(figcaption) {
  position: relative;
  display: block;
  cursor: pointer;
}

.movie_thumb > *:not(figcaption) img {
  width: 100%;
}

.movie_thumb > *:not(figcaption)::before, .movie_thumb > *:not(figcaption)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.movie_thumb > *:not(figcaption)::before {
  width: 40px;
  height: 40px;
  background: #86002e;
  border-radius: 4px;
}

.movie_thumb > *:not(figcaption)::after {
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 8px 0 8px 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa0 {
  padding: 0px !important;
}

.pa5 {
  padding: 2px !important;
}

.pa10 {
  padding: 5px !important;
}

.pa15 {
  padding: 7px !important;
}

.pa20 {
  padding: 10px !important;
}

.pa25 {
  padding: 12px !important;
}

.pa30 {
  padding: 15px !important;
}

.pa35 {
  padding: 17px !important;
}

.pa40 {
  padding: 20px !important;
}

.pa45 {
  padding: 22px !important;
}

.pa50 {
  padding: 25px !important;
}

.pa55 {
  padding: 27px !important;
}

.pa60 {
  padding: 30px !important;
}

.pa65 {
  padding: 32px !important;
}

.pa70 {
  padding: 35px !important;
}

.pa75 {
  padding: 37px !important;
}

.pa80 {
  padding: 40px !important;
}

.pa85 {
  padding: 42px !important;
}

.pa90 {
  padding: 45px !important;
}

.pa95 {
  padding: 47px !important;
}

.pa100 {
  padding: 50px !important;
}

/* ============================================================ */
/* header */
/* ============================================================ */
header {
  /* .header_logo
	----------------------------------------------------------- */
  /* #btn_tel
	----------------------------------------------------------- */
  /* #btn_menu
	----------------------------------------------------------- */
  /* .btn_block
	----------------------------------------------------------- */
}

header .inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height:50px;
  padding: 0 0 0 15px;
  background:#FFF;
}

header .header_logo {
  -webkit-box-flex: 1;
          flex: 1 0 70%;
}

header .header_logo a {
  display: block;
}

header .header_logo a img {
  width: 85%;
}

header #btn_tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  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: 35px;
  margin: 0 6px 0 10px;
  background: #002791;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
}

header #btn_tel .icon-phone {
  font-size: 1.5rem;
}

header #btn_tel span {
  margin: 2px 0 0;
  font-size: 1.0rem;
}

header #btn_menu {
  -webkit-box-flex: 0;
          flex: 0 0 38px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 50px;
  background: #A1003A;
  color: #fff;
  line-height: 1;
}

header #btn_menu .icon-menu {
  font-size: 1.4rem;
}

header #btn_menu span {
  margin: 5px 0 0;
  font-size: 1.0rem;
}

header .btn_block {
  display: flex;
  padding:20px 15px 20px;
  background:#FFF;
}

header .btn_block a {
  -webkit-box-flex: 1;
          flex: 1 0 47.5%;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 100px;
}

header .btn_block a .icon-map {
  margin: 0 2px 0 0;
  font-size: 2.0rem;
}

header .btn_block a .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.0rem;
}

header .btn_block .btn_school {
  background: #62420b;
}

header .btn_block .btn_lesson {
  margin: 0 0 0 14px;
  background: #3F3F40;
}

header .tagline {
  padding: 10px;
  color: #473001;
  background-color:#EBE8DD;
  font-size: 1.2rem;
  line-height: 1.5;
}


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

#sp_menu > ul:not(.global_nav) {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

#sp_menu > ul:not(.global_nav) li {
  border-top: 1px solid #ddd;
}

#sp_menu > ul:not(.global_nav) li a {
  display: table;
  width: 100%;
  padding: 0 15px;
  line-height: 42px;
}

#sp_menu > ul:not(.global_nav) li a .icon-right {
  display: table-cell;
  width: 20px;
  vertical-align: middle;
  font-size: 1.0rem;
}

#sp_menu > ul:not(.global_nav) li a .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

#sp_menu .global_nav > li {
  border-top: 1px solid #ddd;
}

#sp_menu .global_nav > li > a {
  position: relative;
  display: block;
  padding: 0 15px;
  color: #86002e;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 45px;
}

#sp_menu .global_nav > li > a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin: -0.5em 0 0;
  font-family: 'icomoon';
  content: "\e906";
  font-size: 1.3rem;
  line-height: 1;
}

#sp_menu .global_nav > li.ganv_aboutus > a::after, #sp_menu .global_nav > li.gnav_course > a::after {
  content: "\e916";
}

#sp_menu .global_nav > li.ganv_aboutus.active > a::after, #sp_menu .global_nav > li.gnav_course.active > a::after {
  content: "\e915";
}

#sp_menu .global_nav > li .dropdown ul li {
  border-top: 1px solid #ddd;
}

#sp_menu .global_nav > li .dropdown ul li a {
  display: block;
  padding: 15px;
  font-weight: bold;
  line-height: 1.3;
}

#sp_menu .global_nav > li .dropdown ul li a img {
  display: none;
}

#sp_menu .global_nav > li .dropdown ul li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sp_menu .global_nav > li .dropdown ul li a p .icon-chevron-circle-right {
  margin: 0 10px 0 0;
  color: #9e7846;
}

#sp_menu .global_nav > li .dropdown > p {
  padding: 15px;
  border-top: 1px solid #ddd;
}

#sp_menu .global_nav > li .dropdown > p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background: #c49e36;
  color: #fff;
  border-radius: 100px;
}

#sp_menu .global_nav > li .dropdown > p a .icon-chevron-circle-right {
  margin: 0 5px 0 0;
}

#sp_menu .contact {
  padding: 20px 15px;
  background: #eee;
}

#sp_menu .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin: 0 0 10px;
  background: #2c2c4e;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
}

#sp_menu .contact a .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

#sp_menu .contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Arial, Helvetica," sans-serif";
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

#sp_menu .contact p .icon-freecall {
  margin: 0 8px 0 0;
  color: #0e0d6a;
}

#sp_menu .btn_close {
  padding: 5px 0;
  background: #86002e;
  color: #fff;
  text-align: center;
}

#sp_menu .btn_close .icon-close {
  font-size: 1.6rem;
  line-height: 1;
}

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

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

/* ============================================================ */
/* #visual */
/* ============================================================ */
#visual {
  position: relative;
  margin: 0 0 30px;
}

#visual figure {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

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

#visual figure::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

#visual .ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
}

#visual .ttl h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

/* ============================================================ */
/* 見出しスタイル */
/* ============================================================ */
.ttl01 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 80px;
  background: #666565;
  color: #fff;
  text-align: center;
}

.ttl01 h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

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

.ttl03 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl03::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background: #C1A57B;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttl04 {
  margin: 0 0 20px;
  color: #937844;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl05 {
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl06 {
  margin: 0 0 20px;
  color: #86002e;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl06 a {
  display: inline-table;
  color: #86002e;
}

.ttl06 a .icon-right {
  position: relative;
  top: -3px;
  display: table-cell;
  padding: 0 5px 0 0;
  font-size: 1.0rem;
}

.ttl06 a:hover span {
  text-decoration: underline;
}

.ttl07 {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

/* ============================================================ */
/* 汎用スタイル */
/* ============================================================ */
/* ブロック
--------------------------------------------------------------- */
.row_wide {
  width: 100%;
  margin: 0 0 40px;
}

.row_medium {
  width: 100%;
  margin: 0 0 40px;
}

.row {
  padding: 60px 15px;
}

.row_short {
  margin: 0 auto 30px;
}

.bg_gray {
  background: #eee;
}

.text_block {
  margin: 0 0 20px;
}

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

.img_block > * {
  display: block;
  width: 100%;
}

.img_block > * img {
  width: 100%;
}

.img_block > * figcaption {
  margin: 10px 0 0;
  font-size: 1.2rem;
}

.img_block > *:not(:first-child) {
  margin: 20px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table_wrap table {
  margin-bottom: 0;
}

.table01,
.table02 {
  width: 100%;
}

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

.table01 th,
.table02 th {
  background: #eee;
  font-weight: bold;
}

.table01 .border_top_dotted,
.table02 .border_top_dotted {
  border-top: 1px dashed #aaa;
}

.table01 .border_btm_dotted,
.table02 .border_btm_dotted {
  border-bottom: 1px dashed #aaa;
}

.table01 .border_left_dotted,
.table02 .border_left_dotted {
  border-left: 1px dashed #aaa;
}

.table01 .border_right_dotted,
.table02 .border_right_dotted {
  border-right: 1px dashed #aaa;
}

.table01 .border_top_none,
.table02 .border_top_none {
  border-top: none;
}

.table01 .border_btm_none,
.table02 .border_btm_none {
  border-bottom: none;
}

.table01 .border_left_none,
.table02 .border_left_none {
  border-left: none;
}

.table01 .border_right_none,
.table02 .border_right_none {
  border-right: none;
}

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

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

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

.table03 {
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
}

.table03 th,
.table03 td {
  display: block;
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.table03 th {
  padding: 15px 0 5px;
  font-weight: bold;
}

.table03 th.font_large {
  font-size: 2.0rem;
}

.table03 tr {
  display: block;
  border-top: 1px solid #cfcfcf;
}

.table03 .border-none {
  border: none;
}

.table03 .border_top-none {
  border-top: none;
}

/* .text_link
----------------------------------------------------------- */
.text_link a {
  display: inline-table;
  color: #86002e;
}

.text_link a .icon-right {
  display: table-cell;
  padding: 0 2px 0 0;
  font-size: 1.0rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  line-height: 1;
}

.text_link a .icon-outer {
  padding: 0 0 0 5px;
}

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

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

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

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

.list_disc02 li {
  position: relative;
  padding: 0 0 0 15px;
}

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

.list_disc02 li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background: #9e7846;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

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

.list_check li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "";
  width: 17px;
  height: 15px;
  background: url(/senka/common/img/icon_check01.png) 0 0 no-repeat;
  background-size: 17px 15px;
}

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

/* .link_list01
--------------------------------------------------------------- */
.link_list01 li {
  margin: 0 0 20px;
  line-height: 1.5;
}

.link_list01 li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 30px;
  border: 1px solid #b78797;
  color: #86002e;
}

.link_list01 li a .icon-right {
  position: absolute;
  top: 18px;
  left: 15px;
  font-size: 1.0rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.link_list01 li a:hover {
  text-decoration: underline;
}

/* .list_decimal
----------------------------------------------------------- */
.list_decimal {
  list-style: decimal;
  margin-left: 30px;
}

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

/* .note
----------------------------------------------------------- */
.note {
  display: table;
  margin: 10px 0 0;
}

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

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

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

/* .privacy_link
----------------------------------------------------------- */
.privacy_link {
  margin: 15px 0 0;
}

.privacy_link a {
  color: #86002e;
  font-size: 1.3rem;
}

/* #privacy_block
----------------------------------------------------------- */
#privacy_block {
  padding: 35px;
  border: 1px solid #cfcfcf;
}

#privacy_block .inner {
  margin: 0 auto;
}

#privacy_block .inner .ttl {
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}

#privacy_block .inner a {
  color: #86002e;
}

#privacy_block .inner .icon-outer {
  color: #86002e;
}


/* .block_2col */
.block_2col{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block_2col > section{
  width: 100%;
}
.block_2col > section:first-child{
  margin-bottom: 2.0rem;
}
.block_2col > section:first-child{
  margin-left: 0;
}
.block_2col.row{
  padding: 60px 15px 0;
}

/* ============================================================ */
/* form */
/* ============================================================ */
#form {
  margin: 0 15px;
}

input[type="text"] {
  width: 100%;
  height: 46px;
  padding: 0 10px;
  border: 1px solid #999;
  border-radius: 4px;
}

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

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

.input_name_kana label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.5%;
          flex: 0 0 16.5%;
}

.input_name_kana input[type="text"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.5%;
          flex: 0 0 83.5%;
}

.input_name_kana label:first-of-type,
.input_name_kana input[type="text"]:first-of-type {
  margin-bottom: 15px;
}

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

.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: #86002e;
  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: #86002e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

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

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

.selectbox select {
  width: 100%;
  height: 46px;
  padding: 0 0 0 10px;
  background: none transparent;
  border: 0;
  color: inherit;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0px;
}

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

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

.selectbox.error {
  background: #fef0f5;
}

/* .alert
--------------------------------------------------------------- */
.alert {
  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: 0px 0 30px;
  background: #ffe5ef;
  border-top: 2px solid #86002e;
  border-bottom: 2px solid #86002e;
  color: #86002e;
  padding: 15px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.alert .icon-warning {
  margin: 0 15px 0 0;
  font-size: 3.5rem;
}

.alert.alert_small {
  margin: 0 0 20px;
  border: 1px solid #86002e;
  font-size: 1.6rem;
  padding: 10px;
}

.alert.alert_small .icon-warning {
  margin: 0 20px 0 0;
  font-size: 2.4rem;
}

.alert.hide {
  display: none;
}

/*----- .input_must / .input_any -----*/
.input_must,
.input_any {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 40px;
  margin: 0 0 0 10px;
  border: 1px solid #cfa536;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  border-radius: 100px;
}

.input_must {
  background: #cfa536;
  color: #fff;
}

.input_any {
  background: #fff;
  color: #cfa536;
}

/*----- btn -----*/
#btn_revision {
  margin: 0 0 10px;
  background: #a7a7a7;
  border: none;
}

/* ============================================================ */
/* .local_nav */
/* ============================================================ */
.local_nav {
  border-bottom: 3px solid #86002e;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.local_nav ul {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.local_nav ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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%;
  min-height: 40px;
  background: #C1A57B;
  border-radius: 6px 6px 0 0;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.local_nav ul li a.advanced_stage {
  background: #B4925F;
}
.local_nav ul li a.stage2 {
  background: #C1A77F;
}
.local_nav ul li a.stage1 {
  background: #C4AC86;
}
.local_nav ul li a.pre {
  background: #DDD0C1;
}

.local_nav ul li a .icon-chevron-circle-right {
  display: inline-block;
  margin: 0 5px 0 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.local_nav ul li.active a {
  /*background: #86002e;
  color: #fff;*/
    opacity: 0.8;
}
#index .local_nav ul li.active a{
    background: #86002e;
    color: #fff;
    opacity: 0.8;
}
#voice_current_case01 .local_nav ul li a:hover,
#voice_current_case01 .local_nav ul li.active a {
  background: #86002e;
  color: #fff;
    opacity: 0.8;
}

.local_nav ul li:nth-of-type(4) p:first-of-type,
.local_nav ul li:nth-of-type(4) p:last-of-type{
    color: #594629;
}

/* ============================================================ */
/* .tab_box */
/* ============================================================ */
.tab_box {
  /*
	padding: 40px 15px;*/
  background: #eee;
}

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

/* ============================================================ */
/* .faq_list */
/* ============================================================ */
.faq_list {
  max-width: 1140px;
  margin: 0 auto;
}

.faq_list dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 10px 45px;
  border: 1px solid #9B7A48;
  cursor: pointer;
}

.faq_list dt:not(:first-child) {
  margin: 20px 0 0;
}

.faq_list dt::before {
  position: absolute;
  top: 50%;
  left: 10px;
  content: "Q";
  background: #C1A57B;
  color: #fff;
  font-family: Arial, Helvetica," sans-serif";
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 25px;
}

.faq_list dt::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f067";
  color: #C1A57B;
  font-family: 'icomoon';
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq_list dt.active::after {
  content: "\f068";
}

.faq_list dt p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9B7A48;
  font-weight: bold;
  line-height: 1.5;
}

.faq_list dd {
  display: none;
  position: relative;
  padding: 20px 0 10px 45px;
}

.faq_list dd::before {
  position: absolute;
  top: 24px;
  left: 10px;
  content: "A";
  background: #86002e;
  color: #fff;
  font-family: Arial, Helvetica," sans-serif";
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 25px;
}

.faq_list dd:last-child {
  padding-bottom: 0;
}

.faq_list dd > *:not(:last-child) {
  margin-bottom: 15px;
}

.faq_list dd .link_underline {
  color: #86002e;
}

.faq_list dd .link_underline:hover {
  text-decoration: underline;
}

/* ============================================================ */
/* .comment_interviewer / .comment_interviewee */
/* ============================================================ */
.comment_interviewer,
.comment_interviewee {
  position: relative;
}

.comment_interviewer .inner,
.comment_interviewee .inner {
  padding: 10px 15px;
  border: 1px solid #9e7846;
  border-radius: 8px;
}

.comment_interviewer .inner::after,
.comment_interviewee .inner::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 12px;
  height: 13px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comment_interviewer {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 12px 20px;
  color: #C1A57B;
  font-weight: bold;
}

.comment_interviewer .inner {
  background: #fff;
}

.comment_interviewer .inner::after {
  right: -11px;
  background-image: url(/senka/common/img/bg_interviewer.png);
}

.comment_interviewee {
  margin: 0 0 0 12px;
}

.comment_interviewee:not(:last-child) {
  margin-bottom: 30px;
}

.comment_interviewee .inner {
  background: #efe6d9;
}

.comment_interviewee .inner::after {
  left: -11px;
  background-image: url(/senka/common/img/bg_interviewee.png);
}

/* ============================================================ */
/* .interview_block */
/* ============================================================ */
.interview_block figure {
  margin: 0 0 20px;
}

.interview_block figure img {
  width: 100%;
}

.interview_block figure figcaption {
  margin: 15px 0 0;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
}

.interview_block figure figcaption .name {
  margin: 0 0 10px;
  font-size: 1.6rem;
}

.interview_block > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.interview_block > div > p {
  margin: 0 0 30px;
}

/* ============================================================ */
/* .form_flow */
/* ============================================================ */
.form_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 15px;
  overflow: hidden;
}

.form_flow li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 440px;
          flex: 1 1 440px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background: #f2f2f2;
}

.form_flow li::before {
  content: '';
  width: 30px;
  height: 30px;
  border: 0px;
  border-top: solid 10px #fff;
  border-right: solid 10px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: -17px;
  z-index: 1;
}

.form_flow li span {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #bababa;
}

.form_flow li .triangle {
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f2f2f2;
  z-index: 1;
}

.form_flow li .icon-arrow-dotted {
  position: absolute;
  top: 50%;
  right: -20px;
  color: #999;
  font-size: 3.0rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.form_flow li.active {
  background: #86002e;
}

.form_flow li.active span {
  color: #fff;
}

.form_flow li.active .icon-arrow-dotted {
  color: #cfa536;
}

.form_flow li.active .triangle {
  border-left: 20px solid #86002e;
}

.form_flow li:last-child:before {
  display: none;
}

/* ============================================================ */
/* #free_flow */
/* ============================================================ */
#free_flow {
  padding: 60px 15px;
  background: -webkit-linear-gradient(top, #fff 0%, #e4d8af 100%);
  background: linear-gradient(to bottom, #fff 0%, #e4d8af 100%);
}

#free_flow h2 {
  margin: 0 0 20px;
  color: #86002e;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

#free_flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 290px;
  margin: 20px auto 0;
  counter-reset: li;
}

#free_flow ol li {
  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;
  margin: 15px 0 0 14px;
  background: #fff;
  color: #86002e;
  text-align: center;
  width: 138px;
  height: 138px;
  border-radius: 50%;
}

#free_flow ol li::before {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  counter-increment: li;
  content: counter(li);
  background: #86002e;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#free_flow ol li:nth-child(-n+2) {
  margin-top: 0;
}

#free_flow ol li:nth-child(2n+1) {
  margin-left: 0;
}

#free_flow ol li p {
  margin: 5px 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

#free_flow ol li i {
  font-size: 6.0rem;
}

/* ============================================================ */
/* .panel_bnr */
/* ============================================================ */
.panel_bnr {
  padding: 40px 15px;
}

.panel_bnr [class^="bnr_"] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 58px;
  color: #fff;
  font-weight: bold;
}

.panel_bnr .bnr_school a {
  background: #86002e;
}

.panel_bnr .bnr_school a .icon-map {
  margin: 0 5px 0 0;
  font-size: 2.0rem;
}

.panel_bnr .bnr_school a .icon-thin-right {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

.panel_bnr .bnr_lesson {
  margin: 10px 0 0;
}

.panel_bnr .bnr_lesson a {
  background: #C1A57B;
}

.panel_bnr .bnr_lesson a .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

.panel_bnr .bnr_lesson a .icon-document {
  margin: 0 2px 0 0;
  font-size: 2.0rem;
}

/* ============================================================ */
/* .local_nav_aboutus */
/* ============================================================ */
.local_nav_aboutus {
  margin: 40px 0 0;
}

.local_nav_aboutus ul li {
  margin: 2px 0 0;
}

.local_nav_aboutus ul li a {
  position: relative;
  display: block;
}

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

.local_nav_aboutus ul li a div {
  position: absolute;
  top: 0;
  left: 0;
  right: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
}

.local_nav_aboutus ul li a div p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.local_nav_aboutus ul li a div .icon-chevron-circle-right {
  font-size: 2.0rem;
}

.aboutus_introduction .lnav_introduction a div {
  background: rgba(158, 127, 42, 0.7);
}

.aboutus_curriculum .lnav_curriculum a div {
  background: rgba(72, 106, 0, 0.7);
}

.teacher .lnav_teacher a div {
  background: rgba(46, 101, 153, 0.7);
}

.aboutus_success .lnav_success a div {
  background: rgba(128, 59, 86, 0.7);
}

/* ============================================================ */
/* footer */
/* ============================================================ */
footer {
  padding: 0 0 20px;
  /* .footer_nav
	----------------------------------------------------------- */
  /* .footer_logo
	----------------------------------------------------------- */
  /* .copyright
	----------------------------------------------------------- */
}

footer .footer_nav {
  background: #555;
}

footer .footer_nav ul li {
  border-bottom: 1px solid #626262;
}

footer .footer_nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 0 15px;
  color: #fff;
  line-height: 1.2;
}

footer .footer_nav ul li a::after {
  position: absolute;
  top: 50%;
  right: 13px;
  content: "\e906";
  color: #b5b5b5;
  font-family: 'icomoon';
  font-size: 1.0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .footer_nav .icon-home {
  margin: 0 8px 0 0;
}

footer .footer_nav .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

footer .footer_logo {
  width: 77%;
  margin: 20px auto 5px;
  line-height: 1;
}

footer .footer_logo img {
  width: 100%;
  vertical-align: middle;
}

footer .copyright {
  font-size: 1.1rem;
  text-align: center;
}

/* ============================================================ */
/* トップページ
   #index */
/* ============================================================ */
#index {
  /* #visual
	----------------------------------------------------------- */
  /* #news
----------------------------------------------------------- */
  /* #aboutus
	----------------------------------------------------------- */
  /* #course
	----------------------------------------------------------- */
  /* #graduate
	----------------------------------------------------------- */
  /* #student
	----------------------------------------------------------- */
  /* .bnr_block
	----------------------------------------------------------- */
}

#index .top-movie-box{
	width: 100%;
  padding-top: 56.25%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 50px;
}
#index .movie-cover{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
#index .movie-cover::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#index #movie{
  width: 100%;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

#index .row .btn {
  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: 75px;
  margin: 15px 0 0;
  background: #fff;
  border: 1px solid #ac9360;
  color: #9e7846;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

#index #free_flow .btn {
  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: 75px;
  margin: 15px 0 0;
  background: #2c2c4e;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

#index .row .btn .icon-chevron-right {
  margin: 0 10px 0 0;
  padding: 0 0 0 2px;
  background: #C1A57B;
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

#index #free_flow .btn .icon-chevron-right {
  margin: 0 10px 0 0;
  padding: 0 0 0 2px;
  background: #fff;
  color: #2c2c4e;
  font-size: 1.0rem;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}


#index #news {
  background: -webkit-linear-gradient(top, #fff 0%, #ede6ce 100%);
  background: linear-gradient(to bottom, #fff 0%, #ede6ce 100%);
}

#index #news .row {
  padding: 25px 15px;
}

#index #news .row h2 {
  padding: 0 0 10px;
  color: #b1892f;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #news .row > div {
  border-top: 1px dotted #000;
}

#index #news .row > div > p {
  padding: 15px 0;
}

#index #news .row ul li {
  border-top: 1px dotted #000;
}

#index #news .row ul li > * {
  position: relative;
  display: block;
  padding: 15px 0;
}

#index #news .row ul li > a {
  padding-right: 35px;
}

#index #news .row ul li > a::before {
  position: absolute;
  top: 50%;
  right: -5px;
  content: "\e906";
  color: #d7ceb3;
  font-family: 'icomoon';
  font-size: 3.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#index #news .row ul li time {
  color: #b1892f;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

#index #news .row ul:first-child li:first-child {
  border-top: none;
}

#index #news .row .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background: #fff;
  border: 1px solid #b1892f;
  color: #b1892f;
}

#index #news .row .btn p::before {
  display: inline-block;
  content: "\e914";
  margin: 0 10px 0 0;
  font-family: 'icomoon';
  font-size: 1.2rem;
}

#index #news .row .btn.btn_more p::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#index #news .row .btn.btn_close p::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#index #course_box p{
    text-align: left;
    margin-bottom:20px;
}
#index #course_box ul{
  display:block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

#index #course_box ul li{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
	margin:0 ;
}

#index #course_box ul li:nth-of-type(2){
	margin:0;
}
#index #course_box .details{
    background: url(/senka/img/tanki_arrow.png) no-repeat center;
    height: 55px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

#index #news .newsBox dl,
#index #kyufu .newsBox dl,
#index #course_box.newsBox dl{
  display: inherit;
  display: inherit;
  margin-top: 20px;
}
#index #news .newsBox dt,
#index #kyufu .newsBox dt,
#index #course_box.newsBox dt{
  width: 100%;
  background: #fffefa;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px dotted #000;
}
#index #news .newsBox dt em,
#index #kyufu .newsBox dt em{
  font-size: 1.0em;
  margin-bottom: 10px;
  display: block;
}
#index #news .newsBox dt a,
#index #kyufu .newsBox dt a,
#index #course_box.newsBox dt a{
  display: block;
  width: 90%;
  margin: 5px auto 0;
  text-align: center;
  background: #ca9c3a;
  padding: 3px;
  color: #fff;		
}
#index #news .newsBox dt i,
#index #kyufu .newsBox dt i,
#index #course_box.newsBox dt i{
  margin-right: 7px;
}

#index #tanki{
    background: #F2EAD2;
    margin: 40px 0;
    padding: 40px 20px;
}

#index #aboutus {
  padding: 50px 15px 0;
}

#index #aboutus ul {
  margin: 30px -15px 0;
}

#index #aboutus ul li {
  margin: 1px 0 0;
}

#index #aboutus ul li a {
  position: relative;
  display: block;
}

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

#index #aboutus ul li a div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
}

#index #aboutus ul li a div h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #aboutus ul li a div .icon-chevron-circle-right {
  margin: 5px 0 0;
  font-size: 2.4rem;
}

#index #course {
}

#aboutus_index .level_text,
#aboutus_introduction_index .level_text{
    text-align: left;
    margin-bottom: 20px;
    padding: 0 20px;
}

#index #course ol{
  margin: 30px calc(50% - 50vw);
  width: 100vw;
}
#index #course ol li{
    border-bottom: 4px solid #fff;
}
#index #course ol li a{
  position: relative;
  display: block;
  padding: 30px 15px ;
  color: #000;
}

#index #course ol li a .level{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#index #course ol li a .level p:first-child{
    display: flex;
    margin: 0 0 10px;
    border-bottom: 3px solid #9D7842;
    font-weight: bold;
    line-height: 1;
    font-size: 3rem;
}

#index #course ol li a .level p:first-child span:first-child{
  font-size: 2rem;
    color:#fff;
    margin: 0 0 5px;
}
#index #course ol li:nth-of-type(4) a .level p:first-child span:first-child{
    color: #594629;
}

#index #course .row ol li:nth-child(4) a .level p:first-child span:first-child{
    margin: 0 0 5px;
    font-size: 2rem;
}

#index #course ol li a .level p:last-child{
  font-size: 1.4rem;
  line-height: 1.3;
    margin: 10px 0;
     color:#fff;
}
#index #course ol li:nth-of-type(4) a .level p:last-child{
    color: #594629;
}

#index #course ol li a .level .icon-chevron-circle-right{
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 2.0rem;
}

#index #course ol li a .score{
    display: flex;
    justify-content: center;
}
#index #course ol li a .score ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}
#index #course ol li a .score ul li{
    flex: 0 0 55%;
	margin: 0 10px 0 0;
    border:none;
}
#index #course ol li a .score ul li p{
    color: #fff;
    background-color: #86002e;
    margin: 10px 0;
    padding: 2px 10px;
    text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
#index #course ol li a .score ul li p{
    color: #fff;
    background-color: #86002e;
    margin: 10px 0;
    padding: 2px 10px;
    text-align: center;
    font-size:1.1rem;
}
}

#index #course ol li a .score ul li:nth-of-type(1) span{
    font-size: 1.1rem;
}
#index #course .row ol li a .score ul li > span{
  display: block;
  margin: 9px 0;
  padding: 0 10px;
    color: #fff;
}
#index #course .row ol li:nth-of-type(4) a .score ul li > span{
    color: #594629;
}

#index #course ol li a .score ul li:nth-of-type(2){
    flex: 0 0 auto;
    font-size: 1.8rem;
    margin:0;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
#index #course ol li a .score ul li:nth-of-type(2){
    flex: 0 0 auto;
    font-size: 1.4rem;
    margin:0;
}
}

#parentHorizontalTab {
    padding: 30px 0;
    background: #eee;
}

#parentHorizontalTab .score ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#parentHorizontalTab .score ul li {
    flex: 0 0 55%;
    margin: 0;
    padding: 0 0 20px;
}

#parentHorizontalTab .score ul li p{
    color: #fff;
    background-color: #666565;
    margin: 10px 0;
    padding: 2px 10px;
    text-align: center;
}

#parentHorizontalTab .score ul li p span{
    font-size: 1rem;
}

#parentHorizontalTab .score ul li > span {
  display: block;
  padding: 0 10px;
  margin: 9px 0;
}

#parentHorizontalTab .score ul li:nth-of-type(2) {
    flex: 0 0 40%;
    font-size: 1.8rem;
}

#parentHorizontalTab .score ul li:nth-of-type(3)  {
    text-align: center;
    flex: 0 0 20%;
}

/*#course_index #parentHorizontalTab .score ul li:nth-of-type(2) span,
#aboutus_index #parentHorizontalTab .score ul li:nth-of-type(2) span,
#aboutus_introduction_index #parentHorizontalTab .score ul li:nth-of-type(2) span {
    font-size: 3rem;
    line-height: 2;
    font-weight: bold;
}

#parentHorizontalTab #stage1 h2{
    margin-bottom:50px;
    font-size: 3rem;
    line-height: 1;    
}*/
#course_advanced .level_lead_block,
#course_level3 .level_lead_block,
#course_level2 .level_lead_block{
    padding:40px 0;
}
#course_advanced .level_lead_block h2.ttl03,
#course_level3 .level_lead_block h2.ttl03,
#course_level2 .level_lead_block h2.ttl03{
    margin-bottom:20px;
    font-size: 3rem;
    line-height: 1; 
}

#course_index #parentHorizontalTab #advanced_stage h2 span,
#course_index #parentHorizontalTab #stage2 h2 span,
#course_index #parentHorizontalTab #stage1 h2 span,
#course_index #parentHorizontalTab #pre h2 span,
#course_advanced .level_lead_block h2.ttl03 span,
#course_level3 .level_lead_block h2.ttl03 span,
#course_level2 .level_lead_block h2.ttl03 span,
#aboutus_index #parentHorizontalTab #advanced_stage h2 span,
#aboutus_index #parentHorizontalTab #stage2 h2 span,
#aboutus_index #parentHorizontalTab #stage1 h2 span,
#aboutus_index #parentHorizontalTab #pre h2 span,
#aboutus_introduction_index #parentHorizontalTab #advanced_stage h2 span,
#aboutus_introduction_index #parentHorizontalTab #stage2 h2 span,
#aboutus_introduction_index #parentHorizontalTab #stage1 h2 span,
#aboutus_introduction_index #parentHorizontalTab #pre h2 span{
    font-size:1.4rem;
}

#course_index #parentHorizontalTab #advanced_stage h2::after,
#course_index #parentHorizontalTab #stage2 h2::after,
#course_index #parentHorizontalTab #stage1 h2::after,
#course_index #parentHorizontalTab #pre h2::after,
#course_advanced .level_lead_block h2.ttl03::after,
#course_level3 .level_lead_block h2.ttl03::after,
#course_level2 .level_lead_block h2.ttl03::after,
#aboutus_index #parentHorizontalTab #advanced_stage h2::after,
#aboutus_index #parentHorizontalTab #stage2 h2::after,
#aboutus_index #parentHorizontalTab #stage1 h2::after,
#aboutus_index #parentHorizontalTab #pre h2::after,
#aboutus_introduction_index #parentHorizontalTab #advanced_stage h2::after,
#aboutus_introduction_index #parentHorizontalTab #stage2 h2::after,
#aboutus_introduction_index #parentHorizontalTab #stage1 h2::after,
#aboutus_introduction_index #parentHorizontalTab #pre h2::after{
    bottom: 65px;
}
#course_index #parentHorizontalTab .local_nav ul,
#aboutus_introduction_index #parentHorizontalTab .local_nav ul,
#aboutus_index #parentHorizontalTab .local_nav ul{
    display: flex;
    flex-wrap: wrap;
}
#course_index #parentHorizontalTab .local_nav ul li,
#aboutus_introduction_index #parentHorizontalTab .local_nav ul li,
#aboutus_index #parentHorizontalTab .local_nav ul li{
    flex: 0 0 48%;
    margin: 0 auto;
    padding: 0 0 5px;
    text-align: center;
}

#index #course ol li a .score dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 0 0 10px;
  text-align: center;
}

#index #course ol li a .score dl dd {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

#index #course ol li a .score dl dd span {
  font-size: 3.0rem;
}

#index #course ol li a .score dl dt {
  font-size: 1.3rem;
}

#index #course ol li a .score dl:first-child {
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
}

#index #course .com{
    font-size: 1.1rem;
    text-align: left;
    margin:5px 0 0;
}
.course .com{
    font-size: 1.1rem;
    text-align: left;
    margin:5px 0 60px;
}
#course_index .com,
.aboutus .com{
    font-size: 1.1rem;
    text-align: left;
    margin:80px 0 0;
}

#index #course .row ol li:nth-child(1) a{
  background:#B4925F;
}
#index #course .row ol li:nth-child(2) a{
  background:#C1A77F;
}

#index #course .row ol li:nth-child(3) a{
  background:#C4AC86;
}

#index #course .row ol li:nth-child(4) a {
  background:#DDD0C1;
}

#index #graduate {
  position: relative;
  z-index: 0;
  background: url(/senka/img/bg_graduate_sp.png) top center no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

#index #graduate::before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

#index #graduate::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

#index #graduate .row {
  position: relative;
  z-index: 1;
  color: #fff;
}

#index #graduate .row ul {
  margin: 30px 0 40px;
}

#index #graduate .row ul li {
  /*background: #fff;*/
  color: #000;
}

#index #graduate .row ul li:not(:first-child) {
  margin: 10px 0 0;
}

#index #graduate .row ul li .ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

#index #graduate .row ul li .ttl .case {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  margin: 0 10px 0 0;
  color: #999;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

#index #graduate .row ul li .ttl .case span {
  display: block;
  font-size: 3.8rem;
}

#index #graduate .row ul li .ttl .name {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 1.8rem;
}

#index #graduate .row ul li .ttl::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f055";
  color: #808080;
  font-family: 'icomoon' !important;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#index #graduate .row ul li .ttl.active::after {
  content: "\f056";
}

#index #graduate .row ul li a {
  display: none;
  width: 100%;
}

#index #graduate .row ul li a figure {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  height: 130px;
  margin: 0 10px 0 0;
}

#index #graduate .row ul li a figure img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#index #graduate .row ul li a .profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 38px 10px 10px;
}

#index #graduate .row ul li a .profile::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\e906";
  color: #c7c7c7;
  font-family: 'icomoon' !important;
  font-size: 3.5rem;
}

#index #graduate .row ul li a .profile p {
  font-size: 1.2rem;
}

#index #graduate .row ul li a .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 10px 15px;
  text-align: center;
}

#index #graduate .row ul li a .score h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 10px;
  padding: 5px 0;
  border: 1px solid #333;
  line-height: 1.2;
}

#index #graduate .row ul li a .score div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  font-weight: bold;
  line-height: 1.3;
}

#index #graduate .row ul li a .score div.before {
  position: relative;
  margin: 0 30px 0 0;
}

#index #graduate .row ul li a .score div.before::before {
  position: absolute;
  top: 50%;
  right: -30px;
  content: "\f061";
  color: #a19377;
  font-family: 'icomoon' !important;
  font-size: 3.0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#index #graduate .row ul li a .score div.after p {
  color: #86002e;
}

#index #graduate .row ul li a .score div p {
  letter-spacing: -0.03em;
}

#index #graduate .row ul li a .score div p span {
  font-size: 3.0rem;
}

#index #graduate .row ul li a .score div p.up {
  display: inline-block;
  padding: 2px 20px;
  background: #86002e;
  color: #fff;
  font-size: 1.2rem;
}

#index #graduate .row ul li a .score div p.up span {
  font-size: 1.2rem;
}

#index #graduate .row .btn {
  border: 1px solid #b9a083;
  color: #6b6b6b;
}

/*1014*/
#index #graduate ul{
     display: flex;
    flex-wrap: wrap;
}

#index #graduate ul li{
  flex: 0 1 100%;
    background: #eee;
    margin:0 auto 20px;
    padding: 20px;
}

#index #graduate ul li h3{
    font-size: 2rem;
    color:#A60037;
    text-align: center;
    margin:0 0 20px;
    font-weight: bold;
}
#index #graduate ul li figure{
    text-align: center;
}
#index #graduate ul li .profile {
  position: relative;
  display: block;
    margin-bottom:30px;
}
#index #graduate ul li .profile .history_area{
    margin-bottom:30px;
}

#index #graduate ul li .profile .history_area .history {
    background-color: #BC4E5E;
    border-radius: 50px;
    padding: 2px 10px;
    color: #fff;
    width: 80%;
    text-align: center;
    margin: 20px auto;
}
#index #graduate ul li .profile .history_area p{
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
}

#index #graduate ul li p.history_text{
    font-size: 1.2rem;
}

#index #graduate ul li .profile .name{
    font-size: 2rem;
    line-height: 1;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
#index #graduate ul li .profile .name span {
    font-size: 1.6rem;
}


#index #student {
  padding: 50px 15px;
}

#index #student ul {
  margin: 30px 0 0;
}

#index #student ul li {
  background: #f2ead2;
}

#index #student ul li:not(:first-child) {
  margin: 10px 0 0;
}

#index #student ul li .ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 0 15px;
}

#index #student ul li .ttl h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #student ul li .ttl::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f055";
  color: #C1A57B;
  font-family: 'icomoon' !important;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#index #student ul li .ttl.active::after {
  content: "\f056";
}

#index #student ul li .ttl + div,
#index #student ul li .ttl + a {
  display: none;
  padding: 0 15px 15px;
}

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

#index #student ul li p {
  margin: 15px 0 0;
}

#index #student ul li .icon-chevron-circle-right {
  margin: 0 5px 0 0;
  color: #8c6a23;
  font-size: 1.2rem;
}

#index .bnr_block {
  position: relative;
  margin: 0 0 40px;
  padding: 0 10px;
  overflow: hidden;
}

#index .bnr_block ul {
  width: 260px;
  margin: 0 auto;
  overflow: hidden;
}

#index .bnr_block ul li {
  float: left;
  width: 220px;
}

#index .bnr_block ul li a {
  position: relative;
  display: block;
}

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

#index .bnr_block .bx-prev,
#index .bnr_block .bx-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#index .bnr_block .bx-prev::before,
#index .bnr_block .bx-next::before {
  color: #86002e;
  font-family: 'icomoon';
  font-size: 1.8rem;
}

#index .bnr_block .bx-prev {
  left: 5px;
}

#index .bnr_block .bx-prev::before {
  content: "\e905";
}

#index .bnr_block .bx-next {
  right: 5px;
}

#index .bnr_block .bx-next::before {
  content: "\e906";
}

#index .flow {
  counter-reset: li;
  margin: 0 15px;
}

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

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

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

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

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

#index .flow li figure {
  margin: 0 auto;
}

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

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

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

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

#index .flow_lesson {
  padding: 40px 0 0;
  overflow: hidden;
}

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

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

#index .flow_lesson .flow li:not(:first-child)::after {
    border-color: #f2f2f2 transparent transparent;
}
#index .flow_lesson .flow li:not(:first-child)::before {
  border-color: #fff transparent transparent;
}

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

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

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

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

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


/* ============================================================ */
/* グローバルコミュニケーション専科とは   #gc */
/* こういった方にオススメ！   #osusume */
/* ============================================================ */

#index #gc{
    padding:0 20px 60px;
}

#index #gc div h2{
	margin:0 0 35px;
    text-align: left;
    font-size:2.4rem;
    font-weight: bold;
    background: url("../../../img/senka_bg_sp01.png") no-repeat;
    background-size: 100%;
}
#index #gc div p{
}

#index #gc p.ttl03,
#index #osusume .ttl03 {
	margin-bottom:50px;
}
#index #cliff_edge{
    width:100%;
    margin:0 auto 50px;
    padding:0 20px;
}
#index #cliff_edge h2{
    color:#9F0039;
    font-size:2.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
}

#index #cliff_edge h3{
  color:#9F0039;
  font-size:1.6rem;
  font-weight: bold;
  text-align: left;
  margin: 0 0 20px;
  line-height: 1.4;
  position: relative;
  padding-left: 5.5rem;
}
#index #cliff_edge h3:before{
  content: "New";
  background-color: #9F0039;
  color:#FFF;
  font-size:1.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 1.2rem 0.6rem;
  position: absolute;
  top: 0;
  left: 0;
}
#index #cliff_edge h3 span{
  font-size:1.0rem;
  display: block;
  color: #3e2b0a;
}

#index #cliff_edge p{
    text-align: center;
    margin:20px 0;
}

/*#index #cliff_edge ul{
      display: flex;
      flex-wrap: wrap;
}

#index #cliff_edge ul li{
    flex: 0 0 100%;
	margin:0 auto;
    text-align: center;
}*/

#index #cliff_edge > div img{
    width: 100%;
}
/*#index #cliff_edge ul li p{
    text-align: left;
    margin: 20px 0 40px;
}*/

#index #cliff_edge > div{
  margin:0 0 30px;
  text-align: center;
  padding: 20px 20px 20px;
  background: #fff1f1;
}

#index #cliff_edge .btn_block{
  left: 0;
  bottom: 0;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 0 0 20px;
}
#index #cliff_edge .btn_block{
  display: block;
  width: 80%;
  margin: 5px auto 0;
  text-align: center;
  background: #C1A57B;
  padding: 5px;
  color: #fff;		
}


#index .pillar ol {
  display: block;
}

#index .pillar ol li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: block;
  border: 1px solid #86002e;
    position: relative;
    height: 100%;
    margin-bottom: 20px;
}

#index .pillar ol li .ttl {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


#index .pillar ol li .ttl::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "＋";
  background: #C1A57B;
  font-size: 1.6rem;
    color: #fff;
    padding:5px 10px;
    text-align: center;
}

#index .pillar ol li .ttl.active::after {
  content: "－";
}

#index .pillar ol li .ttl + div{
  display: none;
  padding: 15px;
    width: 100%;
    top: 70px;
    background: #fff1f1;
    text-align: left;
    z-index: 1;
}

#index .pillar ol li .ttl p:nth-of-type(1){
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  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: #86002e;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
    width: 50px;
    height: 100%;
}

#index .pillar ol li .ttl p:nth-of-type(2){
  -ms-flex-item-align: center;
      align-self: center;
  margin:5px 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  background: none;
  position: absolute;
  left: 70px;
  top:0;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
#index .pillar ol li .ttl p:nth-of-type(2){
  -ms-flex-item-align: center;
      align-self: center;
  margin:5px 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  background: none;
  position: absolute;
  left: 70px;
  top:0;
}
}

#index .pillar ol li img{
  width: 100%;
	margin-bottom: 10px;
	display: block;
}

/* ============================================================ */
/* グローバルコミュニケーション専科のご紹介
   #aboutus_index */
/* ============================================================ */
#aboutus_index .img_float_left,
#aboutus_index .img_float_right {
  margin: 0 0 60px;
  padding: 0 15px;
}

#aboutus_index .img_float_left .ttl02,
#aboutus_index .img_float_right .ttl02 {
  margin-bottom: 10px;
}

#aboutus_index .point {
  background: #e3e3e3;
}

#aboutus_index .point h2 {
  margin: 0 0 30px;
  color: #86002e;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}

#aboutus_index .point h2:first-line {
  font-size: 2.0rem;
}

#aboutus_index .point ol li {
  background: #fff;
}

#aboutus_index .point ol li:not(:first-child) {
  margin: 20px 0 0;
}

#aboutus_index .point ol li .ttl_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #86002e;
}

#aboutus_index .point ol li .ttl_inner p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.4%;
          flex: 0 0 19.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #86002e;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

#aboutus_index .point ol li .ttl_inner p span:first-child {
  font-size: 1.2rem;
}

#aboutus_index .point ol li .ttl_inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  color: #86002e;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

#aboutus_index .point ol li .ttl_inner h3 span:first-child {
  font-size: 1.2rem;
}

#aboutus_index .point ol li > p {
  padding: 15px;
}

/* ============================================================ */
/* グローバルコミュニケーション専科とは
   #aboutus_introduction_index */
/* ============================================================ */
#aboutus_introduction_index {
  /*----- #pillar -----*/
  /*----- .score_up -----*/
}

#aboutus_introduction_index #pillar ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #86002e;
}

#aboutus_introduction_index #pillar ol li:not(:first-child) {
  margin: 20px 0 0;
}

#aboutus_introduction_index #pillar ol li p:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  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: #86002e;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#aboutus_introduction_index #pillar ol li p:last-child {
  margin: 10px 15px;
  -ms-flex-item-align: center;
      align-self: center;
  color: #86002e;
  font-weight: bold;
}

#aboutus_introduction_index #pillar #required_ability .img_float_right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 30px 15px;
  background: url(/senka/aboutus/introduction/img/bg_pillar.png) 0 0 no-repeat;
  background-size: cover;
  color: #fff;
}

#aboutus_introduction_index #pillar #required_ability .img_float_right figure {
  margin: 20px auto 0;
  width: 160px;
}

#aboutus_introduction_index #pillar #required_ability .img_float_right h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}

#aboutus_introduction_index .score_up figure {
  margin: 40px 0 0;
}

#aboutus_introduction_index .score_up figure figcaption {
  margin: 0 0 10px;
  color: #86002e;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#aboutus_introduction_index .score_up .graph img {
  width: 100%;
}

/*price*/
			#aboutus_introduction_index #price {
				padding: 15px;
			}
			#aboutus_introduction_index #price .price_list{
				font-size: 1.5rem;
			}
			#aboutus_introduction_index #price .price_list > li{
				margin-bottom: 15px;
			}
			#aboutus_introduction_index #price .price_list h3{
				margin-bottom: 10px;
				font-weight: bold;
			}
			#aboutus_introduction_index #price .price_list h3 span{
				font-size: 1.3rem;
			}
			#aboutus_introduction_index #price .price_list .price_item{
			}
			#aboutus_introduction_index #price .price_list span.price_item:after {
				content: "";
				flex-grow: 1;
				border-top: 2px dotted #444;
				display: inline-table;
				margin: 5px;
				padding: 7px;
			}
			#aboutus_introduction_index #price .price_list li ul li:nth-child(1) span.price_item:after,
			#aboutus_introduction_index #price .price_list li ul li:nth-child(2) span.price_item:after{
				width: 55px;
			}
			#aboutus_introduction_index #price .price_list li ul li:nth-child(3) span.price_item:after{
				width: 40px;
			}
			#aboutus_introduction_index #price .price_list span.price_tax{
				font-size: initial;
			}
			#aboutus_introduction_index #price .price_anno{
				margin: 0 auto;
				padding: 10px 0;
				border-top: 1px solid #C1A57B;
			}
			#aboutus_introduction_index #price .price_atte{
				    margin: 0 auto;
				    border: 2px solid #C1A57B;
				    padding: 10px;
			}
			#aboutus_introduction_index #price .price_atte p:nth-child(1){
				    border-bottom: 1px solid #C1A57B;
				    padding-bottom: 15px;
			}
			#aboutus_introduction_index #price .price_atte p:nth-child(2){
				    padding-top: 15px;
			}

#aboutus_introduction_index #qualification ol {
  margin: 20px 0 30px;
}

#aboutus_introduction_index #qualification ol li {
  border: 1px solid #86002e;
	width: 100%;
}

#aboutus_introduction_index #qualification ol li:not(:first-child) {
  margin: 25px 0 0 0;
}

#aboutus_introduction_index #qualification ol li div {
	padding: 20px;
}
#aboutus_introduction_index #qualification ol li > p:first-child span {
	margin-right: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}

#aboutus_introduction_index #qualification ol li > p:first-child {
  background: #86002e;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 20px;
}
#aboutus_introduction_index #qualification ol li > div p:first-child {
	margin-bottom: 20px;
}


/* ============================================================ */
/* グローバルコミュニケーション専科で過ごす1年間
   #aboutus_curriculum_index */
/* ============================================================ */
#aboutus_curriculum_index .ttl01 {
  margin-bottom: 0;
}

#aboutus_curriculum_index .bg_gray {
  background: #f4f4f4;
}

#aboutus_curriculum_index .schedule li {
  background: #fff;
}

#aboutus_curriculum_index .schedule li:not(:last-child) {
  position: relative;
  margin: 0 0 40px;
}

#aboutus_curriculum_index .schedule li:not(:last-child)::after {
  position: absolute;
  left: 50%;
  bottom: -26px;
  content: "";
  border-color: #9e7846 transparent transparent transparent;
  border-style: solid;
  border-width: 16px 15px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#aboutus_curriculum_index .schedule li .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  background: #9e7846;
}

#aboutus_curriculum_index .schedule li .month p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#aboutus_curriculum_index .schedule li .month p::after {
  display: inline-block;
  margin: 0 0 0 10px;
  content: attr(data-text);
  font-size: 1.2rem;
}

#aboutus_curriculum_index .schedule li .text_area {
  padding: 15px;
}

#aboutus_curriculum_index .schedule li .text_area h2 {
  position: relative;
  margin: 40px 0 20px;
  padding: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#aboutus_curriculum_index .schedule li .text_area h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 60px;
  border-bottom: 3px solid #9e7846;
}

#aboutus_curriculum_index .schedule li .text_area h2:first-child {
  margin-top: 0;
}

#aboutus_curriculum_index .schedule li .text_area h2:last-child {
  margin-bottom: 0;
}

#aboutus_curriculum_index .schedule li .text_area p a {
  display: inline-table;
  color: #86002e;
}

#aboutus_curriculum_index .schedule li .text_area p a .icon-right {
  position: relative;
  top: -3px;
  display: table-cell;
  padding: 0 5px 15px 0;
  font-size: 1.0rem;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

#aboutus_curriculum_index .schedule li .text_area .img_float_right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#aboutus_curriculum_index .schedule li .text_area .img_float_right:not(:first-child) {
  margin: 30px 0 0;
}

#aboutus_curriculum_index .schedule li .text_area .img_float_right figure {
  margin: 20px 0 0;
}

#aboutus_curriculum_index .schedule li .text_area .img_float_right figure figcaption {
  margin: 10px 0 0;
  font-size: 1.3rem;
}

/* ============================================================ */
/* 授業の特長
   #aboutus_curriculum_index */
/* ============================================================ */
#aboutus_curriculum_index #hours740 {
  padding: 60px 0 0;
}

#aboutus_curriculum_index #hours740 ul li:not(:first-child) {
  margin: 2px 0 0;
}

#aboutus_curriculum_index #hours740 ul li a {
  position: relative;
  display: block;
}

#aboutus_curriculum_index #hours740 ul li a figure,
#aboutus_curriculum_index #hours740 ul li a figure img {
  width: 100%;
}

#aboutus_curriculum_index #hours740 ul li a div {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  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;
  background: rgba(0, 0, 0, 0.5);
}

#aboutus_curriculum_index #hours740 ul li a div p {
  color: #e6d8b7;
  font-family: Verdana, Geneva," sans-serif";
  font-size: 2.0rem;
}

#aboutus_curriculum_index #hours740 ul li a div p span {
  color: #fff;
  font-weight: bold;
}

#aboutus_curriculum_index #hours740 ul li a div p .icon-chevron-circle-right {
  position: relative;
  top: -2px;
  margin: 0 5px 0 0;
  color: #fff;
  font-size: 1.4rem;
}

#aboutus_curriculum_index .local_nav {
  margin-top: 0;
}

#aboutus_curriculum_index .modal_content_hours740 .ttl {
  margin-top: 20px;
}

/* ============================================================ */
/* 就職・留学実績
   #aboutus_success_index */
/* ============================================================ */
#aboutus_success_index {
  /*----- #results -----*/
  /*----- #interview -----*/
  /*----- #related_services -----*/
}

#aboutus_success_index #results section {
  margin: 20px 0 0;
  padding: 20px;
  background: #fff;
}

#aboutus_success_index #results section h3 {
  margin: 0 0 20px;
  color: #9e7846;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#aboutus_success_index #interview section:not(:last-child) {
  margin: 0 0 40px;
}

#aboutus_success_index #interview section a {
  position: relative;
  display: block;
  padding: 15px;
  border: 1px solid #ddd;
}

#aboutus_success_index #interview section a > p {
  position: absolute;
  top: 30px;
  left: 50%;
  color: #fff;
  font-family: Arial, Helvetica," sans-serif";
  letter-spacing: -0.01em;
  -webkit-transform: translateX(-98px);
          transform: translateX(-98px);
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
}

#aboutus_success_index #interview section a > p span {
  display: block;
}

#aboutus_success_index #interview section a > p span:first-child {
  font-size: 2.2rem;
}

#aboutus_success_index #interview section a figure {
  margin: 0 0 20px;
  text-align: center;
}

#aboutus_success_index #interview section a figure figcaption {
  margin: 10px 0 0;
}

#aboutus_success_index #interview section a figure figcaption .icon-chevron-circle-right {
  margin: 0 5px 0 0;
  color: #9e7846;
}

#aboutus_success_index #interview section a ol li {
  position: relative;
  padding: 20px 15px;
  line-height: 1.6;
}

#aboutus_success_index #interview section a ol li:not(:last-child)::after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  z-index: 1;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 14px 36px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#aboutus_success_index #interview section a ol li h3 {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#aboutus_success_index #interview section a ol li h3::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  content: "";
  width: 54px;
  border-bottom: 3px solid #9e7846;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#aboutus_success_index #interview section a ol li.before {
  background: #eee;
}

#aboutus_success_index #interview section a ol li.before::after {
  border-top-color: #eee;
}

#aboutus_success_index #interview section a ol li.during {
  background: #e3e3e3;
}

#aboutus_success_index #interview section a ol li.during::after {
  border-top-color: #e3e3e3;
}

#aboutus_success_index #interview section a ol li.objective {
  background: #dadada;
}

#aboutus_success_index #interview section a ol li.objective::after {
  border-top-color: #dadada;
}

#aboutus_success_index #interview section a ol li.future {
  background: #cecece;
}

#aboutus_success_index #interview section a ol li.future::after {
  border-top-color: #cecece;
}

#aboutus_success_index #interview section a ol li.present {
  background: #8c8c8c;
  color: #fff;
}

#aboutus_success_index #interview section a ol li.present::after {
  border-top-color: #8c8c8c;
}

#aboutus_success_index #interview section a ol li.present h3::after {
  border-bottom-color: #fff;
}

#aboutus_success_index #interview section a ol li.present p {
  font-weight: bold;
}

#aboutus_success_index #related_services ul li {
  background: #fff;
}

#aboutus_success_index #related_services ul li:not(:last-child) {
  margin: 0 0 20px;
}

#aboutus_success_index #related_services ul li h3 {
  padding: 10px 0;
  border: 1px solid #86002e;
  text-align: center;
}

#aboutus_success_index #related_services ul li p {
  padding: 20px 15px;
}

/* ============================================================ */
/* プロフェッショナル講師紹介
   #teacher_index */
/* ============================================================ */
#teacher_index {
  /*----- #message_movie -----*/
  /*----- #message -----*/
  /*----- #coordinator -----*/
}

#teacher_index .ttl_block {
  position: relative;
  padding: 0 0 15px;
}

#teacher_index .ttl_block::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100px;
  border-bottom: 1px solid #9e7846;
}

#teacher_index .ttl_block .ttl {
  color: #9e7846;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

#teacher_index .ttl_block p {
  font-weight: bold;
}

#teacher_index #message_movie ul li:not(:first-child) {
  margin: 30px 0 0;
}

#teacher_index #message_movie ul li figcaption {
  margin: 10px 0 0;
}

#teacher_index #message ul li {
  margin: 0 0 40px;
}

#teacher_index #message ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}

#teacher_index #message ul li > div figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin: 0 20px 0 0;
}

#teacher_index #message ul li > div figure img {
  width: 100%;
}

#teacher_index #message ul li > div .ttl_block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#teacher_index #message .btn01 .icon-plus-circle {
  margin: 0 5px 0 0;
}

#teacher_index #coordinator .coordinator_ttl h2 {
  margin: 0 0 15px;
  padding: 10px 0;
  border: 1px solid #86002e;
  color: #86002e;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#teacher_index #coordinator ul li {
  margin: 40px 0 0;
}

#teacher_index #coordinator ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}

#teacher_index #coordinator ul li > div figure {
  width: 80px;
  margin: 0 20px 0 0;
}

#teacher_index #coordinator ul li > div figure img {
  width: 100%;
}

/* ============================================================ */
/* レベル別コース 共通
   .course */
/* ============================================================ */
.course {
  /* .level_lead_block
	----------------------------------------------------------- */
  /* #time_table
	----------------------------------------------------------- */
  /* #other_course
	----------------------------------------------------------- */
}

.course .level_lead_block {
  background: #eee;
}

.course .level_lead_block .img_float_left {
  padding: 30px 15px;
}

.course .level_lead_block .img_float_left .ttl {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.course .level_lead_block .img_float_left .ttl::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #9e7846;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.course .level_lead_block .img_float_left .ttl:not(:first-child) {
  margin-top: 30px;
}

.course #time_table > p {
  margin: 0 0 30px;
}

.course #time_table .table_wrap:not(:last-child) {
  margin-bottom: 30px;
}

.course #time_table .table02 th,
.course #time_table .table02 td {
  white-space: normal;
    padding: 12px;
}
.course #time_table #tt .table02{
    border:1px solid #aaa;
}

.course #time_table #tt .table02 th{
  white-space: normal;
    padding: 12px;
    border: 1px solid #aaa;
}

.course #time_table #tt .table02 td {
  white-space: normal;
    padding: 12px;
    border: 1px dashed #aaa;
}
.course #time_table #tt .table02 td:nth-of-type(1),
.course #time_table #tt .table02 td:nth-of-type(2) {
    border:none;
}
.course #time_table #tt .table02 td div{
    background-color: #f2f2f2;
    padding: 5px 0 2px;
    font-weight: bold;
    margin: 0 0 5px;
}
.course #time_table .table02 th {
  font-size: 1.4rem;
}

.course #time_table .table02 th span::after {
  position: relative;
  top: -1px;
  display: inline-block;
  content: attr(data-text);
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}

.course #time_table .table02 td.period {
  width: 49%;
  padding: 8px 0;
}

.course #time_table .table02 td:not(.period) {
  line-height: 1.6;
}

.course #time_table .table02 td h3 {
  margin:5px 0 0;
  color: #86002e;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.course #time_table .table02 td p{
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}

.course #time_table .table02.special {
  margin-top: 30px;
}

.course #time_table .table02.special th {
  font-size: 1.4rem;
}

.course #other_course {
  position: relative;
  padding: 40px 15px 0;
}

.course #other_course::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  border-color: #e3e3e3 transparent transparent;
  border-style: solid;
  border-width: 25px 90px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.course #other_course h2 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.course #other_course .local_nav {
  border-bottom: none;
}

.course #other_course .local_nav ul {
  display: block;
  margin: 0;
}

.course #other_course .local_nav ul li:not(:first-child) {
  margin: 10px 0 0;
}

.course #other_course .local_nav ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  border-radius: 0px;
}

.course #other_course .local_nav ul li a p:first-child {
  font-size: 1.8rem;
}

.course #other_course .local_nav ul li a p:first-child span {
  padding: 0 0 0 2px;
  font-size: 2.0rem;
}

.course #other_course .local_nav ul li a p:first-child .icon-chevron-circle-right {
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.course #other_course .local_nav ul li a p:last-child {
  font-size: 1.2rem;
}


.course #other_course .local_nav ul li:nth-of-type(4) a p:first-child{
  font-size: 2.0rem;
}

#course_level1 .local_nav .lnav_level1 a,
#course_level2 .local_nav .lnav_level2 a,
#course_level3 .local_nav .lnav_level3 a,
/*#course_level4 .local_nav .lnav_level4 a,
#course_level5 .local_nav .lnav_level5 a,*/
#course_advanced .local_nav .lnav_advanced a{
  background: #86002e;
  color: #fff;
}
#course_index .example section p,
#aboutus_index .example section p,
#aboutus_introduction_index .example section p{
    margin-bottom: 20px;
}

/* ============================================================ */
/* レベル別コーストップ
   #course_index */
/* ============================================================ */
#course_index {
  /* .local_nav
	----------------------------------------------------------- */
  /* .bnr_month3・.bnr_special
	----------------------------------------------------------- */
}

#aboutus_introduction_index .level_txt,
#aboutus_index .level_txt{
	text-align:left;
	margin:40px 20px;
}


#course_index .local_nav,
#aboutus_introduction_index .local_nav,
#aboutus_index .local_nav {
  border-bottom: none;
}

#course_index .resp-accordion-closed,
#aboutus_introduction_index .resp-accordion-closed,
#aboutus_index .resp-accordion-closed {
  display: none !important;
}

#course_index .resp-tabs-container,
#aboutus_introduction_index .resp-tabs-container,
#aboutus_index .resp-tabs-container {
  margin: 0 15px;
}

#course_index h2.resp-accordion,
#aboutus_introduction_index h2.resp-accordion,
#aboutus_index h2.resp-accordion {
  position: relative;
  display: block;
  background: #cebba2;
  padding: 10px 0;
  color: #C1A57B;
  font-weight: bold;
  text-align: center;
}

#course_index h2.resp-accordion:not(:first-of-type),
#aboutus_introduction_index h2.resp-accordion:not(:first-of-type),
#aboutus_index h2.resp-accordion:not(:first-of-type) {
  margin: 10px 0 0;
}

#course_index h2.resp-accordion .icon-plus-bold,
#aboutus_introduction_index h2.resp-accordion .icon-plus-bold,
#aboutus_index h2.resp-accordion .icon-plus-bold {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#course_index h2.resp-accordion p:first-of-type,
#aboutus_introduction_index h2.resp-accordion p:first-of-type,
#aboutus_index h2.resp-accordion p:first-of-type {
  font-size: 1.8rem;
}
#course_index h2:nth-of-type(4).resp-accordion p:first-of-type{
  font-size: 2.0rem;
}

#course_index h2.resp-accordion p:first-of-type span,
#aboutus_introduction_index h2.resp-accordion p:first-of-type span,
#aboutus_index h2.resp-accordion p:first-of-type span {
  font-size: 2.0rem;
}

#course_index h2.resp-accordion p:last-of-type,
#aboutus_introduction_index h2.resp-accordion p:last-of-type,
#aboutus_index h2.resp-accordion p:last-of-type {
  font-size: 1.2rem;
}

#course_index h2.resp-tab-active,
#aboutus_introduction_index h2.resp-tab-active,
#aboutus_index h2.resp-tab-active {
  background: #86002e;
  color: #fff;
}

#course_index h2.resp-tab-active .icon-plus-bold::before,
#aboutus_introduction_index h2.resp-tab-active .icon-plus-bold::before,
#aboutus_index h2.resp-tab-active .icon-plus-bold::before {
  content: "\f068";
}
#course_index .resp-tab-content,
#aboutus_introduction_index .resp-tab-content,
#aboutus_index .resp-tab-content {
  display: none;
  padding: 30px 15px;
  background: #eee;
}
#course_index #parentHorizontalTab .btn02,
#course_index .resp-tab-content .btn02,
#aboutus_introduction_index .resp-tab-content .btn02,
#aboutus_index .resp-tab-content .btn02,
#aboutus_introduction_index #parentHorizontalTab .btn02,
#aboutus_index #parentHorizontalTab .btn02{
  font-size: 1.3rem;
}
#course_index #parentHorizontalTab .local_nav ul li a,
#aboutus_introduction_index #parentHorizontalTab .local_nav ul li a,
#aboutus_index #parentHorizontalTab .local_nav ul li a{
    font-size: 1.4rem;
    border-radius: 6px;
    padding: 5px;
}

#course_index .ttl_block,
#aboutus_introduction_index .ttl_block,
#aboutus_index .ttl_block {
  margin: 0 0 30px;
}

.course .score_block {
  margin: 0 0 30px;
}

#course_index .ttl_block .target,
#aboutus_introduction_index .ttl_block .target,
#aboutus_index .ttl_block .target {
  margin: 0 0 20px;
}

#course_index .ttl_block .target h3,
#aboutus_introduction_index .ttl_block .target h3,
#aboutus_index .ttl_block .target h3 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

#course_index .ttl_block .target h3 span,
#aboutus_introduction_index .ttl_block .target h3 span,
#aboutus_index .ttl_block .target h3 span {
  position: relative;
}

#course_index .ttl_block .target h3 span::before, #course_index .ttl_block .target h3 span:after,
#aboutus_introduction_index .ttl_block .target h3 span::before, #aboutus_introduction_index .ttl_block .target h3 span:after,
#aboutus_index .ttl_block .target h3 span::before, #aboutus_index .ttl_block .target h3 span:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px;
}

#course_index .ttl_block .target h3 span::before,
#aboutus_introduction_index .ttl_block .target h3 span::before,
#aboutus_index .ttl_block .target h3 span::before {
  margin: 0 15px 0 0;
  background-image: url(/senka/course/img/bg_recommend_left.png);
}

#course_index .ttl_block .target h3 span::after,
#aboutus_introduction_index .ttl_block .target h3 span::after,
#aboutus_index .ttl_block .target h3 span::after {
  margin: 0 0 0 15px;
  background-image: url(/senka/course/img/bg_recommend_right.png);
}

#course_index .ttl_block .score,
#aboutus_introduction_index .ttl_block .score,
#aboutus_index .ttl_block .score,
.course_ .score_block .score{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#course_index .ttl_block .score dl,
#aboutus_introduction_index .ttl_block .score dl,
#aboutus_index .ttl_block .score dl,
.course .score_block .score dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.2%;
          flex: 0 1 46.2%;
  color: #86002e;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}


#course_index .ttl_block .score dl dt,
#aboutus_introduction_index .ttl_block .score dl dt,
#aboutus_index .ttl_block .score dl dt,
.course .score_block .score dl dt {
  margin: 0 0 15px;
  background: #86002e;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
    color:#fff;
}

#course_index .ttl_block .score dl dd,
#aboutus_introduction_index .ttl_block .score dl dd,
#aboutus_index .ttl_block .score dl dd,
.course .score_block .score dl dd {
  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;
}

#course_index .ttl_block .score dl dd strong,
#aboutus_introduction_index .ttl_block .score dl dd strong,
#aboutus_index .ttl_block .score dl dd strong,
.course .score_block .score dl dd strong {
  font-size: 4.0rem;
  font-family: Arial, Helvetica," sans-serif";
}

#course_index .ttl_block .score dl dd span:first-of-type,
#aboutus_introduction_index .ttl_block .score dl dd span:first-of-type,
#aboutus_index .ttl_block .score dl dd span:first-of-type,
.course .score_block .score dl dd span:first-of-type {
  padding: 2px 0;
  font-size: 2.0rem;
}

#course_index .ttl_block .score dl dd span:last-of-type,
#aboutus_introduction_index .ttl_block .score dl dd span:last-of-type,
#aboutus_index .ttl_block .score dl dd span:last-of-type,
.course .score_block .score dl dd span:last-of-type {
  width: 1em;
  padding: 2px;
  font-size: 1.2rem;
}

#course_index .example,
#aboutus_introduction_index .example,
#aboutus_index .example,
.course .example {
  margin: 0 0 30px;
}

#course_index .example h3,
#aboutus_introduction_index .example h3,
#aboutus_index .example h3 {
  background: #dcdcdc;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
}

.course .example h3 {
  background: #dcdcdc;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
    padding: 5px 0;
}

#course_index .example section,
#aboutus_introduction_index .example section,
#aboutus_index .example section,
.course .example section {
  margin: 20px 0 0;
  padding: 20px 15px;
  background: #fff;
}

#course_index .example section .ttl03,
#aboutus_introduction_index .example section .ttl03,
#aboutus_index .example section .ttl03,
.course .example section .ttl03 {
  margin: 0 0 20px;
  font-size: 1.8rem;
}

#course_index .example section .ttl03::after,
#aboutus_introduction_index .example section .ttl03::after,
#aboutus_index .example section .ttl03::after,
.course .example section .ttl03::after {
  width: 60px;
}

#course_index .bnr {
  padding-bottom: 0;
}

#index .bnr_month3 a,
#course_index .bnr_month3 a,
#course_index .bnr_special a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 15px;
}

#index .bnr_month3 a::before,
#course_index .bnr_month3 a::before,
#course_index .bnr_special a::before {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
}

#index .bnr_month3 a::after,
#course_index .bnr_month3 a::after,
#course_index .bnr_special a::after {
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/senka/course/img/icon_arrow.png) 0 0 no-repeat;
  background-size: 10px;
}

#index .bnr_month3 a h3,
#course_index .bnr_month3 a h3,
#course_index .bnr_special a h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

#index .bnr_month3,
#course_index .bnr_month3 {
  margin-bottom: 20px;
    background: #FFF;
}

#index .bnr_month3 a,
#course_index .bnr_month3 a {
  background: url(/senka/course/img/bg_bnr_3month.png) right top no-repeat;
  background-size: contain;
  border: 1px solid #b6a084;
}

#index .bnr_month3 a::before,
#course_index .bnr_month3 a::before {
  background: rgba(158, 120, 70, 0.7);
}

#index .bnr_month3 a h3,
#course_index .bnr_month3 a h3 {
  color: #C1A57B;
}

#course_index .bnr_special a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url(/senka/course/img/bg_bnr_special.png) left top no-repeat;
  background-size: contain;
  border: 1px solid #c196a0;
}

#course_index .bnr_special a::before {
  background: rgba(134, 0, 46, 0.7);
}

#course_index .bnr_special a h3 {
  color: #86002e;
}

#course_index #parentHorizontalTab h2.resp-accordion:nth-of-type(5){
	position: relative;
}
		
#course_index #parentHorizontalTab h2.resp-accordion:nth-of-type(5)::before{
	content: "";
	top: 0;
	left: 0;
	border-bottom: 5em solid transparent;
	border-left: 5em solid #86002e;
	position: absolute;
	z-index: 1;
}
#course_index #parentHorizontalTab h2.resp-tab-active:nth-of-type(5)::before{
	content: "";
	top: 0;
	left: 0;
	border-bottom: 5em solid transparent;
	border-left: 5em solid #c49e36;
	position: absolute;
	z-index: 1;
}


#course_index #parentHorizontalTab h2.resp-accordion:nth-of-type(5)::after{
	content: "CHECK!";
	display: block;
	top: 15px;
	transform: rotate(-45deg);
	color: #fff;
	left: 0;
	position: absolute;
	z-index: 2;
	font-size: 14px;
}

#course_index #cliff_edge{
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
}

#course_index #cliff_edge .new{
    width: 180px;
    background-color: #A00039;
    color:#fff;
    font-size: 2rem;
    margin:0 auto 20px;
    text-align: center;
    font-weight: bold;
}

#course_index #cliff_edge h2{
    color:#A00039;
    font-size: 2rem;
    text-align: center;    
    font-weight: bold;
    margin:0 0 30px;
  position: relative;
}
#course_index #cliff_edge h2:before{
  position: absolute;
  content: "＼";
  font-size: 5rem;
  margin-top: -3rem;
  top: 50%;
  left: 0;
  font-weight: normal;
}
#course_index #cliff_edge h2:after{
  position: absolute;
  content: "／";
  font-size: 5rem;
  margin-top: -3rem;
  top: 50%;
  right: 0;
  font-weight: normal;
}

#course_index #cliff_edge h3.ttl03 {
    font-size: 2.0rem;
}

#course_index #cliff_edge h4{
    color:#A00039;
    font-size: 2rem;
    text-align: center;    
    font-weight: bold;
    margin:20px 0;
}

#course_index #cliff_edge ul{
    /*display: flex;
    flex-wrap: wrap;*/
}

#course_index #cliff_edge ul li{
    /*flex: 0 0 50%;*/
	margin:0 auto;
	padding:0 0 30px;
}

#course_index #cliff_edge ul li img{
  width: 100%;
}
#course_index #cliff_edge .btn_block{
  left: 0;
  bottom: 0;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 0 0 20px;
}
#course_index #cliff_edge .btn_block{
    display: block;
    margin: 5px auto 0;
    text-align: center;
    background: #C1A57B;
    padding: 10px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
}
#course_index #cliff_edge .btn_block::after {
  position: absolute;
  top:13px;
  left: 20%;
  content: "＋";
  font-size: 1.4rem;
  padding:0 5px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  color: #C1A57B;
  background: #fff;
}

#course_index #cliff_edge .btn_block.active::after {
  content: "－";
}

#course_index #cliff_edge div.cliff_edge_example{
    display:none;
    padding: 20px;
    /*background-color: #eaf2ff;*/
    margin-bottom: 20px;
}

#course_index #cliff_edge table {
    border-top:1px solid #aaa;
    border-left:1px solid #aaa;
    font-size: 1.6rem;
    width: 100%;
    margin:0 auto;
    margin-bottom:30px;
}

#course_index #cliff_edge table th,
#course_index #cliff_edge table td{
	display:block;
	width:100%;
}

#course_index #cliff_edge table th {
    padding:15px;
    vertical-align:middle;
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    color:#A00039;
    background-color: #eee;
    font-weight: bold;
}

#course_index #cliff_edge table td {
    padding:15px;
    vertical-align:middle;
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
}

#course_index #cliff_edge table td span{
    font-weight:bold;
}

/* ============================================================ */
/* グローバルコミュニケーション専科3月集中
   #course_3month */
/* ============================================================ */
#course_3month {
  /* #visual
	----------------------------------------------------------- */
  /* .anchor_link
	----------------------------------------------------------- */
  /* #features
	----------------------------------------------------------- */
  /* #curriculum
	----------------------------------------------------------- */
  /* #worry
	----------------------------------------------------------- */
  /* #school_check
	----------------------------------------------------------- */
}

body#course_3month{
	background-color:#111;
}

#course_3month #sp_menu .contact {
	color:#333;
}

#course_3month #visual {
    padding: 0 !important;
}

#course_3month #visual figure {
    height: auto !important;
}

#course_3month #visual figure img {
	position:inherit !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
}

#course_3month #visual figure::after {
     background: none; 	
}

#course_3month .topic_path a {
  color: #FFF;
}

#course_3month #wrap {
  color: #FFF;
}

#course_3month #sp_menu .contact p span{
	color:inherit;
}

#course_3month table > *{
	border-radius:0;
}

#course_3month table th{
	background-color:#8D8D8D;
	color:#FFF;
}

#course_3month table td{
	background:none;
}

#course_3month .table01 thead:first-child tr:first-child > *:first-child,
#course_3month .table01 tbody:first-child tr:first-child > *:first-child {
	border-left: 1px solid #aaa !important;
	border-radius: 0;
}

#course_3month .table01 tbody:last-child tr:last-child > *:last-child {
	border-bottom: 1px solid #8D8D8D;
	border-radius: 0;
}

#course_3month .table01 td {
	border-left: 1px solid #aaa !important;
}

#course_3month .ttl03{
  color: #E5C727;
  font-weight:normal;
}

#course_3month .ttl03::after{
background: -moz-linear-gradient(left,  rgba(229,199,39,0) 0%, rgba(229,199,39,1) 45%, rgba(229,199,39,1) 55%, rgba(229,199,39,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(229,199,39,0) 0%,rgba(229,199,39,1) 45%,rgba(229,199,39,1) 55%,rgba(229,199,39,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(229,199,39,0) 0%,rgba(229,199,39,1) 45%,rgba(229,199,39,1) 55%,rgba(229,199,39,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5c727', endColorstr='#00e5c727',GradientType=1 ); /* IE6-9 */
}
		
#course_3month .subttl_month03{
  color: #FFF;
  font-weight:normal;
}

#course_3month .ttl_month03 {
  margin: 0 0 40px;
  padding: 10px 20px;
  background: #f2e5ea;
  border: 2px solid #810132;
  border-left: none;
  border-radius: 0 100px 100px 0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#course_3month .subttl_month03 {
  margin: 0 0 30px;
  padding: 0 0 0 15px;
  /*border: 1px solid #86002e;*/
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

#course_3month .btn01 {
	background-color:#B49E1A;
}

#course_3month .row_introWide {
  width: 100%;
  margin: 0 0 40px;
  background-color:#BFA716;
}

#course_3month .row_intro {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  color:#000;
}

#course_3month .row_intro h2.ttl02 {
  position: relative;
  margin: 0 0 35px;
  padding: 0 20px 15px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}


#course_3month .row_intro h2.ttl02 span {
	font-size: 1.8rem;
	display:block;
}
		

#course_3month .row_intro h2.ttl02::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	display: block;
	width: 200px;
	height: 3px;
	background: -webkit-linear-gradient(left, #d3b562 0%, #ae8922 50%, #d3b562 100%);
	background: linear-gradient(to right, #d3b562 0%, #ae8922 50%, #d3b562 100%);
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
background: -moz-linear-gradient(left,  rgba(17,17,17,0) 0%, rgba(17,17,17,1) 45%, rgba(17,17,17,1) 55%, rgba(17,17,17,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(17,17,17,0) 0%,rgba(17,17,17,1) 45%,rgba(17,17,17,1) 55%,rgba(17,17,17,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(17,17,17,0) 0%,rgba(17,17,17,1) 45%,rgba(17,17,17,1) 55%,rgba(17,17,17,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111111', endColorstr='#00111111',GradientType=1 ); /* IE6-9 */
}


#course_3month .row_intro div p {
	padding:0 5%;
}

#course_3month .row_intro div aside {
  margin: 20px;
  border:2px solid #111;
  padding:15px 20px 20px;
}

#course_3month .row_intro div aside p {
	font-size: 1.3rem;
	padding:0;

}

#course_3month .row_intro div aside h3 {
	font-size: 1.8rem;
	margin: 0 0 10px;
}

#course_3month .row_intro div aside h3::before {
	content: url(/senka/course/img/icon_info.png);
	position: relative;
	top:5px;
	margin:0 10px 0 0;
}


#course_3month header {
  margin-bottom: 0;
}

#course_3month .btn {
  margin: 30px 0 0;
}

#course_3month .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  background: -webkit-linear-gradient(top, #4273ae 0%, #315ea1 49%, #214b93 50%, #214b93 100%);
  background: linear-gradient(to bottom, #4273ae 0%, #315ea1 49%, #214b93 50%, #214b93 100%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
}


#course_3month .btn a:hover {
  opacity: 0.7;
}

#course_3month #visual {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 10px;
  background: url(/senka/course/img/bg_mainvisual_3month.png) 0 0 repeat-x;
  background-size: auto 100%;
}

#course_3month #visual h1 img {
  width: 100%;
}

#course_3month .anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 30px;
}

#course_3month .anchor_link li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#course_3month .anchor_link li:not(:first-child) {
  margin: 0 0 0 1.25%;
}

#course_3month .anchor_link li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 0 10px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  background-color:#DFE1E1;
  color:#111;
}

#course_3month .anchor_link li a .icon-down {
  position: absolute;
  left: 50%;
  bottom: 2px;
  color: #111;
  font-size: 1.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#course_3month .anchor_link li a:hover {
  opacity: 0.6;
}

#course_3month #features .img_float_right figure {
  width: 70%;
  margin: 0 auto 20px;
}

#course_3month #features .img_float_right h2 {
  padding: 0 0 10px;
  border-bottom: 1px solid #86002e;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#course_3month #features .img_float_right h2 span {
  display: block;
  font-size: 2.0rem;
}

#course_3month #curriculum img {
  width: 100%;
}

#course_3month .row#curriculum  {
  padding: 0 15px;
}

#course_3month #curriculum ul li {
  position: relative;
	background:#8D8D8D;
	padding:20px;
}

#course_3month #curriculum ul li:not(:first-child) {
  margin: 10% 0 0 0;
}

#course_3month #curriculum ul li:not(:first-child)::after {
	content: url(/senka/course/img/icon_turnArrow_y.png);
	position: absolute;
	top:-8%;
	left: 38%;
}

#course_3month #curriculum ul li > dl {
	border: 2px solid #42474C;
	padding:10px;
	margin:0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#course_3month #curriculum ul li > dl dt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}

#course_3month #curriculum ul li > dl dt span {
	display:block;
	height:60px;
	width:60px;
	  border-radius: 50%;
	  background:#42474C;
	  padding-top: 35%;
	  text-align:center;
	font-size: 1.6rem;
	color:#C4C4C4;
}

#course_3month #curriculum ul li > dl dd {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
text-align:center;
  color:#111;
}

#course_3month #curriculum ul li > dl dd h5 {
	font-size: 2.0rem;
}

#course_3month #curriculum ul li > dl dd h5 span {
	font-size: 1.6rem;
}

#course_3month #curriculum ul li > dl dd p {
	font-size: 1.6rem;
}

#course_3month #curriculum ul li > dl dd p span {
	display:block;
	font-size: 1.3rem;
}

#course_3month #curriculum ul li .img_float_left figure {
    margin: 0 0 20px 0;
}

#course_3month #curriculum ul li .img_float_left div  {
	font-size: 1.4rem;
	color:#111;
}


#course_3month #worry ol {
  margin-bottom:30px;
}

#course_3month #worry ol li {
  position: relative;
}

#course_3month #worry ol li:not(:first-child) {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
}

#course_3month #worry ol li .ttl p {
  margin: 0 0 10px 0;
  padding:0 0 8px 0;
  color: #fff;
  font-family: Arial, Helvetica," sans-serif";
  text-align: center;
  font-size: 2.0rem;
  line-height: 1;
}

#course_3month #worry ol li .ttl h4 {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.5;
}

#course_3month #worry ol li figure {
  margin: 20px 0;
}

#course_3month #worry ol li figure img {
  width: 100%;
}

#course_3month #free_flow {
	border-top:1px solid #FFF;
	background:#111;
}

#course_3month #free_flow h2 {
	color:#FFF;
}

#course_3month .local_nav {
  border-bottom: 3px solid #BFA716;
}

#course_3month .local_nav ul li a {
  background: #eee;
  color: #111;
  font-size: 1.3rem;
}

#course_3month .local_nav ul li.active a {
  background: #BFA716;
  color: #fff;
}

/* ============================================================ */
/* .tab_box */
/* ============================================================ */
#course_3month .tab_box {
  background: #8D8D8D;
}

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

#course_3month .tab_box h3,
#course_3month .tab_box h4.ttl03 {
 color: #111;
}

#course_3month .tab_box h3.ttl02 {
 color: #fff;
}

#course_3month .tab_box h4.ttl03::after{
background: -moz-linear-gradient(left,  rgba(17,17,17,0) 0%, rgba(17,17,17,1) 45%, rgba(17,17,17,1) 55%, rgba(17,17,17,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(17,17,17,0) 0%,rgba(17,17,17,1) 45%,rgba(17,17,17,1) 55%,rgba(17,17,17,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(17,17,17,0) 0%,rgba(17,17,17,1) 45%,rgba(17,17,17,1) 55%,rgba(17,17,17,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111111', endColorstr='#00111111',GradientType=1 ); /* IE6-9 */
}


#course_3month #changing .area_block {
  color:#111;
}

/*.info_table*/
/*.level_table*/
#course_3month .info_table,
#course_3month .level_table {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-collapse: separate;
	margin: 0 0 40px 0;
}

#course_3month .info_table tr > *:first-child,
#course_3month .level_table tr > *:first-child {
    border-left: none;
}

#course_3month .info_table th,
#course_3month .level_table thead th {
    padding: 12px;
    font-weight: bold;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
	background-color:#8D8D8D;
	color:#FFF;
}

#course_3month .info_table td,
#course_3month .level_table tbody th,
#course_3month .level_table tbody td {
    padding: 12px 6px;
	background:none;
	color:#FFF;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
}

#course_3month .level_table tbody th p:first-child {
  margin: 0 0 2px;
  font-size: 2.0rem;
}

#course_3month .info_table td,
#course_3month .info_table td{
	display:block;
	width:100%;
}

/*.schedule_table*/
#course_3month .schedule_table {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-collapse: separate;
	margin: 0 0 40px 0;
}

#course_3month .schedule_table tr > *:first-child {
    border-left: none;
}

#course_3month .schedule_table th {
    padding: 12px;
    background: #eee;
    font-weight: bold;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
	color:#86002e;
}

#course_3month .schedule_table td {
    padding: 12px 6px;
    background: #fff;
	color:#111;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
}


#course_3month .schedule_table tbody{
	display:block;
	/*height:365px;
	overflow-y:scroll;*/
}

#course_3month .schedule_table tr {
    display: block;
	clear: both;
}

#course_3month .schedule_table td {
    display: block;
	font-size: 1.0rem;
}


#course_3month .schedule_table tbody:last-child tr:last-child > td.schd_level,
#course_3month .schedule_table tbody:last-child tr:last-child > td.schd_week,
#course_3month .schedule_table tbody:last-child tr:last-child > td.schd_time,
#course_3month .schedule_table tbody:last-child tr:last-child > td.schd_start,
#course_3month .schedule_table tbody:last-child tr:last-child > td.schd_end {
    border-bottom: none;
}



/*thead*/
#course_3month  .schedule_table th.schd_term {
    display: block;
	width:100%;
	background-color: #eee;
	font-weight:bold;
	text-align:left;
	border-left:none;
	color:#86002e;
}

/*tbody*/
/* 開催校 */
#course_3month .schedule_table td.schd_schName {
	background-color: #eee;
	font-weight:bold;
	color:#86002e;
	font-size: 1.3rem;
	padding:12px;
}

#course_3month .schedule_table td:last-child {
}

#course_3month .schedule_table td.schd_level{
	float: left;
	width: 13%;
    border-right: 1px solid #d9d9d9;
}

#course_3month .schedule_table td.schd_week{
	float: left;
	width: 18%;
    border-right: 1px solid #d9d9d9;
}
#course_3month .schedule_table td.schd_week span{
	display:none;
}

#course_3month .schedule_table td.schd_time{
	float: left;
	width: 30%;
}

#course_3month .schedule_table td.schd_start{
	float: left;
	width: 13%;
	padding: 12px 0 12px 6px;
	border-right:none;
}

#course_3month .schedule_table td.schd_end{
	float: left;
	width: 26%;
	padding: 12px 6px 12px 0;
}

#course_3month .schedule_table td.schd_end2018{
	float: left;
	width: 26%;
	padding: 12px 6px 12px 0;
}



/* contentでタイトルを追加 */
/*.schedule_table td.schd_start:before { content: "2017/";}*/
#course_3month .schedule_table td.schd_end:before { content: "～";}
#course_3month .schedule_table td.schd_end2018:before { content: "～2018/";}



@media screen and (max-width: 320px) {

#course_3month .schedule_table td { font-size: 0.7rem; padding: 10px 4px;}

/*.schedule_table td.schd_start { width: 28%; padding: 10px 0 10px 10px;}
.schedule_table td.schd_end { width: 20%; padding: 10px 10px 10px 5px;}*/
#course_3month .schedule_table td.schd_level { width: 12%;}
#course_3month .schedule_table td.schd_week { width: 14%;}
#course_3month .schedule_table td.schd_time { width: 33%;}
#course_3month .schedule_table td.schd_start { width: 13%; padding: 10px 4px;}
#course_3month .schedule_table td.schd_end{ width: 28%; padding: 10px 4px;}
#course_3month .schedule_table td.schd_end2018{ width: 28%; padding: 10px 4px;}

/*#course_3month .schedule_table td.schd_time:before { content: "";}
#course_3month .schedule_table td.schd_start:before { content: "";}*/
#course_3month .schedule_table td.schd_end:before { content: "～";}
#course_3month .schedule_table td.schd_end2018:before { content: "～2018/";}

}


/* ============================================================ */
/* 専科の卒業生・受講生の声 共通
   .voice */
/* ============================================================ */
.voice {
  /* .local_nav_voice
	----------------------------------------------------------- */
}

.voice .local_nav_voice ul li a {
  position: relative;
  display: block;
  background: #eee;
}

.voice .local_nav_voice ul li figure,
.voice .local_nav_voice ul li figure img {
  width: 100%;
}

.voice .local_nav_voice ul li div {
  position: relative;
  padding: 15px 0;
}

.voice .local_nav_voice ul li div::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\e906";
  font-family: 'icomoon';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.voice .local_nav_voice ul li p {
  font-size: 1.2rem;
  text-align: center;
}

.voice .local_nav_voice ul li .number {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #fff;
  font-family: Arial, Helvetica," sans-serif";
  letter-spacing: -0.01em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.voice .local_nav_voice ul li .number span {
  display: block;
}

.voice .local_nav_voice ul li .number span:last-child {
  font-size: 6.0rem;
  letter-spacing: -0.02em;
}

.voice .local_nav_voice ul li .name {
  margin: 0 0 10px;
  font-size: 1.6rem;
}

.voice .local_nav_voice ul li .name span {
  font-size: 1.4rem;
}

.voice .local_nav_voice ul li:not(:first-child) {
  margin: 30px 0 0;
}

.voice .local_nav_voice ul li.lnav_case03 .number {
  color: #ddd;
}

#voice_graduate_case01 .local_nav_voice .lnav_case01 a,
#voice_graduate_case02 .local_nav_voice .lnav_case02 a,
#voice_graduate_case03 .local_nav_voice .lnav_case03 a {
  background: #ddd;
  color: #9b9b9b;
}

#voice_graduate_case01 .local_nav_voice .lnav_case01 figure,
#voice_graduate_case02 .local_nav_voice .lnav_case02 figure,
#voice_graduate_case03 .local_nav_voice .lnav_case03 figure {
  position: relative;
}

#voice_graduate_case01 .local_nav_voice .lnav_case01 figure::after,
#voice_graduate_case02 .local_nav_voice .lnav_case02 figure::after,
#voice_graduate_case03 .local_nav_voice .lnav_case03 figure::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background: rgba(125, 125, 125, 0.5);
}

/* ============================================================ */
/* 専科の卒業生・受講生の声 トップ
   #voice_index */
/* ============================================================ */
#voice_index {
  /* #graduate
	----------------------------------------------------------- */
  /* #students
	----------------------------------------------------------- */
}

#voice_index #graduate ul{
     display: flex;
    flex-wrap: wrap;
}

#voice_index #graduate ul li{
  flex: 0 1 100%;
    background: #eee;
    margin:0 auto 20px;
    padding: 20px;
}

#voice_index #graduate ul li h3,
#students #students_voice .student01 h4{
    font-size: 2rem;
    color:#A60037;
    text-align: center;
    margin:0 0 20px;
    font-weight: bold;
}
#voice_index #graduate ul li span.int-lead{
  color: #A60037;
  font-weight: bold;
}
#voice_index #graduate ul li figure,
#students #students_voice .student01 figure{
    text-align: center;
}
#voice_index #graduate ul li .profile,
#students #students_voice .student01 .profile {
  position: relative;
  display: block;
    margin-bottom:30px;
}
#voice_index #graduate ul li  .profile .history_area{
    margin-bottom:30px;
}
#voice_index #graduate ul li  div.history,
#students #students_voice .student01 div.history{
    background-color: #BC4E5E;
    border-radius: 50px;
    padding: 2px 10px;
    color: #fff;
    width: 80%;
    text-align: center;
    margin: 20px auto;
}
#voice_index #graduate ul li .profile .history_area p{
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
}
#voice_index #graduate ul li p.history_text,
#students #students_voice .student01 p.history_text{
    font-size: 1.2rem;
}

#voice_index #graduate ul li .profile .name {
    margin: 20px 0;
    font-size: 2rem;
    line-height: 1;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
#students #students_voice .student01 .profile .name {
    margin: 0 0 20px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    border-top: 1px solid #000;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    text-align: center;
}
#voice_index #graduate ul li .profile .name span,
#students #students_voice .student01 .profile .name span {
    font-size: 1.6rem;
}
input[type="checkbox"] {
  display: none;
}
.next-link2:after,
.next-link3:after,
.next-link:after {
    content: "...続きを読む";
    text-decoration: underline;
    cursor: pointer;
    padding-left: 5px;
}
input[type="checkbox"]:checked + .next-link2:after,
input[type="checkbox"]:checked + .next-link3:after,
input[type="checkbox"]:checked + .next-link:after {
  content: "閉じる"; 
  display: block;
    text-decoration: underline;
    cursor: pointer;
}
input[type="checkbox"]:checked ~ .text {
  overflow: unset;
  height: unset;
}
input[type="checkbox"]:checked ~ .text:after {
  display: none;
}
.multiline-text {
  position: relative;
  overflow: hidden;
}
.next-link,
.next-link2,
.next-link3,
.text:after {
  content:"";
  position: absolute;  
}

.next-link,
.next-link2,
.next-link3 {
    color: #A60037;
    bottom: -5px;
    right: 0;
    z-index: 1;
    background-color: #eee;
}

.student01 .next-link3 {
    background-color: #fff;
}

.text {
  width: 100%;
  height:40px;
  overflow: hidden;
  position: relative;
}
.text:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 2;
}

#voice_index #graduate .btn01 {
  margin-top: 30px;
}

#voice_index #students section {
  margin: 30px 0 0;
  padding: 30px 15px;
  background: #fff;
}

#voice_index #students section p {
  margin: 0 0 15px;
}

#voice_index #students section:not(#speech_movie) ul li:not(:first-child),
#voice_index #students section:not(#interview_movie) ul li:not(:first-child) {
}

#voice_index #students section:not(#speech_movie) ul li:not(:first-child) a,
#voice_index #students section:not(#interview_movie) ul li:not(:first-child) a{
  color: #86002e;
}

#voice_index #students section:not(#speech_movie) .btn01,
#voice_index #students section:not(#interview_movie) .btn01{
  margin-top: 20px;
}

#voice_index #students #speech_movie ul li,
#voice_index #students #interview_movie ul li {
  margin: 0 0 30px;
}

#voice_index #students #speech_movie ul li .movie_thumb figcaption,
#voice_index #students #interview_movie ul li .movie_thumb figcaption {
  margin: 10px 0 0;
}

#voice_index #students #interview_movie .more .btn01{
    min-height: 40px;
    height: 40px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 70%;
    margin: 20px auto 0;
}

/* ============================================================ */
/* 専科の卒業生・受講生の声 CASE1～CASE3
   #voice_graduate_case01～03 */
/* ============================================================ */
[id^="voice_graduate_case"] {
  /* .case_visual
	----------------------------------------------------------- */
  /* #flow
	----------------------------------------------------------- */
  /* #interview
	----------------------------------------------------------- */
  /* #other_graduates
	----------------------------------------------------------- */
  /* .bnr_course
	----------------------------------------------------------- */
}

[id^="voice_graduate_case"] .case_visual {
  background: #eee;
  padding: 30px 15px;
}

[id^="voice_graduate_case"] .case_visual h2 {
  color: #86002e;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

[id^="voice_graduate_case"] .case_visual figure {
  position: relative;
  margin: 15px 0;
}

[id^="voice_graduate_case"] .case_visual figure img {
  width: 100%;
}

[id^="voice_graduate_case"] .case_visual figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px 0 0;
}

[id^="voice_graduate_case"] .case_visual figure figcaption div {
  min-width: 50%;
}

[id^="voice_graduate_case"] .case_visual figure figcaption p:last-child {
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
}

[id^="voice_graduate_case"] .case_visual figure figcaption .number {
  position: absolute;
  bottom: 0;
  right: 10px;
  color: rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica," sans-serif";
  letter-spacing: -0.02em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

[id^="voice_graduate_case"] .case_visual figure figcaption .number span {
  display: block;
}

[id^="voice_graduate_case"] .case_visual figure figcaption .number span:last-child {
  margin: -5px 0 0;
  font-size: 4.0rem;
  letter-spacing: -0.05em;
}

[id^="voice_graduate_case"] .case_visual figure figcaption .name {
  font-weight: bold;
}

[id^="voice_graduate_case"] .case_visual .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}

[id^="voice_graduate_case"] .case_visual .score dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.5%;
          flex: 0 0 38.5%;
  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: 90px;
  border: 1px solid #86002e;
  color: #86002e;
  text-align: center;
}

[id^="voice_graduate_case"] .case_visual .score dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}

[id^="voice_graduate_case"] .case_visual .score dl dt:first-line {
  font-size: 1.1rem;
}

[id^="voice_graduate_case"] .case_visual .score dl dd {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

[id^="voice_graduate_case"] .case_visual .score dl dd span {
  font-family: Arial, Helvetica," sans-serif";
  font-size: 3.4rem;
}

[id^="voice_graduate_case"] .case_visual .score > p {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  padding: 0 0 35px;
  color: #86002e;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

[id^="voice_graduate_case"] .case_visual .score > p span {
  font-family: Arial, Helvetica," sans-serif";
  font-size: 2.0rem;
}

[id^="voice_graduate_case"] .case_visual .score > p::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "\e917";
  font-family: 'icomoon';
  font-size: 4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
}

[id^="voice_graduate_case"] #flow h3 {
  position: relative;
  padding: 0 0 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

[id^="voice_graduate_case"] #flow h3::before {
  position: absolute;
  left: 50%;
  bottom: -14px;
  z-index: 1;
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 14px 36px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

[id^="voice_graduate_case"] #flow ol li {
  position: relative;
  padding: 20px 15px;
  line-height: 1.6;
}

[id^="voice_graduate_case"] #flow ol li:not(:last-child)::after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  z-index: 1;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 14px 36px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

[id^="voice_graduate_case"] #flow ol li h4 {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

[id^="voice_graduate_case"] #flow ol li h4::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  content: "";
  width: 54px;
  border-bottom: 3px solid #9e7846;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

[id^="voice_graduate_case"] #flow ol li.before {
  background: #eee;
}

[id^="voice_graduate_case"] #flow ol li.before::after {
  border-top-color: #eee;
}

[id^="voice_graduate_case"] #flow ol li.during {
  background: #e3e3e3;
}

[id^="voice_graduate_case"] #flow ol li.during::after {
  border-top-color: #e3e3e3;
}

[id^="voice_graduate_case"] #flow ol li.objective {
  background: #dadada;
}

[id^="voice_graduate_case"] #flow ol li.objective::after {
  border-top-color: #dadada;
}

[id^="voice_graduate_case"] #flow ol li.future {
  background: #cecece;
}

[id^="voice_graduate_case"] #flow ol li.future::after {
  border-top-color: #cecece;
}

[id^="voice_graduate_case"] #flow ol li.present {
  background: #8c8c8c;
  color: #fff;
}

[id^="voice_graduate_case"] #flow ol li.present::after {
  border-top-color: #8c8c8c;
}

[id^="voice_graduate_case"] #flow ol li.present h3::after {
  border-bottom-color: #fff;
}

[id^="voice_graduate_case"] #flow ol li.present p {
  font-weight: bold;
}

[id^="voice_graduate_case"] #interview {
  margin-bottom: 0;
  background: url(/senka/voice/graduate/img/bg_interview.png) top center repeat-y;
}

[id^="voice_graduate_case"] #interview .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[id^="voice_graduate_case"] #interview .comment_interviewer {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

[id^="voice_graduate_case"] #interview .comment_interviewer .inner::after {
  left: -11px;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

[id^="voice_graduate_case"] #interview .comment_interviewee {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 0 40px;
  padding: 0 11px 0 0;
}

[id^="voice_graduate_case"] #interview .comment_interviewee:last-child {
  margin-bottom: 0;
}

[id^="voice_graduate_case"] #interview .comment_interviewee .inner::after {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

[id^="voice_graduate_case"] #other_graduates {
  padding-bottom: 0;
}

[id^="voice_graduate_case"] .bnr_course a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 15px;
  background: url(/senka/voice/graduate/img/bg_bnr_course.png) right top no-repeat;
  background-size: contain;
  border: 1px solid #c196a0;
}

[id^="voice_graduate_case"] .bnr_course a::before {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: rgba(134, 0, 46, 0.7);
}

[id^="voice_graduate_case"] .bnr_course a::after {
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/senka/course/img/icon_arrow.png) 0 0 no-repeat;
  background-size: 10px;
}

[id^="voice_graduate_case"] .bnr_course a h3 {
  color: #86002e;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

/* ============================================================ */
/* さまざまな卒業生たち
   #voice_graduate_lives */
/* ============================================================ */
#voice_graduate_lives .row {
  padding-bottom: 0;
}

/* ============================================================ */
/* 受講生の声
   #voice_current_case01 */
/* ============================================================ */
#voice_current_case01 .local_nav ul li a {
  padding: 10px 0;
  font-size: 1.4rem;
}

#voice_current_case01 .tab_box .row {
  padding: 30px 15px;
}

#voice_current_case01 .tab_box ul li:not(:first-child) {
  margin: 30px 0 0;
}

#voice_current_case01 .tab_box ul li .name {
  margin: 0 0 15px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #86002e;
  color: #86002e;
  font-size: 1.2rem;
  text-align: center;
}

#voice_current_case01 .tab_box ul li .name p:first-child {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

#voice_current_case01 #age_analysis {
  padding-bottom: 0;
}

#voice_current_case01 #age_analysis img {
  width: 100%;
}

/* ============================================================ */
/* 最寄りのスクール
   #access_index */
/* ============================================================ */
#access_index {
  /* .school_list
	----------------------------------------------------------- */
}

#access_index #visual figure::after {
  background: none;
}

.local_nav.-area ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  padding: 5px 0;
  font-size: 1.4rem;
  line-height: 1.3;
}

.school_list {
    padding:20px;
}
.school_list li {
  background: #fff;
    padding: 20px;
}

.school_list li:not(:first-child) {
  margin: 30px 0 0;
}

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

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

.school_list li a h2 {
  margin: 20px 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.school_list li a h2 .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.3rem;
}

.school_list li a p {
  font-size: 1.4rem;
  line-height: 1.6;
}

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

/* ============================================================ */
/* 各種お問い合わせ
/* ============================================================ */

#contact_index .arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #FFF;
vertical-align: middle;
text-decoration: none;
font-size: 18px;
display:block;
}

#contact_index .arrow::before,
#contact_index .arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 20px;
margin: auto;
content: "";
vertical-align: middle;
}
		
#contact_index .arrow_icon::before{
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #FFF;
}
#contact_index .arrow_icon::after{
left: 25px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #9E7846;
}

#contact_index .formArea{
	border:1px solid #2EA7C2; 
	padding:20px; 
	width:100%; 
	margin:0 auto; 
	text-align:left;
	position: relative;
	border-bottom:none;
}

#contact_index .formAreaB{
	border:1px solid #2EA7C2; 
	padding:20px; 
	width:100%; 
	margin:0 auto; 
	text-align:left;
	position: relative;
}

#contact_index .formArea3m{
	border:1px solid #506494; 
	padding:20px; 
	width:100%; 
	margin:40px auto 20px auto;
	text-align:left;
	position: relative;
}

#contact_index .formArea3m strong{
	color:#242F60;
}

#contact_index .formArea3m span.att{
	background: #242F60; 
	color: #FFFFFF;
	padding: 5px 10px;
	text-align: center; 
	margin-right: 10px;
	border-radius: 20px; 
	font-size: 0.9em;
}

#contact_index .formArea3m .formTit{
	color: #242F60;
	border-bottom: 
	1px solid #242F60;
}


#contact_index .formBtn{
}

#contact_index .formTit{
	color:#2EA7C2; 
	font-size:2.4rem;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #2EA7C2;
	margin-bottom:20px;
}

#contact_index .formTit span{
	font-size:1.4rem;
}

#contact_index .formTxt{
	color:#333; 
	font-size:1.4rem;
	padding-bottom: 20px;
}

div.formMl a.btn01{
	background: #2EA7C2;
}

div.formMl_close{
    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-height: 50px;
    padding: 10px 0;
    background: #cfcfcf;
    color: #fff;
    font-weight: bold;
}
div.formMl_close .icon-chevron-circle-right{
    font-size: 1.6rem;
    margin: 0 10px 0 0;
}

div.formMl_close .icon-outer{
    margin: 0 0 0 5px;
}

div.formDonichi a.btn01{
	 background: #242F60;
}

/*20180904追加*/
#contact_index .cam{
	 float:none;
	 text-align:center;
	 width:100%;
	 margin-top:20px;
	 font-size:12px;
	 position:relative;
}

#contact_index .cam span{
	 color:#850121;
}
		
#contact_index .cam:before {
	 content: '';
	 background-image: url(/senka/contact/img/cam_line.png);
	 width: 21px;
	 height: 49px;
	 position:absolute;
	 left:0;
	 top:0;
}

#contact_index .cam:after {
	 content: '';
	 background-image: url(/senka/contact/img/cam_line.png);
	 width: 21px;
	 height: 49px;
	 position:absolute;
	 right:0;
	 top:0;
	 transform: scale(-1, 1);
	 filter: FlipH;
	 -ms-filter: "FlipH";
}
