@charset "UTF-8";
/*-----------------------------------------------------

  Common CSS

-----------------------------------------------------*/
/*-----------------------------------------------------
  フォント
-----------------------------------------------------*/
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
.maru_gothic {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}

/*-----------------------------------------------------
  共通
-----------------------------------------------------*/
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.625;
  color: #333;
  width: 100%;
  min-height: 100vh;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 1.2rem;
  }
}

/*IE11対策*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

a:hover {
  color: #5f67ae;
}

a, button {
  outline: none;
}
a:focus, button:focus {
  outline: none;
}

button {
  padding: 0;
  border: none;
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  button {
    font-size: 1.2rem;
  }
}

label {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  label {
    font-size: 1.4rem;
  }
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"] {
  border: none;
  cursor: pointer;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span {
  display: block;
  padding-left: 35px;
  position: relative;
  font-weight: normal;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  input[type="checkbox"] + span {
    padding-left: 22px;
  }
}
input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #b14b9f;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  input[type="checkbox"] + span:before {
    width: 16px;
    height: 16px;
  }
}
input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 8px;
  height: 15px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #b14b9f;
  border-right: 2px solid #b14b9f;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  input[type="checkbox"]:checked + span:after {
    left: 5px;
    width: 6px;
    height: 12px;
  }
}

input[type="submit"] {
  border: none;
  cursor: pointer;
}

/*  共通スタイル  */
.pc_bl {
  display: block  !important;
}

.pc_il {
  display: inline !important;
}

.sp_bl {
  display: none   !important;
}

.sp_il {
  display: none   !important;
}

.br_pc {
  display: inline !important;
}

.br_sp {
  display: none   !important;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .pc_bl {
    display: none   !important;
  }

  .pc_il {
    display: none   !important;
  }

  .sp_bl {
    display: block  !important;
  }

  .sp_il {
    display: inline !important;
  }

  .br_pc {
    display: none   !important;
  }

  .br_sp {
    display: inline !important;
  }
}
.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;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !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;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !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;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !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;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .mt0 {
    margin-top: 0 !important;
  }

  .mt5 {
    margin-top: 2.5px !important;
  }

  .mt10 {
    margin-top: 5px !important;
  }

  .mt15 {
    margin-top: 7.5px !important;
  }

  .mt20 {
    margin-top: 10px !important;
  }

  .mt30 {
    margin-top: 15px !important;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .mt50 {
    margin-top: 25px !important;
  }

  .mt60 {
    margin-top: 30px !important;
  }

  .mt70 {
    margin-top: 35px !important;
  }

  .mt80 {
    margin-top: 40px !important;
  }

  .mt90 {
    margin-top: 45px !important;
  }

  .mt100 {
    margin-top: 50px !important;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .mb5 {
    margin-bottom: 2.5px !important;
  }

  .mb10 {
    margin-bottom: 5px !important;
  }

  .mb15 {
    margin-bottom: 7.5px !important;
  }

  .mb20 {
    margin-bottom: 10px !important;
  }

  .mb30 {
    margin-bottom: 15px !important;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }

  .mb50 {
    margin-bottom: 25px !important;
  }

  .mb60 {
    margin-bottom: 30px !important;
  }

  .mb70 {
    margin-bottom: 35px !important;
  }

  .mb80 {
    margin-bottom: 40px !important;
  }

  .mb90 {
    margin-bottom: 45px !important;
  }

  .mb100 {
    margin-bottom: 50px !important;
  }

  .ml0 {
    margin-left: 0 !important;
  }

  .ml5 {
    margin-left: 2.5px !important;
  }

  .ml10 {
    margin-left: 5px !important;
  }

  .ml15 {
    margin-left: 7.5px !important;
  }

  .ml20 {
    margin-left: 10px !important;
  }

  .ml30 {
    margin-left: 15px !important;
  }

  .ml40 {
    margin-left: 20px !important;
  }

  .ml50 {
    margin-left: 25px !important;
  }

  .ml60 {
    margin-left: 30px !important;
  }

  .ml70 {
    margin-left: 35px !important;
  }

  .ml80 {
    margin-left: 40px !important;
  }

  .ml90 {
    margin-left: 45px !important;
  }

  .ml100 {
    margin-left: 50px !important;
  }

  .mr0 {
    margin-right: 0 !important;
  }

  .mr5 {
    margin-right: 2.5px !important;
  }

  .mr10 {
    margin-right: 5px !important;
  }

  .mr15 {
    margin-right: 7.5px !important;
  }

  .mr20 {
    margin-right: 10px !important;
  }

  .mr30 {
    margin-right: 15px !important;
  }

  .mr40 {
    margin-right: 20px !important;
  }

  .mr50 {
    margin-right: 25px !important;
  }

  .mr60 {
    margin-right: 30px !important;
  }

  .mr70 {
    margin-right: 35px !important;
  }

  .mr80 {
    margin-right: 40px !important;
  }

  .mr90 {
    margin-right: 45px !important;
  }

  .mr100 {
    margin-right: 50px !important;
  }

  .pt0 {
    padding-top: 0 !important;
  }

  .pt5 {
    padding-top: 2.5px !important;
  }

  .pt10 {
    padding-top: 5px !important;
  }

  .pt15 {
    padding-top: 7.4px !important;
  }

  .pt20 {
    padding-top: 10px !important;
  }

  .pt30 {
    padding-top: 15px !important;
  }

  .pt40 {
    padding-top: 20px !important;
  }

  .pt50 {
    padding-top: 25px !important;
  }

  .pt60 {
    padding-top: 30px !important;
  }

  .pt70 {
    padding-top: 35px !important;
  }

  .pt80 {
    padding-top: 40px !important;
  }

  .pt90 {
    padding-top: 45px !important;
  }

  .pt100 {
    padding-top: 50px !important;
  }

  .pb0 {
    padding-bottom: 0 !important;
  }

  .pb5 {
    padding-bottom: 2.5px !important;
  }

  .pb10 {
    padding-bottom: 5px !important;
  }

  .pb15 {
    padding-bottom: 7.4px !important;
  }

  .pb20 {
    padding-bottom: 10px !important;
  }

  .pb30 {
    padding-bottom: 15px !important;
  }

  .pb40 {
    padding-bottom: 20px !important;
  }

  .pb50 {
    padding-bottom: 25px !important;
  }

  .pb60 {
    padding-bottom: 30px !important;
  }

  .pb70 {
    padding-bottom: 35px !important;
  }

  .pb80 {
    padding-bottom: 40px !important;
  }

  .pb90 {
    padding-bottom: 45px !important;
  }

  .pb100 {
    padding-bottom: 50px !important;
  }

  .pl0 {
    padding-left: 0 !important;
  }

  .pl5 {
    padding-left: 2.5px !important;
  }

  .pl10 {
    padding-left: 5px !important;
  }

  .pl15 {
    padding-left: 7.4px !important;
  }

  .pl20 {
    padding-left: 10px !important;
  }

  .pl30 {
    padding-left: 15px !important;
  }

  .pl32 {
    padding-left: 32px !important;
  }

  .pl40 {
    padding-left: 20px !important;
  }

  .pl50 {
    padding-left: 25px !important;
  }

  .pl60 {
    padding-left: 30px !important;
  }

  .pl70 {
    padding-left: 35px !important;
  }

  .pl80 {
    padding-left: 40px !important;
  }

  .pl90 {
    padding-left: 45px !important;
  }

  .pl100 {
    padding-left: 50px !important;
  }

  .pr0 {
    padding-right: 0 !important;
  }

  .pr5 {
    padding-right: 2.5px !important;
  }

  .pr10 {
    padding-right: 5px !important;
  }

  .pr15 {
    padding-right: 7.5px !important;
  }

  .pr20 {
    padding-right: 10px !important;
  }

  .pr30 {
    padding-right: 15px !important;
  }

  .pr40 {
    padding-right: 20px !important;
  }

  .pr50 {
    padding-right: 25px !important;
  }

  .pr60 {
    padding-right: 30px !important;
  }

  .pr70 {
    padding-right: 35px !important;
  }

  .pr80 {
    padding-right: 40px !important;
  }

  .pr90 {
    padding-right: 45px !important;
  }

  .pr100 {
    padding-right: 50px !important;
  }
}
.fw_normal {
  font-weight: normal !important;
}

.fw_bold {
  font-weight: bold !important;
}

.fc_red {
  color: #c90000;
}

.ta_center {
  text-align: center !important;
}

.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right !important;
}

.ta_pc_center_sp_left {
  text-align: center !important;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .ta_pc_center_sp_left {
    text-align: left !important;
  }
}

.fl_left {
  float: left !important;
}

.fl_right {
  float: right !important;
}

.fl_none {
  float: none !important;
}

.dp_block {
  display: block !important;
}

.dp_i_block {
  display: inline-block !important;
}

.dp_none {
  display: none !important;
}

ul.list {
  font-size: 0;
  letter-spacing: 0;
}
ul.list li {
  display: inline-block;
  vertical-align: top;
}

/*  リスト系  */
.notes-list > li {
  position: relative;
  margin-bottom: 0.4em;
}
.notes-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
}

.notes-list.aster > li {
  padding-left: 1em;
}
.notes-list.aster > li::before {
  content: '*';
}

.notes-list.kome > li {
  padding-left: 1em;
}
.notes-list.kome > li::before {
  content: '※';
}

/*  フェード関連  */
.fd {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.fd.b2t {
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.fd.b2t.fade {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  cursor: auto;
}

.fd.t2b {
  opacity: 0;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.fd.t2b.fade {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  cursor: auto;
}

.fd.r2l {
  opacity: 0;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.fd.r2l.fade {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  cursor: auto;
}

.fd.l2r {
  opacity: 0;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.fd.l2r.fade {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  cursor: auto;
}

/*  マウスオーバー時拡大  */
.hover_scale {
  display: block;
  overflow: hidden;
}
.hover_scale span.hover_scale_item {
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
}
.hover_scale a {
  -webkit-transition: 0;
  transition: 0;
}
@media screen and (min-width: 768px) {
  .hover_scale:hover span.hover_scale_item {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/*  マウスオーバー時色反転  */
@media screen and (min-width: 768px) {
  .hover_color {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hover_color:hover {
    background-color: #adb2d5 !important;
    color: #fff;
  }
}

/*  マウスオーバー時下線  */
@media screen and (min-width: 768px) {
  span.hover_underline {
    position: relative;
    display: inline-block;
    line-height: 1;
  }
  span.hover_underline:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #5f67ae;
    -webkit-transition: .3s;
    transition: .3s;
  }
  span.hover_underline:hover:after {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  span.hover_underline_white {
    position: relative;
    display: inline-block;
    line-height: 1;
  }
  span.hover_underline_white:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #5f67ae;
    -webkit-transition: .3s;
    transition: .3s;
  }
  span.hover_underline_white:hover:after {
    width: 100%;
  }
}
span.hover_underline_white:after {
  background-color: #fff;
}

/*  リンク文字青  */
.link-color {
  color: #5f67ae;
}

/*-----------------------------------------------------
  共通フレーム
-----------------------------------------------------*/
#wrapper {
  position: relative;
  width: 100%;
  min-width: 1064px;
  padding-top: 88px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wrapper {
    min-width: 320px;
    padding-top: 50px;
  }
}

#contents {
  padding: 20px 0 70px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #contents {
    padding: 10px 0 35px;
  }
}

.inner {
  min-width: 1064px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .inner {
    min-width: auto;
    max-width: none;
    padding: 0 15px;
  }
}

.inner_1000 {
  width: 1000px;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .inner_1000 {
    width: 100%;
  }
}

.sec {
  margin-top: 70px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .sec {
    margin-top: 40px;
  }
}

.sub_sec {
  margin-top: 50px;
}
.sub_sec:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .sub_sec {
    margin-top: 35px;
  }
}

/*-----------------------------------------------------
  共通パーツ
-----------------------------------------------------*/
/*  メインビジュアル  */
.mv {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 27.0863836018%;
  background: no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .mv {
    padding-top: 30.8%;
  }
}
.mv .mv-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 10px #fff, -2px -2px 10px #fff, 2px -2px 10px #fff, -2px 2px 10px #fff, 0 2px 10px #fff, 2px 0 10px #fff, 0 -2px 10px #fff, -2px 0 10px #fff;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .mv .mv-title {
    font-size: 2.0rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .mv .mv-title {
    font-size: 5.3333333333vw;
  }
}

/*  メインビジュアル（画像なし）  */
.mv-nopic {
  width: 100%;
}
.mv-nopic .mv-title {
  background-color: #e7e5ff;
  width: 100%;
  padding: 1.2em 0;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .mv-nopic .mv-title {
    font-size: 2.0rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .mv-nopic .mv-title {
    font-size: 5.3333333333vw;
  }
}

/*  デフォルトテキスト  */
.txt_def {
  font-size: 2.0rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .txt_def {
    font-size: 1.5rem;
    line-height: 1.67;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .txt_def {
    font-size: 4vw;
  }
}

/*  テキスト（小）  */
.txt_small {
  font-size: 1.4rem;
  line-height: 1.65;
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .txt_small {
    font-size: 3.7333333333vw;
  }
}

/*  セクションタイトル  */
.sec-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.3;
  color: #5f68ae;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 36px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .sec-title {
    font-size: 1.7rem;
    margin-bottom: 18px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .sec-title {
    font-size: 4.5333333333vw;
  }
}
.sec-title:before, .sec-title:after {
  position: absolute;
  display: block;
  content: " ";
  width: 74px;
  height: 3px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .sec-title:before, .sec-title:after {
    width: 37px;
    height: 2px;
  }
}
.sec-title:before {
  margin-left: -37px;
  background-color: #c0c0c0;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .sec-title:before {
    margin-left: -18px;
  }
}
.sec-title:after {
  margin-left: 37px;
  background-color: #a8add3;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .sec-title:after {
    margin-left: 18px;
  }
}

/*  タイトル（左ライン）  */
.title-left_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  border-left: 9px solid #b14b9f;
  padding-left: 14px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .title-left_line {
    min-height: 43px;
    font-size: 1.5rem;
    border-left: 6px solid #b14b9f;
    padding-left: 10px;
  }
}

/*  ボタン  */
.btn-container {
  font-size: 0;
  text-align: center;
  margin: -10px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .btn-container {
    margin: -8px 0 0 0;
    padding: 0 35px;
  }
}

a.btn, button.btn {
  display: inline-table;
  vertical-align: top;
  border-radius: 8px;
  margin: 10px;
  padding: 10px 20px;
  min-width: 380px;
  min-height: 80px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.05em;
  border: 2px solid;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a.btn:hover, button.btn:hover {
  background-color: #fff;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn, button.btn {
    min-width: auto;
    width: 100%;
    margin: 6px 0 0 0;
    min-height: 50px;
    padding: 5px 5px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  a.btn, button.btn {
    font-size: 4vw;
  }
}
a.btn > span, button.btn > span {
  display: table-cell;
  vertical-align: middle;
}
a.btn.ext, button.btn.ext {
  background-repeat: no-repeat;
  background-position: right 6px center !important;
  background-size: auto !important;
  padding-right: 28px !important;
  padding-left: 28px !important;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn.ext, button.btn.ext {
    background-position: right 3px center !important;
    background-size: 12px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
a.btn-bg_blue, button.btn-bg_blue {
  color: #fff;
  background-color: #5f68ae;
  border-color: #5f68ae;
}
a.btn-bg_blue.btn-ar-right, button.btn-bg_blue.btn-ar-right {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url(/assets/images/arrow-right-white.png);
}
a.btn-bg_blue.btn-ar-right:hover, button.btn-bg_blue.btn-ar-right:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bg_blue.btn-ar-right, button.btn-bg_blue.btn-ar-right {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bg_blue.btn-ar-down, button.btn-bg_blue.btn-ar-down {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-size: auto 11px;
  background-image: url(/assets/images/arrow-down-white.png);
}
a.btn-bg_blue.btn-ar-down:hover, button.btn-bg_blue.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bg_blue.btn-ar-down, button.btn-bg_blue.btn-ar-down {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bg_blue.btn-ar-down:hover, button.btn-bg_blue.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-down-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bg_blue.btn-ar-down, button.btn-bg_blue.btn-ar-down {
    background-size: auto 7px;
  }
}
a.btn-bg_blue:hover, button.btn-bg_blue:hover {
  color: #5f68ae;
}
a.btn-bg_blue:hover.btn-ar-right, button.btn-bg_blue:hover.btn-ar-right {
  background-image: url(/assets/images/arrow-right-blue.png);
}
a.btn-bg_blue:hover.btn-ar-down, button.btn-bg_blue:hover.btn-ar-down {
  background-image: url(/assets/images/arrow-down-blue.png);
}
a.btn-bg_blue:hover.btn-ar-bottom, button.btn-bg_blue:hover.btn-ar-bottom {
  background-image: url(/assets/images/arrow-down-blue.png);
}
a.btn-bg_blue.ext, button.btn-bg_blue.ext {
  background-image: url(../images/ico-ext-white.png);
}
a.btn-bg_blue.ext:hover, button.btn-bg_blue.ext:hover {
  background-image: url(../images/ico-ext.png);
}
a.btn-bg_purple, button.btn-bg_purple {
  color: #fff;
  background-color: #adb2d5;
  border-color: #adb2d5;
}
a.btn-bg_purple.btn-ar-right, button.btn-bg_purple.btn-ar-right {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url(/assets/images/arrow-right-white.png);
}
a.btn-bg_purple.btn-ar-right:hover, button.btn-bg_purple.btn-ar-right:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bg_purple.btn-ar-right, button.btn-bg_purple.btn-ar-right {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bg_purple.btn-ar-down, button.btn-bg_purple.btn-ar-down {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-size: auto 11px;
  background-image: url(/assets/images/arrow-down-white.png);
}
a.btn-bg_purple.btn-ar-down:hover, button.btn-bg_purple.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bg_purple.btn-ar-down, button.btn-bg_purple.btn-ar-down {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bg_purple.btn-ar-down:hover, button.btn-bg_purple.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-down-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bg_purple.btn-ar-down, button.btn-bg_purple.btn-ar-down {
    background-size: auto 7px;
  }
}
a.btn-bg_purple:hover, button.btn-bg_purple:hover {
  color: #adb2d5;
}
a.btn-bg_purple:hover.btn-ar-right, button.btn-bg_purple:hover.btn-ar-right {
  background-image: url(/assets/images/arrow-right-purple.png);
}
a.btn-bg_purple:hover.btn-ar-down, button.btn-bg_purple:hover.btn-ar-down {
  background-image: url(/assets/images/arrow-down-purple.png);
}
a.btn-bg_purple:hover.btn-ar-bottom, button.btn-bg_purple:hover.btn-ar-bottom {
  background-image: url(/assets/images/arrow-down-purple.png);
}
a.btn-bg_purple.ext, button.btn-bg_purple.ext {
  background-image: url(../images/ico-ext-white.png);
}
a.btn-bg_purple.ext:hover, button.btn-bg_purple.ext:hover {
  background-image: url(../images/ico-ext-purple.png);
}
a.btn-bg_pink, button.btn-bg_pink {
  color: #fff;
  background-color: #b14b9f;
  border-color: #b14b9f;
}
a.btn-bg_pink.btn-ar-right, button.btn-bg_pink.btn-ar-right {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url(/assets/images/arrow-right-white.png);
}
a.btn-bg_pink.btn-ar-right:hover, button.btn-bg_pink.btn-ar-right:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bg_pink.btn-ar-right, button.btn-bg_pink.btn-ar-right {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bg_pink.btn-ar-down, button.btn-bg_pink.btn-ar-down {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-size: auto 11px;
  background-image: url(/assets/images/arrow-down-white.png);
}
a.btn-bg_pink.btn-ar-down:hover, button.btn-bg_pink.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bg_pink.btn-ar-down, button.btn-bg_pink.btn-ar-down {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bg_pink.btn-ar-down:hover, button.btn-bg_pink.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-down-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bg_pink.btn-ar-down, button.btn-bg_pink.btn-ar-down {
    background-size: auto 7px;
  }
}
a.btn-bg_pink:hover, button.btn-bg_pink:hover {
  color: #b14b9f;
}
a.btn-bg_pink:hover.btn-ar-right, button.btn-bg_pink:hover.btn-ar-right {
  background-image: url(/assets/images/arrow-right-pink.png);
}
a.btn-bg_pink:hover.btn-ar-down, button.btn-bg_pink:hover.btn-ar-down {
  background-image: url(/assets/images/arrow-down-pink.png);
}
a.btn-bg_pink:hover.btn-ar-bottom, button.btn-bg_pink:hover.btn-ar-bottom {
  background-image: url(/assets/images/arrow-down-pink.png);
}
a.btn-bg_pink.ext, button.btn-bg_pink.ext {
  background-image: url(../images/ico-ext-white.png);
}
a.btn-bg_pink.ext:hover, button.btn-bg_pink.ext:hover {
  background-image: url(../images/ico-ext-pink.png);
}
a.btn-bg_gray, button.btn-bg_gray {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
a.btn-bg_gray.btn-ar-right, button.btn-bg_gray.btn-ar-right {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url(/assets/images/arrow-right-white.png);
}
a.btn-bg_gray.btn-ar-right:hover, button.btn-bg_gray.btn-ar-right:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bg_gray.btn-ar-right, button.btn-bg_gray.btn-ar-right {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bg_gray.btn-ar-down, button.btn-bg_gray.btn-ar-down {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-size: auto 11px;
  background-image: url(/assets/images/arrow-down-white.png);
}
a.btn-bg_gray.btn-ar-down:hover, button.btn-bg_gray.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bg_gray.btn-ar-down, button.btn-bg_gray.btn-ar-down {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bg_gray.btn-ar-down:hover, button.btn-bg_gray.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-down-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bg_gray.btn-ar-down, button.btn-bg_gray.btn-ar-down {
    background-size: auto 7px;
  }
}
a.btn-bg_gray:hover, button.btn-bg_gray:hover {
  color: #999;
}
a.btn-bd_blue, button.btn-bd_blue {
  background-color: #fff;
  border-color: #5f68ae;
  color: #5f68ae;
}
a.btn-bd_blue:hover, button.btn-bd_blue:hover {
  color: #fff;
}
a.btn-bd_blue:hover, button.btn-bd_blue:hover {
  background-color: #5f68ae;
}
a.btn-bd_blue.btn-ar-right, button.btn-bd_blue.btn-ar-right {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url(/assets/images/arrow-right-blue.png);
}
a.btn-bd_blue.btn-ar-right:hover, button.btn-bd_blue.btn-ar-right:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bd_blue.btn-ar-right, button.btn-bd_blue.btn-ar-right {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bd_blue.btn-ar-down, button.btn-bd_blue.btn-ar-down {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-size: auto 11px;
  background-image: url(/assets/images/arrow-down-blue.png);
}
a.btn-bd_blue.btn-ar-down:hover, button.btn-bd_blue.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bd_blue.btn-ar-down, button.btn-bd_blue.btn-ar-down {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bd_blue.btn-ar-down:hover, button.btn-bd_blue.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-down-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bd_blue.btn-ar-down, button.btn-bd_blue.btn-ar-down {
    background-size: auto 7px;
  }
}
a.btn-bd_blue.btn-ar-bottom, button.btn-bd_blue.btn-ar-bottom {
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-size: auto 11px;
  padding-top: 15px;
  padding-bottom: 40px;
  background-image: url(/assets/images/arrow-down-blue.png);
}
a.btn-bd_blue.btn-ar-bottom:hover, button.btn-bd_blue.btn-ar-bottom:hover {
  background-image: url(/assets/images/arrow-down-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bd_blue.btn-ar-bottom, button.btn-bd_blue.btn-ar-bottom {
    background-position: center bottom 8px;
    background-size: auto 7px;
    padding-top: 8px;
    padding-bottom: 22px;
  }
}
a.btn-bd_blue.ext, button.btn-bd_blue.ext {
  background-image: url(../images/ico-ext.png);
}
a.btn-bd_blue.ext:hover, button.btn-bd_blue.ext:hover {
  background-image: url(../images/ico-ext-white.png);
}
a.btn-bd_pink, button.btn-bd_pink {
  background-color: #fff;
  border-color: #b14b9f;
  color: #b14b9f;
}
a.btn-bd_pink:hover, button.btn-bd_pink:hover {
  color: #fff;
}
a.btn-bd_pink:hover, button.btn-bd_pink:hover {
  background-color: #b14b9f;
}
a.btn-bd_pink.btn-ar-right, button.btn-bd_pink.btn-ar-right {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url(/assets/images/arrow-right-pink.png);
}
a.btn-bd_pink.btn-ar-right:hover, button.btn-bd_pink.btn-ar-right:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bd_pink.btn-ar-right, button.btn-bd_pink.btn-ar-right {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bd_pink.btn-ar-down, button.btn-bd_pink.btn-ar-down {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-size: auto 11px;
  background-image: url(/assets/images/arrow-down-pink.png);
}
a.btn-bd_pink.btn-ar-down:hover, button.btn-bd_pink.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bd_pink.btn-ar-down, button.btn-bd_pink.btn-ar-down {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bd_pink.btn-ar-down:hover, button.btn-bd_pink.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-down-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bd_pink.btn-ar-down, button.btn-bd_pink.btn-ar-down {
    background-size: auto 7px;
  }
}
a.btn-bd_pink.btn-ar-bottom, button.btn-bd_pink.btn-ar-bottom {
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-size: auto 11px;
  padding-top: 15px;
  padding-bottom: 40px;
  background-image: url(/assets/images/arrow-down-pink.png);
}
a.btn-bd_pink.btn-ar-bottom:hover, button.btn-bd_pink.btn-ar-bottom:hover {
  background-image: url(/assets/images/arrow-down-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bd_pink.btn-ar-bottom, button.btn-bd_pink.btn-ar-bottom {
    background-position: center bottom 8px;
    background-size: auto 7px;
    padding-top: 8px;
    padding-bottom: 22px;
  }
}
a.btn-bd_pink.ext, button.btn-bd_pink.ext {
  background-image: url(../images/ico-ext-pink.png);
}
a.btn-bd_pink.ext:hover, button.btn-bd_pink.ext:hover {
  background-image: url(../images/ico-ext-white.png);
}
a.btn-bd_gray, button.btn-bd_gray {
  background-color: #fff;
  border-width: 1px;
  border-color: #bcbcbc;
}
a.btn-bd_gray:hover, button.btn-bd_gray:hover {
  color: #fff;
}
a.btn-bd_gray:hover, button.btn-bd_gray:hover {
  color: #333;
}
a.btn-bd_gray.btn-ar-right, button.btn-bd_gray.btn-ar-right {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url(/assets/images/arrow-right-blue.png);
}
a.btn-bd_gray.btn-ar-right:hover, button.btn-bd_gray.btn-ar-right:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bd_gray.btn-ar-right, button.btn-bd_gray.btn-ar-right {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bd_gray.btn-ar-down, button.btn-bd_gray.btn-ar-down {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px auto;
  padding-right: 30px;
  padding-left: 30px;
  background-size: auto 11px;
  background-image: url(/assets/images/arrow-down-blue.png);
}
a.btn-bd_gray.btn-ar-down:hover, button.btn-bd_gray.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bd_gray.btn-ar-down, button.btn-bd_gray.btn-ar-down {
    background-size: 7px auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
a.btn-bd_gray.btn-ar-down:hover, button.btn-bd_gray.btn-ar-down:hover {
  background-image: url(/assets/images/arrow-down-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bd_gray.btn-ar-down, button.btn-bd_gray.btn-ar-down {
    background-size: auto 7px;
  }
}
a.btn-bd_gray.btn-ar-bottom, button.btn-bd_gray.btn-ar-bottom {
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-size: auto 11px;
  padding-top: 15px;
  padding-bottom: 40px;
  background-image: url(/assets/images/arrow-down-blue.png);
}
a.btn-bd_gray.btn-ar-bottom:hover, button.btn-bd_gray.btn-ar-bottom:hover {
  background-image: url(/assets/images/arrow-down-white.png);
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn-bd_gray.btn-ar-bottom, button.btn-bd_gray.btn-ar-bottom {
    background-position: center bottom 8px;
    background-size: auto 7px;
    padding-top: 8px;
    padding-bottom: 22px;
  }
}
a.btn_s, button.btn_s {
  border-radius: 4px;
  margin: 10px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: auto;
  width: 100%;
  min-height: 38px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn_s, button.btn_s {
    min-height: 38px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  a.btn_s, button.btn_s {
    font-size: 3.7333333333vw;
  }
}
a.btn_s.btn-ar-right, button.btn_s.btn-ar-right {
  background-position: right 6px center;
  background-size: 8px auto;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn_s.btn-ar-right, button.btn_s.btn-ar-right {
    background-position: right 3px center;
    background-size: 6px auto;
  }
}
a.btn_s.btn-ar-down, button.btn_s.btn-ar-down {
  background-position: right 6px center;
  background-size: auto 8px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn_s.btn-ar-down, button.btn_s.btn-ar-down {
    background-position: right 3px center;
    background-size: auto 6px;
  }
}
a.btn_s.btn-bd_blue, a.btn_s.btn-bd_pink, button.btn_s.btn-bd_blue, button.btn_s.btn-bd_pink {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn_s.btn-bd_blue, a.btn_s.btn-bd_pink, button.btn_s.btn-bd_blue, button.btn_s.btn-bd_pink {
    padding-left: 12px;
    padding-right: 12px;
  }
}

button.btn {
  padding-top: 27px;
  padding-bottom: 27px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  button.btn {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
button.btn > span {
  display: block;
}

.btn_gd_purple {
  background: url(/assets/images/btn_gd_purple-bg.gif) repeat-x center center;
  background-size: 100% 100%;
  color: #fff !important;
  font-weight: bold;
}

.btn_gd_brown {
  background: url(/assets/images/btn_gd_brown-bg.gif) repeat-x center center;
  background-size: 100% 100%;
  color: #fff !important;
  font-weight: bold;
}

/*  タイトル背景青色斜線つき  */
.title_bar {
  background: #5f68ae url(/assets/images/bg_title_bar.gif) repeat 0 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 2px 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .title_bar {
    background-size: 6px 6px;
    font-size: 1.7rem;
    padding: 5px 2px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .title_bar {
    font-size: 4.5333333333vw;
  }
}

/*  タイトル角丸背景青色  */
.title_bar-round {
  background-color: #5f68ae;
  border-radius: 8px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 16px 0;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .title_bar-round {
    border-radius: 4px;
    font-size: 1.5rem;
    padding: 13px 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .title_bar-round {
    font-size: 4vw;
  }
}

/*  「もっと詳しく」  */
.more_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .more_detail ul {
    display: block;
  }
}
.more_detail ul li {
  width: calc( (100% - 22px) / 3 );
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .more_detail ul li {
    width: 100%;
    margin-top: 8px;
  }
  .more_detail ul li:first-child {
    margin-top: 0;
  }
}

a.btn_more_detail {
  display: block;
  border: 1px solid #b8b8b8;
  font-size: 2.2rem;
  color: #5f68ae;
  background: url(/assets/images/arrow-right-purple.png) no-repeat right 12px center;
  background-size: 11px auto;
  padding: 10px 30px 10px 20px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn_more_detail {
    background-position: right 8px center;
    background-size: 9px auto;
    font-size: 1.9rem;
    padding: 10px 20px 10px 15px;
  }
}
a.btn_more_detail small {
  display: block;
  font-size: 1.1976047904vw;
  color: #444444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1240px) {
  a.btn_more_detail small {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1063px) {
  a.btn_more_detail small {
    font-size: 1.275rem;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  a.btn_more_detail small {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  a.btn_more_detail small {
    font-size: 3.7333333333vw;
  }
}
a.btn_more_detail:hover {
  background-image: url(/assets/images/arrow-right-white.png);
}
a.btn_more_detail:hover small {
  color: #fff;
}

/*  情報枠  */
.infobox {
  padding: 20px;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  background-color: #f3f3f3;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .infobox {
    padding: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .infobox {
    font-size: 3.7333333333vw;
  }
}

/*  アコーディオン基本  */
.accordion-btn {
  cursor: pointer;
}

.accordion-contents {
  display: none;
}

/*  行頭文字（■）  */
.bullet-square {
  position: relative;
  padding-left: 1em;
}
.bullet-square:before {
  position: absolute;
  display: block;
  content: " ";
  width: 7px;
  height: 7px;
  background-color: #9595ca;
  vertical-align: 1px;
  top: 7px;
  left: 0;
}

.table_swap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .table_swap {
    display: table;
  }
}
.table_swap th, .table_swap td {
  display: block;
  white-space: nowrap;
  margin-top: -1px;
  margin-left: -1px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .table_swap th, .table_swap td {
    display: table-cell;
  }
}
.table_swap tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .table_swap tbody {
    display: table-row-group;
  }
}
.table_swap tbody tr {
  display: inline-block;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .table_swap tbody tr {
    display: table-row;
  }
}

/*  電話番号  */
.tel {
  font-size: 6.5rem;
  font-weight: bold;
  text-align: center;
}

.tel.navidial a,
.tel.navidial span {
  background-image: url(/assets/images/ico-navidial.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto 1.2em;
  padding: 0.1em 0 0.1em 1.6em;
}

.tel.phone a,
.tel.phone span {
  background-image: url(/assets/images/ico-phone.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 1em;
  padding-left: 1.2em;
}

@media screen and (min-width: 768px) {
  .tel a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .tel {
    font-size: 3.0rem;
  }
}
/*  規約・ポリシー用 リスト  */
ul.reglist {
  margin-bottom: 80px;
}
ul.reglist > li {
  margin-bottom: 30px;
}
ul.reglist > li .ttl {
  margin-bottom: 0.8em;
}
ul.reglist > li p {
  padding-left: 1em;
}
ul.reglist li:last-child {
  margin-bottom: 0;
}
ul.reglist:last-of-type {
  margin-bottom: 30px;
}

ol.hd_num li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.8em;
  counter-increment: listnum;
}
ol.hd_num li::before {
  content: counter(listnum) ".";
  position: absolute;
  width: 1.3em;
  top: 0;
  left: 0;
  text-align: right;
}

ol.hd_num2 {
  padding-left: 1em;
}
ol.hd_num2 li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 2.2em;
  counter-increment: listnum2;
}
ol.hd_num2 li::before {
  content: "(" counter(listnum2) ")";
  position: absolute;
  width: 1.3em;
  top: 0;
  left: 0;
  text-align: right;
}

ol.hd_none {
  padding-left: 0;
}
ol.hd_none li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1em;
  text-indent: -1em;
  counter-increment: listnum3;
}
ol.hd_none li::before {
  display: none;
}

ul.hd_kome {
  padding-left: 1em;
}
ul.hd_kome li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.8em;
  counter-increment: none;
}
ul.hd_kome li::before {
  content: "※";
  position: absolute;
  width: 1.3em;
  top: 0;
  left: 0;
  text-align: center;
}

ul.hd_dot {
  padding-left: 1em;
}
ul.hd_dot li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.8em;
}
ul.hd_dot li::before {
  content: "・";
  position: absolute;
  width: 1.3em;
  top: 0;
  left: 0;
  text-align: center;
}

.tbl-reglist {
  margin-left: 1em;
  font-size: 1.4rem;
}
.tbl-reglist caption {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
.tbl-reglist th, .tbl-reglist td {
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: top;
}
.tbl-reglist th {
  width: 50%;
  text-align: center;
}

/*---------------------------------------------------------
パンくず
---------------------------------------------------------*/
ul.breadcrumb {
  margin-top: 10px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  ul.breadcrumb {
    display: none;
  }
}
ul.breadcrumb li {
  font-size: 1.2rem;
}
ul.breadcrumb li:nth-child(n+2):before {
  display: inline;
  content: ">";
  padding: 0 0.5em;
}

/*-----------------------------------------------------
  ヘッダー
-----------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
header .wrap {
  position: relative;
  height: 88px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header .wrap {
    height: 50px;
  }
}
header #h_logo {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 16.6666666667%;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_logo {
    bottom: 12px;
    width: 100px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  header #h_logo {
    width: 26.6666666667vw;
  }
}
header #h_menu_sub {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_menu_sub {
    top: 14px;
    right: 44px;
  }
}
header #h_menu_sub ul {
  font-size: 0;
}
header #h_menu_sub ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 3.4rem;
}
header #h_menu_sub ul li:nth-last-of-type(n+2):before {
  display: inline;
  content: "/";
  margin: 0 1.2em;
}
header #h_menu_sub ul li:first-of-type:before {
  content: none;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_menu_sub ul li {
    font-size: 7.5px;
    line-height: 24px;
    display: none;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_menu_sub ul li#h_menu_sub_login {
    display: block;
  }
}
header #h_menu_sub ul li#h_menu_sub_login a {
  display: block;
  width: 193px;
  text-align: center;
  margin-left: 16px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_menu_sub ul li#h_menu_sub_login a {
    width: auto;
    padding: 0 5px;
    font-size: 12px;
    margin-left: 10px;
  }
}
header #h_gnavi {
  position: absolute;
  bottom: 18px;
  right: 0;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_gnavi {
    background-color: #fff;
    top: 0px;
    bottom: auto;
    right: -15px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 300px;
    height: 100vh;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_gnavi #h_gnavi_logo {
    width: 100px;
    margin: 10px 0 0 16px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_gnavi #h_gnavi_inner {
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    height: calc( 100vh - 43px );
    overflow-y: auto;
    padding: 15px 0;
  }
}
header #h_gnavi ul#h_gnavi_main {
  font-size: 0;
}
header #h_gnavi ul#h_gnavi_main li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.1290322581vw;
}
@media screen and (min-width: 1240px) {
  header #h_gnavi ul#h_gnavi_main li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1063px) {
  header #h_gnavi ul#h_gnavi_main li {
    font-size: 12.5px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_gnavi ul#h_gnavi_main li {
    display: block;
    background: url(/assets/images/arrow-right-purple.png) no-repeat right 33px center;
    background-size: 8px auto;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_gnavi ul#h_gnavi_main li a, header #h_gnavi ul#h_gnavi_main li p {
    display: block;
    line-height: 1.2;
    padding: 14px 50px 14px 85px;
    font-size: 13px;
    font-weight: bold;
    background: no-repeat 26px center;
    background-size: 41px auto;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_gnavi ul#h_gnavi_main li.h_gnavi-merit a {
    background-image: url(/assets/images/h_gnavi-icon-merit.png);
  }
  header #h_gnavi ul#h_gnavi_main li.h_gnavi-card_lineup a {
    background-image: url(/assets/images/h_gnavi-icon-card_lineup.png);
  }
  header #h_gnavi ul#h_gnavi_main li.h_gnavi-discount a {
    background-image: url(/assets/images/h_gnavi-icon-discount.png);
  }
  header #h_gnavi ul#h_gnavi_main li.h_gnavi-area a {
    background-image: url(/assets/images/h_gnavi-icon-area.png);
  }
  header #h_gnavi ul#h_gnavi_main li.h_gnavi-shop a {
    background-image: url(/assets/images/h_gnavi-icon-shop.png);
  }
  header #h_gnavi ul#h_gnavi_main li.h_gnavi-online a {
    background-image: url(/assets/images/h_gnavi-icon-online.png);
  }
}
header #h_gnavi ul#h_gnavi_main li:nth-child(n+2):before {
  display: inline;
  content: "/";
  margin: 0 1.2em;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_gnavi ul#h_gnavi_main li:nth-child(n+2):before {
    display: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_gnavi ul#h_gnavi_main li.h_gnavi_sp {
    padding-left: 32px;
    background-image: none;
  }
  header #h_gnavi ul#h_gnavi_main li.h_gnavi_sp a, header #h_gnavi ul#h_gnavi_main li.h_gnavi_sp p {
    background-image: none;
    padding-left: 0;
  }
  header #h_gnavi ul#h_gnavi_main li.h_gnavi_sp p {
    background: url(/assets/images/h_menu-btn-plus.png) no-repeat right 32px top 14px;
    background-size: 12px auto;
  }
  header #h_gnavi ul#h_gnavi_main li.h_gnavi_sp p.open {
    background-image: url(/assets/images/h_menu-btn-minus.png);
  }
  header #h_gnavi ul#h_gnavi_main li.h_gnavi_sp .accordion-contents {
    padding-left: 2em;
  }
}
header #h_gnavi ul#h_gnavi_sub {
  font-size: 0;
  text-align: center;
  margin: 26px 0 80px;
}
header #h_gnavi ul#h_gnavi_sub li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}
header #h_gnavi ul#h_gnavi_sub li a {
  display: block;
  width: 129px;
  padding: 7px 0;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.18;
}
header #h_menu-btn {
  position: absolute;
  top: 14px;
  right: 0px;
  width: 26px;
  height: 23px;
  background: url(/assets/images/h_menu-btn-open.png) no-repeat center center;
  background-size: 26px auto;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header #h_overlay {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s, width 0s;
    transition: 0.5s, width 0s;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  header.menu_open #h_overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  header.menu_open #h_gnavi {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    z-index: 2;
  }
  header.menu_open #h_menu-btn {
    background-image: url(/assets/images/h_menu-btn-close.png);
    background-size: 22px auto;
    z-index: 3;
  }
}

/*  SPメニューオープン時の背景スクロールストップ  */
header.scroll-stop {
  overflow: hidden;
}

/*  メニュースクロール時下線追加  */
header.is_scroll {
  border-bottom: 1px solid #5f68ae;
}

/*-----------------------------------------------------
  フッター
-----------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 96px;
  right: 50px;
  opacity: 0;
  z-index: 99;
  -webkit-transition: .5s;
  transition: .5s;
}
#pagetop a {
  display: block;
  background-image: url(../images/arrow-top-round-purple.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 40px;
  height: 0;
  padding-top: 39px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop.is_visible {
  opacity: 1;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #pagetop {
    bottom: 30px;
    right: 15px;
  }
  #pagetop a {
    background-image: url(../images/arrow-top-round-purple-sp.png);
    background-size: 40px auto;
    width: 40px;
    height: 0;
    padding-top: 39px;
  }
}

footer {
  position: relative;
  background-color: #5f68ae;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  footer {
    padding: 10px 0 28px;
  }
}
footer #f_menu ul {
  font-size: 0;
  text-align: center;
}
footer #f_menu ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  margin: 0 0.6em;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  footer #f_menu ul li {
    display: block;
    font-size: 1.3rem;
    line-height: 3.6rem;
    margin: 0;
  }
}
footer #f_menu ul li a {
  font-weight: bold;
  color: #fff;
}
footer #f_credit {
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 26px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  footer #f_credit {
    margin-top: 20px;
  }
}
footer #f_credit small {
  font-size: 1.1rem;
  color: #fff;
}

/*-----------------------------------------------------
  404エラー用
-----------------------------------------------------*/
.mainTitle {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .mainTitle {
    margin-top: 2em;
    margin-bottom: 1.5em;
    font-size: 2.5rem;
  }
}
/*-----------------------------------------------------
  緊急お知らせ用
-----------------------------------------------------*/
.top_important_info {
  background-color: #eeeeee;
  padding: 2em 0;
}

.top_important_info .important_info_inner {
  background-color: #ffffff;
  padding: 20px;
  position: relative;
  min-width: 1064px;
  max-width: 1200px;
  margin: 0 auto;
}

.top_important_info .important_info_inner li {
  background: url(/assets/images/important_info_caution.png) 24px 0 no-repeat;
  background-size: 26px 24px;
  padding-left: 3.75em;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .top_important_info .important_info_inner {
    min-width: auto;
    max-width: none;
    padding: 1em;
    margin: 0 1em;
  }

  .top_important_info .important_info_inner li {
    padding-left: 3em;
    background: url(/assets/images/important_info_caution.png) 1px 1px no-repeat;
    background-size: 26px;
  }
}


