@charset "UTF-8";
.bg-fv {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 300px;
  z-index: 0;
  background-image: url(../../asset/img/s_fv.png);
}

@supports (background-image: url(../../asset/img/s_fv.webp)) {
  .bg-fv {
    background-image: url(../../asset/img/s_fv.webp);
  }
}
@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 400px;
    z-index: 0;
    background-image: url(../../asset/img/s_fv.png);
  }
  @supports (background-image: url(../../asset/img/s_fv.webp)) {
    .bg-fv {
      background-image: url(../../asset/img/s_fv.webp);
    }
  }
}
@media screen and (min-width: 992px) {
  .bg-fv {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 540px;
    z-index: 0;
    background-image: url(../../asset/img/s_fv.png);
  }
  @supports (background-image: url(../../asset/img/s_fv.webp)) {
    .bg-fv {
      background-image: url(../../asset/img/s_fv.webp);
    }
  }
}
.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 224px;
  z-index: 0;
  background-image: url("../../asset/img/bg-sub.png");
}

@supports (background-image: url(../../asset/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../asset/img/bg-sub.webp);
  }
}
.text-shadow_white {
  text-shadow: 1px 1px 10px #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-top-gold-3px {
  border-top: solid 3px #C9A965;
}

.border-bottom-gold-3px {
  border-bottom: solid 3px #C9A965;
}

.border-bottom-gold-1px {
  border-bottom: solid 1px #C9A965;
}

.border-bottom-blue-dotted {
  border-bottom: dotted 2px #013C5A;
}

.border-gold-3px {
  border: solid 3px #C9A965;
}

.border-bottom-white-1px {
  border-bottom: solid 1px #f1f1f1;
}

.marker_yellow {
  background: linear-gradient(transparent 50%, #FFFF7D 50%);
}

.title-reccomend {
  background-image: url("../../asset/img/s_reccomend_title.png");
  max-width: 900px;
  height: 80px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-reccomend {
  background-image: url("../../asset/img/s_reccomend_title.webp");
}

@media screen and (max-width: 991px) {
  .title-reccomend {
    background-image: url("../../asset/img/s_reccomend_title_sp.png");
    max-width: 900px;
    height: 120px;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .webp .title-reccomend {
    background-image: url("../../asset/img/s_reccomend_title_sp.webp");
  }
}
.title-check {
  background-image: url("../../asset/img/s_check_title.png");
  max-width: 900px;
  height: 100px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-check {
  background-image: url("../../asset/img/s_check_title.webp");
}

@media screen and (max-width: 991px) {
  .title-check {
    background-image: url("../../asset/img/s_check_title_sp.png");
    max-width: 900px;
    height: 120px;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .webp .title-check {
    background-image: url("../../asset/img/s_check_title_sp.webp");
  }
}
.title-point {
  background-image: url("../../asset/img/s_point_title.png");
  max-width: 900px;
  height: 100px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-point {
  background-image: url("../../asset/img/s_point_title.webp");
}

.title-company {
  background-image: url("../../asset/img/s_company_title.png");
  max-width: 900px;
  height: 100px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-company {
  background-image: url("../../asset/img/s_company_title.webp");
}

.title-sdbrew {
  background-image: url("../../asset/img/s_sdbrew_title.png");
  max-width: 900px;
  height: 100px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-sdbrew {
  background-image: url("../../asset/img/s_sdbrew_title.webp");
}

.title-avan {
  background-image: url("../../asset/img/s_avan_title.png");
  max-width: 900px;
  height: 100px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-avan {
  background-image: url("../../asset/img/s_avan_title.webp");
}

.title-tokunaga {
  background-image: url("../../asset/img/s_tokunaga_title.png");
  max-width: 900px;
  height: 100px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-tokunaga {
  background-image: url("../../asset/img/s_tokunaga_title.webp");
}

.title-faq {
  background-image: url("../../asset/img/s_faq_title.png");
  max-width: 900px;
  height: 100px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-faq {
  background-image: url("../../asset/img/s_faq_title.webp");
}

.title-list {
  background-image: url("../../asset/img/s_list_title.png");
  max-width: 900px;
  height: 100px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-list {
  background-image: url("../../asset/img/s_list_title.webp");
}

.title-area {
  background-image: url("../../asset/img/s_area_title.png");
  max-width: 900px;
  height: 100px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-area {
  background-image: url("../../asset/img/s_area_title.webp");
}

.title-articles {
  background-image: url("../../asset/img/s_articles_title.png");
  max-width: 900px;
  height: 80px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-articles {
  background-image: url("../../asset/img/s_articles_title.webp");
}

.title-site {
  background-image: url("../../asset/img/s_site_title.png");
  max-width: 900px;
  height: 80px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-site {
  background-image: url("../../asset/img/s_site_title.webp");
}

.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("../../asset/img/s_reccomend_bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../asset/img/s_reccomend_bg.webp)) {
  .background-reccomend_bg {
    background-image: url(../../asset/img/s_reccomend_bg.webp);
  }
}
.background-check_bg {
  background: url("../../asset/img/s_check_bg01.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../asset/img/s_check_bg01.webp)) {
  .background-check_bg {
    background-image: url(../../asset/img/s_check_bg01.webp);
  }
}
.background-point_bg {
  background: url("../../asset/img/s_point_bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../asset/img/s_point_bg.webp)) {
  .background-point_bg {
    background-image: url(../../asset/img/s_point_bg.webp);
  }
}
.background-company_bg {
  background: url("../../asset/img/s_company_title_bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../asset/img/s_company_title_bg.webp)) {
  .background-company_bg {
    background-image: url(../../asset/img/s_company_title_bg.webp);
  }
}
.background-kutikomi_bg {
  background: url("../../asset/img/s_kutikomi_bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../asset/img/s_kutikomi_bg.webp)) {
  .background-kutikomi_bg {
    background-image: url(../../asset/img/s_kutikomi_bg.webp);
  }
}
.background-area_bg {
  background: url("../../asset/img/s_area_bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../asset/img/s_area_bg.webp)) {
  .background-area_bg {
    background-image: url(../../asset/img/s_area_bg.webp);
  }
}
/*高さ*/
.height-240 {
  height: 240px;
}

.height-230 {
  height: 230px;
}

.height-70 {
  height: 70px;
}

.height-45 {
  height: 45px;
}

.height-30px {
  height: 30px;
}

.height-80px {
  height: 80px;
}

.height-150 {
  height: 150px;
}

.rounded-top-20 {
  border-radius: 20px 20px 0px 0;
}

.rounded-top-10 {
  border-radius: 10px 10px 0px 0;
}

.triangle-bottom-orange::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #F19205 transparent transparent transparent;
}

.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;
}

.accordion-button.custom-accordion-btn {
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
  background-color: #F1F1F1 !important;
  color: #000000;
}

.accordion-button.custom-accordion-btn02 {
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
  background-color: #F1F1F1 !important;
}

/* アコーディオンの矢印を白に */
.custom-accordion-btn::after {
  filter: brightness(0) invert(1); /* 白に変換 */
}

/* 開いたときも白のままにする */
.custom-accordion-btn:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

/*ボックス*/
.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;
  }
  .f-sm-18px {
    font-size: 18px !important;
  }
}
.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;
}

.transparent-bg {
  background-color: transparent !important;
}

.transparent-bg td,
.transparent-bg th {
  background-color: transparent !important;
}

.transparent-bg th,
.transparent-bg td {
  vertical-align: middle;
  border-bottom: none;
}

.transparent-bg th {
  border-bottom: solid 1px #C9A965;
}

.transparent-bg td {
  border-bottom: solid 1px #C9A965;
}

@media screen and (max-width: 767px) {
  .w-sm-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }
}/*# sourceMappingURL=style.css.map */