@charset "UTF-8";
body.post-type-archive-news .guidebox,
body.tax-news_category .guidebox {
  background: url("../images/guide/東光商会webサイト_新着情報一覧ページ_PC版.jpg") no-repeat top 0px center;
  height: 3652px;
}
@media screen and (max-width: 700px) {
  body.post-type-archive-news .guidebox,
body.tax-news_category .guidebox {
    background: url("../images/guide/東光商会webサイト_新着情報一覧ページ_スマホ版.jpg") no-repeat top center;
    height: 7323rem;
    background-position: top 0rem center;
    background-size: 100% auto;
  }
}

/* ==========================================================================
   News Archive & Taxonomy Page (新着情報一覧)
   ========================================================================== */
/* Page Header */
.page_header {
  padding: 238px 0 0;
}
@media screen and (max-width: 700px) {
  .page_header {
    padding: 135rem 0 0;
  }
}
.page_header .page_title {
  padding-left: 50px;
}
@media screen and (min-width: 701px) {
  .page_header .page_title {
    padding-bottom: 92px;
    border-bottom: 1px solid #eceff1;
  }
}
@media screen and (max-width: 700px) {
  .page_header .page_title {
    padding-left: 20rem;
  }
}
.page_header .page_title .en {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  display: block;
  margin-bottom: 14px;
  text-transform: capitalize;
}
@media screen and (max-width: 700px) {
  .page_header .page_title .en {
    font-size: 24rem;
    margin-bottom: 26rem;
  }
}
.page_header .page_title .ja {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.15em;
  line-height: 72px;
  color: #1f1f1f;
  display: block;
}
@media screen and (max-width: 700px) {
  .page_header .page_title .ja {
    line-height: 72rem;
  }
}
@media screen and (max-width: 700px) {
  .page_header .page_title .ja {
    font-size: 48rem;
    letter-spacing: 0.2em;
    line-height: 72rem;
  }
}

/* Content Area */
.news_content {
  padding-top: 120px;
  padding-bottom: 120px;
  /* Pagination styling */
}
@media screen and (max-width: 700px) {
  .news_content {
    padding-top: 45rem;
    padding-bottom: 103rem;
  }
}
.news_content .news_wrap {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  padding-bottom: 100px;
  border-bottom: 1px solid #eceff1;
  /* Left Sidebar Navigation */
  /* Right Articles Box */
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 88rem;
    gap: 0;
  }
}
.news_content .news_wrap .news_sidebar {
  width: 260px;
  flex-shrink: 0;
  position: sticky;
  top: 140px;
  height: fit-content;
  padding-left: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_sidebar {
    display: contents;
  }
}
.news_content .news_wrap .news_sidebar .category_toggle_sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_sidebar .category_toggle_sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 600rem;
    height: 100rem;
    border-top: 1rem solid #dfdfe0;
    cursor: pointer;
    margin-top: 40rem;
    box-sizing: border-box;
    order: 1;
  }
  .news_content .news_wrap .news_sidebar .category_toggle_sp span {
    font-size: 28rem;
    letter-spacing: 0.2em;
    color: #1f1f1f;
  }
  .news_content .news_wrap .news_sidebar .category_toggle_sp .icon {
    position: relative;
    width: 24rem;
    height: 24rem;
  }
  .news_content .news_wrap .news_sidebar .category_toggle_sp .icon::before, .news_content .news_wrap .news_sidebar .category_toggle_sp .icon::after {
    content: "";
    position: absolute;
    background-color: #002065;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .news_content .news_wrap .news_sidebar .category_toggle_sp .icon::before {
    top: 11rem;
    left: 0;
    width: 24rem;
    height: 2rem;
  }
  .news_content .news_wrap .news_sidebar .category_toggle_sp .icon::after {
    top: 0;
    left: 11rem;
    width: 2rem;
    height: 24rem;
  }
  .news_content .news_wrap .news_sidebar .category_toggle_sp.active .icon::after {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.news_content .news_wrap .news_sidebar .news_cats {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_sidebar .news_cats {
    display: none;
    order: 2;
    margin-top: 20rem;
    margin-bottom: 40rem;
    padding-left: 50rem;
    padding-right: 50rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    background: #fff;
    top: 120rem;
    z-index: 5;
  }
  .news_content .news_wrap .news_sidebar .news_cats.active {
    display: block;
  }
}
.news_content .news_wrap .news_sidebar .news_cats li {
  margin-bottom: 12px;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_sidebar .news_cats li {
    margin-bottom: 24rem;
    position: relative;
    padding-right: 30rem;
  }
}
.news_content .news_wrap .news_sidebar .news_cats li a {
  color: #1f1f1f;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_sidebar .news_cats li a {
    font-size: 26rem;
  }
  .news_content .news_wrap .news_sidebar .news_cats li a::after {
    content: "";
    position: absolute;
    right: -30rem;
    top: 50%;
    transform: translateY(-50%);
    width: 22rem;
    height: 22rem;
    background: url("../images/news_cat_arrow.svg") no-repeat center/contain;
    pointer-events: none;
  }
}
.news_content .news_wrap .news_sidebar .news_cats li a:hover {
  color: #002065;
}
.news_content .news_wrap .news_sidebar .news_cats li.active > a {
  color: #002065;
}
.news_content .news_wrap .news_sidebar .news_cats .sub_cats {
  list-style: none;
  margin-top: 8px;
  padding-left: 25px;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_sidebar .news_cats .sub_cats {
    margin-top: 16rem;
    padding-left: 50rem;
  }
}
.news_content .news_wrap .news_sidebar .news_cats .sub_cats li {
  position: relative;
  margin-bottom: 8px;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_sidebar .news_cats .sub_cats li {
    margin-bottom: 16rem;
  }
}
.news_content .news_wrap .news_sidebar .news_cats .sub_cats li a {
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_sidebar .news_cats .sub_cats li a {
    font-size: 24rem;
  }
}
.news_content .news_wrap .news_sidebar .news_cats .sub_cats li::before {
  content: "ー";
  position: absolute;
  left: -22px;
  color: #002065;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_sidebar .news_cats .sub_cats li::before {
    left: -40rem;
    font-size: 24rem;
  }
}
.news_content .news_wrap .news_box_2 {
  flex-grow: 1;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_box_2 {
    order: 3;
    margin-top: 40rem;
    width: 100%;
    box-sizing: border-box;
  }
}
.news_content .news_wrap .news_box_2 .article_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_box_2 .article_list {
    gap: 50rem;
  }
}
.news_content .news_wrap .news_box_2 .article_list .article_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_box_2 .article_list .article_item {
    width: 100%;
  }
}
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content {
  width: 740px;
  height: 150px;
  padding-left: 40px;
  display: flex;
  gap: 43px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #1f1f1f;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_box_2 .article_list .article_item .item_content {
    width: 600rem;
    height: 389rem;
    padding: 50rem;
    padding-right: 160rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    box-sizing: border-box;
  }
}
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content::after {
  content: "";
  position: absolute;
  right: 39px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: #002065;
  border-radius: 50%;
  background-image: url("../images/icon_arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_box_2 .article_list .article_item .item_content::after {
    width: 50rem;
    height: 50rem;
    background-size: 50rem;
    right: 49rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
}
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content .cat {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  width: 100px;
  height: 30px;
  border-radius: 5px;
  background: #eceff1;
  padding: 4px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_box_2 .article_list .article_item .item_content .cat {
    width: 150rem;
    height: 50rem;
    font-size: 24rem;
    padding: 6rem 16rem;
    margin-bottom: 23rem;
  }
}
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content .meta {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  padding-right: 60px;
  flex-grow: 1;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_box_2 .article_list .article_item .item_content .meta {
    width: 100%;
    padding-right: 0;
  }
}
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content .meta .date {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #1f1f1f;
  margin-bottom: 9px;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_box_2 .article_list .article_item .item_content .meta .date {
    font-size: 24rem;
    margin-bottom: 20rem;
    position: absolute;
    left: 231rem;
    top: 57rem;
  }
}
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content .meta .title_link {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_box_2 .article_list .article_item .item_content .meta .title_link {
    font-size: 28rem;
    line-height: 56rem;
    margin-bottom: 20rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content .meta .content_link {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 28px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_box_2 .article_list .article_item .item_content .meta .content_link {
    font-size: 24rem;
    line-height: 48rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content:hover {
  background: #eceff1;
}
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content:hover .cat {
  background: #002065;
  color: #fff;
}
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content:hover .date,
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content:hover .title_link,
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content:hover .content_link {
  color: #002065;
}
.news_content .news_wrap .news_box_2 .article_list .article_item .item_content:hover::after {
  right: 18px;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_box_2 .article_list .article_item .item_content:hover::after {
    right: 20rem;
  }
}
.news_content .news_wrap .news_box_2 .no_posts {
  text-align: center;
  font-size: 16px;
  color: #707070;
  padding: 50px 0;
}
@media screen and (max-width: 700px) {
  .news_content .news_wrap .news_box_2 .no_posts {
    font-size: 26rem;
    padding: 100rem 0;
  }
}
.news_content .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
  gap: 70px;
  /* Numbers container */
  /* Prev and Next buttons */
}
@media screen and (max-width: 700px) {
  .news_content .pagination {
    margin-top: 70rem;
    gap: 50rem;
  }
}
.news_content .pagination a,
.news_content .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #acaeb4;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  .news_content .pagination a,
.news_content .pagination span {
    font-size: 28rem;
  }
}
.news_content .pagination .numbers_wrap {
  display: flex;
  align-items: center;
  gap: 41px;
  /* Current page */
}
@media screen and (max-width: 700px) {
  .news_content .pagination .numbers_wrap {
    gap: 16rem;
  }
}
.news_content .pagination .numbers_wrap a,
.news_content .pagination .numbers_wrap span {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 700px) {
  .news_content .pagination .numbers_wrap a,
.news_content .pagination .numbers_wrap span {
    width: 40rem;
    height: 40rem;
  }
}
.news_content .pagination .numbers_wrap a {
  transition: color 0.3s ease;
}
.news_content .pagination .numbers_wrap a:hover {
  color: #002065;
}
.news_content .pagination .numbers_wrap span.current {
  color: #002065;
  font-weight: 500;
}
.news_content .pagination .prev,
.news_content .pagination .next {
  width: 20px;
  height: 20px;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 700px) {
  .news_content .pagination .prev,
.news_content .pagination .next {
    width: 50rem;
    height: 50rem;
  }
}
.news_content .pagination .prev:hover,
.news_content .pagination .next:hover {
  opacity: 0.8;
}
.news_content .pagination .prev .pagination_arrow_icon,
.news_content .pagination .next .pagination_arrow_icon {
  width: 100%;
  height: 100%;
  display: block;
}

/* Footer Contact Background */
.footer-contact::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/footer_contact_bg_news.jpg");
}
@media screen and (max-width: 700px) {
  .footer-contact::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/footer_contact_bg_news_sp.jpg");
  }
}

/* ==========================================================================
   News Detail Page (新着情報詳細)
   ========================================================================== */
body.single-news .guidebox {
  background: url("../images/guide/東光商会webサイト_新着情報詳細ページ_PC版.jpg") no-repeat top 0px center;
  height: 2698px;
}
@media screen and (max-width: 700px) {
  body.single-news .guidebox {
    background: url("../images/guide/東光商会webサイト_新着情報詳細ページ_スマホ版.jpg") no-repeat top center;
    height: 4157rem;
    background-position: top 0rem center;
    background-size: 100% auto;
  }
}

.page-news-single .single_news_wrap {
  width: 880px;
  margin: 0 auto;
  padding-top: 250px;
  padding-bottom: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap {
    width: 100%;
    padding-top: 144rem;
    padding-bottom: 120rem;
  }
}
.page-news-single .single_news_wrap .single_news_header {
  border-bottom: 1px solid #eceff1;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .single_news_header {
    border-bottom: 1rem solid #dfdfe0;
  }
}
.page-news-single .single_news_wrap .single_news_header .meta_info {
  display: flex;
  align-items: center;
  gap: 47px;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .single_news_header .meta_info {
    gap: 30rem;
  }
}
.page-news-single .single_news_wrap .single_news_header .meta_info .cat {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  width: 100px;
  height: 30px;
  border-radius: 5px;
  background: #eceff1;
  color: #1f1f1f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 0.2em;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .single_news_header .meta_info .cat {
    width: 150rem;
    height: 50rem;
    font-size: 24rem;
    border-radius: 5rem;
  }
}
.page-news-single .single_news_wrap .single_news_header .meta_info .date {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #1f1f1f;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .single_news_header .meta_info .date {
    font-size: 24rem;
  }
}
.page-news-single .single_news_wrap .single_news_header .title {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #1f1f1f;
  margin-top: 34px;
  margin-bottom: 64px;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .single_news_header .title {
    font-size: 36rem;
    line-height: 72rem;
    margin-top: 12rem;
    margin-bottom: 67rem;
  }
}
.page-news-single .single_news_wrap .post_content {
  margin-top: 98px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .post_content {
    margin-top: 83rem;
    font-size: 26rem;
    line-height: 52rem;
  }
}
.page-news-single .single_news_wrap .post_content p {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 28px;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .post_content p {
    font-size: 26rem;
    letter-spacing: 0.08em;
    line-height: 52rem;
    margin-bottom: 52rem;
  }
}
.page-news-single .single_news_wrap .post_content p:last-child {
  margin-bottom: 0;
}
.page-news-single .single_news_wrap .post_nav {
  border-top: 1px solid #eceff1;
  margin-top: 100px;
  padding-top: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 68px;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .post_nav {
    border-top: 1rem solid #dfdfe0;
    margin-top: 100rem;
    padding-top: 100rem;
    gap: 96rem;
  }
}
.page-news-single .single_news_wrap .post_nav a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #002065;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .post_nav a {
    font-size: 24rem;
  }
}
.page-news-single .single_news_wrap .post_nav a:hover {
  opacity: 0.7;
}
.page-news-single .single_news_wrap .post_nav .prev,
.page-news-single .single_news_wrap .post_nav .next {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .post_nav .prev,
.page-news-single .single_news_wrap .post_nav .next {
    gap: 20rem;
  }
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .post_nav .prev .text,
.page-news-single .single_news_wrap .post_nav .next .text {
    font-size: 24rem;
    letter-spacing: 0.1em;
  }
}
.page-news-single .single_news_wrap .post_nav .prev .arrow,
.page-news-single .single_news_wrap .post_nav .next .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .post_nav .prev .arrow,
.page-news-single .single_news_wrap .post_nav .next .arrow {
    width: 40rem;
    height: 40rem;
  }
}
.page-news-single .single_news_wrap .post_nav .prev .arrow .arrow_icon,
.page-news-single .single_news_wrap .post_nav .next .arrow .arrow_icon {
  width: 100%;
  height: 100%;
  display: block;
}
.page-news-single .single_news_wrap .post_nav .back_to_list {
  flex-shrink: 0;
}
.page-news-single .single_news_wrap .post_nav .back_to_list .grid_icon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 2px;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .post_nav .back_to_list .grid_icon {
    width: 54rem;
    height: 54rem;
    gap: 3rem;
  }
}
.page-news-single .single_news_wrap .post_nav .back_to_list .grid_icon span {
  display: block;
  background: #002065;
}
.page-news-single .single_news_wrap .post_nav .empty {
  width: 65px;
  flex-shrink: 0;
}
@media screen and (max-width: 700px) {
  .page-news-single .single_news_wrap .post_nav .empty {
    width: 110rem;
  }
}