@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
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: inherit;
  vertical-align: bottom;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  line-height: 1;
}

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 {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
html {
  font-size: 62.5%;
}
html.hidden {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  text-align: center;
}
body.hidden {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

a {
  color: #000;
}
@media (min-width: 768px) {
  a img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover img {
    opacity: 0.7;
  }
}

.bold {
  font-weight: bold;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.rd {
  color: #e80042;
}

.ta--l {
  text-align: left;
}
.ta--c {
  text-align: center;
}
.ta--r {
  text-align: right;
}

.btn-txt {
  color: #e80042;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .btn-txt:hover {
    text-decoration: none;
  }
}

.header {
  background: #2c4198;
  padding: 22px 10px;
  position: relative;
}
.header:after {
  content: "";
  display: block;
  position: absolute;
  border-left: solid 46px transparent;
  border-right: solid 46px transparent;
  border-top: solid 30px #2c4198;
  left: calc(50% - 46px);
  top: 100%;
}
@media (max-width: 767px) {
  .header {
    padding: 5px 10px 2px;
  }
  .header:after {
    border-left: solid 22px transparent;
    border-right: solid 22px transparent;
    border-top: solid 14px #2c4198;
    left: calc(50% - 22px);
  }
}

.container {
  margin: 0 auto;
  max-width: calc(100% - 40px);
}

.cta {
  padding: 24px 0 37px;
}
.cta__btn {
  margin-top: 20px;
}
.cta__caution {
  margin-top: 16px;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.cta--mv {
  background: rgba(255, 255, 255, 0.9);
}
.cta--2 {
  background: #feffa0;
}
.cta--3 {
  background: #feffa0;
}
.cta--last {
  padding-bottom: 47px;
}
@media (max-width: 767px) {
  .cta {
    padding: 24px 0 17px;
  }
  .cta__btn {
    margin-top: 9px;
  }
  .cta__caution {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 9px;
  }
  .cta--mv {
    padding: 0 0 17px;
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
  }
  .cta--mv .cta__btn-btn {
    display: block;
  }
  .cta--mv .cta__btn-btn img {
    width: 100%;
  }
  .cta--2 {
    background: #fff;
  }
}

.mv {
  background: url(../img/mv_bg.jpg) center/cover no-repeat;
}
.mv__inner {
  padding: 38px 0 57px;
}
@media (max-width: 767px) {
  .mv {
    background: none;
    position: relative;
  }
  .mv__inner {
    background: url(../img/mv_bg_sp.jpg) center/cover no-repeat;
    padding: 15px 0 14px;
  }
}

.intro__heading {
  background: #2c4198;
  padding: 61px 0 50px;
}
@media (max-width: 767px) {
  .intro__heading {
    padding: 35px 0 27px;
  }
}
.intro__bottom {
  background: #fff38d;
  padding: 141px 0 44px;
  position: relative;
  overflow: hidden;
}
.intro__bottom:after {
  content: "";
  display: block;
  position: absolute;
  border-left: solid 50vw transparent;
  border-right: solid 50vw transparent;
  border-top: solid 130px #2c4198;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media (max-width: 767px) {
  .intro__bottom {
    padding: 80px 0 19px;
  }
  .intro__bottom:after {
    border-top-width: 60px;
  }
}

.reason {
  background-size: auto auto;
  background-color: rgb(255, 224, 144);
  background-image: repeating-linear-gradient(120deg, transparent, transparent 10px, rgb(255, 234, 161) 10px, rgb(255, 234, 161) 20px);
  padding: 55px 0 85px;
}
@media (max-width: 767px) {
  .reason {
    background: #ffe58a;
    padding: 28px 0 44px;
  }
}
.reason__container {
  width: 960px;
}
.reason__ttl .small {
  font-size: 3rem;
  font-weight: bold;
}
.reason__ttl .large {
  display: block;
  margin-top: 15px;
  font-size: 4rem;
  font-weight: bold;
  color: #2c4198;
}
@media (max-width: 767px) {
  .reason__ttl .small {
    font-size: 1.7rem;
  }
  .reason__ttl .large {
    margin-top: 7px;
    font-size: 3rem;
    line-height: 1.2666666667;
  }
}
.reason__box {
  margin-top: 54px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .reason__box {
    margin-top: 30px;
    overflow: visible;
    padding-bottom: 23px;
  }
}

.point {
  padding: 33px 0;
}
@media (max-width: 767px) {
  .point {
    padding: 23px 0 17px;
  }
}
.point + .point {
  position: relative;
}
.point + .point:before {
  content: "";
  display: block;
  position: absolute;
  left: 60px;
  right: 60px;
  top: 0;
  border-top: dotted 2px #ff9000;
}
@media (max-width: 767px) {
  .point + .point:before {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 768px) {
  .point--1 {
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .point--1 {
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .point--3 .point__txt {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .point--4 .point__container {
    width: 802px;
  }
  .point--4 .point__txt {
    text-align: center;
  }
}
.point__container {
  width: 681px;
}
.point__container + .point__ttl2 {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .point__container + .point__ttl2 {
    margin: 20px auto 0;
    max-width: calc(100% - 40px);
  }
}
.point__ttl .small {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #ff9000;
}
.point__ttl .large {
  display: block;
  margin-top: 7px;
  font-size: 3.6rem;
  line-height: 1.2777777778;
  font-weight: 800;
  color: #e80042;
}
.point__ttl + .point__txt {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .point__ttl .small {
    font-size: 1.5rem;
  }
  .point__ttl .large {
    font-size: 2.4rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.point__ttl2 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #e80042;
}
@media (max-width: 767px) {
  .point__ttl2 {
    font-size: 1.7rem;
    text-align: left;
  }
}
.point__img {
  margin-top: 22px;
}
.point__img + .point__txt {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .point__img {
    margin-top: 10px;
  }
}
.point__txt {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.375;
}
.point__txt .mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #feffbf));
  background: linear-gradient(transparent 50%, #feffbf 50%);
}
.point__txt + .point__caution {
  margin-top: 11px;
}
.point__txt + .point__ttl2 {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .point__txt + .point__ttl2 {
    margin-top: 19px;
  }
}
.point__caution {
  font-size: 1.3rem;
  line-height: 1.3076923077;
  font-weight: 500;
}
.point__lunch {
  margin-top: 20px;
}
.point__lunch-item {
  font-size: 1.9rem;
  font-weight: 500;
  color: #fff;
  background: #ff9000;
  padding: 9px 10px;
  display: inline-block;
  margin: 4px 2px;
}
@media (max-width: 767px) {
  .point__lunch {
    margin: 10px -2px 0;
  }
  .point__lunch-item {
    font-size: 1.3rem;
    padding: 6px 3px;
  }
}
.point__menu {
  margin: 11px -15px 0;
}
@media (max-width: 767px) {
  .point__menu {
    margin: 3px -15px 0;
  }
}
@media (min-width: 768px) {
  .point__slider .slick-list {
    overflow: visible;
  }
}
.point__slider .slick-arrow {
  width: 56px;
  height: 56px;
  background: #fff;
  border: solid 0.4rem #e80042;
  border-radius: 50%;
  z-index: 1;
  top: calc(50% - 14px);
}
.point__slider .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: solid 4px #e80042;
  border-right: solid 4px #e80042;
  opacity: 1;
  top: calc(50% - 10px);
}
.point__slider .slick-arrow.slick-next {
  right: 30px;
}
.point__slider .slick-arrow.slick-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 18px;
}
.point__slider .slick-arrow.slick-prev {
  left: 30px;
}
.point__slider .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 18px;
}
@media (max-width: 767px) {
  .point__slider .slick-arrow {
    width: 36px;
    height: 36px;
    border-width: 2px;
  }
  .point__slider .slick-arrow:before {
    width: 12px;
    height: 12px;
    border-width: 2px;
    top: calc(50% - 8px);
  }
  .point__slider .slick-arrow.slick-next {
    right: 14%;
  }
  .point__slider .slick-arrow.slick-next:before {
    right: 13px;
  }
  .point__slider .slick-arrow.slick-prev {
    left: 14%;
  }
  .point__slider .slick-arrow.slick-prev:before {
    left: 13px;
  }
}
.point__slider .slick-dots {
  bottom: -58px;
  left: 0;
}
.point__slider .slick-dots li {
  width: 50px;
  height: 10px;
  margin: 0;
}
.point__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #dfdfdf;
  padding: 0;
}
.point__slider .slick-dots li button:before {
  display: none;
}
.point__slider .slick-dots li.slick-active button {
  background: #ff9000;
}
@media (max-width: 767px) {
  .point__slider .slick-dots {
    bottom: -38px;
  }
  .point__slider .slick-dots li {
    width: 25px;
    height: 5px;
  }
}
.point__slider--01 {
  padding: 0 calc((100% - 700px) / 2);
}
@media (max-width: 767px) {
  .point__slider--01 {
    padding: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .point__slider--01 .slick-arrow.slick-next {
    right: 5%;
  }
  .point__slider--01 .slick-arrow.slick-prev {
    left: 5%;
  }
}
.point__slider--01.slick-dotted {
  margin: 38px auto 60px;
}
@media (max-width: 767px) {
  .point__slider--01.slick-dotted {
    margin: 25px -20px 40px;
  }
}
.point__slider--01 .point__slide {
  padding: 0 0.6rem;
}
@media (max-width: 767px) {
  .point__slider--01 .point__slide {
    padding: 0 0.25rem;
  }
}
.point__slider--02 {
  padding: 0 calc((100% - 540px) / 2);
}
@media (max-width: 767px) {
  .point__slider--02 {
    padding: 0;
    width: auto;
  }
}
.point__slider--02.slick-dotted {
  margin: 27px auto 60px;
}
@media (max-width: 767px) {
  .point__slider--02.slick-dotted {
    margin: 25px -20px 40px;
  }
}
.point__slider--02 .point__slide {
  padding: 0 0.65rem;
}
@media (max-width: 767px) {
  .point__slider--02 .point__slide {
    padding: 0 0.5rem;
  }
}
.point__slide img {
  width: 100%;
}

.coupon {
  background: url(../img/coupon_bg.jpg) center/cover no-repeat;
  padding: 64px 0 40px;
}
.coupon__img {
  margin-top: 20px;
}
.coupon__btn {
  margin-top: 27px;
}
.coupon__caution {
  color: #e80042;
  font-size: 1.4rem;
  text-align: right;
  letter-spacing: 0.08em;
  width: 840px;
  max-width: 100%;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .coupon {
    background-image: url(../img/coupon_bg_sp.jpg);
    padding: 33px 0 31px;
  }
  .coupon__img {
    margin-top: 26px;
  }
  .coupon__caution {
    font-size: 1.1rem;
    margin-top: 8px;
  }
}

.download {
  background: #ffefef;
  padding: 45px 0 50px;
}
@media (min-width: 768px) {
  .download__ttl {
    color: #2c4198;
  }
  .download__ttl .small {
    font-size: 3rem;
    font-weight: bold;
  }
  .download__ttl .large {
    display: block;
    margin-top: 14px;
    font-size: 4rem;
    font-weight: bold;
  }
  .download__img {
    margin-top: 41px;
  }
}
@media (max-width: 767px) {
  .download {
    padding: 50px 0 28px;
  }
  .download__ttl {
    text-align: left;
    background: #2c4198;
    color: #fff;
    font-weight: bold;
    padding: 18px 14px;
    position: relative;
  }
  .download__ttl .small {
    font-size: 1.7rem;
  }
  .download__ttl .large {
    display: block;
    margin-top: 6px;
    font-size: 1.8rem;
  }
  .download__ttl:after {
    content: "";
    display: block;
    position: absolute;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 8px #fff;
    right: 14px;
    top: calc(50% - 3px);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .download__ttl.active:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .download__img {
    background: #fff;
    padding: 16px 10px 40px;
  }
}

.terms {
  margin: 60px auto 0;
  width: 918px;
  max-width: 100%;
}
.terms__ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #2c4198;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.terms__txt {
  font-size: 1.4rem;
  line-height: 1.72;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  .terms {
    margin-top: 29px;
  }
  .terms__ttl {
    font-size: 2rem;
    margin-bottom: 13px;
  }
  .terms__txt {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-top: 10px;
  }
  .terms__ac-trigger {
    background: #fff;
    border: solid 2px #2c4198;
    width: 284px;
    max-width: 100%;
    height: 37px;
    margin: 20px auto 0;
    position: relative;
  }
  .terms__ac-trigger:after {
    content: "";
    display: block;
    position: absolute;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 10px #2c4198;
    right: 50px;
    top: calc(50% - 3px);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .terms__ac-trigger:before {
    content: "もっと見る";
    font-size: 1.5rem;
    font-weight: 500;
    color: #2c4198;
    line-height: 33px;
  }
  .terms__ac-trigger.active:before {
    content: "閉じる";
  }
  .terms__ac-trigger.active:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

.shop {
  padding: 40px 0 40px;
  background: #f6feff;
}
@media (max-width: 767px) {
  .shop {
    padding: 36px 0 40px;
  }
}
.shop__ttl .small {
  font-size: 3rem;
  font-weight: bold;
}
.shop__ttl .large {
  display: block;
  margin-top: 17px;
  font-size: 4rem;
  font-weight: bold;
  color: #2c4198;
}
@media (max-width: 767px) {
  .shop__ttl .small {
    font-size: 2.2rem;
  }
  .shop__ttl .large {
    font-size: 3rem;
    margin-top: 10px;
  }
}
.shop__txt {
  margin-top: 33px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .shop__txt {
    margin-top: 21px;
    font-size: 1.5rem;
    line-height: 1.5333333333;
    text-align: left;
  }
}
.shop__ac {
  width: 500px;
  max-width: 100%;
  margin: 46px auto 0;
}
.shop__ac + .shop__ac {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .shop__ac {
    margin-top: 30px;
    width: 303px;
  }
  .shop__ac + .shop__ac {
    margin-top: 5px;
  }
}
.shop__ac-trigger {
  background: #013481;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 21px 70px;
  position: relative;
  cursor: pointer;
}
.shop__ac-trigger:after {
  content: "";
  display: block;
  position: absolute;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-top: solid 10px #fff;
  right: 48px;
  top: calc(50% - 5px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.shop__ac-trigger.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 768px) {
  .shop__ac-trigger {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .shop__ac-trigger:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .shop__ac-trigger {
    font-size: 2.3rem;
    padding: 16px 40px;
  }
  .shop__ac-trigger:after {
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 8px #fff;
    right: 20px;
    top: calc(50% - 3px);
  }
}
.shop__ac-content {
  padding: 10px 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop__btn {
  width: calc((100% - 20px) / 2);
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 18px 30px;
  background: #235aaf;
  position: relative;
}
.shop__btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 18px;
  top: calc(50% - 7px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.shop__btn:nth-of-type(n+3) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .shop__btn {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .shop__btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .shop__btn {
    width: calc((100% - 15px) / 2);
    font-size: 1.8rem;
    padding: 13px 25px;
  }
}

.faq {
  background: #ede8e1;
  padding: 35px 0 90px;
}
@media (max-width: 767px) {
  .faq {
    padding: 23px 0 42px;
  }
}
.faq__ttl {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .faq__ttl {
    font-size: 2.7rem;
  }
}
.faq__ac {
  margin: 37px auto 0;
  width: 640px;
  max-width: 100%;
  background: #fff;
  text-align: left;
}
.faq__ac + .faq__ac {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .faq__ac {
    margin-top: 22px;
  }
}
.faq__ac-ic {
  position: absolute;
  left: 34px;
  top: 20px;
}
@media (max-width: 767px) {
  .faq__ac-ic {
    width: 40px;
    left: 20px;
    top: 22px;
  }
}
.faq__ac-trigger {
  padding: 36px 70px 30px 116px;
  position: relative;
  cursor: pointer;
}
.faq__ac-trigger:after {
  content: "";
  display: block;
  position: absolute;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-top: solid 10px #2c4198;
  right: 46px;
  top: calc(50% - 2px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq__ac-trigger.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .faq__ac-trigger {
    padding: 27px 50px 22px 80px;
  }
  .faq__ac-trigger:after {
    right: 14px;
  }
}
.faq__ac-content {
  position: relative;
  padding: 20px 70px 30px 130px;
}
.faq__ac-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  border-top: dotted 2px #2c4198;
}
@media (max-width: 767px) {
  .faq__ac-content {
    padding: 13px 10px 29px 71px;
  }
}
.faq__q-txt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #2c4198;
}
@media (max-width: 767px) {
  .faq__q-txt {
    line-height: 1.25;
  }
}
.faq__a-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
.faq__a-txt + .faq__a-txt {
  margin-top: 18px;
}
.faq__a-txt + .faq__a-caution {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .faq__a-txt {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .faq__a-txt + .faq__a-txt {
    margin-top: 12px;
  }
  .faq__a-txt + .faq__a-caution {
    margin-top: 12px;
  }
}
.faq__a-caution {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
.faq__a-caution + .faq__a-txt {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .faq__a-caution {
    font-size: 1.15rem;
    line-height: 1.3043478261;
  }
  .faq__a-caution + .faq__a-txt {
    margin-top: 12px;
  }
}

.fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed__btn {
  width: 50%;
  padding: 28px 30px 20px 40px;
}
.fixed__btn--1 {
  background: #fff;
  border: solid 3px #ff9000;
  text-align: right;
}
.fixed__btn--2 {
  background: #00b025;
  text-align: left;
}
@media (max-width: 767px) {
  .fixed__btn {
    padding: 12px 15px;
  }
  .fixed__btn--1 {
    background: #ff9000;
    border: none;
  }
}

.footer {
  margin-top: auto;
  background: #2c4198;
  padding: 10px 10px 41px;
}
.footer__copyright {
  margin-top: 6px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 3px 10px 41px;
  }
  .footer__copyright {
    margin-top: 2px;
    font-size: 0.8rem;
  }
}