﻿.p-check-lead {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 1.45;
}
.p-check-sec {
  margin-top: 80px;
}
.p-check-secNest {
  margin-top: 30px;
  padding: 30px;
}
.p-check-secNest.family {
  background: #fefdf6;
}
.p-check-secNest.mine {
  background: #f7f7f7;
}
.p-check-hdg {
  padding-left: 55px;
  font-size: 2.1rem;
  position: relative;
}
.p-check-hdg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 35px;
  height: 30px;
  background: no-repeat center / contain;
}
.family .p-check-hdg::before {
  background-image: url(/cms/contents/hearingaid/check/img/icn01.svg);
}
.mine .p-check-hdg::before {
  background-image: url(/cms/contents/hearingaid/check/img/icn02.svg);
  background-position: left 10px center;
}
.p-check-list-item {
  padding: 30px 0;
  display: flex;
  gap: 40px;
  font-size: 1.8rem;
}
.p-check-list-item + .p-check-list-item {
  border-top: 1px solid #e9e9e9;
}
.p-check-list-ttl {
  font-weight: bold;
}
.p-check-list-txt {
  position: relative;
  top: -3px;
}
.p-check-endTxt {
  margin-top: 30px;
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width:740px) {
  .page-check .l-free-inner {
    padding: 0 15px;
  }
  .p-check-lead {
    margin-top: 30px;
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .p-check-sec {
    margin-top: 30px;
  }
  .p-check-secNest {
    padding: 20px 15px;
  }
  .p-check-sec .p-contactlensIncOptions-hdg {
    margin: 0;
  }
  .p-check-hdg {
    font-size: clamp(1.6rem, calc(18 / 375 * 100vw), 2rem);
  }
  .p-check-list-item {
    padding: 15px 0;
    display: block;
  }
  .p-check-list-ttl {
    font-size: clamp(1.6rem, calc(18 / 375 * 100vw), 2rem);
  }
  .p-check-list-txt {
    margin-top: 15px;
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
    line-height: 1.45;
    top: 0;
  }
  .p-check-endTxt {
    font-size: clamp(1.3rem, calc(15 / 375 * 100vw), 1.7rem);
  }
}