@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1039px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1040px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  --aupay: #EB5505;
  --dbarai: #CC0033;
  --paypay: #FE0032;
}

:root {
  font-size: min(16px, 1.5640273705vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

body {
  min-width: 320px;
  padding: 0;
  color: #000;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #DE0010;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* contents */
/**************************************************/
.l-page-container {
  position: relative;
  overflow: hidden;
}

.l-page-contents {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 40px;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .l-page-contents {
    padding: 0 20px;
  }
}

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
.l-header,
.l-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 1.3125rem 0 1.0625rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-header,
  .l-footer {
    padding: 0.875rem 0 0.625rem;
  }
}
.l-header__logo,
.l-footer__logo {
  display: block;
  max-width: 100%;
  width: 12.6875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header__logo,
  .l-footer__logo {
    width: 8.75rem;
  }
}

.l-mainvisual {
  background: url(../../images/bg-mainvisual.png) no-repeat center bottom/cover;
  padding: 0 0 0.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-mainvisual {
    background: url(../../images/bg-mainvisual_sp.png) no-repeat center top/100% auto;
    padding: 0.5rem 0.3125rem 0 0.5625rem;
  }
}
.l-mainvisual::before {
  position: absolute;
  content: "";
  width: 18.4375rem;
  height: 6.125rem;
  left: -3.625rem;
  top: 30.9375rem;
  background: url(../../images/deco-mainvisual.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .l-mainvisual::before {
    display: none;
  }
}
.l-mainvisual__img {
  margin: 0 auto;
  max-width: 64.5rem;
  position: relative;
  z-index: 2;
}
.l-mainvisual__img picture {
  display: block;
}
.l-mainvisual.-before {
  padding-top: 3.75rem;
  padding-bottom: 11.25rem;
}
.l-mainvisual.-before .l-mainvisual__lead {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 48rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-mainvisual.-before {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-link {
  color: inherit;
  text-decoration: none;
}

.c-text-a {
  line-height: 1.8;
  margin: 0.25rem 0 0 0;
}
.c-text-a em {
  color: #13257C;
  font-weight: bold;
}
.c-text-a.-mt {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-text-a {
    font-size: 0.875rem;
  }
}

.c-notes {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin: 0.25rem 0 0 0;
  line-height: 1.8;
  font-size: 0.9375rem;
}
.c-notes::before {
  content: "※";
  color: #E71F10;
}
.c-notes.-black::before {
  color: #000;
}
.c-notes.-red {
  color: #E71F10;
}
@media (max-width: 767px) {
  .c-notes {
    font-size: 0.8125rem;
  }
}

.c-star {
  color: #13AE67;
  font-weight: bold;
  padding-left: 1.3rem;
  line-height: 1.8;
  position: relative;
  margin: 0.125rem 0 0 0;
}
.c-star::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.4em;
  background: url(../img/icon-star.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .c-star {
    font-size: 0.875rem;
  }
}

.c-label {
  display: inline-block;
  font-weight: bold;
  color: white;
  text-align: center;
  width: 5.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.0625rem 0.0625rem 0.125rem;
  border-radius: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-label.-aupay {
  background-color: var(--aupay);
}
.c-label.-dbarai {
  background-color: var(--dbarai);
}
.c-label.-paypay {
  background-color: var(--paypay);
}
@media (max-width: 767px) {
  .c-label {
    font-size: 0.8125rem;
    width: 3.25rem;
    padding: 0.1875rem 0 0.25rem;
  }
}

.c-numlist-a {
  margin: 0;
  padding: 0 0 0 1em;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-numlist-a {
    font-size: 0.875rem;
  }
}

.c-list-a {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
}
.c-list-a > li {
  line-height: 2;
  padding-left: 1em;
  position: relative;
}
.c-list-a > li::before {
  position: absolute;
  content: "";
  top: 0.75em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 6.25rem;
  background: #13257C;
}
.-aupay .c-list-a > li::before {
  background-color: var(--aupay);
}
.-dbarai .c-list-a > li::before {
  background-color: var(--dbarai);
}
.-paypay .c-list-a > li::before {
  background-color: var(--paypay);
}
.c-list-a > li + li {
  margin-top: 0.3125rem;
}
@media (max-width: 767px) {
  .c-list-a {
    font-size: 0.875rem;
  }
}

.c-list-b {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
}
.c-list-b > li {
  line-height: 2;
  padding-left: 1em;
  position: relative;
}
.c-list-b > li::before {
  position: absolute;
  content: "";
  top: calc(1em - 0.0625rem);
  left: 0;
  width: 0.625rem;
  height: 0.125rem;
  border-radius: 0.125rem;
}
.-aupay .c-list-b > li::before {
  background-color: var(--aupay);
}
.-dbarai .c-list-b > li::before {
  background-color: var(--dbarai);
}
.-paypay .c-list-b > li::before {
  background-color: var(--paypay);
}
@media (max-width: 767px) {
  .c-list-b {
    font-size: 0.875rem;
  }
}

.c-list-c {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list-c > li {
  padding-left: 1em;
  line-height: 2;
  position: relative;
}
.c-list-c > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .c-list-c {
    font-size: 0.875rem;
  }
  .c-list-c > li {
    line-height: 1.8;
  }
}

.c-indent3 {
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.c-indent3 > li {
  padding-left: 3em;
  text-indent: -3em;
}
.c-indent3 > li + li {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .c-indent3 {
    font-size: 0.875rem;
  }
}

[data-trigger].-invisible {
  opacity: 0;
}
[data-trigger].-visible {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in;
  transition: opacity 0.8s ease-in;
}

[data-trigger=fadeIn].-invisible {
  opacity: 0;
}
[data-trigger=fadeIn].-invisible :where(.c-heading-d, .c-heading-e) > .txt {
  background-size: 0 30%;
}
[data-trigger=fadeIn].-visible {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in;
  transition: opacity 0.8s ease-in;
}

[data-trigger=fadeInUp].-invisible {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
[data-trigger=fadeInUp].-visible {
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-trigger=fadeInLeft].-invisible {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
[data-trigger=fadeInLeft].-visible {
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.box[data-trigger=custom].-invisible {
  opacity: 1;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.box[data-trigger=custom].-visible {
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/**************************************************/
/* components - form */
/**************************************************/
:root {
  --form-border-color: #E0E0E0;
  --form-bg-color: #F0F0F0;
  --form-required-color: #DE0010;
  --form-alert-color: #DE0010;
  --form-btn-bg-color: #13257C;
  --form-btn-edit-color: #6F6F6F;
}

.l-form {
  max-width: 56.5625rem;
  margin: 0 auto;
}

.l-form-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem;
  border-radius: 0.625rem;
  position: relative;
  -webkit-box-shadow: 0 0.1875rem 1rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.1875rem 1rem rgba(0, 0, 0, 0.12);
  background-size: auto auto;
  background-color: #13257C;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgb(255, 255, 255) 10px, rgb(255, 255, 255) 20px);
}
@media (max-width: 767px) {
  .l-form-box {
    padding: 0.3125rem;
  }
}
.l-form-box__inbox {
  background: white;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.125rem 3.75rem 3.75rem;
}
.l-form-box__inbox > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-form-box__inbox {
    padding: 1.5rem 1rem;
  }
}

.f-form__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
.f-form__list.-confirm {
  gap: 2.8125rem;
}
@media (max-width: 767px) {
  .f-form__list {
    gap: 2.5rem;
  }
  .f-form__list.-confirm {
    gap: 2rem;
  }
}
.f-form__heading {
  color: #13257C;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.375rem;
  font-weight: bold;
  gap: 0.625rem;
  padding-top: 0.1875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.f-form__heading-num {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #13257C;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 0.6875rem 0.25rem;
  border-radius: 0.375rem;
  margin-top: -0.1875rem;
}
@media (max-width: 767px) {
  .f-form__heading {
    font-size: 1rem;
    font-weight: 600;
    gap: 0.4375rem;
  }
  .f-form__heading-num {
    font-size: 1.0625rem;
  }
}
.f-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3.125rem;
  margin: 1.5rem 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .f-form__wrap {
    gap: 0.625rem 1.5rem;
    margin-top: 1rem;
  }
}
.f-form__confirmText {
  font-weight: 500;
  font-size: 1.25rem;
  margin: 1em 0 0 0;
  line-height: 1.7222222222;
}
@media (max-width: 767px) {
  .f-form__confirmText {
    font-size: 1rem;
  }
}

.f-form-notes {
  margin-top: 2.5rem;
  border-top: dotted 0.125rem #13257C;
  padding-top: 2.5rem;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .f-form-notes {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
}
.f-form-notes__text {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0;
}
@media (max-width: 767px) {
  .f-form-notes__text {
    font-size: 0.9375rem;
  }
}
.f-form-notes__mail {
  word-break: break-all;
  padding-left: 2rem;
  margin: 0.125rem 0 0 0;
  position: relative;
}
.f-form-notes__mail::before {
  position: absolute;
  content: "";
  background: url(../../images/enquete/icon-mail.svg) no-repeat center center/contain;
  width: 1.375rem;
  height: 0.9375rem;
  left: 0.125rem;
  top: 0.5em;
}
@media (max-width: 767px) {
  .f-form-notes__mail {
    font-size: 0.9375rem;
    padding-left: 1.5rem;
  }
  .f-form-notes__mail::before {
    width: 1.125rem;
  }
}

.f-form-error {
  font-weight: 500;
  margin: 0.625rem 0 0 0;
  color: var(--form-alert-color);
}
@media (max-width: 767px) {
  .f-form-error {
    font-size: 0.9375rem;
  }
}

.f-heading-a {
  margin: 0 0 1em 0;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  color: #13257C;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .f-heading-a {
    font-size: 1.5rem;
  }
}

.f-text-a {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #13257C;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .f-text-a {
    font-size: 1rem;
  }
}

form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.25;
  resize: vertical;
}

*:-moz-placeholder-shown {
  color: #aaa;
}

*:-ms-input-placeholder {
  color: #aaa;
}

*:placeholder-shown {
  color: #aaa;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-field {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 1.25rem;
  border: none;
  background: var(--form-bg-color);
  border-radius: 0.5rem;
  line-height: 1.5;
  margin-top: 1em;
  padding: 0.9375rem 1em;
}
@media (max-width: 767px) {
  .f-field {
    border-radius: 0.25rem;
    font-size: 1rem;
  }
}

textarea.f-field {
  display: block;
  min-height: 12.5rem;
}
textarea.f-field.-min {
  min-height: 6.875rem;
}

.f-radio {
  display: inline-block;
  cursor: pointer;
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio__in {
  display: block;
  position: relative;
  padding: 0 0 0 2.1875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .f-radio__in {
    font-size: 1rem;
    padding-left: 1.625rem;
  }
}
.f-radio__in::before, .f-radio__in::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  width: 1.625rem;
  height: 1.625rem;
  top: 0.125rem;
  left: 0;
}
@media (max-width: 767px) {
  .f-radio__in::before, .f-radio__in::after {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.f-radio__in::before {
  border: 0.1875rem solid var(--form-border-color);
  background: white;
}
@media (max-width: 767px) {
  .f-radio__in::before {
    border-width: 0.125rem;
  }
}
.f-radio__in::after {
  background: url(../img/icon-form-checked.svg) no-repeat center center/contain;
  opacity: 0;
}
.f-radio input[type=radio]:checked ~ .f-radio__in::after {
  opacity: 1;
}

.f-checkbox {
  display: inline-block;
  cursor: pointer;
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox__in {
  display: block;
  position: relative;
  padding: 0 0 0 2.1875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .f-checkbox__in {
    font-size: 1rem;
    padding-left: 1.625rem;
  }
}
.f-checkbox__in::before, .f-checkbox__in::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  width: 1.625rem;
  height: 1.625rem;
  top: 0.125rem;
  left: 0;
}
@media (max-width: 767px) {
  .f-checkbox__in::before, .f-checkbox__in::after {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.f-checkbox__in::before {
  border: 0.1875rem solid var(--form-border-color);
  background: white;
}
@media (max-width: 767px) {
  .f-checkbox__in::before {
    border-width: 0.125rem;
  }
}
.f-checkbox__in::after {
  background: url(../img/icon-form-checked.svg) no-repeat center center/contain;
  opacity: 0;
}
.f-checkbox input[type=checkbox]:checked ~ .f-checkbox__in::after {
  opacity: 1;
}

.f-form-btn {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem 2.25rem;
}
@media (max-width: 767px) {
  .f-form-btn {
    margin-top: 2rem;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 1.25rem;
  }
}

.f-btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  background: #13257C;
  border: solid 0.1875rem white;
  color: white;
  font-weight: bold;
  border-radius: 6.25rem;
  width: 23.5rem;
  max-width: 100%;
  padding: 1.5625rem 4.0625rem;
  text-align: center;
  font-size: 1.25rem;
  position: relative;
  line-height: 1.5;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.f-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.375rem;
  height: 2.375rem;
  background: url(../img/icon-arrow.svg) no-repeat center center/contain;
}
.f-btn.-top::after, .f-btn.-prev::after {
  right: auto;
  left: 1.5rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.f-btn.-prev {
  background: #4FB2E8;
}
.f-btn.-top {
  padding: 1.5625rem 1.875rem 1.5625rem 3.75rem;
}
@media (max-width: 767px) {
  .f-btn {
    font-size: 1.0625rem;
    padding: 1.25rem 2.5rem;
  }
  .f-btn::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }
  .f-btn.-top::after, .f-btn.-prev::after {
    right: auto;
    left: 1rem;
  }
  .f-btn.-top {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  }
}

.f-prev-top {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .f-prev-top {
    margin-top: 4.0625rem;
  }
}
.f-prev-top__btn {
  color: inherit;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: none;
}

.transaction-notice-, .validator-result-, .validator-result-1, .v-result-, .v-result-1 {
  display: none;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* pages */
/**************************************************/
.l-campaign {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(45rem, transparent), to(transparent)), url(../../images/bg-main.png) repeat top center/8.8125rem 8.375rem;
  background: linear-gradient(180deg, white 0%, transparent 45rem, transparent 100%), url(../../images/bg-main.png) repeat top center/8.8125rem 8.375rem;
  padding: 0 0 8.75rem;
}
@media (max-width: 767px) {
  .l-campaign {
    padding: 0 0 4.375rem;
  }
}
.l-campaign .campaign-zyogen {
  max-width: 1152px;
  display: block;
  margin: 0 auto;
  padding: 0 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-campaign .campaign-zyogen {
    margin-top: 0.875rem;
    padding: 0;
  }
}
.l-campaign .campaignBlock {
  background: white;
  border: solid 8px #13257C;
  border-radius: 1rem;
  padding: 3.375rem 2.5rem 1.25rem;
  position: relative;
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .l-campaign .campaignBlock {
    padding: 2.5rem 1.25rem 1.25rem;
    border-width: 4px;
    margin-top: 3.75rem !important;
  }
}
.l-campaign .campaignBlock__title {
  max-width: 25rem;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  left: -8px;
  top: -2.5rem;
  position: absolute;
  z-index: 2;
  background: #13257C;
  color: white;
  font-weight: bold;
  font-size: 1.5625rem;
  padding: 1.125rem 2.5rem;
  border-radius: 1.5rem 6.25rem 6.25rem 0;
}
.l-campaign .campaignBlock__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -0.5rem;
  background: url(../../images/deco-cp-title.png) no-repeat center bottom/contain;
  width: 5.5rem;
  height: 3.75rem;
}
@media (max-width: 767px) {
  .l-campaign .campaignBlock__title {
    padding: 0.9375rem 1.875rem;
    left: -4px;
    font-size: 1.25rem;
    top: -2.125rem;
  }
  .l-campaign .campaignBlock__title::after {
    width: 3.75rem;
    right: -0.25rem;
  }
}
.l-campaign .campaignBlock__text {
  font-weight: bold;
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-campaign .campaignBlock__text {
    font-size: 1.125rem;
  }
}
.l-campaign .campaignBlock__text2 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-campaign .campaignBlock__text2 {
    font-size: 1rem;
  }
}
.l-campaign .detailTable table {
  border-collapse: separate;
  border-spacing: 0.125rem 0;
  width: 100%;
}
.l-campaign .detailTable table th, .l-campaign .detailTable table td {
  border-bottom: dotted 0.125rem #13257C;
  vertical-align: top;
  text-align: left;
  padding: 1.25rem 0;
}
.l-campaign .detailTable table th > *:first-child, .l-campaign .detailTable table td > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-campaign .detailTable table th, .l-campaign .detailTable table td {
    display: block;
    width: 100% !important;
  }
}
.l-campaign .detailTable table th {
  line-height: 1.7;
}
@media (max-width: 767px) {
  .l-campaign .detailTable table th {
    padding-bottom: 0;
    line-height: 1.5;
    border-bottom: none;
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .l-campaign .detailTable table td {
    padding-top: 0.375rem;
  }
}
.l-campaign .detailTable table tr:last-child th, .l-campaign .detailTable table tr:last-child td {
  border-bottom: none !important;
}
.l-campaign .detail-poster {
  margin: 1rem 0;
  max-width: 32.8125rem;
}
.l-campaign .detaillist-heading {
  color: #13257C;
  font-weight: bold;
  margin: 1.5rem 0 0 0;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .l-campaign .detaillist-heading {
    font-size: 0.875rem;
  }
}
.l-campaign .detaillist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-campaign .detaillist__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem 0.5rem;
  margin-top: 1rem;
}
.l-campaign .conditions-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #13257C;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 2.5rem 0 0 0;
  position: relative;
  max-width: 32.8125rem;
}
.l-campaign .conditions-title::before {
  width: 100%;
  height: 0.125rem;
  background: #13257C;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-campaign .conditions-title > span {
  display: block;
  padding: 0 0.75rem;
  background: white;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .l-campaign .conditions-title {
    margin-top: 1.875rem;
    font-size: 1.125rem;
  }
}
.l-campaign .conditions {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin: 1.25rem 0 0 0;
  padding: 0;
  max-width: 32.8125rem;
}
@media (max-width: 767px) {
  .l-campaign .conditions {
    margin-top: 1rem;
    gap: 1.875rem;
  }
}
.l-campaign .conditions__title {
  background: #13257C;
  color: white;
  border-radius: 6.25rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0.625rem;
}
.l-campaign .conditions__title.-aupay {
  background: var(--aupay);
}
.l-campaign .conditions__title.-dbarai {
  background: var(--dbarai);
}
.l-campaign .conditions__title.-paypay {
  background: var(--paypay);
}
@media (max-width: 767px) {
  .l-campaign .conditions__title {
    font-size: 0.875rem;
    padding: 0.375rem 0;
  }
}
.l-campaign .conditions__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9375rem;
}
@media (max-width: 767px) {
  .l-campaign .conditions__wrap {
    margin-top: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-campaign .conditions__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .l-campaign .conditions__item {
    margin: 0 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .l-campaign .conditions__item:first-child {
    padding-right: 2.25rem;
    border-right: dashed 1px #707070;
    margin-right: 2.25rem;
  }
}
@media (max-width: 767px) {
  .l-campaign .conditions__item:first-child {
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    border-bottom: dashed 1px #707070;
  }
}
.l-campaign .conditions__heading {
  font-weight: bold;
  margin: 0;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .l-campaign .conditions__heading {
    font-size: 0.8125rem;
  }
}
.l-campaign .conditions__point {
  margin: 0;
  color: #FF0000;
  font-weight: bold;
  font-size: 2rem;
}
.l-campaign .conditions__point em {
  font-size: 3.125rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-campaign .conditions__point {
    font-size: 1.25rem;
  }
  .l-campaign .conditions__point em {
    font-size: 2rem;
  }
}
.l-campaign .conditions__indent {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-campaign .conditions__indent > li {
  margin-top: 0.125rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .l-campaign .conditions__indent > li {
    font-size: 0.875rem;
  }
}
.l-campaign .conditions__indent > li.-sm {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .l-campaign .conditions__indent > li.-sm {
    font-size: 0.8125rem;
  }
}
.l-campaign .campaign-naBox {
  background: white;
  border-radius: 1rem;
  border: solid 8px #13257C;
  padding: 3rem 2.5rem;
  margin-top: 3.125rem;
}
.l-campaign .campaign-naBox > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-campaign .campaign-naBox {
    border-width: 4px;
    margin-top: 2rem;
    padding: 1.5rem 1.25rem;
  }
}
.l-campaign .campaign-naBox__title {
  color: #13257C;
  font-weight: bold;
  font-size: 1.1875rem;
  padding-bottom: 1.5rem;
  padding-left: 1.875rem;
  position: relative;
  margin: 2rem 0 1rem;
  background: url(../../images/line.png) repeat-x left bottom/auto 0.625rem;
}
.l-campaign .campaign-naBox__title::before {
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  content: "";
  left: 0;
  top: 0.2em;
  background: url(../img/icon-heading-a.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .l-campaign .campaign-naBox__title {
    font-size: 1.125rem;
    padding-bottom: 1rem;
    background-size: auto 0.375rem;
  }
}
.l-campaign .grant-text {
  margin: 2.625rem auto 2.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 55.125rem;
}
@media (max-width: 767px) {
  .l-campaign .grant-text {
    margin-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.l-campaign .payment-notesBox {
  margin-top: 3.5rem;
  position: relative;
  border-radius: 1rem;
  background-size: auto auto;
  background-color: #13257C;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgb(255, 255, 255) 10px, rgb(255, 255, 255) 20px);
  padding: 0.5rem;
  -webkit-box-shadow: 0 0.1875rem 1rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.1875rem 1rem rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .l-campaign .payment-notesBox {
    margin-top: 2rem;
    padding: 0.3125rem;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 0.4375rem, rgb(255, 255, 255) 0.4375rem, rgb(255, 255, 255) 0.875rem);
  }
}
.l-campaign .payment-notesBox__title {
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0 2rem;
}
.l-campaign .payment-notesBox__title img {
  margin: 0 auto;
  width: auto;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.l-campaign .payment-notesBox__title .toggle {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 6.25rem;
  width: 2rem;
  height: 2rem;
  background: #13257C;
}
.l-campaign .payment-notesBox__title .toggle::before, .l-campaign .payment-notesBox__title .toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 0.25rem;
  background: white;
}
.l-campaign .payment-notesBox__title .toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.l-campaign .payment-notesBox__title.-active .toggle::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .l-campaign .payment-notesBox__title {
    padding: 0 2rem 0 0;
  }
  .l-campaign .payment-notesBox__title img {
    height: 1.6875rem;
  }
  .l-campaign .payment-notesBox__title .toggle {
    right: 0;
  }
}
.l-campaign .payment-notesBox .ac-body {
  padding-top: 1.25rem;
}
.l-campaign .payment-notesBox__body {
  background: white;
  border-radius: 0.5rem;
  padding: 2.5rem 2rem;
}
@media (max-width: 767px) {
  .l-campaign .payment-notesBox__body {
    padding: 1.25rem;
  }
}
.l-campaign .payment-notesBox__attention {
  margin: 1.25rem 0 0 0;
  padding: 1.25rem 0 0 2.5rem;
  position: relative;
  border-top: dotted 0.125rem black;
}
.l-campaign .payment-notesBox__attention::before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 1.75rem;
  height: 1.5625rem;
  content: "";
  background: url(../img/icon-notes.svg) no-repeat center center/contain;
}
.l-campaign .payment-notesBox__attention-text {
  margin: 0;
  line-height: 2;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .l-campaign .payment-notesBox__attention {
    padding-left: 1.875rem;
  }
  .l-campaign .payment-notesBox__attention::before {
    width: 1.5rem;
  }
  .l-campaign .payment-notesBox__attention-text {
    font-size: 0.875rem;
  }
}
.l-campaign .payment-notesBox__link {
  margin-top: 1.875rem;
  text-align: center;
}
.l-campaign .payment-notesBox__link > a {
  text-decoration: none;
  display: inline;
  border-bottom: dotted 0.1875rem black;
  font-size: 1.125rem;
  font-weight: bold;
  color: inherit;
  line-height: 1.8;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  .l-campaign .payment-notesBox__link {
    margin-top: 1.5rem;
  }
  .l-campaign .payment-notesBox__link > a {
    font-size: 1rem;
  }
}
.l-campaign .payment-notesBox.-aupay {
  background-color: var(--aupay);
}
.l-campaign .payment-notesBox.-aupay .payment-notesBox__title .toggle {
  background: var(--aupay);
}
.l-campaign .payment-notesBox.-aupay .payment-notesBox__link > a {
  border-color: var(--aupay);
  color: var(--aupay);
}
.l-campaign .payment-notesBox.-dbarai {
  background-color: var(--dbarai);
}
.l-campaign .payment-notesBox.-dbarai .payment-notesBox__title .toggle {
  background: var(--dbarai);
}
.l-campaign .payment-notesBox.-dbarai .payment-notesBox__link > a {
  border-color: var(--dbarai);
  color: var(--dbarai);
}
.l-campaign .payment-notesBox.-paypay {
  background-color: var(--paypay);
}
.l-campaign .payment-notesBox.-paypay .payment-notesBox__title .toggle {
  background: var(--paypay);
}
.l-campaign .payment-notesBox.-paypay .payment-notesBox__link > a {
  border-color: var(--paypay);
  color: var(--paypay);
}

.l-callcenter {
  z-index: 5;
  position: relative;
  background: url(../../images/bg-wave.png) no-repeat top center/100% auto;
  padding: min(14.6875rem, 18%) 0 5.875rem;
  margin-top: -6.5rem;
}
@media (max-width: 767px) {
  .l-callcenter {
    margin-top: -2.5rem;
    padding: 4.375rem 0 2.5rem;
  }
}
.l-callcenter.-info {
  margin-top: -2.5rem;
}
@media (min-width: 1520px) {
  .l-callcenter.-info {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}

.l-callcenter-box .callcenter__title {
  margin: 0 auto;
  max-width: 57.5rem;
  position: relative;
}
.l-callcenter-box .callcenter__title img {
  display: block;
}
@media (max-width: 767px) {
  .l-callcenter-box .callcenter__title {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.l-callcenter-box .callcenter__title::before {
  position: absolute;
  content: "";
  width: 14.0625rem;
  height: 3.25rem;
  right: 62%;
  top: -2.875rem;
  background: url(../../images/deco-callcenter01.png) no-repeat center bottom/contain;
}
@media (max-width: 767px) {
  .l-callcenter-box .callcenter__title::before {
    width: 6.25rem;
  }
}
.l-callcenter-box .callcenter__info {
  position: relative;
}
.l-callcenter-box .callcenter__info::before {
  position: absolute;
  content: "";
  width: 16rem;
  height: 7.125rem;
  left: -4.25rem;
  bottom: -2.25rem;
  background: url(../../images/deco-callcenter02.png) no-repeat center right/contain;
}
@media (max-width: 767px) {
  .l-callcenter-box .callcenter__info::before {
    width: 7.1875rem;
  }
}
.l-callcenter-box .callcenter__info::after {
  position: absolute;
  content: "";
  width: 17.625rem;
  height: 11.375rem;
  right: -5.75rem;
  top: -2.25rem;
  background: url(../../images/deco-callcenter03.png) no-repeat center left/contain;
}
@media (max-width: 767px) {
  .l-callcenter-box .callcenter__info::after {
    width: 8.125rem;
  }
}
.l-callcenter-box .callcenter__num {
  display: block;
  margin: 1.125rem auto 0;
  max-width: 32rem;
  width: 76%;
  position: relative;
  z-index: 3;
}
.l-callcenter-box .callcenter__time {
  position: relative;
  z-index: 3;
  margin: 0.875rem 0 0 0;
  font-weight: bold;
  text-align: center;
  color: #13257C;
  font-size: 1.0625rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .callcenter__time {
    font-size: 0.8125rem;
  }
}
.l-callcenter-box .payinfo-box {
  background: white;
  margin-top: 1rem;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
  padding: 2.5rem 5rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .payinfo-box {
    padding: 1.5rem 0.9375rem;
  }
}
.l-callcenter-box .payinfo-box__title {
  text-align: center;
  margin: 0;
  font-weight: bold;
  font-size: 1.4375rem;
}
.l-callcenter-box .payinfo-box__title > span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FEE05D));
  background: linear-gradient(transparent 70%, #FEE05D 70%);
}
@media (max-width: 767px) {
  .l-callcenter-box .payinfo-box__title {
    font-size: 1.125rem;
  }
}
.l-callcenter-box .paylist {
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist {
    margin-top: 1.5rem;
  }
}
.l-callcenter-box .paylist__item {
  padding: 0.9375rem 0;
  gap: 0 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__item {
    gap: 0.125rem;
  }
}
.l-callcenter-box .paylist__item:last-child {
  padding-bottom: 0 !important;
}
.l-callcenter-box .paylist__item:not(:last-child) {
  border-bottom: dotted 0.125rem black;
}
.l-callcenter-box .paylist__logo {
  width: 7.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__logo {
    width: 5.375rem;
  }
}
.l-callcenter-box .paylist__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-callcenter-box .paylist__content > *:first-child {
  margin-top: 0 !important;
}
.l-callcenter-box .paylist__title {
  font-weight: 500;
  font-size: 0.9375rem;
  margin: 0;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__title {
    font-size: 0.875rem;
  }
}
.l-callcenter-box .paylist__title2 {
  color: #13257C;
  font-weight: bold;
  font-size: 0.8125rem;
  padding-left: 0.5rem;
  position: relative;
  margin: 0.625rem 0 0.125rem 0;
}
.l-callcenter-box .paylist__title2::before {
  position: absolute;
  left: 0;
  top: calc(0.75em - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 6.25rem;
  background: #13257C;
  content: "";
}
.l-callcenter-box .paylist__text {
  margin: 0;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__text {
    font-size: 0.875rem;
  }
}
.l-callcenter-box .paylist__text.-mt10 {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .l-callcenter-box .paylist__text br.-pchidden {
    display: none;
  }
}
.l-callcenter-box .paylist__tel {
  font-weight: bold;
  font-size: 1.4375rem;
  display: inline-block;
  text-align: center;
  color: inherit;
  text-decoration: none;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__tel {
    font-size: 1.25rem;
  }
}
.l-callcenter-box .paylist__tel.-pl10 {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__tel.-pl10 {
    padding-left: 0;
  }
}
.l-callcenter-box .paylist__notes {
  display: inline-block;
  margin: 0;
  font-size: 0.75rem;
}
.l-callcenter-box .paylist__time {
  display: inline-block;
  font-weight: bold;
  font-size: 0.875rem;
  margin-top: 0.125rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__time {
    font-size: 0.8125rem;
  }
}
.l-callcenter-box .paylist__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  gap: 0.25rem 1rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-callcenter-box .paylist__qr {
  display: block;
  max-width: 6.625rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__qr {
    max-width: 4.375rem;
  }
}

.l-consultation {
  padding: 5rem 0;
  background: url(../../images/bg-consultation-l.png) no-repeat top left/11.25rem auto, url(../../images/bg-consultation-r.png) no-repeat top right/11.25rem auto, url(../../images/bg-consultation.png) repeat-y top center/100% auto;
}
@media (max-width: 767px) {
  .l-consultation {
    padding: 2.5rem 0;
    background-size: 5rem auto, 5rem auto, 200% auto;
  }
}
.l-consultation .consultation__title {
  margin: 0 auto;
  max-width: 56.25rem;
}
.l-consultation .consultation__title img {
  display: block;
}
.l-consultation .consultation__leadWrap {
  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;
  gap: 0.75rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-consultation .consultation__leadWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-consultation .consultation__lead {
  max-width: 33.75rem;
  margin: 0;
}
.l-consultation .consultation__lead img {
  display: block;
}
.l-consultation .consultation__lead2 {
  max-width: 21.6875rem;
  margin: 0;
}
.l-consultation .consultation__lead2 img {
  display: block;
}
@media (max-width: 767px) {
  .l-consultation .consultation__lead2 {
    max-width: 70%;
  }
}
.l-consultation .consultation__lead3 {
  max-width: 52rem;
  margin: 1.5rem auto 0;
}
.l-consultation .consultation__lead3 img {
  display: block;
}
.l-consultation .consultationBox {
  border-radius: 0.5rem;
  margin-top: 2.5rem;
  margin-right: 12.5rem;
  border: solid 0.25rem #6DAD1A;
  padding: 1.875rem 1.625rem;
  background: white;
  position: relative;
}
@media (max-width: 767px) {
  .l-consultation .consultationBox {
    padding: 0.9375rem;
    margin-right: 0;
    margin-top: 2rem;
    margin-bottom: 1.875rem;
  }
}
.l-consultation .consultationBox::after {
  position: absolute;
  content: "";
  width: 12.8125rem;
  height: 10.1875rem;
  right: -15.375rem;
  bottom: 1.125rem;
  background: url(../../images/deco-consultation.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .l-consultation .consultationBox::after {
    width: 6.25rem;
    height: 5rem;
    right: -0.625rem;
    bottom: -3.75rem;
  }
}
.l-consultation .consultationBox__lead {
  font-weight: 500;
  margin: 0.25rem 0 0 0;
  font-size: 1.625rem;
  font-weight: bold;
  color: #22AC38;
  line-height: 1.8;
}
.l-consultation .consultationBox__lead .bg {
  line-height: 1.5;
  display: inline-block;
  background: #22AC38;
  border-radius: 0.25rem;
  color: white;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  margin-right: 0.1875rem;
}
@media (max-width: 1023px) {
  .l-consultation .consultationBox__lead .bg {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .l-consultation .consultationBox__lead {
    font-size: 1rem;
    text-align: left;
  }
  .l-consultation .consultationBox__lead .bg {
    padding: 0.25rem 0.625rem;
    font-size: 1.25rem;
  }
}
.l-consultation .consultationBox__date {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.l-consultation .consultationBox__date > *:first-child {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .l-consultation .consultationBox__date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-consultation .consultationBox__date-label {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9375rem;
  border: solid 0.125rem #22AC38;
  border-radius: 0.25rem;
  padding: 0.0625rem 0.375rem 0.125rem;
  margin-left: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-consultation .consultationBox__date-label {
    width: 4.375rem;
    margin-left: 0;
    font-size: 0.8125rem;
  }
}
.l-consultation .consultationBox__date-text {
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 767px) {
  .l-consultation .consultationBox__date-text {
    width: calc(100% - 5rem);
    font-size: 0.9375rem;
  }
}
.l-consultation .schedule {
  margin: 1.5rem 0 0 0;
  border: solid 0.25rem #B8D27C;
  border-radius: 0.5rem;
  background: white;
  padding: 1rem 2rem 2.5rem;
}
@media (max-width: 767px) {
  .l-consultation .schedule {
    padding: 0.5rem 1.25rem 1.25rem;
  }
}
.l-consultation .schedule__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-consultation .schedule__item {
  padding: 1.5rem 0;
  border-bottom: solid 1px #B1B1B1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.875rem 40% 4.875rem 1fr;
  grid-template-columns: 4.875rem 40% 4.875rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-consultation .schedule__item {
    -ms-grid-columns: 3.4375rem 1fr;
    grid-template-columns: 3.4375rem 1fr;
    padding: 1rem 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.5rem;
  }
}
.l-consultation .schedule__label {
  display: inline-block;
  font-weight: bold;
  color: white;
  border-radius: 0.25rem;
  background: #6DAD19;
  padding: 0.125rem 1.1875rem 0.25rem;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .l-consultation .schedule__label {
    padding: 0.125rem 0.625rem 0.25rem 0.625rem;
    font-size: 0.8125rem;
  }
}
.l-consultation .schedule__text {
  display: inline-block;
  font-weight: bold;
  margin: 0;
  font-size: 1.25rem;
}
.l-consultation .schedule__text .large {
  font-size: 1.625rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.l-consultation .schedule__text small {
  font-size: 1rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .l-consultation .schedule__text {
    font-size: 1rem;
  }
  .l-consultation .schedule__text .large {
    margin: 0;
    font-size: 1.25rem;
  }
  .l-consultation .schedule__text small {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
}
.l-consultation .schedule__lead {
  margin: 2rem 0 0 0;
}
.l-consultation .schedule__lead em {
  color: #E8380D;
  display: inline-block;
}
@media (max-width: 767px) {
  .l-consultation .schedule__lead {
    font-size: 0.8125rem;
    margin-top: 1.25rem;
  }
}

.l-step {
  --step-color: #F08300;
  padding: 5rem 0;
  background: #FFD372;
}
@media (max-width: 767px) {
  .l-step {
    padding: 2.5rem 0;
  }
}
.l-step .step {
  background: white;
  border-radius: 0.5rem;
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .l-step .step {
    padding: 1.25rem;
  }
}
.l-step .step__title {
  background: var(--step-color);
  border-radius: 0.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: white;
  margin: 0;
  text-align: center;
  padding: 0.5rem;
  gap: 0.125rem;
}
.l-step .step__title em {
  font-size: 2.25rem;
  display: inline-block;
  margin: 0 0.125rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-step .step__title {
    font-size: 1.0625rem;
    padding: 0.625rem 0.5rem;
  }
  .l-step .step__title em {
    font-size: 1.875rem;
  }
}
.l-step .step__list {
  list-style: none;
  margin: 2.25rem 0 0 0;
  padding: 0 2.5rem;
  display: -ms-grid;
  display: grid;
  gap: 0 4.125rem;
  -ms-grid-columns: 1fr 4.125rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0 auto;
      grid-template-areas: "step1 step1" "step2 step3";
}
@media (max-width: 767px) {
  .l-step .step__list {
    margin-top: 1.5rem;
    padding: 0;
    display: block;
  }
}
.l-step .step__item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: step1;
}
.l-step .step__item:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: step2;
}
.l-step .step__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.6875rem;
  height: 1.875rem;
  background: #F8A656;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .l-step .step__item:nth-child(2)::before {
    width: 3.75rem;
    height: 1.25rem;
  }
}
.l-step .step__item:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: step3;
}
.l-step .step__item:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 4.6875rem;
  height: 1.875rem;
  background: #F8A656;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .l-step .step__item:nth-child(3)::before {
    top: 56%;
    left: -4.0625rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .l-step .step__item:nth-child(3)::before {
    top: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3.75rem;
    height: 1.25rem;
  }
}
.l-step .step__item:not(:first-child) {
  padding-top: 5.375rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-step .step__item:not(:first-child) {
    padding-top: 4.375rem;
  }
}
.l-step .step__numHeading {
  background: var(--step-color);
  color: white;
  font-weight: bold;
  padding: 0.125rem 1.75rem;
  font-size: 1.25rem;
  margin: 0;
  margin-left: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.l-step .step__numHeading > span {
  display: inline-block;
  width: 2.5rem;
  position: absolute;
  bottom: 0;
  left: -1.25rem;
}
@media (max-width: 767px) {
  .l-step .step__numHeading {
    font-size: 1rem;
    padding: 0.125rem 1.25rem;
  }
  .l-step .step__numHeading > span {
    width: 2.125rem;
  }
}
.l-step .step__text {
  margin: 1rem 0 0 0;
  padding-left: 1.25rem;
}
@media (max-width: 767px) {
  .l-step .step__text {
    font-size: 0.875rem;
  }
}
.l-step .step__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
}
.l-step .step__qr > li {
  padding: 0.25rem 2.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .l-step .step__qr > li {
    padding: 0.1875rem 0.3125rem;
  }
}
.l-step .step__qr > li:not(:last-child) {
  border-right: solid 0.125rem #F08300;
}
.l-step .step__qr > li:first-child {
  padding-left: 0;
}
.l-step .step__qr > li:last-child {
  padding-right: 0;
}
.l-step .step__qr > li > a {
  width: 100%;
  display: block;
}
.l-step .step__img {
  text-align: center;
  margin: 1.5rem auto 0;
}
.l-step .step__img img {
  min-height: 9.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .l-step .step__img img {
    min-height: auto;
  }
}
.l-step .step__notes {
  margin: 1.5rem 0 0 0;
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .l-step .step__notes {
    font-size: 0.8125rem;
  }
}

.searchStore {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .searchStore {
    margin-top: 3.125rem;
  }
}
.searchStore__title {
  position: relative;
  font-size: 1.875rem;
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
}
@media (max-width: 767px) {
  .searchStore__title {
    font-size: 1.1875rem;
  }
}
.searchStore__title::before, .searchStore__title::after {
  position: absolute;
  content: "";
  height: 1.875rem;
  width: 1px;
  top: 50%;
  border-left: 0.25rem dotted #13257C;
}
.searchStore__title::before {
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
  left: -1.5rem;
}
.searchStore__title::after {
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
  right: -1.5rem;
}

.search-attention {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  margin: 2.5rem auto 0;
  padding: 3.125rem 3.125rem 2.5rem;
  -webkit-box-shadow: 0 0.1875rem 1rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.1875rem 1rem rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
}
@media (max-width: 767px) {
  .search-attention {
    padding: 1.875rem 1.25rem 1.5rem;
    margin-top: 1.5rem;
  }
}
.search-attention__title {
  margin: auto;
  text-align: center;
  max-width: 90%;
}
.search-attention__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0 0;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .search-attention__list {
    margin-top: 1.25rem;
  }
}
.search-attention__list > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}
.search-attention__list > li:not(:first-child) {
  margin-top: 0.25rem;
}
.search-attention__list > li em {
  color: #DE0010;
  font-weight: 500;
}
@media (max-width: 767px) {
  .search-attention__list > li {
    font-size: 0.875rem;
  }
}
.search-attention__list > li::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #13257C;
  left: 0;
  top: 0.65em;
  border-radius: 100%;
}

.search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 0.75rem;
  margin-top: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .search-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5rem;
  }
}

.searchBox.-select {
  width: 12.875rem;
}
@media (max-width: 767px) {
  .searchBox.-select {
    width: 100%;
  }
}
.searchBox.-keyword {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.searchBox__title {
  display: inline-block;
  width: 6em;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #13257C;
}
@media (max-width: 767px) {
  .searchBox__title {
    margin-bottom: 0.3125rem;
    font-size: 1rem;
  }
}

.search-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.9375rem;
  padding: 0.4375rem 0.9375rem;
  border-radius: 0.1875rem;
  border: 0.125rem solid #13257C;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.5;
}

.search-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.search-select > select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.9375rem;
  line-height: 1.5;
  width: 100%;
  padding: 0.4375rem 0.9375rem;
  border: 0.125rem solid #13257C;
  border-radius: 0.1875rem;
  background: #fff;
  cursor: pointer;
}
.search-select::after {
  position: absolute;
  right: 0.9375rem;
  width: 0.625rem;
  height: 0.4375rem;
  background: #13257C;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.btn-search {
  line-height: 1.5;
  background: #13257C;
  display: block;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  margin-top: auto;
}

.search-amount {
  margin: 1.5rem 0;
  text-align: center;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .search-amount {
    margin: 1.25rem 0;
    font-size: 0.9375rem;
  }
}

.search-table {
  overflow-x: auto;
  overflow-y: hidden;
}
.search-table table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-left: 0.125rem solid #13257C;
  border-top: 0.125rem solid #13257C;
  margin: 0;
}
@media (max-width: 767px) {
  .search-table table {
    width: 43.75rem;
    font-size: 0.75rem;
  }
}
.search-table table tr > * {
  padding: 0.75rem;
  border: none;
  font-weight: 500;
  border-right: 0.125rem solid #13257C;
  border-bottom: 0.125rem solid #13257C;
}
@media (max-width: 767px) {
  .search-table table tr > * {
    padding: 0.625rem 0.3125rem;
  }
}
.search-table table > thead {
  background: #13257C;
}
.search-table table > thead tr th {
  padding: 0.75rem 0.125rem;
  white-space: nowrap;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .search-table table > thead tr th {
    padding: 0.625rem 0.25rem;
  }
}
.search-table table > thead tr th:first-child {
  border-radius: 0.375rem 0 0 0;
}
.search-table table > thead tr th:last-child {
  border-radius: 0 0.375rem 0 0;
}
.search-table table > thead tr th:not(:last-child) {
  border-right: 0.125rem solid #fff;
}
.search-table table > tbody tr:last-child > td:first-child {
  border-radius: 0 0 0 0.5rem;
}
.search-table table > tbody tr:last-child > td:last-child {
  border-radius: 0 0 0.5rem 0;
}
.search-table table > tbody tr > td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.search-table table > tbody tr > td.-center {
  text-align: center;
}
.search-table table > tbody tr > td.-yellow {
  background: #FFFCDD;
}
.search-table table > tbody tr > td.-true {
  color: #E71F10;
}

.search-pager {
  list-style: none;
  margin: 2.25rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
}
@media (max-width: 767px) {
  .search-pager {
    margin-top: 1.5rem;
  }
}
.search-pager > li {
  font-size: 0.9375rem;
}
.search-pager > li > span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  min-width: 2.0625rem;
  padding: 0.5rem;
  background: white;
  color: #13257C;
  text-align: center;
  font-weight: 500;
}
.search-pager > li.cur > span {
  background: #13257C;
  color: #fff;
}
.search-pager > li a {
  text-decoration: none;
  color: inherit;
}
.search-pager > li .anchor {
  padding: 0.5rem 1rem;
  font-size: 1.5em;
  line-height: 1;
  color: #13257C;
}

.search-balloon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 4rem;
  padding: 2rem 1.25rem 1.25rem;
  background: white;
  border: solid 0.1875rem #13257C;
  border-radius: 0.5rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .search-balloon {
    padding: 1.5rem 1.25rem;
  }
}
.search-balloon::before {
  content: "";
  width: 2.75rem;
  height: 2.0625rem;
  position: absolute;
  top: -1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  z-index: 1;
}
.search-balloon::after {
  content: "";
  width: 2.75rem;
  height: 2.0625rem;
  position: absolute;
  top: -2.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #13257C;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  z-index: 0;
}
.search-balloon__heading {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.search-balloon__heading > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(70%, #FEE05D));
  background: linear-gradient(transparent 65%, #FEE05D 70%);
}
@media (max-width: 767px) {
  .search-balloon__heading {
    font-size: 1rem;
  }
}
.search-balloon__logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.875rem 1fr 2.875rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 36.875rem;
  gap: 2.875rem;
  margin: 1.25rem auto 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .search-balloon__logo {
    -ms-grid-columns: 1fr 0.625rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.625rem;
  }
}
.search-balloon__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  height: 3.75rem;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-balloon__btn img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .search-balloon__btn {
    height: 3.125rem;
  }
}

/**************************************************/
/* アンケート */
/**************************************************/
.l-enquete-pagetitle {
  background: url(../../images/bg-wave.png) no-repeat top center/100% auto;
  margin-top: -2.8125rem;
  height: 25rem;
  padding: 2.5rem 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1279px) {
  .l-enquete-pagetitle {
    background: url(../../images/bg-wave.png) no-repeat top center/1300px auto;
  }
}
@media (max-width: 767px) {
  .l-enquete-pagetitle {
    height: 12.5rem;
    margin-top: -1.25rem;
    padding-bottom: 1.875rem;
    background: url(../../images/bg-wave.png) no-repeat top center/200% auto;
  }
}
.l-enquete-pagetitle__text {
  margin: 0;
  position: relative;
  max-width: 39.75rem;
  width: 60%;
}
@media (max-width: 767px) {
  .l-enquete-pagetitle__text {
    width: 80%;
  }
}
.l-enquete-pagetitle__text::before, .l-enquete-pagetitle__text::after {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 15.3125rem;
  width: 40%;
  height: 13rem;
  content: "";
}
@media (max-width: 767px) {
  .l-enquete-pagetitle__text::before, .l-enquete-pagetitle__text::after {
    width: 25%;
  }
}
.l-enquete-pagetitle__text::before {
  background: url(../../images/enquete/deco-pagetitle-l.png) no-repeat bottom right/contain;
  bottom: -0.3125rem;
  left: calc(-40% - 1.375rem);
}
@media (max-width: 767px) {
  .l-enquete-pagetitle__text::before {
    left: calc(-25% + 1rem);
    bottom: 1.5rem;
  }
}
.l-enquete-pagetitle__text::after {
  background: url(../../images/enquete/deco-pagetitle-r.png) no-repeat bottom left/contain;
  bottom: -0.625rem;
  right: calc(-40% - 2.375rem);
  width: 30%;
}
@media (max-width: 767px) {
  .l-enquete-pagetitle__text::after {
    right: calc(-25% + 0.625rem);
    bottom: -1.25rem;
  }
}
.l-enquete-pagetitle__text > img {
  display: block;
  -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
}

.l-enquete-page {
  background: url(../../images/enquete/deco-bg-l.png) repeat-y top left 1.5625rem/11.125rem auto, url(../../images/enquete/deco-bg-r.png) repeat-y top right 0.875rem/11.625rem auto, url(../../images/bg-main.png) repeat top center/8.8125rem 8.375rem;
  padding: 6.25rem 0;
}
@media (max-width: 767px) {
  .l-enquete-page {
    background: url(../../images/enquete/deco-bg-l.png) repeat-y top left 0.3125rem/5rem auto, url(../../images/enquete/deco-bg-r.png) repeat-y top right 0rem/5.3125rem auto, url(../../images/bg-main.png) repeat top center/8.8125rem 8.375rem;
    padding: 3.75rem 0;
  }
}