@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&family=Lexend:wght@400;600;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
h1, h2, h3, h4, h5, h6,
p,
figure,
blockquote,
dl, dd, dt,
ol, ul {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

body {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --leading-trim: calc((1em - 1lh) / 2);
  background: #fff;
  color: #323232;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

.c-inner {
  max-width: 1024px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-flex__sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-card {
  width: 31.25%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .c-card {
    width: 100%;
  }
}

.c-card__link {
  display: block;
  height: 100%;
}

.c-card__body {
  display: block;
  padding: 20px 20px 22px;
}
@media screen and (max-width: 767px) {
  .c-card__body {
    padding: 10px 10px 11px;
  }
}

.c-card__cat {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  background: #7dcd00;
  border-radius: 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card__cat {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 9px;
    line-height: 14px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 5px;
    padding: 2px 6px;
  }
}

.c-card__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 5px;
  }
}

.c-card__date {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: block;
  color: #646464;
}
@media screen and (max-width: 767px) {
  .c-card__date {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.c-cta {
  padding: 40px 48px;
  background: #fff;
  border: 2px solid #7dcd00;
  border-radius: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 20px 24px;
  }
}

.c-cta__logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-cta__logo {
    margin-bottom: 10px;
  }
}

.c-cta__logo img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .c-cta__logo img {
    width: 110px;
  }
}

.c-cta__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-cta__title {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 10px;
  }
}

.c-cta__text {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 20px;
  color: #3d3d3d;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 10px;
  }
}

.c-cta__points {
  justify-content: center;
  gap: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-cta__points {
    gap: 16px;
    margin-bottom: 10px;
  }
}

.c-cta__point {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  --leading-trim: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .c-cta__point {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.c-cta__check {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-right: 6px;
  color: #7dcd00;
}
@media screen and (max-width: 767px) {
  .c-cta__check {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.c-cta__btn {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-cta__btn {
    margin-bottom: 5px;
  }
}

.c-cta__btn a {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: inline-block;
  padding: 18px 56px;
  background: #ff891b;
  border-radius: 1px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-cta__btn a {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 9px 28px;
  }
}

.c-cta__note {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #646464;
}
@media screen and (max-width: 767px) {
  .c-cta__note {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.l-header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.l-header__inner {
  align-items: center;
  padding: 12px 40px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 6px 20px;
  }
}

.l-header__logo {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 60px;
  }
}

.l-header__logo a {
  display: block;
}

.l-header__line {
  display: block;
  margin: 0 16px;
  width: 1px;
  height: 24px;
  background: #d1d1d1;
}
@media screen and (max-width: 767px) {
  .l-header__line {
    margin: 0 8px;
  }
}

.l-header__sub {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #646464;
}
@media screen and (max-width: 767px) {
  .l-header__sub {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.l-footer {
  padding: 36px 0;
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 18px 0;
  }
}

.l-footer__inner {
  max-width: 1024px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.l-footer__logo {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 70px;
  }
}

.l-footer__logo a {
  display: block;
}

.l-footer__copy {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #646464;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-blog-hero {
  padding: 60px 0;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-blog-hero {
    padding: 30px 0;
  }
}

.p-blog-hero__en {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 10px;
  color: #7dcd00;
}
@media screen and (max-width: 767px) {
  .p-blog-hero__en {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 5px;
  }
}

.p-blog-hero__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-blog-hero__title {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 8px;
  }
}

.p-blog-hero__text {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #646464;
}
@media screen and (max-width: 767px) {
  .p-blog-hero__text {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-blog-list {
  padding: 48px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-blog-list {
    padding: 24px 0 40px;
  }
}

.p-blog-tabs {
  gap: 12px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-blog-tabs {
    gap: 6px;
    margin-bottom: 30px;
  }
}

.p-blog-tabs__link {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: block;
  padding: 10px 22px;
  background: #f5f5f5;
  border-radius: 35px;
}
@media screen and (max-width: 767px) {
  .p-blog-tabs__link {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    --leading-trim: calc((1em - 1lh) / 2);
    padding: 5px 11px;
  }
}

.p-blog-tabs__link.is-current {
  background: #7dcd00;
  color: #fff;
}

.p-blog-grid {
  gap: 40px 32px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-blog-grid {
    gap: 20px 16px;
    margin-bottom: 28px;
  }
}

.p-blog-pager {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-blog-pager {
    margin-bottom: 30px;
  }
}

.p-blog-pager .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.p-blog-pager .page-numbers {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 40px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: block;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-blog-pager .page-numbers {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 34px;
    --leading-trim: calc((1em - 1lh) / 2);
    width: 34px;
    height: 34px;
  }
}

.p-blog-pager .page-numbers.current {
  background: #7dcd00;
  color: #fff;
}

.p-blog-pager .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.p-blog-empty {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 40px;
  color: #646464;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-blog-empty {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 20px;
  }
}

.p-article-hero {
  padding: 44px 0 50px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-article-hero {
    padding: 22px 0 25px;
  }
}

.p-article-hero .c-inner,
.p-article-body .c-inner {
  max-width: 720px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p-article-hero__breadcrumb {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 16px;
  color: #646464;
}
@media screen and (max-width: 767px) {
  .p-article-hero__breadcrumb {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 8px;
  }
}

.p-article-hero__cat {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  --leading-trim: calc((1em - 1lh) / 2);
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 14px;
  background: #7dcd00;
  border-radius: 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-article-hero__cat {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 5px;
    padding: 3px 7px;
  }
}

.p-article-hero__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 54px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-article-hero__title {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 5px;
  }
}

.p-article-hero__meta {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  --leading-trim: calc((1em - 1lh) / 2);
  color: #646464;
}
@media screen and (max-width: 767px) {
  .p-article-hero__meta {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-article-body {
  padding: 56px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-article-body {
    padding: 28px 0 40px;
  }
}

.p-toc {
  margin-bottom: 40px;
  padding: 28px 32px;
  background: #f5f5f5;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .p-toc {
    margin-bottom: 20px;
    padding: 14px 16px;
  }
}

.p-toc__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 14px;
  padding-left: 15px;
  border-left: 5px solid #7dcd00;
}
@media screen and (max-width: 767px) {
  .p-toc__title {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 7px;
    padding-left: 10px;
  }
}

.p-toc__item {
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-toc__item {
    gap: 8px;
    margin-bottom: 7px;
  }
}

.p-toc__item:last-child {
  margin-bottom: 0;
}

.p-toc__num {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  --leading-trim: calc((1em - 1lh) / 2);
  flex-shrink: 0;
  width: 24px;
  color: #7dcd00;
}
@media screen and (max-width: 767px) {
  .p-toc__num {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 19px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-toc__link {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  --leading-trim: calc((1em - 1lh) / 2);
  flex: 1;
  min-width: 0;
  color: #3d3d3d;
}
@media screen and (max-width: 767px) {
  .p-toc__link {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-article-content {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-article-content {
    margin-bottom: 20px;
  }
}

.p-article-content p {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 28px;
  color: #3d3d3d;
}
@media screen and (max-width: 767px) {
  .p-article-content p {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 14px;
  }
}

.p-article-content h2 {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 6px solid #7dcd00;
}
@media screen and (max-width: 767px) {
  .p-article-content h2 {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 10px;
    padding-left: 10px;
  }
}

.p-article-content h2:not(:first-child) {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article-content h2:not(:first-child) {
    margin-top: 24px;
  }
}

.p-article-content h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 30px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-article-content h3 {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 8px;
  }
}

.p-article-content h3:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-article-content h3:not(:first-child) {
    margin-top: 16px;
  }
}

.p-article-content ul,
.p-article-content ol {
  margin-bottom: 28px;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .p-article-content ul,
  .p-article-content ol {
    margin-bottom: 14px;
    padding-left: 12px;
  }
}

.p-article-content ul li {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 5px;
  color: #3d3d3d;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-article-content ul li {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-article-content ol li {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 5px;
  color: #3d3d3d;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .p-article-content ol li {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}

.p-article-content a {
  color: #7dcd00;
  text-decoration: underline;
}

/* 外部リンク。別窓アイコンを文字のあとに小さく添える。
   currentColor なのでリンク色に追従する。 */
.c-exlink__icon {
  display: inline-block;
  margin-left: 3px;
  width: 0.8em;
  height: 0.8em;
  vertical-align: baseline;
}

/* 「外部サイト・新しいタブで開きます」は読み上げ用。目には見せない。 */
.c-exlink__note {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.p-article-content strong {
  font-weight: 700;
}

.p-article-content blockquote {
  margin-bottom: 28px;
  padding: 32px 36px;
  background: #f5f5f5;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .p-article-content blockquote {
    margin-bottom: 14px;
    padding: 16px 18px;
  }
}

.p-article-content blockquote p:last-child {
  margin-bottom: 0;
}

.p-article-content img {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-article-content img {
    margin-bottom: 14px;
  }
}

.p-article-content table {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 28px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-article-content table {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 14px;
  }
}

.p-article-content th,
.p-article-content td {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-article-content th,
  .p-article-content td {
    padding: 6px 8px;
  }
}

.p-article-content th {
  background: #f5f5f5;
}

.p-related {
  padding: 56px 0 80px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-related {
    padding: 28px 0 40px;
  }
}

.p-related__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  --leading-trim: calc((1em - 1lh) / 2);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-related__title {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    --leading-trim: calc((1em - 1lh) / 2);
    margin-bottom: 15px;
  }
}

.p-related__list {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-related__list {
    gap: 12px;
  }
}
