/*/////////////////////////////////////////////////////

variable

/////////////////////////////////////////////////////*/
:root {
  --colorBlack: #424242;
  --colorBlack300: #7c7669;
  --colorGray100: #e9e8e5;
  --colorGray200: #e9e8e5;
  --colorGray500: #f7f7f6;
  --colorGray600: #7c7669;
  --colorMain: #e3155f;
  --fontNotoSansJP: "Noto Sans JP", serif;
}

/*/////////////////////////////////////////////////////

BASE

/////////////////////////////////////////////////////*/
@media screen and (max-width: 1023px) {
  img {
    margin-bottom: 0;
  }
}

p,
h1,
h2,
h3,
h4,
dl,
dd,
dt {
  margin-bottom: 0;
  padding: 0;
}

.container1080 {
  margin-inline: auto;
  max-width: 1110px;
  padding-inline: 15px;
  width: 100%;
}

.heading__title {
  color: var(--colorMain);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  padding: 0 0 16px;
  text-align: center;
}

.heading__lead {
  color: var(--colorMain);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.heading__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.commonTitle {
  color: var(--colorMain);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
}

.commonTitle span {
  border-bottom: 2px solid var(--colorMain);
  display: inline-block;
  padding: 0 8px 16px;
}

.commonBlackTitle {
  border-bottom: 2px solid var(--colorMain);
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-inline: auto;
  padding-block: 16px;
  text-align: center;
  width: fit-content;
}

.commonBlackTitle .red {
  color: var(--colorMain);
}

.commonText {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.ctaArea {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}

.buttonBooking {
  align-items: center;
  background: linear-gradient(
  180deg,
  rgba(255, 127, 142, 1) 0%,
  rgba(231, 45, 67, 1) 100%
  );
  border-radius: 5px;
  color: #fff !important;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  justify-content: center;
  margin: 0;
  max-width: 280px;
  padding: 0;
  position: relative;
  width: 100%;
}

.buttonBooking:hover {
  opacity: 0.6;
}

.buttonBooking:before {
  border: 0;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  bottom: 0;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 24px;
  top: 0;
  transform: rotate(45deg);
  width: 6px;
}

.buttonGold {
  align-items: center;
  background: linear-gradient(
  180deg,
  rgba(244, 232, 209, 1) 0%,
  rgba(238, 195, 111, 1) 100%
  );
  border-radius: 5px;
  color: #424242;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin-top: 16px;
  position: relative;
  width: 100%;
}

.buttonGold::before {
  background: url("../images/price/icon-calendar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17px;
  left: 16px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 17px;
}

.buttonGold::after {
  border: 0;
  border-right: solid 2px var(--colorBlack);
  border-top: solid 2px var(--colorBlack);
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 24px;
  top: 0;
  transform: rotate(45deg);
  width: 8px;
}

.buttonMore {
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--colorMain);
  border-radius: 5px;
  color: var(--colorMain) !important;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  width: 100%;
}

.buttonMore:before {
  border: 0;
  border-right: solid 1px var(--colorMain);
  border-top: solid 1px var(--colorMain);
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  transition: 0.1s;
  width: 8px;
}

.buttonMore:hover {
  background-color: var(--colorMain);
  color: #fff !important;
}

.buttonMore:hover:before {
  border-right: solid 1px #fff !important;
  border-top: solid 1px #fff !important;
  right: 12px;
}

@media screen and (min-width: 768px) {
  .heading__title {
    font-size: 32px;
    padding: 0 0 24px;
  }

  .heading__text {
    font-size: 16px;
    line-height: 1.7;
  }

  .commonTitle {
    font-size: 18px;
    line-height: 1.7;
  }

  .commonTitle span {
    border-bottom: 3px solid var(--colorMain);
  }

  .commonText {
    font-size: 16px;
    line-height: 1.7;
  }

  .ctaArea {
    padding: 40px 0 24px;
  }

  .buttonGold {
    font-size: 16px;
    height: 60px;
    max-width: 380px;
  }

  .buttonBooking {
    font-size: 16px;
    height: 60px;
    max-width: 300px;
  }

  .buttonMore {
    font-size: 16px;
    height: 50px;
    max-width: 300px;
  }
}

/*/////////////////////////////////////////////////////

コンテンツ

/////////////////////////////////////////////////////*/

.price {
  color: var(--colorBlack);
  font-family: var(--fontNotoSansJP);
  padding: 120px 0 0;
}

/*/////////////////////////////////////////////////////

1-2 番号

/////////////////////////////////////////////////////*/
.siryou-form-step {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .siryou-form-step {
    margin-bottom: 40px;
  }
}
.p-message__title {
  color: var(--colorMain);
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-message__title {
    font-size: 36px;
  }
}

.p-message__title + h3,h3.thanks {
  font-size: 18px;
  color:#424242;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-message__title + h3,h3.thanks {
    font-size: 22px;
    font-weight: bold;
  }
}

h3 {
  text-align: center;
}
.p-message__text {
  text-align: center;
}

.siryou-form-step__list {
  counter-reset: stepCounter;
  display: inline-flex;
  gap: 0 5em;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .siryou-form-step__list {
    gap: 0 9em;
  }
}


.siryou-form-step__list::before {
  height: 0.1em;
  opacity: 0.4;
  width: 100%;
  z-index: 1;
}

.siryou-form-step__list::before,
.siryou-form-step__list::after {
  background: var(--colorMain);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 1.35em;
}
.siryou-form-step__list .item {
  counter-increment: stepCounter;
  padding-top: 5em;
  position: relative;
  width: 33.33%;
  z-index: 1;
}
.siryou-form-step__list .item__num {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--colorMain);
  display: flex;
  font-family: "Roboto Flex", serif;
  font-size: 2.2em;
  font-weight: bold;
  font-weight: 500;
  height: 2em;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2em;
  font-weight: 400;
}


@media screen and (min-width: 768px) {
  .siryou-form-step__list .item__num {
    font-size: 3.4em;
  }
}


li.item.active .item__num {
  background-color: var(--colorMain);
  color: #fff;
}
li.item.active .item__text {
  color: var(--colorMain);
}
.siryou-form-step__list .item__num::before {
  border: var(--colorMain) solid 0.07em;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 4;
}
.siryou-form-step__list .item__num::after {
  content: counter(stepCounter);
  position: relative;
  z-index: 5;
}
.siryou-form-step__list::before,
.siryou-form-step__list::after {
  background: var(--colorMain);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 2.2em;
}
@media screen and (min-width: 768px) {
  .siryou-form-step__list::before,
  .siryou-form-step__list::after {
    top: 3.5em;
  }
}

.siryou-form-step.is-step2 .siryou-form-step__list::after {
  width: 75%;
}
.siryou-form-step__list::after {
  height: 0.2em;
  margin-top: -0.1em;
  width: 5em;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .siryou-form-step__list::after {
    height: 0.3em;
    margin-top: -0.1em;
    width: 5em;
  }
}

/*/////////////////////////////////////////////////////

ご入力ありがとうございました。

/////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////
ZWEIのプランなら
/////////////////////////////////////////////////////*/

.about {
  padding: 0 0 32px;
}

@media screen and (min-width: 768px) {
  .about {
    padding: 24px 0 32px;
  }
}

.aboutHead__title {
  color: var(--colorMain);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}

.aboutHead__img {
  text-align: center;
}

.aboutHead__img img {
  height: 158px;
  margin: 0;
  padding: 0;
  width: auto;
}

.aboutMain {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0px;
  padding: 22px 6px 30px;
  position: relative;
}


@media screen and (min-width: 768px) {
  .aboutMain {
    padding: 6px;
    margin-top: 16px;
  }
}


.aboutMain::before {
  background: linear-gradient(
  90deg,
  rgba(214, 171, 88, 1) 0%,
  rgba(229, 206, 161, 1) 100%
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -200;
}

.aboutMain::after {
  background: #fff;
  content: "";
  height: calc(100% - 12px);
  left: 6px;
  position: absolute;
  top: 6px;
  width: calc(100% - 12px);
  z-index: -100;
}

.aboutMain__price {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .aboutMain__price {
    margin: 24px 0 0;
  }
}

.aboutMain__price span img {
  width: 25px;
  height: auto;
  margin: 0 15px 0 0;
}


@media screen and (min-width: 768px) {
  .aboutMain__price span img {
    width: 31px;
    height: auto;
    margin: 0;
  }
}


.aboutMain__price span {
  color: var(--colorMain);
  font-size: 26px;
}

.aboutMain__price small {
  font-size: 16px;
  font-weight: bold;
}

.aboutMain__word {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 8px 0 0;
  letter-spacing: 0.08em;
}

.aboutMain__word.big {
  font-size: 18px;
}

.aboutMain__word.small {
  margin-top: 12px;
  font-size: 14px !important;
  font-weight: 600;
}

.aboutMain__notes {
  color: var(--colorGray600);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 8px 0 24px;
}

.aboutNav {
  margin-top: 24px;
}

.aboutNav__list {
  column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.aboutNav__list li a {
  align-items: center;
  background: #fff7ed;
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin: 0;
  padding: 16px 0 40px;
  position: relative;
  text-align: center;
}

.aboutNav__list li a::after {
  border: 0;
  border-bottom: solid 2px var(--colorMain);
  border-right: solid 2px var(--colorMain);
  bottom: 16px;
  content: "";
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  width: 12px;
}

.aboutNav__list li a:hover {
  color: var(--colorBlack);
  opacity: 0.6;
}

.aboutNav__word {
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 0;
  text-align: center;
}

.aboutNav__lead {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 32px 0 0;
  text-align: center;
}

.aboutNav__lead span {
  position: relative;
}

.aboutNav__lead span::before {
  background: var(--colorMain);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -6px;
  width: 6px;
}

.aboutNav_img {
  margin: 45px 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .aboutNav_img {
    margin: 16px 0 0;
    text-align: center;
  }
}

.aboutNav_img img {
  margin: 0;
}

.caution {
  margin-top: 15px;
  font-size: 12px;
  color:#7C7669;
}

@media screen and (min-width: 768px) {
  .caution {
    font-size: 12px;
    color:#7C7669;
  }
}

.aboutNav__text {
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 0;
  text-align: center;
}

.aboutNav__text span {
  color: var(--colorMain);
}

.aboutNav__thumbnail {
  margin: 16px 0 0;
}

.aboutNav__thumbnail img {
  margin: 0;
}

span.red {
  color:var(--colorMain);
}
span.number {
  font-size: 18px;
}
p.big {
  font-size: 18px;
  font-weight: bold;
}


@media screen and (min-width: 768px) {
  .about {
    padding: 0px 0 24px;
  }

  .aboutHead__title {
    font-size: 28px;
  }

  .aboutHead__img img {
    height: 200px;
  }

  .aboutMain {
    padding: 10px 0 40px;
    width: 640px;
    margin: 32px auto 62px;
  }

  .aboutMain::after {
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
  }

  .aboutMain__price {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 16px 0 0;
    display: flex;
    align-items: center;
    gap:15px;
  }

  .aboutMain__price span {
    font-size: 38px;
  }

  .aboutMain__price small {
    font-size: 16px;
  }

  .aboutMain__word {
    font-size: 18px;
    margin: 16px 0 0;
  }

  .aboutMain__notes {
    font-size: 13px;
    margin: 16px 0 32px;
  }

  .aboutNav {
    margin-top: 40px;
  }

  .aboutNav__list {
    column-gap: 10px;
  }

  .aboutNav__list li a {
    font-size: 16px;
    margin: 0;
    padding: 24px 0 48px;
  }

  .aboutNav__list li a::after {
    bottom: 24px;
    height: 14px;
    width: 14px;
  }

  .aboutNav__word {
    font-size: 18px;
    margin: 48px 0 0;
  }

  .aboutNav__word br {
    display: none;
  }

  .aboutNav__lead {
    font-size: 28px;
    margin: 40px 0 0;
  }

  .aboutNav__lead span::before {
    height: 8px;
    top: -8px;
    width: 8px;
  }

  .aboutNav_img {
    margin: 24px 0 0;
  }

  .aboutNav_img img {
    height: auto;
    width: 50%;
  }

  .aboutNav__text {
    font-size: 18px;
    margin: 48px 0 0;
  }

  .aboutNav__text br {
    display: none;
  }

  .aboutNav__thumbnail {
    margin: 40px 0 0;
    text-align: center;
  }

  .aboutNav__thumbnail img {
    height: auto;
    width: 60%;
  }
}
/*/////////////////////////////////////////////////////
ZWEIのプランなら
/////////////////////////////////////////////////////*/
.tabs {
  margin: 24px auto;
  max-width: 1080px;
}
@media screen and (max-width: 1023px) {
  .tabs {
    width: calc(100% - 30px);
  }
}

.tabList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  width: 100%;
}
.tabList li {
  flex-basis: calc(33.3% - 1px);
}
.tabItem {
  background-color: #bdbdbd;
  color: #fff;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: bold;
  height: 90px;
  letter-spacing: 0.08em;
  padding: 13px 0;
  position: relative;
  transition: 0.2s;
}

.tabItem__text {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1023px) {
  .tabItem {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
.tabItem:first-of-type {
  background-image: url(../images/top/icon-run.svg);
  background-position: center left 24.87px;
  background-repeat: no-repeat;
}
.tabItem:first-of-type.active,
.tabItem:first-of-type:hover {
  background-image: url(../images/top/icon-run.svg),
  linear-gradient(#ff7f8e, #e72d43);
  background-position: center left 24.87px, center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .tabItem:first-of-type {
    background-position: top 18.44px center;
  }
  .tabItem:first-of-type.active {
    background-position: top 18.44px center, center;
  }
}
.tabItem:first-of-type.active::after {
  bottom: -30px;
  content: url(../images/top/icon-triangle--red.svg);
  display: block;
  left: 50%;
  margin: auto;
  position: absolute;
  transform: translateX(-50%);
}
.tabItem:nth-of-type(2) {
  background-image: url(../images/top/icon-beginner.webp);
  background-position: center left 24.87px;
  background-repeat: no-repeat;
  background-size: 27px;
}
.tabItem:nth-of-type(2).active,
.tabItem:nth-of-type(2):hover {
  background-image: url(../images/top/icon-beginner.webp),
  linear-gradient(#c8993f, #e3b863);
  background-position: center left 24.87px, center;
  background-repeat: no-repeat;
  background-size: 27px, 100%;
}
@media screen and (max-width: 1023px) {
  .tabItem:nth-of-type(2) {
    background-position: top 16px center;
  }
  .tabItem:nth-of-type(2).active {
    background-position: top 16px center, center;
  }
}
.tabItem:nth-of-type(3).active::after {
  bottom: -30px;
  content: url(../images/top/icon-triangle--pink.svg);
  display: block;
  left: 50%;
  margin: auto;
  position: absolute;
  transform: translateX(-50%);
}
.tabItem:nth-of-type(3) {
  background-image: url(../images/price/icon-question.png);
  background-position: center left 24.87px;
  background-repeat: no-repeat;
  background-size: 32px;
}
.tabItem:nth-of-type(3).active,
.tabItem:nth-of-type(3):hover {
  background-image: url(../images/price/icon-question.png),
  linear-gradient(#ffc087, #ff9caa);
  background-position: center left 24.87px, center;
  background-repeat: no-repeat;
  background-size: 32px, 100%;
}
@media screen and (max-width: 1023px) {
  .tabItem:nth-of-type(3) {
    background-position: top 16px center;
  }
  .tabItem:nth-of-type(3).active {
    background-position: top 16px center, center;
  }
}

.tabItem:nth-of-type(3).active::after {
  bottom: -30px;
  content: url(../images/price/icon-triangle--pink.svg);
  display: block;
  left: 50%;
  margin: auto;
  position: absolute;
  transform: translateX(-50%);
}

.tabItem .sub {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .tabItem .sub {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    height: 40px;
  }
}

.tabPanel {
  display: none;
}
.tabPanel > div {
  background-color: #e9e8e5;
  padding: 34px;
}
.tabPanel:first-of-type {
  background: linear-gradient(#ff7f8e, #e72d43);
  border-radius: 4px;
  padding: 6px;
}
.tabPanel:nth-of-type(2) {
  background: linear-gradient(to right, #d6ab58, #e5cea1);
  border-radius: 4px;
  padding: 6px;
}

.tabPanel:nth-of-type(3) {
  background: linear-gradient(to bottom, #ffb4bf, #ffd0a5);
  border-radius: 4px;
  padding: 6px;
}

@media screen and (max-width: 1023px) {
  .price section .tabPanel > p {
    font-size: 1.7rem;
  }
}
.tabPanel table {
  margin-bottom: 22px;
  margin-top: 27px;
  width: 100%;
}

.tabPanel_lead {
  font-size: 1.8rem;
  text-align: center;
}

.tabPanel table th,
.tabPanel table td {
  background-color: #fff;
  border-bottom: 1px solid #e9e8e5;
  height: 76px;
  letter-spacing: 0.08em;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .tabPanel table th,
  .tabPanel table td {
    padding: 20px 10px;
  }
  .tabPanel table th {
    width: 55%;
  }
  .tabPanel table td {
    width: 45%;
  }
}
.tabPanel table th small {
  margin-top: 3px;
}

.tabPanel table th div {
  font-size: 1.6rem;
  font-weight: 700;
}

.tabPanel table td .number {
  font-family: "Roboto Flex";
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
}

.tabPanel table td .unit {
  font-size: 1.6rem;
}
.tabPanel table td {
  text-align: left;
}
.tabItem.active {
  color: #fff;
  font-weight: bold;
}
.price section .tabPanel table small {
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .price section .tabPanel table small {
    font-size: 1rem;
  }
}
.price section .tabPanel > div > div.left {
  text-align: left;
}
.price section .tabPanel > div > article {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 38px;
}

.price section .tabPanel > div > article img {
  max-width: 320px;
  width: 100%;
}

.price section .tabPanel > div > article > article {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .price section .tabPanel > div > article {
    gap: 7px 0;
    justify-content: space-between;
  }
  .price section .tabPanel > div > article > article {
    flex-basis: calc(100% / 2 - 3.5px);
  }
}
.price section .tabPanel > div > article > article > div:first-child {
  background-color: var(--colorMain);
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
}
.price
    section
    .tabPanel:nth-of-type(2) > div > article > article > div:first-child {
  background-color: #c8993f;
}
.price
    section
    .tabPanel > div > article > article > div:first-child
    span:first-of-type {
  font-size: 1.8rem;
}
.price
    section
    .tabPanel > div > article > article > div:first-child
    span:nth-of-type(2) {
  font-size: 1.6rem;
}
.price
    section
    .tabPanel > div > article > article > div.small
    span:first-of-type {
  font-size: 1.5rem;
}
.price
    section
    .tabPanel > div > article > article > div.small
    span:nth-of-type(2) {
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .price
  section
  .tabPanel > div > article > article > div:first-child
  span:first-of-type {
    font-size: 1.2rem;
  }
  .price
  section
  .tabPanel > div > article > article > div:first-child
  span:nth-of-type(2) {
    font-size: 1.2rem;
  }
  .price
  section
  .tabPanel > div > article > article > div.small
  span:first-of-type {
    font-size: 1.2rem;
  }
  .price
  section
  .tabPanel > div > article > article > div.small
  span:nth-of-type(2) {
    font-size: 1.2rem;
  }
}
.price section .tabPanel > div > article > article > div:nth-of-type(2) {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .price
  section
  .tabPanel > div > article > article > div:nth-of-type(2)
  img {
    margin: 0;
  }
}
.price section .tabPanel > div > article > article > div:nth-of-type(2) div {
  background-color: #fff;
  border-radius: 4px;
  bottom: 7px;
  color: var(--colorMain);
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.08em;
  margin: auto;
  position: absolute;
  right: 0;
  width: 186px;
}
@media screen and (max-width: 1023px) {
  .price
  section
  .tabPanel > div > article > article > div:nth-of-type(2)
  div {
    font-size: 1.2rem;
    width: 142px;
  }
}
.price
    section
    .tabPanel:nth-of-type(2) > div > article > article > div:nth-of-type(2)
    div {
  /* color: #c8993f; */
  color: #5c3c00;
}
.price
    section
    .tabPanel > div > article > article > div:nth-of-type(2)
    div
    .number {
  font-family: "Roboto Flex";
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .price
  section
  .tabPanel > div > article > article > div:nth-of-type(2)
  div
  .number {
    font-size: 1.4rem;
  }
}
.price
    section
    .tabPanel > div > article > article > div:nth-of-type(2)
    div
    span:last-of-type {
  bottom: 0;
  position: relative;
}
.tabPanel.active {
  display: block;
}
@media screen and (max-width: 1023px) {
  .tabPanel.active > div {
    display: block;
    padding: 40px 15px;
  }
}
.tabPanel.active h2 {
  font-size: 20px;
  font-weight: bold;
}

.tabContentHead__bubble {
  background: #fff;
  border-radius: 15px;
  box-shadow: 3px 3px 1px 0 rgba(69, 54, 55, 0.1);
  margin-inline: auto;
  padding: 20px 32px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.tabContentHead__bubble::after {
  background: url(../images/price/icon-bubble-bottom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -24px;
  content: "";
  height: 25px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 43px;
}

.tabContentHead__bubbleText {
  color: var(--colorMain);
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 0;
}

.tabContentHead__bubbleText.gold {
  color: #c8993f;
}

.tabContentHead__bubbleText .num {
  font-size: 18px;
  font-weight: 700;
}

.tabContentHead__title {
  margin: 30px auto 0;
  text-align: center;
  width: fit-content;
}

.tabContentHead__title h4 {
  border-bottom: 2px solid var(--colorMain);
  color: var(--colorBlack) !important;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-block: 16px;
}

.tabContentHead__title h4.gold {
  border-bottom-color: #c8993f;
}
.tabContentHead__title h4.pink {
  border-bottom-color: var(--colorMain);
}

.tabContentHead__title p {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 0;
}

.tabContentHead .red {
  color: var(--colorMain);
}

.tabContentHead__note {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 0;
}

.tabPanel__lead {
  border-bottom: 2px solid var(--colorMain);
  color: var(--colorBlack) !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 16px auto 0;
  padding-block: 16px;
  text-align: center;
  width: fit-content;
}

.tabPanel__lead.gold {
  border-bottom-color: #c8993f;
}

.tabPanelSupport__box {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-inline: auto;
  max-width: 600px;
  width: 100%;
}

.tabPanelSupport__textInner {
  align-items: center;
  display: grid;
  gap: 10px;
  max-width: 300px;
  width: 100%;
}

.tabPanelSupport__text {
  align-items: center;
  background: #fff;
  border-radius: 100px;
  display: flex;
  font-size: 13px;
  height: 52px;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 0;
  padding-left: 48px;
  position: relative;
}

.tabPanelSupport__text::before {
  background: url(../images/price/icon-check-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 24px;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.tabPanelSupport__text.gold::before {
  background: url(../images/price/icon-check-circle-gold.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tabPanelSupport__img {
  max-width: 300px;
  width: 100%;
}

.tabPanelCotainer {
  background: linear-gradient(
  to bottom,
  rgba(255, 255, 255, 0.86),
  rgba(255, 255, 255, 0.86)
  ),
  /* 白の半透明 */ linear-gradient(to bottom, #ffd0a5, #ffb4bf); /* 元のグラデーション */
  padding: 0;
}

.tabContentHead__doubtImg {
  margin: 34px auto 0;
  max-width: 345px;
  width: 100%;
}

.tabContentHead__doubText {
  margin-top: 32px;
  text-align: center;
}

.tabContentHead__doubText .red {
  color: var(--colorMain);
  font-size: 18px;
}

.tabPanel__bgWhite {
  padding-block: 40px;
}

.tabContentmerit__lead {
  color: var(--colorMain);
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.5;
}

.tabContentmerit__lead {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-top: 24px;
  text-align: center;
}

.tabContentmeritList {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.meritList__text {
  font-size: 12px;
  letter-spacing: 1px;
}

.meritList__text .red {
  color: var(--colorMain);
}

.meritColumn {
  display: grid;
  gap: 28px 11px;
  grid-template-columns: repeat(auto-fit, minmax(141px, 1fr));
  margin-inline: auto;
  max-width: 660px;
  width: 100%;
}

.meritColumn__item {
  align-items: center;
  align-self: center;
  background: #fff7ed;
  box-shadow: 3px 3px 1px 0 rgba(69, 54, 55, 0.1);
  display: grid;
  gap: 16px;
  height: 168px;
  justify-content: center;
  margin-top: 40px;
  padding-block: 32px 24px;
  position: relative;
}

.tabPanel__bgWhite {
  background-color: #fff !important;
}

.meritColumn__num {
  height: 50px;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  width: 50px;
}

.meritColumn__icon {
  height: 60px;
  margin-inline: auto;
  width: 60px;
}

.meritColumn__text {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
}

.meritList__title {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 50px auto;
  justify-content: center;
}

.meritList__item {
  display: grid;
  gap: 16px;
}

.meritList__img {
  margin-inline: auto;
  width: 83%;
}

.meritList__btn {
  align-items: center;
  background: linear-gradient(
  180deg,
  rgba(255, 127, 142, 1) 0%,
  rgba(231, 45, 67, 1) 100%
  );
  border-radius: 4px;
  color: #fff !important;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 43px;
  justify-content: center;
  margin: 32px auto 0;
  max-width: 280px;
  position: relative;
  width: 100%;
}

.meritList__btn::after {
  border: 0.15em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  color: #fff;
  content: "";
  display: inline-block;
  height: 0.5em;
  line-height: 1;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateX(-25%) translateY(-50%) rotate(45deg);
  vertical-align: middle;
  width: 0.5em;
}

.meritList__btn:hover {
  opacity: 0.6;
}

.discount {
  background: #fff7ed;
  padding-block: 24px 30px;
}

.discountList {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.discountList__item {
  background: linear-gradient(
  90deg,
  #d6ab58 0%,
  #e5cea1 100%
  ); /* グラデーション */
  border-radius: 8px;
  padding: 10px;
  padding: 24px;
  position: relative;
  z-index: 0;
}

.discountList__item::before {
  background: white;
  border-radius: 6px;
  bottom: 6px;
  content: "";
  left: 6px;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: -1;
}

.discountList__top {
  align-items: flex-start;
  border-bottom: 1px solid #d9d7d2;
  display: grid;
  gap: 24px;
  grid-template-columns: 70px auto;
  padding-bottom: 16px;
}

.discountList__title {
  color: var(--colorMain);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.discountList__text {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 10px;
}

.discountList__column {
  display: grid;
  gap: 17px;
  grid-template-columns: 1fr 1fr;
  padding-top: 16px;
}

.discountList__columnItem {
  position: relative;
}

.discountList__columnItemText {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
}

.discountList__columnItemPrice {
  display: flex;
  font-size: 14px;
  gap: 10px;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-top: 8px;
  position: relative;
}

.discountList__columnItemPrice .red {
  color: var(--colorMain);
}

.before.discountList__columnItem::after {
  border-color: transparent;
  border-left-color: currentColor;
  border-style: solid;
  border-width: 0.6em 0.9em;
  color: var(--colorMain);
  content: "";
  display: inline-block;
  height: 0;
  line-height: 1;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 0;
}

.discountList__columnItem.before img {
  height: 22px !important;
  width: auto;
}

.discountList__columnItem.after img {
  height: 24px !important;
  width: auto;
}

.discountList__off {
  background: var(--colorMain);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 8px auto 0;
  padding: 2px 24px 4px;
  text-align: center;
  width: fit-content;
}

@media screen and (max-width: 1200px) {
  .tabItem {
    height: 120px;
  }
  .tabItem__text {
    top: 65%;
    width: max-content;
  }
}

@media screen and (max-width: 768px) {
  .tabItem {
    height: 98px;
  }
  .tabItem__text {
    bottom: 10px;
    font-size: 13px;
    left: 50%;
    line-height: 1.3;
    min-height: 34px;
    top: unset;
    transform: translateX(-50%);
    width: max-content;
  }

  .price section .tabPanel table small.red {
    font-family: var(--fontNotoSansJP);
    font-size: 14px;
  }

  .tabPanel table td {
    text-align: center;
  }

  .tabPanelSupport__box {
    height: 220px;
    margin-top: 24px;
    max-width: 350px;
    position: relative;
  }

  .tabPanelSupport__textInner {
    left: 0;
    position: absolute;
    top: 0;
  }

  .tabPanelSupport__text {
    max-width: 227px;
  }

  .tabPanelSupport__img {
    bottom: 0;
    max-width: 253px;
    position: absolute;
    right: 0;
  }

  .tabPanel__lead {
    font-size: 16px;
  }
}

/*/////////////////////////////////////////////////////
サービス・料金比較
/////////////////////////////////////////////////////*/
.pointWrap__tableBox {
  overflow-x: auto;
  padding-bottom: 16px;
  width: 100%;
}

.pointWrap__table {
  border-collapse: collapse;
  margin-inline: auto;
  margin-top: 16px;
  width: 660px;
}

.pointWrap__table .asterisk {
  font-size: 10px;
  position: relative;
  top: -4px;
}

.pointWrap__table tr {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
}

.pointWrap__table th,
.pointWrap__table td {
  align-items: center;
  border-bottom: 2px solid #e9e8e5;
  display: flex;
  font-size: 14px;
  height: 62px;
  justify-content: center;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

.pointWrap__table th,
.pointWrap__table .heading {
  background: #fff7ef;
}

.pointWrap__table .heightLong td {
  height: 83px;
}

.pointWrap__table .heading {
  font-weight: 400;
}

.pointWrap__table .ownHead {
  background: #f25265;
  border: none;
  color: #fff;
}

.pointWrap__table .ownContent {
  border: 2px solid #f25265;
  color: var(--colorMain);
  font-weight: 500;
  gap: 4px;
}
.pointWrap__table .ownContent .large {
  color: var(--colorMain);
  font-size: 22px;
  font-weight: 500;
  height: 33px;
  line-height: 1.5;
  position: relative;
  top: -4px;
}

.pointWrap__table .ownContent .large img {
  height: 18px;
}

.pointWrap__table .ownContent .largeText {
  color: var(--colorMain);
  font-size: 18px;
  font-weight: 700;
}

.pointWrap__table .ownContent .value {
  color: var(--colorBlack);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.pointWrap__table .ownContent .asterisk {
  color: var(--colorBlack);
  font-size: 10px;
  line-height: 1.5;
}

.pointWrap__table .bold {
  font-weight: 700;
}

/* .pointWrap__table.multiple th,
.pointWrap__table.multiple td {
  font-weight: 700;
} */

.pointWrap__table.multiple .ownContent {
  border-bottom: 2px solid #e9e8e5;
  border-top: none;
}

.pointWrap__table.multiple tr:nth-last-child(1) .ownContent {
  border-bottom: 2px solid var(--colorMain);
}

.asterisk__detailWrap {
  margin-top: 40px;
}

.asterisk__detail {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 2px;
}

.pointContent__lead {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-top: 16px;
  text-align: center;
}

.pointWrapBottom__text {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-top: 40px;
}

.pointWrapBottom__text .underLine__yellow {
  background: linear-gradient(
  transparent 0,
  rgba(255, 247, 64, 0) 50%,
  rgba(255, 247, 64, 1) 100%
  );
}

.pointWrap__table .ownContent .smallText {
  font-size: 16px;
  letter-spacing: 0.04em;
}

.pointWrap__table.table__price th,
.pointWrap__table.table__price td {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.pointWrap__table .figure {
  font-size: 24px;
}

.table__price.pointWrap__table.multiple td {
  gap: 4px;
}

.table__price.pointWrap__table td .normal {
  font-size: 16px;
}

.table__price.pointWrap__table td .value {
  font-size: 13px;
  position: relative;
  top: 1px;
}

.serviceComparison {
  padding-block: 32px 24px;
}

.serviceComparison__item:nth-last-child(1) {
  margin-top: 32px;
}

.serviceComparison__noteWrap {
  display: grid;
  gap: 2px;
}

.serviceComparison__note {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.5;
}

@media screen and (max-width: 840px) {
  .point__lead {
    align-content: center;
    display: grid;
    gap: 0;
    height: 178px;
    justify-items: center;
    margin-top: 0;
  }
  .point__topText {
    font-size: 14px;
    text-align: start;
  }

  .pointLink {
    margin-top: 16px;
    position: relative;
  }

  .pointLink::before {
    border: 1px solid #d6ab58;
    border-radius: 50%;
    content: "";
    height: 102px;
    left: 50%;
    position: absolute;
    top: 57%;
    transform: translateX(-50%) translateY(-50%);
    width: 102px;
  }

  .pointLink__column {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    margin-inline: auto;
    max-width: 305px;
    padding-top: 50px;
    width: 100%;
  }

  .pointLink__item {
    font-size: 18px;
    height: 91px;
    margin: 0 auto;
    width: 140px;
  }

  .pointLink__text {
    font-size: 18px;
    margin-top: 10px;
  }

  .pointLink__item:nth-child(1) {
    grid-column: span 2;
  }

  .pointLink__item:nth-child(2) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 840px) {
  .pointContent__title {
    align-items: center;
    font-size: 24px;
  }

  .table__support.pointWrap__table td {
    height: 83px;
  }

  .pointWrap {
    padding-bottom: 40px;
  }
}

/*/////////////////////////////////////////////////////
結婚相談所の費用相場
/////////////////////////////////////////////////////*/
.costPrice {
  padding-block: 32px;
}

.costPriceTable__wrap {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.costPriceTable__table {
  margin: 16px auto 0;
  max-width: 600px;
  width: 100%;
}

.costPriceTable__item dl {
  border-bottom: 2px solid var(--colorGray100);
  display: grid;
  font-size: 14px;
  grid-template-columns: 38% auto;
  height: 41px;
}

.heading___bottomText {
  letter-spacing: 2px;
  text-align: center;
}

.costPriceTable__item dl dt {
  align-items: center;
  background: #fff7ef;
  display: flex;
  justify-content: center;
  width: 100%;
}

.costPriceTable__item dl dd {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 0;
}

/*/////////////////////////////////////////////////////
お支払い方法
/////////////////////////////////////////////////////*/

.payment {
  padding: 40px 0;
}

.payment .heading__title {
  padding: 0;
}

.payment .heading__lead {
  margin-top: 6px;
}

.paymentArea {
  margin-top: 24px;
}

.paymentTable {
  align-items: center;
  border-top: 2px solid #e9e8e5;
  display: grid;
  grid-template-columns: 30% 70%;
  margin: 0;
}

.paymentTable:last-of-type {
  border-bottom: 2px solid #e9e8e5;
}

.paymentTable__title {
  background: #fff7ef;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}

.paymentTable__word {
  font-size: 12px;
  margin: 0;
  padding: 0 16px;
}

.paymentTable__word--center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .payment {
    padding: 64px 0;
  }

  .paymentArea {
    margin-top: 40px;
  }

  .paymentTable {
    border-top: 3px solid #e9e8e5;
    grid-template-columns: 40% 60%;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }

  .paymentTable:last-of-type {
    border-bottom: 3px solid #e9e8e5;
  }

  .paymentTable__title {
    font-size: 16px;
    padding: 24px 0;
  }

  .paymentTable__word {
    font-size: 14px;
    text-align: start;
  }
}

/*/////////////////////////////////////////////////////
CTAエリア
/////////////////////////////////////////////////////*/

.booking {
  background: var(--colorMain);
  margin-inline: auto;
  max-width: 1110px;
  padding: 32px 0;
  padding-inline: 15px;
  width: 100%;
}

.booking__title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.booking__whats {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .booking {
    padding: 40px 0;
  }

  .booking__title {
    font-size: 18px;
  }

  .booking__button {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .booking__whats {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
}

a.btn--red2 {
  align-items: center;
  background-color: var(--colorMain);
  background-image: url(../images/top/icon-arrow--white.svg),
  url(../images/top/icon-calendar--white.svg);
  background-position: center right 12.8px, center left 12.8px, center;
  background-repeat: no-repeat;
  border: 1px solid var(--colorMain);
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 8px auto auto;
  max-width: 600px;
  padding: 9px;
  text-align: center;
  transition: 0.2s;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  a.btn--red2 {
    background-color: var(--colorMain);
    background-image: url(../images/top/icon-arrow--white.svg),
    url(../images/top/icon-calendar--white.svg);
    background-position: center right 12.8px, center left 12.8px, center;
    background-repeat: no-repeat;
    font-size: 1.4rem;
    margin-bottom: 15px;
    width: 90%;
    padding: 16px 0;
  }
}

a.btn--red2:hover {
  opacity: .6;
}




div.redBox {
  background-color: var(--colorMain);
  box-sizing: border-box;
  margin: auto;
  padding: 60px 96px;
  width: 1080px;
}
@media screen and (max-width: 1023px) {
  div.redBox {
    padding: 28px 14px;
    width: 100%;
  }
}
div.redBox div.redBox_btnarea {
  align-items: flex-end;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  div.redBox div.redBox_btnarea {
    display: block;
  }
}
div.redBox div.redBox_btnarea > div {
  flex: 1;
}
div.redBox div.redBox_btnarea > div > div {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  div.redBox div.redBox_btnarea > div > div {
    font-size: 1.4rem;
    letter-spacing: 0.18em;
  }
}
div.redBox p {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}
div.redBox strong {
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  div.redBox p {
    font-size: 1.6rem;
  }
  div.redBox strong {
    font-size: 1.4rem;
  }
}
div.redBox > a.btn--red {
  width: 500px;
}
@media screen and (max-width: 1023px) {
  div.redBox > a.btn--red {
    width: 100%;
  }
}
div.redBox div.redBox_btnarea a.btn--red,
div.redBox div.redBox_btnarea a.btn--red2 {
  padding: 11.8px;
}
@media screen and (max-width: 1023px) {
  div.redBox div.redBox_btnarea a.btn--red2 {
    padding: 15.8px 0;
  }
}
div.redBox a.btn--red:hover {
  border: #fff 1px solid;
}

a.btn--red {
  background-color: #fff;
  background-image: url(../images/top/icon-arrow--red.svg);
  background-position: center right 12.8px;
  background-repeat: no-repeat;
  border: 1px solid var(--colorMain);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--colorMain);
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: auto;
  padding: 9px;
  text-align: center;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  a.btn--red {
    width: 91%;
    font-size: 1.4rem;
    padding: 13px 0;
  }
}
a.btn--red:hover {
  background-color: var(--colorMain);
  background-image: url(../images/top/icon-arrow--white.svg);
  background-position: center right 8.8px;
  color: #fff;
}

a.btn--red.back {
  background-image: url(../images/top/icon-arrow--red--back.svg);
  background-position: center left 12.8px;
  margin-top: 40px;
}
a.btn--red.back:hover {
  background-image: url(../images/top/icon-arrow--white--back.svg);
  background-position: center left 8.8px;
}

a.btn--red.back {
  background-image: url(../images/top/icon-arrow--red--back.svg);
  background-position: center left 12.8px;
  margin-top: 40px;
}


@media screen and (min-width: 768px) {
  a.btn--red.back {
    width: 500px;
  }
}



a.btn--green {
  background-color: #06c755;
  background-image: url(../images/top/icon-arrow--white.svg);
  background-position: center right 12.8px;
  background-repeat: no-repeat;
  border: 1px solid #06c755;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 18px auto auto;
  padding: 9px 0;
  text-align: center;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  a.btn--green {
    padding: 9px;
  }
}

@media screen and (min-width: 758px) {
  a.btn--green {
    width: 500px;
  }
}

@media screen and (max-width: 1023px) {
  a.btn--green {
    font-size: 1.4rem;
    padding: 3px 0;
  }
}
a.btn--green:hover {
  background-color: #fff;
  background-image: url(../images/top/icon-arrow--green.svg);
  background-position: center right 8.8px;
  color: #06c755;
}
@media screen and (max-width: 1023px) {
  .spCenter {
    text-align: center;
  }
}

/*/////////////////////////////////////////////////////


/////////////////////////////////////////////////////*/
.note {
  background: var(--colorGray500);
  padding: 32px 0 40px;
}

.noteField {
  margin-top: 32px;
}

.noteField .commonText {
  margin-top: 16px;
}

.noteFieldItem {
  margin: 16px 0 0;
  padding: 0;
}

.noteFieldItem__title,
.noteFieldItem__word {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.noteFieldItem__title {
  margin-bottom: 8px;
}

.noteFieldItem__notes {
  color: var(--colorGray600);
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
  padding: 0;
}

/*/////////////////////////////////////////////////////
メリット
/////////////////////////////////////////////////////*/

.merit.for-type1 {
  padding: 0 0 40px;
}

@media screen and (min-width: 758px) {
  .merit.for-type1 {
    padding: 32px 0 40px;
  }
}

.meritFeild__arrow {
  text-align: center;
}

.meritFeild__arrow img {
  height: 27px;
  margin: 0;
  padding: 0;
  width: auto;
}

.meritFeild__word {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 16px 0 0;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 758px) {
  .meritFeild__word {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 16px 0 0;
    padding: 0;
    text-align: center;
  }
}

.meritFeild__lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 12px 0 33px;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 758px) {
  .meritFeild__lead {
    margin: 16px 0 0;
  }
}

.meritFeild__lead span {
  color: var(--colorMain);
  font-size: 24px;
  font-weight: bold;
}

.meritFeild__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin: 16px 0 0;
  padding: 0;
  text-align: center;
}

.itemmerit {
  align-items: center;
  border-bottom: 1px solid #e9e8e5;
  column-gap: 16px;
  display: grid;
  grid-template-columns: 60px auto;
  margin: 16px 0 0;
  padding: 0 0 16px;
}

.itemmeritHead {
  text-align: center;
}

.itemmeritHead img {
  height: 22px;
  margin: 0;
  padding: 0;
  width: auto;
}

@media screen and (min-width: 758px) {
  .itemmeritHead img {
    height: 15px;
  }
}

.itemmeritHead__title {
  color: var(--colorMain);
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin: 6px 0 0;
  padding: 0;
}

.itemmeritHead__number {
  color: var(--colorMain);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.itemmeritBody__text {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.itemmeritBody__text span {
  color: var(--colorMain);
  font-size: 24px;
  font-weight: bold;
}

.meritFeild__more {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.mainvisual {
  height: 168px;
}
.c-notes {
  color: var(--colorBlack300);
  font-size: 11px;
  line-height: 1.5;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mainvisual {
    height: 260px;
    padding: 48px 0;
  }

  .mainvisual__icon img {
    height: 52px;
  }

  .mainvisual__title {
    font-size: 40px;
  }

  .mainvisual__lead {
    font-size: 24px;
  }

  .note {
    padding: 64px 0 80px;
  }

  .note .heading__text {
    text-align: center;
  }

  .noteField {
    margin-top: 48px;
  }

  .noteField .commonText {
    margin-top: 24px;
    text-align: center;
  }

  .noteFieldItem {
    margin: 16px auto 0;
    max-width: 960px;
    padding: 0;
  }

  .noteFieldItem__title,
  .noteFieldItem__word {
    float: none;
    font-size: 16px;
    line-height: 1.7;
  }

  .noteFieldItem__title {
    margin-bottom: 16px;
  }

  .noteFieldItem__notes {
    font-size: 14px;
    margin-top: 16px;
  }

  .meritFeild__arrow img {
    height: 35px;
  }

  .meritFeild__word {
    font-size: 18px;
  }

  .meritFeild__word br {
    display: none;
  }

  .meritFeild__lead {
    font-size: 20px;
    margin: 10px 0 0;
  }

  .meritFeild__lead span {
    font-size: 40px;
  }

  .meritFeild__text {
    font-size: 18px;
    line-height: 1.7;
    margin: 48px 0 0;
  }

  .meritFeild__inner {
    column-gap: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .meritFeild__inner2 {
    column-gap: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }


  .itemmerit {
    /* column-gap: 24px; */
    column-gap: 0;

/* grid-template-columns: 80px auto; */
    grid-template-columns: 48px auto;
    margin: 40px 0 0;

/* padding: 0 0 24px; */
    padding: 0 0 24px;
  }

  .itemmeritHead img {
    height: 25px;
  }

  .itemmeritHead__title {
    font-size: 14px;
    margin: 12px 0 0;
  }

  .itemmeritHead__number {
    font-size: 32px;
    margin: 6px 0 0;
  }

  .itemmeritBody__text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }

  .itemmeritBody__text span {
    font-size: 26px;
  }

  .meritFeild__more {
    margin-top: 24px;
  }
}

/* --------------------------------------------
    breadcrumb
-------------------------------------------- */
.c-breadcrumb {
  background: #fff;
  padding: 16px;
}

.c-breadcrumb__list {
  align-items: center;
  column-gap: 24px;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-breadcrumb__list li {
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.c-breadcrumb__list li:nth-child(n + 2)::before {
  border: 0;
  border-right: 1px solid var(--colorBlack);
  border-top: 1px solid var(--colorBlack);
  bottom: 0;
  content: "";
  height: 6px;
  left: -16px;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 6px;
}

@media screen and (min-width: 758px) {
  .c-breadcrumb {
    padding: 14px 0;
  }

  .c-breadcrumb__inner {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
  }

  .c-breadcrumb__list {
    align-items: center;
    column-gap: 24px;
    display: flex;
    margin: 0;
    padding: 0;
  }

  .c-breadcrumb__list li {
    font-size: 13px;
  }
}

.baloonBox {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.yellowBack {
  background-color: #fff7ef;
  padding-top: 50px;
  width: 90%;
}

.yellowBack2 {
  background-color: #fff7ef;
  text-align: center;
  padding:0px 30px 30px;
  width: 90%;
}
.yellowBack2 img {
  width: 244px;
  height: auto;
  transform: translateY(-10px);
}

@media screen and (min-width: 758px) {
  .yellowBack {
    width: auto;
  }
  .yellowBack2 p{
    font-size: 18px;
  }
  .yellowBack2 .big {
    font-size: 25px;
  }
}


.yellowBox {
  background-color: #fff7ef;
  padding: 30px;
}
.LINEBox {
  border: 4px solid #06c755;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 25px 10px;
  margin: auto;
}

@media screen and (min-width: 758px) {
  .LINEBox {
    width: 640px;
    padding: 30px;
  }
}

.messageHead {
  align-items: flex-end;
  color: var(--colorMain);
  display: flex;
  font-size: 18px;
  font-weight: bold;
  gap: 3px;
  justify-content: center;
  margin-bottom: 30px;
}
.messageHead::before {
  background-image: url(../images/thanks/img_lineleft.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 34px;
  width: 20px;
}
.messageHead::after {
  background: url(../images/thanks/img_lineright.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 34px;
  width: 20px;
}

.messageHead2 {
  align-items: flex-end;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  gap: 3px;
  justify-content: center;
  margin-bottom: 30px;
  background-color: #F3D3C9;
  padding: 15px 0;
}
.messageHead2 .red {
  font-size: 23px;
}

@media screen and (min-width: 758px) {
  .messageHead2 {
    width: 1080px;
    margin:auto;
    padding: 25px 0;
  }
  .messageHead2 .red {
    font-size: 35px;
  }
}


.messageHead2::before {
  background-image: url(../images/thanks/img_lineleft.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 34px;
  width: 20px;
}
.messageHead2::after {
  background: url(../images/thanks/img_lineright.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 34px;
  width: 20px;
}


@media screen and (min-width: 758px) {
  .messageHead,.messageHead2 {
    font-size: 28px;
    gap: 20px;
  }
  .messageHead::before,.messageHead2::before {
    height: 68px;
    width: 41px;
  }
  .messageHead::after,.messageHead2::after {
    height: 68px;
    width: 41px;
  }
}
.lineHead {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 22px;
  align-items: center;
}
@media screen and (min-width: 758px) {
  .lineHead {
    gap: 20px;
    margin-bottom: 30px;
  }
}



.lineHead span {
  font-size: 23px;
  text-align: left;
  font-weight: bold;
  color:#06c755;
}
.lineHead span:first-of-type {
  flex-basis: 23%;
}

@media screen and (min-width: 758px) {
  ul.checkList li {
    font-size: 18px;
  }
  .lineHead span {
    font-size: 28px;
  }
}
ul.checkList li {
  display: flex;
  font-size: 16px;
  gap: 10px;
}

@media screen and (min-width: 758px) {
  ul.checkList li {
    font-size: 18px;
  }
}

ul.checkList li span {
  flex:1;
}
ul.checkList li::before {
  background: url(../images/thanks/icon_check.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 19px;
  margin-top: 5px;
  width: 19px;
}
ul.checkList.green li::before {
  background: url(../images/thanks/icon_check_g.png) no-repeat;
  background-size: 100%;
}
.centerBox {
  display: flex;
  justify-content: center;
}
/* add - 2025.04.08 */
@media screen and (min-width: 768px) {
  .p-thanks5-main .sec {
    padding-block: 47px 8px;
  }
}
.p-thanks5-main .sec {
  padding-block: 16px 27px;
}

@media screen and (min-width: 768px) {
  .p-thanks5-main h3.thanks {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-thanks5-main h3.thanks {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-thanks5-main .sec {
    font-size: 20px;
    padding-block: 20px 18px;
  }
}
.p-thanks5-main .messageHead2 {
  background: rgb(255,208,165);
  background: linear-gradient(180deg, rgba(255,208,165,.4) 0%, rgba(255,180,191,.4) 100%);
  color: var(--colorMain);
  font-size: 16px;
  letter-spacing: 2px;
  padding-block: 16px 17px;
}
@media screen and (max-width: 767px) {
  .p-thanks5-main .messageHead2::before,
  .p-thanks5-main .messageHead2::after {
    width: 30px;
    height: 57px;
  }
}
.p-thanks5-main .messageHead2 .red {
  font-size: 24px;
}
.container840 {
  max-width: 870px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 15px;
}
.p-thanks5-main .meritFeild__inner2 {
  column-gap: 40px;
}

@media screen and (min-width: 768px) {
  .p-thanks5-main .itemmerit {
    column-gap: 10px;
    place-content: center;
  }
  .p-thanks5-main .itemmeritBody__text {
    font-size: 18px;
    text-align: center;
  }
  .p-thanks5-main .itemmeritBody__text .red {
    font-size: 21px;
  }
}
.p-thanks5-main .itemmeritBody__text {
  font-size: 14px;
}
.p-thanks5-main .itemmeritBody__text .red {
  font-size: 18px;
}
