@charset "UTF-8";
.article_basicData {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: var(--en_mds_sans);
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
}
.article_date {
  font-size: 0.75rem;
  font-weight: 600;
}
.article_category {
  border: 1px solid;
  font-size: 0.625rem;
  line-height: 1rem;
  margin-left: 1em;
  border-radius: 9999px;
  padding-inline: 1em;
}
@media (min-width: 769px) {
  .article_basicData {
    margin-bottom: clamp(0rem, 3.333333333333333vw, 3rem);
  }
}
@media (max-width: 768px) {
  .article_basicData {
    margin-bottom: clamp(0rem, 12.8vw, 3rem);
  }
}
.article_title {
  font-family: var(--mds_sans);
  font-weight: 700;
}
@media (min-width: 769px) {
  .article_title {
    font-size: clamp(0.625rem, 2.222222222222222vw, 2rem);
    line-height: 1.5;
    padding-block: clamp(0rem, 9.722222222222223vw, 8.75rem) clamp(0rem, 2.5vw, 2.25rem);
  }
}
@media (max-width: 768px) {
  .article_title {
    font-size: clamp(0.625rem, 6.4vw, 1.5rem);
    line-height: 1.5;
    padding-block: clamp(0rem, 26.666666666666668vw, 6.25rem) clamp(0rem, 9.6vw, 2.25rem);
  }
}
@media (min-width: 769px) {
  .article_keyvisual {
    margin: 0 auto clamp(0rem, 5vw, 4.5rem);
    max-width: clamp(0rem, 88.19444444444444vw, 79.375rem);
  }
}
@media (max-width: 768px) {
  .article_keyvisual {
    margin-bottom: clamp(0rem, 11.200000000000001vw, 2.625rem);
  }
}
.article_content * {
  max-width: 100%;
}
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content h6 {
  line-height: 1.5;
  font-weight: 700;
}
.article_content h2 {
  font-family: var(--mds_sans);
}
.article_content a {
  --uline: 100%;
  position: relative;
  display: inline;
  background-image: -webkit-linear-gradient(top, transparent calc(1lh - 1px), currentColor calc(1lh - 1px), currentColor 100%);
  background-image: -moz-linear-gradient(top, transparent calc(1lh - 1px), currentColor calc(1lh - 1px), currentColor 100%);
  background-image: -o-linear-gradient(top, transparent calc(1lh - 1px), currentColor calc(1lh - 1px), currentColor 100%);
  background-image: -ms-linear-gradient(top, transparent calc(1lh - 1px), currentColor calc(1lh - 1px), currentColor 100%);
  background-image: linear-gradient(to bottom, transparent calc(1lh - 1px), currentColor calc(1lh - 1px), currentColor 100%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: var(--uline) 1lh;
}
.article_content a[target="_blank"] {
  --uline: calc(100% - 1.25em);
}
.article_content a[target="_blank"]:after {
  display: inline-block;
  font-family: var(--ja_sans);
  content: "↗";
  margin-left: 0.25em;
  font-weight: 300;
  will-change: transform, opacity;
}
.article_content a:hover {
  opacity: 1;
  -webkit-animation-name: link_underline;
  -moz-animation-name: link_underline;
  -o-animation-name: link_underline;
  -ms-animation-name: link_underline;
  animation-name: link_underline;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.article_content a:hover[target="_blank"]:after {
  -webkit-animation-name: link_arrow;
  -moz-animation-name: link_arrow;
  -o-animation-name: link_arrow;
  -ms-animation-name: link_arrow;
  animation-name: link_arrow;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.article_content >* {
  margin-block: 1lh;
}
.article_content >:first-child {
  margin-top: 0;
}
.article_content >:last-child {
  margin-bottom: 0;
}
.article_content .wp-caption img {
  margin: 0;
}
.article_content .wp-caption-text {
  margin-top: 1em;
}
.article_content table th:first-child,
.article_content table td:first-child {
  font-weight: 700;
}
.article_content >img:first-child,
.article_content .wp-caption:first-child {
  margin-top: 0;
}
.article_content >img:last-child,
.article_content .wp-caption:last-child {
  margin-bottom: 0;
}
.article_content >*:first-child img {
  margin-top: 0;
}
@media (min-width: 769px) {
  .article_content {
    font-size: clamp(0.625rem, 1.041666666666667vw, 0.9375rem);
    line-height: 1.733333333333333;
    max-width: clamp(0rem, 54.166666666666664vw, 48.75rem);
    margin-inline: auto;
  }
  .article_content p +p,
  .article_content img +p,
  .article_content table +p,
  .article_content h2 +p,
  .article_content p +table,
  .article_content img +table,
  .article_content table +table,
  .article_content h2 +table,
  .article_content p +h2,
  .article_content img +h2,
  .article_content table +h2,
  .article_content h2 +h2 {
    margin-top: clamp(0.625rem, 2.083333333333333vw, 1.875rem);
  }
  .article_content h2 {
    font-size: clamp(0.625rem, 1.666666666666667vw, 1.5rem);
  }
  .article_content table tr th,
  .article_content table tr td {
    border-bottom: 1px dashed usegray;
  }
  .article_content table tr:first-child th,
  .article_content table tr:first-child td {
    border-top: 1px dashed usegray;
  }
  .article_content table th,
  .article_content table td {
    padding: clamp(0rem, 2.083333333333333vw, 1.875rem) 0;
  }
  .article_content table th:first-child,
  .article_content table td:first-child {
    width: calc((160 / 800) * 100%) !important;
    padding-right: 1em;
  }
  .article_content table th:nth-child(n+2),
  .article_content table td:nth-child(n+2) {
    width: auto !important;
  }
  .article_content .wp-caption-text {
    font-size: clamp(0.625rem, 0.833333333333333vw, 0.75rem);
    line-height: 1.333333333333333;
  }
  .article_content img,
  .article_content .wp-caption {
    margin: clamp(0rem, 2.777777777777778vw, 2.5rem) 0;
  }
}
@media (max-width: 768px) {
  .article_content {
    font-size: clamp(0.625rem, 3.733333333333334vw, 0.875rem);
    line-height: 1.571428571428571;
  }
  .article_content p +p,
  .article_content img +p,
  .article_content table +p,
  .article_content h2 +p,
  .article_content p +table,
  .article_content img +table,
  .article_content table +table,
  .article_content h2 +table,
  .article_content p +h2,
  .article_content img +h2,
  .article_content table +h2,
  .article_content h2 +h2 {
    margin-top: clamp(0.625rem, 9.6vw, 2.25rem);
  }
  .article_content h2 {
    font-size: clamp(0.625rem, 5.333333333333334vw, 1.25rem);
    line-height: 1.4;
    margin-bottom: clamp(0rem, 5.333333333333334vw, 1.25rem);
  }
  .article_content h3,
  .article_content h4,
  .article_content h5,
  .article_content h6 {
    font-size: clamp(0.625rem, 4vw, 0.9375rem);
    line-height: 1.733333333333333;
  }
  .article_content table {
    display: block;
    width: auto !important;
    height: auto !important;
  }
  .article_content table * {
    display: block;
    width: auto !important;
    height: auto !important;
  }
  .article_content table tr {
    padding: clamp(0rem, 8vw, 1.875rem) 0;
  }
  .article_content table tr +tr {
    border-top: 1px dashed usegray;
  }
  .article_content table th:first-child,
  .article_content table td:first-child {
    margin-bottom: 1em;
  }
  .article_content .wp-caption-text {
    font-size: clamp(0.625rem, 2.666666666666667vw, 0.625rem);
    line-height: 1.6;
  }
  .article_content img,
  .article_content .wp-caption {
    margin: clamp(0rem, 9.6vw, 2.25rem) 0;
  }
}
