@charset "UTF-8";
.regular_service .section-service__note, .regular_service .note {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__note, .regular_service .note {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}

/* ----------------- 共通スタイル　Common ----------------- */
.regular_service {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #494949;
  letter-spacing: 0.02em;
}
.regular_service .common-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .regular_service .common-inner {
    width: auto;
  }
}
.regular_service .common-pd {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .regular_service .common-pd {
    padding: 17.0666666667vw 4.2666666667vw 0;
  }
}
.regular_service sup {
  vertical-align: super;
  font-size: 60%;
}
.regular_service .text-small {
  font-size: 80%;
}
.regular_service .for-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .regular_service .for-pc {
    display: none;
  }
}
.regular_service .for-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .regular_service .for-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .regular_service a {
    transition: 0.3s;
  }
  .regular_service a:hover {
    opacity: 0.7;
  }
}

/* ----------------- 個別スタイル　Individual ----------------- */
.regular_service .hero {
  background: url("../img/auto-delivery-service/hero_pc.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .regular_service .hero {
    background: url("../img/auto-delivery-service/hero_sp.jpg") no-repeat center bottom/100% auto;
  }
}
.regular_service .hero .common-inner {
  height: calc(100vh - 150px);
  min-height: 750px;
}
@media screen and (max-width: 768px) {
  .regular_service .hero .common-inner {
    height: calc(100vh - 14.6vw);
    min-height: 165.3333333333vw;
  }
}
.regular_service .hero__title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding-top: 88px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .regular_service .hero__title {
    font-size: 7.4666666667vw;
    padding-top: 14.9333333333vw;
  }
}
.regular_service .hero__description {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .regular_service .hero__description {
    font-size: 4.2666666667vw;
    line-height: 2;
    margin: 6.4vw 0;
  }
}
.regular_service .hero__features {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .regular_service .hero__features {
    gap: 2.1333333333vw;
  }
}
.regular_service .hero__feature {
  width: 180px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #d66e84;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .regular_service .hero__feature {
    width: 44.8vw;
    height: 10.6666666667vw;
  }
}
.regular_service .hero__feature p {
  color: #d66e84;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .regular_service .hero__feature p {
    font-size: 4.2666666667vw;
  }
}
.regular_service .hero__feature .size__l {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .regular_service .hero__feature .size__l {
    font-size: 4.8vw;
  }
}
.regular_service .hero__feature .size__s {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .regular_service .hero__feature .size__s {
    font-size: 3.2vw;
  }
}
.regular_service .section__title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .regular_service .section__title {
    font-size: 6.9333333333vw;
  }
}
.regular_service .section__title-en {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 16px 0 40px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .regular_service .section__title-en {
    font-size: 4.2666666667vw;
    margin: 4.2666666667vw 0 6.4vw;
  }
}
.regular_service .section-item__list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-item__list {
    gap: 6.4vw 0;
  }
}
@media screen and (min-width: 769px) {
  .regular_service .section-item__card {
    flex: 0 0 calc((100% - 48px) / 3);
  }
}
.regular_service .section-item__name {
  text-align: center;
  line-height: 1.4444444444;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-item__name {
    font-size: 4.8vw;
    line-height: 1.4444444444;
    margin-top: 4.2666666667vw;
  }
}
.regular_service .section-item .note {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-item .note {
    margin-top: 6.4vw;
  }
}
.regular_service .section-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__list {
    display: block;
  }
}
.regular_service .section-service__item {
  border: 1px solid #d66e84;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item {
    padding: 6.4vw 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
  .regular_service .section-service__item:last-of-type {
    margin-bottom: 0;
  }
}
.regular_service .section-service__item--01 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .regular_service .section-service__item--01 {
    grid-area: 1/1/2/3;
  }
}
.regular_service .section-service__item--01 .section-service__main {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding: 0 40px 40px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__main {
    display: block;
    padding: 0 4.2666666667vw 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__figure {
    margin-top: 6.4vw;
  }
}
.regular_service .section-service__item--01 .section-service__sub {
  background-color: #fef7f9;
  padding: 32px 40px 40px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__sub {
    padding: 6.4vw 4.2666666667vw;
  }
}
.regular_service .section-service__item--01 .section-service__sub-title {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__sub-title {
    margin-bottom: 6.4vw;
  }
}
.regular_service .section-service__item--01 .section-service__sub-title .section-service__sub-title-inner {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__sub-title .section-service__sub-title-inner {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.regular_service .section-service__item--01 .section-service__sub-title .section-service__sub-title-inner::before, .regular_service .section-service__item--01 .section-service__sub-title .section-service__sub-title-inner::after {
  content: "";
  width: 16px;
  height: 1px;
  display: block;
  background-color: #494949;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__sub-title .section-service__sub-title-inner::before, .regular_service .section-service__item--01 .section-service__sub-title .section-service__sub-title-inner::after {
    width: 4.2666666667vw;
  }
}
.regular_service .section-service__item--01 .section-service__sub-title .section-service__sub-title-inner::before {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__sub-title .section-service__sub-title-inner::before {
    margin-right: 4.2666666667vw;
  }
}
.regular_service .section-service__item--01 .section-service__sub-title .section-service__sub-title-inner::after {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__sub-title .section-service__sub-title-inner::after {
    margin-left: 4.2666666667vw;
  }
}
.regular_service .section-service__item--01 .section-service__example {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__example {
    display: block;
  }
}
.regular_service .section-service__item--01 .section-service__product {
  width: 371px;
  height: 216px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__product {
    width: auto;
    height: auto;
    padding: 4.2666666667vw;
    margin-bottom: 6.4vw;
    align-items: flex-end;
    gap: 10.6666666667vw;
  }
}
.regular_service .section-service__item--01 .section-service__product-image img {
  height: 180px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__product-image img {
    height: auto;
    width: 14.9333333333vw;
  }
}
.regular_service .section-service__item--01 .section-service__point {
  border-radius: 50%;
  background-color: #e15378;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__point {
    width: 32vw;
    height: 32vw;
  }
}
.regular_service .section-service__item--01 .section-service__point .pt-desc,
.regular_service .section-service__item--01 .section-service__point .pt-desc__note {
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__point .pt-desc,
  .regular_service .section-service__item--01 .section-service__point .pt-desc__note {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
.regular_service .section-service__item--01 .section-service__point .pt-desc__note {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__point .pt-desc__note {
    margin-top: 1.0666666667vw;
  }
}
.regular_service .section-service__item--01 .section-service__point .pt-text,
.regular_service .section-service__item--01 .section-service__point .pt {
  color: #fff8a4;
}
.regular_service .section-service__item--01 .section-service__point .pt-text {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__point .pt-text {
    font-size: 6.4vw;
  }
}
.regular_service .section-service__item--01 .section-service__point .pt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__point .pt {
    font-size: 3.7333333333vw;
  }
}
.regular_service .section-service__item--01 .section-service__product-name {
  font-size: 10px;
  line-height: 1.4;
  margin-top: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__product-name {
    font-size: 2.6666666667vw;
    line-height: 1.4;
    margin-top: 1.0666666667vw;
  }
}
.regular_service .section-service__item--01 .section-service__chart {
  flex: 1;
}
.regular_service .section-service__item--01 .section-service__chart img {
  height: 216px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__chart img {
    height: auto;
  }
}
.regular_service .section-service__item--01 .section-service__chart-title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__chart-title {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .regular_service .section-service__item--02 {
    grid-area: 2/1/3/2;
  }
}
@media screen and (min-width: 769px) {
  .regular_service .section-service__item--03 {
    grid-area: 2/2/3/3;
  }
}
@media screen and (min-width: 769px) {
  .regular_service .section-service__item--04 {
    grid-area: 3/1/4/2;
  }
}
@media screen and (min-width: 769px) {
  .regular_service .section-service__item--05 {
    grid-area: 3/2/4/3;
  }
}
@media screen and (min-width: 769px) {
  .regular_service .section-service__item--06 {
    grid-area: 4/1/5/2;
  }
}
@media screen and (min-width: 769px) {
  .regular_service .section-service__item--07 {
    grid-area: 4/2/5/3;
  }
}
.regular_service .section-service__num {
  background-color: #e893a9;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__num {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 4.2666666667vw;
    margin-right: 1.0666666667vw;
  }
}
.regular_service .section-service__text {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__text {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.regular_service .section-service__qr {
  width: 120px;
  margin: 24px auto 0;
}
.regular_service .section-service__entry a {
  border: 1px solid #aa823a;
  color: #aa823a;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  display: block;
  padding: 3.2vw;
  margin-top: 6.4vw;
  font-weight: 600;
}
.regular_service .section-service__note {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__note {
    margin-top: 4.2666666667vw;
  }
}
.regular_service .section-service__ic {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__ic {
    gap: 2.1333333333vw;
    margin-top: 6.4vw;
  }
}
.regular_service .section-service__ic > li {
  background-color: #fdf6f8;
  color: #d66e84;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__ic > li {
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw 3.2vw;
  }
}
.regular_service .section-service__heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__heading {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.regular_service .section-service__heading::after {
  content: "";
  position: absolute;
  right: 0;
  opacity: 0.6;
}
.regular_service .section-service__item--01 .section-service__heading::after {
  width: 58px;
  height: 50px;
  top: -5px;
  background: url("../img/auto-delivery-service/ic_point.png") no-repeat center center/auto 100%;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--01 .section-service__heading::after {
    width: 9.8666666667vw;
    height: 8.5333333333vw;
    top: 0vw;
  }
}
.regular_service .section-service__item--02 .section-service__heading::after {
  width: 77px;
  height: 50px;
  top: -5px;
  background: url("../img/auto-delivery-service/ic_shipping.png") no-repeat center center/auto 100%;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--02 .section-service__heading::after {
    width: 13.0666666667vw;
    height: 8.5333333333vw;
    top: 0vw;
  }
}
.regular_service .section-service__item--03 .section-service__heading::after {
  width: 47px;
  height: 50px;
  top: -5px;
  background: url("../img/auto-delivery-service/ic_cycle.png") no-repeat center center/auto 100%;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--03 .section-service__heading::after {
    width: 8vw;
    height: 8.5333333333vw;
    top: 0vw;
  }
}
.regular_service .section-service__item--04 .section-service__heading::after {
  width: 46px;
  height: 56px;
  top: -8px;
  background: url("../img/auto-delivery-service/ic_order.png") no-repeat center center/auto 100%;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--04 .section-service__heading::after {
    width: 8.8vw;
    height: 10.6666666667vw;
    top: -1.0666666667vw;
  }
}
.regular_service .section-service__item--05 .section-service__heading::after {
  width: 58px;
  height: 50px;
  top: -5px;
  background: url("../img/auto-delivery-service/ic_cart.png") no-repeat center center/auto 100%;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--05 .section-service__heading::after {
    width: 9.8666666667vw;
    height: 8.5333333333vw;
    top: 0vw;
    right: -1.0666666667vw;
  }
}
.regular_service .section-service__item--06 .section-service__heading::after {
  width: 30px;
  height: 50px;
  top: -5px;
  background: url("../img/auto-delivery-service/ic_procedure.png") no-repeat center center/auto 100%;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--06 .section-service__heading::after {
    width: 5.0666666667vw;
    height: 8.5333333333vw;
    top: 0vw;
  }
}
.regular_service .section-service__item--07 .section-service__heading::after {
  width: 45px;
  height: 50px;
  top: -5px;
  background: url("../img/auto-delivery-service/ic_notice.png") no-repeat center center/auto 100%;
}
@media screen and (max-width: 768px) {
  .regular_service .section-service__item--07 .section-service__heading::after {
    width: 7.2vw;
    height: 8.5333333333vw;
    top: 0vw;
    right: -1.0666666667vw;
  }
}
.regular_service .section-step__slider .section-step__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #494949;
}
@media screen and (max-width: 768px) {
  .regular_service .section-step__slider .section-step__heading {
    font-size: 5.3333333333vw;
    padding-bottom: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.regular_service .section-step__slider .section-step__num {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-step__slider .section-step__num {
    margin-right: 4.2666666667vw;
  }
}
.regular_service .section-step__slider .section-step__body {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-step__slider .section-step__body {
    margin-bottom: 6.4vw;
    padding-left: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}
.regular_service .section-step__slider .section-step__body .note {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-step__slider .section-step__body .note {
    margin-top: 2.1333333333vw;
  }
}
.regular_service .section-step__slider .section-step__text {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .regular_service .section-step__slider .section-step__text {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.regular_service .section-step__slider .section-step__image {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-step__slider .section-step__image {
    padding-left: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}
.regular_service .section-step__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  border: 0;
  cursor: pointer;
}
.regular_service .section-step__slider .slick-prev {
  left: -80px;
  background: url("../img/auto-delivery-service/arrow_prev.png") no-repeat left center/cover;
}
.regular_service .section-step__slider .slick-next {
  right: -80px;
  background: url("../img/auto-delivery-service/arrow_next.png") no-repeat left center/cover;
}
.regular_service .section-step__slider .slick-dots {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-step__slider .slick-dots {
    margin-top: 6.4vw;
    gap: 6.4vw;
  }
}
.regular_service .section-step__slider .slick-dots button {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .regular_service .section-step__slider .slick-dots button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.regular_service .section-step__slider .slick-dots button::before {
  display: none;
}
.regular_service .section-step__slider .slick-active button {
  background-color: #494949;
}
.regular_service .section-step__slider .far.fa-user {
  background: url("../img/common/icon_mypage.png") no-repeat center bottom 2px/16px auto;
  margin: 0 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.regular_service .section-faq .common-pd {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .regular_service .section-faq .common-pd {
    padding-bottom: 17.0666666667vw;
  }
}
.regular_service .faq-item__question {
  cursor: pointer;
  border-bottom: 1px solid #494949;
  padding: 16px 56px 16px 16px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .regular_service .faq-item__question {
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 8.5333333333vw 4.2666666667vw 2.1333333333vw;
    line-height: 1.5;
  }
}
.regular_service .faq-item__question::before, .regular_service .faq-item__question::after {
  content: "";
  background-color: #848484;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.regular_service .faq-item__question::before {
  width: 20px;
  height: 2px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .regular_service .faq-item__question::before {
    width: 4vw;
    height: 0.2666666667vw;
    right: 2.1333333333vw;
  }
}
.regular_service .faq-item__question::after {
  width: 2px;
  height: 19px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .regular_service .faq-item__question::after {
    width: 0.2666666667vw;
    height: 3.7333333333vw;
    right: 4vw;
  }
}
.regular_service .faq-item__question.selected::after {
  display: none;
}
.regular_service .faq-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .regular_service .faq-item {
    margin-bottom: 6.4vw;
  }
}
.regular_service .faq-item__list {
  padding: 24px 16px 0;
}
@media screen and (max-width: 768px) {
  .regular_service .faq-item__list {
    padding: 4.2666666667vw 2.1333333333vw 0;
  }
}
.regular_service .faq-item__list > li {
  font-size: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .regular_service .faq-item__list > li {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.regular_service .faq-item__list > li a {
  text-decoration: underline;
}
.regular_service .faq-item__list .faq-item__list-text {
  line-height: 1.75;
}
.regular_service .faq-item__list .faq-item__sub-list {
  margin-top: 24px;
}
.regular_service .faq-item__list .faq-item__list-item--sub {
  position: relative;
  padding-left: 16px;
}
.regular_service .faq-item__list .faq-item__list-item--sub::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #494949;
  border-radius: 50%;
}
.regular_service .faq-item__list .faq-item__list-item--sub:not(:first-of-type) {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .regular_service .faq-item__list .faq-item__list-item--sub:not(:first-of-type) {
    margin-top: 1.0666666667vw;
  }
}
.regular_service .faq-item__list .note {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .regular_service .faq-item__list .note {
    margin-top: 2.1333333333vw;
  }
}
.regular_service .faq-item__answer {
  display: none;
}
.regular_service .footer-nav--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #dfedf9;
}
.regular_service .footer-nav--fixed > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .regular_service .footer-nav--fixed > ul {
    flex-wrap: wrap;
    padding: 0;
  }
}
.regular_service .footer-nav--fixed > ul li {
  border-left: 1px solid #111010;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .regular_service .footer-nav--fixed > ul li {
    border-left: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0;
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .regular_service .footer-nav--fixed > ul li:first-of-type {
    border: 0;
  }
}
.regular_service .footer-nav--fixed > ul li:nth-of-type(2n+2) {
  border-right: 0;
}
.regular_service .footer-nav--fixed > ul a {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .regular_service .footer-nav--fixed > ul a {
    font-size: 3.2vw;
    position: relative;
    display: block;
    padding: 4.2666666667vw;
    text-align: center;
  }
  .regular_service .footer-nav--fixed > ul a::after {
    content: "\e902";
    font-family: "icon" !important;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
  }
}