@charset "UTF-8";
.news.archive .contents {
  padding-top: 118px;
  padding-bottom: 140px;
}
.news .article {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 108px;
}
.news .article_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 30px;
  padding-top: 20px;
  padding-bottom: 18px;
  border-top: 3px solid #818794;
  border-bottom: 1px solid #818794;
}
.news .article_meta_text {
  font-size: 1.4rem;
  letter-spacing: -0.011em;
  line-height: 1.8;
}
.news .article_meta_text span {
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  margin-left: 3px;
}
.news .article_title {
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 36px;
}
.news .article_thumbnail {
  margin-top: 48px;
}
.news .article_thumbnail img {
  width: 100%;
}
.news .article_content {
  margin-top: 52px;
}
.news .article_content p {
  letter-spacing: 0.05em;
}
.news .article_content p:not(:first-child) {
  margin: 32px auto;
}
.news .article_content h2 {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #818794;
}
.news .article_content h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 20px;
  background: #47C2D1;
}
.news .article_content h2:not(:first-child) {
  margin: 60px auto 20px;
}
.news .article_content h2 + p {
  margin-top: 20px !important;
}
.news .article_content h3 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.8;
}
.news .article_content h3:not(:first-child) {
  margin: 62px auto 12px;
}
.news .article_content h3 + p {
  margin-top: 12px !important;
}
.news .article_content h4 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.8;
}
.news .article_content h4:not(:first-child) {
  margin: 60px auto 12px;
}
.news .article_content h4 + p {
  margin-top: 12px !important;
}
.news .article_content table {
  margin-top: 58px;
}
.news .article_content table tbody tr {
  border-bottom: 1px solid #818794;
}
.news .article_content table tbody tr td {
  position: relative;
}
.news .article_content table tbody tr td::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
}
.news .article_content table tbody tr td:first-child {
  letter-spacing: 0.05em;
  vertical-align: top;
  line-height: 1.8;
  text-align: center;
  width: 180px !important;
  padding-top: 4px;
}
.news .article_content table tbody tr td:first-child::before {
  bottom: 0;
  height: calc(100% - 10px);
  background: #818794;
}
.news .article_content table tbody tr td:last-child {
  position: relative;
  letter-spacing: 0.05em;
  vertical-align: top;
  width: calc(100% - 180px) !important;
  padding-bottom: 26px;
  padding-left: 30px;
}
.news .article_content table tbody tr td:last-child::before {
  top: 0;
  bottom: 18px;
  margin: auto;
  height: calc(100% - 40px);
  background: #47C2D1;
}
.news .article_content table tbody tr:not(:first-child) td:first-child {
  margin-top: 30px;
}
.news .article_content table tbody tr:not(:first-child) td:last-child {
  margin-top: 30px;
}
.news .article_content img {
  display: block;
  width: 100%;
}
.news .article_content a {
  text-decoration: underline;
}
.news .article_content a[target=_blank]::after {
  content: "(別タブで開きます)";
  font-size: 1.2rem;
  margin-left: 8px;
}
.news .article_content ul:not(:first-child) {
  margin-top: 60px;
}
.news .article_content ul li {
  position: relative;
  letter-spacing: 0.05em;
  padding-left: 17px;
}
.news .article_content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.news .article_content p:not(:first-child) img {
  margin-top: 60px;
}
.news_back_button {
  max-width: 280px;
  margin: 120px auto 140px;
}
@media screen and (max-width: 768px) {
  .news_back_button {
    max-width: 200px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}