@charset "UTF-8";

@media screen and (max-width: 834px) {
  .bg-common.news-area {
    padding-top: 100px;
  }
}

.outbox {
  padding-top: 60px;
  padding-bottom: 120px;
}

.yearly-area {
  margin-bottom: 56px;
}

.yearly-area.pc .yearly-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.yearly-area.pc .yearly-list li {
  display: block;
  flex: 0 0 161px;
  max-width: 161px;
  padding: 8px;
}

.yearly-area.sp .yearly-list {
  color: #000;
  display: block;
  background: #ffc000;
  width: 100%;
  height: 50px;
  padding-right: 32px;
  padding-left: 32px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 25px;
}

.yearly-area.pc .yearly-list a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: none;
  width: 100%;
  height: 50px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 25px;
  transition: 0.5s ease all;
}

.yearly-area.pc .yearly-list a:hover,
.yearly-area.pc .yearly-list a.is-active {
  color: #000;
  background: #ffc000;
}

/* news */
.table-news {
  padding-top: 0;
  position: relative;
}

.table-news::before {
  right: 100%;
  left: -100%;
}

.table-news::after {
  right: -100%;
  left: 100%;
}

.table-news .block-area {
  position: relative;
  background: transparent;
  transition: 0.5s ease all;
}

.table-news .block-area:hover,
.table-news .block-area:hover .text {
  color: #fff;
}

.table-news .block-area:first-child {
  border-top: 1px solid rgb(255 255 255 / 50%);
}

.table-news .block-area {
  border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.table-news dl {
  margin: 0;
  border: none;
  position: relative;
}

.table-news .block-area dl::before,
.table-news .block-area dl::after {
  content: "";
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.5s ease all;
  z-index: -1;
}

/* .table-news .block-area:hover dl::before,
.table-news .block-area:hover dl::after {
  background: #ffc000;
} */

.table-news .block-area dl::before {
  right: 50%;
  left: -100%;
}

.table-news .block-area dl::after {
  right: -100%;
  left: 50%;
}

.table-news dl dt,
.table-news dl dd {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}

.news-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news-info .category-name {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #3b3b3b;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 28px;
  margin-left: 24px;
  border-radius: 40px;
  transition: 0.5s ease all;
}

/*
a.block-area:hover .news-info .category-name {
  color: #000;
  background: #D92AE8;
}
*/
.table-news .block-area {
  font-size: 18px;
  font-weight: 500;
}

.table-news dl dd .news-text .text {
  display: block;
  overflow: hidden;
  text-decoration: underline;
}

@media (max-width: 834px) {
  .table-news dl {
    display: block;
  }

  .table-news dl dt {
    padding-top: 32px;
    padding-bottom: 8px;
  }

  .table-news dl dd {
    padding-top: 0;
    padding-bottom: 32px;
  }

  .table-news dl dd .news-text .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .table-news dl dd .news-text .read {
    display: none;
  }
}

@media (min-width: 835px) {
  .table-news dl {
    display: flex;
    align-items: center;
  }

  .table-news dl dt,
  .table-news dl dd {
    display: table-cell;
    vertical-align: middle;
  }

  .table-news dl dt {
    flex: 0 0 120px;
    max-width: 120px;
    min-width: inherit;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .news-info .category-name {
    width: 153px;
    height: 37px;
    margin-left: 64px;
  }

  .table-news dl dd {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding-left: 48px;
  }

  .table-news dl dd .news-text {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
  }

  .table-news dl dd .news-text .text {
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .table-news dl dd .news-text .read {
    text-align: center;
    flex: 0 0 90px;
    max-width: 90px;
    margin-left: auto;
  }

  .table-news .block-area:hover dl dd .news-text .read {
    text-decoration: none;
  }
}

.single .bg-common.news-area {
  padding-top: 32px;
}

.single .bg-common.news-area {
  padding-top: 72px;
}

.single .bg-common.news-area .ttl-area {
  margin-bottom: 60px;
}

.single .bg-common.news-area .ttl-area .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.single .bg-common.news-area .date {
  font-size: 18px;
  font-weight: 500;
}

.single .bg-common.news-area .cont-item {
  padding-top: 40px;
  padding-bottom: 40px;
}

.single .bg-common.news-area .cont-item:first-child {
  padding-top: 0;
}

.single .bg-common.news-area .cont-item:last-child {
  padding-bottom: 0;
}

.single .wp-block-image,
.single .wp-block-gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single .nav-links {
  display: flex;
  margin-bottom: 32px;
}

.single .nav-links .nav-previous {
  margin-right: auto;
}

.single .nav-links .nav-next {
  margin-left: auto;
}

.single .nav-links a {
  text-decoration: none;
}

@media screen and (min-width: 835px) {
  .single .bg-common.news-area {
    padding-top: 108px;
  }

  .single .bg-common.news-area .ttl-area .title {
    font-size: 48px;
    display: flex;
    align-items: center;
  }

  .single .bg-common.news-area .ttl-area .title .text {
    flex: 0 0 calc(100% - 168px);
    max-width: calc(100% - 168px);
  }

  .single .bg-common.news-area .ttl-area .title .image {
    flex: 0 0 168px;
    max-width: 168px;
  }
}
