.p-beginnerTypeNav {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
.p-beginnerTypeNav-link {
  padding-right: 15px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
.p-beginnerTypeNav-link::after {
  position: absolute;
  content: "";
  top: 3px;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  border: solid #000;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.p-beginnerTypeSec {
  margin-top: 80px;
}
.p-beginnerTypeTxt-lead {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.p-beginnerTypeTag {
  margin-top: 30px;
  display: flex;
  gap: 40px;
}
.p-beginnerTypeTag-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-beginnerTypeTag-ttl {
  padding: 7px 5px;
  min-width: 40px;
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.p-beginnerTypeTag-ttl._mild {
  background-color: #000;
}
.p-beginnerTypeTag-ttl._moderate {
  background-color: #999;
}
.p-beginnerTypeTag-ttl._severe {
  background-color: #ccc;
}
.p-beginnerTypeTag-txt {
  font-size: 1.2rem;
}
.p-beginnerTypeCard {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.p-beginnerTypeCard-item {
  padding: 20px;
  width: calc((100% - 30px * 2) / 3);
  min-width: 300px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.p-beginnerTypeCard-detail {
  margin-top: 15px;
}
.p-beginnerTypeCard-detail-icon {
  display: flex;
  gap: 10px;
}
.p-beginnerTypeCard-detail-desc {
  margin-top: 15px;
  letter-spacing: .07em;
}
.p-beginnerTypeCard-detail-desc dt {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-beginnerTypeCard-detail-desc dd {
  margin-top: 18px;
  font-size: 1.2rem;
  line-height: 1.58333;
}
.p-beginnerTypeTxt-note {
  margin-top: 30px;
  font-size: 1.2rem;
}
.p-beginnerTypeTxt-note._small {
  margin-top: 0;
  font-size: 1rem;
}
.p-beginnerTypeSec-nest {
  margin-top: 40px;
  padding: 35px 30px;
  background-color: #f7f7f7;
}
.p-beginnerTypeHdg-lv3 {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-beginnerTypeTxt-vision {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}
.p-beginnerTypeList-dl {
  margin-top: 20px;
}
.p-beginnerTypeList-dl-item + .p-beginnerTypeList-dl-item {
  margin-top: 30px;
}
.p-beginnerTypeList-dl-item dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-beginnerTypeList-dl-item dt::before {
  content: "\25A0";
  margin-right: 5px;
}
.p-beginnerTypeList-dl-item dd {
  margin-top: 10px;
}
.p-beginnerTypeList-dl-item dd > *:first-child {
  margin-top: 0;
}
.p-beginnerTypeList-disc {
  margin-top: 20px;
}
.p-beginnerTypeList-disc li {
  font-size: 1.2rem;
  line-height: 2;
}
.p-beginnerTypeList-disc li::before {
  content: "\30FB";
}
.p-beginnerTypeList-disc._large li::before {
  content: "\25CF";
  margin-right: 5px;
}

.p-beginnerTypeTbl-wrap {
  margin-top: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-beginnerTypeTbl {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-beginnerTypeTbl th,
.p-beginnerTypeTbl td {
  vertical-align: middle;
  border-bottom: 1px solid #d9d9d9;
}
.p-beginnerTypeTbl th {
  padding: 20px 5px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-beginnerTypeTbl .ttl {
  padding: 15px 5px;
  width: 285px;
  min-width: 115px;
  text-align: left;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
}
.p-beginnerTypeTbl .ttl b {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-beginnerTypeTbl thead .ttl b {
  display: block;
}
.p-beginnerTypeTbl tbody .ttl b {
  margin-left: 5px;
}
.p-beginnerTypeTbl td {
  padding: 5px;
  text-align: center;
}
.p-beginnerTypeTbl thead:not(.ttl),
.p-beginnerTypeTbl td {
  width: 115px;
  min-width: 80px;
}
.p-beginnerTypeTbl thead th:nth-child(even),
.p-beginnerTypeTbl td:nth-child(2n) {
  background: #fafafa;
}
.p-beginnerTypeTbl td.circle {
  font-size: 3.5rem;
}
.p-beginnerTypeCite {
  margin-top: 10px;
  display: block;
  font-size: 1rem;
  font-style: normal;
}
.p-beginnerTypeBtn {
  margin-top: 60px;
}
@media screen and (max-width:740px) {
  .page-beginnerType .l-free-inner {
    padding: 0 15px;
  }
  .p-beginnerTypeSec .p-contactlensIncOptions-hdg {
    margin: 0;
  }
  .p-beginnerTypeNav {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 12px 15px;
  }
  .p-beginnerTypeNav-link {
    padding: 7px 0 7px 15px;
    font-size: clamp(1rem, calc(11 / 375 * 100vw), 1.3rem);
    font-weight: 500;
  }
  .p-beginnerTypeNav-link::after {
    top: 10px;
    left: 0;
    right: auto;
    border-width: 1px 1px 0 0;
  }
  .p-beginnerTypeSec {
    margin-top: 30px;
  }
  .p-beginnerTypeSec + .p-beginnerTypeSec {
    margin-top: 50px;
  }
  .p-beginnerTypeTxt-lead {
    margin-top: 30px;
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
    line-height: 1.45;
  }
  .p-beginnerTypeTag {
    display: block;
  }
  .p-beginnerTypeTag-item + .p-beginnerTypeTag-item {
    margin-top: 10px;
  }
  .p-beginnerTypeTag-ttl {
    padding: 5px 10px;
    font-size: clamp(.9rem, calc(10 / 375 * 100vw), 1.2rem);
  }
  .p-beginnerTypeTag-txt {
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
    position: relative;
    top: -2px;
  }
  .p-beginnerTypeCard {
    margin: 20px auto 0;
    max-width: 540px;
    display: block;
  }
  .p-beginnerTypeCard-item {
    padding: 15px;
    width: 100%;
    min-width: initial;
  }
  .p-beginnerTypeCard-item + .p-beginnerTypeCard-item {
    margin-top: 10px;
  }
  .p-beginnerTypeCard-detail {
    margin-top: 20px;
  }
  .p-beginnerTypeCard-detail-desc dt {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .p-beginnerTypeCard-detail-desc dd {
    margin-top: 13px;
    font-size: clamp(1rem, calc(11 / 375 * 100vw), 1.3rem);
  }
  .p-beginnerTypeTxt-note {
    margin-top: 10px;
    font-size: clamp(.9rem, calc(10 / 375 * 100vw), 1.2rem);
  }
  .p-beginnerTypeTxt-note._small {
    margin-top: 0;
    font-size: clamp(.9rem, calc(10 / 375 * 100vw), 1.2rem);
  }
  .p-beginnerTypeSec-nest {
    margin-top: 30px;
    padding: 30px 15px;
  }
  .p-beginnerTypeHdg-lv3 {
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
  }
  .p-beginnerTypeTxt-vision {
    margin-top: 10px;
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
    line-height: 1.5;
  }
  .p-beginnerTypeList-dl {
    margin-top: 25px;
  }
  .p-beginnerTypeList-dl-item + .p-beginnerTypeList-dl-item {
    margin-top: 25px;
  }
  .p-beginnerTypeList-dl-item dt {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .p-beginnerTypeList-disc {
    margin-top: 10px;
  }
  .p-beginnerTypeList-disc li {
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
    line-height: 1.4;
  }
  .p-beginnerTypeList-disc:not(._large) li {
    margin-left: 1em;
    text-indent: -1em;
  }

  .p-beginnerTypeTbl-wrap {
    margin-top: 25px;
  }
  .p-beginnerTypeTbl {
    min-width: 700px;
  }
  .p-beginnerTypeTbl th {
    padding: 10px 5px;
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
  }
  .p-beginnerTypeTbl .ttl {
    padding: 15px 5px;
    width: 140px;
    min-width: initial;
  }
  .p-beginnerTypeTbl .ttl::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
  }
  .p-beginnerTypeTbl .ttl b {
    font-size: clamp(1.2rem, calc(14 / 375 * 100vw), 1.6rem);
  }
  .p-beginnerTypeTbl thead:not(.ttl),
  .p-beginnerTypeTbl td {
    width: 70px;
    min-width: initial;
  }
  .p-beginnerTypeTbl td.circle {
    font-size: clamp(2.3rem, calc(25 / 375 * 100vw), 2.7rem);
  }
  .p-beginnerTypeCite {
    margin-top: 15px;
    font-size: clamp(.9rem, calc(10 / 375 * 100vw), 1.2rem);
  }
  .p-beginnerTypeBtn {
    margin-top: 50px;
  }
}