@charset "UTF-8";

  #lp-lecheck2 .section.fv .inner {
    grid-template-rows: auto;
    padding: 128px 20px 0;
  }

  #lp-lecheck2 .headline-1 {
    font-size: clamp(24px, 4.9vw, 38px);
    line-height: 1.5;
    color:  #ffffff;
    padding-bottom: 12px;
    text-align: center;
  }

  #lp-lecheck2 .fv-img-wrapper .fv-img_box {
    width: 100%;
    height:  auto;
    position: relative;
  }

   #lp-lecheck2 .fv-img-wrapper .fv-img_emblem {
    position:absolute;
    right:0;
    top: -3%;
    width: 25%;
  }

@media (min-width: 769px) and (max-width: 1282px){
    #lp-lecheck2 .headline-1 {
    font-size: clamp(24px, 2.9vw, 38px);
  }
  .pc_only{
    display: none;
  }
}


@media (min-width: 769px) and (max-width: 1279px) {
  #lp-lecheck2 .section.fv .inner {
    padding: 96px 20px 0;
  }
}

@media (min-width: 769px){
  .fv-img_box .fv-img {
    width: 100%;
    height: auto;
    max-width: 658px;
    margin-top: 44px;
  }
    .fv-img_box .fv-img_emblem {
    position:absolute;
    right:0;
    top: 0;
    width: 100%;
    max-width: 136px;
  }
    #lp-lecheck2 .btn-wrapper {
    -ms-flex-item-align: start;
    margin-top: 40px;
  }
}

#lp-lecheck2 .section.fv {
  background-image: url("../images/lp-img_kvBg12_pc.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  }

@media (max-width: 768.98px){
    #lp-lecheck2 .fv-img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

  #lp-lecheck2 .section.fv {
  background-image: url("../images/lp-img_kvBg12_sp.jpg");
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  }

  #lp-lecheck2 .fv-img-wrapper .fv-img_emblem {
    position: absolute;
    top: 60%;
    width: 25%;
  }

    #lp-lecheck2 .btn-wrapper {
    row-gap: 24px;
    padding: 0 21.5px;
    margin-top: 25px;
  }

   #lp-lecheck2 .fv-img-wrapper .fv-img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 600px;
  }
  }

@media (min-width: 481px) and (max-width: 768.98px) {
  #lp-lecheck2 .section.fv .inner {
    padding: 96px 20px 0;
  }
}

@media (min-width: 375px) and (max-width: 480px) {
  #lp-lecheck2 .section.fv .inner {
    padding: 96px 8px 0;
  }

}

@media (max-width: 374px) {
  #lp-lecheck2 .section.fv .inner {
    padding: 88px 8px 0;
  }
}

@media (max-width: 480px){
    #lp-lecheck2 .section.btn h2{
    margin-bottom: 0;
  }
   #lp-lecheck2 .headline-1 {
    margin-bottom: 0;
  }
}

.fv-img_emblem_campany{
  display: block;
  width: 100%;
  max-width: 230px;
  margin-top: 28px;
}

.features{
  margin: 72px 0;
}

.features-wrapper-item{
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 24px;
 margin-bottom: 64px;
}

.features-wrapper-item:last-child{
  justify-content: flex-start;
}

.features-wrapper-item .features-list_box{
  background: #FAFAF8;
  border-radius: 10px;
  padding: 24px 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.features-wrapper-item .features-list_box dd{
  margin-left: 16px;
}

.features-list_box h4{
  font-size: 19px;
  font-weight: 700;
  color: #5957C4;
  letter-spacing: normal;
}

.label-orange{
  display: inline-block;
  background: #FCF1E3;
  border: 1px solid #E57F07;
  color: #E57F07;
  padding: 3px 8px;
  font-weight: 700;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .features-wrapper-item .features-list_box dt{
    width: 30%;
    text-align: center;
}
  .features-wrapper-item .features-list_box dd{
    width: 70%;
}
}

@media (min-width: 769px) and (max-width: 1023px){
  .features-wrapper-item .features-list_box dt{
    width: 30%;
}
  .features-wrapper-item .features-list_box dd{
    width: 70%;
}
}

@media (max-width: 768.98px) {
    .features-wrapper-item{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
    gap: 24px 16px;
    margin-bottom: 40px;
}
  .features-wrapper-item .features-list_box{
    padding: 24px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
  .features-wrapper-item .features-list_box dd{
    width: 70%;
}
  .features-list_box h4{
    font-size: 18px;
}
}

@media (max-width: 480px){
  .features-wrapper-item .features-list_box{
    padding: 16px;
    align-items: flex-start;
}
    .features-wrapper-item .features-list_box dt{
    width: 30%;
}
}

  #lp-lecheck2 .section.btn {
    background-image: url("../images/le-check_CTAbg12.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 32px 28px 48px 28px;
  }

@media (max-width: 768.98px){
    #lp-lecheck2 .section.btn {
    background: url("../images/lecheck_CTA_lp12-sp.png") center center/cover;
    padding: 25px 0;
    display:  flex;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 480px){
  .features-wrapper-item{
 display: grid;
 grid-template-columns: repeat(1, 1fr);
 gap: 16px;
 margin-bottom: 40px;
}
}

@media (min-width: 481px){
  .br-sp_only{display: none !important;}
}