@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;
  max-width: 100%;
  display: inline-block;
}

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

/* -------------------------------------------------------------------
 全体設定
------------------------------------------------------------------- */
@media print, screen and (min-width: 600px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 92%;
    color: #000;
    /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
    /* font-family: 'Noto Serif JP', sans-serif; */
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .pc-none {
    display: none !important;
  }
  main {
    max-width: 400px;
    margin: 0 auto;
  }
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 62.5%;
  }
  body {
    color: #000;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /* font-family: "Noto Sans JP", sans-serif; */
    /* font-family: 'Noto Serif JP', sans-serif ; */
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .sp-none {
    display: none !important;
  }
}
/* -------------------------------------------------------------------
 ヘッダー
------------------------------------------------------------------- */
@media print, screen and (min-width: 600px) {
  .hd {
    max-width: 400px;
    margin: 0 auto;
  }
  .hd-form {
    padding: 1rem 0;
    background: #0092DB;
  }
  .hd-form__inner {
    width: 96%;
    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;
    margin: 0 auto;
  }
  .hd-form h1 {
    width: 180px;
  }
  .hd-form h1 img {
    width: 100%;
  }
  .hd-form__btn {
    width: 120px;
    background: #fff;
    border-radius: 50px;
  }
  .hd-form__btn a {
    display: block;
    padding: 0.7rem 0;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    color: #0092DB;
    text-decoration: none;
  }
}
@media screen and (max-width: 599px) {
  .hd {
    margin: 0 auto;
  }
  .hd-form {
    padding: 1rem 0;
    background: #0092DB;
  }
  .hd-form__inner {
    width: 96%;
    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;
    margin: 0 auto;
  }
  .hd-form h1 {
    width: 180px;
  }
  .hd-form h1 img {
    width: 100%;
  }
  .hd-form__btn {
    width: 120px;
    background: #fff;
    border-radius: 50px;
  }
  .hd-form__btn a {
    display: block;
    padding: 0.7rem 0;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    color: #0092DB;
    text-decoration: none;
  }
}
/* -------------------------------------------------------------------
 TOPページ
------------------------------------------------------------------- */
@media print, screen and (min-width: 600px) {
  #index .first-cta {
    margin: 0 0 3rem 0;
  }
  #index .first-cta__lead {
    width: 90%;
    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: -1.5rem auto 0 auto;
    padding: 1rem 0;
    border-radius: 50px;
    background: #D7195F;
    position: relative;
    z-index: 2;
  }
  #index .first-cta__lead-time {
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
  }
  #index .first-cta__lead-time span {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 2rem;
    color: #F4D518;
  }
  #index .first-cta__lead-txt {
    margin: 0 0 0 0.5rem;
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
  }
  #index .first-cta__caution {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  #index .first-cta__btn-list {
    margin: 1rem 0 0 0;
  }
  #index .first-cta__btn01 {
    width: 330px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
    margin: 0 auto 0.5rem auto;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  #index .first-cta__btn02 {
    width: 330px;
    margin: 0 auto;
  }
  #index .common-cta {
    margin: 0 0 3rem 0;
  }
  #index .common-cta__lead {
    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;
    margin: 1.5rem auto 0 auto;
    padding: 1rem 0;
    border-radius: 50px;
    background: #D7195F;
  }
  #index .common-cta__lead-time {
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
  }
  #index .common-cta__lead-time span {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #F4D518;
  }
  #index .common-cta__lead-txt {
    margin: 0.2rem 0 0 0.5rem;
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
  }
  #index .common-cta__btn-list {
    margin: 2rem 0 0 0;
  }
  #index .common-cta__btn01 {
    width: 330px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
    margin: 0 auto 0.5rem auto;
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  #index .common-cta__btn02 {
    width: 330px;
    margin: 0 auto;
  }
  #index .sec01 {
    width: 100%;
    padding: 5rem 0 1.5rem 0;
    background: #F3F2EE;
    position: relative;
  }
  #index .sec01__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .sec01__title {
    position: relative;
    margin: 0 0 3rem 0;
    padding: 0 0 0.8rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #0190dc;
  }
  #index .sec01__title::before {
    position: absolute;
    border-bottom: 5px solid #0190dc;
    border-radius: 50px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    content: "";
  }
  #index .sec01__nayami-list {
    margin: 2rem 0 0 0;
  }
  #index .sec01__nayami-list li {
    margin: 0 0 1rem 0;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #index .sec01::after {
    content: "";
    position: absolute;
    bottom: -34px; /* 下にピッタリくっつけたいので三角の高さ分下にずらす */
    height: 35px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0); /* 下向き三角形 */
    background: #F3F2EE;
  }
  #index .sec02 {
    padding: 4rem 0 5rem 0;
    background: linear-gradient(45deg, #189EE5 0%, #189EE5 56%, #0190DC 56%, #0190DC 100%);
  }
  #index .sec02__title {
    font-size: 2rem;
    font-weight: bold;
    padding: 1.2rem 0 1rem 2rem;
    color: #fff;
    background: url("../../assets/img/index/sec02_image01.webp") no-repeat right bottom;
    background-size: 110px;
  }
  #index .sec02__title strong {
    font-weight: bold;
    color: #FFEC15;
  }
  #index .sec02__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .sec02-box01 {
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #index .sec02-box01__lead {
    font-weight: bold;
  }
  #index .sec02-box02 {
    margin: 2rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #index .sec02-box02__title {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  #index .sec02-box02 dl {
    margin: 0 0 1.5rem 0;
  }
  #index .sec02-box02 dl dt {
    padding: 0.3rem 0 0.5rem 3.5rem;
    font-weight: bold;
    color: #2698DE;
    background: url("../../assets/img/index/sec02_icon.webp") no-repeat left;
    background-size: 25px;
  }
  #index .sec02-box02 dl:last-child {
    margin: 0;
  }
  #index .sec03 {
    padding: 5rem 0;
    background: #F5F5F6;
  }
  #index .sec03__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .sec03__title {
    position: relative;
    margin: 0 0 3rem 0;
    padding: 0 0 0.8rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #0190dc;
  }
  #index .sec03__title::before {
    position: absolute;
    border-bottom: 5px solid #0190dc;
    border-radius: 50px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    content: "";
  }
  #index .sec03 .swiper-container {
    width: 100%;
    padding: 0 0 2rem 0;
    position: relative;
    overflow: hidden;
  }
  #index .sec03 .swiper-container.visible {
    overflow: visible;
  }
  #index .sec03 .swiper-pagination {
    bottom: 0;
  }
  #index .sec03 .swiper-button-prev {
    left: -15px;
    background: #189EE5;
    border: none;
    color: #fff;
    z-index: 9999;
  }
  #index .sec03 .swiper-button-next {
    right: -15px;
    background: #189EE5;
    border: none;
    color: #fff;
    z-index: 9999;
  }
  #index .sec03-box {
    width: 90%;
    padding: 1rem 2rem 2rem 2rem;
    background: #fff;
    border-radius: 10px;
  }
  #index .sec03-box__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1rem 0;
  }
  #index .sec03-box__title p {
    width: 70px;
  }
  #index .sec03-box__title p img {
    width: 100%;
  }
  #index .sec03-box__title h3 {
    width: calc(100% - 80px);
    margin: 0 0 0 1.5rem;
    font-weight: bold;
  }
  #index .sec03-box__title h3 span {
    font-size: 1.4rem;
    display: block;
  }
  #index .sec03-box__txt p {
    margin: 0 0 0.7rem 0;
  }
  #index .sec03-box__txt p strong {
    font-weight: bold;
    color: #0190dc;
  }
  #index .sec03-box__txt p:last-child {
    margin: 0;
  }
  #index .sec04 {
    padding: 5rem 0;
  }
  #index .sec04__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .sec04__title {
    position: relative;
    margin: 0 0 3rem 0;
    padding: 0 0 0.8rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #0190dc;
  }
  #index .sec04__title::before {
    position: absolute;
    border-bottom: 5px solid #0190dc;
    border-radius: 50px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    content: "";
  }
  #index .sec04 .faq-item {
    width: 100%;
    margin: 0 0 2rem 0;
    background: #fff;
    border: 1px solid #8d8d8d;
    border-radius: 10px;
  }
  #index .sec04 .faq-item:last-child {
    margin: 0;
  }
  #index .sec04 .faq-question__wrap {
    position: relative;
    padding: 1rem 4.5rem 1rem 3.5rem;
    cursor: pointer;
  }
  #index .sec04 .minus-icon {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    background: #0D1063;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #index .sec04 .plus-icon {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    background: #0D1063;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s; /* 擬似要素のトランジションを追加 */
  }
  #index .sec04 .plus-icon.active {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #index .sec04 .faq-question__title {
    position: relative;
  }
  #index .sec04 .faq-question__title::before {
    position: absolute;
    color: #0D1063;
    content: "Q";
    top: 12px;
    left: -25px;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #index .sec04 .faq-answer__wrap {
    background: #fff;
    padding: 1rem 2rem 1rem 3.5rem;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 10px;
  }
  #index .sec04 .faq-answer__wrap.active {
    height: auto;
    padding: 1rem 2rem 1rem 3.5rem;
  }
  #index .sec04 .faq-answer__text {
    position: relative;
  }
  #index .sec04 .faq-answer__text::before {
    position: absolute;
    color: #d61f47;
    content: "A";
    top: 12px;
    left: -25px;
    font-size: 2rem;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #index .sec05 {
    padding: 5rem 0;
    background: #F5F5F6;
  }
  #index .sec05__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .sec05__title {
    position: relative;
    margin: 0 0 3rem 0;
    padding: 0 0 0.8rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #0190dc;
  }
  #index .sec05__title::before {
    position: absolute;
    border-bottom: 5px solid #0190dc;
    border-radius: 50px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    content: "";
  }
  #index .sec05__reason-title {
    margin: 1.5rem 0 0 0;
    padding: 0.8rem;
    background: #0190DC;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
  }
  #index .sec05__reason-title .under-line {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffcc00));
    background: linear-gradient(transparent 70%, #ffcc00 70%);
  }
  #index .sec05__reason-title strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #ffcc00;
  }
  #index .sec05__reason-title strong span {
    font-weight: bold;
    font-size: 2rem;
  }
  #index .sec05__reason-arrow {
    margin: -1rem 0 2.5rem 0;
    line-height: 1;
    text-align: center;
    color: #0190DC;
    font-size: 3rem;
  }
  #index .sec05-box {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #index .sec05-box__caption {
    text-align: center;
    font-weight: bold;
    color: #d70051;
    background: url("../../assets/img/index/sec05_caption_bg.webp") no-repeat center;
    background-size: 110px;
  }
  #index .sec05-box__caption span {
    font-weight: bold;
    font-size: 2rem;
  }
  #index .sec05-box__title {
    margin: 1rem 0;
    text-align: center;
    font-weight: bold;
    color: #0c328c;
  }
  #index .sec05-box__txt {
    margin: 1rem 0 0 0;
  }
  #index .sec05-box__point {
    margin: 1rem 0 0 0;
    padding: 1rem;
    background: #fffad3;
  }
  #index .sec05-box__point ul li {
    font-weight: bold;
    margin: 0 0 0 2.5rem;
    list-style-type: disc;
  }
  #index .sec05-box__point p {
    font-weight: bold;
  }
  #index .sec05-box__event {
    margin: 2rem 0 1.5rem 0;
  }
  #index .sec05-box__event dt {
    padding: 1rem 0;
    background: #0190dc;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  #index .sec05-box__event dd {
    padding: 1rem 1.5rem;
    background: #ddf3ff;
    font-weight: bold;
  }
  #index .sec05-box__event-btn {
    width: 280px;
    margin: 1rem auto 0 auto;
  }
  #index .sec05-box__event-btn a {
    display: block;
    padding: 1rem;
    text-align: center;
    background: #0190dc;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
  }
}
@media screen and (max-width: 599px) {
  #index .first-cta {
    margin: 0 0 3rem 0;
  }
  #index .first-cta__lead {
    width: 90%;
    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: -1.5rem auto 0 auto;
    padding: 1rem 0;
    border-radius: 50px;
    background: #D7195F;
    position: relative;
    z-index: 2;
  }
  #index .first-cta__lead-time {
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
  }
  #index .first-cta__lead-time span {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 2rem;
    color: #F4D518;
  }
  #index .first-cta__lead-txt {
    margin: 0 0 0 0.5rem;
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
  }
  #index .first-cta__caution {
    margin: 1rem 0 0 0;
    text-align: center;
  }
  #index .first-cta__btn-list {
    margin: 1rem 0 0 0;
  }
  #index .first-cta__btn01 {
    width: 330px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
    margin: 0 auto 0.5rem auto;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  #index .first-cta__btn02 {
    width: 330px;
    margin: 0 auto;
  }
  #index .common-cta {
    margin: 0 0 3rem 0;
  }
  #index .common-cta__lead {
    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;
    margin: 1.5rem auto 0 auto;
    padding: 1rem 0;
    border-radius: 50px;
    background: #D7195F;
  }
  #index .common-cta__lead-time {
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
  }
  #index .common-cta__lead-time span {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #F4D518;
  }
  #index .common-cta__lead-txt {
    margin: 0.2rem 0 0 0.5rem;
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
  }
  #index .common-cta__btn-list {
    margin: 2rem 0 0 0;
  }
  #index .common-cta__btn01 {
    width: 330px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
    margin: 0 auto 0.5rem auto;
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  #index .common-cta__btn02 {
    width: 330px;
    margin: 0 auto;
  }
  #index .sec01 {
    width: 100%;
    padding: 5rem 0 1.5rem 0;
    background: #F3F2EE;
    position: relative;
  }
  #index .sec01__inner {
    width: 96%;
    margin: 0 auto;
  }
  #index .sec01__title {
    position: relative;
    margin: 0 0 3rem 0;
    padding: 0 0 0.8rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #0190dc;
  }
  #index .sec01__title::before {
    position: absolute;
    border-bottom: 5px solid #0190dc;
    border-radius: 50px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    content: "";
  }
  #index .sec01__nayami-list {
    margin: 2rem 0 0 0;
  }
  #index .sec01__nayami-list li {
    margin: 0 0 1rem 0;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #index .sec01::after {
    content: "";
    position: absolute;
    bottom: -34px; /* 下にピッタリくっつけたいので三角の高さ分下にずらす */
    height: 35px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0); /* 下向き三角形 */
    background: #F3F2EE;
  }
  #index .sec02 {
    padding: 4rem 0 5rem 0;
    background: linear-gradient(45deg, #189EE5 0%, #189EE5 56%, #0190DC 56%, #0190DC 100%);
  }
  #index .sec02__title {
    font-size: 2rem;
    font-weight: bold;
    padding: 1.2rem 0 1rem 2rem;
    color: #fff;
    background: url("../../assets/img/index/sec02_image01.webp") no-repeat right bottom;
    background-size: 110px;
  }
  #index .sec02__title strong {
    font-weight: bold;
    color: #FFEC15;
  }
  #index .sec02__inner {
    width: 96%;
    margin: 0 auto;
  }
  #index .sec02-box01 {
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #index .sec02-box01__lead {
    font-weight: bold;
  }
  #index .sec02-box02 {
    margin: 2rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #index .sec02-box02__title {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  #index .sec02-box02 dl {
    margin: 0 0 1.5rem 0;
  }
  #index .sec02-box02 dl dt {
    padding: 0.3rem 0 0.5rem 3.5rem;
    font-weight: bold;
    color: #2698DE;
    background: url("../../assets/img/index/sec02_icon.webp") no-repeat left;
    background-size: 25px;
  }
  #index .sec02-box02 dl:last-child {
    margin: 0;
  }
  #index .sec03 {
    padding: 5rem 0;
    background: #F5F5F6;
  }
  #index .sec03__inner {
    width: 96%;
    margin: 0 auto;
  }
  #index .sec03__title {
    position: relative;
    margin: 0 0 3rem 0;
    padding: 0 0 0.8rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #0190dc;
  }
  #index .sec03__title::before {
    position: absolute;
    border-bottom: 5px solid #0190dc;
    border-radius: 50px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    content: "";
  }
  #index .sec03 .swiper-container {
    width: 100%;
    padding: 0 0 2rem 0;
    position: relative;
    overflow: hidden;
  }
  #index .sec03 .swiper-container.visible {
    overflow: visible;
  }
  #index .sec03 .swiper-pagination {
    bottom: 0;
  }
  #index .sec03 .swiper-button-prev {
    left: -15px;
    background: #189EE5;
    border: none;
    color: #fff;
    z-index: 9999;
  }
  #index .sec03 .swiper-button-next {
    right: -15px;
    background: #189EE5;
    border: none;
    color: #fff;
    z-index: 9999;
  }
  #index .sec03-box {
    width: 90%;
    padding: 1rem 2rem 2rem 2rem;
    background: #fff;
    border-radius: 10px;
  }
  #index .sec03-box__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1rem 0;
  }
  #index .sec03-box__title p {
    width: 70px;
  }
  #index .sec03-box__title p img {
    width: 100%;
  }
  #index .sec03-box__title h3 {
    width: calc(100% - 80px);
    margin: 0 0 0 1.5rem;
    font-weight: bold;
  }
  #index .sec03-box__title h3 span {
    font-size: 1.4rem;
    display: block;
  }
  #index .sec03-box__txt p {
    margin: 0 0 0.7rem 0;
  }
  #index .sec03-box__txt p strong {
    font-weight: bold;
    color: #0190dc;
  }
  #index .sec03-box__txt p:last-child {
    margin: 0;
  }
  #index .sec04 {
    padding: 5rem 0;
  }
  #index .sec04__inner {
    width: 96%;
    margin: 0 auto;
  }
  #index .sec04__title {
    position: relative;
    margin: 0 0 3rem 0;
    padding: 0 0 0.8rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #0190dc;
  }
  #index .sec04__title::before {
    position: absolute;
    border-bottom: 5px solid #0190dc;
    border-radius: 50px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    content: "";
  }
  #index .sec04 .faq-item {
    width: 100%;
    margin: 0 0 2rem 0;
    background: #fff;
    border: 1px solid #8d8d8d;
    border-radius: 10px;
  }
  #index .sec04 .faq-item:last-child {
    margin: 0;
  }
  #index .sec04 .faq-question__wrap {
    position: relative;
    padding: 1rem 4.5rem 1rem 3.5rem;
    cursor: pointer;
  }
  #index .sec04 .minus-icon {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    background: #0D1063;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #index .sec04 .plus-icon {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    background: #0D1063;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s; /* 擬似要素のトランジションを追加 */
  }
  #index .sec04 .plus-icon.active {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #index .sec04 .faq-question__title {
    position: relative;
  }
  #index .sec04 .faq-question__title::before {
    position: absolute;
    color: #0D1063;
    content: "Q";
    top: 12px;
    left: -25px;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #index .sec04 .faq-answer__wrap {
    background: #fff;
    padding: 1rem 2rem 1rem 3.5rem;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 10px;
  }
  #index .sec04 .faq-answer__wrap.active {
    height: auto;
    padding: 1rem 2rem 1rem 3.5rem;
  }
  #index .sec04 .faq-answer__text {
    position: relative;
  }
  #index .sec04 .faq-answer__text::before {
    position: absolute;
    color: #d61f47;
    content: "A";
    top: 12px;
    left: -25px;
    font-size: 2rem;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #index .sec05 {
    padding: 5rem 0;
    background: #F5F5F6;
  }
  #index .sec05__inner {
    width: 96%;
    margin: 0 auto;
  }
  #index .sec05__title {
    position: relative;
    margin: 0 0 3rem 0;
    padding: 0 0 0.8rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #0190dc;
  }
  #index .sec05__title::before {
    position: absolute;
    border-bottom: 5px solid #0190dc;
    border-radius: 50px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    content: "";
  }
  #index .sec05__reason-title {
    margin: 1.5rem 0 0 0;
    padding: 0.8rem;
    background: #0190DC;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
  }
  #index .sec05__reason-title .under-line {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffcc00));
    background: linear-gradient(transparent 70%, #ffcc00 70%);
  }
  #index .sec05__reason-title strong {
    font-weight: bold;
    font-size: 1.8rem;
    color: #ffcc00;
  }
  #index .sec05__reason-title strong span {
    font-weight: bold;
    font-size: 2rem;
  }
  #index .sec05__reason-arrow {
    margin: -1rem 0 2.5rem 0;
    line-height: 1;
    text-align: center;
    color: #0190DC;
    font-size: 3rem;
  }
  #index .sec05-box {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #index .sec05-box__caption {
    text-align: center;
    font-weight: bold;
    color: #d70051;
    background: url("../../assets/img/index/sec05_caption_bg.webp") no-repeat center;
    background-size: 110px;
  }
  #index .sec05-box__caption span {
    font-weight: bold;
    font-size: 2rem;
  }
  #index .sec05-box__title {
    margin: 1rem 0;
    text-align: center;
    font-weight: bold;
    color: #0c328c;
  }
  #index .sec05-box__txt {
    margin: 1rem 0 0 0;
  }
  #index .sec05-box__point {
    margin: 1rem 0 0 0;
    padding: 1rem;
    background: #fffad3;
  }
  #index .sec05-box__point ul li {
    font-weight: bold;
    margin: 0 0 0 2.5rem;
    list-style-type: disc;
  }
  #index .sec05-box__point p {
    font-weight: bold;
  }
  #index .sec05-box__event {
    margin: 2rem 0 1.5rem 0;
  }
  #index .sec05-box__event dt {
    padding: 1rem 0;
    background: #0190dc;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  #index .sec05-box__event dd {
    padding: 1rem 1.5rem;
    background: #ddf3ff;
    font-weight: bold;
  }
  #index .sec05-box__event-btn {
    width: 280px;
    margin: 1rem auto 0 auto;
  }
  #index .sec05-box__event-btn a {
    display: block;
    padding: 1rem;
    text-align: center;
    background: #0190dc;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
  }
}
/* -------------------------------------------------------------------
 フォーム関連
------------------------------------------------------------------- */
@media print, screen and (min-width: 600px) {
  #form {
    width: 100%;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 1.6rem;
  }
  #form .form-title {
    margin: 2rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  #form .form-top__lead {
    text-align: center;
  }
  #form .form-top__in {
    margin: 3rem 0 0 0;
    padding: 3rem 0;
    background: #e9e9e9;
  }
  #form .form-top__in__s-title {
    text-align: center;
  }
  #form .form-top__in__s-title h3 {
    margin: 0 0 1rem 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
  #form .form-top__in__s-title__red-txt {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in__s-title__txt01 strong {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in #timerex_calendar {
    margin: 3rem 0 0 0;
  }
  #form .contact-check__lead {
    width: 90%;
    margin: 0 auto;
  }
  #form .contact-check__in {
    margin: 2rem 0 0 0;
    padding: 1.5rem 0 3rem 0;
    background: #e9e9e9;
  }
  #form .contact-error__in {
    padding: 3rem 0;
    text-align: center;
  }
  #form .contact-error__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #FF0004;
  }
  #form .contact-error__in ul {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  #form .contact-error__in ul li {
    list-style-type: disc;
    font-weight: bold;
    margin: 0 0 0 2.5rem;
  }
  #form .contact-error__in__txt {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #form .contact-finish__in {
    margin: 2rem 0 0 0;
    padding: 3rem 0;
    background: #e9e9e9;
  }
  #form .contact-finish__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  #form .contact-finish__in__txt {
    width: 90%;
    margin: 3rem auto 0 auto;
  }
  #form .contact-finish__in__txt p {
    margin: 0 0 1rem 0;
  }
  #form .contact-finish__in__txt p strong {
    font-weight: bold;
    color: #FF0004;
  }
  .form-pvp-box {
    width: 96%;
    margin: 3rem auto 0 auto;
  }
  .form-pvp-box__lead {
    text-align: center;
  }
  .form-pvp-box__in {
    width: 100%;
    height: 200px;
    overflow: auto;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    border: 1px solid #333;
  }
  .form-pvp-box__in__txt01 {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl dt {
    margin: 0 0 0.5rem 0;
    color: #000;
    font-weight: bold;
  }
  .form-pvp-box__in__txt02 dl dd ol {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  .form-pvp-box__in__txt02 dl dd ul {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ul li {
    margin: 0 0 0 2rem;
    list-style-type: circle;
  }
  .form-pvp-box__check {
    width: 80%;
    margin: 3rem auto 0 auto;
    text-align: center;
  }
  .form-pvp-box__check input[type=checkbox] {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .form-pvp-box__check__error__triangle {
    width: 5px;
    margin: 0.5rem auto 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-pvp-box__check__error__txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-pvp-box__check__error__txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table {
    width: 96%;
    margin: 3rem auto 0 auto;
    border-top: 1px solid #999;
    border-collapse: collapse;
  }
  .form-table dl {
    width: 100%;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
  }
  .form-table dl dt {
    padding: 1rem;
    background: #EFEFEF;
  }
  .form-table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  .form-table dl dd {
    padding: 1rem;
    border-top: 1px solid #999;
    background: #fff;
  }
  .form-table dl dd ul li {
    margin: 0 0 0.5rem 0;
  }
  .form-table dl dd ul li:last-child {
    margin: 0;
  }
  .form-table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd .float-check-radio li {
    margin: 0 0 0.5rem 0;
  }
  .form-table dl dd .float-check-radio li:last-child {
    margin: 0;
  }
  .form-table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  .form-table dl dd input {
    padding: 1rem;
  }
  .form-table dl dd input[type=text] {
    font-size: 1.4rem;
  }
  .form-table dl dd input[type=tel] {
    font-size: 1.4rem;
  }
  .form-table dl dd input[type=number] {
    font-size: 1.4rem;
  }
  .form-table dl dd select {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .form-table dl dd textarea {
    padding: 1rem;
    font-size: 1.4rem;
    font-family: "Noto Sans Japanese";
  }
  .form-table dl dd .form-ss {
    width: 120px;
  }
  .form-table dl dd .form-s {
    width: 100%;
  }
  .form-table dl dd .form-m {
    width: 100%;
  }
  .form-table dl dd .form-l {
    width: 100%;
  }
  .form-table dl dd .form-max {
    width: 100%;
  }
  .form-table dl dd .error {
    max-width: 270px;
  }
  .form-table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-error-box {
    width: 90%;
    margin: 0 auto 3rem auto;
    padding: 1rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  .form-error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-tel-box {
    width: 90%;
    min-width: 320px;
    margin: 2rem auto;
    padding: 2rem 0 1.5rem 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .form-tel-box .txt01 {
    margin: 0 0 1rem 0;
    text-align: center;
    font-weight: bold;
  }
  .form-tel-box .time {
    color: #D70051;
  }
  .form-tel-box .tel-pc {
    display: none;
  }
  .form-tel-box .tel-sp {
    width: 80%;
    margin: 0 auto;
  }
  .form-tel-box .tel-sp a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1rem auto 0 auto;
    padding: 1.5rem 0;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    color: #D70051;
    font-weight: bold;
    background: #D9D7EB;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(217, 215, 235)), to(rgb(254, 254, 254)));
    background: linear-gradient(180deg, rgb(217, 215, 235) 0%, rgb(254, 254, 254) 100%);
    -webkit-box-shadow: 0px 4px 0px 1px #333;
            box-shadow: 0px 4px 0px 1px #333;
  }
  .form-tel-box .tel-sp a strong {
    padding: 0 0 0 2.5rem;
    font-weight: bold;
    background: url("../../assets/img/common/icon_tel_bl.png") no-repeat 0 4px;
    background-size: 18px;
    font-size: 1.8rem;
    color: #333;
  }
  .form-tel-box .time {
    font-weight: bold;
    text-align: center;
  }
  .form-tel-box .caution {
    margin: 1.5rem 0 0 0;
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box {
    width: 96%;
    margin: 2rem auto;
  }
  .form-flow-box .txt01 {
    text-align: center;
  }
  .form-flow-box .txt02 {
    text-align: center;
  }
  .form-flow-box .flow {
    width: 270px;
    height: 100px;
    margin: 2rem auto 0 auto;
    position: relative;
    z-index: 7777;
  }
  .form-flow-box .flow-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
  .form-flow-box .flow-in dl {
    width: 90px;
    text-align: center;
  }
  .form-flow-box .flow-in dl dt {
    width: 60px;
    height: 60px;
    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;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
  }
  .form-flow-box .flow-in dl dd {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    color: #828282;
  }
  .form-flow-box .flow-in .active dt {
    background: #0092DB;
    color: #fff;
  }
  .form-flow-box .flow-in .active dd {
    color: #0092DB;
    font-weight: bold;
  }
  .form-flow-box .flow .line {
    width: 200px;
    height: 10px;
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: -1;
    background: #fff;
  }
  .form-submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .form-submit input {
    width: 160px;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    background: #666;
    color: #fff;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
  }
  .form-submit form.inline {
    display: inline;
  }
  .form-page-back {
    margin: 4rem 0 0 0;
    text-align: center;
  }
  .form-page-back a {
    text-align: center;
    color: #000;
  }
}
@media screen and (max-width: 599px) {
  #form {
    width: 100%;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 1.6rem;
  }
  #form .form-title {
    margin: 2rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  #form .form-top__lead {
    text-align: center;
  }
  #form .form-top__in {
    margin: 3rem 0 0 0;
    padding: 3rem 0;
    background: #e9e9e9;
  }
  #form .form-top__in__s-title {
    text-align: center;
  }
  #form .form-top__in__s-title h3 {
    margin: 0 0 1rem 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
  #form .form-top__in__s-title__red-txt {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in__s-title__txt01 strong {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in #timerex_calendar {
    margin: 3rem 0 0 0;
  }
  #form .contact-check__lead {
    width: 90%;
    margin: 0 auto;
  }
  #form .contact-check__in {
    margin: 2rem 0 0 0;
    padding: 1.5rem 0 3rem 0;
    background: #e9e9e9;
  }
  #form .contact-error__in {
    padding: 3rem 0;
    text-align: center;
  }
  #form .contact-error__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #FF0004;
  }
  #form .contact-error__in ul {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  #form .contact-error__in ul li {
    list-style-type: disc;
    font-weight: bold;
    margin: 0 0 0 2.5rem;
  }
  #form .contact-error__in__txt {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #form .contact-finish__in {
    margin: 2rem 0 0 0;
    padding: 3rem 0;
    background: #e9e9e9;
  }
  #form .contact-finish__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  #form .contact-finish__in__txt {
    width: 90%;
    margin: 3rem auto 0 auto;
  }
  #form .contact-finish__in__txt p {
    margin: 0 0 1rem 0;
  }
  #form .contact-finish__in__txt p strong {
    font-weight: bold;
    color: #FF0004;
  }
  .form-pvp-box {
    width: 96%;
    margin: 3rem auto 0 auto;
  }
  .form-pvp-box__lead {
    text-align: center;
  }
  .form-pvp-box__in {
    width: 100%;
    height: 200px;
    overflow: auto;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    border: 1px solid #333;
  }
  .form-pvp-box__in__txt01 {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl dt {
    margin: 0 0 0.5rem 0;
    color: #000;
    font-weight: bold;
  }
  .form-pvp-box__in__txt02 dl dd ol {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  .form-pvp-box__in__txt02 dl dd ul {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ul li {
    margin: 0 0 0 2rem;
    list-style-type: circle;
  }
  .form-pvp-box__check {
    width: 80%;
    margin: 3rem auto 0 auto;
    text-align: center;
  }
  .form-pvp-box__check input[type=checkbox] {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .form-pvp-box__check__error__triangle {
    width: 5px;
    margin: 0.5rem auto 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-pvp-box__check__error__txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-pvp-box__check__error__txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table {
    width: 96%;
    margin: 3rem auto 0 auto;
    border-top: 1px solid #999;
    border-collapse: collapse;
  }
  .form-table dl {
    width: 100%;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
  }
  .form-table dl dt {
    padding: 1rem;
    background: #EFEFEF;
  }
  .form-table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  .form-table dl dd {
    padding: 1rem;
    border-top: 1px solid #999;
    background: #fff;
  }
  .form-table dl dd ul li {
    margin: 0 0 0.5rem 0;
  }
  .form-table dl dd ul li:last-child {
    margin: 0;
  }
  .form-table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd .float-check-radio li {
    margin: 0 0 0.5rem 0;
  }
  .form-table dl dd .float-check-radio li:last-child {
    margin: 0;
  }
  .form-table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  .form-table dl dd input {
    padding: 1rem;
  }
  .form-table dl dd input[type=text] {
    font-size: 1.4rem;
  }
  .form-table dl dd input[type=tel] {
    font-size: 1.4rem;
  }
  .form-table dl dd input[type=number] {
    font-size: 1.4rem;
  }
  .form-table dl dd select {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .form-table dl dd textarea {
    padding: 1rem;
    font-size: 1.4rem;
    font-family: "Noto Sans Japanese";
  }
  .form-table dl dd .form-ss {
    width: 120px;
  }
  .form-table dl dd .form-s {
    width: 100%;
  }
  .form-table dl dd .form-m {
    width: 100%;
  }
  .form-table dl dd .form-l {
    width: 100%;
  }
  .form-table dl dd .form-max {
    width: 100%;
  }
  .form-table dl dd .error {
    max-width: 270px;
  }
  .form-table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-error-box {
    width: 90%;
    margin: 0 auto 3rem auto;
    padding: 1rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  .form-error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-tel-box {
    width: 90%;
    min-width: 320px;
    margin: 2rem auto;
    padding: 2rem 0 1.5rem 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .form-tel-box .txt01 {
    margin: 0 0 1rem 0;
    text-align: center;
    font-weight: bold;
  }
  .form-tel-box .time {
    color: #D70051;
  }
  .form-tel-box .tel-pc {
    display: none;
  }
  .form-tel-box .tel-sp {
    width: 80%;
    margin: 0 auto;
  }
  .form-tel-box .tel-sp a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1rem auto 0 auto;
    padding: 1.5rem 0;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    color: #D70051;
    font-weight: bold;
    background: #D9D7EB;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(217, 215, 235)), to(rgb(254, 254, 254)));
    background: linear-gradient(180deg, rgb(217, 215, 235) 0%, rgb(254, 254, 254) 100%);
    -webkit-box-shadow: 0px 4px 0px 1px #333;
            box-shadow: 0px 4px 0px 1px #333;
  }
  .form-tel-box .tel-sp a strong {
    padding: 0 0 0 2.5rem;
    font-weight: bold;
    background: url("../../assets/img/common/icon_tel_bl.png") no-repeat 0 4px;
    background-size: 18px;
    font-size: 1.8rem;
    color: #333;
  }
  .form-tel-box .time {
    font-weight: bold;
    text-align: center;
  }
  .form-tel-box .caution {
    margin: 1.5rem 0 0 0;
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box {
    width: 96%;
    margin: 2rem auto;
  }
  .form-flow-box .txt01 {
    text-align: center;
  }
  .form-flow-box .txt02 {
    text-align: center;
  }
  .form-flow-box .flow {
    width: 270px;
    height: 100px;
    margin: 2rem auto 0 auto;
    position: relative;
    z-index: 7777;
  }
  .form-flow-box .flow-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
  .form-flow-box .flow-in dl {
    width: 90px;
    text-align: center;
  }
  .form-flow-box .flow-in dl dt {
    width: 60px;
    height: 60px;
    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;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
  }
  .form-flow-box .flow-in dl dd {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    color: #828282;
  }
  .form-flow-box .flow-in .active dt {
    background: #0092DB;
    color: #fff;
  }
  .form-flow-box .flow-in .active dd {
    color: #0092DB;
    font-weight: bold;
  }
  .form-flow-box .flow .line {
    width: 200px;
    height: 10px;
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: -1;
    background: #fff;
  }
  .form-submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .form-submit input {
    width: 160px;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    background: #666;
    color: #fff;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
  }
  .form-submit form.inline {
    display: inline;
  }
  .form-page-back {
    margin: 4rem 0 0 0;
    text-align: center;
  }
  .form-page-back a {
    text-align: center;
    color: #000;
  }
}
/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */
#ft-tel.ft-tel-hide {
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

@media print, screen and (min-width: 600px) {
  #ft-tel {
    max-width: 400px;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 9999;
    opacity: 0;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
    background: #fff6d0;
  }
  .ft-tel {
    width: 100%;
  }
  .ft-tel__lead {
    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;
  }
  .ft-tel__lead-time {
    font-weight: bold;
    color: #D7195F;
    font-size: 1.6rem;
  }
  .ft-tel__lead-time span {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #D7195F;
  }
  .ft-tel__lead-txt {
    margin: 0.2rem 0 0 0.5rem;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .ft-tel ul {
    width: 92%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem auto 0 auto;
  }
  .ft-tel ul li {
    width: 32%;
    border-radius: 5px;
  }
  .ft-tel ul li a {
    display: block;
    padding: 1.5rem 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
  }
  .ft-tel ul .btn01 {
    background: -webkit-gradient(linear, left bottom, left top, from(#D7195F), color-stop(50%, #D7195F), color-stop(50%, #DC5172), to(#DC5172));
    background: linear-gradient(0deg, #D7195F 0%, #D7195F 50%, #DC5172 50%, #DC5172 100%);
  }
  .ft-tel ul .btn02 {
    background: -webkit-gradient(linear, left bottom, left top, from(#0AA75A), color-stop(50%, #0AA75A), color-stop(50%, #34B36E), to(#34B36E));
    background: linear-gradient(0deg, #0AA75A 0%, #0AA75A 50%, #34B36E 50%, #34B36E 100%);
  }
  .ft-tel ul .btn03 {
    background: -webkit-gradient(linear, left bottom, left top, from(#0C328C), color-stop(50%, #0C328C), color-stop(50%, #294FA8), to(#294FA8));
    background: linear-gradient(0deg, #0C328C 0%, #0C328C 50%, #294FA8 50%, #294FA8 100%);
  }
  .ft {
    max-width: 400px;
    margin: 0 auto;
    padding: 1.5rem 0 12rem 0;
    text-align: center;
    background: #0092DB;
  }
  .ft .copyright {
    color: #fff;
    font-size: 1.2rem;
  }
  .ft-form {
    padding: 1.5rem;
    text-align: center;
    background: #0092DB;
  }
  .ft-form .copyright {
    color: #fff;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  #ft-tel {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    padding: 1rem 0;
    text-align: center;
    background: #fff6d0;
  }
  .ft-tel__lead {
    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;
  }
  .ft-tel__lead-time {
    font-weight: bold;
    color: #D7195F;
    font-size: 1.6rem;
  }
  .ft-tel__lead-time span {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #D7195F;
  }
  .ft-tel__lead-txt {
    margin: 0.2rem 0 0 0.5rem;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .ft-tel ul {
    width: 96%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem auto 0 auto;
  }
  .ft-tel ul li {
    width: 32%;
    border-radius: 5px;
  }
  .ft-tel ul li a {
    display: block;
    padding: 1.5rem 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
  }
  .ft-tel ul .btn01 {
    background: -webkit-gradient(linear, left bottom, left top, from(#D7195F), color-stop(50%, #D7195F), color-stop(50%, #DC5172), to(#DC5172));
    background: linear-gradient(0deg, #D7195F 0%, #D7195F 50%, #DC5172 50%, #DC5172 100%);
  }
  .ft-tel ul .btn02 {
    background: -webkit-gradient(linear, left bottom, left top, from(#0AA75A), color-stop(50%, #0AA75A), color-stop(50%, #34B36E), to(#34B36E));
    background: linear-gradient(0deg, #0AA75A 0%, #0AA75A 50%, #34B36E 50%, #34B36E 100%);
  }
  .ft-tel ul .btn03 {
    background: -webkit-gradient(linear, left bottom, left top, from(#0C328C), color-stop(50%, #0C328C), color-stop(50%, #294FA8), to(#294FA8));
    background: linear-gradient(0deg, #0C328C 0%, #0C328C 50%, #294FA8 50%, #294FA8 100%);
  }
  .ft {
    padding: 1.5rem 0 12rem 0;
    text-align: center;
    background: #0092DB;
  }
  .ft .copyright {
    color: #fff;
    font-size: 1.2rem;
  }
  .ft-form {
    padding: 1.5rem;
    text-align: center;
    background: #0092DB;
  }
  .ft-form .copyright {
    color: #fff;
    font-size: 1.2rem;
  }
}
/* -------------------------------------------------------------------
 ユーティリティー
------------------------------------------------------------------- */
@media print, screen and (min-width: 600px) {
  .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;
  }
}
/* ---------- 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 */