@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=Noto+Serif+JP:wght@200..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}

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

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure,
form, input, textarea, select, button, div {
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  word-break: break-word;
  line-break: strict;
  line-height: 1;
  color: #161616;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body, h1, h2, h3, h4, h5, h6, p, address,
  ul, ol, li, dl, dt, dd,
  table, th, td, img, figure,
  form, input, textarea, select, button, div {
    font-size: 1.4rem;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

input:not([type=file]), textarea, select, button {
  vertical-align: middle;
  background-color: #fff;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input:not([type=file]), select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

button, input[type=submit], input[type=button], select, label {
  cursor: pointer;
}

input[type=radio]:checked {
  appearance: none;
}

blockquote {
  margin: 0;
  padding: 0;
}

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

a,
button,
input[type=submit],
input[type=button] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 769px) {
  a:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    opacity: 0.5;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
.wrap {
  max-width: 81rem;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: calc(100% - 4rem);
    max-width: initial;
  }
}

.page_wrap {
  background: #F8F8F8;
}

.content {
  overflow: hidden;
}

.serif {
  font-family: "Noto Serif JP", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, serif;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.page_wrap {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .page_wrap {
    padding-top: 6.5rem;
  }
}

.header_wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem 0 3.2rem;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .header_wrap {
    padding: 0 2rem;
    height: 6.5rem;
  }
}
.header_wrap .logo img {
  width: 12.7rem;
}
@media screen and (max-width: 768px) {
  .header_wrap .logo img {
    width: 8.3rem;
  }
}
.header_wrap .header_nav .header_nav_list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.header_wrap .header_nav .header_nav_list .header_nav_item a {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .header_wrap .header_nav .header_nav_list .header_nav_item a:hover {
    opacity: 0.2;
  }
}

.menu_btn {
  position: fixed;
  z-index: 10001;
  top: 2.6rem;
  right: 2rem;
  margin: auto;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
.menu_btn .line {
  position: absolute;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #161616;
  transition: all 0.4s ease-out;
  box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.3);
}
.menu_btn .line:nth-child(1) {
  top: -1.8rem;
}
.menu_btn .line:nth-child(3) {
  bottom: -1.8rem;
}
.menu_btn.active .line {
  box-shadow: none;
  background: #fff;
}
.menu_btn.active .line:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.menu_btn.active .line:nth-child(2) {
  opacity: 0;
}
.menu_btn.active .line:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 0;
}

.gnav {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100vh;
    background: #161616;
  }
}
@media screen and (max-width: 768px) {
  .gnav.active {
    opacity: 1;
    visibility: visible;
  }
}
.gnav .gnav_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 12rem 2rem 12rem;
    height: 100vh;
    overflow-y: auto;
  }
}
.gnav .gnav_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
}
.gnav .gnav_list .gnav_item a {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
.gnav .logo_box {
  margin-top: 9rem;
}
.gnav .logo_box .logo {
  text-align: center;
}
.gnav .logo_box .logo img {
  width: 6.7rem;
}
.gnav .logo_box .logo_txt {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.gnav .copy {
  margin-top: 10.4rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  opacity: 0.5;
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 8rem 12rem;
  background: #161616;
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14rem 2rem 4rem;
  }
}
.footer_wrap * {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer_wrap .footer_nav_list .footer_nav_item {
    text-align: right;
  }
}
.footer_wrap .footer_nav_list .footer_nav_item a {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.footer_wrap .logo_wrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer_wrap .logo_wrap .logo_box .logo {
    text-align: center;
  }
}
.footer_wrap .logo_wrap .logo_box .logo img {
  width: 6.7rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .logo_wrap .logo_box .logo img {
    width: 8.2rem;
  }
}
.footer_wrap .logo_wrap .logo_box .logo_txt {
  margin-top: 4rem;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}
.footer_wrap .logo_wrap .footer_nav_list {
  display: flex;
  gap: 2.4rem;
  margin-top: 11rem;
}
.footer_wrap .footer_nav {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav {
    flex-direction: row;
    justify-content: center;
    margin-top: 25.2rem;
    gap: 6.7rem;
  }
}
.footer_wrap .footer_nav .footer_nav_list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .footer_nav_list {
    gap: 4rem;
  }
}
.footer_wrap .footer_nav .footer_nav_list + .footer_nav_list {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .footer_nav_list + .footer_nav_list {
    margin-top: 0;
  }
}
.footer_wrap .copy {
  text-align: center;
  font-size: 1.3rem;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .footer_wrap .copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .copy {
    margin-top: 12rem;
    font-size: 1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt {
  line-height: 2;
}

.bold {
  font-weight: bold;
}

.med {
  font-weight: 500;
}

.txt_up {
  text-transform: uppercase;
}

.txt_noup {
  text-transform: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .pc_ib {
    display: inline-block;
  }
  .pc_tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .img img {
    width: 100%;
  }
  .sp_ib {
    display: inline-block;
  }
}
/* ------------------------------
	.ttl
------------------------------ */
.sec_ttl {
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    text-align: center;
  }
}
.sec_ttl .ttl_min {
  display: block;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  color: #646464;
}
@media screen and (max-width: 768px) {
  .sec_ttl .ttl_min {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
}
.sec_ttl .ttl_sub {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .sec_ttl .ttl_sub {
    font-size: 2.1rem;
  }
}
.sec_ttl .ttl_txt {
  display: block;
  font-size: 7.2rem;
}
@media screen and (max-width: 768px) {
  .sec_ttl .ttl_txt {
    font-size: 4.8rem;
  }
}

.page_ttl {
  line-height: 1.25;
}
.page_ttl .ttl_txt {
  display: block;
  font-size: 7.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page_ttl .ttl_txt {
    font-size: 4rem;
  }
}
.page_ttl .ttl_sub {
  display: block;
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page_ttl .ttl_sub {
    font-size: 1.2rem;
  }
}

/* ------------------------------
	.btn
------------------------------ */
.btn {
  display: flex;
}
.btn.center {
  justify-content: center;
}
.btn.right {
  justify-content: flex-end;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .btn a {
    gap: 2.4rem;
  }
}
.btn .btn_txt {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .btn .btn_txt {
    font-size: 1.6rem;
  }
}
.btn .ico {
  flex-shrink: 0;
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: 1px solid #161616;
  background: url(../img/common/ico_arw01.svg) no-repeat center center;
  background-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .btn .ico {
    width: 4rem;
    height: 4rem;
    background-size: 0.9rem;
  }
}

/* ------------------------------
	.box
------------------------------ */
.flex {
  display: flex;
  justify-content: space-between;
}

.breadcrumb {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb_list {
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0.5rem 2rem;
  }
}
.breadcrumb .breadcrumb_list li {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Noto Serif JP", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb_list li {
    flex-shrink: 0;
  }
}
.breadcrumb .breadcrumb_list li + li::before {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: ">";
  margin: 0 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb_list li + li::before {
    margin: 0 0.8rem;
  }
}
.breadcrumb .breadcrumb_list li a {
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .breadcrumb .breadcrumb_list li a:hover {
    opacity: 0.8;
  }
}

.page_head {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page_head {
    padding-top: 1.5rem;
  }
}
.page_head .page_head_img {
  position: relative;
  width: calc(50% + 56.5rem);
  height: 47.5rem;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page_head .page_head_img {
    width: calc(100% - 2rem);
    height: 13.6rem;
  }
}
.page_head .page_head_img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}

/* ------------------------------
	.pager
------------------------------ */
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.pager .pager_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .pager .pager_list {
    gap: 1.5rem;
  }
}
.pager .pager_list .pager_num {
  color: #646464;
}
.pager .pager_list .pager_num a, .pager .pager_list .pager_num.current {
  display: block;
  padding: 1rem 0.4rem;
  font-size: 1.4rem;
  border-bottom: 1px solid transparent;
  color: #646464;
}
.pager .pager_list .pager_num.current {
  border-color: #161616;
  color: #161616;
}
.pager .pager_btn a {
  display: block;
  width: 2rem;
  height: 2rem;
}
.pager .pager_btn.next a {
  background: url(../img/common/ico_arw02.svg) no-repeat center center;
  background-size: 0.5rem;
}
.pager .pager_btn.prev a {
  background: url(../img/common/ico_arw03.svg) no-repeat center center;
  background-size: 0.5rem;
}
.pager .pager_btn.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.pager .pager_btn.disabled a {
  pointer-events: none;
}

/* ------------------------------
	.fade
------------------------------ */
.fade .fade-img, .fade.fade-img {
  position: relative;
}
.fade .fade-img::before, .fade.fade-img::before {
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  background: linear-gradient(to bottom, transparent 0%, #F8F8F8 50%);
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
}
.fade.fade-on .fade-img::before, .fade.fade-on.fade-img::before {
  height: 0%;
}
.fade .fade-up, .fade.fade-up {
  opacity: 0;
  filter: blur(1rem);
  transform: translateY(3rem);
  transition: opacity 0.6s ease, transform 0.8s ease, filter 0.8s ease;
}
.fade.fade-on .fade-up, .fade.fade-on.fade-up {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.fade .fade-in, .fade.fade-in {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.6s ease, transform 0.8s ease;
}
.fade.fade-on .fade-in, .fade.fade-on.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.fade .d1 {
  transition-delay: 0.4s;
}
.fade .d2 {
  transition-delay: 0.8s;
}
.fade .d3 {
  transition-delay: 1.2s;
}
.fade .d4 {
  transition-delay: 1.6s;
}
.fade .d5 {
  transition-delay: 2s;
}

/* ------------------------------
	.guide
------------------------------ */
.guide .ttl {
  margin-bottom: 8rem;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .guide .ttl {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
.guide .journal_bnr_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide .journal_bnr {
  width: 54.8rem;
  height: 29.8rem;
}
@media screen and (max-width: 768px) {
  .guide .journal_bnr {
    width: 100%;
    height: 19.1rem;
  }
}
@media screen and (max-width: 768px) {
  .guide .journal_bnr + .journal_bnr {
    margin-top: 2.4rem;
  }
}
.guide .journal_bnr a {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .guide .journal_bnr a:hover {
    opacity: 1;
  }
  .guide .journal_bnr a:hover .img img {
    transform: scale(1.1);
  }
}
.guide .journal_bnr .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.guide .journal_bnr .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.guide .journal_bnr .txt_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide .journal_bnr .txt_box .txt {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .guide .journal_bnr .txt_box .txt {
    font-size: 2.4rem;
  }
}
.guide .journal_bnr .txt_box .txt .min {
  display: block;
  margin-top: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .guide .journal_bnr .txt_box .txt .min {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}

/* ------------------------------
	.wp
------------------------------ */
.details_txt {
  overflow: hidden;
}
.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.4rem;
  line-height: 2;
  word-break: break-all;
  word-break: break-word;
}
.details_txt h1,
.details_txt h2,
.details_txt h3,
.details_txt h4,
.details_txt h5,
.details_txt h6 {
  position: relative;
  line-height: 1.75;
  font-family: "Noto Serif JP", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, serif;
  font-weight: 600;
}
.details_txt h1,
.details_txt h2 {
  font-size: 2.4rem;
}
.details_txt h3 {
  font-size: 1.9rem;
}
.details_txt h4 {
  font-size: 1.8rem;
}
.details_txt h5 {
  font-size: 1.7rem;
}
.details_txt h6 {
  font-size: 1.6rem;
}
.details_txt a {
  font-size: inherit;
  line-height: inherit;
  color: #0077C3;
}
.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: 4rem;
}
.details_txt > p + p {
  margin-top: 3rem;
}
.details_txt h1 + *,
.details_txt h2 + *,
.details_txt h3 + *,
.details_txt h4 + *,
.details_txt h5 + *,
.details_txt h6 + * {
  margin-top: 3rem;
}
.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 li {
  line-height: 1.6;
}
.details_txt ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.details_txt ul li::before {
  content: "・";
}
.details_txt ol {
  padding-left: 2.5rem;
}
.details_txt ol {
  counter-reset: ol_num;
}
.details_txt ol li {
  position: relative;
}
.details_txt ol li:before {
  position: absolute;
  top: 0;
  left: -2.5rem;
  counter-increment: ol_num;
  content: counter(ol_num) ".";
}
.details_txt li + li {
  margin-top: 0.5rem;
}
.details_txt blockquote {
  background: #fff;
  padding: 4rem;
}
.details_txt table {
  width: 100%;
}
.details_txt thead {
  border: 0;
}
.details_txt th,
.details_txt td {
  padding: 1.5rem 2rem;
  border-left: 1px solid #646464;
  border-bottom: 1px solid #646464;
  border-color: #646464;
  line-height: 1.3;
  background: #fff;
}
.details_txt th {
  font-weight: bold;
}
.details_txt tr > *:last-child {
  border-right: 1px solid #646464;
}
.details_txt tr:first-child > * {
  border-top: 1px solid #646464;
}
.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: #646464;
  border: 0;
  height: 1px;
}
@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;
  }
  .details_txt * {
    font-size: 1.3rem;
  }
  .details_txt > *,
  .details_txt > * p + p {
    margin-top: 4rem;
  }
  .details_txt > p + p {
    margin-top: 2rem;
  }
  .details_txt h1 + *,
  .details_txt h2 + *,
  .details_txt h3 + *,
  .details_txt h4 + *,
  .details_txt h5 + *,
  .details_txt h6 + * {
    margin-top: 2rem;
  }
  .details_txt h1,
  .details_txt h2 {
    font-size: 1.9rem;
  }
  .details_txt h3 {
    font-size: 1.6rem;
  }
  .details_txt h4 {
    font-size: 1.5rem;
  }
  .details_txt h5 {
    font-size: 1.4rem;
  }
  .details_txt h6 {
    font-size: 1.3rem;
  }
  .details_txt .wp-caption-text,
  .details_txt figcaption,
  .details_txt caption {
    font-size: 1.2rem;
  }
  .details_txt th,
  .details_txt td {
    padding: 0.5rem 1rem;
  }
  .details_txt blockquote {
    padding: 3rem;
  }
}