@charset "UTF-8";
/* ==========================================================================//
//
// お知らせ詳細
//
// ========================================================================== */
.page_body {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
@media all and (min-width: 751px) {
  .page_body {
    padding-bottom: 120px;
  }
}

.container {
  min-height: 180px;
  background-color: #fff;
  border: 1px solid #222222;
  border-radius: 20px;
  padding: 40px 20px 50px;
  opacity: 0;
  -webkit-animation: fadeUpAnime 0.6s forwards;
          animation: fadeUpAnime 0.6s forwards;
}
@media all and (min-width: 751px) {
  .container {
    border-radius: 30px;
    border-width: 1.5px;
    padding: 60px 10% 96px;
  }
}

.single_head {
  border-bottom: 1px solid #444444;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
@media all and (min-width: 751px) {
  .single_head {
    padding-bottom: 34px;
    margin-bottom: 25px;
  }
}

.single_ttl {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.55;
}
@media all and (min-width: 751px) {
  .single_ttl {
    font-size: 28px;
  }
}

.single_date {
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  color: #8e8e8e;
  margin-top: 14px;
}
@media all and (min-width: 751px) {
  .single_date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
  }
}

.single_content {
  line-height: 1.85;
}
.single_content p:not(:last-child) {
  margin-bottom: 1.8em;
}
@media all and (min-width: 751px) {
  .single_content p:not(:last-child) {
    margin-bottom: 2em;
  }
}
.single_content h2 {
  font-size: 18px;
  margin-top: 2em;
  margin-bottom: 0.8em;
}
@media all and (min-width: 751px) {
  .single_content h2 {
    font-size: 22px;
  }
}
.single_content h3 {
  font-size: 15px;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media all and (min-width: 751px) {
  .single_content h3 {
    font-size: 18px;
  }
}
.single_content h4 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.single_content a {
  background-image: -webkit-gradient(linear, left top, right top, from(#222222), to(#222222));
  background-image: linear-gradient(90deg, #222222, #222222);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
}
@media (hover: hover) {
  .single_content a {
    -webkit-transition: background-size 0.4s;
    transition: background-size 0.4s;
  }
  .single_content a:hover {
    background-size: 0 1px;
    background-position: right bottom;
  }
}
.single_content .wp-block-image:not(:last-child) {
  margin-bottom: 2em;
}
.single_content .wp-block-list {
  margin-top: 20px;
}
.single_content .wp-block-list:not(:last-child) {
  margin-bottom: 1.8em;
}
.single_content .wp-block-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.single_content .wp-block-list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.single_content .wp-block-list li::before {
  content: "・";
}

.back_btn {
  --bg_color: #fff;
  position: relative;
  width: min(320px, 76.3%);
  margin-inline: auto;
  margin-top: 60px;
  z-index: 1;
}
.back_btn::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #222222;
  border-radius: 100px;
  z-index: -1;
}
.back_btn a {
  display: block;
  text-align: center;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  background-color: var(--bg_color);
  border: 1px solid #222222;
  border-radius: 100px;
  padding: 10px 26px;
}
@media all and (min-width: 751px) {
  .back_btn a {
    font-size: 16px;
    padding: 17px 24px;
  }
}
.back_btn a span {
  position: relative;
  display: block;
}
.back_btn a span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-image: url(../../images/common/arrow_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 22px;
}
@media all and (min-width: 751px) {
  .back_btn a span::after {
    width: 25px;
  }
}
@media (hover: hover) {
  .back_btn a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .back_btn a:hover {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
}

.single_foot .pagination_area {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .single_foot .pagination_area {
    margin-top: 40px;
  }
}
.single_foot .pagination_area .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13px;
}
.single_foot .pagination_area .wrap > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single_foot .pagination_area .pagination {
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media all and (min-width: 751px) {
  .single_foot .pagination_area .pagination {
    font-size: 20px;
    border-radius: 20px;
    padding: 26px;
  }
}
.single_foot .pagination_area .pagination::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../images/common/arrow_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 22px;
}
@media all and (min-width: 751px) {
  .single_foot .pagination_area .pagination::after {
    width: 28px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.single_foot .pagination_area .pagination.prev {
  padding-left: 36px;
}
.single_foot .pagination_area .pagination.prev::after {
  left: 14px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media all and (min-width: 751px) {
  .single_foot .pagination_area .pagination.prev::after {
    left: 28px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .single_foot .pagination_area .pagination.prev:hover::after {
    left: 18px;
  }
}
.single_foot .pagination_area .pagination.next {
  padding-right: 36px;
}
.single_foot .pagination_area .pagination.next::after {
  right: 14px;
}
@media all and (min-width: 751px) {
  .single_foot .pagination_area .pagination.next::after {
    right: 28px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .single_foot .pagination_area .pagination.next:hover::after {
    right: 18px;
  }
}