@charset "UTF-8";

.bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 350px;
  z-index: 0;
  background-image: url(../../assets/img/t-fv.png);
}

@supports (background-image: url(../../assets/img/t-fv.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/t-fv.webp);
  }
}

@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

@media screen and (min-width: 992px) {
  .bg-fv {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 224px;
  z-index: 0;
  background-image: url("../../assets/img/bg-sub.png");
}

@supports (background-image: url(../../assets/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../assets/img/bg-sub.webp);
  }
}

.text-shadow_white {
  text-shadow: 2px 1px 2px #fff;
}

.triangle-bottom-white::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
}

.border-blue {
  border: solid 3px #144A7A;
}

.border_green {
  border: solid 1px #3AB7AD !important;
}

.border-line {
  border-bottom: dotted 2px #144A7A;
  margin-left: 1rem;
}

.border-bottom-white-1px {
  border-bottom: solid 1px #ffffff;
}

.border-orange-3px {
  border: 3px solid #FC633D;
}

.border-bottom-orange-solid {
  border-bottom: solid 4px #FC633D;
}

.border-gray-1px {
  border: solid 1px #777777;
}

.border-bottom-brown-dotted {
  border-bottom: dotted 2px #C9724A;
}

.border-bottom-orange-dotted {
  border-bottom: dotted 2px #F39700;
}

.border-bottom-brown {
  border-bottom: solid 1px #C9724A;
}

.border-left-black {
  border-left: 5px solid #222222 !important;
}

.width-35px {
  width: 35px;
}

@media screen and (max-width: 991px) {
  .width-50px-sm {
    width: 50px;
  }

  .height-50px-sm {
    height: 50px;
  }
}

.background-reccomend_bg {
  background: url();
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-reccomend_bg {
    background-image: url();
  }
}


.background-faq_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-faq_bg {
    background-image: url();
  }
}

@media screen and (min-width: 992px) {
  .background-list_bg {
    background: url();
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  @supports (background-image: url()) {
    .background-list_bg {
      background-image: url();
    }
  }
}

.background-articles_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-articles_bg {
    background-image: url();
  }
}

.blue_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #144A7A;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

.green_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #3AB7AD;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

/*高さ*/
.height-240 {
  height: 240px;
}

.height-290 {
  height: 290px;
}

.height-340 {
  height: 340px;
}

.height-720 {
  height: 720px;
}

.height-230 {
  height: 230px;
}

.height-70 {
  height: 70px;
}

.height-45 {
  height: 45px;
}

.height-30px {
  height: 30px;
}

.height-80px {
  height: 80px;
}

.height-100 {
  height: 100px;
}

.height-120 {
  height: 120px;
}

.border_solid_1 {
  border-top: 1px solid #C1A342;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border_solid_blue_1 {
  border: 1px solid #144A7A;
}

.border_solid_green_1 {
  border: 1px solid #9CDBD6;
}

.pt150 {
  padding-top: 150px;
}

.pt100 {
  padding-top: 100px;
}

.pt50 {
  padding-top: 50px;
}


.pb70 {
  padding-bottom: 70px;
}

/*位置*/
.transform-translate-n50 {
  transform: translate(-50%, -50%);
}

.top-40 {
  top: 40%;
}

.top-87 {
  top: 87%;
}

.top-65 {
  top: 65%;
}

.z-99 {
  z-index: 99 !important;
}

.z-999 {
  z-index: 999 !important;
}

#headingSubsidy {
  text-align: center;
}

/* アコーディオンの矢印を白に */
/* 開いたときも白のままにする */
/* ＋／− アイコン固定位置で装飾 */
.faq-accordion-btn::after {
  content: "+";
  font-size: 1.8rem;
  font-weight: bold;
  color: #009FBB;
  margin-left: auto;
  background-image: none !important;
  /* Bootstrapの矢印削除 */
  transform: none !important;
  transition: color 0.3s ease;
  position: relative;
  top: -7px;
  /* 上下のズレ防止 */
}

/* 開いた時（−に変化） */
.faq-accordion-btn:not(.collapsed)::after {
  content: "−";
  color: #009FBB;
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
}

/*※この親のdisplay:flex;を指定する*/
@media screen and (max-width: 768px) {
  .w-sm80 {
    width: 80% !important;
    margin: 0 auto !important;
  }

  .w-sm100 {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .w-sm75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .w-sm60 {
    width: 60% !important;
    margin: 0 auto !important;
  }

  .w-sm30 {
    width: 30% !important;
    margin: 0 auto !important;
  }
}

.height-100 {
  height: 100px;
}

.top-60 {
  top: 60%;
}

.top-90 {
  top: 90%;
}

.bottom-0 {
  bottom: 0%;
}

.banner-close {
  top: -14px;
  left: 333px;
  padding: 4px 10px 6px 10px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px #ccc;
}

@media screen and (min-width: 768px) {
  .banner-close {
    left: 363px;
  }
}

.nav-item.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .w-sm-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .f-sm-16 {
    font-size: 16px !important;
  }
}

.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  /* iOSの慣性スクロール対応 */
  scrollbar-width: none;
  /* Firefoxでスクロールバー非表示 */
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
  /* Chrome/Safariでスクロールバー非表示 */
}

.title-with-circle {
  position: relative;
  z-index: 1;
  font-family: "Rounded Mplus 1c", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Rounded-L M+ 1m", "HGMaruGothicMPRO", "MS PGothic", sans-serif;
}

.title-with-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .title-with-circle::before {
    left: 4%;
  }
}

.divider-dots {
  position: relative;
  text-align: center;
}

.divider-dots::before,
.divider-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.divider-dots::before {
  left: 0;
}

.divider-dots::after {
  right: 0;
}

@media screen and (max-width: 767px) {

  .divider-dots::before,
  .divider-dots::after {
    width: 8px;
    height: 8px;
  }
}

/* 吹き出し用クラス */
.fukidashi-right-light,
.fukidashi-right-gray,
.fukidashi-left-light,
.fukidashi-left-gray {
  position: relative;
  border-radius: 12px;
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before,
.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
}

.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  border-width: 0 25px 20px 0;
  border-color: transparent var(--fukidashi-color) transparent transparent;
}

.fukidashi-left-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-left-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before {
  border-width: 20px 25px 0 0;
  border-color: var(--fukidashi-color) transparent transparent transparent;
}

.fukidashi-right-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

@media screen and (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .left-40 {
    left: 40px;
  }

  /*高さ*/
  .height-40-lg {
    height: 40px !important;
  }

  .height-80-lg {
    height: 80px !important;
  }

  .height-120-lg {
    height: 120px !important;
  }

  .height-180-lg {
    height: 180px !important;
  }

  .height-240-lg {
    height: 240px;
  }

  .height-200-lg {
    height: 200px;
  }

  .height-280-lg {
    height: 280px;
  }

  .height-350-lg {
    height: 350px;
  }

  .height-290-lg {
    height: 290px;
  }

  .height-340-lg {
    height: 340px;
  }

  .width-lg-70pr {
    width: 70%;
  }

  .width-lg-50pr {
    width: 50%;
  }

  .w-lg-100pr {
    width: 100% !important;
  }

  .deco-img01 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img01::after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco01.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    /* クリック操作を邪魔しない */
  }

  .deco-img02 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img02::after {
    content: "";
    position: absolute;
    bottom: 165px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco02.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }

  .deco-img03 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img03::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco03.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }
}

/* ここからカスタマイズ */
/* 共通スタイル */
html{
  width: 100vw;
  overflow-x: hidden;
}
body {
  font-weight: 400;
  font-style: normal;
  color: #222222 !important;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  display: block;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

.meiryo-font {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "YuGothic", sans-serif;
}

.noto-font {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "MS PGothic", sans-serif;
}

.mincho-font {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

.container {
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
}

.pt-18vw-plus60 {
  padding-top: calc(18vw + 60px);
}

.pb-8vw {
  padding-bottom: 8vw;
}

.pb-13vw {
  padding-bottom: 13vw;
}

.pb-38 {
  padding-bottom: 38px;
}

.pb-40 {
  padding-bottom: 40px;
}

@media screen and (min-width: 767.98px) {
  .pt-md-6vw-plus120 {
    padding-top: calc(6vw + 120px);
  }

  .pb-md-100 {
    padding-bottom: 100px;
  }
    .pt-md-100 {
    padding-top: 100px!important;
  }

  .pb-md-7vw-plus100 {
    padding-bottom: calc(7vw + 100px);
  }
}

.mt--18vw {
  margin-top: -18vw;
}

.mt-8_4vw-plus40 {
  margin-top: calc(8.4vw + 40px);
}

.mb--10{
  margin-bottom: -10px;
}

.mb-8_4vw-plus40 {
  margin-bottom: calc(8.4vw + 40px);
}

.my-38 {
  margin-top: 38px;
  margin-bottom: 38px;
}

@media screen and (min-width: 767.98px) {
  .mt-md--6vw {
    margin-top: -6vw;
  }

  .mt-md-8_4vw-plus80 {
    margin-top: calc(8.4vw + 80px);
  }

  .mb-md--2vw {
    margin-bottom: -2vw;
  }

  .mb-md-8_4vw-plus80 {
    margin-bottom: calc(8.4vw + 80px);
  }
}

@media screen and (min-width: 991.98px) {
  .mb-lg--40 {
    margin-bottom: -40px;
  }
}

.font-3vw {
  font-size: 3vw;
}

.font-4_2vw {
  font-size: 4.2vw;
}

.font-6_4vw {
  font-size: 6.4vw;
}

.font-10_4vw {
  font-size: 10.4vw;
}

.font-13 {
  font-size: 13px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-60 {
  font-size: 60px;
}

@media screen and (min-width: 767.98px) {
  .font-md-1_5vw {
    font-size: 1.5vw;
  }

  .font-md-2vw {
    font-size: 2vw;
  }

  .font-md-3_2vw {
    font-size: 3.2vw;
  }

  .font-md-6_4vw {
    font-size: 6.4vw;
  }

    .font-md-16 {
    font-size: 16px;
  }


  .font-md-18 {
    font-size: 18px;
  }

  .font-md-23 {
    font-size: 23px;
  }

  .font-md-26 {
    font-size: 26px;
  }

  .font-md-28 {
    font-size: 28px;
  }

  .font-md-40 {
    font-size: 40px;
  }

  .font-md-60 {
    font-size: 60px;
  }

  .font-md-64 {
    font-size: 64px;
  }
}

@media screen and (min-width: 991.98px) {
  .font-lg-18-vw {
    font-size: min(1.63vw, 18px);
  }

  .font-lg-24-vw {
    font-size: min(1.33vw, 24px);
  }

  .font-lg-40-vw {
    font-size: min(3.63vw, 40px);
  }

  .font-lg-50 {
    font-size: min(4.54vw, 50px);
  }

  .font-lg-60-vw {
    font-size: min(5.45vw, 60px);
  }

  .font-lg-120-vw {
    font-size: min(10.9vw, 120px);
  }
}

.skyblue {
  color: #6DA8DB;
}

.lightblue {
  color: #5D99CD;
}

.lightgreen {
  color: #54B7A3;
}

.darkgray {
  color: #444444;
}

.gray555 {
  color: #555555;
}

.gray888 {
  color: #888888;
}

.w-fitcontent {
  width: fit-content;
}

.w-30 {
  width: 30%;
}

.w-150 {
  width: 150px;
}

@media screen and (min-width: 767.98px) {
  .w-md-fitcontent {
    width: fit-content!important;
  }

  .w-md-100per-208 {
    width: calc(100% - 208px);
  }
}
@media screen and (min-width: 991.98px) {
  .w-lg-184 {
    width: 184px;
  }
}

.mw-410 {
  max-width: 410px;
}

.mv-510 {
  max-width: 510px;
}

.h-150 {
  height: 150px;
}

@media screen and (min-width: 991.98px) {
  .h-lg-184 {
    height: 184px;
  }
}

.minh-100 {
  min-height: 100px;
}

.line-height-1 {
  line-height: 1;
}
.line-height-1_2 {
  line-height: 1.2;
}
.line-height-2 {
  line-height: 2;
}

.bg-bluegreen {
  background-color: #378BA4;
}

.bg-skyblue {
  background-color: #6DA8DB;
}

.bg-green {
  background-color: #3AB7AD;
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-lightgray {
  background-color: #EFEFEF;
}

.bg-gray777 {
  background-color: #777777;
}

.bg-grayddd {
  background-color: #dddddd;
}

.bg-grayccc {
  background-color: #cccccc;
}

.bg-wave::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 100%;
  aspect-ratio: 1280 / 183;
  background-image: url(../img/section-bg-before.svg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

.bg-wave::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  aspect-ratio: 1280 / 201;
  background-image: url(../img/section-bg-after.svg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

.border-green {
  border: solid 1px #3AB7AD !important;
}

.border-black222 {
  border-color: #222222 !important;
}

.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

.rounded-100 {
  border-radius: 100px;
}

.end-8 {
  right: 8px;
}

@media screen and (min-width: 767.98px) {
  .end-md-48 {
    right: 48px;
  }
}

.top--48 {
  top: -48px;
}

.btn.green:hover,
.btn-hover-white {
  background-color: #3AB7AD !important;
  color: #fff !important;
}

.btn.white:hover {
  color: #3AB7AD !important;
}

.rounded-50per {
  border-radius: 50%;
}

.border-color-darkgray {
  border-color: #444444 !important;
}

.border-color-green {
  border-color: #3AB7AD !important;
}

.border-color-gray777 {
  border-color: #777777 !important;
}

.box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-top-50 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.gap-col-20 {
  column-gap: 20px;
}
@media screen and (min-width: 1199.98px) {
  .gap-xl-100 {
    gap: 100px!important;
  }
}

.line-height-1_5 {
  line-height: 1.5;
}

@media screen and (min-width: 767.98px) {
  .line-height-md-2 {
    line-height: 2;
  }
}

/* カスタムスタイル */
.navbar {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
  font-weight: 900;
}

.bg-fv {
  height: auto;
  aspect-ratio: 1280 / 535;
  background-position: center bottom;
  min-height: 432px;
}

@media screen and (max-width: 767.98px) {
  .bg-fv {
    aspect-ratio: 1 / 1.1;
    background-position: 67% bottom;
  }
}
.bg-fv-contents{
  position: absolute;
  top: 37%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .bg-fv-contents {
    position: static;
    transform: none;
  }
}
.section-heading::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 130px;
  width: 202px;
  height: 186px;
  background-image: url(../img/section-h2-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

#faq .section-heading::before {
  top: -70px;
}

#list .section-heading::before {
  content: none;
}

@media screen and (max-width: 1100px) {
  .section-heading::before {
    left: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .section-heading::before {
    left: 20px;
    width: 120px;
    height: 110px;
    top: -10px;
  }
}

.section-h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/section-h3.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section01 {
  background: url(../img/section01_bg.webp) no-repeat center/cover;
}

.section01-contents-text::before {
  content: "";
  position: absolute;
  top: -60%;
  right: -2%;
  width: 100%;
  aspect-ratio: 581 / 172;
  background-image: url(../img/section01-text-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767.98px) {
  .section01-contents-text::before {
    width: 48%;
    top: 0;
  }
}

.section01 .container {
  margin-top: 0;
}

.section01-compare .blue-list li:nth-child(1) {
  background-image: url(../img/section01-contents-bg-blue.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section01-compare .blue-list li:nth-child(2) {
  background-image: url(../img/section01-contents-bg-skyblue.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section01-compare .green-list li:nth-child(1) {
  background-image: url(../img/section01-contents-bg-green.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section01-compare .green-list li:nth-child(2) {
  background-image: url(../img/section01-contents-bg-lightgreen.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767.98px) {
  .section01-compare ul li {
    width: calc((100% - 1.5rem) / 2);
  }
}

.section01-compare ul li dl dt::after {
  content: "";
  position: absolute;
  width: calc(100% - 140px);
  height: 1px;
  background-color: #222222;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.section01-compare ul li dl dd::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.section02 .sideline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #888888;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.section02 ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 992px) {
  .section02 dl>div {
    width: calc((100% - 3rem) / 3);
  }
}

@media screen and (min-width: 767.98px) {
  .section03-contents-point ul li {
    width: calc((100% - 2rem) / 3);
  }
}

.section03-contents-about-detail iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
}

@media screen and (min-width: 767.98px) {

  .section03-contents-about-detail>dl,
  .section03-contents-about-detail>iframe {
    width: calc((100% - 1.5rem) / 2);
  }

  .section-contents-about-detail iframe {
    height: auto;
  }
}

.faq-accordion-btn:not(.collapsed)::after,
.faq-accordion-btn::after {
  color: #222222;
}
.accordion-body{
  padding: 0;
}

#footer {
  background-color: #A4A4A4;
}