@charset "UTF-8";
/* ==========================================================================//
//
// 詳細ページ
//
// ========================================================================== */
.single_head {
  padding-bottom: 24px;
  border-bottom: 1px solid #DCE2E2;
}
@media all and (min-width: 751px) {
  .single_head {
    padding-bottom: 40px;
  }
}
.single_head .date_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
@media all and (min-width: 751px) {
  .single_head .date_cat {
    gap: 9px;
  }
}
.single_head .date_cat .date {
  font-size: 13px;
}
@media all and (min-width: 751px) {
  .single_head .date_cat .date {
    font-size: 14px;
  }
}
.single_head .post_category {
  background-color: #F2F6F7;
  border-radius: 10px;
  white-space: nowrap;
  font-size: 11px;
  padding: 1px 10px;
}
@media all and (min-width: 751px) {
  .single_head .post_category {
    font-size: 12px;
    padding: 1px 10px;
  }
}

.single_ttl {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}
@media all and (min-width: 751px) {
  .single_ttl {
    font-size: 32px;
  }
}

.single_cont {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .single_cont {
    margin-top: 80px;
  }
}
.single_cont h2 {
  font-size: 1.3em;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  .single_cont h2 {
    font-size: 1.72em;
  }
}
.single_cont h2:not(:last-child) {
  margin-bottom: 1em;
}
.single_cont h3 {
  font-size: 1.17em;
}
@media all and (min-width: 751px) {
  .single_cont h3 {
    font-size: 1.5em;
  }
}
.single_cont h3:not(:last-child) {
  margin-bottom: 0.8em;
}
.single_cont h4 {
  font-size: 1.1em;
}
@media all and (min-width: 751px) {
  .single_cont h4 {
    font-size: 1.2em;
  }
}
.single_cont h4:not(:last-child) {
  margin-bottom: 0.8em;
}
.single_cont p {
  line-height: 2;
}
.single_cont p:not(:last-child) {
  margin-bottom: 2em;
}
.single_cont p a,
.single_cont li a {
  color: #32BED1;
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .single_cont p a,
  .single_cont li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .single_cont p a:hover,
  .single_cont li a:hover {
    opacity: 0.7;
  }
}
.single_cont ul,
.single_cont ol {
  line-height: 2;
}
.single_cont ul:not(:last-child),
.single_cont ol:not(:last-child) {
  margin-bottom: 2em;
}
.single_cont ul > li:not(:last-child),
.single_cont ol > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.single_cont ul > li ul:not(:last-child),
.single_cont ul > li ol:not(:last-child),
.single_cont ol > li ul:not(:last-child),
.single_cont ol > li ol:not(:last-child) {
  margin-bottom: 1em;
}
.single_cont ol {
  padding-left: 1.5em;
}
.single_cont ol > li {
  list-style: initial;
  list-style-type: decimal;
}
.single_cont ul {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.single_cont ul > li::before {
  content: "・";
  letter-spacing: 0.5em;
}
.single_cont .wp-block-image:not(:last-child) {
  margin-bottom: 26px;
}
@media all and (min-width: 751px) {
  .single_cont .wp-block-image:not(:last-child) {
    margin-bottom: 40px;
  }
}
.single_cont :where(.wp-block-columns) {
  margin-bottom: 2em;
}

.single_foot {
  margin-top: 60px;
}
@media all and (min-width: 751px) {
  .single_foot {
    margin-top: 100px;
  }
}
.single_foot .back_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.single_foot .back_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  padding-left: 75px;
}
@media all and (min-width: 751px) {
  .single_foot .back_btn a {
    padding-left: 100px;
  }
}
.single_foot .back_btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
  border: 1px solid #505050;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 60px;
  background-image: url(../../images/common/icon/arrow.png);
  background-size: 45% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (min-width: 751px) {
  .single_foot .back_btn a::before {
    width: 80px;
  }
}
.single_foot .back_btn a .jp {
  font-size: 11px;
}
@media all and (min-width: 751px) {
  .single_foot .back_btn a .jp {
    font-size: 14px;
  }
}
.single_foot .back_btn a .en {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 18px;
}
@media all and (min-width: 751px) {
  .single_foot .back_btn a .en {
    font-size: 28px;
  }
}
@media (hover: hover) {
  .single_foot .back_btn a::before {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .single_foot .back_btn a:hover::before {
    background-color: #F2F6F7;
    -webkit-transform: translateY(-50%) rotateY(180deg) rotateX(360deg);
            transform: translateY(-50%) rotateY(180deg) rotateX(360deg);
  }
}