@charset "UTF-8";

/* ==============================================
  Information List
============================================== */
.p-news__list{
  margin: 2rem 0 1rem;
}

.p-news__item{
  border-top: 1px solid #aaa;
}

.p-news__item--link{
  padding: 1rem 3rem 1rem 1.5rem;
  display: block;
  text-decoration: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.179%22%20height%3D%2212.832%22%20viewBox%3D%220%200%2010.179%2012.832%22%3E%20%3Cpath%20d%3D%22M0%2C0%2C6%2C9l6-9%22%20transform%3D%22translate(0.277%2012.416)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23aaa%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center right 1rem;
}

.p-news__item--head{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.p-news__item--date{
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-news__item--head:has(.p-news__item--icon-list) .p-news__item--date{
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #888;
}

.p-news__item--icon-list{
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.p-news__item--icon{
  padding: 0.3rem 0.9rem;
  display: block;
  width: fit-content;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  border: 1px solid var(--color-secondary);
  border-radius: 0.3rem;
}

.p-news__item--body{
  margin: 0.8rem 0 0;
  font-size: 1.5rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .c-heading {
    margin-bottom: 1.5rem;
  }
  .p-news{
    padding: 0;
    width: min(90%, 80rem);
    margin-inline: auto;
  }

  .p-news__selection{
    width: 27.5%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .p-news__list{
    margin: 0;
  }

  .p-news__item:last-of-type{
    border-bottom: 1px solid #aaa;
  }

  .p-news__item--body{
    margin: 1rem 0 0;
    font-size: 1.4rem;
    line-height: 1.6071;
  }

  .p-news__viewmore{
    margin: auto;
    grid-column: 1/3;
    width: 30.8333%;
  }
}

.c-pager {
  margin-block: 5rem;
}
.c-pager__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
}
.c-pager__item {
  width: 2.4rem;
  height: 2.4rem;
  text-decoration: none;
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.c-pager__num.c-pager__num--active {
  font-weight: bold;
  font-size: 1.8rem;
}
.c-pager__num.c-pager__num--active::before {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  background-color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .c-heading {
    margin-bottom: 3rem;
  }

.c-breadcrumb {
  grid-column: 1/-1;
  width: 100%;
  max-width: 100vw;
  overflow-x: auto;
}
.c-breadcrumb > ol {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 1rem calc((100% - var(--inner-width, 92%)) / 2);
  list-style: none;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    margin-bottom: 3.0rem;
    padding-inline: 1.5rem;
  }
  .c-breadcrumb > ol {
    padding: 1.0rem 0;
  }
}
.c-breadcrumb > ol > li:not(:last-of-type) {
  display: flex;
  align-items: center;
}
.c-breadcrumb > ol > li:not(:last-of-type)::after {
  content: "";
  width: auto;
  height: 7px;
  aspect-ratio: 6/10;
  margin: 0 0.8rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.657%22%20height%3D%229.899%22%20viewBox%3D%220%200%205.657%209.899%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10796%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010796%22%20transform%3D%22translate(60.811%20-116.673)%20rotate(45)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_18%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2018%22%20transform%3D%22translate(40%20125)%22%20stroke%3D%22%237c7c7c%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%227%22%20height%3D%221%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%226%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_19%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2019%22%20transform%3D%22translate(47%20125)%20rotate(90)%22%20stroke%3D%22%237c7c7c%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%227%22%20height%3D%221%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%226%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-breadcrumb__text {
  color: var(--color-secondary);
  font-size: 1.2rem;
  letter-spacing: var(--tracking-default);
  line-height: 1.25;
  text-decoration: none;
  word-break: keep-all;
  white-space: nowrap;
}

/* 
  .c-breadcrumb > ol {
    padding-left: 1.0rem;
    padding-right: 1.0rem;
  }
 */
  .p-news__selection {
    width: 22rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
  }
}

/* ==============================================
  Information Detail 
============================================== */
.p-news-detail {
  padding-bottom: 8rem;
}
.p-news-detail__heading {
  padding: 1rem 0 1.5rem;
  display: block;
}
.p-news-detail__body {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}
.p-news-detail__body a{
  width: fit-content;
  text-decoration: underline;
  background-color: #FFE984;
}
.p-news-detail__body ul,
.p-news-detail__body li{
  list-style-type: disc;
}
.p-news-detail__body li{
  margin-left: 1.4rem;
}
.p-news-detail__body strong{
  font-weight: 700;
}
.p-news-detail__description{
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-button__return {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  gap: 1rem;
}
.c-button__return::before {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/common/icon/icon_arrow_prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-news-detail__heading .p-news__item--body {
    font-size: 1.8rem;
  }
  .p-news-detail__image {
    width: 75%;
  }
  .c-button__return {
    margin-top: 4rem;
  }
}

table {
  border-collapse: collapse; /* 枠線を1本線にまとめる */
  width: 100%; /* 横幅いっぱいにする */
  margin-bottom: 1.5em; /* 表の下に少し余白を作る */
}

/* 枠線の設定（少し濃い目のグレー） */
table, th, td {
  border: 1px solid #999999; 
}

/* セル内の余白設定 */
th, td {
  padding: 10px 15px; /* 上下に10px、左右に15pxの余白 */
  line-height: 1.5;
}

/* 見出し（th）の設定（薄いグレーの下地） */
th {
  background-color: #f2f2f2; 
  font-weight: bold;
  text-align: center; 
}
