.article-detail-content,
.news-detail-content {
  color: #333;
  font-size: 18px;
  line-height: 1.62;
}

.article-detail-content p,
.article-detail-content ul,
.article-detail-content ol,
.news-detail-content p,
.news-detail-content ul,
.news-detail-content ol {
  font-size: inherit;
  line-height: 1.62;
}

.article-detail-content p,
.news-detail-content p {
  margin: 0 0 22px;
}

.article-detail-content ul,
.article-detail-content ol,
.news-detail-content ul,
.news-detail-content ol {
  margin-top: 0;
  margin-bottom: 24px;
}

.article-detail-content li,
.news-detail-content li {
  margin-bottom: 8px;
}

.article-detail-content h2,
.news-detail-content h2 {
  margin: 42px 0 20px;
  line-height: 1.22;
}

.article-detail-content h3,
.news-detail-content h3 {
  margin: 32px 0 16px;
  line-height: 1.3;
}

.article-inline-figure {
  clear: both;
  margin: 20px 0 34px;
}

.article-detail-content > .article-inline-figure:first-child,
.news-detail-content > .article-inline-figure:first-child {
  margin-top: 0;
}

.article-inline-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.article-inline-figure figcaption {
  margin: 12px 0 0;
  padding: 9px 0 9px 14px;
  border-left: 3px solid #6d967a;
  color: #657069;
  font-size: 15px;
  line-height: 1.48;
}

.article-detail-content__back {
  margin-top: 36px !important;
}

.news-detail-content .date {
  margin-top: 28px;
  margin-bottom: 12px;
  color: #8a918d;
  font-size: 14px;
  line-height: 1.4;
}

.news-detail-content__back {
  margin-top: 0 !important;
}

.article-risk-layout {
  clear: both;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin: 24px 0;
}

.article-risk-layout .article-risk-section,
.article-risk-layout .article-solution-section {
  margin: 0;
}

.article-risk-section,
.content_adaptive .warning {
  clear: both;
  margin: 24px 0;
  padding: 18px 20px 18px 22px;
  border: 1px solid #ead2c0;
  border-left: 5px solid #c4652d;
  border-radius: 8px;
  background: #fff8f1;
  color: #2b2d2c;
}

.article-risk-section h2,
.article-risk-section h3,
.content_adaptive .warning h2,
.content_adaptive .warning h3 {
  margin: 0 0 10px;
  color: #8a3f18;
  font-size: 19px;
  line-height: 1.25;
}

.article-risk-section p,
.content_adaptive .warning p {
  margin: 0 0 10px;
}

.article-risk-section p:last-child,
.content_adaptive .warning p:last-child {
  margin-bottom: 0;
}

.article-solution-section {
  clear: both;
  margin: 24px 0;
  padding: 18px 20px 18px 22px;
  border: 1px solid #c9dfd0;
  border-left: 5px solid #3f8b55;
  border-radius: 8px;
  background: #f3fbf5;
  color: #21352a;
}

.article-solution-section h2,
.article-solution-section h3 {
  margin: 0 0 10px;
  color: #24633a;
  font-size: 19px;
  line-height: 1.25;
}

.article-solution-section p,
.article-solution-section ul,
.article-solution-section ol {
  margin: 0 0 10px;
}

.article-solution-section > :last-child {
  margin-bottom: 0;
}

.article-checklist,
.content_adaptive .checklist,
.article-steps,
.content_adaptive .steps {
  clear: both;
  margin: 24px 0;
  padding: 18px 20px 18px 22px;
  border: 1px solid #cfe0d7;
  border-left: 5px solid #5c8b6c;
  border-radius: 8px;
  background: #f5fbf7;
  color: #26332d;
}

.article-checklist h2,
.content_adaptive .checklist h2,
.article-checklist h3,
.content_adaptive .checklist h3,
.article-steps h2,
.content_adaptive .steps h2,
.article-steps h3,
.content_adaptive .steps h3 {
  margin-top: 0;
  color: #315f42;
}

.article-checklist ul,
.content_adaptive .checklist ul,
.article-checklist ol,
.content_adaptive .checklist ol,
.article-steps ul,
.content_adaptive .steps ul,
.article-steps ol,
.content_adaptive .steps ol {
  margin-bottom: 0;
  padding-left: 22px;
}

ol.article-steps,
.content_adaptive ol.steps {
  padding-left: 46px;
}

.article-steps li,
.content_adaptive .steps li {
  margin: 7px 0;
  padding-left: 2px;
}

.article-checklist ul,
.content_adaptive .checklist ul,
ul.article-checklist,
.content_adaptive ul.checklist {
  /* padding-left: 0; */
  list-style: none;
}

.article-checklist li,
.content_adaptive .checklist li,
ul.article-checklist > li,
.content_adaptive ul.checklist > li {
  position: relative;
  margin: 9px 0;
  padding-left: 32px;
}

.article-checklist li:before,
.content_adaptive .checklist li:before,
ul.article-checklist > li:before,
.content_adaptive ul.checklist > li:before {
  content: "";
  position: absolute;
  top: 0.03em;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #5c8b6c;
  border-radius: 50%;
  background: #fff;
}

.article-checklist li:after,
.content_adaptive .checklist li:after,
ul.article-checklist > li:after,
.content_adaptive ul.checklist > li:after {
  content: "";
  position: absolute;
  top: 0.41em;
  left: 5.5px;
  width: 8px;
  height: 5px;
  border: solid #315f42;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.article-note-section,
.content_adaptive .note,
.article-summary-section,
.content_adaptive .cta {
  clear: both;
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid #d6e1ea;
  border-left: 5px solid #4f7d9d;
  border-radius: 8px;
  background: #f5f9fc;
  color: #24313a;
}

.article-summary-section,
.content_adaptive .cta {
  border-color: #d9dcc8;
  border-left-color: #7f8f3e;
  background: #fbfcf2;
}

.article-note-section h2,
.content_adaptive .note h2,
.article-note-section h3,
.content_adaptive .note h3,
.article-summary-section h2,
.content_adaptive .cta h2,
.article-summary-section h3,
.content_adaptive .cta h3 {
  margin-top: 0;
  color: #2f566f;
}

.article-summary-section h2,
.content_adaptive .cta h2,
.article-summary-section h3,
.content_adaptive .cta h3 {
  color: #596321;
}

.article-note-section > :last-child,
.content_adaptive .note > :last-child,
.article-summary-section > :last-child,
.content_adaptive .cta > :last-child {
  margin-bottom: 0;
}

.article-comparison,
.content_adaptive .comparison {
  clear: both;
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid #d8e2dc;
  border-radius: 8px;
  background: #fbfdfb;
}

.article-comparison h2,
.content_adaptive .comparison h2,
.article-comparison h3,
.content_adaptive .comparison h3 {
  margin-top: 0;
  color: #26332d;
}

.article-data-table,
.content_adaptive table {
  width: 100%;
  margin: 22px 0 26px;
  border-collapse: collapse;
  border: 1px solid #d8e2dc;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.article-data-table th,
.content_adaptive table th {
  padding: 12px 14px;
  background: #eef6f1;
  color: #26332d;
  font-weight: 700;
  text-align: left;
}

.article-data-table td,
.content_adaptive table td {
  padding: 12px 14px;
  border-top: 1px solid #d8e2dc;
  vertical-align: top;
}

.article-data-table tr:nth-child(even) td,
.content_adaptive table tr:nth-child(even) td {
  background: #fafdfb;
}

.article-faq {
  clear: both;
  margin: 24px 0 30px;
  border-top: 1px solid #d8e2dc;
}

.article-faq__item {
  border-bottom: 1px solid #d8e2dc;
}

.article-faq__item summary {
  position: relative;
  display: block;
  padding: 16px 44px 16px 0;
  color: #1d342b;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.article-faq__item summary::-webkit-details-marker {
  display: none;
}

.article-faq__item summary:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 28px;
  height: 28px;
  border: 1px solid #b6c8bf;
  border-radius: 50%;
  color: #426255;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  transform: translateY(-50%);
}

.article-faq__item[open] summary:after {
  content: "-";
}

.article-faq__content {
  padding: 0 44px 16px 0;
}

.article-faq__content p,
.article-faq__content ul,
.article-faq__content ol {
  margin-bottom: 12px;
}

.article-faq__content > :last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .article-detail-content,
  .news-detail-content {
    font-size: 17px;
    line-height: 1.58;
  }

  .article-detail-content p,
  .article-detail-content ul,
  .article-detail-content ol,
  .news-detail-content p,
  .news-detail-content ul,
  .news-detail-content ol {
    line-height: 1.58;
  }

  .article-detail-content p,
  .news-detail-content p {
    margin-bottom: 19px;
  }

  .article-detail-content h2,
  .news-detail-content h2 {
    margin: 34px 0 17px;
    line-height: 1.24;
  }

  .article-inline-figure {
    margin: 18px 0 28px;
  }

  .article-inline-figure figcaption {
    margin-top: 10px;
    padding: 8px 0 8px 12px;
    font-size: 14px;
    line-height: 1.46;
  }

  .article-risk-section,
  .content_adaptive .warning {
    margin: 22px 0;
    padding: 16px 16px 16px 18px;
  }

  .article-risk-layout {
    display: block;
    margin: 22px 0;
  }

  .article-risk-layout .article-risk-section {
    margin: 0 0 14px;
  }

  .article-risk-layout .article-solution-section {
    margin: 0;
  }

  .article-risk-section h2,
  .article-risk-section h3,
  .content_adaptive .warning h2,
  .content_adaptive .warning h3 {
    font-size: 18px;
  }

  .article-checklist,
  .content_adaptive .checklist,
  .article-steps,
  .content_adaptive .steps,
  .article-note-section,
  .content_adaptive .note,
  .article-solution-section,
  .article-summary-section,
  .content_adaptive .cta,
  .article-comparison,
  .content_adaptive .comparison {
    margin: 22px 0;
    padding: 16px 16px 16px 18px;
  }

  .article-data-table,
  .content_adaptive table {
    display: block;
    overflow-x: auto;
  }

  .article-faq__item summary {
    padding-right: 38px;
  }

  .article-faq__content {
    padding-right: 38px;
  }
}
