﻿.lens-readingglasses {
  overflow-x: hidden;
}
.lr-hdgLv1 {
  background-color: #be1e2d;
}
.lr-hdgLv1-inner {
  margin: 0 auto;
  padding: 15px 0;
  display: block;
  max-width: 860px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.lr-secH2 {
  margin-top: 40px;
}
.lr-hdgLv2 {
  text-align: center;
}
.lr-lead {
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
  letter-spacing: .07em;
}

.lr-inner {
  margin: 0 auto;
  max-width: 860px;
}

.lr-knowledge-sec {
  margin-top: 70px;
  padding: 35px 45px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  background: url(../img/knowledge_bg.png) repeat-x;
}
.lr-knowledge-lyt {
  margin: 15px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #be1e2d;
}
.lr-knowledge-lyt-detail {
  width: calc(100% - 355px);
  min-width: 300px;
}
.lr-knowledge-lyt-img {
  width: 325px;
}
.lr-knowledge-lyt-bottom {
  width: 100%;
}

.lr-symptoms-sec {
  margin-top: 40px;
}
.lr-symptoms-hdg {
  text-align: center;
}
.lr-rougan-block {
  margin-top: 40px;
  position: relative;
  z-index: 0;
}
.lr-rougan-block::before,
.lr-rougan-block::after {
  position: absolute;
  content: "";
  z-index: 1;
  background: no-repeat center / contain;
}
.lr-rougan-block::before {
  top: -75px;
  right: -40px;
  width: 234px;
  height: 235px;
  background-image: url(../img/example_img.png);
}
.lr-rougan-block::after {
  left: 50%;
  bottom: -20px;
  width: 47px;
  height: 24px;
  background-image: url(../img/sankaku.png);
  transform: translateX(-50%);
}
.lr-rougan-list {
  padding: 35px 170px 35px 45px;
  border-radius: 10px;
  background-color: #bd1e2d;
}
.lr-rougan-list li + li {
  margin-top: 25px;
}
.lr-symptoms-result {
  margin-top: 50px;
}

.lr-criterion-sec {
  margin-top: 45px;
}
.lr-criterion-hdg {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-align: center;
  color: #be1e2d;
}
.lr-criterion-txt {
  margin-top: 30px;
  font-size: 22px;
  line-height: 2;
}
.lr-criterion-img {
  margin-top: 30px;
  text-align: center;
}

.lr-last-block {
  margin-top: 70px;
}
.lr-last-lead {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  color: #be1e2d;
}
.lr-btn-large {
  margin-top: 35px;
  text-align: center;
}
.lr-btn-large .lr-btn-large-inner {
  margin: 0 auto;
  padding: 20px;
  min-width: 420px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #6296c7;
}
.lr-btn {
  margin-top: 40px;
  text-align: center;
}
.lr-btn .c-button--white {
  width: initial;
  min-width: 360px;
}
.lr-last-block .lr-knowledge-lyt {
  margin-top: 0;
  color: #000;
}
.lr-last-txt {
  margin-top: 60px;
  font-size: 10px;
  text-align: center;
  letter-spacing: .07em;
}

.lr-point-sec {
  margin-top: 40px;
}
.lr-point-hdg {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
  color: #be1e2d;
  position: relative;
  z-index: 0;
}
.lr-point-hdg::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  z-index: -1;
  margin-top: -2px;
  width: 100%;
  height: 4px;
  background: #be1e2d;
}
.lr-point-hdg-inner {
  padding: 0 1em;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
}
.lr-point-hdg b {
  font-size: 70%;
  display: block;
}
.lr-point-list {
  margin-top: 30px;
}
.lr-point-list-item {
  border: 4px solid #bd1e2d;
  border-radius: 10px;
  overflow: hidden;
}
.lr-point-list-item + .lr-point-list-item {
  margin-top: 40px;
}
.lr-point-list-ttl {
  padding: 20px;
  background-color: #be1e2d;
}
.lr-point-list-detail {
  padding: 40px 40px 30px;
  background-color: #fff;
}
.lr-point-list-detail p {
  margin-top: 2em;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .07em;
}
.lr-point-list-detail p a {
  font-weight: bold;
  color: #bd1e2d;
}
.lr-point-list-detail > *:first-child,
.lr-knowledge-sec .lr-knowledge-lyt > *:first-child,
.lr-point-lyt-txt > *:first-child {
  margin-top: 0;
}
.lr-point-lyt {
  display: flex;
  gap: 40px 20px;
}
.lr-point-lyt + .lr-point-lyt {
  margin-top: 40px;
}
.lr-point-lyt._reverce {
  flex-direction: row-reverse;
}
.lr-point-lyt-txt {
  width: calc(100% - 286px);
  flex: 1;
}
.lr-point-lyt-img {
  width: 266px;
  text-align: center;
}

.lr-point-img {
  margin-top: 10px;
  text-align: center;
}
.lr-point-img .cap {
  margin-bottom: 10px;
}

.lr-point-btn {
  margin-top: 15px;
}
.lr-point-btn a {
  padding: 10px;
  min-width: 240px;
  background-color: #bd1e2d;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width:740px) {
  .l-free-inner {
    padding: 0 15px;
  }
  .lr-hdgLv1-inner {
    padding: 15px;
    font-size: 16px;
  }
  .lr-secH2 {
    margin-top: 35px;
  }
  .lr-hdgLv2 img {
    width: initial;
    height: 42px;
  }
  .lr-lead {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
  }

  .lr-knowledge-sec {
    margin-top: 35px;
    padding: 15px;
    border-radius: 8px;
    background-size: 1px auto;
  }
  .lr-knowledge-hdg img {
    width: initial;
    height: 36px;
  }
  .lr-knowledge-lyt {
    margin: 10px 0 0;
    gap: 25px;
    font-size: 14px;
  }
  .lr-knowledge-lyt-detail {
    width: 100%;
    order: 1;
  }
  .lr-knowledge-lyt-img {
    width: 100%;
    order: 3;
    text-align: center;
  }
  .lr-knowledge-lyt-img img {
    width: initial;
    height: 152px;
  }
  .lr-knowledge-lyt-bottom {
    order: 2;
  }

  .lr-symptoms-sec {
    margin-top: 20px;
  }
  .lr-symptoms-hdg img {
    width: initial;
    height: 126px;
  }
  .lr-rougan-block {
    margin-top: 70px;
  }
  .lr-rougan-block::before {
    top: -110px;
    right: -20px;
    width: 138px;
    height: 148px;
  }
  .lr-rougan-block::after {
    bottom: -17.5px;
    width: 42px;
    height: 21px;
  }
  .lr-rougan-list {
    padding: 40px 60px 15px 15px;
    border-radius: 8px;
  }
  .lr-rougan-list li + li {
    margin-top: 12px;
  }
  .lr-symptoms-result {
    margin-top: 35px;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    background-color: #bd1e2d;
  }
  .lr-symptoms-result img {
    width: auto;
    height: 56px;
  }

  .lr-criterion-sec {
    margin-top: 45px;
  }
  .lr-criterion-hdg {
    font-size: 24px;
  }
  .lr-criterion-txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
  }
  .lr-criterion-img {
    margin-top: 15px;
  }

  .lr-last-block {
    margin-top: 40px;
  }
  .lr-last-lead {
    font-size: 14px;
  }
  .lr-btn-large {
    margin-top: 25px;
  }
  .lr-btn-large .lr-btn-large-inner {
    padding: 5px 10px;
    min-width: initial;
    max-width: 420px;
    width: 100%;
    font-size: 12px;
    line-height: 36px;
  }
  .lr-btn {
    margin-top: 20px;
  }
  .lr-btn .c-button--white {
    padding: 5px 10px;
    width: 100%;
    max-width: 420px;
    min-width: initial;
    font-size: 12px;
    line-height: 36px;
  }
  .lr-last-txt {
    margin-top: 40px;
    font-size: 9px;
    text-align: left;
  }

  .lr-point-sec {
    margin-top: 20px;
  }
  .lr-point-hdg {
    font-size: 15px;
  }
  .lr-point-list {
    margin-top: 15px;
  }
  .lr-point-list-item {
    border-radius: 2px;
    border-radius: 8px;
  }
  .lr-point-list-item + .lr-point-list-item {
    margin-top: 20px;
  }
  .lr-point-list-ttl {
    padding: 10px 3.33333%;
  }
  .lr-point-list-ttl img {
    width: auto;
    height: 48px;
  }
  .lr-point-list-detail {
    padding: 17.5px 5%;
  }
  .lr-point-list-detail p {
    margin-top: 15px;
    font-size: 14px;
  }
  .lr-point-list-detail p a {
    text-decoration: underline;
  }
  .lr-point-lyt, .lr-point-lyt._reverce {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .lr-point-lyt + .lr-point-lyt {
    margin-top: 60px;
  }
  .lr-point-lyt-txt {
    width: 100%;
  }
  .lr-point-lyt-img {
    width: 100%;
  }
  .lr-point-lyt-img img:not(.adjust) {
    width: auto;
    max-width: 180px;
  }

  .lr-point-img {
    margin-top: 10px;
    text-align: center;
  }
  .lr-point-img .cap img {
    width: auto;
    max-height: 14px;
  }

  .lr-point-btn {
    margin-top: 15px;
  }
  .lr-point-btn a {
    padding: 5px 10px;
    min-width: initial;
    width: 100%;
    max-width: 420px;
    font-size: 12px;
    line-height: 36px;
  }

  .lr-lens-sec {
    margin-top: 10px;
    color: #bd1e2d;
  }
  .lr-lens-hdg {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .lr-lens-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #bd1e2d;
    background-color: #fff;
  }
  .lr-lens-list-item {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .lr-lens-list-item:nth-child(even) {
    border-left: 2px solid #bd1e2d;
  }
  .lr-lens-list-item:nth-child(n + 3) {
    border-top: 2px solid #bd1e2d;
  }
  .lr-lens-list-ttl {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #bd1e2d;
  }
  .lr-lens-list-desc {
    padding: 10px 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .lr-lens-list-desc > p {
    margin-top: 0;
    font-size: 10px;
  }
  .lr-lens-list-img {
    margin-top: auto;
    padding-top: 10px;
  }
}
