@charset "UTF-8";
@-webkit-keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}


/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  color:#727171;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
}

body {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  html {
    zoom: 0.72;
    font-size: 45%;
  }
}

#wrap {
  position: relative;
  min-width: 980px;
  width: 100%;
  color: #727171;
  font-size: 1.4rem;
  line-height: 1.8;
}

.dropdown_overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.sp_view {
  display: none !important;
}

a {
  color: #333;
}

a:hover {
  opacity: .7;
  text-decoration: underline;
}

sup {
  position: relative;
  top: 0.2em;
  font-size: 60%;
  vertical-align: top;
}

em,
strong {
  font-weight: bold;
}

strong {
  color: #ee0055;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  [class^="icon-keyboard_arrow_"] {
    font-size: 1.8rem !important;
  }
}

/* ============================================================ */
/* btnスタイル */
/* ============================================================ */
.btn_pink01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #ee0055;
  border-style: solid;
  border-width: 2px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink01 i:first-child {
  margin: 0 8px 0 0;
}

.btn_pink01 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_pink01 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink01:hover {
  background: #fff;
  border-color: #fff;
  color: #ee0055;
}

.btn_pink02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #ee0055;
  border-style: solid;
  border-width: 2px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink02 i:first-child {
  margin: 0 8px 0 0;
}

.btn_pink02 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_pink02 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink02:hover {
  background: #fff;
  color: #ee0055;
}

.btn_pink03 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink03 i:first-child {
  margin: 0 8px 0 0;
}

.btn_pink03 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_pink03 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink03:hover {
  background: #ee0055;
  border-color: #ee0055;
  color: #fff;
}

.btn_pink04 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink04 i:first-child {
  margin: 0 8px 0 0;
}

.btn_pink04 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_pink04 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink04:hover {
  background: #ee0055;
  color: #fff;
}

.btn_pink05 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ee0055;
  border-radius: 100px;
  color: #ee0055;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  font-weight: normal;
}

.btn_pink05 i:first-child {
  margin: 0 8px 0 0;
}

.btn_pink05 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_pink05 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink05:hover {
  background: #ee0055;
  color: #fff;
}

.btn_orange01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #ff7e00;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7e00;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_orange01 i:first-child {
  margin: 0 8px 0 0;
}

.btn_orange01 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_orange01 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange01:hover {
  background: #fff;
  border-color: #fff;
  color: #ff7e00;
}

.btn_orange02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #ff7e00;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7e00;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_orange02 i:first-child {
  margin: 0 8px 0 0;
}

.btn_orange02 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_orange02 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange02:hover {
  background: #fff;
  color: #ff7e00;
}

.btn_orange03 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  color: #ff7e00;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_orange03 i:first-child {
  margin: 0 8px 0 0;
}

.btn_orange03 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_orange03 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange03:hover {
  background: #ff7e00;
  border-color: #ff7e00;
  color: #fff;
}

.btn_orange04 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7e00;
  border-radius: 100px;
  color: #ff7e00;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_orange04 i:first-child {
  margin: 0 8px 0 0;
}

.btn_orange04 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_orange04 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange04:hover {
  background: #ff7e00;
  color: #fff;
}

.btn_orange05 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7e00;
  border-radius: 100px;
  color: #ff7e00;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  font-weight: normal;
}

.btn_orange05 i:first-child {
  margin: 0 8px 0 0;
}

.btn_orange05 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_orange05 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange05:hover {
  background: #ff7e00;
  color: #fff;
}

.btn_blue01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #65AADD;
  border-style: solid;
  border-width: 2px;
  border-color: #65AADD;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_blue01 i:first-child {
  margin: 0 8px 0 0;
}

.btn_blue01 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_blue01 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_blue01:hover {
  background: #fff;
  border-color: #fff;
  color: #65AADD;
}

.btn_blue02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #65AADD;
  border-style: solid;
  border-width: 2px;
  border-color: #65AADD;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_blue02 i:first-child {
  margin: 0 8px 0 0;
}

.btn_blue02 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_blue02 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_blue02:hover {
  background: #fff;
  color: #65AADD;
}

.btn_blue03 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  color: #65AADD;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_blue03 i:first-child {
  margin: 0 8px 0 0;
}

.btn_blue03 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_blue03 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_blue03:hover {
  background: #65AADD;
  border-color: #65AADD;
  color: #fff;
}

.btn_blue04 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #65AADD;
  border-radius: 100px;
  color: #65AADD;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_blue04 i:first-child {
  margin: 0 8px 0 0;
}

.btn_blue04 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_blue04 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_blue04:hover {
  background: #65AADD;
  color: #fff;
}

.btn_blue05 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #65AADD;
  border-radius: 100px;
  color: #65AADD;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  font-weight: normal;
}

.btn_blue05 i:first-child {
  margin: 0 8px 0 0;
}

.btn_blue05 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_blue05 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_blue05:hover {
  background: #65AADD;
  color: #fff;
}


[class^="btn_pink"] sup,
[class^="btn_orange"] sup,
[class^="btn_blue"] sup {
  top: -0.2em;
}

[class^="btn_pink"]:hover,
[class^="btn_orange"]:hover,
[class^="btn_blue"]:hover {
  text-decoration: none;
  opacity: 1;
}

button[class^="btn_"] {
  display: -webkit-inline-box;
  display: -moz-inline-box;
}

/* ============================================================ */
/* .slider_pager  */
/* ============================================================ */

/*.slider_pager {
  position: absolute;
  left: 0;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.slider_pager .pager-item {
  margin: 0 4px;
}

.slider_pager .pager-item .pager-link {
  display: block;
  background: #fff;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.slider_pager .pager-item .pager-link.active {
  background: #ee0055;
}
*/

/* ============================================================ */
/* #modal_window */
/* ============================================================ */

html.modal-show {
  overflow: hidden;
}

html.modal-show body {
  overflow: hidden;
}

.modal_content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 960px;
  height: 610px;
  padding: 20px 30px 30px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  z-index: 120;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal_content .modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  border: 2px solid #ee0055;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.modal_content .modal_close i {
  margin: 0;
  color: #ee0055;
  font-size: 1.2rem;
}

.modal_content .modal_close:hover {
  background: #ee0055;
}

.modal_content .modal_close:hover i {
  color: #fff;
}

.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

/* ============================================================ */
/* #colorbox */
/* ============================================================ */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 1 !important;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  position: relative;
  padding: 60px;
  background: #fff;
  box-sizing: content-box;
  overflow: hidden;
}

#cboxContent #cboxCurrent {
  display: none !important;
}

#cboxContent #cboxLoadedContent {
  overflow: hidden !important;
  overflow-scrolling: touch;
}

#cboxContent #cboxTitle {
  width: 100%;
  margin: 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

#cboxContent #cboxPrevious,
#cboxContent #cboxNext {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  background: none;
  cursor: pointer;
}

#cboxContent #cboxPrevious::before,
#cboxContent #cboxNext::before {
  content: "\e90f";
  color: #ee0055;
  font-family: 'icomoon';
  font-size: 1.8rem;
}

#cboxContent #cboxPrevious {
  left: 25px;
}

#cboxContent #cboxPrevious::before {
  content: "\e90f";
}

#cboxContent #cboxNext {
  right: 25px;
}

#cboxContent #cboxNext::before {
  content: "\e90e";
}

#cboxContent #cboxClose {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  background: none;
  border: 2px solid #ee0055;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

#cboxContent #cboxClose::before {
  content: "\e90a";
  color: #ee0055;
  font-family: 'icomoon';
  font-size: 1.2rem;
}


/* ============================================================ */
/* iconフォント */
/* ============================================================ */
@font-face {
  font-family: 'icomoon';
  src: url("/airline/common2/icon/fonts/icomoon.eot?gwvhkd");
  src: url("/airline/common2/icon/fonts/icomoon.eot?gwvhkd#iefix") format("embedded-opentype"), url("/airline/common2/icon/fonts/icomoon.woff2?gwvhkd") format("woff2"), url("/airline/common2/icon/fonts/icomoon.ttf?gwvhkd") format("truetype"), url("/airline/common2/icon/fonts/icomoon.woff?gwvhkd") format("woff"), url("/airline/common2/icon/fonts/icomoon.svg?gwvhkd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e915";
}

.icon-arrow-dotted:before {
  content: "\e914";
}

.icon-plus:before {
  content: "\e913";
}

.icon-triangle:before {
  content: "\e911";
}

.icon-circle:before {
  content: "\e912";
}

.icon-menu:before {
  content: "\e910";
}

.icon-pagetop:before {
  content: "\e900";
}

.icon-station:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-list:before {
  content: "\e903";
}

.icon-histroy-list:before {
  content: "\e904";
}

.icon-histroy-search:before {
  content: "\e905";
}

.icon-map:before {
  content: "\e906";
}

.icon-dropdown-menu:before {
  content: "\e907";
}

.icon-window:before {
  content: "\e908";
}

.icon-outer:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e90a";
}

.icon-link:before {
  content: "\e90b";
}

.icon-down:before {
  content: "\e90c";
}

.icon-up:before {
  content: "\e90d";
}

.icon-right:before {
  content: "\e90e";
}

.icon-left:before {
  content: "\e90f";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-warning:before {
  content: "\f071";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-add:before {
  content: "\e145";
}

.icon-check_box:before {
  content: "\e834";
}

.icon-mode_edit:before {
  content: "\e254";
}

.icon-done:before {
  content: "\e876";
}

.icon-people:before {
  content: "\e7fb";
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}

.icon-keyboard_arrow_left:before {
  content: "\e314";
}

.icon-keyboard_arrow_right:before {
  content: "\e315";
}

.icon-keyboard_arrow_up:before {
  content: "\e316";
}

.icon-sync:before {
  content: "\e627";
}

.icon-mic:before {
  content: "\e029";
}

.icon-play_circle_filled:before {
  content: "\e038";
}

.icon-remove:before {
  content: "\e15b";
}

.icon-zoom_in:before {
  content: "\e8ff";
}

.icon-file-pdf:before {
  content: "\eadf";
}
/* ============================================================ */
/* margin */
/* ============================================================ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/* ====================================================================== */
/* padding */
/* ====================================================================== */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pa0 {
  padding: 0px !important;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa25 {
  padding: 25px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa35 {
  padding: 35px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa45 {
  padding: 45px !important;
}

.pa50 {
  padding: 50px !important;
}

.pa55 {
  padding: 55px !important;
}

.pa60 {
  padding: 60px !important;
}

.pa65 {
  padding: 65px !important;
}

.pa70 {
  padding: 70px !important;
}

.pa75 {
  padding: 75px !important;
}

.pa80 {
  padding: 80px !important;
}

.pa85 {
  padding: 85px !important;
}

.pa90 {
  padding: 90px !important;
}

.pa95 {
  padding: 95px !important;
}

.pa100 {
  padding: 100px !important;
}

header,
#pc_menu {
  position: relative;
  z-index: 20;
  min-width: 1024px;
  background: #fff;
  line-height: 1.5;
  /* #header_top
	----------------------------------------------------------- */
  /* #header_btm
	----------------------------------------------------------- */
  /*----- .header_logo -----*/
  /*----- .global_nav -----*/
  /*----- .btn -----*/
}

header > div,
#pc_menu > div {
  /*max-width: 1280px;*/
  width:980px;
  margin: 0 auto;
  padding: 20px 20px;
}

header .inner,
#pc_menu .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header #header_top,
#pc_menu #header_top {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  margin: 0 0 10px;
  padding: 1px 0 0;
  /*----- .header_nav -----*/
  /*----- .tel -----*/
}

header #header_top > p,
#pc_menu #header_top > p {
  font-size: 1.2rem;
  line-height: 1.4;
  white-space: nowrap;
}

header #header_top .header_nav,
#pc_menu #header_top .header_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

header #header_top .header_nav ul,
#pc_menu #header_top .header_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

header #header_top .header_nav ul li:not(:first-child),
#pc_menu #header_top .header_nav ul li:not(:first-child) {
  margin: 0 0 0 20px;
}

header #header_top .header_nav ul .icon-outer,
#pc_menu #header_top .header_nav ul .icon-outer {
  position: relative;
  top: 1px;
  margin: 0 0 0 2px;
  color: #808080;
}

header #header_top .header_nav ul .icon-question-circle,
#pc_menu #header_top .header_nav ul .icon-question-circle {
  position: relative;
  top: 1px;
  margin: 0 3px 0 0;
  font-size: 1.4rem;
}

header #header_top .header_nav ul .icon-people,
#pc_menu #header_top .header_nav ul .icon-people {
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
  font-size: 1.8rem;
  line-height: 0.6em;
}

header #header_top .header_nav ul a:hover,
#pc_menu #header_top .header_nav ul a:hover {
  opacity: 1;
}

body#index header #header_top .header_nav ul li.hnav_student a{
	background: #fff;
	padding: 5px 10px;
	border-radius: 100px;
	background-color: rgba( 255, 255, 255, 0.60 );
}

header #header_top .header_nav ul li.hnav_student a{
	background: none;
	padding: 0;
	border-radius: none ;
	background-color: none;
}

header #header_top .tel,
#pc_menu #header_top .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

header #header_top .tel p,
#pc_menu #header_top .tel p {
  font-weight: bold;
  line-height: 20px;
}

header #header_top .tel p:last-child,
#pc_menu #header_top .tel p:last-child {
  margin: 0 0 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
}

header #header_top .tel p:last-child img,
#pc_menu #header_top .tel p:last-child img {
  margin: 0 5px 0 0;
}

header .header_logo a,
#pc_menu .header_logo a {
  display: block;
  /*width: 190px;*/
	width: 250px;/*55周年ロゴ設定*/
}

header .header_logo a img,
#pc_menu .header_logo a img {
	max-height: 45px;
	max-height: 50px;/*55周年ロゴ設定*/
}

header .global_nav,
#pc_menu .global_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 13px 0 0;
}

header .global_nav > ul,
#pc_menu .global_nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .global_nav > ul > li,
#pc_menu .global_nav > ul > li {
  padding: 0 20px;
  line-height: 20px;
}

header .global_nav > ul > li:not(:first-child),
#pc_menu .global_nav > ul > li:not(:first-child) {
  border-left: 1px solid #bfbfbf;
}

header .global_nav > ul > li > a,
#pc_menu .global_nav > ul > li > a {
  position: relative;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.5s color ease;
  transition: 0.5s color ease;
  cursor: pointer;
}

header .global_nav > ul > li > a::after,
#pc_menu .global_nav > ul > li > a::after {
  position: absolute;
  left: 50%;
  bottom: -4px;
  content: "";
  width: 0;
  height: 2px;
  background: #ee0055;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .global_nav > ul > li > a .icon-dropdown-menu,
#pc_menu .global_nav > ul > li > a .icon-dropdown-menu {
  position: relative;
  top: 1px;
  margin: 0 0 0 5px;
  color: #9b2845;
}

header .global_nav > ul > li > a .icon-map,
#pc_menu .global_nav > ul > li > a .icon-map {
  margin: 0 3px 0 0;
  color: #ee0055;
}

header .global_nav > ul > li > a:hover,
#pc_menu .global_nav > ul > li > a:hover {
  opacity: 1;
}

header .global_nav > ul > li.active > a::after,
header .global_nav > ul > li a:hover::after,
#pc_menu .global_nav > ul > li.active > a::after,
#pc_menu .global_nav > ul > li a:hover::after {
  width: 100%;
}

header .global_nav .dropdown,
#pc_menu .global_nav .dropdown {
  position: absolute;
  top: 131px;
  left: 30px;
  right: 80px;
  background: #fff;
}

header .global_nav .dropdown::before,
#pc_menu .global_nav .dropdown::before {
  position: absolute;
  top: -20px;
  content: "";
  border-style: solid;
  border-color: transparent transparent #fff;
  border-width: 0 20px 20px;
}

header .global_nav .gnav_reason .dropdown,
#pc_menu .global_nav .gnav_reason .dropdown {
  padding: 20px;
}

header .global_nav .gnav_reason .dropdown::before,
#pc_menu .global_nav .gnav_reason .dropdown::before {
  left: 30%;
}

header .global_nav .gnav_course .dropdown,
#pc_menu .global_nav .gnav_course .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.3rem;
  line-height: 1.4;
}

header .global_nav .gnav_course .dropdown::before,
#pc_menu .global_nav .gnav_course .dropdown::before {
  left: 42%;
}

header .global_nav .gnav_course .dropdown > div.img,
#pc_menu .global_nav .gnav_course .dropdown > div.img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 21.5%;
          flex: 1 0 21.5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

header .global_nav .gnav_course .dropdown > div.img.img_course_list,
#pc_menu .global_nav .gnav_course .dropdown > div.img.img_course_list {
  background-image: url(/airline/common2/img/bg_dropdown_01.png);
}

header .global_nav .gnav_course .dropdown > div.img.img_course_purpose,
#pc_menu .global_nav .gnav_course .dropdown > div.img.img_course_purpose {
  background-image: url(/airline/common2/img/bg_dropdown_02.png);
}

header .global_nav .gnav_course .dropdown > div,
#pc_menu .global_nav .gnav_course .dropdown > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 78%;
          flex: 1 0 78%;
  position: relative;
  padding: 60px 0 0;
}

header .global_nav .gnav_course .dropdown h2,
#pc_menu .global_nav .gnav_course .dropdown h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

header .global_nav .gnav_course .dropdown h2 a,
#pc_menu .global_nav .gnav_course .dropdown h2 a {
  display: block;
  background: #eee;
  color: #999;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
}

header .global_nav .gnav_course .dropdown h2 a i,
#pc_menu .global_nav .gnav_course .dropdown h2 a i {
  margin: 0 0 0 10px;
}

header .global_nav .gnav_course .dropdown h2:last-of-type,
#pc_menu .global_nav .gnav_course .dropdown h2:last-of-type {
  left: 50%;
}

header .global_nav .gnav_course .dropdown h2 a:hover,
header .global_nav .gnav_course .dropdown h2.select a,
#pc_menu .global_nav .gnav_course .dropdown h2 a:hover,
#pc_menu .global_nav .gnav_course .dropdown h2.select a {
  background: #fff;
  color: #ee0055;
  text-decoration: none;
}

header .global_nav .gnav_course .dropdown .course_search.non,
#pc_menu .global_nav .gnav_course .dropdown .course_search.non {
  display: none;
}

header .global_nav .gnav_course .dropdown .gnav_course_list ul,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .global_nav .gnav_course .dropdown .gnav_course_list ul li,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  height: 54px;
  border-top: 1px solid #eee;
}

header .global_nav .gnav_course .dropdown .gnav_course_list ul li a,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list ul li a {
  padding: 0 0 0 35px;
}

header .global_nav .gnav_course .dropdown .gnav_course_list ul li a:hover,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list ul li a:hover {
  opacity: 1;
}

header .global_nav .gnav_course .dropdown .gnav_course_list ul li i,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list ul li i {
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -0.5em 0 0;
}

header .global_nav .gnav_course .dropdown .gnav_course_list ul:first-child > li:last-child,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list ul:first-child > li:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
}

header .global_nav .gnav_course .dropdown .gnav_course_list .by_age,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list .by_age {
  background: #f7f7f7;
}

header .global_nav .gnav_course .dropdown .gnav_course_list .by_age p,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_list .by_age p {
  font-weight: bold;
  text-align: center;
  line-height: 52px;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose {
  border-top: 1px solid #eee;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div:nth-child(2n),
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div:nth-child(2n) {
  background: #f7f7f7;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div h3,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 22%;
          flex: 1 0 22%;
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: bold;
  text-align: center;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div ul,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 78%;
          flex: 1 0 78%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #eee;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div ul li,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 54px;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div ul li a,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div ul li a {
  padding: 0 0 0 45px;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div ul li a i,
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div ul li a i {
  position: absolute;
  top: 50%;
  left: 25px;
  margin: -0.5em 0 0;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div:nth-child(2n),
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div:nth-child(2n) {
  background: #f7f7f7;
}

header .global_nav .gnav_course .dropdown .gnav_course_purpose div:nth-child(-n+2) ul li:nth-child(-n+3),
#pc_menu .global_nav .gnav_course .dropdown .gnav_course_purpose div:nth-child(-n+2) ul li:nth-child(-n+3) {
  border-bottom: 1px solid #eee;
}

header .global_nav .gnav_course .dropdown .dropdown_footer,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 83px;
  padding: 0 20px;
}

header .global_nav .gnav_course .dropdown .dropdown_footer .btn_pink02,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer .btn_pink02 {
  width: 225px;
  font-size: 1.6rem;
}

header .global_nav .gnav_course .dropdown .dropdown_footer dl,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 20px;
}

header .global_nav .gnav_course .dropdown .dropdown_footer dl dt,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl dt {
  padding: 2px 20px 2px 0;
  font-weight: bold;
}

header .global_nav .gnav_course .dropdown .dropdown_footer dl dd,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2px 0;
}

header .global_nav .gnav_course .dropdown .dropdown_footer dl dd a,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl dd a {
  position: relative;
  display: block;
  width: 43px;
}

header .global_nav .gnav_course .dropdown .dropdown_footer dl dd a:not(:first-child),
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl dd a:not(:first-child) {
  margin: 0 0 0 15px;
}

header .global_nav .gnav_course .dropdown .dropdown_footer dl dd a img,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl dd a img {
  width: 100%;
}

header .global_nav .gnav_course .dropdown .dropdown_footer dl dd a .icon-outer,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer dl dd a .icon-outer {
  position: absolute;
  top: 0;
  right: -5px;
  color: #808080;
}

header .global_nav .gnav_course .dropdown .dropdown_footer .btn_close .btn_pink04,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer .btn_close .btn_pink04 {
  width: 30px;
  min-width: 0;
  height: 30px;
  padding: 0;
}

header .global_nav .gnav_course .dropdown .dropdown_footer .btn_close .btn_pink04 i,
#pc_menu .global_nav .gnav_course .dropdown .dropdown_footer .btn_close .btn_pink04 i {
  margin: 0;
  font-size: 1.2rem;
}

header .btn .btn_orange02,
#pc_menu .btn .btn_orange02 {
  width: 100%;
  min-width: auto;
  height: 42px;
  padding: 0 10px;
  white-space: nowrap;
}


/* ============================================================ */
/* .global_nav */
/* .gnav_search修正170316 */
/* ============================================================ */


header .global_nav .gnav_search .dropdown,
#pc_menu .global_nav .gnav_search .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.3rem;
  line-height: 1.4;
  width:600px;
}

header .global_nav .gnav_search .dropdown::before,
#pc_menu .global_nav .gnav_search .dropdown::before {
  left: 78%;
}

header .global_nav .gnav_search .dropdown h2,
#pc_menu .global_nav .gnav_search .dropdown h2 {
  position: absolute;
  top: 0;
  left: 0;
  color: #ee0055;
  width:100%;
  text-align:center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
  border-bottom: 1px solid #eee;
}

header .global_nav .gnav_search .dropdown h2 i,
#pc_menu .global_nav .gnav_search .dropdown h2 i {
  margin: 0 0 0 10px;
}

header .global_nav .gnav_search h3,
#pc_menu .global_nav .gnav_search h3 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  line-height: 60px;
  padding:0 0 0 10px;
  background: #f7f7f7;
}

header .global_nav .gnav_search .dropdown h3 i,
#pc_menu .global_nav .gnav_search .dropdown h3 i {
  margin: 0 10px 0 0;
}

header .global_nav .gnav_search .dropdown > div,
#pc_menu .global_nav .gnav_search .dropdown > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  position: relative;
  padding: 60px 0 0;
}

header .global_nav .gnav_search .dropdown .course_search.non,
#pc_menu .global_nav .gnav_search .dropdown .course_search.non {
  display: none;
}

header .global_nav .gnav_search .dropdown .gnav_school_list ul,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .global_nav .gnav_search .dropdown .gnav_school_list ul li,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  border-top: 1px solid #eee;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

header .global_nav .gnav_search .dropdown .gnav_school_list ul li a,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list ul li a {
  padding: 0 0 0 35px;
}

header .global_nav .gnav_search .dropdown .gnav_school_list ul li a:hover,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list ul li a:hover {
  opacity: 1;
}

header .global_nav .gnav_search .dropdown .gnav_school_list ul li i,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list ul li i {
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -0.5em 0 0;
}

header .global_nav .gnav_search .dropdown .gnav_school_list ul.part,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list ul.part {
  width:280px;
}


header .global_nav .gnav_search .dropdown .gnav_school_list .btn_close .btn_pink04,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list .btn_close .btn_pink04 {
	display:block;
	margin:0 15px 15px auto;
}

header .global_nav .gnav_search .dropdown .gnav_school_list .btn_close .btn_pink04,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list .btn_close .btn_pink04 {
  width: 30px;
  min-width: 0;
  height: 30px;
  padding: 6px;
}

header .global_nav .gnav_search .dropdown .gnav_school_list .btn_close .btn_pink04 i,
#pc_menu .global_nav .gnav_search .dropdown .gnav_school_list .btn_close .btn_pink04 i {
  margin: 0;
  font-size: 1.2rem;
}

#index:not(.header_fixed) .global_nav .gnav_search .dropdown {
  left: 310px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#index header .global_nav .gnav_search .dropdown::before {
  left: 43%;
}



/* #pc_menu
----------------------------------------------------------- */
#pc_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  box-shadow: 0 0 10px rgba(35, 28, 26, 0.6);
}

#pc_menu > .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px 15px;
}

#pc_menu .global_nav .dropdown {
  top: 116px;
}

#pc_menu .btn > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 5px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

#pc_menu .btn > p span:last-child {
  font-family: Arial, Helvetica," sans-serif";
  font-size: 2.0rem;
}

@media only screen and (max-width: 1100px) {
  header .header_logo,
  #pc_menu .header_logo {
    -ms-flex-item-align: center;
        align-self: center;
  }
  header .header_logo a,
  #pc_menu .header_logo a {
    width: 153px !important;
	  width: 193px !important;/*55周年ロゴ設定*/
  }
  header .global_nav > ul > li,
  #pc_menu .global_nav > ul > li {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1210px) {
  header .global_nav #gnav_course .gnav_course_list li br.pc_view,
  #pc_menu .global_nav #gnav_course .gnav_course_list li br.pc_view {
    display: none !important;
  }
}

@media only screen and (min-width: 1270px) {
  header .global_nav .dropdown,
  #pc_menu .global_nav .dropdown {
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 1160px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* #pc_menu 20170316追加
----------------------------------------------------------- */
@media only screen and (min-width: 1210px) {
  header .global_nav #gnav_search .gnav_school_list li br.pc_view,
  #pc_menu .global_nav #gnav_search .gnav_school_list li br.pc_view {
    display: none !important;
  }
}

@media only screen and (min-width: 1270px) {
  header .gnav_search .dropdown,
  #pc_menu .gnav_search .dropdown {
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 1160px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}


/* ============================================================ */
/* #contents */
/* ============================================================ */
#contents {
  position: relative;
  min-width: 1024px;
  background: #fff;
}

.dp_none {
  display: none;
}

/* ============================================================ */
/* 見出しスタイル */
/* ============================================================ */
.ttl00 {
  max-width: 1280px;
  margin: 15px auto 30px;
  padding: 0 40px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.ttl01 {
  margin-bottom: calc(60px - (((4.6rem * 1.4) - 4.6rem) / 2));
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.ttl01 sup {
  font-size: 40%;
}

.ttl02 {
  margin-bottom: calc(40px - (((3.2rem * 1.5) - 3.2rem) / 2));
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl03 {
  margin-bottom: calc(40px - (((2.0rem * 1.5) - 2.0rem) / 2));
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl_point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 0 auto 30px;
  background: #e6e6e6;
  font-weight: bold;
}

.ttl_point::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 50px;
  background: #ee0055;
}

.ttl_point .number {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.ttl_point .number span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.6rem;
}

.ttl_point .number span:last-child {
  margin: 0 0 0 5px;
  font-size: 3.2rem;
}

.ttl_point .number::before, .ttl_point .number::after {
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.ttl_point .number::before {
  right: 0;
  background: #fff;
}

.ttl_point .number::after {
  right: 3px;
  background: #ee0055;
}

.ttl_point .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  padding: 10px 20px;
  font-size: 2.0rem;
  line-height: 1.4;
}

.more_load {
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
}

.more_load img {
  width: 100%;
}

/* ============================================================ */
/* 汎用スタイル */
/* ============================================================ */
/* ブロック
--------------------------------------------------------------- */
.row,
.row_medium,
.row_large,
.row_wide {
  margin: 0 auto 60px;
}

.row:last-child,
.row_medium:last-child,
.row_large:last-child,
.row_wide:last-child {
  margin-bottom: 0;
}

.row {
  width: 860px;
}

.row_medium {
  /*1160px*/
  max-width: 1280px;
  padding: 0 60px;
}

.row_large {
  /*1200px*/
  max-width: 1280px;
  padding: 0 40px;
}

.row_wide {
  width: 100%;
}

.row_border_top {
  padding-top: 60px;
  /*border-top: 2px solid #ee0055;*/
}

/* 左右寄せ／センタリング
--------------------------------------------------------------- */
.al_left {
  text-align: left !important;
}

.al_right {
  text-align: right !important;
}

.al_center {
  text-align: center !important;
}

.vl_top {
  vertical-align: top !important;
}

.vl_bottom {
  vertical-align: bottom !important;
}

.vl_middle {
  vertical-align: middle !important;
}

/* 画像左右寄せ
--------------------------------------------------------------- */
.img_float_left,
.img_float_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img_float_left figure img,
.img_float_right figure img {
  width: 100%;
}

.img_float_left > div,
.img_float_right > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.img_float_left > div > *:not(:last-child),
.img_float_right > div > *:not(:last-child) {
  margin-bottom: 20px;
}

.img_float_left figure {
  margin: 0 40px 0 0;
}

.img_float_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.img_float_right figure {
  margin: 0 0 0 40px;
}

/* table
--------------------------------------------------------------- */
.table01,
.table02,
.table03,
.table04 {
  width: 100%;
  border: 1px solid #65AADD;
  border-collapse: separate;
  border-radius: 30px;
}

.table01 th,
.table01 td,
.table02 th,
.table02 td,
.table03 th,
.table03 td,
.table04 th,
.table04 td {
  padding: 20px 20px;
  background: #fff;
  border-bottom: 1px solid #65AADD;
  /*border-left: 1px solid #65AADD;*/
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.table01 th,
.table02 th,
.table03 th,
.table04 th {
  background: #E5EEF9;
  color:#65AADD;
  font-size:1.6rem;
}

.table01 th > p,
.table02 th > p,
.table03 th > p,
.table04 th > p{
	margin:10px 0 0 0;
	color: #727171;
	font-size:1.3rem;
}


.table01 tr > *:first-child,
.table02 tr > *:first-child,
.table03 tr > *:first-child,
.table04 tr > *:first-child {
  border-left: none;
}

.table01 thead:first-child tr:first-child > *:first-child,
.table01 tbody:first-child tr:first-child > *:first-child,
.table02 thead:first-child tr:first-child > *:first-child,
.table02 tbody:first-child tr:first-child > *:first-child,
.table03 thead:first-child tr:first-child > *:first-child,
.table03 tbody:first-child tr:first-child > *:first-child,
.table04 thead:first-child tr:first-child > *:first-child,
.table04 tbody:first-child tr:first-child > *:first-child {
  border-top-left-radius: 30px;
}

.table01 thead:first-child tr:first-child > *:last-child,
.table01 tbody:first-child tr:first-child > *:last-child,
.table02 thead:first-child tr:first-child > *:last-child,
.table02 tbody:first-child tr:first-child > *:last-child,
.table03 thead:first-child tr:first-child > *:last-child,
.table03 tbody:first-child tr:first-child > *:last-child,
.table04 thead:first-child tr:first-child > *:last-child,
.table04 tbody:first-child tr:first-child > *:last-child {
  border-top-right-radius: 30px;
}

.table01 tbody:last-child tr:last-child > *,
.table02 tbody:last-child tr:last-child > *,
.table03 tbody:last-child tr:last-child > *,
.table04 tbody:last-child tr:last-child > * {
  border-bottom: none;
}


.table01 tr:last-child > *:first-child,
.table02 tr:last-child > *:first-child,
.table03 tr:last-child > *:first-child,
.table04 tr:last-child > *:first-child {
  border-bottom-left-radius: 30px;
}

.table01 tr:last-child > *:last-child,
.table02 tr:last-child > *:last-child,
.table03 tr:last-child > *:last-child,
.table04 tr:last-child > *:last-child {
  border-bottom-right-radius: 30px;
}

.table01 .border_top,
.table02 .border_top,
.table03 .border_top,
.table04 .border_top {
  border-top: 1px solid #65AADD !important;
}

.table01 .border_btm,
.table02 .border_btm,
.table03 .border_btm,
.table04 .border_btm {
  border-btm: 1px solid #65AADD !important;
}

.table01 .border_left,
.table02 .border_left,
.table03 .border_left,
.table04 .border_left {
  border-left: 1px solid #65AADD !important;
}

.table01 .border_right,
.table02 .border_right,
.table03 .border_right,
.table04 .border_right {
  border-right: 1px solid #65AADD !important;
}

.table03 th,
.table03 td {
  font-size: 1.2rem;
}

.table04 th,
.table04 td {
  font-size: 1.1rem;
}

/* カレンダー
--------------------------------------------------------------- */
.calendar {
  position: relative;
}

.calendar button {
  position: absolute;
  top: 12px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.calendar button.prev {
  left: 20px;
}

.calendar button.next {
  right: 20px;
}

.calendar button:hover {
  opacity: 0.7;
}

.table_calendar {
  width: 100%;
}

.table_calendar thead td {
  padding: 10px 0;
  background: #ee0055;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.table_calendar tbody th,
.table_calendar tbody td {
  border: 1px solid #d9d9d9;
  font-size: 1.2rem;
  line-height: 1.2;
}

.table_calendar tbody th {
  padding: 12px 0;
  border-top: none;
  font-weight: bold;
}

.table_calendar tbody th.saturday {
  color: #3366cc;
}

.table_calendar tbody th.sunday {
  color: #ee0055;
}

.table_calendar tbody td {
  width: calc(100% / 7);
  height: 42px;
  padding: 6px 8px 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  vertical-align: top;
}

.table_calendar tbody td.past {
  color: #999;
}

.table_calendar tbody td.today {
  background: #fbd9e6;
}

.table_calendar tbody td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.table_calendar tbody td div i {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.4rem;
}

.table_calendar tbody td div i.icon-circle {
  color: #ee0055;
}

.table_calendar tbody td div i.icon-triangle {
  color: #ff9900;
}

.table_calendar tbody td div i.icon-close {
  color: #ccc;
}

/* ボックススタイル
--------------------------------------------------------------- */
.box01,
.box02 {
  width: 100%;
  margin: 40px 0;
  padding: 25px 30px;
}

.box01:last-child,
.box02:last-child {
  margin-bottom: 0;
}

.box01 {
  background: #fff2f7;
}

.box02 {
  border: 1px solid #ccc;
}

/* .link_icon
----------------------------------------------------------- */
.link_icon {
  position: relative;
  padding: 0 0 0 1.3em;
}

.link_icon a i {
  position: absolute;
  top: 5px;
  left: 0;
}

.link_icon a i::before {
  display: inline-block;
  text-decoration: none;
}

/* .list_disc
----------------------------------------------------------- */
.list_disc li {
  position: relative;
  padding: 0 0 0 14px;
}

.list_disc li::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "";
  background: #333;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.list_disc:not(:last-child) {
  margin-bottom: 10px;
}

/* .list_square
----------------------------------------------------------- */
.list_square li {
  position: relative;
  padding: 0 0 0 18px;
}

.list_square li::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #333;
}

.list_square:not(:last-child) {
  margin-bottom: 10px;
}

/* .list_check
----------------------------------------------------------- */
.list_check li {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.list_check li .icon-done {
  position: absolute;
  top: 0;
  left: 0;
  color: #ee0055;
  font-size: 2.0rem;
}

.list_check li:not(:last-child) {
  margin: 0 0 5px;
}

.list_check:not(:last-child) {
  margin: 0 0 10px;
}

/* .list_decimal01
----------------------------------------------------------- */
.list_decimal01 {
  display: table;
}

.list_decimal01 > li {
  display: table-row;
}

.list_decimal01 > li > span:first-child {
  display: table-cell;
}

.list_decimal01 > li:not(:first-child) span:first-child {
  padding: 10px 0 0;
}

.list_decimal01:not(:last-child) {
  margin-bottom: 10px;
}

/* .note
----------------------------------------------------------- */
.note {
  display: table;
  font-size: 1.2rem;
}

.note:not(ul) > span:first-child {
  display: table-cell;
}

ul.note li {
  display: table-row;
}

ul.note li > span:first-child {
  display: table-cell;
}


/* ============================================================ */
/* .flow */
/* ============================================================ */
.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  counter-reset: li;
}

.flow li {
  position: relative;
  margin: 0 0 0 1px;
  background: #fff;
}

.flow li::before {
  position: absolute;
  content: "";
  width: 2000px;
  border-top: 2px dotted #d9d9d9;
}

.flow li div {
  position: relative;
  padding: 20px;
}

.flow li div::before, .flow li div::after {
  position: absolute;
  z-index: 1;
  content: "";
  border-style: solid;
  border-width: 14px 0 14px 14px;
}

.flow li div::before {
  right: -15px;
}

.flow li div::after {
  right: -14px;
  border-color: transparent transparent transparent #fff;
}

.flow li figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.flow li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.flow li .ttl {
  position: relative;
  margin: 15px 0;
  padding: 50px 0 0;
  box-sizing: content-box;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.flow li .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 30px;
  background: #ee0055;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 30px;
  counter-increment: li;
}

.flow li .ttl::after {
  position: absolute;
  top: 29px;
  left: 10px;
  content: "";
  border-color: #ee0055 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
}

/* ============================================================ */
/* .flow_lesson */
/* ============================================================ */
.flow_lesson {
  padding: 10px 0 40px;
  /*background: #E5EEF9;*/
  overflow: hidden;
}

/*.flow_lesson .ttl01 {
  margin-bottom: 30px;
  line-height: 1.15;
}

.flow_lesson .ttl01 span {
  font-size: 3.2rem;
}
*/
.flow_lesson .flow li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 23.3%;
          flex: 1 0 23.3%;
}

.flow_lesson .flow li:not(:first-child) {
  margin: 0 0 0 1px;
}

.flow_lesson .flow li::before {
  top: 245px;
}

.flow_lesson .flow li:first-child::before {
  right: 0;
}

.flow_lesson .flow li:last-child::before {
  left: 0;
}

.flow_lesson .flow li:not(:first-child):not(:last-child)::before {
  left: 0;
  right: 0;
  width: auto;
}

.flow_lesson .flow li div::before,
.flow_lesson .flow li div::after {
  top: 102px;
}

.flow_lesson .flow li div::before {
  right: -15px;
  border-color: transparent transparent transparent #ffe5ef;
}

.flow_lesson .flow li:last-child div::before,
.flow_lesson .flow li:last-child div::after {
  display: none;
}

.flow_lesson .flow li figure {
  height: 195px;
}

.flow_lesson .flow li .ttl::before {
  width: 90px;
  content: "STEP " counter(li);
  border-radius: 100px;
}

.flow_lesson .flow.column03 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}



.flow_lesson p.note {
  margin: 20px auto 0;
  text-align: center;
}

/* ============================================================ */
/* .flow_class */
/* ============================================================ */
/*.flow_class {
  padding: 30px 0 40px;
  background: #f2f2f2;
  overflow: hidden;
}

.flow_class .ttl01 {
  margin-bottom: 25px !important;
}

.flow_class ol li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 31.1%;
          flex: 1 0 31.1%;
  margin-top: 24px;
}

.flow_class ol li:nth-child(-n+3) {
  margin-top: 0;
}

.flow_class ol li:nth-child(3n+1) {
  margin-left: 0;
}

.flow_class ol li::before {
  top: 318px;
}

.flow_class ol li:nth-child(3n+1)::before {
  right: 0;
}

.flow_class ol li:nth-child(3n+2)::before {
  left: 0;
  right: 0;
  width: auto;
}

.flow_class ol li:nth-child(3n)::before {
  left: 0;
}

.flow_class ol li div::before,
.flow_class ol li div::after {
  top: 142px;
}

.flow_class ol li div::before {
  right: -15px;
  border-color: transparent transparent transparent #f2f2f2;
}

.flow_class ol li:nth-child(3n) div::before,
.flow_class ol li:nth-child(3n) div::after {
  display: none;
}

.flow_class ol li figure {
  height: 270px;
}

.flow_class ol li .ttl::before {
  content: counter(li);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}*/

/* ============================================================ */
/* .flow_box */
/* ============================================================ */
.flow_box {
  width: 860px;
  margin: 0 auto;
}

.flow_box > li {
  position: relative;
  padding: 30px;
  background: #f2f2f2;
}

.flow_box > li .ttl02 {
  margin: 5px 0 15px !important;
}

.flow_box > li:not(:last-child) {
  margin: 0 0 50px;
}

.flow_box > li:not(:last-child)::after {
  position: absolute;
  bottom: -48px;
  left: 50%;
  display: block;
  content: "\e914";
  color: #ccc;
  font-family: 'icomoon';
  font-size: 5.8rem;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ============================================================ */
/* .course_block */
/* ============================================================ */
.course_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background: #f2f2f2;
}

.course_block:not(:last-child) {
  margin: 0 0 40px;
}

.course_block figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin: 0 40px 0 0;
}

.course_block figure img {
  width: 100%;
}

.course_block > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.course_block .ttl {
  margin: 0 0 10px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.1;
}

.course_block .ttl span {
  font-size: 2.0rem;
}

.course_block .ttl sup {
  font-size: 40%;
}

.course_block .ttl .icon-outer {
  position: relative;
  top: -15px;
  margin: 0 0 0 5px;
  font-size: 1.3rem;
}

.course_block .ttl a:hover {
  color: #ee0055;
  text-decoration: none;
  opacity: 1;
}

.course_block .feature_icon_list {
  margin: 15px 0;
}

.course_block .lead {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.course_block .course_fee {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
  font-weight: bold;
}

.course_block.bg_none {
  padding: 0;
  background: none;
}

/* ============================================================ */
/* .local_nav */
/* ============================================================ */
.local_nav {
  background: #f5f5f5;
}

.local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

.local_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  margin: 0 15px;
  color: #808080;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  cursor: poer;
}

.local_nav ul li:first-child {
  margin-left: 0;
}

.local_nav ul li:last-child {
  margin-right: 0;
}

.local_nav ul li sup {
  top: -0.1em;
}

.local_nav ul li a {
  display: block;
  color: #808080;
  text-decoration: none;
}

.local_nav ul li a sup {
  top: -0.2em;
}

.local_nav ul li a:hover {
  opacity: 1;
}

.local_nav ul li::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #ee0055;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.local_nav ul li.active, .local_nav ul li:hover {
  color: #333;
}

.local_nav ul li.active::after, .local_nav ul li:hover::after {
  width: 100%;
}

.local_nav ul.column02 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}

.local_nav ul.column05 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 190px;
          flex: 1 1 190px;
}

.local_nav ul.column07 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 135px;
          flex: 1 1 135px;
}

.local_nav.local_nav_btm ul li::after {
  top: 0;
  bottom: auto;
}

.tab_box > *:not(:first-child) {
  display: none;
}

/* ============================================================ */
/* .anchor_link */
/* ============================================================ */
.anchor_link {
  width: 960px;
  margin: 0 auto;
}

.anchor_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.anchor_link ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.anchor_link ul li:not(:first-child) {
  margin: 0 0 0 10px;
}

.anchor_link ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.anchor_link ul li a .icon-keyboard_arrow_down {
  margin: 0 5px 0 0;
  color: #ee0055;
  line-height: 1;
}

.anchor_link ul li a:hover {
  text-decoration: none;
}

/* ============================================================ */
/* .contact_block */
/* ============================================================ */
.contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  background: #ffe5ef;
}

.contact_block .telephone {
  position: relative;
  margin: 0 30px 0 0;
  padding: 0 0 0 65px;
}

.contact_block .telephone i {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -24px 0 0 0;
  background: #ee0055;
  color: #f8f0f3;
  font-size: 2.2rem;
  text-align: center;
  line-height: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.contact_block .telephone p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.contact_block .telephone p strong {
  color: #333;
  font-size: 3.6rem;
}

.contact_block .telephone p.freecall .icon_freecall {
  display: inline-block;
  width: 36px;
  margin: 0 10px 0 0;
  line-height: 1;
}

.contact_block .telephone p.freecall .icon_freecall img {
  width: 100%;
  vertical-align: middle;
}

.contact_block .telephone p.freecall abbr[title] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact_block .telephone p.freecall abbr[title]::after {
  position: relative;
  top: 0.3rem;
  content: attr(title);
  font-size: 1.0rem;
  letter-spacing: 2px;
  line-height: 1;
}

.contact_block .btn_orange01 {
  width: 530px;
  height: 55px;
  font-size: 1.8rem;
  font-weight: bold;
}

.contact_block .btn_orange01 i {
  font-size: 1.6rem;
  font-weight: normal;
}

.contact_block li a{
  font-size: 3rem;
  color: #FFF;
  line-height: 1.4em;
}

/* ============================================================ */
/* .panel_bnr */
/* ============================================================ */
.panel_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel_bnr > a {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  height: 380px;
}

.panel_bnr > a div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 25px;
}

.panel_bnr > a div p {
  font-weight: bold;
  line-height: 1.3;
}

.panel_bnr > a div p.bnr_ttl {
  margin: 0 0 10px;
  font-size: 3.6rem;
}

.panel_bnr > a figure {
  position: relative;
  width: 100%;
  height: 380px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.panel_bnr > a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.panel_bnr > a:hover {
  text-decoration: none;
}

.panel_bnr > a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}



/* ============================================================ */
/* introduction */
/* ============================================================ */

.introduction {
  padding: 50px 0 50px;
  background: #E5EEF9;
  overflow: hidden;
}

/* ============================================================ */
/* form */
/* ============================================================ */
input[type="text"] {
  width: 500px;
  min-width: 300px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #65AADD;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}

input[type="text"].zip01,
input[type="text"].small {
  min-width: 80px;
}

input[type="text"].zip02,
input[type="text"].middle {
  min-width: 120px;
}

input[type="text"]#tel1,
input[type="text"]#tel2,
input[type="text"]#tel3 {
  max-width: 120px;
}

input[type="text"]#addr2,
input[type="text"]#addr3 {
  min-width: 450px;
}

input[type="text"].small {
  width: 80px;
}

input[type="text"].middle {
  width: 120px;
}

input[type="text"]#media_other {
  min-width: 540px;
}

input[type="text"].error {
  background: #fef0f5;
}

input[type="text"].other_box {
	margin-left:20px;
	min-width: 270px;
}

input[type="email"] {
  width: 300px;
  min-width: 300px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #65AADD;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}

input[type="email"].error {
  background: #fef0f5;
}

textarea {
  max-width: 810px;
  width: 810px;
  max-height: 200px;
  height: 200px;
  padding: 0 10px;
  border: 1px solid #65AADD;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}

select{
  min-width: 300px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #65AADD;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  color:#727171;
}

select#addr1 {
  min-width: 200px;
}


/* .list_radio
----------------------------------------------------------- */
.list_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_radio li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_radio li input[type="radio"] {
  display: none;
}

.list_radio li span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content:left;*/
  width: 100%;
  height: 40px;
  padding: 0 0 0 25%;
  border: 1px solid #65AADD;
  /*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 #65AADD;
  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: #E5EEF9;
}

.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: 15px;
  content: "";
  background: #65AADD;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.list_radio.column01 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 15px 0 0 0%;
}

.list_radio.column01 li:nth-child(1) {
  margin-top: 0;
}

.list_radio.column02 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  margin: 15px 0 0 2%;
}

.list_radio.column02 li:nth-child(2n+1) {
  margin-left: 0;
}

.list_radio.column02 li:nth-child(-n+2) {
  margin-top: 0;
}

.list_radio.column03 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.2%;
          flex: 0 0 32.2%;
  margin: 15px 0 0 1.7%;
}

.list_radio.column03 li:nth-child(3n+1) {
  margin-left: 0;
}

.list_radio.column03 li:nth-child(-n+3) {
  margin-top: 0;
}

.list_radio.column04 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.3%;
          flex: 0 0 23.3%;
  margin: 15px 0 0 2.2%;
}

.list_radio.column04 li:nth-child(4n+1) {
  margin-left: 0;
}

.list_radio.column04 li:nth-child(-n+4) {
  margin-top: 0;
}

.list_radio_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_radio_confirm li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 210px;
  height: 40px;
  background: #E5EEF9;
  border: 1px solid #65AADD;
  color: #fff;
  border-radius: 100px;
}

/* .list_checkbox
----------------------------------------------------------- */
.list_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_checkbox li input[type="checkbox"] {
  display: none;
}

.list_checkbox li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_checkbox 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 15%;
  border: 1px solid #65AADD;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  border-radius: 100px;
}

.list_checkbox li span::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  background: #f2f2f2;
  border: 1px solid #65AADD;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.list_checkbox li input[type="checkbox"]:checked + span {
  background: #E5EEF9;
}

.list_checkbox li input[type="checkbox"]:checked + span::before {
  background: #fff;
}

.list_checkbox li input[type="checkbox"]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  background: #65AADD;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
}


.list_checkbox.column02 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  margin: 15px 0 0 2%;
}

.list_checkbox.column02 li:nth-child(2n+1) {
  margin-left: 0;
}

.list_checkbox.column02 li:nth-child(-n+2) {
  margin-top: 0;
}

.list_checkbox.column02 li .w50 {
  width: 50%;
}


/* .selectbox
----------------------------------------------------------- */
.selectbox {
  position: relative;
  display: inline-block;
  width: 550px;
  height: 45px;
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px solid #65AADD;
  overflow: hidden;
  border-radius: 4px;
}

.selectbox select {
  width: 100%;
  height: 43px;
  padding: 0 0 0 10px;
  background: none transparent;
  border: 0;
  color: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border-radius: 0px;
}

.selectbox select #addr1{
  width: 100%;
  height: 43px;
  padding: 0 0 0 10px;
  background: none transparent;
  border: 0;
  color: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border-radius: 0px;
}

.selectbox::before, .selectbox::after {
  position: absolute;
  right: 0;
  display: block;
  width: 60px;
  text-align: center;
  pointer-events: none;
}

.selectbox::before {
  top: 0;
  bottom: 0;
  content: "";
  background: #65AADD;
}

.selectbox::after {
  top: 50%;
  content: "\e90c";
  margin: -0.5em 0 0;
  color: #fff;
  font-family: 'icomoon';
  text-align: center;
  line-height: 1;
  font-size:1.8rem;
}

.selectbox.error {
  background: #fef0f5;
}


/* .classSelect
----------------------------------------------------------- */

.classSelect{
}

.classSelect select {
	margin-bottom:10px;
}





/* ============================================================ */
/* #topic_path */
/* ============================================================ */
#topic_path {
  margin: 100px auto 0;
  border-top: 1px solid #e6e6e6;
  font-size: 1.2rem;
}

#topic_path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  height: 90px;
  margin: 0 auto;
  padding: 10px 60px;
}

#topic_path ol li {
  margin: 0 15px 0 0;
}

#topic_path ol li sup {
  top: 0;
}

#topic_path ol li:not(:last-child)::after {
  position: relative;
  top: 2px;
  margin: 0 0 0 15px;
  content: "\e315";
  font-family: 'icomoon';
  font-size: 1.4rem;
  line-height: 1;
}

#topic_path ol li a:hover {
  opacity: 1;
}

/* ============================================================ */
/* footer */
/* ============================================================ */

footer {
  position: relative;
  width: 100%;
  min-width: 1024px;
  background: #fff;
}

footer .btn_pagetop {
  position: absolute;
  bottom: 100px;
  right: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

footer .btn_pagetop a {
  display: block;
  width: 40px;
  height: 80px;
}

footer .btn_pagetop a i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  color: #ee0055;
  font-size: 2.0rem;
}

footer .btn_pagetop a:hover {
  text-decoration: none;
}

footer #footer_top {
  min-width: 1024px;
  padding: 60px 0 80px;
  background: #f2f2f2;
  /*----- #footer_logo -----*/
}

footer #footer_top .inner {
  width: 960px;
  margin: 0 auto;
}

footer #footer_top #footer_logo {
  width: 170px;
}

footer #footer_top #footer_logo img {
  width: 100%;
}

footer #footer_top nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer #footer_top .logo_posi {
  position: absolute;
  margin-top: -30px;
  margin-left: 190px;
}

footer #footer_top nav > ul > li {
  margin: 50px 0 0;
}

footer #footer_top nav > ul > li:nth-child(2n+1) {
  width: 200px;
  margin-right: 40px;
}

footer #footer_top nav > ul > li:nth-child(2n) {
  width: 720px;
}

footer #footer_top nav > ul > li:nth-child(2) ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

footer #footer_top nav > ul > li:nth-child(4) ul {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
}

footer #footer_top nav > ul > li a:hover {
  opacity: 1;
}

footer #footer_top nav > ul > li > a {
  display: inline-table;
  font-weight: bold;
}

footer #footer_top nav > ul > li > a i {
  display: table-cell;
  padding: 0 5px 0 0;
  color: #ee0055;
  vertical-align: middle;
}

footer #footer_top nav > ul > li > a:hover {
  text-decoration: none;
}

footer #footer_top nav > ul > li > a:hover span {
  text-decoration: underline;
}

footer #footer_top nav > ul > li ul {
  margin: 20px 0 0;
  padding: 30px 0 0 20px;
  border-top: 1px dotted #b3b3b3;
  font-size: 1.2rem;
}

footer #footer_top nav > ul > li ul li {
  margin: 0 0 10px;
}

footer #footer_bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 60px 80px;
  font-size: 1.2rem;
}

footer #footer_bottom nav {
  margin: 0 0 15px;
}

footer #footer_bottom nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer #footer_bottom nav ul li {
  margin: 0 40px 0 0;
}

footer #footer_bottom nav ul li a:hover {
  opacity: 1;
}

footer #footer_bottom div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer #footer_bottom div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer #footer_bottom div ul li {
  margin: 0 0 0 20px;
}

footer #footer_bottom div ul li i {
  font-size: 2.0rem;
}

footer #footer_bottom div ul li a:hover {
  text-decoration: none;
}

footer #footer_top nav > ul > li > p.category {
  font-size: 1.2rem;
  margin:20px 0 0 0;
  padding:20px 0 0 0;
  width:100%;
  border-top: 1px dotted #b3b3b3;
  font-weight:bold;
}

footer #footer_top nav > ul > li:nth-child(4) ul {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
  border-top: none;
  padding: 0 0 0 20px;
}

footer #footer_top nav > ul > li:nth-child(4) ul.area {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

.foot_txt{
		font-size: 8px;
    	text-align: right;
    	margin-right: 3%;
    	color: gray;
}
.foot_txt a{
	color: gray;
}




/* ============================================================ */
/* コンバージョン 共通スタイル
   .contactus */
/* ============================================================ */
.contactus {
  /*----- .input_must / .input_any -----*/
  /*----- .selectbox.wide -----*/
  /* .ttl_block
	----------------------------------------------------------- */
  /* #campaign
	----------------------------------------------------------- */
  /* .flow_lesson
	----------------------------------------------------------- */
  /* #about_lesson
	----------------------------------------------------------- */
  /* .form_flow
	----------------------------------------------------------- */
  /* #counseling
	----------------------------------------------------------- */
  /* .datepicker
	----------------------------------------------------------- */
  /* #customer_info
	----------------------------------------------------------- */
  /* #privacy
	----------------------------------------------------------- */
  /* .btn_block
	----------------------------------------------------------- */
  /* .alert
	----------------------------------------------------------- */
  /* footer
	----------------------------------------------------------- */
}

.contactus header > div {
  padding: 30px 20px;
}

.contactus h1 {
	font-size:1.7em;
	text-align:center;
	padding: 30px 20px;
	color:#FFF;
	background-color:#65AADD;
}

.contactus .introduction h2 {
	font-size:2.2em;
	text-align:center;
	margin:0 0 10px 0;
	color:#65AADD;
}

.contactus .memo {
	text-align:center;
	color:#65AADD;
	font-size:1.6rem;
}

.contactus .flow_guide {
	text-align:center;
	line-height: 1.5;
	font-size: 2.0rem;
	background-color:#65AADD;
	color:#FFF;
	font-weight:bold;
	padding: 30px 20px 55px;
	position:relative;
}

.contactus .flow_guide p::after {
	position:absolute;
	left:50%;
	bottom:20px;
	margin-left:-12px;
	content:url(/airline/img/arrow_under_w.png);
}

.contactus .guide {
	text-align:center;
	line-height: 1.5;
	font-size: 2.2rem;
	font-weight:bold;
	color:#65AADD;
	margin:0 0 20px 0;
}

.contactus dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactus dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
      -webkit-flex: 0 0 135px;
          flex: 0 0 135px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus dl:not(:last-child) {
  margin: 0 0 20px;
}

.contactus .input_must,
.contactus .input_any {
  display: inline-block;
  width: 50px;
  margin: 0 0 0 10px;
  border: 1px solid #65AADD;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  border-radius: 100px;
}

.contactus .input_must {
  background: #65AADD;
  color: #fff;
}

.contactus .input_any {
  background: none;
  border-color: #727171;
  color: #727171;
}

.contactus .selectbox.wide {
  width: 460px;
}

/*.contactus .ttl_block {
  background: #ffe5ef;
  text-align: center;
}

.contactus .ttl_block h1 {
  padding: 30px 0;
  background: #ee0055;
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.contactus .ttl_block p {
  padding: 10px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}*/

/*.contactus #campaign {
  max-width: 1180px;
  margin: 60px auto;
  padding: 0 40px;
}

.contactus #campaign .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
          justify-content: flex-end;
  background: #f7931e;
  border: 1px solid #f7931e;
  color: #fff;
}

.contactus #campaign .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 640px;
          flex: 0 0 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  line-height: 1.5;
  padding: 20px 0;
}

.contactus #campaign .text h2 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2;
	margin-bottom: 10px;
}

.contactus #campaign .text h3 {
  font-size: 2.8rem;
}

.contactus #campaign .text > p:nth-child(2) {
	background:#FFFFFF;
	color: #f7931e;
	border-radius: 20px;
	font-size:1.0em;
	display: inline-table;
	padding: 5px 20px;
	margin: 5px auto;
	font-weight: bold;
}

.contactus #campaign .text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  margin: 5px 70px;
}

.contactus #campaign .text div:nth-child(5) {
  margin: 5px 70px 20px;
}

.contactus #campaign .text div p:first-child {
  margin: 0 10px 0 0;
  background: #fff;
  color: #f7931e;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 60px;
}

.contactus #campaign .text div p:last-child {
  font-size: 2.0rem;
  text-align: left;
}

.contactus #campaign .text > p {
  font-size: 2.0rem;
	margin-bottom: 10px;
}

.contactus #campaign .text div p span {
  font-size: 1.2rem;
	margin-left: 10px;
}

.contactus #campaign figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 458px;
      -webkit-flex: 0 1 458px;
          flex: 0 1 458px;
  position: relative;
  min-height: 240px;
  overflow: hidden;
}

.contactus #campaign figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactus .flow_lesson {
  margin: 80px 0;
  padding: 0;
  background: none;
}

.contactus .flow_lesson .flow li {
  background: #f2f2f2;
}

.contactus .flow_lesson .flow li div::before {
  border-color: transparent transparent transparent #fff;
}

.contactus .flow_lesson .flow li div::after {
  right: -13px;
  border-color: transparent transparent transparent #f2f2f2;
}

.contactus #about_lesson {
  padding: 60px 0;
  background: #ffe5ef;
}

.contactus #about_lesson > ul.note {
  display: block;
  margin: -20px 0 40px;
  text-align: center;
}

.contactus #about_lesson > ul.note li {
  display: block;
}

.contactus #about_lesson > ul.note li span {
  display: inline;
}

.contactus #about_lesson .feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contactus #about_lesson .feature_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 470px;
      -webkit-flex: 1 1 470px;
          flex: 1 1 470px;
  padding: 20px;
  background: #fff;
}

.contactus #about_lesson .feature_list li:first-child {
  margin: 0 20px 0 0;
}

.contactus #about_lesson .feature_list li .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      -webkit-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}*/

.contactus .form_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 410px;
  margin: 0 auto;
}

.contactus.contactus_pr .form_flow,
.contactus.contactus_ways .form_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 300px;
  margin: 0 auto;
}


.contactus .form_flow li {
	-webkit-box-flex: 1;
	  -ms-flex: 1 1 70px;
	  -webkit-flex: 1 1 70px;
		  flex: 1 1 70px;
	position: relative;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
		  align-items: center;
	-webkit-box-pack: center;
	  -ms-flex-pack: center;
	  -webkit-justify-content: center;
		  justify-content: center;*/
	height: 70px;
	color:#65AADD;
	background: #FFF;
	border:1px solid #65AADD;
    border-radius: 50%;
	text-align:center;
	line-height:1.3;
	font-weight:normal;
	font-size: 1.3rem;
	padding-top:12px;
}

.contactus .form_flow li::after {
	position:absolute;
	content:"";
	top:50%;
	left:100%;
	width:50px;
	border-top:2px dotted #65AADD;
}

.contactus .form_flow li:last-child {
	font-size:1.6rem;
	line-height:1.3;
	padding-top:17px;
}

.contactus .form_flow li:last-child::after {
	border:none;
}

.contactus .form_flow li:not(:first-child) {
  margin: 0 0 0 40px;
}

.contactus .form_flow li span {
	display:block;
	font-size:2.8rem;
	line-height:1.2;
}

/*.contactus .form_flow li .icon-arrow-dotted {
  position: absolute;
  top: 50%;
  right: -20px;
  color: #999;
  font-size: 3.0rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}*/

.contactus .form_flow li.active {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80px;
      -webkit-flex: 1 1 80px;
          flex: 1 1 80px;
  height: 80px;
  background:url(/airline/img/ico_airplane.png) center center no-repeat;
  background-color: #65AADD;
  line-height:1;
  margin-top:-5px;
  padding-top:0;
}

.contactus .form_flow li.active p {
	margin-top:82px;
	font-size:1.5rem;
}

/*.contactus .form_flow li.active .icon-arrow-dotted {
  color: #ee0055;
}*/


/*.contactus #counseling .table01 th {
  font-size: 1.6rem;
}

.contactus #counseling .table01 th .input_must {
  position: relative;
  top: -3px;
}

.contactus #counseling .table01 td {
  padding: 30px;
}

.contactus #counseling .other_course {
  margin: 40px 0 0;
}

.contactus #counseling .other_course p {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus #counseling .other_course p::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  border-top: 2px solid #d9d9d9;
}

.contactus #counseling .other_course p span {
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
  background: #fff;
}

.contactus #counseling .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 895px;
}

.contactus #counseling .link_list li {
  margin: 20px 50px 0 0;
}

.contactus #counseling .link_list li .icon-outer {
  margin: 0 5px 0 0;
  color: #808080;
  font-size: 1.2rem;
}*/

.contactus .datepicker_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 35px;
  border: 1px solid #8c8c8c;
  border-radius: 4px;
}

.contactus .datepicker_wrap input#datepicker,
.contactus .datepicker_wrap input.hasDatepicker {
  width: 422px;
  height: auto;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 0px;
}

.contactus .datepicker_wrap button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
      -webkit-flex: 0 0 36px;
          flex: 0 0 36px;
  position: relative;
  background: #f17fab;
  border-radius: 0 4px 4px 0;
  font-size: 0;
  cursor: pointer;
}

.contactus .datepicker_wrap button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e915";
  color: #fff;
  font-family: 'icomoon' !important;
  font-size: 2.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactus .datepicker_wrap.error {
  background: #fef0f5;
}

.contactus .ui-datepicker {
  display: none;
  background: #fff;
  border: 2px solid #d9d9d9;
  font-size: 1.4rem;
  border-radius: 6px;
}

.contactus .ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #ee0055;
  border-radius: 4px 4px 0 0;
  text-align: center;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before,
.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #fff;
  font-family: 'icomoon';
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  content: "\e90f";
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  content: "\e90e";
}

.contactus .ui-datepicker .ui-datepicker-header .ui-state-disabled {
  display: none;
}

.contactus .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 45px;
}

.contactus .ui-datepicker .ui-datepicker-calendar {
  width: 360px;
  margin: -1px 0 0;
  border-collapse: separate;
  border-radius: 0 0 6px 6px;
}

.contactus .ui-datepicker .ui-datepicker-calendar th,
.contactus .ui-datepicker .ui-datepicker-calendar td {
  border-bottom: 1px solid #d9d9d9 !important;
  border-left: 1px solid #d9d9d9;
  padding: 0 !important;
}

.contactus .ui-datepicker .ui-datepicker-calendar th span,
.contactus .ui-datepicker .ui-datepicker-calendar th a,
.contactus .ui-datepicker .ui-datepicker-calendar td span,
.contactus .ui-datepicker .ui-datepicker-calendar td a {
  display: block;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th {
  text-align: center;
  vertical-align: middle;
  background: #fff;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th.ui-datepicker-week-end:first-of-type {
  color: #ee0055;
  border-left: none;
  border-bottom-left-radius: 0;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th.ui-datepicker-week-end:last-of-type {
  color: #3366cc;
  border-bottom-right-radius: 0;
}

.contactus .ui-datepicker .ui-datepicker-calendar thead th span {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 40px;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td:first-child {
  border-left: none;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td a,
.contactus .ui-datepicker .ui-datepicker-calendar tbody td span {
  height: 40px;
  padding: 6px;
  font-family: Arial, Helvetica," sans-serif";
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td a {
  background: #fbd9e6;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td a:hover {
  text-decoration: none;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody td span {
  color: #999;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody tr:last-child td {
  border-bottom: none !important;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

.contactus .ui-datepicker .ui-datepicker-calendar tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

/*.contactus #counseling,
.contactus #customer_info,
.contactus #survey {
	padding:0 60px;
}*/

.contactus #counseling .table01 th,
.contactus #customer_info .table01 th {
  padding: 30px 20px;
  font-weight:bold;
}

.contactus #counseling .table01 td,
.contactus #customer_info .table01 td {
  padding: 20px;
  vertical-align: middle;
}

.contactus #counseling .table01 th,
.contactus #customer_info .table01 th {
  width: 240px;
}

.contactus #customer_info .input_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  width: 616px;
}

.contactus #customer_info .input_name label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contactus #customer_info .input_name input[type="text"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
      -webkit-flex: 0 0 200px;
          flex: 0 0 200px;
  min-width: 200px;
  margin: 0 30px 0 20px;
}

.contactus #customer_info .list_radio li label {
  height: 40px;
}

.contactus #privacy {
	padding: 35px 0;
	background: #EEEFEF;
    border-radius: 12px;
}

.contactus #privacy .inner {
  margin: 0 auto 30px;
  padding:0 30px;
}

.contactus #privacy .inner h3 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight:bold;
	text-align: center;
	color:#65AADD;
}

.contactus #privacy .inner a {
	text-decoration:underline;
}

.contactus #privacy .inner .icon-outer {
  color: #808080;
}

.contactus #reception {
	padding: 35px 0;
}

.contactus #reception h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight:bold;
	text-align: center;
  color: #ee0055;
}


.contactus .btn_block {
  text-align: center;
}

.contactus .btn_block [class^="btn_"] {
  width: 430px;
  height: 58px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom:20px;
}

.contactus .btn_block .btn_small {
  width: 300px;
}

.contactus .btn_block #btn_confirm {
  width: 540px;
}

.contactus .btn_block #btn_submit {
  margin: 0 20px;
}

.contactus .btn_block #btn_revision:last-child{
  width: 330px;
}

.contactus .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  height: 60px;
  margin: 0 0 60px;
  background: #ffe5ef;
 /* border-top: 2px solid #ee0055;
  border-bottom: 2px solid #ee0055;*/
  color: #ee0055;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.contactus .alert .icon-warning {
  margin: 0 15px 0 0;
  font-size: 3.5rem;
}

.contactus .alert.alert_small {
  height: 40px;
  margin: 0 0 30px;
  border: 1px solid #ee0055;
  font-size: 1.6rem;
}

.contactus .alert.alert_small .icon-warning {
  margin: 0 20px 0 0;
  font-size: 2.4rem;
}

.contactus .alert.hide {
  display: none;
}

.contactus footer {
  margin: 100px 0 0;
  padding: 20px 0 50px;
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
  text-align: center;
}

.contactus footer .btn_pagetop {
  top: -40px;
  bottom: auto;
}

/* ============================================================ */
/* 確認画面
   .contactus_ml_confirm
   .contactus_cl_confirm */
/* ============================================================ */
/*.contactus_ml_confirm .ttl_block,
.contactus_ml_confirm .ttl_block {
  margin-bottom: 80px;
}

.contactus_ml_confirm .ttl01,
.contactus_cl_confirm .ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
}

.contactus_ml_confirm .ttl01 span:first-child,
.contactus_cl_confirm .ttl01 span:first-child {
  margin: 0 10px 0 0;
  font-size: 3.2rem;
}*/

.contactus_ml_confirm .table01 th,
.contactus_cl_confirm .table01 th,
.contactus_pr_confirm .table01 th,
.contactus_ways_confirm .table01 th {
  width: 280px;
  vertical-align: middle;
}

.contactus_ml_confirm .table01 td,
.contactus_cl_confirm .table01 td,
.contactus_pr_confirm .table01 td,
.contactus_ways_confirm .table01 td {
  padding: 20px !important;
}

.contactus_ml_confirm dl dt,
.contactus_cl_confirm dl dt,
.contactus_pr_confirm dl dt,
.contactus_ways_confirm dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
      -webkit-flex: 0 0 120px;
          flex: 0 0 120px;
}

.contactus_ml_confirm dl:not(:last-child),
.contactus_cl_confirm dl:not(:last-child),
.contactus_pr_confirm dl:not(:last-child),
.contactus_ways_confirm dl:not(:last-child) {
  margin: 0 0 10px;
}

/* ============================================================ */
/* 完了画面
   .contactus_ml_thankyou
   .contactus_cl_thankyou */
/* ============================================================ */
/*.contactus_ml_thankyou .ttl_block,
.contactus_cl_thankyou .ttl_block {
  margin-bottom: 80px;
}

.contactus_ml_thankyou .ttl01,
.contactus_cl_thankyou .ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
}

.contactus_ml_thankyou .ttl01 span:first-child,
.contactus_cl_thankyou .ttl01 span:first-child {
  margin: 0 10px 0 0;
  font-size: 3.2rem;
}*/

.box_blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 860px;
  height: 155px;
  background: #65AADD;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size:3rem;
  margin:0 auto;
}

#check_event {
	background: url(/airline/img/img_check_airplane.png) top center no-repeat;
	padding:120px 0 0 0;
	margin:0 0 50px 0;
}

#check_event h3 {
	font-size:3.4rem;
	font-weight:bold;
	color:#65AADD;
	text-align:center;
	margin:0 0 40px 0;
}

#check_event .inner {
	width:860px;
	margin:0 auto;
}

#check_event ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#check_event ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#check_event ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.3%;
          flex: 0 0 23.3%;
  margin: 0 0 0 2.2%;
  text-align:center;
}

#check_event ul li:nth-child(4n+1) {
  margin-left: 0;
}

#check_event ul li a {
	text-align:center;
	color:#65AADD;
	text-decoration:underline;
	padding:160px 0 0 0;
	width:100%;
}

#check_event ul li.lp a {
	background: url(/airline/img/img_lp.png) top center no-repeat;
}

#check_event ul li.cl_do a {
	background: url(/airline/img/img_cl_domestic.png) top center no-repeat;
}

#check_event ul li.cl_fo a {
	background: url(/airline/img/img_cl_domestic.png) top center no-repeat;
}

#check_event ul li.ml a {
	background: url(/airline/img/img_ml.png) top center no-repeat;
}

#check_event ul li.pr a {
	background: url(/airline/img/img_pr.png) top center no-repeat;
}

/* ============================================================ */
/* セミナー＆体験レッスン
   #contactus_cl_index */
/* ============================================================ */

.contactus #counseling .table01 tr:first-child > *:first-child,
.contactus #counseling .table02 tr:first-child > *:first-child,
.contactus #counseling .table03 tr:first-child > *:first-child,
.contactus #counseling .table04 tr:first-child > *:first-child{
  border-top-left-radius: 30px;
}
.contactus #counseling .table01 tr:first-child > *:last-child,
.contactus #counseling .table02 tr:first-child > *:last-child,
.contactus #counseling .table03 tr:first-child > *:last-child,
.contactus #counseling .table04 tr:first-child > *:last-child{
  border-top-right-radius: 30px;
}

.contactus #counseling .table01 tr:last-child > th,
.contactus #counseling .table02 tr:last-child > th,
.contactus #counseling .table03 tr:last-child > th,
.contactus #counseling .table04 tr:last-child > th{
}

.contactus #counseling .table01 tr:last-child > td,
.contactus #counseling .table02 tr:last-child > td,
.contactus #counseling .table03 tr:last-child > td,
.contactus #counseling .table04 tr:last-child > td{
  border-bottom-right-radius: 30px;
}

.contactus #survey .table01 th,
.contactus #survey .table02 th,
.contactus #survey .table03 th,
.contactus #survey .table04 th {
	/*display:block;
	width:100%;*/
	text-align:center;
}

.contactus #survey .table01 td,
.contactus #survey .table02 td,
.contactus #survey .table03 td,
.contactus #survey .table04 td {
	/*display:block;
	width:100%;*/
	border-left:none;
}

.contactus #survey .table01 tr:first-child > *:first-child,
.contactus #survey .table02 tr:first-child > *:first-child,
.contactus #survey .table03 tr:first-child > *:first-child,
.contactus #survey .table04 tr:first-child > *:first-child{
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

/*.contactus #survey .table01 thead:first-child tr:first-child > *:first-child,
.contactus #survey .table01 tbody:first-child tr:first-child > *:first-child,
.contactus #survey .table02 thead:first-child tr:first-child > *:first-child,
.contactus #survey .table02 tbody:first-child tr:first-child > *:first-child,
.contactus #survey .table03 thead:first-child tr:first-child > *:first-child,
.contactus #survey .table03 tbody:first-child tr:first-child > *:first-child,
.contactus #survey .table04 thead:first-child tr:first-child > *:first-child,
.contactus #survey .table04 tbody:first-child tr:first-child > *:first-child {
}
*/

.contactus #survey .table01 th,
.contactus #survey .table02 th,
.contactus #survey .table03 th,
.contactus #survey .table04 th {
  border-bottom-left-radius: 0;
  border-top:none;
  border-bottom:none;
}

.contactus #survey .table01 td,
.contactus #survey .table02 td,
.contactus #survey .table03 td,
.contactus #survey .table04 td {
  border-top:none;
  border-bottom:none;
}

.contactus #survey .table01 tr:last-child > td,
.contactus #survey .table02 tr:last-child > td,
.contactus #survey .table03 tr:last-child > td,
.contactus #survey .table04 tr:last-child > td {
  border-bottom-left-radius: 30px;
}


.contactus #survey .table01 tr:first-child tr:first-child > td,
.contactus #survey .table02 tr:first-child tr:first-child > td,
.contactus #survey .table03 tr:first-child tr:first-child > td,
.contactus #survey .table04 tr:first-child tr:first-child > td {
	border-bottom:none;
}




.contactus #counseling .list_radio li span {
  height: 60px;
}

.contactus #counseling .list_radio li span::before {
  top: 50%;
  left: 17px;
  width: 22px;
  height: 22px;
}

.contactus #counseling .list_radio li input[type="radio"]:checked + span::after {
  top: 50%;
  left: 17px;
  width: 22px;
  height: 22px;
}

.contactus #counseling .list_radio li span {
	height: 60px;
	font-size:1.6rem;
}

.contactus #survey .list_radio li span {
	font-size:1.1rem;
	padding: 0 0 0 18%;
}

#main .errInfo {
  background-color: #65AADD;
  color:#FFF;
  margin-top:5px;
}
.selectbox{
  height:inherit;
}