@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -------------------------------------------------------------------
 全体設定
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
    color: #000;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .pc-none {
    display: none;
  }
  /* 電話番号アニメーション */
  .icon-telCalling-white {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel_wh.png");
    background-size: 40px;
    color: #fff;
  }
  .icon-telCalling-white .calling {
    position: absolute;
    top: 15px;
    left: 25px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-white .calling:before, .icon-telCalling-white .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-white .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-white .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-white .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-white .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-white02 {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel_wh.png");
    background-size: 30px;
    color: #fff;
  }
  .icon-telCalling-white02 .calling {
    position: absolute;
    top: 15px;
    left: 18px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-white02 .calling:before, .icon-telCalling-white02 .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-white02 .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-white02 .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-white02 .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-white02 .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-red {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel_red.png");
    background-size: 50px;
    color: #AB0F4E;
  }
  .icon-telCalling-red .calling {
    position: absolute;
    top: 25px;
    left: 27px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-red .calling:before, .icon-telCalling-red .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-red .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-red .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-red .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-red .calling:last-child:after {
    content: none;
  }
  @-webkit-keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  @keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  html {
    font-size: 62.5%;
  }
  body {
    width: 1280px;
    color: #000;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .pc-none {
    display: none;
  }
  #wrapper {
    width: 100%;
    position: relative;
  }
  #contents {
    min-width: 100%;
  }
  /* 電話番号アニメーション */
  .icon-telCalling-white {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel_wh.png");
    background-size: 30px;
    color: #fff;
  }
  .icon-telCalling-white .calling {
    position: absolute;
    top: 15px;
    left: 18px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-white .calling:before, .icon-telCalling-white .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-white .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-white .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-white .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-white .calling:last-child:after {
    content: none;
  }
  @-webkit-keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  @keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 62.5%;
  }
  body {
    color: #000;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .sp-none {
    display: none;
  }
  /* 電話番号アニメーション */
  .icon-telCalling-white {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel_wh.png");
    background-size: 30px;
    color: #fff;
  }
  .icon-telCalling-white .calling {
    position: absolute;
    top: 15px;
    left: 17px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-white .calling:before, .icon-telCalling-white .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-white .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-white .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-white .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-white .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-white02 {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel_wh.png");
    background-size: 30px;
    color: #fff;
  }
  .icon-telCalling-white02 .calling {
    position: absolute;
    top: 15px;
    left: 18px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-white02 .calling:before, .icon-telCalling-white02 .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-white02 .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-white02 .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-white02 .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-white02 .calling:last-child:after {
    content: none;
  }
  @-webkit-keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  @keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  #wrapper {
    width: 100%;
    position: relative;
  }
  #contents {
    margin: 70px 0 0 0;
  }
}
/* -------------------------------------------------------------------
 ヘッダー
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .hd {
    width: 100%;
    background: url("../../assets/img/common/hd_bg.png") no-repeat;
  }
  .hd__inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
  }
  .hd__area-name {
    width: 250px;
    height: 161px;
    position: absolute;
    padding: 2rem 0 0 0;
    background: url("../../assets/img/common/hd_image01.png") no-repeat;
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1;
    font-weight: bold;
  }
  .hd__area-name .txt01 {
    margin: 0 0.3rem;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .hd__area-name .txt02 {
    font-size: 4.5rem;
    color: #F5E17A;
    font-weight: bold;
  }
  .hd__area-name .txt02 span {
    margin: 0 0.3rem;
    font-size: 6rem;
    font-weight: bold;
  }
  .hd__title {
    padding: 2rem 0 2rem 30rem;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  .hd {
    width: 100%;
    background: url("../../assets/img/common/hd_bg.png") no-repeat;
  }
  .hd__inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
  }
  .hd__area-name {
    width: 250px;
    height: 161px;
    position: absolute;
    padding: 2rem 0 0 0;
    background: url("../../assets/img/common/hd_image01.png") no-repeat;
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1;
    font-weight: bold;
  }
  .hd__area-name .txt01 {
    margin: 0 0.3rem;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .hd__area-name .txt02 {
    font-size: 4.5rem;
    color: #F5E17A;
    font-weight: bold;
  }
  .hd__area-name .txt02 span {
    margin: 0 0.3rem;
    font-size: 6rem;
    font-weight: bold;
  }
  .hd__title {
    padding: 2rem 0 2rem 30rem;
  }
}
@media screen and (max-width: 599px) {
  .hd {
    width: 100%;
    background: url("../../assets/img/common/hd_bg.png") no-repeat;
  }
  .hd__inner {
    width: 94%;
    position: relative;
    margin: 0 auto;
  }
  .hd__area-name {
    width: 95px;
    height: 60px;
    position: absolute;
    padding: 0.5rem 0 0 0;
    background: url("../../assets/img/common/hd_image01.png") no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
  }
  .hd__area-name .txt01 {
    margin: 0 0.1rem;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .hd__area-name .txt02 {
    font-size: 1.6rem;
    color: #F5E17A;
    font-weight: bold;
  }
  .hd__area-name .txt02 span {
    margin: 0 0.3rem;
    font-size: 2rem;
    font-weight: bold;
  }
  .hd__title {
    width: 250px;
    padding: 0.3rem 0 1rem 0;
    margin: 0 0 0 10rem;
  }
  .hd__title img {
    width: 100%;
  }
}
/* -------------------------------------------------------------------
 TOPページ
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .page-index .mv {
    padding: 3rem 0 0 0;
    background: url("../../assets/img/index/mv_pc_bg.png") repeat-y;
  }
  .page-index .mv__image {
    padding: 0 0 2rem 0;
    text-align: center;
  }
  .page-index .mv-price {
    padding: 0.5rem 0 2rem 0;
    background: #0C196F;
  }
  .page-index .mv-price__inner {
    width: 950px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .page-index .mv-price__colum-left {
    width: 450px;
  }
  .page-index .mv-price__title {
    margin: 1rem 0 0 0;
    color: #fff;
    font-size: 3.4rem;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .page-index .mv-price__colum-right {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 4rem;
  }
  .page-index .mv-price__member-price {
    width: 380px;
    position: relative;
    margin: 0 0 0 2rem;
    font-weight: bold;
    line-height: 1;
  }
  .page-index .mv-price__member-price-txt {
    font-size: 5rem;
    color: #F5E17A;
    font-weight: bold;
  }
  .page-index .mv-price__member-price-txt strong {
    margin: 0 1rem 0 0;
    font-size: 8.5rem;
    font-weight: bold;
  }
  .page-index .mv-price__member-price-tax {
    position: absolute;
    top: 10px;
    right: 90px;
    font-size: 2rem;
    color: #F5E17A;
    font-weight: bold;
  }
  .page-index .first-cta {
    padding: 3rem 0 4rem 0;
    background: url("../../assets/img/index/first_cta_bg.png") repeat-y center;
    background-size: 100%;
  }
  .page-index .first-cta__inner {
    width: 850px;
    margin: 0 auto;
  }
  .page-index .first-cta__title {
    padding: 0.3rem 0;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    background: #AB0F4E;
  }
  .page-index .first-cta__tel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .first-cta__tel-lead {
    width: 250px;
    text-align: center;
    border-left: 1px solid #AB0F4E;
    border-right: 1px solid #AB0F4E;
    color: #AB0F4E;
    font-weight: bold;
    line-height: 1.2;
  }
  .page-index .first-cta__tel-lead strong {
    display: block;
    font-weight: bold;
    font-size: 3rem;
  }
  .page-index .first-cta__tel-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 2rem;
  }
  .page-index .first-cta__tel-icon {
    margin: 1.5rem 1.5rem 0 0;
  }
  .page-index .first-cta__tel-number {
    font-size: 7rem;
    font-weight: bold;
    color: #AB0F4E;
  }
  .page-index .first-cta__tel-call-sp {
    display: none;
  }
  .page-index .first-cta__lead {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    color: #0E1E76;
  }
  .page-index .first-cta__lead span {
    margin: 0 1rem 0 0;
    padding: 0 1rem 0.3rem 1rem;
    background: #0C196F;
    color: #fff;
  }
  .page-index .first-cta__lead strong {
    margin: 0 0.5rem;
    font-weight: bold;
    font-size: 2.6rem;
    color: #AB0F4E;
    border-bottom: 2px solid #AB0F4E;
  }
  .page-index .common-cta {
    width: 100%;
    padding: 5rem 0;
    background: #0B166B;
  }
  .page-index .common-cta__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .common-cta__title {
    width: 1100px;
    margin: 0 auto 2rem auto;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
  }
  .page-index .common-cta__title strong {
    font-weight: bold;
    font-size: 3.4rem;
    color: #CCCC66;
  }
  .page-index .common-cta-contact {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .page-index .common-cta-contact__colum-left {
    width: 500px;
  }
  .page-index .common-cta-contact__tel {
    width: 100%;
  }
  .page-index .common-cta-contact__tel-lead {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .page-index .common-cta-contact__tel-lead strong {
    font-weight: bold;
    font-size: 2rem;
    color: #CCCC66;
  }
  .page-index .common-cta-contact__tel-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    line-height: 1.2;
  }
  .page-index .common-cta-contact__tel-icon {
    width: 70px;
    margin: 1.5rem 0 0 0;
  }
  .page-index .common-cta-contact__tel-number {
    font-size: 5.5rem;
    font-weight: bold;
  }
  .page-index .common-cta-contact__tel-call-sp {
    display: none;
  }
  .page-index .common-cta-contact__colum-right {
    width: 350px;
    margin: 0 0 0 2rem;
    background: #fff;
    border-radius: 20px;
  }
  .page-index .common-cta-contact__btn {
    width: 100%;
    display: block;
    padding: 1rem;
    border-radius: 20px;
    background: rgb(171, 15, 78);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(171, 15, 78)), to(rgb(185, 75, 103)));
    background: linear-gradient(0deg, rgb(171, 15, 78) 0%, rgb(185, 75, 103) 100%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 6px 14px -9px #03073f;
            box-shadow: 0px 6px 14px -9px #03073f;
    text-decoration: none;
    color: #fff;
  }
  .page-index .common-cta-contact__btn-txt01 {
    text-align: center;
    font-weight: bold;
  }
  .page-index .common-cta-contact__btn-txt01 strong {
    font-size: 2.6rem;
  }
  .page-index .common-cta-contact__btn-txt02 {
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
  }
  .page-index .common-cta-contact__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .sec01 {
    padding: 10rem 0;
    background: url("../../assets/img/index/section_bg.png") no-repeat 80% top;
  }
  .page-index .sec01__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .sec01 .hall-lead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .sec01 .hall-lead__colum-left {
    width: 450px;
  }
  .page-index .sec01 .hall-lead__colum-right {
    width: 700px;
  }
  .page-index .sec01 .hall-lead__txt {
    margin: 3rem 0 0 0;
    font-size: 2rem;
    font-weight: bold;
    color: #004190;
    line-height: 2;
  }
  .page-index .sec01 .hall-lead__txt strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #F5E17A));
    background: linear-gradient(transparent 60%, #F5E17A 30%);
  }
  .page-index .sec01 .hall-lead__txt strong span {
    font-weight: bold;
    font-size: 2.2rem;
    color: #AC0E4E;
  }
  .page-index .sec01 .hall-lead__txt ul {
    margin: 1.5rem 0;
  }
  .page-index .sec01 .hall-lead__txt ul li {
    padding: 0 0 0 3rem;
    font-weight: bold;
    color: #AC0E4E;
    background: url("../../assets/img/index/hall_check_bg.png") no-repeat left;
    background-size: 25px;
  }
  .page-index .sec01 .map-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem 0 0 0;
  }
  .page-index .sec01 .map-box__image02 {
    margin: 0 0 0 -1rem;
  }
  .page-index .sec01 .voice-list {
    padding: 2rem;
    background: #F3F0EF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5rem 0 0 0;
  }
  .page-index .sec01 .voice-list dt {
    width: 200px;
    height: 100px;
    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;
    color: #081267;
    font-weight: bold;
    font-size: 2.4rem;
    background: #fff;
    border: 1px solid #081267;
    -webkit-box-shadow: 0px 6px 14px -9px #777777;
            box-shadow: 0px 6px 14px -9px #777777;
  }
  .page-index .sec01 .voice-list dd {
    width: calc(100% - 250px);
    margin: 2rem 0 0 0;
  }
  .page-index .sec01 .voice-list dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .sec01 .voice-list dd ul li {
    width: 48%;
    margin: 0 0 2rem;
    padding: 2rem 2rem 2rem 10rem;
    color: #081267;
    border: 1px solid #EBD891;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 14px -14px #777777;
            box-shadow: 0px 3px 14px -14px #777777;
  }
  .page-index .sec01 .voice-list dd ul li.--icon01 {
    background: url("../../assets/img/index/voice_list-icon01.png") no-repeat 10px #fff;
  }
  .page-index .sec01 .voice-list dd ul li.--icon02 {
    background: url("../../assets/img/index/voice_list-icon02.png") no-repeat 10px #fff;
  }
  .page-index .sec01 .voice-list dd ul li.--icon03 {
    background: url("../../assets/img/index/voice_list-icon03.png") no-repeat 10px #fff;
  }
  .page-index .sec01 .voice-list dd ul li.--icon04 {
    background: url("../../assets/img/index/voice_list-icon04.png") no-repeat 10px #fff;
  }
  .page-index .sec01 .photo-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10rem 0 0 0;
  }
  .page-index .sec01 .photo-list-box {
    width: 580px;
    margin: 0 0 5rem 0;
  }
  .page-index .sec01 .photo-list-box__title {
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #0A1367;
  }
  .page-index .sec01 .photo-list-box__name {
    font-size: 2.2rem;
    color: #fff;
  }
  .page-index .sec01 .photo-list-box__detail {
    color: #fff;
    margin: 0 1.5rem;
  }
  .page-index .sec01 .photo-list-box__caption {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 40px;
    bottom: -20px;
    padding: 1rem 0 0 0;
    text-align: center;
    border-radius: 50%;
    line-height: 1.2;
    color: #0A1367;
    font-weight: bold;
    background: #fff;
    border: 1px solid #0A1367;
  }
  .page-index .sec01 .photo-list-box__caption span {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .page-index .sec01 .access {
    width: 100%;
    margin: 5rem 0 0 0;
  }
  .page-index .sec01 .access__title {
    width: 600px;
    margin: 0 auto 4rem auto;
    padding: 1rem 0;
    font-size: 2.8rem;
    font-weight: bold;
    color: #004190;
    text-align: center;
    border-top: 1px solid #004190;
    border-bottom: 1px solid #004190;
  }
  .page-index .sec01 .access__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .sec01 .access__colum-left {
    width: 650px;
  }
  .page-index .sec01 .access__colum-left iframe {
    width: 100%;
  }
  .page-index .sec01 .access__colum-right {
    width: 500px;
  }
  .page-index .sec01 .access__address-txt01 {
    font-weight: bold;
    font-size: 2rem;
    color: #024290;
  }
  .page-index .sec01 .access__address-txt02 {
    width: 240px;
    margin: 2rem 0 0 0;
    padding: 0.5rem 0;
    background: #024290;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }
  .page-index .sec01 .access__address ul {
    margin: 2rem 0 0 0;
  }
  .page-index .sec01 .access__address ul li {
    font-weight: bold;
  }
  .page-index .sec02 {
    padding: 10rem 0;
    background: url("../../assets/img/index/section_bg.png") no-repeat 80% top;
  }
  .page-index .sec02 .section-title {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 1rem 0;
    font-size: 3.6rem;
    text-align: center;
    color: #0B166C;
    font-weight: bold;
    border-bottom: 3px solid #d1cc91;
  }
  .page-index .sec02 .section-title strong {
    font-size: 4.5rem;
    font-weight: bold;
  }
  .page-index .sec02 .section-title strong span {
    font-weight: bold;
    color: #AB0F4E;
  }
  .page-index .sec02__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .sec02 .planlist {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem auto 0 auto;
  }
  .page-index .sec02 .planlist .tabmenu {
    width: 32%;
    padding: 1rem 0 2rem 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    opacity: 0.5;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #333;
  }
  .page-index .sec02 .planlist .tabmenu span {
    margin: 0 0.3rem;
    font-size: 4.4rem;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .tabmenu .tax {
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .tabmenu.--plan01 {
    background: rgb(10, 19, 103);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(10, 19, 103)), to(rgb(56, 53, 123)));
    background: linear-gradient(0deg, rgb(10, 19, 103) 0%, rgb(56, 53, 123) 100%);
    border-top: 5px solid #0A1367;
    border-left: 5px solid #0A1367;
    border-right: 5px solid #0A1367;
  }
  .page-index .sec02 .planlist .tabmenu.--plan02 {
    background: rgb(27, 112, 68);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 91, 43)), to(rgb(27, 112, 68)));
    background: linear-gradient(0deg, rgb(0, 91, 43) 0%, rgb(27, 112, 68) 100%);
    border-top: 5px solid #005B2B;
    border-left: 5px solid #005B2B;
    border-right: 5px solid #005B2B;
  }
  .page-index .sec02 .planlist .tabmenu.--plan03 {
    background: rgb(117, 52, 119);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(117, 52, 119)), to(rgb(92, 0, 96)));
    background: linear-gradient(0deg, rgb(117, 52, 119) 0%, rgb(92, 0, 96) 100%);
    border-top: 5px solid #5C0060;
    border-left: 5px solid #5C0060;
    border-right: 5px solid #5C0060;
  }
  .page-index .sec02 .planlist .tabmenu.--plan04 {
    background: rgb(175, 144, 50);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(175, 144, 50)), to(rgb(191, 163, 89)));
    background: linear-gradient(0deg, rgb(175, 144, 50) 0%, rgb(191, 163, 89) 100%);
    border-top: 5px solid #B69844;
    border-left: 5px solid #B69844;
    border-right: 5px solid #B69844;
  }
  .page-index .sec02 .planlist .tabswitch:checked + .tabmenu {
    opacity: 1;
  }
  .page-index .sec02 .planlist .tabswitch:checked + .tabmenu + .plan-box {
    display: block;
  }
  .page-index .sec02 .planlist .tabswitch {
    display: none;
  }
  .page-index .sec02 .planlist .plan-box {
    display: none;
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 4rem 4rem 2rem 4rem;
    background: #EFECEA;
  }
  .page-index .sec02 .planlist .plan-box__photo {
    text-align: center;
  }
  .page-index .sec02 .planlist .plan-box__price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem 0 0 0;
    padding: 2rem 0;
    background: #fff;
  }
  .page-index .sec02 .planlist .plan-box__price-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #AB0F4E;
    border-bottom: 1px solid #AB0F4E;
  }
  .page-index .sec02 .planlist .plan-box__price-member .type {
    width: 140px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.5rem 2rem 0 0;
    padding: 0 0 0.3rem 0;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    background: #AC0E4E;
    border-radius: 10px;
  }
  .page-index .sec02 .planlist .plan-box__price-member .price {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
  }
  .page-index .sec02 .planlist .plan-box__price-member .price strong {
    margin: 0 2rem 0 0;
    font-weight: bold;
    font-size: 6rem;
  }
  .page-index .sec02 .planlist .plan-box__price-member .tax {
    position: absolute;
    top: 5px;
    right: -10px;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .plan-box__price-normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 0 0 4rem;
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #0A1367;
    border-bottom: 1px solid #0A1367;
  }
  .page-index .sec02 .planlist .plan-box__price-normal .type {
    width: 120px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.5rem 2rem 0 0;
    padding: 0 0 0.3rem 0;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    background: #11186A;
    border-radius: 10px;
  }
  .page-index .sec02 .planlist .plan-box__price-normal .price {
    margin: 1.3rem 0 0 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
  }
  .page-index .sec02 .planlist .plan-box__price-normal .price strong {
    margin: 0 2rem 0 0;
    font-weight: bold;
    font-size: 4rem;
  }
  .page-index .sec02 .planlist .plan-box__price-normal .tax {
    position: absolute;
    top: 10px;
    right: -3px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .page-index .sec02 .planlist .plan-box__price-others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #AB0F4E;
  }
  .page-index .sec02 .planlist .plan-box__price-others .price {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
  }
  .page-index .sec02 .planlist .plan-box__price-others .price strong {
    margin: 0 2rem 0 0;
    font-weight: bold;
    font-size: 6rem;
  }
  .page-index .sec02 .planlist .plan-box__price-others .tax {
    position: absolute;
    top: 5px;
    right: -10px;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .plan-box__icon-title {
    margin: 7rem 0 0 0;
    padding: 0.3rem 0;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
  }
  .page-index .sec02 .planlist .plan-box__icon-title.--plan01 {
    background: #0A1367;
  }
  .page-index .sec02 .planlist .plan-box__icon-title.--plan02 {
    background: #005B2B;
  }
  .page-index .sec02 .planlist .plan-box__icon-title.--plan03 {
    background: #5C0060;
  }
  .page-index .sec02 .planlist .plan-box__icon-title.--plan04 {
    background: #B09134;
  }
  .page-index .sec02 .planlist .plan-box__icon-list01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
  }
  .page-index .sec02 .planlist .plan-box__icon01 {
    width: 180px;
    margin: 0 1.2rem;
  }
  .page-index .sec02 .planlist .plan-box__icon01-image {
    width: 100%;
    border: 1px solid #999;
  }
  .page-index .sec02 .planlist .plan-box__icon01-image img {
    width: 100%;
  }
  .page-index .sec02 .planlist .plan-box__icon01-name {
    margin: 1rem 0 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .sec02 .planlist .plan-box__icon01-name span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .plan-box__icon-list02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
  }
  .page-index .sec02 .planlist .plan-box__icon02 {
    width: 150px;
    margin: 0 1rem 2rem 1rem;
  }
  .page-index .sec02 .planlist .plan-box__icon02-image {
    width: 100%;
    border: 1px solid #999;
  }
  .page-index .sec02 .planlist .plan-box__icon02-image img {
    width: 100%;
  }
  .page-index .sec02 .planlist .plan-box__icon02-name {
    margin: 1rem 0 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .sec02 .planlist .plan-box__icon02-name span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .plan-box.--plan01 {
    border-top: 10px solid #0A1367;
    border-bottom: 10px solid #0A1367;
  }
  .page-index .sec02 .planlist .plan-box.--plan02 {
    border-top: 10px solid #005B2B;
    border-bottom: 10px solid #005B2B;
  }
  .page-index .sec02 .planlist .plan-box.--plan03 {
    border-top: 10px solid #5C0060;
    border-bottom: 10px solid #5C0060;
  }
  .page-index .sec02 .planlist .plan-box.--plan04 {
    border-top: 10px solid #B09134;
    border-bottom: 10px solid #B09134;
  }
  .page-index .sec02 .seikatsu-hogo {
    width: 1100px;
    margin: 5rem auto 0 auto;
    padding: 2.5rem 0;
    background: url("../../assets/img/index/first_cta_bg.png") repeat-y center;
  }
  .page-index .sec02 .seikatsu-hogo__title {
    font-size: 3rem;
    font-weight: bold;
    color: #131B6B;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .sec02 .seikatsu-hogo__lead {
    width: 850px;
    margin: 0 auto;
    font-size: 4rem;
    font-weight: bold;
    color: #131B6B;
    border-bottom: 1px solid #131B6B;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .sec02 .seikatsu-hogo__lead strong {
    font-weight: bold;
    color: #AB0F4E;
  }
  .page-index .sec02 .seikatsu-hogo__lead strong span {
    margin: 0 0.5rem;
    font-size: 6rem;
    font-weight: bold;
  }
  .page-index .sec02 .seikatsu-hogo__txt {
    margin: 1rem 0 0 0;
    text-align: center;
    font-weight: bold;
    color: #131B6B;
  }
  .page-index .sec02 .member {
    width: 1100px;
    margin: 8rem auto 0 auto;
    padding: 3rem;
    background: #EEDFAB;
  }
  .page-index .sec02 .member__inner {
    padding: 3rem;
    border: 1px solid #CCCC66;
  }
  .page-index .sec02 .member__title {
    width: 100%;
    margin: 0 auto;
  }
  .page-index .sec02 .member__title img {
    width: 100%;
  }
  .page-index .sec02 .member__movie {
    width: 100%;
    margin: 2.5rem 0;
  }
  .page-index .sec02 .member__movie iframe {
    width: 100%;
    height: 550px;
  }
  .page-index .sec02 .member__btn {
    width: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
  }
  .page-index .sec02 .member__btn a {
    width: 100%;
    display: block;
    padding: 2rem 1rem;
    border-radius: 20px;
    background: rgb(171, 15, 78);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(171, 15, 78)), to(rgb(185, 75, 103)));
    background: linear-gradient(0deg, rgb(171, 15, 78) 0%, rgb(185, 75, 103) 100%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 6px 14px -9px #03073f;
            box-shadow: 0px 6px 14px -9px #03073f;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
  }
  .page-index .sec02 .member__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .sousaihi {
    background: url("../../assets/img/index/first_cta_bg.png") repeat-y;
    background-size: 100%;
  }
  .page-index .sousaihi__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 10rem 0 10rem 5rem;
    background: url("../../assets/img/index/section_bg.png") no-repeat right top;
    background-size: 450px;
  }
  .page-index .sousaihi h3 {
    width: 700px;
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    font-size: 4rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    line-height: 1.4;
  }
  .page-index .sousaihi h3 .txt01 {
    font-weight: bold;
    font-size: 3rem;
  }
  .page-index .sousaihi h3 .txt02 {
    color: #AC1450;
    font-weight: bold;
    font-size: 5rem;
  }
  .page-index .sousaihi h3 .txt02 span {
    font-weight: bold;
    font-size: 4rem;
  }
  .page-index .sousaihi p {
    width: 700px;
  }
  .page-index .sec03 {
    padding: 10rem 0;
    background: url("../../assets/img/index/section_bg.png") no-repeat 80% top;
  }
  .page-index .sec03__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .sec03 .section-title {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 1rem 6rem;
    font-size: 3.6rem;
    color: #0B166C;
    font-weight: bold;
    border-bottom: 3px solid #d1cc91;
    position: relative;
  }
  .page-index .sec03 .section-title strong {
    position: absolute;
    width: 265px;
    margin: 0.8rem 0 0 1rem;
    padding: 0.3rem 1rem 0.5rem 1rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    background: #AB0F4E;
    border-radius: 10px;
  }
  .page-index .sec03 .onayami {
    width: 1060px;
    margin: 5rem auto 0 auto;
    padding: 5rem 3.5rem;
    background: #EFECEA;
    border-radius: 10px;
  }
  .page-index .sec03 .onayami__title {
    padding: 0 0 3.5rem 0;
    font-size: 3rem;
    color: #0B166B;
    text-align: center;
    font-weight: bold;
    background: url("../../assets/img/index/onayami_title_bg.png") no-repeat bottom;
  }
  .page-index .sec03 .onayami__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem 0 0 0;
  }
  .page-index .sec03 .onayami__list dl {
    width: 48%;
    padding: 2.5rem;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 14px -9px #777777;
            box-shadow: 0px 6px 14px -9px #777777;
  }
  .page-index .sec03 .onayami__list dl dt {
    margin: 0 0 2rem 0;
    padding: 0 0 1rem 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0B166B;
    border-bottom: 1px solid #0B166B;
  }
  .page-index .sec03 .onayami__list dl dt strong {
    font-size: 2.4rem;
    font-weight: bold;
    color: #AC0E4E;
  }
  .page-index .sec03 .onayami__list dl dd {
    margin: 0 1rem;
  }
  .page-index .sec03 .onayami__list dl dd ul li {
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 3.5rem;
    background: url("../../assets/img/index/onayami_check_bg.png") no-repeat 0 5px;
    background-size: 25px;
    border-bottom: 1px dotted #666;
    font-weight: bold;
    color: #0B166B;
  }
  .page-index .sec03 .onayami__list dl dd ul li strong {
    color: #AC0E4E;
    font-weight: bold;
  }
  .page-index .sec03 .onayami__list dl dd ul li:last-child {
    margin: 0;
    padding: 0 0 0 3.5rem;
    border-bottom: none;
  }
  .page-index .sec03 .onayami__list dl dd p {
    width: 100%;
    margin: 2.5rem 0 0 0;
  }
  .page-index .sec03 .onayami__list dl dd p img {
    width: 100%;
  }
  .page-index .sec03 .onayami__lead {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem 0 0 0;
    background: #081267;
  }
  .page-index .sec03 .onayami__lead p {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.2rem;
  }
  .page-index .sec04 {
    padding: 10rem 0;
    background: url("../../assets/img/index/voice_bg.png") no-repeat 80% top #EFECEA;
  }
  .page-index .sec04__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .sec04 .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .sec04 .section-title p {
    margin: 2rem 0 0 0;
    padding: 0 1.5rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0B166B;
    border-top: 2px solid #0B166B;
    border-bottom: 2px solid #0B166B;
  }
  .page-index .sec04 .section-title h2 {
    margin: 0 0 0 2rem;
    font-size: 4rem;
    font-weight: bold;
    color: #0B166B;
  }
  .page-index .sec04 .section-title h2 strong {
    color: #B02658;
    font-weight: bold;
  }
  .page-index .sec04 .section-title h2 strong span {
    margin: 0 1rem;
    font-size: 6rem;
    font-weight: bold;
  }
  .page-index .sec04 .voice__lead {
    margin: 2rem 0;
    text-align: center;
  }
  .page-index .sec04 .voice__caption {
    font-size: 1.6rem;
    text-align: center;
  }
  .page-index .sec04 .voice__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem 0 0 0;
  }
  .page-index .sec04 .voice__box {
    width: 580px;
    margin: 0 0 4rem 0;
    padding: 2rem;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 14px -9px #777777;
            box-shadow: 0px 6px 14px -9px #777777;
  }
  .page-index .sec04 .voice__area {
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: bold;
    background: #0B166B;
  }
  .page-index .sec04 .voice__title {
    margin: 2rem 0 1rem 0;
    padding: 0 1rem 1rem 1rem;
    font-size: 2rem;
    font-weight: bold;
    color: #0B166B;
    border-bottom: 1px dotted #0B166B;
  }
  .page-index .sec04 .voice__age {
    padding: 0 1rem;
  }
  .page-index .sec04 .voice__txt {
    margin: 1.5rem 0 0 0;
    padding: 0 1rem;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  .page-index .mv {
    padding: 3rem 0 0 0;
    background: url("../../assets/img/index/mv_pc_bg.png") repeat-y;
  }
  .page-index .mv__image {
    padding: 0 0 2rem 0;
    text-align: center;
  }
  .page-index .mv-price {
    padding: 0.5rem 0 2rem 0;
    background: #0C196F;
  }
  .page-index .mv-price__inner {
    width: 950px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .page-index .mv-price__colum-left {
    width: 450px;
  }
  .page-index .mv-price__title {
    margin: 1rem 0 0 0;
    color: #fff;
    font-size: 3.4rem;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .page-index .mv-price__colum-right {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 4rem;
  }
  .page-index .mv-price__member-price {
    width: 380px;
    position: relative;
    margin: 0 0 0 2rem;
    font-weight: bold;
    line-height: 1;
  }
  .page-index .mv-price__member-price-txt {
    font-size: 5rem;
    color: #F5E17A;
    font-weight: bold;
  }
  .page-index .mv-price__member-price-txt strong {
    margin: 0 1rem 0 0;
    font-size: 8.5rem;
    font-weight: bold;
  }
  .page-index .mv-price__member-price-tax {
    position: absolute;
    top: 10px;
    right: 90px;
    font-size: 2rem;
    color: #F5E17A;
    font-weight: bold;
  }
  .page-index .first-cta {
    padding: 3rem 0 4rem 0;
    background: url("../../assets/img/index/first_cta_bg.png") repeat-y center;
    background-size: 100%;
  }
  .page-index .first-cta__inner {
    width: 850px;
    margin: 0 auto;
  }
  .page-index .first-cta__title {
    padding: 0.3rem 0;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    background: #AB0F4E;
  }
  .page-index .first-cta__tel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .first-cta__tel-lead {
    width: 250px;
    text-align: center;
    border-left: 1px solid #AB0F4E;
    border-right: 1px solid #AB0F4E;
    color: #AB0F4E;
    font-weight: bold;
    line-height: 1.2;
  }
  .page-index .first-cta__tel-lead strong {
    display: block;
    font-weight: bold;
    font-size: 3rem;
  }
  .page-index .first-cta__tel-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 2rem;
  }
  .page-index .first-cta__tel-icon {
    margin: 1.5rem 1.5rem 0 0;
  }
  .page-index .first-cta__tel-number {
    font-size: 7rem;
    letter-spacing: 0.1rem;
    font-size: 1.4;
    font-weight: bold;
    color: #AB0F4E;
  }
  .page-index .first-cta__tel-call-sp {
    display: none;
  }
  .page-index .first-cta__lead {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    color: #0E1E76;
  }
  .page-index .first-cta__lead span {
    margin: 0 1rem 0 0;
    padding: 0 1rem 0.3rem 1rem;
    background: #0C196F;
    color: #fff;
  }
  .page-index .first-cta__lead strong {
    margin: 0 0.5rem;
    font-weight: bold;
    font-size: 2.6rem;
    color: #AB0F4E;
    border-bottom: 2px solid #AB0F4E;
  }
  .page-index .common-cta {
    width: 100%;
    padding: 5rem 0;
    background: #0B166B;
  }
  .page-index .common-cta__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .common-cta__title {
    width: 1100px;
    margin: 0 auto 2rem auto;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
  }
  .page-index .common-cta__title strong {
    font-weight: bold;
    font-size: 3.4rem;
    color: #CCCC66;
  }
  .page-index .common-cta-contact {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .page-index .common-cta-contact__colum-left {
    width: 500px;
  }
  .page-index .common-cta-contact__tel {
    width: 100%;
  }
  .page-index .common-cta-contact__tel-lead {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .page-index .common-cta-contact__tel-lead strong {
    font-weight: bold;
    font-size: 2rem;
    color: #CCCC66;
  }
  .page-index .common-cta-contact__tel-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    line-height: 1.2;
  }
  .page-index .common-cta-contact__tel-icon {
    width: 70px;
    margin: 1.5rem 0 0 0;
  }
  .page-index .common-cta-contact__tel-number {
    font-size: 5.5rem;
    font-weight: bold;
  }
  .page-index .common-cta-contact__tel-call-sp {
    display: none;
  }
  .page-index .common-cta-contact__colum-right {
    width: 350px;
    margin: 0 0 0 2rem;
    background: #fff;
    border-radius: 20px;
  }
  .page-index .common-cta-contact__btn {
    width: 100%;
    display: block;
    padding: 1rem;
    border-radius: 20px;
    background: rgb(171, 15, 78);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(171, 15, 78)), to(rgb(185, 75, 103)));
    background: linear-gradient(0deg, rgb(171, 15, 78) 0%, rgb(185, 75, 103) 100%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 6px 14px -9px #03073f;
            box-shadow: 0px 6px 14px -9px #03073f;
    text-decoration: none;
    color: #fff;
  }
  .page-index .common-cta-contact__btn-txt01 {
    text-align: center;
    font-weight: bold;
  }
  .page-index .common-cta-contact__btn-txt01 strong {
    font-size: 2.6rem;
  }
  .page-index .common-cta-contact__btn-txt02 {
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
  }
  .page-index .common-cta-contact__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .sec01 {
    padding: 10rem 0;
    background: url("../../assets/img/index/section_bg.png") no-repeat 80% top;
  }
  .page-index .sec01__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .sec01 .hall-lead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .sec01 .hall-lead__colum-left {
    width: 450px;
  }
  .page-index .sec01 .hall-lead__colum-right {
    width: 700px;
  }
  .page-index .sec01 .hall-lead__txt {
    margin: 3rem 0 0 0;
    font-size: 2rem;
    font-weight: bold;
    color: #004190;
    line-height: 2;
  }
  .page-index .sec01 .hall-lead__txt strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #F5E17A));
    background: linear-gradient(transparent 60%, #F5E17A 30%);
  }
  .page-index .sec01 .hall-lead__txt strong span {
    font-weight: bold;
    font-size: 2.2rem;
    color: #AC0E4E;
  }
  .page-index .sec01 .hall-lead__txt ul {
    margin: 1.5rem 0;
  }
  .page-index .sec01 .hall-lead__txt ul li {
    padding: 0 0 0 3rem;
    font-weight: bold;
    color: #AC0E4E;
    background: url("../../assets/img/index/hall_check_bg.png") no-repeat left;
    background-size: 25px;
  }
  .page-index .sec01 .map-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem 0 0 0;
  }
  .page-index .sec01 .map-box__image02 {
    margin: 0 0 0 -1rem;
  }
  .page-index .sec01 .voice-list {
    padding: 2rem;
    background: #F3F0EF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5rem 0 0 0;
  }
  .page-index .sec01 .voice-list dt {
    width: 200px;
    height: 100px;
    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;
    color: #081267;
    font-weight: bold;
    font-size: 2.4rem;
    background: #fff;
    border: 1px solid #081267;
    -webkit-box-shadow: 0px 6px 14px -9px #777777;
            box-shadow: 0px 6px 14px -9px #777777;
  }
  .page-index .sec01 .voice-list dd {
    width: calc(100% - 250px);
    margin: 2rem 0 0 0;
  }
  .page-index .sec01 .voice-list dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .sec01 .voice-list dd ul li {
    width: 48%;
    margin: 0 0 2rem;
    padding: 2rem 2rem 2rem 10rem;
    color: #081267;
    border: 1px solid #EBD891;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 14px -14px #777777;
            box-shadow: 0px 3px 14px -14px #777777;
  }
  .page-index .sec01 .voice-list dd ul li.--icon01 {
    background: url("../../assets/img/index/voice_list-icon01.png") no-repeat 10px #fff;
  }
  .page-index .sec01 .voice-list dd ul li.--icon02 {
    background: url("../../assets/img/index/voice_list-icon02.png") no-repeat 10px #fff;
  }
  .page-index .sec01 .voice-list dd ul li.--icon03 {
    background: url("../../assets/img/index/voice_list-icon03.png") no-repeat 10px #fff;
  }
  .page-index .sec01 .voice-list dd ul li.--icon04 {
    background: url("../../assets/img/index/voice_list-icon04.png") no-repeat 10px #fff;
  }
  .page-index .sec01 .photo-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10rem 0 0 0;
  }
  .page-index .sec01 .photo-list-box {
    width: 580px;
    margin: 0 0 5rem 0;
  }
  .page-index .sec01 .photo-list-box__title {
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #0A1367;
  }
  .page-index .sec01 .photo-list-box__name {
    font-size: 2.2rem;
    color: #fff;
  }
  .page-index .sec01 .photo-list-box__detail {
    color: #fff;
    margin: 0 1.5rem;
  }
  .page-index .sec01 .photo-list-box__caption {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 40px;
    bottom: -20px;
    padding: 1rem 0 0 0;
    text-align: center;
    border-radius: 50%;
    line-height: 1.2;
    color: #0A1367;
    font-weight: bold;
    background: #fff;
    border: 1px solid #0A1367;
  }
  .page-index .sec01 .photo-list-box__caption span {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .page-index .sec01 .access {
    width: 100%;
    margin: 5rem 0 0 0;
  }
  .page-index .sec01 .access__title {
    width: 600px;
    margin: 0 auto 4rem auto;
    padding: 1rem 0;
    font-size: 2.8rem;
    font-weight: bold;
    color: #004190;
    text-align: center;
    border-top: 1px solid #004190;
    border-bottom: 1px solid #004190;
  }
  .page-index .sec01 .access__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .sec01 .access__colum-left {
    width: 650px;
  }
  .page-index .sec01 .access__colum-left iframe {
    width: 100%;
  }
  .page-index .sec01 .access__colum-right {
    width: 500px;
  }
  .page-index .sec01 .access__address-txt01 {
    font-weight: bold;
    font-size: 2rem;
    color: #024290;
  }
  .page-index .sec01 .access__address-txt02 {
    width: 240px;
    margin: 2rem 0 0 0;
    padding: 0.5rem 0;
    background: #024290;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }
  .page-index .sec01 .access__address ul {
    margin: 2rem 0 0 0;
  }
  .page-index .sec01 .access__address ul li {
    font-weight: bold;
  }
  .page-index .sec02 {
    padding: 10rem 0;
    background: url("../../assets/img/index/section_bg.png") no-repeat 80% top;
  }
  .page-index .sec02 .section-title {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 1rem 0;
    font-size: 3.6rem;
    text-align: center;
    color: #0B166C;
    font-weight: bold;
    border-bottom: 3px solid #d1cc91;
  }
  .page-index .sec02 .section-title strong {
    font-size: 4.5rem;
    font-weight: bold;
  }
  .page-index .sec02 .section-title strong span {
    font-weight: bold;
    color: #AB0F4E;
  }
  .page-index .sec02__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .sec02 .planlist {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem auto 0 auto;
  }
  .page-index .sec02 .planlist .tabmenu {
    width: 32%;
    padding: 1rem 0 2rem 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    opacity: 0.5;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #333;
  }
  .page-index .sec02 .planlist .tabmenu span {
    margin: 0 0.3rem;
    font-size: 4.4rem;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .tabmenu .tax {
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .tabmenu.--plan01 {
    background: rgb(10, 19, 103);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(10, 19, 103)), to(rgb(56, 53, 123)));
    background: linear-gradient(0deg, rgb(10, 19, 103) 0%, rgb(56, 53, 123) 100%);
    border-top: 5px solid #0A1367;
    border-left: 5px solid #0A1367;
    border-right: 5px solid #0A1367;
  }
  .page-index .sec02 .planlist .tabmenu.--plan02 {
    background: rgb(27, 112, 68);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 91, 43)), to(rgb(27, 112, 68)));
    background: linear-gradient(0deg, rgb(0, 91, 43) 0%, rgb(27, 112, 68) 100%);
    border-top: 5px solid #005B2B;
    border-left: 5px solid #005B2B;
    border-right: 5px solid #005B2B;
  }
  .page-index .sec02 .planlist .tabmenu.--plan03 {
    background: rgb(117, 52, 119);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(117, 52, 119)), to(rgb(92, 0, 96)));
    background: linear-gradient(0deg, rgb(117, 52, 119) 0%, rgb(92, 0, 96) 100%);
    border-top: 5px solid #5C0060;
    border-left: 5px solid #5C0060;
    border-right: 5px solid #5C0060;
  }
  .page-index .sec02 .planlist .tabmenu.--plan04 {
    background: rgb(175, 144, 50);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(175, 144, 50)), to(rgb(191, 163, 89)));
    background: linear-gradient(0deg, rgb(175, 144, 50) 0%, rgb(191, 163, 89) 100%);
    border-top: 5px solid #B69844;
    border-left: 5px solid #B69844;
    border-right: 5px solid #B69844;
  }
  .page-index .sec02 .planlist .tabswitch:checked + .tabmenu {
    opacity: 1;
  }
  .page-index .sec02 .planlist .tabswitch:checked + .tabmenu + .plan-box {
    display: block;
  }
  .page-index .sec02 .planlist .tabswitch {
    display: none;
  }
  .page-index .sec02 .planlist .plan-box {
    display: none;
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 4rem 4rem 2rem 4rem;
    background: #EFECEA;
  }
  .page-index .sec02 .planlist .plan-box__photo {
    text-align: center;
  }
  .page-index .sec02 .planlist .plan-box__price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem 0 0 0;
    padding: 2rem 0;
    background: #fff;
  }
  .page-index .sec02 .planlist .plan-box__price-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #AB0F4E;
    border-bottom: 1px solid #AB0F4E;
  }
  .page-index .sec02 .planlist .plan-box__price-member .type {
    width: 140px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.5rem 2rem 0 0;
    padding: 0 0 0.3rem 0;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    background: #AC0E4E;
    border-radius: 10px;
  }
  .page-index .sec02 .planlist .plan-box__price-member .price {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
  }
  .page-index .sec02 .planlist .plan-box__price-member .price strong {
    margin: 0 2rem 0 0;
    font-weight: bold;
    font-size: 6rem;
  }
  .page-index .sec02 .planlist .plan-box__price-member .tax {
    position: absolute;
    top: 5px;
    right: -10px;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .plan-box__price-normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 0 0 4rem;
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #0A1367;
    border-bottom: 1px solid #0A1367;
  }
  .page-index .sec02 .planlist .plan-box__price-normal .type {
    width: 120px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.5rem 2rem 0 0;
    padding: 0 0 0.3rem 0;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    background: #11186A;
    border-radius: 10px;
  }
  .page-index .sec02 .planlist .plan-box__price-normal .price {
    margin: 1.3rem 0 0 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
  }
  .page-index .sec02 .planlist .plan-box__price-normal .price strong {
    margin: 0 2rem 0 0;
    font-weight: bold;
    font-size: 4rem;
  }
  .page-index .sec02 .planlist .plan-box__price-normal .tax {
    position: absolute;
    top: 10px;
    right: -3px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .page-index .sec02 .planlist .plan-box__price-others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #AB0F4E;
  }
  .page-index .sec02 .planlist .plan-box__price-others .price {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
  }
  .page-index .sec02 .planlist .plan-box__price-others .price strong {
    margin: 0 2rem 0 0;
    font-weight: bold;
    font-size: 6rem;
  }
  .page-index .sec02 .planlist .plan-box__price-others .tax {
    position: absolute;
    top: 5px;
    right: -10px;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .plan-box__icon-title {
    margin: 7rem 0 0 0;
    padding: 0.3rem 0;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
  }
  .page-index .sec02 .planlist .plan-box__icon-title.--plan01 {
    background: #0A1367;
  }
  .page-index .sec02 .planlist .plan-box__icon-title.--plan02 {
    background: #005B2B;
  }
  .page-index .sec02 .planlist .plan-box__icon-title.--plan03 {
    background: #5C0060;
  }
  .page-index .sec02 .planlist .plan-box__icon-title.--plan04 {
    background: #B09134;
  }
  .page-index .sec02 .planlist .plan-box__icon-list01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
  }
  .page-index .sec02 .planlist .plan-box__icon01 {
    width: 180px;
    margin: 0 1.2rem;
  }
  .page-index .sec02 .planlist .plan-box__icon01-image {
    width: 100%;
    border: 1px solid #999;
  }
  .page-index .sec02 .planlist .plan-box__icon01-image img {
    width: 100%;
  }
  .page-index .sec02 .planlist .plan-box__icon01-name {
    margin: 1rem 0 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .sec02 .planlist .plan-box__icon01-name span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .plan-box__icon-list02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
  }
  .page-index .sec02 .planlist .plan-box__icon02 {
    width: 150px;
    margin: 0 1rem 2rem 1rem;
  }
  .page-index .sec02 .planlist .plan-box__icon02-image {
    width: 100%;
    border: 1px solid #999;
  }
  .page-index .sec02 .planlist .plan-box__icon02-image img {
    width: 100%;
  }
  .page-index .sec02 .planlist .plan-box__icon02-name {
    margin: 1rem 0 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .sec02 .planlist .plan-box__icon02-name span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .plan-box.--plan01 {
    border-top: 10px solid #0A1367;
    border-bottom: 10px solid #0A1367;
  }
  .page-index .sec02 .planlist .plan-box.--plan02 {
    border-top: 10px solid #005B2B;
    border-bottom: 10px solid #005B2B;
  }
  .page-index .sec02 .planlist .plan-box.--plan03 {
    border-top: 10px solid #5C0060;
    border-bottom: 10px solid #5C0060;
  }
  .page-index .sec02 .planlist .plan-box.--plan04 {
    border-top: 10px solid #B09134;
    border-bottom: 10px solid #B09134;
  }
  .page-index .sec02 .seikatsu-hogo {
    width: 1100px;
    margin: 5rem auto 0 auto;
    padding: 2.5rem 0;
    background: url("../../assets/img/index/first_cta_bg.png") repeat-y center;
  }
  .page-index .sec02 .seikatsu-hogo__title {
    font-size: 3rem;
    font-weight: bold;
    color: #131B6B;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .sec02 .seikatsu-hogo__lead {
    width: 850px;
    margin: 0 auto;
    font-size: 4rem;
    font-weight: bold;
    color: #131B6B;
    border-bottom: 1px solid #131B6B;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .sec02 .seikatsu-hogo__lead strong {
    font-weight: bold;
    color: #AB0F4E;
  }
  .page-index .sec02 .seikatsu-hogo__lead strong span {
    margin: 0 0.5rem;
    font-size: 6rem;
    font-weight: bold;
  }
  .page-index .sec02 .seikatsu-hogo__txt {
    margin: 1rem 0 0 0;
    text-align: center;
    font-weight: bold;
    color: #131B6B;
  }
  .page-index .sec02 .member {
    width: 1100px;
    margin: 8rem auto 0 auto;
    padding: 3rem;
    background: #EEDFAB;
  }
  .page-index .sec02 .member__inner {
    padding: 3rem;
    border: 1px solid #CCCC66;
  }
  .page-index .sec02 .member__title {
    width: 100%;
    margin: 0 auto;
  }
  .page-index .sec02 .member__title img {
    width: 100%;
  }
  .page-index .sec02 .member__movie {
    width: 100%;
    margin: 2.5rem 0;
  }
  .page-index .sec02 .member__movie iframe {
    width: 100%;
    height: 550px;
  }
  .page-index .sec02 .member__btn {
    width: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
  }
  .page-index .sec02 .member__btn a {
    width: 100%;
    display: block;
    padding: 2rem 1rem;
    border-radius: 20px;
    background: rgb(171, 15, 78);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(171, 15, 78)), to(rgb(185, 75, 103)));
    background: linear-gradient(0deg, rgb(171, 15, 78) 0%, rgb(185, 75, 103) 100%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 6px 14px -9px #03073f;
            box-shadow: 0px 6px 14px -9px #03073f;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
  }
  .page-index .sec02 .member__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .sousaihi {
    background: url("../../assets/img/index/first_cta_bg.png") repeat-y;
    background-size: 100%;
  }
  .page-index .sousaihi__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 10rem 0 10rem 5rem;
    background: url("../../assets/img/index/section_bg.png") no-repeat right top;
    background-size: 450px;
  }
  .page-index .sousaihi h3 {
    width: 700px;
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    font-size: 4rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    line-height: 1.4;
  }
  .page-index .sousaihi h3 .txt01 {
    font-weight: bold;
    font-size: 3rem;
  }
  .page-index .sousaihi h3 .txt02 {
    color: #AC1450;
    font-weight: bold;
    font-size: 5rem;
  }
  .page-index .sousaihi h3 .txt02 span {
    font-weight: bold;
    font-size: 4rem;
  }
  .page-index .sousaihi p {
    width: 700px;
  }
  .page-index .sec03 {
    padding: 10rem 0;
    background: url("../../assets/img/index/section_bg.png") no-repeat 80% top;
  }
  .page-index .sec03__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .sec03 .section-title {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 1rem 6rem;
    font-size: 3.6rem;
    color: #0B166C;
    font-weight: bold;
    border-bottom: 3px solid #d1cc91;
    position: relative;
  }
  .page-index .sec03 .section-title strong {
    position: absolute;
    width: 265px;
    margin: 0.8rem 0 0 1rem;
    padding: 0.3rem 1rem 0.5rem 1rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    background: #AB0F4E;
    border-radius: 10px;
  }
  .page-index .sec03 .onayami {
    width: 1060px;
    margin: 5rem auto 0 auto;
    padding: 5rem 3.5rem;
    background: #EFECEA;
    border-radius: 10px;
  }
  .page-index .sec03 .onayami__title {
    padding: 0 0 3.5rem 0;
    font-size: 3rem;
    color: #0B166B;
    text-align: center;
    font-weight: bold;
    background: url("../../assets/img/index/onayami_title_bg.png") no-repeat bottom;
  }
  .page-index .sec03 .onayami__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem 0 0 0;
  }
  .page-index .sec03 .onayami__list dl {
    width: 48%;
    padding: 2.5rem;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 14px -9px #777777;
            box-shadow: 0px 6px 14px -9px #777777;
  }
  .page-index .sec03 .onayami__list dl dt {
    margin: 0 0 2rem 0;
    padding: 0 0 1rem 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0B166B;
    border-bottom: 1px solid #0B166B;
  }
  .page-index .sec03 .onayami__list dl dt strong {
    font-size: 2.4rem;
    font-weight: bold;
    color: #AC0E4E;
  }
  .page-index .sec03 .onayami__list dl dd {
    margin: 0 1rem;
  }
  .page-index .sec03 .onayami__list dl dd ul li {
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 3.5rem;
    background: url("../../assets/img/index/onayami_check_bg.png") no-repeat 0 5px;
    background-size: 25px;
    border-bottom: 1px dotted #666;
    font-weight: bold;
    color: #0B166B;
  }
  .page-index .sec03 .onayami__list dl dd ul li strong {
    color: #AC0E4E;
    font-weight: bold;
  }
  .page-index .sec03 .onayami__list dl dd ul li:last-child {
    margin: 0;
    padding: 0 0 0 3.5rem;
    border-bottom: none;
  }
  .page-index .sec03 .onayami__list dl dd p {
    width: 100%;
    margin: 2.5rem 0 0 0;
  }
  .page-index .sec03 .onayami__list dl dd p img {
    width: 100%;
  }
  .page-index .sec03 .onayami__lead {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem 0 0 0;
    background: #081267;
  }
  .page-index .sec03 .onayami__lead p {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.2rem;
  }
  .page-index .sec04 {
    padding: 10rem 0;
    background: url("../../assets/img/index/voice_bg.png") no-repeat 80% top #EFECEA;
  }
  .page-index .sec04__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .sec04 .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .sec04 .section-title p {
    margin: 2rem 0 0 0;
    padding: 0 1.5rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0B166B;
    border-top: 2px solid #0B166B;
    border-bottom: 2px solid #0B166B;
  }
  .page-index .sec04 .section-title h2 {
    margin: 0 0 0 2rem;
    font-size: 4rem;
    font-weight: bold;
    color: #0B166B;
  }
  .page-index .sec04 .section-title h2 strong {
    color: #B02658;
    font-weight: bold;
  }
  .page-index .sec04 .section-title h2 strong span {
    margin: 0 1rem;
    font-size: 6rem;
    font-weight: bold;
  }
  .page-index .sec04 .voice__lead {
    margin: 2rem 0;
    text-align: center;
  }
  .page-index .sec04 .voice__caption {
    font-size: 1.6rem;
    text-align: center;
  }
  .page-index .sec04 .voice__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem 0 0 0;
  }
  .page-index .sec04 .voice__box {
    width: 580px;
    margin: 0 0 4rem 0;
    padding: 2rem;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 14px -9px #777777;
            box-shadow: 0px 6px 14px -9px #777777;
  }
  .page-index .sec04 .voice__area {
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: bold;
    background: #0B166B;
  }
  .page-index .sec04 .voice__title {
    margin: 2rem 0 1rem 0;
    padding: 0 1rem 1rem 1rem;
    font-size: 2rem;
    font-weight: bold;
    color: #0B166B;
    border-bottom: 1px dotted #0B166B;
  }
  .page-index .sec04 .voice__age {
    padding: 0 1rem;
  }
  .page-index .sec04 .voice__txt {
    margin: 1.5rem 0 0 0;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 599px) {
  .page-index .mv {
    padding: 2rem 0 0 0;
    background: url("../../assets/img/index/mv_pc_bg.png") repeat-y;
    background-size: contain;
  }
  .page-index .mv__image {
    width: 100%;
    padding: 0 0 1rem 0;
    text-align: center;
  }
  .page-index .mv__image img {
    width: 100%;
  }
  .page-index .mv-price {
    padding: 1.5rem 0 2rem 0;
    background: #0C196F;
  }
  .page-index .mv-price__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .mv-price__title {
    width: 300px;
    margin: 0 auto 1rem auto;
    padding: 0.3rem 0 0.5rem 0;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .page-index .mv-price__member-price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    line-height: 1;
  }
  .page-index .mv-price__member-price-txt {
    font-size: 2.4rem;
    color: #F5E17A;
    font-weight: bold;
  }
  .page-index .mv-price__member-price-txt strong {
    margin: 0 1rem 0 0;
    font-size: 5rem;
    font-weight: bold;
  }
  .page-index .mv-price__member-price-tax {
    font-size: 1.4rem;
    color: #F5E17A;
    font-weight: bold;
  }
  .page-index .first-cta {
    padding: 2rem 0;
    background: url("../../assets/img/index/first_cta_bg.png") repeat-y center;
    background-size: 100%;
  }
  .page-index .first-cta__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .first-cta__title {
    padding: 0.3rem 0;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    background: #AB0F4E;
  }
  .page-index .first-cta__tel {
    width: 100%;
  }
  .page-index .first-cta__tel-lead {
    width: 250px;
    margin: 2rem auto 0 auto;
    text-align: center;
    color: #AB0F4E;
    font-weight: bold;
    line-height: 1.2;
  }
  .page-index .first-cta__tel-lead strong {
    display: block;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .page-index .first-cta__tel-call {
    display: none;
  }
  .page-index .first-cta__tel-call-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    margin: 1.5rem auto 3rem auto;
    padding: 1rem 0;
    background: #AB0F4E;
    border-radius: 50px;
    text-decoration: none;
    -webkit-box-shadow: 0px 12px 0px -5px #3f041c;
            box-shadow: 0px 12px 0px -5px #3f041c;
  }
  .page-index .first-cta__tel-icon {
    margin: 1rem 1.5rem 0 0;
  }
  .page-index .first-cta__tel-number {
    font-size: 2rem;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9333333333);
  }
  .page-index .first-cta__lead {
    font-weight: bold;
    text-align: center;
    color: #0E1E76;
  }
  .page-index .first-cta__lead span {
    margin: 0 1rem 0 0;
    padding: 0 1rem 0.3rem 1rem;
    background: #0C196F;
    color: #fff;
  }
  .page-index .first-cta__lead strong {
    margin: 0 0.5rem;
    font-weight: bold;
    font-size: 2rem;
    color: #AB0F4E;
    border-bottom: 2px solid #AB0F4E;
  }
  .page-index .common-cta {
    width: 100%;
    padding: 2.5rem;
    background: #0B166B;
  }
  .page-index .common-cta__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .common-cta__title {
    width: 100%;
    margin: 0 auto 2rem auto;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .page-index .common-cta__title strong {
    font-weight: bold;
    font-size: 2rem;
    color: #CCCC66;
  }
  .page-index .common-cta-contact__tel {
    width: 100%;
  }
  .page-index .common-cta-contact__tel-lead {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .page-index .common-cta-contact__tel-lead strong {
    font-weight: bold;
    font-size: 2rem;
    color: #CCCC66;
  }
  .page-index .common-cta-contact__tel-call {
    display: none;
  }
  .page-index .common-cta-contact__tel-call-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    margin: 1.5rem auto 3rem auto;
    padding: 1rem 0;
    background: #AB0F4E;
    border-radius: 50px;
    text-decoration: none;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 12px 0px -5px #3f041c;
            box-shadow: 0px 12px 0px -5px #3f041c;
  }
  .page-index .common-cta-contact__tel-icon {
    margin: 1rem 1.5rem 0 0;
  }
  .page-index .common-cta-contact__tel-number {
    font-size: 2rem;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9333333333);
  }
  .page-index .common-cta-contact__btn {
    width: 320px;
    display: block;
    margin: 1rem auto 0 auto;
    padding: 1rem;
    border-radius: 20px;
    background: rgb(171, 15, 78);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(171, 15, 78)), to(rgb(185, 75, 103)));
    background: linear-gradient(0deg, rgb(171, 15, 78) 0%, rgb(185, 75, 103) 100%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 6px 14px -9px #03073f;
            box-shadow: 0px 6px 14px -9px #03073f;
    text-decoration: none;
    color: #fff;
  }
  .page-index .common-cta-contact__btn-txt01 {
    text-align: center;
    font-weight: bold;
  }
  .page-index .common-cta-contact__btn-txt01 strong {
    font-size: 1.6rem;
  }
  .page-index .common-cta-contact__btn-txt02 {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  .page-index .sec01 {
    padding: 5rem 0;
    background: url("../../assets/img/index/section_bg.png") no-repeat right top;
    background-size: 200px;
  }
  .page-index .sec01__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .sec01 .hall-lead {
    width: 100%;
  }
  .page-index .sec01 .hall-lead__image {
    width: 300px;
    margin: 0 auto;
  }
  .page-index .sec01 .hall-lead__image img {
    width: 100%;
  }
  .page-index .sec01 .hall-lead__title {
    width: 300px;
    margin: 0 auto;
  }
  .page-index .sec01 .hall-lead__title img {
    width: 100%;
  }
  .page-index .sec01 .hall-lead__txt {
    margin: 2rem 0 0 0;
    font-weight: bold;
    color: #004190;
    line-height: 2;
  }
  .page-index .sec01 .hall-lead__txt strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #F5E17A));
    background: linear-gradient(transparent 60%, #F5E17A 30%);
  }
  .page-index .sec01 .hall-lead__txt strong span {
    font-weight: bold;
    font-size: 1.8rem;
    color: #AC0E4E;
  }
  .page-index .sec01 .hall-lead__txt ul {
    margin: 1rem 0;
  }
  .page-index .sec01 .hall-lead__txt ul li {
    padding: 0 0 0 3rem;
    font-weight: bold;
    color: #AC0E4E;
    background: url("../../assets/img/index/hall_check_bg.png") no-repeat left;
    background-size: 25px;
  }
  .page-index .sec01 .map-box {
    width: 100%;
    margin: 2.5rem 0;
  }
  .page-index .sec01 .map-box__image01 {
    width: 100%;
  }
  .page-index .sec01 .map-box__image01 img {
    width: 100%;
  }
  .page-index .sec01 .map-box__image02 {
    width: 340px;
    margin: -1rem auto 0 auto;
  }
  .page-index .sec01 .map-box__image02 img {
    width: 100%;
  }
  .page-index .sec01 .voice-list {
    padding: 2rem;
    background: #F3F0EF;
  }
  .page-index .sec01 .voice-list dt {
    color: #081267;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  .page-index .sec01 .voice-list dd {
    margin: 2rem 0 0 0;
  }
  .page-index .sec01 .voice-list dd ul li {
    margin: 0 0 1.5rem 0;
    padding: 1rem 1rem 1rem 7rem;
    color: #081267;
    border: 1px solid #EBD891;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 14px -14px #777777;
            box-shadow: 0px 3px 14px -14px #777777;
  }
  .page-index .sec01 .voice-list dd ul li.--icon01 {
    background: url("../../assets/img/index/voice_list-icon01.png") no-repeat 10px #fff;
    background-size: 50px;
  }
  .page-index .sec01 .voice-list dd ul li.--icon02 {
    background: url("../../assets/img/index/voice_list-icon02.png") no-repeat 10px #fff;
    background-size: 50px;
  }
  .page-index .sec01 .voice-list dd ul li.--icon03 {
    background: url("../../assets/img/index/voice_list-icon03.png") no-repeat 10px #fff;
    background-size: 50px;
  }
  .page-index .sec01 .voice-list dd ul li.--icon04 {
    background: url("../../assets/img/index/voice_list-icon04.png") no-repeat 10px #fff;
    background-size: 50px;
  }
  .page-index .sec01 .voice-list dd ul li:last-child {
    margin: 0;
  }
  .page-index .sec01 .photo-list {
    width: 100%;
    margin: 5rem 0 0 0;
  }
  .page-index .sec01 .photo-list-box {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
  .page-index .sec01 .photo-list-box__image {
    width: 100%;
  }
  .page-index .sec01 .photo-list-box__image img {
    width: 100%;
  }
  .page-index .sec01 .photo-list-box__title {
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #0A1367;
  }
  .page-index .sec01 .photo-list-box__name {
    font-size: 2rem;
    color: #fff;
  }
  .page-index .sec01 .photo-list-box__detail {
    color: #fff;
    margin: 0 1rem;
  }
  .page-index .sec01 .photo-list-box__caption {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    bottom: -10px;
    padding: 0.7rem 0 0 0;
    text-align: center;
    border-radius: 50%;
    line-height: 1.2;
    color: #0A1367;
    font-weight: bold;
    background: #fff;
    border: 1px solid #0A1367;
  }
  .page-index .sec01 .photo-list-box__caption span {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .page-index .sec01 .access {
    width: 100%;
    margin: 5rem 0 0 0;
  }
  .page-index .sec01 .access__title {
    width: 100%;
    margin: 0 auto 2rem auto;
    padding: 1rem 0;
    font-size: 2rem;
    font-weight: bold;
    color: #004190;
    text-align: center;
    border-top: 1px solid #004190;
    border-bottom: 1px solid #004190;
  }
  .page-index .sec01 .access__inner {
    width: 100%;
  }
  .page-index .sec01 .access__colum-left {
    width: 100%;
  }
  .page-index .sec01 .access__colum-left iframe {
    width: 100%;
    height: 350px;
  }
  .page-index .sec01 .access__address-txt01 {
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.6rem;
    color: #024290;
  }
  .page-index .sec01 .access__address-txt02 {
    width: 240px;
    margin: 1rem auto 0 auto;
    padding: 0.5rem 0;
    background: #024290;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .page-index .sec01 .access__address ul {
    margin: 2rem 0 0 0;
  }
  .page-index .sec01 .access__address ul li {
    font-weight: bold;
  }
  .page-index .sec02 {
    padding: 5rem 0;
    background: url("../../assets/img/index/section_bg.png") no-repeat right top;
    background-size: 200px;
  }
  .page-index .sec02 .section-title {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 1rem 0;
    font-size: 2rem;
    text-align: center;
    color: #0B166C;
    font-weight: bold;
    border-bottom: 3px solid #d1cc91;
  }
  .page-index .sec02 .section-title strong {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .page-index .sec02 .section-title strong span {
    font-weight: bold;
    color: #AB0F4E;
  }
  .page-index .sec02__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .sec02 .planlist {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem auto 0 auto;
  }
  .page-index .sec02 .planlist .tabmenu {
    width: 32%;
    padding: 1rem 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    opacity: 0.5;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #333;
  }
  .page-index .sec02 .planlist .tabmenu span {
    margin: 0 0.1rem;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .tabmenu .tax {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .tabmenu.--plan01 {
    background: rgb(10, 19, 103);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(10, 19, 103)), to(rgb(56, 53, 123)));
    background: linear-gradient(0deg, rgb(10, 19, 103) 0%, rgb(56, 53, 123) 100%);
    border-top: 3px solid #0A1367;
    border-left: 3px solid #0A1367;
    border-right: 3px solid #0A1367;
  }
  .page-index .sec02 .planlist .tabmenu.--plan02 {
    background: rgb(27, 112, 68);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 91, 43)), to(rgb(27, 112, 68)));
    background: linear-gradient(0deg, rgb(0, 91, 43) 0%, rgb(27, 112, 68) 100%);
    border-top: 3px solid #005B2B;
    border-left: 3px solid #005B2B;
    border-right: 3px solid #005B2B;
  }
  .page-index .sec02 .planlist .tabmenu.--plan03 {
    background: rgb(117, 52, 119);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(117, 52, 119)), to(rgb(92, 0, 96)));
    background: linear-gradient(0deg, rgb(117, 52, 119) 0%, rgb(92, 0, 96) 100%);
    border-top: 3px solid #5C0060;
    border-left: 3px solid #5C0060;
    border-right: 3px solid #5C0060;
  }
  .page-index .sec02 .planlist .tabmenu.--plan04 {
    padding: 1.5rem 0 0 0;
    background: rgb(175, 144, 50);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(175, 144, 50)), to(rgb(191, 163, 89)));
    background: linear-gradient(0deg, rgb(175, 144, 50) 0%, rgb(191, 163, 89) 100%);
    border-top: 3px solid #B69844;
    border-left: 3px solid #B69844;
    border-right: 3px solid #B69844;
  }
  .page-index .sec02 .planlist .tabswitch:checked + .tabmenu {
    opacity: 1;
  }
  .page-index .sec02 .planlist .tabswitch:checked + .tabmenu + .plan-box {
    display: block;
  }
  .page-index .sec02 .planlist .tabswitch {
    display: none;
  }
  .page-index .sec02 .planlist .plan-box {
    display: none;
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 2rem 2rem 1rem 2rem;
    background: #EFECEA;
  }
  .page-index .sec02 .planlist .plan-box__photo {
    width: 100%;
  }
  .page-index .sec02 .planlist .plan-box__photo img {
    width: 100%;
  }
  .page-index .sec02 .planlist .plan-box__price {
    width: 100%;
    margin: 2rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
  }
  .page-index .sec02 .planlist .plan-box__price-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 1rem 0;
    color: #AB0F4E;
    border-bottom: 1px solid #AB0F4E;
  }
  .page-index .sec02 .planlist .plan-box__price-member .type {
    width: 90px;
    margin: 0 1rem 0 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #AC0E4E;
    border-radius: 10px;
  }
  .page-index .sec02 .planlist .plan-box__price-member .price {
    font-weight: bold;
    line-height: 1;
  }
  .page-index .sec02 .planlist .plan-box__price-member .price strong {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 2.8rem;
  }
  .page-index .sec02 .planlist .plan-box__price-member .tax {
    padding: 1.5rem 0 0 0;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
  }
  .page-index .sec02 .planlist .plan-box__price-normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5rem 0 0 0;
    padding: 0 0 1rem 0;
    color: #0A1367;
    border-bottom: 1px solid #0A1367;
  }
  .page-index .sec02 .planlist .plan-box__price-normal .type {
    width: 90px;
    margin: 0 1rem 0 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #0A1367;
    border-radius: 10px;
  }
  .page-index .sec02 .planlist .plan-box__price-normal .price {
    font-weight: bold;
    line-height: 1;
  }
  .page-index .sec02 .planlist .plan-box__price-normal .price strong {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 2.8rem;
  }
  .page-index .sec02 .planlist .plan-box__price-normal .tax {
    padding: 1.5rem 0 0 0;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
  }
  .page-index .sec02 .planlist .plan-box__price-others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #AB0F4E;
  }
  .page-index .sec02 .planlist .plan-box__price-others .price {
    font-weight: bold;
    line-height: 1;
  }
  .page-index .sec02 .planlist .plan-box__price-others .price strong {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 2.8rem;
  }
  .page-index .sec02 .planlist .plan-box__price-others .tax {
    padding: 1.5rem 0 0 0;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
  }
  .page-index .sec02 .planlist .plan-box__icon-title {
    margin: 3rem 0 0 0;
    padding: 0.3rem 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  .page-index .sec02 .planlist .plan-box__icon-title.--plan01 {
    background: #0A1367;
  }
  .page-index .sec02 .planlist .plan-box__icon-title.--plan02 {
    background: #005B2B;
  }
  .page-index .sec02 .planlist .plan-box__icon-title.--plan03 {
    background: #5C0060;
  }
  .page-index .sec02 .planlist .plan-box__icon-title.--plan04 {
    background: #B09134;
  }
  .page-index .sec02 .planlist .plan-box__icon-list01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
  }
  .page-index .sec02 .planlist .plan-box__icon01 {
    width: 48%;
    margin: 0 0 1rem 0;
  }
  .page-index .sec02 .planlist .plan-box__icon01-image {
    width: 100%;
    border: 1px solid #999;
  }
  .page-index .sec02 .planlist .plan-box__icon01-image img {
    width: 100%;
  }
  .page-index .sec02 .planlist .plan-box__icon01-name {
    margin: 1rem 0 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .sec02 .planlist .plan-box__icon01-name span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .plan-box__icon-list02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
  }
  .page-index .sec02 .planlist .plan-box__icon-list02::after {
    content: "";
    display: block;
    width: 32%;
  }
  .page-index .sec02 .planlist .plan-box__icon02 {
    width: 32%;
    margin: 0 0 1rem 0;
  }
  .page-index .sec02 .planlist .plan-box__icon02-image {
    width: 100%;
    border: 1px solid #999;
  }
  .page-index .sec02 .planlist .plan-box__icon02-image img {
    width: 100%;
  }
  .page-index .sec02 .planlist .plan-box__icon02-name {
    margin: 1rem 0 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .sec02 .planlist .plan-box__icon02-name span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .page-index .sec02 .planlist .plan-box.--plan01 {
    border-top: 5px solid #0A1367;
    border-bottom: 5px solid #0A1367;
  }
  .page-index .sec02 .planlist .plan-box.--plan02 {
    border-top: 5px solid #005B2B;
    border-bottom: 5px solid #005B2B;
  }
  .page-index .sec02 .planlist .plan-box.--plan03 {
    border-top: 5px solid #5C0060;
    border-bottom: 5px solid #5C0060;
  }
  .page-index .sec02 .planlist .plan-box.--plan04 {
    border-top: 5px solid #B09134;
    border-bottom: 5px solid #B09134;
  }
  .page-index .sec02 .seikatsu-hogo {
    width: 100%;
    margin: 3rem auto 0 auto;
    padding: 2rem;
    background: url("../../assets/img/index/first_cta_bg.png") repeat-y center;
    background-size: contain;
  }
  .page-index .sec02 .seikatsu-hogo__title {
    font-size: 2rem;
    font-weight: bold;
    color: #131B6B;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .sec02 .seikatsu-hogo__lead {
    margin: 0 auto;
    padding: 0 0 1rem 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #131B6B;
    border-bottom: 1px solid #131B6B;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .sec02 .seikatsu-hogo__lead strong {
    font-weight: bold;
    color: #AB0F4E;
  }
  .page-index .sec02 .seikatsu-hogo__lead strong span {
    margin: 0 0.5rem;
    font-size: 3.5rem;
    font-weight: bold;
  }
  .page-index .sec02 .seikatsu-hogo__txt {
    margin: 1rem 0 0 0;
    font-weight: bold;
    color: #131B6B;
  }
  .page-index .sec02 .member {
    width: 100%;
    margin: 3rem auto 0 auto;
    padding: 1.5rem;
    background: #EEDFAB;
  }
  .page-index .sec02 .member__inner {
    padding: 1.5rem;
    border: 1px solid #CCCC66;
  }
  .page-index .sec02 .member__title {
    width: 100%;
    margin: 0 auto;
  }
  .page-index .sec02 .member__title img {
    width: 100%;
  }
  .page-index .sec02 .member__movie {
    width: 100%;
    margin: 2.5rem 0;
  }
  .page-index .sec02 .member__movie iframe {
    width: 100%;
    height: 220px;
  }
  .page-index .sec02 .member__btn {
    width: 280px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
  }
  .page-index .sec02 .member__btn a {
    width: 100%;
    display: block;
    padding: 1rem;
    border-radius: 20px;
    background: rgb(171, 15, 78);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(171, 15, 78)), to(rgb(185, 75, 103)));
    background: linear-gradient(0deg, rgb(171, 15, 78) 0%, rgb(185, 75, 103) 100%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 6px 14px -9px #03073f;
            box-shadow: 0px 6px 14px -9px #03073f;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  .page-index .sousaihi {
    background: url("../../assets/img/index/first_cta_bg.png") repeat-y;
    background-size: contain;
  }
  .page-index .sousaihi__inner {
    width: 94%;
    margin: 0 auto;
    padding: 3rem 0;
  }
  .page-index .sousaihi h3 {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    line-height: 1.4;
    text-align: center;
  }
  .page-index .sousaihi h3 .txt01 {
    font-weight: bold;
    font-size: 1.8rem;
  }
  .page-index .sousaihi h3 .txt02 {
    color: #AC1450;
    font-weight: bold;
    font-size: 3.4rem;
  }
  .page-index .sousaihi h3 .txt02 span {
    font-weight: bold;
    font-size: 2.2rem;
  }
  .page-index .sec03 {
    padding: 5rem 0;
    background: url("../../assets/img/index/section_bg.png") no-repeat right top;
    background-size: 200px;
  }
  .page-index .sec03 .section-title {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 1rem 0;
    font-size: 2rem;
    text-align: center;
    color: #0B166C;
    font-weight: bold;
    border-bottom: 3px solid #d1cc91;
  }
  .page-index .sec03 .section-title strong {
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #AB0F4E;
  }
  .page-index .sec03__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .sec03 .onayami {
    width: 94%;
    margin: 3rem auto 0 auto;
    padding: 3rem 1.5rem;
    background: #EFECEA;
    border-radius: 10px;
  }
  .page-index .sec03 .onayami__title {
    padding: 0 0 3rem 0;
    font-size: 2rem;
    color: #0B166B;
    text-align: center;
    font-weight: bold;
    background: url("../../assets/img/index/onayami_title_bg.png") no-repeat bottom;
  }
  .page-index .sec03 .onayami__list {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .page-index .sec03 .onayami__list dl {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 14px -9px #777777;
            box-shadow: 0px 6px 14px -9px #777777;
  }
  .page-index .sec03 .onayami__list dl dt {
    margin: 0 0 2rem 0;
    padding: 0 0 1rem 0;
    font-weight: bold;
    text-align: center;
    color: #0B166B;
    border-bottom: 1px solid #0B166B;
  }
  .page-index .sec03 .onayami__list dl dt strong {
    font-size: 1.8rem;
    font-weight: bold;
    color: #AC0E4E;
  }
  .page-index .sec03 .onayami__list dl dd {
    margin: 0 1rem;
  }
  .page-index .sec03 .onayami__list dl dd ul li {
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 3rem;
    background: url("../../assets/img/index/onayami_check_bg.png") no-repeat 0 5px;
    background-size: 20px;
    border-bottom: 1px dotted #666;
    font-weight: bold;
    color: #0B166B;
  }
  .page-index .sec03 .onayami__list dl dd ul li strong {
    color: #AC0E4E;
    font-weight: bold;
  }
  .page-index .sec03 .onayami__list dl dd ul li:last-child {
    margin: 0;
    padding: 0 0 0 3.5rem;
    border-bottom: none;
  }
  .page-index .sec03 .onayami__list dl dd p {
    width: 100%;
    margin: 2.5rem 0 0 0;
  }
  .page-index .sec03 .onayami__list dl dd p img {
    width: 100%;
  }
  .page-index .sec03 .onayami__lead {
    margin: 3rem 0 0 0;
    background: #081267;
  }
  .page-index .sec03 .onayami__lead p {
    padding: 1rem 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
  }
  .page-index .sec04 {
    padding: 5rem 0;
    background: url("../../assets/img/index/voice_bg.png") no-repeat right top #EFECEA;
    background-size: 200px;
  }
  .page-index .sec04__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .sec04 .section-title p {
    padding: 0 1.5rem;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #0B166B;
    border-top: 2px solid #0B166B;
    border-bottom: 2px solid #0B166B;
  }
  .page-index .sec04 .section-title h2 {
    margin: 0 0 0 2rem;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    color: #0B166B;
  }
  .page-index .sec04 .section-title h2 strong {
    color: #B02658;
    font-weight: bold;
  }
  .page-index .sec04 .section-title h2 strong span {
    margin: 0 1rem;
    font-size: 4.5rem;
    font-weight: bold;
  }
  .page-index .sec04 .voice__lead {
    margin: 2rem 0;
  }
  .page-index .sec04 .voice__caption {
    font-size: 1.6rem;
    text-align: center;
  }
  .page-index .sec04 .voice__list {
    width: 100%;
    margin: 3rem 0 0 0;
  }
  .page-index .sec04 .voice__box {
    width: 100%;
    margin: 0 0 3rem 0;
    padding: 2rem;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 14px -9px #777777;
            box-shadow: 0px 6px 14px -9px #777777;
  }
  .page-index .sec04 .voice__box:last-child {
    margin: 0;
  }
  .page-index .sec04 .voice__area {
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: bold;
    background: #0B166B;
  }
  .page-index .sec04 .voice__title {
    margin: 2rem 0 1rem 0;
    padding: 0 1rem 1rem 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0B166B;
    border-bottom: 1px dotted #0B166B;
  }
  .page-index .sec04 .voice__age {
    padding: 0 1rem;
  }
  .page-index .sec04 .voice__txt {
    margin: 1.5rem 0 0 0;
    padding: 0 1rem;
  }
}
/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .scroll-top {
    width: 80px;
    position: fixed;
    right: 80px;
    bottom: 100px;
    z-index: 9999;
    line-height: 1.2;
  }
  .scroll-top a {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #0B166B;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 1.2rem;
    border: 3px solid #fff;
    color: #fff;
  }
  .scroll-top a:hover {
    color: #FFFD00;
  }
  .scroll-top:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .scroll-top {
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }
  .is-hide {
    pointer-events: none;
  }
  #ft-tel {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
  }
  #ft-tel__inner {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 80px;
    background: #0B176C;
  }
  #ft-tel__inner .pc {
    width: 1200px;
    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 auto;
    padding: 1rem 0;
  }
  #ft-tel__inner .pc-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
  #ft-tel__inner .pc-tel__lead {
    margin: 0.5rem 2rem 0 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4;
  }
  #ft-tel__inner .pc-tel__lead strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #CCCC66;
  }
  #ft-tel__inner .pc-tel__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #ft-tel__inner .pc-tel__icon {
    margin: 0.5rem 1.5rem 0 0;
  }
  #ft-tel__inner .pc-tel__number {
    font-size: 3.6rem;
    font-weight: bold;
  }
  #ft-tel__inner .pc__btnlist {
    width: 500px;
    margin: 0 0 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #ft-tel__inner .pc__btn {
    width: 240px;
    background: #fff;
    border-radius: 20px;
  }
  #ft-tel__inner .pc__btn a {
    display: block;
  }
  #ft-tel__inner .pc__btn.--member a {
    width: 100%;
    height: 60px;
    display: block;
    border-radius: 20px;
    background: rgb(171, 15, 78);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(171, 15, 78)), to(rgb(185, 75, 103)));
    background: linear-gradient(0deg, rgb(171, 15, 78) 0%, rgb(185, 75, 103) 100%);
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
  #ft-tel__inner .pc__btn.--member a strong {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #ft-tel__inner .pc__btn.--member a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #ft-tel__inner .pc__btn.--contact a {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    background: rgb(27, 129, 171);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(27, 129, 171)), to(rgb(83, 149, 186)));
    background: linear-gradient(0deg, rgb(27, 129, 171) 0%, rgb(83, 149, 186) 100%);
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
  #ft-tel__inner .pc__btn.--contact a strong {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #ft-tel__inner .pc__btn.--contact a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #ft-tel__inner .sp {
    display: none;
  }
  #ft-tel.ft-tel-hide {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .ft {
    width: 100%;
    min-width: 100%;
    padding: 2rem 0 9rem 0;
    text-align: center;
    background: #0B166B;
  }
  .ft__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .ft__inner .copyright {
    font-size: 1.4rem;
    color: #fff;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  .scroll-top {
    width: 80px;
    position: fixed;
    right: 80px;
    bottom: 100px;
    z-index: 9999;
    line-height: 1.2;
  }
  .scroll-top a {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #0B166B;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 1.2rem;
    border: 3px solid #fff;
    color: #fff;
  }
  .scroll-top {
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }
  .is-hide {
    pointer-events: none;
  }
  #ft-tel {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
  }
  #ft-tel__inner {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 80px;
    background: #0B176C;
  }
  #ft-tel__inner .pc {
    width: 1200px;
    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 auto;
    padding: 1rem 0;
  }
  #ft-tel__inner .pc-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
  #ft-tel__inner .pc-tel__lead {
    margin: 0.5rem 2rem 0 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4;
  }
  #ft-tel__inner .pc-tel__lead strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #CCCC66;
  }
  #ft-tel__inner .pc-tel__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #ft-tel__inner .pc-tel__icon {
    margin: 0.5rem 1.5rem 0 0;
  }
  #ft-tel__inner .pc-tel__number {
    font-size: 3.6rem;
    font-weight: bold;
  }
  #ft-tel__inner .pc__btnlist {
    width: 500px;
    margin: 0 0 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #ft-tel__inner .pc__btn {
    width: 240px;
    background: #fff;
    border-radius: 20px;
  }
  #ft-tel__inner .pc__btn a {
    display: block;
  }
  #ft-tel__inner .pc__btn.--member a {
    width: 100%;
    height: 60px;
    display: block;
    border-radius: 20px;
    background: rgb(171, 15, 78);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(171, 15, 78)), to(rgb(185, 75, 103)));
    background: linear-gradient(0deg, rgb(171, 15, 78) 0%, rgb(185, 75, 103) 100%);
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
  #ft-tel__inner .pc__btn.--member a strong {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #ft-tel__inner .pc__btn.--contact a {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    background: rgb(27, 129, 171);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(27, 129, 171)), to(rgb(83, 149, 186)));
    background: linear-gradient(0deg, rgb(27, 129, 171) 0%, rgb(83, 149, 186) 100%);
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
  #ft-tel__inner .pc__btn.--contact a strong {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #ft-tel__inner .sp {
    display: none;
  }
  #ft-tel.ft-tel-hide {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .ft {
    width: 100%;
    min-width: 100%;
    padding: 2rem 0 9rem 0;
    text-align: center;
    background: #0B166B;
  }
  .ft__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .ft__inner .copyright {
    font-size: 1.4rem;
    color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .scroll-top {
    padding: 0.5rem;
    text-align: center;
    background: #0B166B;
  }
  .scroll-top a {
    display: block;
    padding: 1rem 0;
    text-decoration: none;
    color: #fff;
  }
  .scroll-top a br {
    display: none;
  }
  #ft-tel {
    width: 100%;
    position: fixed;
    bottom: 0;
    opacity: 0;
    padding: 0.7rem 0;
    background: #E1DEC9;
    z-index: 7777;
  }
  #ft-tel .pc {
    display: none;
  }
  #ft-tel .sp {
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #ft-tel .sp-btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 38%;
    padding: 0.7rem 0;
    background: rgb(171, 15, 78);
    border-radius: 10px;
    text-decoration: none;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 6px 14px -9px #03073f;
            box-shadow: 0px 6px 14px -9px #03073f;
  }
  #ft-tel .sp-btn01__tel-number {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9333333333);
  }
  #ft-tel .sp-btn02 {
    width: 30%;
    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: 0.7rem 0;
    background: #0C196F;
    border-radius: 10px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 6px 14px -9px #03073f;
            box-shadow: 0px 6px 14px -9px #03073f;
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #ft-tel .sp-btn03 {
    width: 30%;
    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: 0.7rem 0;
    border-radius: 10px;
    background: rgb(27, 129, 171);
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 6px 14px -9px #03073f;
            box-shadow: 0px 6px 14px -9px #03073f;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #ft-tel.ft-tel-hide {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .ft {
    width: 100%;
    margin: 0 auto 7.5rem auto;
    background: #0B166B;
  }
  .ft .copyright {
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
  }
  .ft .copyright span {
    display: block;
  }
}
/* -------------------------------------------------------------------
 ユーティリティー
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-sp00 {
    margin-top: 0 !important;
  }
  .pt-sp00 {
    padding-top: 0 !important;
  }
  .mt-sp05 {
    margin-top: 0.5rem !important;
  }
  .pt-sp05 {
    padding-top: 0.5rem !important;
  }
  .mt-sp10 {
    margin-top: 1rem !important;
  }
  .pt-sp10 {
    padding-top: 1rem !important;
  }
  .mt-sp15 {
    margin-top: 1.5rem !important;
  }
  .pt-sp15 {
    padding-top: 1.5rem !important;
  }
  .mt-sp20 {
    margin-top: 2rem !important;
  }
  .pt-sp20 {
    padding-top: 2rem !important;
  }
  .mt-sp25 {
    margin-top: 2.5rem !important;
  }
  .pt-sp25 {
    padding-top: 2.5rem !important;
  }
  .mt-sp30 {
    margin-top: 3rem !important;
  }
  .pt-sp30 {
    padding-top: 3rem !important;
  }
  .mt-sp35 {
    margin-top: 3.5rem !important;
  }
  .pt-sp35 {
    padding-top: 3.5rem !important;
  }
  .mt-sp40 {
    margin-top: 4rem !important;
  }
  .pt-sp40 {
    padding-top: 4rem !important;
  }
  .mt-sp45 {
    margin-top: 4.5rem !important;
  }
  .pt-sp45 {
    padding-top: 4.5rem !important;
  }
  .mt-sp50 {
    margin-top: 5rem !important;
  }
  .pt-sp50 {
    padding-top: 5rem !important;
  }
  .mt-sp55 {
    margin-top: 5.5rem !important;
  }
  .pt-sp55 {
    padding-top: 5.5rem !important;
  }
  .mt-sp60 {
    margin-top: 6rem !important;
  }
  .pt-sp60 {
    padding-top: 6rem !important;
  }
  .mt-sp65 {
    margin-top: 6.5rem !important;
  }
  .pt-sp65 {
    padding-top: 6.5rem !important;
  }
  .mt-sp70 {
    margin-top: 7rem !important;
  }
  .pt-sp70 {
    padding-top: 7rem !important;
  }
  .mt-sp75 {
    margin-top: 7.5rem !important;
  }
  .pt-sp75 {
    padding-top: 7.5rem !important;
  }
  .mt-sp80 {
    margin-top: 8rem !important;
  }
  .pt-sp80 {
    padding-top: 8rem !important;
  }
  .mt-sp85 {
    margin-top: 8.5rem !important;
  }
  .pt-sp85 {
    padding-top: 8.5rem !important;
  }
  .mt-sp90 {
    margin-top: 9rem !important;
  }
  .pt-sp90 {
    padding-top: 9rem !important;
  }
  .mt-sp95 {
    margin-top: 9.5rem !important;
  }
  .pt-sp95 {
    padding-top: 9.5rem !important;
  }
  .mt-sp100 {
    margin-top: 10rem !important;
  }
  .pt-sp100 {
    padding-top: 10rem !important;
  }
  .mr-sp00 {
    margin-right: 0 !important;
  }
  .pr-sp00 {
    padding-right: 0 !important;
  }
  .mr-sp05 {
    margin-right: 0.5rem !important;
  }
  .pr-sp05 {
    padding-right: 0.5rem !important;
  }
  .mr-sp10 {
    margin-right: 1rem !important;
  }
  .pr-sp10 {
    padding-right: 1rem !important;
  }
  .mr-sp15 {
    margin-right: 1.5rem !important;
  }
  .pr-sp15 {
    padding-right: 1.5rem !important;
  }
  .mr-sp20 {
    margin-right: 2rem !important;
  }
  .pr-sp20 {
    padding-right: 2rem !important;
  }
  .mr-sp25 {
    margin-right: 2.5rem !important;
  }
  .pr-sp25 {
    padding-right: 2.5rem !important;
  }
  .mr-sp30 {
    margin-right: 3rem !important;
  }
  .pr-sp30 {
    padding-right: 3rem !important;
  }
  .mr-sp35 {
    margin-right: 3.5rem !important;
  }
  .pr-sp35 {
    padding-right: 3.5rem !important;
  }
  .mr-sp40 {
    margin-right: 4rem !important;
  }
  .pr-sp40 {
    padding-right: 4rem !important;
  }
  .mr-sp45 {
    margin-right: 4.5rem !important;
  }
  .pr-sp45 {
    padding-right: 4.5rem !important;
  }
  .mr-sp50 {
    margin-right: 5rem !important;
  }
  .pr-sp50 {
    padding-right: 5rem !important;
  }
  .mr-sp55 {
    margin-right: 5.5rem !important;
  }
  .pr-sp55 {
    padding-right: 5.5rem !important;
  }
  .mr-sp60 {
    margin-right: 6rem !important;
  }
  .pr-sp60 {
    padding-right: 6rem !important;
  }
  .mr-sp65 {
    margin-right: 6.5rem !important;
  }
  .pr-sp65 {
    padding-right: 6.5rem !important;
  }
  .mr-sp70 {
    margin-right: 7rem !important;
  }
  .pr-sp70 {
    padding-right: 7rem !important;
  }
  .mr-sp75 {
    margin-right: 7.5rem !important;
  }
  .pr-sp75 {
    padding-right: 7.5rem !important;
  }
  .mr-sp80 {
    margin-right: 8rem !important;
  }
  .pr-sp80 {
    padding-right: 8rem !important;
  }
  .mr-sp85 {
    margin-right: 8.5rem !important;
  }
  .pr-sp85 {
    padding-right: 8.5rem !important;
  }
  .mr-sp90 {
    margin-right: 9rem !important;
  }
  .pr-sp90 {
    padding-right: 9rem !important;
  }
  .mr-sp95 {
    margin-right: 9.5rem !important;
  }
  .pr-sp95 {
    padding-right: 9.5rem !important;
  }
  .mr-sp100 {
    margin-right: 10rem !important;
  }
  .pr-sp100 {
    padding-right: 10rem !important;
  }
  .mb-sp00 {
    margin-bottom: 0 !important;
  }
  .pb-sp00 {
    padding-bottom: 0 !important;
  }
  .mb-sp05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-sp05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-sp10 {
    margin-bottom: 1rem !important;
  }
  .pb-sp10 {
    padding-bottom: 1rem !important;
  }
  .mb-sp15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-sp15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-sp20 {
    margin-bottom: 2rem !important;
  }
  .pb-sp20 {
    padding-bottom: 2rem !important;
  }
  .mb-sp25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-sp25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-sp30 {
    margin-bottom: 3rem !important;
  }
  .pb-sp30 {
    padding-bottom: 3rem !important;
  }
  .mb-sp35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-sp35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-sp40 {
    margin-bottom: 4rem !important;
  }
  .pb-sp40 {
    padding-bottom: 4rem !important;
  }
  .mb-sp45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-sp45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-sp50 {
    margin-bottom: 5rem !important;
  }
  .pb-sp50 {
    padding-bottom: 5rem !important;
  }
  .mb-sp55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-sp55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-sp60 {
    margin-bottom: 6rem !important;
  }
  .pb-sp60 {
    padding-bottom: 6rem !important;
  }
  .mb-sp65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-sp65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-sp70 {
    margin-bottom: 7rem !important;
  }
  .pb-sp70 {
    padding-bottom: 7rem !important;
  }
  .mb-sp75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-sp75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-sp80 {
    margin-bottom: 8rem !important;
  }
  .pb-sp80 {
    padding-bottom: 8rem !important;
  }
  .mb-sp85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-sp85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-sp90 {
    margin-bottom: 9rem !important;
  }
  .pb-sp90 {
    padding-bottom: 9rem !important;
  }
  .mb-sp95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-sp95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-sp100 {
    margin-bottom: 10rem !important;
  }
  .pb-sp100 {
    padding-bottom: 10rem !important;
  }
  .ml-sp00 {
    margin-left: 0 !important;
  }
  .pl-sp00 {
    padding-left: 0 !important;
  }
  .ml-sp05 {
    margin-left: 0.5rem !important;
  }
  .pl-sp05 {
    padding-left: 0.5rem !important;
  }
  .ml-sp10 {
    margin-left: 1rem !important;
  }
  .pl-sp10 {
    padding-left: 1rem !important;
  }
  .ml-sp15 {
    margin-left: 1.5rem !important;
  }
  .pl-sp15 {
    padding-left: 1.5rem !important;
  }
  .ml-sp20 {
    margin-left: 2rem !important;
  }
  .pl-sp20 {
    padding-left: 2rem !important;
  }
  .ml-sp25 {
    margin-left: 2.5rem !important;
  }
  .pl-sp25 {
    padding-left: 2.5rem !important;
  }
  .ml-sp30 {
    margin-left: 3rem !important;
  }
  .pl-sp30 {
    padding-left: 3rem !important;
  }
  .ml-sp35 {
    margin-left: 3.5rem !important;
  }
  .pl-sp35 {
    padding-left: 3.5rem !important;
  }
  .ml-sp40 {
    margin-left: 4rem !important;
  }
  .pl-sp40 {
    padding-left: 4rem !important;
  }
  .ml-sp45 {
    margin-left: 4.5rem !important;
  }
  .pl-sp45 {
    padding-left: 4.5rem !important;
  }
  .ml-sp50 {
    margin-left: 5rem !important;
  }
  .pl-sp50 {
    padding-left: 5rem !important;
  }
  .ml-sp55 {
    margin-left: 5.5rem !important;
  }
  .pl-sp55 {
    padding-left: 5.5rem !important;
  }
  .ml-sp60 {
    margin-left: 6rem !important;
  }
  .pl-sp60 {
    padding-left: 6rem !important;
  }
  .ml-sp65 {
    margin-left: 6.5rem !important;
  }
  .pl-sp65 {
    padding-left: 6.5rem !important;
  }
  .ml-sp70 {
    margin-left: 7rem !important;
  }
  .pl-sp70 {
    padding-left: 7rem !important;
  }
  .ml-sp75 {
    margin-left: 7.5rem !important;
  }
  .pl-sp75 {
    padding-left: 7.5rem !important;
  }
  .ml-sp80 {
    margin-left: 8rem !important;
  }
  .pl-sp80 {
    padding-left: 8rem !important;
  }
  .ml-sp85 {
    margin-left: 8.5rem !important;
  }
  .pl-sp85 {
    padding-left: 8.5rem !important;
  }
  .ml-sp90 {
    margin-left: 9rem !important;
  }
  .pl-sp90 {
    padding-left: 9rem !important;
  }
  .ml-sp95 {
    margin-left: 9.5rem !important;
  }
  .pl-sp95 {
    padding-left: 9.5rem !important;
  }
  .ml-sp100 {
    margin-left: 10rem !important;
  }
  .pl-sp100 {
    padding-left: 10rem !important;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
}
/* ---------- venobox --------- */
.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.vbox-title {
  width: 100%;
  float: left;
  line-height: 28px;
  font-size: 9pt;
  padding: 6px 40px;
  display: none;
  left: 0;
}

.vbox-close, .vbox-title {
  height: 40px;
  text-align: center;
  overflow: hidden;
  position: fixed;
  z-index: 3;
}

.vbox-close {
  cursor: pointer;
  top: -1px;
  right: 0;
  width: 50px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  font-size: 24px;
  line-height: 1;
}

.vbox-num {
  left: 0;
  height: 40px;
  display: block;
  line-height: 28px;
  font-size: 9pt;
  padding: 6px 10px;
  display: none;
}

.vbox-next, .vbox-num, .vbox-prev {
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  z-index: 3;
}

.vbox-next, .vbox-prev {
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 45px;
  height: 45px;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #b6b6b6;
  border-right-color: #b6b6b6;
  text-indent: -75pt;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

.venoframe {
  max-width: 100%;
  width: 100%;
  border: 0;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .vbox-inline, .venoframe {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 40pc;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .vbox-inline, .venoframe {
    max-width: 75pc;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 60pc;
    height: 540px;
  }
}
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-figlio {
  -webkit-box-shadow: 0 0 9pt rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 9pt rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  webkit-transition: margin 0.3s ease-out;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}/*# sourceMappingURL=style.css.map */