@charset "UTF-8";
:root {
  --color-black: #000000;
  --color-black02: #404040;
  --color-gray: #d0d0d0;
  --color-greebn02: #defaec;
  --color-green: #06c755;
  --color-white: #ffffff;
  --ff-B: 'UD新ゴ B', sans-serif;
  --ff-DB: 'UD新ゴ DB', sans-serif;
  --ff-M: 'UD新ゴ M', sans-serif;
}

.contents + .contents .contents__inner {
  padding-top: 0;
}

.pageH2Area--tit01 {
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .pageH2Area--tit01 {
    max-width: 335px;
  }
}

@media (max-width: 1023px) {
  .pageH1Area {
    padding-inline: 30px;
  }
}

.pageH1Area__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1023px) {
  .pageH1Area__container {
    gap: 20px;
  }
}

@media (max-width: 1023px) {
  .pageH1Area__container img {
    max-width: 80px;
    width: 100%;
  }
}

.pageH1Area__tit {
  letter-spacing: .03em;
}

@media (max-width: 1023px) {
  .pageH1Area__tit {
    font-size: 1.8rem;
  }
}

.c-prolog__txt {
  color: var(--color-black);
  font-size: 1.5rem;
  letter-spacing: .03em;
  line-height: 1.714;
  margin-top: 24px;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-price .pageH3Area__tit01 {
    font-size: 1.7rem;
  }
}

.c-price__list {
  margin-top: 60px;
}

.c-price__item:not(:first-of-type) {
  margin-top: 44px;
}

.c-price__txt {
  font-size: 1.4rem;
  margin-top: 16px;
  text-align: left;
}

.c-price__table {
  border: 1px solid var(--color-gray);
  margin: 64px auto 0;
  max-width: 900px;
  width: 100%;
}

@media (max-width: 1023px) {
  .c-price__table {
    margin-top: 40px;
  }
}

.c-price__table th, .c-price__table td {
  border: 1px solid var(--color-gray);
  font-family: var(--ff-M);
  height: 70px;
  padding: 14px 25px 13px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  .c-price__table th, .c-price__table td {
    font-size: 1.2rem;
    letter-spacing: -.01em;
    padding: 14px 4px 13px;
  }
}

.c-price__table--greenBox {
  background: var(--color-green);
  color: var(--color-white);
  text-align: center;
}

.c-price__table--grayBox {
  background: #f2f4f8;
}

.c-price__table--small {
  font-size: 1.2rem;
}

.c-price__table--greenTxt {
  color: var(--color-green);
  font-family: var(--ff-b);
  font-size: 2.2rem;
}

@media (max-width: 1023px) {
  .c-price__table--greenTxt {
    font-size: 1.4rem;
  }
}

@media (max-width: 1023px) {
  .c-price__table tbody th {
    width: 26.67%;
  }
}

@media (max-width: 1023px) {
  .c-price__table tbody td {
    width: 31.2%;
  }
}

.c-price__caution {
  counter-reset: number 0;
  margin: 20px auto 0;
  max-width: 900px;
  width: 100%;
}

.c-price__caution li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  gap: 6px;
}

.c-price__caution li:not(:first-of-type) {
  margin-top: 8px;
}

.c-price__caution li:before {
  content: "※" counter(number);
  counter-increment: number 1;
  min-width: 20px;
}

.c-price__update {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-greebn02);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
  max-width: 900px;
}

.c-price__update--txt {
  color: var(--color-green);
  font-size: 2.4rem;
}

@media (max-width: 1023px) {
  .c-price__update--txt {
    font-size: 1.4rem;
  }
}

.c-recommend__h2title {
  color: var(--color-green);
  font-family: var(--ff-B);
  font-size: 4rem;
  letter-spacing: .06em;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-recommend__h2title {
    font-size: 2.2rem;
    margin-inline: auto;
    max-width: 335px;
  }
}

@media (max-width: 1023px) {
  .c-recommend__imgBlock {
    margin-right: calc(50% - 50vw);
    overflow-x: scroll;
    padding-right: 30px;
    white-space: nowrap;
    width: 100vw;
  }
}

.c-recommend__img {
  display: block;
  margin: 50px auto 0;
}

@media (max-width: 1023px) {
  .c-recommend__img {
    margin-top: 24px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 703px;
  }
}

.c-case__chat {
  margin-top: 68px;
}

@media (max-width: 1023px) {
  .c-case__chat {
    margin-top: 48px;
  }
}

.c-case__chat--h3title {
  color: var(--color-green);
  font-size: 2.4rem;
  letter-spacing: .03em;
  text-align: center;
}

.c-case__chat--img {
  display: block;
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .c-case__chat--img {
    margin-inline: auto;
    max-width: 275px;
    width: 100%;
  }
}

.c-order__txt {
  text-align: center;
}

.c-order .orangeBtn {
  margin-top: 30px;
}

.c-order .whiteBtn {
  margin-top: 30px;
  text-align: center;
}

.qa-sec {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 48px;
}

@media (min-width: 768px) {
  .qa-sec {
    margin-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .qa-sec {
    padding-left: 0;
    padding-right: 0;
  }
}

.qa-sec__item {
  background-color: #f2f4f8;
  border-radius: 5px;
  position: relative;
  text-align: justify;
  -webkit-transition: background-color ease-out .3s;
  transition: background-color ease-out .3s;
}

@media (min-width: 768px) {
  .qa-sec__item {
    border-radius: 10px;
  }
}

.qa-sec__item.is-hover {
  background-color: #e1e8f7;
}

.qa-sec__item.is-hover button {
  background-color: #e1e8f7;
}

.qa-sec__item.open button:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.qa-sec__item--q button {
  align-items: center;
  background-color: #f2f4f8;
  border: none;
  border-radius: 10px;
  -webkit-box-align: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  font-family: YakuHanJP, UD新ゴ DB, sans-serif;
  font-size: 14px;
  gap: 8px;
  letter-spacing: .04em;
  line-height: 1.7;
  padding: 20px 56px 16px 20px;
  position: relative;
  text-align: left;
  -webkit-transition: background-color ease-out .3s;
  transition: background-color ease-out .3s;
  width: 100%;
}

@media (min-width: 768px) {
  .qa-sec__item--q button {
    font-size: 18px;
    padding: 16px 68px 14px 32px;
  }
}

.qa-sec__item--q button .icn {
  color: #06c755;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: YakuHanJP, UD新ゴ B, sans-serif;
  font-size: 2.1428571429em;
}

@media (min-width: 768px) {
  .qa-sec__item--q button .icn {
    font-size: 1.6666666667em;
  }
}

.qa-sec__item--q button:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.828%22%20height%3D%2212.242%22%20viewBox%3D%220%200%2018.828%2012.242%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_155292%22%20data-name%3D%22%E3%83%91%E3%82%B9%20155292%22%20d%3D%22M342.177%2C15626.589l-2.828-2.828%2C9.414-9.414%2C9.414%2C9.414-2.828%2C2.828-6.586-6.586Z%22%20transform%3D%22translate(-339.349%20-15614.347)%22%20fill%3D%22%2306c755%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  content: '';
  height: 12px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 18px;
}

@media (min-width: 600px) {
  .qa-sec__item--q button:before {
    right: 25px;
  }
}

@media (min-width: 768px) {
  .qa-sec__item--q button:before {
    content: '';
    right: 32px;
  }
}

.qa-sec__item--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 15px;
  padding: 0 56px 25px 20px;
}

.qa-sec__item--a p:not(:first-of-type) {
  margin-top: 12px;
}

.qa-sec__item--a li:before {
  content: '・';
}

@media (min-width: 1024px) {
  .qa-sec__item--a {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

.qa-sec__item--a .icn {
  color: #ff6969;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: YakuHanJP, UD新ゴ B, sans-serif;
  font-size: 2.1428571429em;
}

.qa-sec__item--a .strong {
  font-family: YakuHanJP, UD新ゴ B, sans-serif;
}

@media (min-width: 768px) {
  .qa-sec__item--a {
    padding: 0 68px 24px 32px;
  }
}

.qa-sec__item--a a {
  color: #06c755;
  font-family: YakuHanJP, UD新ゴ M, sans-serif;
}
/*# sourceMappingURL=style.css.map */