/* 下層fv */
.hed_page_img {
  background-image: url("../img/archive_fv.jpg");
  filter: brightness(0.8);
}

.archive_bg {
  background-image: url("../img/common_back_white.jpg");
}

.archive_detail_img {
  width: 36.6rem;
  height: 24.4rem;
  object-fit: cover;
}

.archive_title_img {
  width: 30.7rem;
  height: 36.7rem;
  object-fit: cover;
}

.archive_title {
  position: relative;
}

.archive_pos {
  display: flex;
}

.archive_title_char {
  position: absolute;
  top: 10rem;
  left: 8.5rem;
  width: 3rem;
  height: 16.1rem;
  font-family: var(--ZenMincho);
  font-size: 3rem;
  color: var(--black);
  font-weight: 700;
  line-height: 1.3em;
}

.archive_detail_whole_pos {
  margin-top: calc(11.3rem - 2.6rem);
  display: flex;
  flex-direction: column;
}

.archive_detail_set {
  width: 36.6rem;
  height: 24.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.archive_overlap {
  position: relative;
  z-index: 2;
}

.archive_detail_pos {
  margin-left: -7.6rem;
}

.archive_detail_pos_set {
  margin-top: 2.6rem;
  width: 86.114rem;
  padding-bottom: 2.6rem;
  border-bottom: 0.2rem solid #B5D378;
}
.archive_detail_pos_set a {
  width: 100%;
  display: flex;
}
.archive_detail_pos_set:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}


.archive_detail_sent_pos {
  width: 47.814rem;
  margin-left: 1.7rem;
}

.archive_detail_date {
  font-family: var(--ZenMincho);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  color: var(--black);
}

.archive_detail_content {
  margin-top: 0.1rem;
  font-family: var(--ZenMincho);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44444444444em;
  color: var(--black);
}

.archive_detail_tp_set {
  margin-top: 2.6rem;
}

.archive_detail_line {
  border-bottom: none;
  padding-bottom: 0;
}


.archive_link_num1,.archive_link_num2,.archive_link_num3,.archive_link_num4,.archive_link_num5,.archive_link_num_abb,.archive_link_num10 {
  position: relative;
  font-family: var(--ZenMincho);
  font-size: 3rem;
  font-weight: 700;
  color: var(--black);
  line-height: 1.3em;
}

.archive_link_pos_set {
  display: flex;
  justify-content: center;
  display: flex;
}

.archive_link_pos {
  margin-top: 14.1rem;
  margin-bottom: 15.7rem;
  display: flex;
  justify-content: center;
}

.archive_link_num1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.783rem;
  width: 3.066rem;
  height: 0.5rem;
  background-color: #818181;
}

/* ページネーション */
.page-numbers {
  display: flex;
  justify-content: center;
  gap: 3.6rem;
  width: 3rem;
}
.page-numbers li {
  font-size: 3rem;
  font-weight: bold;
}
.current {
  border-bottom: 0.2rem solid #818181;
}

@media screen and (max-width:699.98px) {
  .archive_title_img {
    width: 14rem;
    height: 16.7rem;
  }

  .archive_detail_whole_pos {
    margin-top: 3rem;
  }
  .archive_pos {
    flex-direction: column;
  }

  .archive_detail_img {
    width: 15rem;
    height: 10rem;
  }

  .archive_detail_pos {
    flex-direction: column;
  
    padding: 0 1.8rem 0 2rem;
    margin-left: 0.1rem;
  }

  .archive_title_char {
    position: absolute;
    top: 4.5rem;
    left: 2rem;
    width: 2.5rem;
    height: 13.8rem;
    font-size: 2.5rem;
    line-height: 1.36em;
  }

  .archive_detail_pos_set {
    margin-top: 1.5rem;
    width: 33.7rem;
    padding-bottom: 1.5rem;
  }

  .archive_detail_set {
    width: 15rem;
    height: 10rem;  
  }

  .archive_detail_sent_pos {
    width: 17.7rem;
    margin-left: 1rem;
  }

  .archive_detail_date {
    font-size: 1.5rem;
    line-height: 1.4em;
  }

  .archive_detail_content {
    margin-top: 0.4rem;
    font-size: 1.6rem;
    line-height: 1.5em;
  }

  .archive_detail_tp_set {
    margin-top: 1.5rem;
  }

  .archive_link_pos {
    margin-top: 12.5rem;
    margin-bottom: 4.1rem;
    width: 25.2rem;
    height: 2.9rem;
  }

  .archive_link_num1,.archive_link_num2,.archive_link_num3,.archive_link_num4,.archive_link_num5,.archive_link_num_abb,.archive_link_num10 {
    font-size: 2rem;
    line-height: 1.95em;
  }

  .archive_link_num1::before {
    bottom: -0.8rem;
    left: -0.271rem;
    width: 1.729rem;
  }

  .archive_detail_line {
    border-bottom: none;
    padding-bottom: 0;
  }

    /* ページネーション */
  .page-numbers {
    gap: 2rem;
    width: 2rem;
  }
  .page-numbers li {
    font-size: 2rem;
  }
}