@charset 'UTF-8';

.article-body {
  color: #222;
  font-family: 'Noto Sans JP';
  font-feature-settings: 'halt' on;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16px;
}
.article-body h2 {
  flex: 1 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%; /* 36px */
  letter-spacing: 0.24px;
  padding-left: 10px;
  align-self: stretch;
  border-left: 5px solid #99d2f0;
  overflow-wrap: break-word;
}
.article-body h3 {
  padding-bottom: 10px;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid #99d2f0;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%; /* 30px */
  letter-spacing: 0.2px;
  overflow-wrap: break-word;
}
p a {
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 0.17px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.article-body .article-body-picture-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}
.article-body .article-body-picture-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.article-body .article-body-picture-frame {
  display: inline-table;
  width: auto;
  max-width: 100%;
  margin: 0;
}
.article-body .article-body-picture-link {
  display: block;
  max-width: 100%;
  text-decoration: none;
}
.article-body .article-body-picture-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
}
.article-body .article-body-picture-caption {
  display: table-caption;
  caption-side: bottom;
  width: auto;
  padding-top: 10px;
  text-align: left;
  font-size: 14px;
  color: #666666;
}
@media (max-width: 767px) {
  .article-body .article-body-picture-wrapper {
    max-width: 100%;
  }
  .article-body .article-body-picture-image {
    max-height: 500px;
  }
}
.article-body .btn {
  display: flex;
  flex-direction: column;
  width: fit-content;
  padding: 15px;
  gap: 30px;
  margin: 0 auto;
  border-radius: 3px;
  border: 1px solid #222;
  background: #fff;
  box-shadow: 2px 2px 0 0 #222;
  text-decoration: none;
}
.article-body .btn span {
  width: 300px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.article-body .module-article-blockquote {
  display: flex;
  width: 100%;
  padding: 20px;
  gap: 20px;
  background: #f7f5f3;
}
.article-body .module-article-blockquote::before {
  content: '';
  display: block;
  width: 30px;
  height: 22px;
  background-image: url('/prime/assets/icon/icon-blockquote.svg');
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.article-body .module-article-blockquote__right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.article-body .module-article-blockquote__text {
  width: 100%;
  font-size: 16px;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.16px;
}
.article-body .module-article-blockquote__cite {
  color: #999;
  font-size: 16px;
  font-weight: bold;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.16px;
}
.article-body .module-article-blockquote__cite a {
  margin-left: 10px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.article-body .module-article-chat {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.article-body .module-article-chat__left {
  display: flex;
  gap: 5px;
}
.article-body .module-article-chat__left .icon,
.article-body .module-article-chat__right .icon {
  flex: 0 0 60px;
  border-radius: 50%;
}
.article-body .module-article-chat__left .ofi-cover,
.article-body .module-article-chat__right .ofi-cover {
  width: 60px;
  height: 60px;
}
.article-body .module-article-chat__left__text {
  flex: 1;
  min-width: 0;
  margin-right: 60px;
}
.article-body .module-article-chat__left .name {
  display: flex;
  padding-left: 15px;
  gap: 10px;
  align-self: stretch;
  flex: 1 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
}
.article-body .module-article-chat__left .text {
  display: flex;
}
.article-body .module-article-chat__left .text::before {
  content: '';
  display: block;
  width: 14px; /* w-3.5 */
  height: 27px;
  background-image: url('/prime/assets/icon/icon-tail-left.svg');
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 5px;
}
.article-body .module-article-chat__left .text p {
  display: flex;
  padding: 15px;
  gap: 10px;
  border-radius: 10px;
  border: 5px solid #99d2f0;
  background: #fff;
}
.article-body .module-article-chat__right {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}
.article-body .module-article-chat__right__text {
  flex: 1;
  min-width: 0;
  margin-left: 60px;
}
.article-body .module-article-chat__right__text .name {
  display: flex;
  padding-right: 15px;
  justify-content: right;
  gap: 10px;
  align-self: stretch;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
}
.article-body .module-article-chat__right__text .text {
  display: flex;
  justify-content: flex-end;
}
.article-body .module-article-chat__right__text .text::after {
  content: '';
  display: block;
  width: 14px; /* w-3.5 */
  height: 27px;
  margin-left: 0px;
  background-image: url('/prime/assets/icon/icon-tail-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 5px;
}
.article-body .module-article-chat__right__text .text p {
  display: flex;
  padding: 15px;
  gap: 10px;
  border-radius: 10px;
  border: 5px solid #99d2f0;
  background: #d4ecf9;
}

.article-body .module-article-aside {
  width: 100%;
}
.article-body .module-article-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.article-body .module-article-table th {
  background: #666666;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #cccccc;
  line-height: 16px;
}
.article-body .module-article-table td {
  padding: 10px;
  border: 1px solid #cccccc;
  width: 50%;
  text-align: center;
  line-height: 16px;
}
.module-article-table caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
}

.article-body .module-article-aside__embed__twitter,
.article-body .module-article-aside__embed__instagram,
.article-body .module-article-aside__embed__facebook {
  display: flex;
  justify-content: center;
  width: 100%;
}
.article-body .module-article-aside__embed__twitter iframe,
.article-body .module-article-aside__embed__twitter blockquote,
.article-body .module-article-aside__embed__instagram iframe,
.article-body .module-article-aside__embed__instagram blockquote,
.article-body .module-article-aside__embed__facebook iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.article-body .wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.article-body .wp-element-caption {
  color: #666666;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .article-body .btn {
    width: fit-content;
    max-width: calc(100% - 40px);
  }
  .article-body .btn span {
    width: auto;
    max-width: 100%;
  }
  .article-body .module-article-blockquote {
    width: 100%;
  }
  .article-body .module-article-blockquote__text {
    width: 100%;
  }
  .article-body .module-article-chat {
    width: 100%;
  }
  .article-body .module-article-chat__left__text,
  .article-body .module-article-chat__right__text {
    width: 100%;
    margin: 0;
  }
}
