@charset "UTF-8";

/** SECTION HOWTO
==============================================*/
@media screen and (min-width: 641px) {
  .section-howto {
    padding-top: min(11.01vw, 155px);
    padding-bottom: min(8.88vw, 125px);
  }
}
@media screen and (max-width: 640px) {
  .section-howto {
    padding-top: var(--pixel50);
    padding-bottom: var(--pixel75);
  }
}

@media screen and (min-width: 641px) {
  .suruga-bank-account {
    width: min(35.23vw, 496px);
    margin-bottom: var(--pixel10);
    padding-top: var(--pixel15);
  }
}
@media screen and (max-width: 640px) {
  .suruga-bank-account {
    width: 100%;
    padding: var(--pixel15);
  }
}

.howto-href:not(:first-child) {
}
@media screen and (min-width: 641px) {
  .howto-href:not(:first-child) {
    margin-top: var(--pixel60);
  }
}
@media screen and (max-width: 640px) {
  .howto-href:not(:first-child) {
    margin-top: var(--pixel40);
  }
}

.howto-box__lead {
  border-left: var(--pixel04) solid #3e424c;
  padding-left: var(--pixel15);
  letter-spacing: 0;
}
@media screen and (min-width: 641px) {
  .howto-wrap:not(:first-child) {
    margin-top: var(--pixel30);
  }
  .howto-half {
    display: -webkit-box;
    display: flex;
  }
  .howto-box {
    padding: var(--pixel60) var(--pixel65);
  }
  .howto-half .howto-box {
    width: calc(50% - var(--pixel15));
  }
  .howto-half .howto-box:nth-child(odd) {
    margin-right: var(--pixel30);
  }
  .howto-wide {
    display: -webkit-box;
    display: flex;
  }
  .howto-wide .howto-box__ttl {
    width: calc(100% - min(50vw, 704px));
  }
  .howto-box__ttl {
    font-size: var(--pixel24);
    margin-bottom: var(--pixel20);
  }
  .howto-box__info > *:not(:last-child) {
    margin-bottom: var(--pixel20);
  }
  .howto-box__lead {
    font-size: var(--pixel18);
  }
  .howto-box__txt {
    font-size: var(--pixel16);
  }
}
@media screen and (max-width: 640px) {
  .howto-wrap:not(:first-child) {
    margin-top: var(--pixel20);
  }
  .howto-box {
    padding: var(--pixel20) var(--pixel20) var(--pixel40);
  }
  .howto-box:not(:first-child) {
    margin-top: var(--pixel20);
  }
  .howto-box__ttl {
    font-size: var(--pixel16);
    margin-bottom: var(--pixel15);
  }
  .howto-box__info > *:not(:last-child) {
    margin-bottom: var(--pixel15);
  }
  .howto-box__lead {
    font-size: var(--pixel14);
  }
  .howto-box__txt {
    font-size: var(--pixel12);
  }
}

.card-spac > dd {
  border-bottom: var(--pixel01) solid #3e424c;
}
.card-spac__icon {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 641px) {
  .card-spac {
    width: min(50vw, 704px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
  .card-spac > dt {
    text-align: center;
    padding: var(--pixel20) var(--pixel25);
    margin-right: var(--pixel08);
    border-bottom: var(--pixel03) solid #40c5f1;
    font-size: var(--pixel16);
  }
  .card-spac > dd {
    padding: var(--pixel20) var(--pixel25);
    font-size: var(--pixel16);
  }
  .card-spac__icon > li:not(:last-child) {
    margin-right: var(--pixel30);
  }
  .card-spac__icon > li img {
    height: var(--pixel42);
  }
}
@media screen and (max-width: 640px) {
  .card-spac > dt {
    text-decoration: underline;
    text-decoration-thickness: var(--pixel03);
    text-underline-offset: var(--pixel10);
    -webkit-text-decoration-color: #40c5f1;
    text-decoration-color: #40c5f1;
    padding-top: var(--pixel10);
    font-size: var(--pixel14);
  }
  .card-spac > dd {
    padding: var(--pixel20) 0;
    font-size: var(--pixel12);
  }
  .card-spac__icon > li:not(:last-child) {
    margin-right: var(--pixel10);
  }
  .card-spac__icon > li img {
    height: var(--pixel30);
  }
}

.howto-special-shop__name {
  line-height: 1.3;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: var(--pixel10);
}
.howto-special-shop__address {
  line-height: 1.3;
}
.howto-special-shop__img {
  margin-top: var(--pixel05);
}
.howto-special-shop__img img {
  width: 100%;
}
.howto-special-shop__info {
  margin-top: var(--pixel05);
}
.howto-special-shop__info > *:not(:first-child) {
  margin-top: var(--pixel05);
}
@media screen and (min-width: 641px) {
  .howto-special-shop__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .howto-special-shop__add {
    margin-top: var(--pixel50);
  }
  .howto-special-shop__list--noimage {
    margin-top: var(--pixel50);
  }
  .howto-special-shop__list > li {
    width: calc((100% - var(--pixel40)) / 3);
  }
  .howto-special-shop__list > li:not(:nth-child(3n)) {
    margin-right: var(--pixel20);
  }
  .howto-special-shop__list--inimage > li:not(:nth-child(-n + 3)) {
    margin-top: var(--pixel50);
  }
  .howto-special-shop__list--noimage > li:not(:nth-child(-n + 3)) {
    margin-top: var(--pixel20);
  }
  .howto-special-shop__head > * {
    padding-left: var(--pixel19);
  }
  .howto-special-shop__address {
    font-size: var(--pixel14);
  }
  .howto-special-shop__info {
    padding-left: var(--pixel19);
    padding-right: var(--pixel19);
  }
  .howto-special-shop__img {
    padding-left: var(--pixel19);
    padding-right: var(--pixel19);
  }
}
@media screen and (max-width: 640px) {
  .howto-special-shop__add {
    margin-top: var(--pixel25);
  }
  /* .howto-special-shop__list--inimage {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  } */
  .howto-special-shop__list--noimage {
    margin-top: var(--pixel30);
  }
  /* .howto-special-shop__list--inimage > li {
    width: calc(50% - var(--pixel10));
  } */
  /* .howto-special-shop__list--inimage > li:nth-child(odd) {
    margin-right: var(--pixel20);
  } */
  .howto-special-shop__list--inimage > li:not(:nth-child(-n + 2)) {
    margin-top: var(--pixel20);
  }
  .howto-special-shop__list > li:not(:first-child) {
    margin-top: var(--pixel30);
  }
  /* .howto-special-shop__list--noimage > li:not(:first-child) {
    margin-top: var(--pixel25);
  } */
  .howto-box__lead.howto-special-shop__name {
    font-size: var(--pixel16);
    padding-left: var(--pixel08);
    margin-bottom: var(--pixel05);
  }
  .howto-special-shop__head > * {
    padding-left: var(--pixel12);
    padding-right: var(--pixel12);
  }
  .howto-special-shop__address {
    font-size: var(--pixel13);
  }
  .howto-special-shop__info {
    padding-left: var(--pixel12);
    padding-right: var(--pixel12);
  }
  .howto-special-shop__img {
    padding-left: var(--pixel12);
    padding-right: var(--pixel12);
    height: 200px;
  }
  .howto-special-shop__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}

.howto-special-shop__dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  margin-top: var(--pixel05);
}
.howto-special-shop__dl > dt {
  padding-right: 0.5em;
  line-height: 1.4;
}
.howto-special-shop__dl > dd {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.howto-special-shop__dl > dd .intextlink {
  word-break: break-all;
  line-height: 1.4;
}
.howto-special-shop__dl > dd:before {
  content: "： ";
}
@media screen and (min-width: 641px) {
  .howto-special-shop__dl {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .howto-special-shop__dl {
    font-size: var(--pixel11);
  }
}

.howto-special-shop__button {
  position: relative;
  background-color: #0d80c1;
  color: #fff;
  display: block;
  width: min(27.27vw, 384px);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  padding: var(--pixel15);
  border-radius: var(--pixel05);
}
.howto-special-shop__button:after {
  content: "";
  position: absolute;
  width: var(--pixel12);
  height: var(--pixel12);
  top: calc(50% - var(--pixel09));
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.howto-special-shop__button.is-active:after {
  top: calc(50% - var(--pixel03));
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
@media screen and (min-width: 641px) {
  .howto-special-shop__button {
    width: min(27.27vw, 384px);
    font-size: var(--pixel16);
  }
  .howto-special-shop__button:after {
    right: var(--pixel30);
  }
}
@media screen and (max-width: 640px) {
  .howto-special-shop__button {
    width: 100%;
    letter-spacing: 0.08em;
    font-size: var(--pixel15);
  }
  .howto-special-shop__button:after {
    right: var(--pixel20);
  }
}

/** ANNOUNCE INFORMATION
==============================================*/
.announce-information {
  text-align: center;
}
.announce-information__button,
.announce-information__button:hover {
  text-align: center;
  text-decoration: underline !important;
  color: #b81a35 !important;
}
@media screen and (min-width: 641px) {
  .announce-information {
    padding-top: var(--pixel40);
    padding-right: var(--pixel40);
    padding-left: var(--pixel40);
  }
  .announce-information__button,
  .announce-information__button:hover {
    font-size: var(--pixel18) !important;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 640px) {
  .announce-information {
    padding-top: var(--pixel15);
    padding-right: var(--pixel10);
    padding-left: var(--pixel10);
  }
  .announce-information__button,
  .announce-information__button:hover {
    font-size: var(--pixel13) !important;
  }
}

/** MODAL ITEM
          ==============================================*/
.modal-item__head > *:not(:first-child) {
  margin-top: 1em;
}
.modal-item__title {
  font-weight: 700;
  color: #0f1350;
  text-align: center;
}
.modal-item__lead {
  font-weight: 500;
  text-align: center;
}
.modal-item__body {
  background-color: #eff2f5;
}
.modal-item__body > *:not(:first-child) {
  margin-top: 1em;
}
.modal-item__box {
  background-color: #eff2f5;
}
.modal-item__box > *:not(:first-child) {
  margin-top: 1em;
}
.modal-item__txt {
  text-align: left;
}
.modal-item__notes > li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.modal-item__notes > li:before {
  content: "※";
}
@media screen and (min-width: 641px) {
  .modal-item__head {
    padding: var(--pixel30) 0;
  }
  .modal-item__title {
    font-size: var(--pixel22);
  }
  .modal-item__lead {
    font-size: var(--pixel18);
  }
  .modal-item__box {
    padding: var(--pixel30) var(--pixel40);
  }
  .modal-item__txt {
    font-size: var(--pixel16);
  }
  .modal-item__notes > li {
    font-size: var(--pixel13);
  }
}
@media screen and (max-width: 640px) {
  .modal-item__head {
    padding: var(--pixel20) 0;
  }
  .modal-item__title {
    font-size: var(--pixel17);
  }
  .modal-item__lead {
    font-size: var(--pixel16);
  }
  .modal-item__box {
    padding: var(--pixel20) var(--pixel15);
  }
  .modal-item__txt {
    font-size: var(--pixel14);
  }
  .modal-item__notes > li {
    font-size: var(--pixel11);
  }
}
.announce-information {
  padding: var(--pixel10) 0;
}
.announce-information__button.campaign-modal {
  display: none !important;
}
.announce-information__button,
.announce-information__button:hover {
  color: #fff !important;
}
.modal-item {
  color: #000;
}
@media screen and (min-width: 641px) {
  .modal-item__title {
    font-size: var(--pixel20);
  }
  .announce-information {
    max-width: min(27.27vw, 384px);
    margin-left: calc(50% + var(--pixel65));
  }
  .announce-information__button,
  .announce-information__button:hover {
    font-size: var(--pixel14) !important;
  }
}
@media screen and (max-width: 640px) {
  .modal-item {
    padding-inline: var(--pixel20);
  }
}

.service-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.service-item__info {
  background-color: #fff;
}
.service-item__name {
  text-align: center;
  position: relative;
}
.service-item__name:after {
  content: "";
  background-color: #a07c52;
  height: var(--pixel01);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 641px) {
  .support-service > li:not(:first-child) {
    margin-top: var(--pixel65);
  }
  .service-item {
    display: -webkit-box;
    display: flex;
  }
  .service-item__img {
    width: 50%;
  }
  .service-item__info {
    width: 50%;
    padding: var(--pixel50);
  }
  .service-item__name {
    font-size: var(--pixel22);
    padding-bottom: var(--pixel20);
    margin-bottom: var(--pixel20);
  }
  .service-item__name:after {
    width: var(--pixel78);
  }
  .service-item__txt {
    font-size: var(--pixel14);
  }
  .service-item__notes {
    margin-top: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .support-service > li:not(:first-child) {
    margin-top: var(--pixel20);
  }
  .service-item__info {
    padding: var(--pixel30) var(--pixel25);
  }
  .service-item__name {
    font-size: var(--pixel16);
    padding-bottom: var(--pixel15);
    margin-bottom: var(--pixel15);
  }
  .service-item__name:after {
    width: var(--pixel60);
  }
  .service-item__txt {
    font-size: var(--pixel12);
  }
  .service-item__notes {
    margin-top: var(--pixel05);
  }
}

.service-item__other-txt-sub {
  margin-left: var(--pixel05);
}
.service-item__other > dt {
  font-weight: 700;
}
.service-item__other > dd {
  text-align: right;
}
.service-item__other-txt {
  text-align: left;
}
.service-item__other-link {
  border-bottom: var(--pixel02) solid #977530;
  position: relative;
  padding-right: var(--pixel25);
}
.service-item__other-link:before,
.service-item__other-link:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}
.service-item__other-link:before {
  height: var(--pixel08);
  width: var(--pixel13);
  bottom: var(--pixel08);
  right: 0;
  border-right: var(--pixel02) #856836 solid;
  border-top: var(--pixel02) #856836 solid;
}
.service-item__other-link:after {
  height: var(--pixel10);
  width: var(--pixel15);
  bottom: var(--pixel03);
  right: var(--pixel03);
  border: var(--pixel02) #856836 solid;
}
@media screen and (min-width: 641px) {
  .service-item__sub {
    margin-top: var(--pixel20);
  }
  .service-item__other > dt {
    font-size: var(--pixel16);
  }
  .service-item__other > dd {
    font-size: var(--pixel14);
    margin-top: var(--pixel05);
  }
  .service-item__other-link {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .service-item__sub {
    margin-top: var(--pixel15);
  }
  .service-item__other > dt {
    font-size: var(--pixel13);
  }
  .service-item__other > dd {
    font-size: var(--pixel12);
    margin-top: var(--pixel05);
  }
  .service-item__other-link {
    font-size: var(--pixel12);
  }
}

.service-item__button {
  color: #fff;
  display: block;
  background: -webkit-linear-gradient(left, rgba(64, 197, 241, 1) 0%, rgba(0, 113, 182, 1) 100%);
  background: linear-gradient(90deg, rgba(64, 197, 241, 1) 0%, rgba(0, 113, 182, 1) 100%);
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: var(--pixel10);
  margin-top: var(--pixel20);
}
.service-item__button:hover {
  color: #fff;
}
.service-item__button:after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  position: absolute;
  width: var(--pixel08);
  height: var(--pixel10);
  top: calc(50% - var(--pixel04));
}
@media screen and (min-width: 641px) {
  .service-item__button {
    font-size: var(--pixel16);
  }
  .service-item__button:after {
    right: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .service-item__button {
    font-size: var(--pixel12);
  }
  .service-item__button:after {
    right: var(--pixel10);
  }
}
