@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	common
------------------------------ */
.content {
  overflow: visible;
}

/* ------------------------------
	.article
------------------------------ */
.article {
  position: relative;
  padding: 80px 0 160px;
}
@media screen and (max-width: 768px) {
  .article {
    padding: 40px 0 60px;
  }
}
.article .wrap {
  max-width: 1200px;
}
.article .article_details {
  overflow: hidden;
}
.article .article_details .article_head {
  margin-bottom: 40px;
}
.article .article_details .article_head .article_ttl {
  padding-left: 34px;
  margin-bottom: 24px;
  background: url(../img/common/ttl_ico01.svg) no-repeat;
  background-size: 24px;
  background-position: left 6px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .article .article_details .article_head .article_ttl {
    padding-left: 28px;
    margin-bottom: 20px;
    background-size: 18px;
    background-position: left top;
    font-size: 1.2rem;
  }
}
.article .article_details .article_head .main_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .article .article_details .article_head .main_ttl {
    font-size: 1.8rem;
  }
}
.article .article_details .article_head .cate_box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .article .article_details .article_head .cate_box {
    gap: 8px 10px;
  }
}
.article .article_details .article_head .cate_box .cate_txt a {
  display: block;
  padding: 4px 13px 6px;
  border-radius: 15px;
  background: #28B4A0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .article .article_details .article_head .cate_box .cate_txt a {
    padding: 5px 13px;
    font-size: 1rem;
  }
}
.article .article_details .article_head .cate_box .cate_txt a::before {
  content: "#";
}
.article .article_details .article_head .article_date {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .article .article_details .article_head .article_date {
    font-size: 1.2rem;
  }
}
.article .article_details .main_img {
  width: 100%;
  margin-bottom: 40px;
}
.article .article_details .main_img img {
  width: 100%;
}
.article .article_details .mokuji {
  margin-top: 40px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
@media screen and (max-width: 768px) {
  .article .article_details .mokuji {
    margin-top: 60px;
  }
}
.article .article_details .mokuji .mokuji_ttl {
  position: relative;
  padding: 24px 70px 24px 0;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: bold;
  color: #152851;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .article .article_details .mokuji .mokuji_ttl {
    padding: 12px 40px 12px 0;
    font-size: 1.8rem;
  }
}
.article .article_details .mokuji .mokuji_ttl::before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/common/acc_ico01.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .article .article_details .mokuji .mokuji_ttl::before {
    right: 0;
    width: 18px;
    height: 18px;
  }
}
.article .article_details .mokuji.open .mokuji_ttl::before {
  background: url(../img/common/acc_ico02.svg) no-repeat center center;
  background-size: 100%;
}
.article .article_details .mokuji .mokuji_box {
  display: none;
  padding: 5px 0 20px;
}
@media screen and (max-width: 768px) {
  .article .article_details .mokuji .mokuji_box {
    padding-bottom: 16px;
  }
}
.article .article_details .mokuji .mokuji_box .mokuji_list .mokuji_item + .mokuji_item {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .article .article_details .mokuji .mokuji_box .mokuji_list .mokuji_item + .mokuji_item {
    margin-top: 16px;
  }
}
.article .article_details .mokuji .mokuji_box .mokuji_list .mokuji_item a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #152851;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .article .article_details .mokuji .mokuji_box .mokuji_list .mokuji_item a {
    font-size: 1.4rem;
  }
}
.article .article_details .mokuji .mokuji_box .mokuji_list .mokuji_item a::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #152851;
}
@media screen and (max-width: 768px) {
  .article .article_details .mokuji .mokuji_box .mokuji_list .mokuji_item a::before {
    top: 5px;
  }
}
.article .author {
  padding: 40px;
  background: #EEF3FF;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .article .author {
    padding: 40px 8%;
    margin: 60px -4vw 0;
  }
}
.article .author .author_ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
}
.article .author .author_cnt {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .article .author .author_cnt {
    flex-direction: column;
    gap: 0;
  }
}
.article .author .img_box {
  flex-shrink: 0;
  width: 120px;
}
.article .author .img_box .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.article .author .img_box .img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.article .author .txt_box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .article .author .txt_box {
    margin-top: 40px;
  }
}
.article .author .author_main .txt {
  margin-top: 8px;
}
.article .author .author_main .author_date {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .article .author .author_main .author_date {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.article .author .author_wrap {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .article .author .author_wrap {
    margin-top: 24px;
  }
}
.article .author .author_box + .author_box {
  margin-top: 24px;
}
.article .author .author_box .author_sub_ttl {
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #D1D5DC;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.8rem;
}
.article .author .author_box .author_sns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
.article .author .author_box .author_sns .author_sns_box {
  display: flex;
  align-items: center;
}
.article .author .author_box .author_sns .author_sns_box .author_sns_txt {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  color: #152851;
  line-height: 1.3;
}
.article .author .author_box .author_sns .author_sns_box .author_sns_txt::after {
  content: "▶";
  margin: 0 3px;
  font-size: 1rem;
}
.article .author .author_box .author_sns .author_sns_box .author_sns_link a {
  display: inline-block;
  text-decoration: underline;
  color: #152851;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .article .author .author_box .author_sns .author_sns_box .author_sns_link a:hover {
    text-decoration: none;
  }
}
.article .author .author_box .cate_box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
@media screen and (max-width: 768px) {
  .article .author .author_box .cate_box {
    gap: 8px 10px;
  }
}
.article .author .author_box .cate_box .cate_txt a {
  display: block;
  padding: 4px 13px 6px;
  border-radius: 15px;
  background: #28B4A0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .article .author .author_box .cate_box .cate_txt a {
    padding: 5px 13px;
  }
}
.article .author .author_box .cate_box .cate_txt a::before {
  content: "#";
}
.article .author .author_box .txt {
  line-height: 1.6;
}
.article .related {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .article .related {
    margin-top: 40px;
  }
}
.article .related a {
  position: relative;
  display: flex;
  padding: 20px;
  gap: 24px;
  border: 1px solid #111;
}
@media screen and (max-width: 768px) {
  .article .related a {
    flex-direction: column;
  }
}
.article .related a .related_txt {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 10px;
  background: #111;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .article .related a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .article .related a:hover .img img {
    transform: scale(1.05);
  }
}
.article .related .img_box {
  flex-shrink: 0;
  position: relative;
  width: 230px;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .article .related .img_box {
    width: 100%;
    max-width: 100%;
  }
}
.article .related .img {
  position: relative;
  width: 100%;
  padding-top: 75.556%;
  overflow: hidden;
}
.article .related .img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.article .related .txt_box .item_ttl {
  margin-bottom: 14px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .article .related .txt_box .item_ttl {
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
  }
}
.article .related .txt_box .item_txt {
  font-size: 1rem;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .article .related .txt_box .item_txt {
    -webkit-line-clamp: 5;
  }
}

/* ------------------------------
	.article_list_wrap
------------------------------ */
.article_list_wrap {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .article_list_wrap {
    padding-bottom: 40px;
  }
}
.article_list_wrap .ttl_box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .ttl_box {
    margin-bottom: 20px;
  }
}
.article_list_wrap .ttl_box .article_list_ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #152851;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .ttl_box .article_list_ttl {
    font-size: 2.4rem;
  }
}
.article_list_wrap .ttl_box .txt {
  margin-top: 5px;
  font-weight: 500;
  color: #152851;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .ttl_box .txt {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.article_list_wrap .article_list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 32px;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list {
    gap: 40px;
    margin: 0 -4vw;
  }
}
.article_list_wrap .article_list .article_item {
  position: relative;
  width: calc(33.3333333333% - 21.3333333333px);
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item {
    width: 100%;
    padding: 0 4%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item + .article_item {
    padding-top: 24px;
    border-top: 1px solid #D1D5DC;
  }
}
.article_list_wrap .article_list .article_item a {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .article_list_wrap .article_list .article_item a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .article_list_wrap .article_list .article_item a:hover .img img {
    transform: scale(1.05);
  }
}
.article_list_wrap .article_list .article_item .img_box {
  position: relative;
}
.article_list_wrap .article_list .article_item .img_box .img_txt {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #F5DC0A;
  color: #152851;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item .img_box .img_txt {
    padding: 10px 10px;
    font-size: 1.2rem;
  }
}
.article_list_wrap .article_list .article_item .img {
  position: relative;
  width: 100%;
  padding-top: 75.556%;
  overflow: hidden;
}
.article_list_wrap .article_list .article_item .img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.article_list_wrap .article_list .article_item .txt_box {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item .txt_box {
    margin-top: 24px;
  }
}
.article_list_wrap .article_list .article_item .txt_box .item_ttl {
  min-height: 3em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item .txt_box .item_ttl {
    min-height: 0;
    font-size: 1.8rem;
  }
}
.article_list_wrap .article_list .article_item .txt_box .cate_box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item .txt_box .cate_box {
    gap: 5px 10px;
    margin-top: 8px;
  }
}
.article_list_wrap .article_list .article_item .txt_box .cate_box .cate_txt {
  padding: 2px 13px 4px;
  border-radius: 15px;
  background: #28B4A0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item .txt_box .cate_box .cate_txt {
    padding: 5px 13px;
    font-size: 1rem;
  }
}
.article_list_wrap .article_list .article_item .txt_box .cate_box .cate_txt::before {
  content: "#";
}
.article_list_wrap .article_list .article_item .txt_box .item_date {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item .txt_box .item_date {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

/* ------------------------------
	.wp
------------------------------ */
.details_txt {
  overflow: hidden;
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .details_txt {
    padding: 60px 0 0;
  }
}
.details_txt > *:first-child,
.details_txt > *:first-child *:first-child {
  margin-top: 0 !important;
}
.details_txt > *:last-child,
.details_txt > *:last-child *:last-child {
  margin-bottom: 0 !important;
}
.details_txt > * {
  position: relative;
  max-width: 100%;
}
.details_txt * {
  font-size: 1.8rem;
  line-height: 1.8;
  word-break: break-all;
  word-break: break-word;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .details_txt * {
    font-size: 1.4rem;
  }
}
.details_txt h1,
.details_txt h2,
.details_txt h3,
.details_txt h4,
.details_txt h5,
.details_txt h6 {
  position: relative;
  line-height: 1.5;
  font-weight: bold;
  color: #152851;
}
.details_txt h1,
.details_txt h2 {
  position: relative;
  padding-left: 24px;
  margin-top: 120px;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .details_txt h1,
  .details_txt h2 {
    padding-left: 12px;
    margin-top: 80px;
    font-size: 1.8rem;
  }
}
.details_txt h1::before,
.details_txt h2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 1.3em;
  background: #152851;
}
@media screen and (max-width: 768px) {
  .details_txt h1::before,
  .details_txt h2::before {
    width: 2px;
  }
}
.details_txt h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .details_txt h3 {
    font-size: 1.6rem;
  }
}
.details_txt h4 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .details_txt h4 {
    font-size: 1.6rem;
  }
}
.details_txt h5 {
  position: relative;
  padding-left: 50px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .details_txt h5 {
    padding-left: 25px;
    font-size: 1.6rem;
  }
}
.details_txt h5::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #152851;
}
@media screen and (max-width: 768px) {
  .details_txt h5::before {
    width: 20px;
    height: 2px;
  }
}
.details_txt h6 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .details_txt h6 {
    font-size: 1.4rem;
  }
}
.details_txt a {
  font-size: inherit;
  line-height: inherit;
  color: #0062FF;
}
.details_txt a:not(.wp-block-button__link) {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .details_txt a:not(.wp-block-button__link):hover {
    text-decoration: none;
  }
}
.details_txt .wp-block-button__link {
  background: #fff;
  border: 2px solid #0062FF;
}
.details_txt .is-style-fill .wp-block-button__link {
  background: #32373c;
  border-width: 0;
}
.details_txt span,
.details_txt strong,
.details_txt em,
.details_txt b {
  font-size: inherit;
  line-height: inherit;
}
.details_txt > *,
.details_txt > * p + p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .details_txt > *,
  .details_txt > * p + p {
    margin-top: 32px;
  }
}
.details_txt > p + p {
  margin-top: 12px;
}
.details_txt h1 + *,
.details_txt h2 + * {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .details_txt h1 + *,
  .details_txt h2 + * {
    margin-top: 32px;
  }
}
.details_txt h3 + *,
.details_txt h4 + *,
.details_txt h5 + *,
.details_txt h6 + * {
  margin-top: 12px;
}
.details_txt .wp-caption-text,
.details_txt figcaption,
.details_txt caption {
  caption-side: bottom;
  display: table-caption;
  margin-bottom: 0 !important;
  margin-top: 1em;
  font-size: 1.4rem;
}
.details_txt figure {
  display: table;
}
.details_txt figure figcaption {
  display: table-caption;
  caption-side: bottom;
}
.details_txt .aligncenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.details_txt .alignright {
  float: right;
  margin-left: 2.5rem;
  padding-bottom: 0.3em;
  overflow: hidden;
}
.details_txt .alignleft {
  float: left;
  margin-right: 2.5rem;
  padding-bottom: 0.3em;
  overflow: hidden;
}
.details_txt p::after {
  content: "";
  clear: both;
}
.details_txt > *:first-child.alignright + p,
.details_txt > *:first-child.alignleft + p {
  margin-top: 0;
}
.details_txt .alignleft + .aligncenter,
.details_txt .alignright + .aligncenter {
  padding-top: 2.8rem;
}
.details_txt ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.details_txt ul > li * {
  text-indent: 0;
}
.details_txt ul > li::before {
  content: "・";
  font-weight: bold;
}
.details_txt ol {
  counter-reset: ol_num;
}
.details_txt ol > li {
  position: relative;
  padding-left: 2em;
}
.details_txt ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: ol_num;
  content: counter(ol_num) ".";
  font-weight: bold;
}
.details_txt li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .details_txt li + li {
    margin-top: 15px;
  }
}
.details_txt li {
  color: #152851;
}
.details_txt li p {
  margin-top: 0.5em;
  color: #364153;
}
.details_txt li ol,
.details_txt li ul {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .details_txt li ol,
  .details_txt li ul {
    margin-top: 15px;
  }
}
.details_txt li ol li + li,
.details_txt li ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .details_txt li ol li + li,
  .details_txt li ul li + li {
    margin-top: 15px;
  }
}
.details_txt .is-style-nodeco {
  padding: 0;
  margin: 0;
}
.details_txt .is-style-nodeco li {
  padding: 0;
  text-indent: 0;
  margin-top: 12px;
  color: #364153;
  font-weight: normal;
  line-height: 1.8;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .details_txt .is-style-nodeco li {
    font-size: 1.4rem;
  }
}
.details_txt .is-style-nodeco li + li {
  margin-top: 0;
}
.details_txt .is-style-nodeco li::before {
  display: none;
}
.details_txt blockquote {
  position: relative;
  background: #EEF3FF;
  padding: 70px 40px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .details_txt blockquote {
    padding: 50px 4%;
  }
}
.details_txt blockquote::before, .details_txt blockquote::after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 27px;
}
@media screen and (max-width: 768px) {
  .details_txt blockquote::before, .details_txt blockquote::after {
    width: 28px;
    height: 20px;
  }
}
.details_txt blockquote::before {
  top: 20px;
  left: 40px;
  background: url(../img/article/details/blockquote_ico01.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .details_txt blockquote::before {
    top: 15px;
    left: 4%;
  }
}
.details_txt blockquote::after {
  bottom: 20px;
  right: 40px;
  background: url(../img/article/details/blockquote_ico02.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .details_txt blockquote::after {
    bottom: 15px;
    right: 4%;
  }
}
.details_txt blockquote p,
.details_txt blockquote cite {
  color: #364153;
}
.details_txt blockquote cite {
  display: block;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #364153;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .details_txt blockquote cite {
    padding-top: 12px;
    margin-top: 12px;
    font-size: 1.2rem;
  }
}
.details_txt table {
  width: 100%;
}
.details_txt thead {
  border: 0;
}
.details_txt th,
.details_txt td {
  padding: 15px 20px;
  border-left: 1px solid #D1D5DC;
  border-bottom: 1px solid #D1D5DC;
  border-color: #D1D5DC;
  line-height: 1.3;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .details_txt th,
  .details_txt td {
    padding: 10px 10px;
  }
}
.details_txt th {
  font-weight: 500;
  background: #EEF3FF;
}
.details_txt tr > *:last-child {
  border-right: 1px solid #D1D5DC;
}
.details_txt tr:first-child > * {
  border-top: 1px solid #D1D5DC;
}
.details_txt iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.details_txt .is-type-video,
.details_txt .is-provider-youtube,
.details_txt .wp-block-embed-youtube {
  width: 100%;
}
.details_txt .wp-block-embed-youtube.alignleft, .details_txt .wp-block-embed-youtube.alignright {
  max-width: 100%;
}
.details_txt hr {
  background-color: #D1D5DC;
  border: 0;
  height: 1px;
}
.details_txt .marker {
  background: linear-gradient(transparent 55%, #F5DC0A 45%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.4s, opacity 0.4s;
}
.details_txt .line_box .line_box_inner {
  position: relative;
  padding: 20px 40px;
  border-radius: 5px;
  border: 1px solid #152851;
}
@media screen and (max-width: 768px) {
  .details_txt .line_box .line_box_inner {
    padding: 15px 4%;
  }
}
.details_txt .line_box .line_box_inner .line_box_ttl {
  position: absolute;
  top: -0.9em;
  left: 30px;
  max-width: calc(100% - 60px);
  background: #fff;
  padding: 0 10px;
  color: #152851;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .details_txt .line_box .line_box_inner .line_box_ttl {
    left: 10px;
  }
}
.details_txt .line_box .line_box_inner .line_box_ttl br {
  display: none !important;
}
.details_txt .line_box .line_box_inner p {
  margin: 0;
  color: #364153;
}
.details_txt .line_box.onttl {
  padding-top: 16px;
}
.details_txt .line_box.onttl.line03 {
  padding-top: 52px;
}
.details_txt .line_box.line01 .line_box_inner {
  border: 1px solid #152851;
}
.details_txt .line_box.line02 .line_box_inner {
  border: 3px double #152851;
}
.details_txt .line_box.line03 .line_box_ttl {
  position: absolute;
  top: calc(-1.8em - 20px);
  left: -1px;
  max-width: 100%;
  background: #152851;
  padding: 10px 40px;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .details_txt .line_box.line03 .line_box_ttl {
    top: calc(-1.8em - 10px);
    padding: 5px 4%;
  }
}
.details_txt .line_box.line03 .line_box_inner {
  border-radius: 0 5px 5px 5px;
}
@media screen and (max-width: 768px) {
  .details_txt .alignright,
  .details_txt .alignleft {
    float: none;
    display: table;
    text-align: center;
    margin: 3rem auto 0;
    padding: 0;
  }
  .details_txt .alignleft + .aligncenter,
  .details_txt .alignright + .aligncenter {
    padding-top: 0;
  }
  .details_txt .aligncenter figcaption,
  .details_txt .alignleft figcaption,
  .details_txt .alignright figcaption {
    caption-side: bottom;
    display: table-caption;
    margin-bottom: 0;
  }
  .details_txt .alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}