@charset "UTF-8";

@media screen and (max-width: 600px) {
#con2 + section {
    padding-top: 0;
}
}

[id^=reason] + .composite_box01 .inner_item .heading {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  position: relative;
}
[id^=reason] + .composite_box01 .inner_item .heading::before {
  display: block;
  position: absolute;
  content: "";
  background: var(--i_main_color);
  width: 8%;
  height: 2px;
  bottom: 0;
  left: 0;
}
[id^=reason] + .composite_box01 .inner_item .heading::after {
  position: absolute;
  content: "";
  background: #bbcdf1;
  width: 91%;
  height: 2px;
  bottom: 0;
  right: 0;
}
[id^=reason] + .composite_box01 .inner_item .heading.block_header_4 .h {
  font-size: 5rem !important;
  margin-bottom: 0;
}
[id^=reason] + .composite_box01 .inner_item .heading.block_header_4 p {
  font-size: 2.4rem;
}
[id^=reason] + .composite_box01 .wrapper_item {
  gap: 3rem;
}
[id^=reason] + .composite_box01 .inner_item {
  max-width: calc(50% - 3rem * 1 / 2);
  width: 100% !important;
}
[id^=reason] + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4),
[id^=reason] + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3),
[id^=reason] + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2),
[id^=reason] + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
    [id^=reason] + .composite_box01 .inner_item .heading {
        flex-wrap: initial;
        gap: 1rem;
    }
    [id^=reason] + .composite_box01 .inner_item .heading.block_header_4 .h {
        font-size: 3.5rem !important;
    }
    [id^=reason] + .composite_box01 .inner_item .heading.block_header_4 p {
        font-size: 1.8rem;
    }
    [id^=reason] + .composite_box01 .inner_item .inner_item_txt {
        margin-top: 0;
    }
    [id^=reason] + .composite_box01 .wrapper_item {
        gap: 2rem;
    }
    [id^=reason] + .composite_box01 .inner_item {
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {
    [id^=reason] + .composite_box01 .inner_item {
        margin-bottom: 0 !important;
    }
    [id^=reason] + .composite_box01.block_images_1 .inner_item:nth-of-type(2n) {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 480px) {
    [id^=reason] + .composite_box01.block_images_1:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
        margin-bottom: 0 !important;
    }
}

#access + div {
  padding-bottom: 200px;
}
#access_btn + div {
  position: absolute;
  margin-top: -140px;
  left: 50%;
  transform: translateX(-50%);
}

#btn + div .wrapper_item .inner_item.empty {
  display: none;
}
@media screen and (max-width: 900px) {
    #btn + div .wrapper_item .inner_item {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    #btn + div .wrapper_item .inner_item {
        width: 100% !important;
    }
}
.price_in {
    font-size: 2rem;
    color:#003880;
}
@media screen and (max-width: 800px) {
.-w-pc {
    display: none;
}
}