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

@supports (background-image: url(/assets/eclp1/img/fv.webp)) {
  .bg-fv {
    background-image: url(/assets/eclp1/img/fv.webp);
  }
}
.fv-title-img {
  width: 350px;
}

.fv-img {
  bottom: -25px;
  max-height: 340px;
  height: 340px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.fv-img img {
  width: 400px;
}

.required-label {
  position: relative;
  left: 6%;
}

.banner-img {
  height: 115px !important;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 405px) {
  .fv-title-img {
    width: 380px;
  }
  .fv-img {
    width: 300px;
  }
}
@media screen and (min-width: 576px) {
  .fv-img {
    width: 60%;
  }
  .required-label {
    position: absolute;
    left: inherit;
    right: -10px;
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .bg-fv {
    height: 560px;
  }
  .fv-title-img {
    width: 75%;
  }
  .fv-img {
    width: 41%;
  }
  .fv-img img {
    width: 100%;
  }
  .banner-img {
    height: auto !important;
    width: 100%;
  }
}
/*位置*/
.top-n30 {
  top: -30px;
}

.pt-50 {
  padding-top: 50px !important;
}

/*高さ*/
/*幅*/
.w100per-75per {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .w100per-75per {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .text-md-end {
    text-align: end;
  }
}
/*ボーダー*/
.border-color-red {
  border-color: #f01544 !important;
}

.border-color-green {
  border-color: #42BB5E !important;
}

.border-color-blue {
  border-color: #21ACDF !important;
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
} /*※この親のdisplay:flex;を指定

/*テキスト*/
/*画像*/
.svg-color-white {
  filter: invert(100%) sepia(0%) saturate(603%) hue-rotate(123deg) brightness(116%) contrast(102%);
}

.svg-color-red {
  filter: invert(16%) sepia(90%) saturate(4338%) hue-rotate(339deg) brightness(96%) contrast(97%);
}

.icon-download:before, .icon-contact:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  filter: invert(100%) sepia(0%) saturate(603%) hue-rotate(123deg) brightness(116%) contrast(102%);
}

.icon-download:before {
  background-image: url(/assets/eclp1/img/download-solid.svg);
}

.icon-contact:before {
  background-image: url(/assets/eclp1/img/envelope-solid.svg);
}

/*装飾*/
/*FAQアコーディオン*/
.accordion-button::after {
  position: relative;
  top: 5px;
  background-image: url(/assets/eclp1/img/e_icon.png) !important;
  background-repeat: no-repeat;
}

@supports (background-image: url(/assets/eclp1/img/e_icon.webp)) {
  .accordion-button::after {
    background-image: url(/assets/eclp1/img/e_icon.webp);
  }
}
.accordion-button:not(.collapsed)::after {
  background-image: url(/assets/eclp1/img/e_icon.png) !important;
  top: 0;
}/*# sourceMappingURL=style.css.map */