@charset "UTF-8";

/* common */
.lp3-mv,
.lp3-issue,
.lp3-solution,
.lp3-cta,
.lp3-image,
.lp3-faq {
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}

body.mce-content-body .lp3-faq__list-a,
body.dcms_editor .lp3-faq__list-a {
  display: block !important;
}

body.mce-content-body .only-pc,
body.mce-content-body .only-sp,
body.dcms_editor .only-pc,
body.dcms_editor .only-sp {
  display: block !important;
}

.lp3-btn {
  display: inline-block;
  background-color: #f1cc7f;
  color: #d01025;
  padding: 15px 3.5em 15px 2.5em;
  border-radius: 100vh;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  position: relative;
}

.lp3-btn::before,
.lp3-btn::after {
  position: absolute;
  content: "";
  transition: all 0.2s ease 0s;
}

.lp3-btn::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #d01025;
  right: 40px;
  top: calc(50% - 13px);
}

.lp3-btn::after {
  right: 50px;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  border-top: 2px solid #f1cc7f;
  border-right: 2px solid #f1cc7f;
  transform: rotate(45deg);
}

.lp3-btn:hover,
.lp3-btn:focus {
  text-decoration: none;
  color: #d01025;
  opacity: 1;
}

.lp3-btn:hover::before,
.lp3-btn:focus::before {
  right: 30px;
}

.lp3-btn:hover::after,
.lp3-btn:focus::after {
  right: 40px;
}

.lp3-btn--evaluation {
  background: #004d90;
  color: #fff;
}

.lp3-btn--evaluation::before {
  background: #fff;
}

.lp3-btn--evaluation::after {
  border-top-color: #004d90;
  border-right-color: #004d90;
}

.lp3-btn--evaluation:hover,
.lp3-btn--evaluation:focus {
  color: #fff;
}

.lp3-btn--evaluation:hover::before,
.lp3-btn--evaluation:focus::before {
  right: 30px;
}

.lp3-btn--evaluation:hover::after,
.lp3-btn--evaluation:focus::after {
  right: 40px;
}

.lp3-btn--contact {
  background: #358fdd;
  color: #fff;
}

.lp3-btn--contact::before {
  background: #fff;
}

.lp3-btn--contact::after {
  border-top-color: #358fdd;
  border-right-color: #358fdd;
}

.lp3-btn--contact:hover,
.lp3-btn--contact:focus {
  color: #fff;
}

.lp3-btn--contact:hover::before,
.lp3-btn--contact:focus::before {
  right: 30px;
}

.lp3-btn--contact:hover::after,
.lp3-btn--contact:focus::after {
  right: 40px;
}

.lp3-section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

.lp3-section-title::before {
  content: "";
  display: inline-block;
  width: 83px;
  aspect-ratio: 83 / 64;
  background: url(/dcms_media/image/lp3_sumizumikun_icon.png) no-repeat center center / contain;
}

.lp3-section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* mv */
.lp3-mv {
  background: #ebf5ff;
  padding: 120px 0 80px;
  position: relative;
}

.lp3-mv__content {
  position: relative;
  z-index: 1;
}

.lp3-mv__catch {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.lp3-mv__catch .em {
  font-size: 28px;
}

.lp3-mv__catch .red {
  color: #fe325c;
}

.lp3-mv__logo {
  width: 680px;
  margin: 22px auto 22px 0;
}

.lp3-mv__logo img {
  aspect-ratio: 85 / 12;
}

.lp3-mv__text {
  margin: 20px 0 40px;
}

.lp3-mv__btn {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.lp3-mv__btn .lp3-btn {
  width: 270px;
}

.lp3-mv__img {
  width: 801px;
  height: auto;
  position: absolute;
  top: 50px;
  right: 0;
}

/* issue */
.lp3-issue {
  padding: 150px 0 75px;
}

.lp3-issue__content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.lp3-issue__item-img-area {
  width: 85%;
  margin: 0 auto;
}

.lp3-issue__item-text-area {
  min-height: 357px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  margin-top: -10%;
  position: relative;
}

.lp3-issue__label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 3px;
  background: #004d90;
  color: #fff;
  font-weight: 700;
}

.lp3-issue__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
  color: #004d90;
  letter-spacing: 0.06em;
}

.lp3-issue__item-text {
  margin-top: 20px;
  text-align: left;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.lp3-issue__item-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #999;
  text-align: left;
  letter-spacing: 0;
}

/* solution */
.lp3-solution {
  padding: 65px 0 100px;
  background: #ebf5ff;
  position: relative;
}

.lp3-solution::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 50px solid #004d90;
  border-bottom: 0;
}

.lp3-solution__title {
  color: #004d90;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.5;
}

.lp3-solution__content {
  margin-top: 44px;
}

.lp3-solution__text {
  text-align: center;
  margin-top: 26px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.lp3-solution__item {
  margin-top: 46px;
}

.lp3-solution__item-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.4px;
  padding: 23px;
  background: #004d90;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.lp3-solution__item-content {
  background: #fff;
  padding: 40px;
  display: flex;
  gap: 20px;
}

.lp3-solution__item-img {
  width: 85%;
}

.lp3-solution__item-text-title {
  color: #004d90;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.92px;
  margin-bottom: 24px;
}

.lp3-solution__item-text-text {
  margin-top: 28px;
}

/* cta */
.lp3-cta {
  background: url(/dcms_media/image/lp3_cta_bg.png) no-repeat center center / cover;
  padding: 100px 0;
}

.lp3-cta__content {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  padding: 40px 0;
}

.lp3-cta__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.lp3-cta__item {
  padding: 20px 40px;
}

.lp3-cta__item:not(:last-child) {
  border-right: 1px solid #004d90;
}

.lp3-cta__text {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

.lp3-cta__btn {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  min-height: 134px;
}

/* image */
.lp3-image {
  padding: 100px 0;
}

.lp3-image__catch {
  margin-top: 50px;
  text-align: center;
}

.lp3-image__content {
  margin-top: 50px;
  display: flex;
}

.lp3-image__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp3-image__label {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.92px;
  padding: 10px 50px;
  border-radius: 10px;
}

.lp3-image__item--management,
.lp3-image__item--user {
  width: 35%;
}
.lp3-image__item--image {
  width: 30%;
  justify-content: end;
  margin-bottom: 11%;
}

.lp3-image__label--management {
  background: #004d90;
}

.lp3-image__label--user {
  background: #358fdd;
}

.lp3-image__img {
  width: 23%;
  margin: 20px auto 0;
}

.lp3-image__text {
  width: 90%;
  min-height: 196px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  padding: 20px;
  position: relative;
}

.lp3-image__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}

.lp3-image__text-title {
  color: #004d90;
  font-weight: 600;
  letter-spacing: 1.6px;
  font-size: 16px;
}

.lp3-image__text-text {
  margin: 8px 0 10px;
}

.lp3-image__figure {
  margin-top: -75px;
}

.lp3-image__caution {
  width: 90%;
  margin: -20px auto 0;
}

.lp3-image__caution-title {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #d01025;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  position: relative;
}

.lp3-image__caution-title::before {
  content: "";
  display: inline-block;
  width: 76px;
  aspect-ratio: 83 / 64;
  background: url(/dcms_media/image/lp3_sumizumikun_icon.png) no-repeat center center / contain;
  position: absolute;
  top: -57%;
  left: 0;
  z-index: 1;
}

.lp3-image__caution-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 16%;
  border-style: solid;
  border-width: 0 0 35px 70px;
  border-color: transparent transparent #d01025;
  translate: calc(-50% + 1.2px) -100%;
  transform: skew(-25deg);
  transform-origin: bottom;
}

.lp3-image__caution-text {
  font-weight: 500;
  padding: 10px 20px 20px;
  background: #f1cc7f;
  border: 2px solid #d01025;
  border-radius: 0 0 5px 5px;
}

/* price */
.lp3-price {
  padding: 100px 0;
  background: #ebf5ff;
}

.lp3-price__content {
  margin-top: 50px;
}

.lp3-price__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.lp3-price__item-title {
  text-align: center;
  color: #fff;
  background: #004d90;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.92px;
  padding: 15px;
  border-radius: 10px 10px 0 0;
}

.lp3-price__item-price {
  text-align: center;
  background: #fff;
  font-size: 20px;
  padding: 12px 25px;
  border-radius: 0 0 10px 10px;
}

.lp3-price__item-price strong {
  font-size: 40px;
  font-weight: 800;
}

.lp3-price__item-price-caption {
  display: inline-block;
  font-size: 16px;
  color: #fe325c;
  position: relative;
  top: -2px;
}

.lp3-price__caption {
  margin-top: 10px;
}

/* faq */
.lp3-faq {
  padding: 100px 0;
}

.lp3-faq__content {
  margin-top: 50px;
}

.lp3-faq__list {
  padding: 0 20px;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}

.lp3-faq__list + .lp3-faq__list {
  margin-top: 20px;
}

.lp3-faq__list-q {
  display: block;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  font-family: var(--font-serif);
  position: relative;
}

.lp3-faq__list-q:hover,
.lp3-faq__list-q:focus {
  color: var(--color-main);
}

.lp3-faq__list-q:hover .lp3-faq__list-q-text,
.lp3-faq__list-q:focus .lp3-faq__list-q-text {
  text-decoration: underline;
  opacity: 1;
  color: #000;
}

.lp3-faq__list-toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
}

.lp3-faq__list-toggle::before,
.lp3-faq__list-toggle::after {
  content: "";
  width: 40px;
  height: 40px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 999px;
}

.lp3-faq__list-toggle::before {
  width: 16px;
  height: 2px;
}

.lp3-faq__list-toggle::after {
  width: 2px;
  height: 16px;
}

.lp3-faq__list-q:hover .lp3-faq__list-toggle,
.lp3-faq__list-q:focus .lp3-faq__list-toggle {
  background: #004d90;
}

.lp3-faq__list-q:hover .lp3-faq__list-toggle::before,
.lp3-faq__list-q:focus .lp3-faq__list-toggle::before,
.lp3-faq__list-q:hover .lp3-faq__list-toggle::after,
.lp3-faq__list-q:focus .lp3-faq__list-toggle::after {
  background: #fff;
}

.is_opened .lp3-faq__list-toggle {
  background: #fff;
}

.is_opened .lp3-faq__list-toggle::after {
  display: none;
}

.is_opened .lp3-faq__list-toggle::before {
  background: #333;
}

.lp3-faq__list-q-inner {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 20px 0 20px 20px;
  position: relative;
}

.lp3-faq__list-q-mark {
  font-size: 20px;
  color: #fff;
  background: #004d90;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp3-faq__list-q-text {
  display: block;
  font-size: 20px;
  padding-right: 48px;
}

.lp3-faq__list-a {
  display: none;
  padding: 0 0 20px 70px;
}

.lp3-faq__list-a-inner {
  display: flex;
  gap: 10px;
}

.lp3-faq__list-a-mark {
  font-size: 32px;
  flex-shrink: 0;
  color: #333;
  font-family: var(--font-serif);
  font-weight: bold;
  margin-top: -14px;
}

.lp3-faq__list-a-text {
  display: block;
  padding-right: 24px;
}

/* ===========================================
   Tablet (max-width: 1139px)
   =========================================== */
@media only screen and (max-width: 1139px) {
  .lp3-section-inner {
    max-width: 100%;
    padding: 0 30px;
  }

  .lp3-section-title {
    font-size: 32px;
  }

  .lp3-section-title::before {
    width: 60px;
  }

  /* btn */
  .lp3-btn {
    font-size: 16px;
    padding: 12px 3em 12px 2em;
  }

  .lp3-btn::before {
    width: 22px;
    height: 22px;
    right: 30px;
    top: calc(50% - 11px);
  }

  .lp3-btn::after {
    right: 38px;
    width: 5px;
    height: 5px;
    top: calc(50% - 2px);
  }

  .lp3-btn:hover::before,
  .lp3-btn:focus::before {
    right: 22px;
  }

  .lp3-btn:hover::after,
  .lp3-btn:focus::after {
    right: 30px;
  }

  /* mv */
  .lp3-mv {
    padding: 100px 0 60px;
  }

  .lp3-mv__catch {
    font-size: 20px;
  }

  .lp3-mv__catch .em {
    font-size: 24px;
  }

  .lp3-mv__logo {
    width: 100%;
    max-width: 450px;
  }

  .lp3-mv__text {
    font-size: 14px;
  }

  .lp3-mv__img {
    position: absolute;
    width: 36%;
    top: 12%;
    right: 0;
  }

  .lp3-mv__btn .lp3-btn {
    width: auto;
    flex: 1;
  }

  /* issue */
  .lp3-issue {
    padding: 100px 0 50px;
  }

  .lp3-issue__content {
    gap: 30px;
  }

  .lp3-issue__item-text-area {
    min-height: 412px;
    padding: 20px;
  }

  .lp3-issue__item-title {
    font-size: 20px;
  }

  .lp3-issue__item-text {
    font-size: 14px;
  }

  /* solution */
  .lp3-solution {
    padding: 50px 0 80px;
  }

  .lp3-solution__title {
    font-size: 28px;
  }

  .lp3-solution__text {
    font-size: 14px;
  }

  .lp3-solution__item-title {
    font-size: 22px;
    padding: 18px;
  }

  .lp3-solution__item-img {
    width: 100%;
  }

  .lp3-solution__item-text-title {
    font-size: 20px;
  }

  /* cta */
  .lp3-cta {
    padding: 60px 0;
  }

  .lp3-cta__text {
    font-size: 24px;
  }

  .lp3-cta__item {
    padding: 15px 25px;
  }

  /* image */
  .lp3-image {
    padding: 80px 0;
  }

  .lp3-image__catch {
    font-size: 14px;
  }

  .lp3-image__label {
    font-size: 18px;
    padding: 8px 30px;
  }

  .lp3-image__text-title {
    font-size: 14px;
  }

  .lp3-image__text-text {
    font-size: min(1.2vw, 13px);
  }

  .lp3-image__figure {
    margin-top: -50px;
  }

  .lp3-image__caution-title {
    font-size: min(1.4vw, 16px);
    white-space: nowrap;
    padding: min(0.9vw, 10px);
  }

  .lp3-image__caution-title::before {
    width: min(5vw, 76px);
    top: -45%;
  }

  .lp3-image__caution-title::after {
    border-width: 0 0 min(3vw, 35px) min(6vw, 70px);
    left: 14%;
  }

  .lp3-image__caution-text {
    font-size: min(1.3vw, 16px);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: min(0.9vw, 10px) min(1.7vw, 20px) min(1.7vw, 20px);
  }

  /* price */
  .lp3-price {
    padding: 80px 0;
  }

  .lp3-price__list {
    gap: 25px;
  }

  .lp3-price__item-title {
    font-size: 18px;
    padding: 12px;
  }

  .lp3-price__item-price {
    font-size: 16px;
    padding: 10px 15px;
  }

  .lp3-price__item-price strong {
    font-size: 32px;
  }

  .lp3-price__caption {
    font-size: 13px;
  }

  /* faq */
  .lp3-faq {
    padding: 80px 0;
  }

  .lp3-faq__list-q {
    font-size: 20px;
  }

  .lp3-faq__list-q-text {
    font-size: 18px;
  }

  .lp3-faq__list-q-mark {
    font-size: 18px;
    width: 36px;
    height: 36px;
  }

  .lp3-faq__list-toggle {
    width: 36px;
    height: 36px;
  }

  .lp3-faq__list-toggle::before,
  .lp3-faq__list-toggle::after {
    width: 36px;
    height: 36px;
  }

  .lp3-faq__list-toggle::before {
    width: 14px;
    height: 2px;
  }

  .lp3-faq__list-toggle::after {
    width: 2px;
    height: 14px;
  }
}

/* ===========================================
   Smartphone (max-width: 767px)
   =========================================== */
@media only screen and (max-width: 767px) {
  .lp3-section-inner {
    padding: 0 15px;
  }

  .lp3-section-title {
    font-size: 18px;
    gap: 5px;
  }

  .lp3-section-title::before {
    width: 50px;
  }

  /* btn */
  .lp3-btn {
    font-size: 14px;
    padding: 10px 2.5em 10px 1.5em;
    width: 100%;
    box-sizing: border-box;
  }

  .lp3-btn::before {
    width: 20px;
    height: 20px;
    right: 20px;
    top: calc(50% - 10px);
  }

  .lp3-btn::after {
    right: 28px;
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
  }

  .lp3-btn:hover::before,
  .lp3-btn:focus::before {
    right: 15px;
  }

  .lp3-btn:hover::after,
  .lp3-btn:focus::after {
    right: 23px;
  }

  /* mv */
  .lp3-mv {
    padding: 100px 0 40px;
  }

  .lp3-mv__catch {
    font-size: 16px;
    text-align: center;
  }

  .lp3-mv__catch .em {
    font-size: 18px;
  }

  .lp3-mv__logo {
    margin: 15px auto;
    max-width: 100%;
  }

  .lp3-mv__text {
    font-size: 13px;
    margin: 15px 0 25px;
    text-align: center;
  }

  .lp3-mv__text br {
    display: none;
  }

  .lp3-mv__btn {
    flex-direction: column;
    gap: 8px;
  }

  .lp3-mv__btn .lp3-btn {
    width: 100%;
  }

  .lp3-mv__content {
    width: 100%;
  }

  .lp3-mv__img {
    display: none;
  }

  /* issue */
  .lp3-issue {
    padding: 40px 0 40px;
  }

  .lp3-issue__content {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }

  .lp3-issue__item-img-area {
    width: 90%;
  }

  .lp3-issue__item-text-area {
    padding: 20px 15px;
    margin-top: -8%;
    min-height: auto;
  }

  .lp3-issue__item-title {
    font-size: 18px;
  }

  .lp3-issue__item-text {
    font-size: 13px;
    margin-top: 15px;
  }

  .lp3-issue__item-caption {
    font-size: 12px;
  }

  /* solution */
  .lp3-solution {
    padding: 40px 0 60px;
  }

  .lp3-solution__content {
    margin-top: 24px;
  }

  .lp3-solution__title {
    font-size: 20px;
    line-height: 1.6;
  }

  .lp3-solution__title br {
    display: none;
  }

  .lp3-solution__text {
    font-size: 13px;
    text-align: left;
  }

  .lp3-solution__text br {
    display: none;
  }

  .lp3-solution__item {
    margin-top: 30px;
  }

  .lp3-solution__item-title {
    font-size: 16px;
    padding: 15px 10px;
    line-height: 1.4;
  }

  .lp3-solution__item-content {
    padding: 20px 15px;
    gap: 15px;
    flex-direction: column;
  }

  .lp3-solution__item-text-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .lp3-solution__item-text-text {
    font-size: 13px;
    margin-top: 15px;
  }

  /* cta */
  .lp3-cta {
    padding: 40px 0;
  }

  .lp3-cta__content {
    padding: 12px;
  }

  .lp3-cta__list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lp3-cta__item {
    padding: 15px;
    text-align: center;
  }

  .lp3-cta__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #004d90;
  }

  .lp3-cta__text {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .lp3-cta__text br {
    display: none;
  }

  .lp3-cta__btn {
    gap: 10px;
    min-height: auto;
  }

  /* image */
  .lp3-image {
    padding: 40px 0;
  }

  .lp3-image__catch {
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
  }

  .lp3-image__catch br {
    display: none;
  }

  .lp3-image__content {
    flex-direction: column;
    margin-top: 30px;
  }

  .lp3-image__item--management,
  .lp3-image__item--user {
    width: 100%;
  }

  .lp3-image__item--image {
    width: 70%;
    margin: 0 auto;
  }

  .lp3-image__item--user {
    margin-top: 10px;
  }

  .lp3-image__label {
    font-size: 16px;
    padding: 8px 25px;
  }

  .lp3-image__img {
    width: 25%;
    margin: 15px auto 0;
  }

  .lp3-image__text {
    width: 90%;
    min-height: auto;
    padding: 15px;
  }

  .lp3-image__text-title {
    font-size: 14px;
  }

  .lp3-image__text-text {
    font-size: 13px;
  }

  .lp3-image__figure {
    margin-top: -60px;
    width: 100%;
  }

  .lp3-image__figure img {
    width: 100%;
  }

  .lp3-image__caution {
    width: 90%;
    margin-top: -15px;
  }

  .lp3-image__caution-title {
    font-size: max(10px, 3.5vw);
    white-space: nowrap;
    padding: max(5px, 2vw);
  }

  .lp3-image__caution-title::before {
    width: max(30px, 15vw);
    top: -50%;
  }

  .lp3-image__caution-title::after {
    border-width: 0 0 max(20px, 7vw) max(40px, 13vw);
  }

  .lp3-image__caution-text {
    font-size: max(10px, 3.2vw);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: max(6px, 2.5vw) max(8px, 3.5vw) max(10px, 3.5vw);
  }

  /* price */
  .lp3-price {
    padding: 40px 0;
  }

  .lp3-price__content {
    margin-top: 30px;
  }

  .lp3-price__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lp3-price__item-title {
    font-size: 16px;
    padding: 10px;
  }

  .lp3-price__item-price {
    font-size: 14px;
    padding: 10px;
  }

  .lp3-price__item-price strong {
    font-size: 28px;
  }

  .lp3-price__item-price-caption {
    font-size: 14px;
  }

  .lp3-price__caption {
    font-size: 12px;
  }

  /* faq */
  .lp3-faq {
    padding: 40px 0;
  }

  .lp3-faq__content {
    margin-top: 30px;
  }

  .lp3-faq__list {
    padding: 0 10px;
  }

  .lp3-faq__list + .lp3-faq__list {
    margin-top: 15px;
  }

  .lp3-faq__list-q {
    font-size: 16px;
  }

  .lp3-faq__list-q-inner {
    padding: 15px 0 15px 10px;
    gap: 8px;
  }

  .lp3-faq__list-q-mark {
    font-size: 14px;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }

  .lp3-faq__list-q-text {
    font-size: 14px;
    padding-right: 40px;
  }

  .lp3-faq__list-toggle {
    width: 28px;
    height: 28px;
  }

  .lp3-faq__list-toggle::before,
  .lp3-faq__list-toggle::after {
    width: 28px;
    height: 28px;
  }

  .lp3-faq__list-toggle::before {
    width: 12px;
    height: 2px;
  }

  .lp3-faq__list-toggle::after {
    width: 2px;
    height: 12px;
  }

  .lp3-faq__list-a {
    padding: 0 0 15px 48px;
  }

  .lp3-faq__list-a-text {
    font-size: 13px;
    padding-right: 10px;
  }
}
