.p1-page {
  color: #26362d;
  background: #fff;
}

.p1-article {
  width: 100%;
  margin: 0;
  padding: 0 0 64px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.p1-visual figcaption {
  margin-top: 10px;
  color: #66766d;
  font-size: 13px;
  line-height: 1.48;
}

.p1-article__body {
  width: 100%;
}

.p1-article-section {
  width: 100%;
  margin: 0;
  padding: 50px 0;
  border-top: 1px solid #e1e6dd;
}

.p1-article-section:first-child {
  border-top: 0;
}

.p1-article-section > h2,
.p1-article-section > h3,
.p1-article-section > p,
.p1-article-section > ul,
.p1-article-section > blockquote,
.p1-article-section > details {
  width: 100%;
  margin-right: auto;
  margin-left: 0;
}

.p1-article-section > h2 {
  margin-bottom: 20px;
  color: #203128;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.p1-article-section > h3 {
  margin-top: 34px;
  margin-bottom: 12px;
  color: #294735;
  font-size: 23px;
  line-height: 1.25;
}

.p1-article-section > p,
.p1-article-section > ul {
  margin-top: 0;
  margin-bottom: 18px;
  color: #34483d;
  font-size: 17px;
  line-height: 1.68;
}

.p1-article-section > ul {
  padding-left: 25px;
}

.p1-article-section li + li {
  margin-top: 7px;
}

.p1-article-section a:not(.submit-button) {
  color: #1e6240;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.p1-table-wrap {
  width: 100%;
  margin: 28px 0 8px;
  overflow-x: auto;
  border: 1px solid #dce3d8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(34, 53, 41, 0.06);
}

.p1-table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border-collapse: collapse;
}

.p1-table th,
.p1-table td {
  padding: 15px 17px;
  border-bottom: 1px solid #e2e7df;
  color: #34483d;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.p1-table th {
  background: #f2f5ef;
  color: #294735;
  font-size: 13px;
  font-weight: 850;
}

.p1-table tr:last-child td {
  border-bottom: 0;
}

.p1-visual {
  width: 100%;
  margin: 14px 0 24px;
  padding: 50px 0 58px;
  border-top: 1px solid #e1e6dd;
  border-bottom: 1px solid #e1e6dd;
}

.p1-visual + .p1-article-section {
  border-top: 0;
}

.p1-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.p1-comparison-grid img,
.p1-visual--detail > img,
.p1-visual--scheme > img {
  display: block;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.p1-comparison-grid img,
.p1-visual--detail > img {
  aspect-ratio: 16 / 9;
}

.p1-visual--scheme > img {
  aspect-ratio: 12 / 7;
  border: 1px solid #dce3d8;
  background: #f4f5ef;
}

.p1-visual--detail > img {
  max-height: 680px;
}

.p1-disclaimer {
  margin-top: 28px;
  margin-bottom: 0;
  padding: 20px 22px;
  border: 0;
  border-left: 4px solid #6d8c63;
  border-radius: 0 8px 8px 0;
  background: #f1f5ed;
  color: #405348;
  font-size: 15.5px;
  font-style: normal;
  line-height: 1.62;
}

.p1-inline-cta {
  margin-top: 26px !important;
}

.p1-secondary-cta {
  margin-top: -8px !important;
}

.p1-faq > details {
  padding: 16px 0;
  border-bottom: 1px solid #dfe5dc;
  background: transparent;
}

.p1-faq > h2,
.p1-faq > details,
.p1-faq > blockquote {
  width: 100%;
}

.p1-faq > details:first-of-type {
  border-top: 1px solid #dfe5dc;
}

.p1-faq summary {
  color: #294735;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.p1-faq details p {
  margin: 12px 0 4px;
  color: #405348;
  font-size: 16px;
  line-height: 1.62;
}

@media (max-width: 600px) {
  .p1-article {
    padding-bottom: 38px;
  }

  .p1-article-section {
    padding: 38px 0;
  }

  .p1-article-section > h2 {
    font-size: 30px;
  }

  .p1-article-section > h3 {
    margin-top: 28px;
    font-size: 21px;
  }

  .p1-article-section > p,
  .p1-article-section > ul {
    font-size: 16px;
    line-height: 1.62;
  }

  .p1-visual {
    padding: 36px 0 40px;
  }

  .p1-comparison-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .p1-comparison-grid img {
    aspect-ratio: 16 / 10;
  }

  .p1-table-wrap {
    width: calc(100% + 4px);
    margin-right: -2px;
    margin-left: -2px;
  }
}
