@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Jost:wght@600;700;800;900&family=Roboto:wght@400;500;700&display=swap");
header .h_choice {
  display: none; }

#ttlBox:after {
  background: url(/news/wp-content/uploads/img/news_top_img.jpg) top center #EBEBEB;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #ttlBox:after {
      background: url(/news/wp-content/uploads/img/news_top_img_sp.jpg) center right #EBEBEB;
      background-size: cover; } }

/* news
=========================================== */
#news .inner dl {
  background: #fff;
  border-radius: 10px;
  padding: 80px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    #news .inner dl {
      padding: 20px;
      margin-bottom: 20px; } }

#news dl {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    #news dl {
      width: 100%;
      margin-bottom: 20px; } }
  #news dl > div.flex {
    border-bottom: 1px solid #EBEBEB;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      #news dl > div.flex {
        padding-bottom: 14px; } }
    #news dl > div.flex dt {
      width: 99px;
      text-align: left;
      color: #A7A7A7;
      font-size: 1.4rem;
      line-height: 50px; }
      @media only screen and (max-width: 767px) {
        #news dl > div.flex dt {
          line-height: 1;
          margin-top: 17px;
          padding-bottom: 10px; } }
    #news dl > div.flex dd {
      width: calc(100% - 99px);
      text-align: left;
      font-size: 1.4rem; }
      @media only screen and (min-width: 768px) {
        #news dl > div.flex dd {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 50px; } }
      @media only screen and (max-width: 767px) {
        #news dl > div.flex dd {
          width: 100%;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; } }
      #news dl > div.flex dd a.link {
        display: inline; }
        @media only screen and (max-width: 767px) {
          #news dl > div.flex dd a.link {
            line-height: 1.7; } }

  /* pagenation
=========================================== */
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; }
  .pager .page-numbers {
    width: 44px;
    height: 44px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #443CBF;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    transition: .3s all ease-in-out; }
  .pager a.page-numbers:hover {
    background: #443CBF;
    color: #fff;
    transition: .3s all ease-in-out; }
  .pager .current {
    background: #443CBF;
    color: #fff;
    border-radius: 50%;
    cursor: pointer; }
  .pager .next, .pager .prev {
    position: relative; }
    .pager .next:hover, .pager .prev:hover {
      background: none !important; }
    .pager .next:before, .pager .prev:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      border-top: 2px solid #443CBF;
      border-right: 2px solid #443CBF; }
  .pager .next:before {
    transform: rotate(45deg); }
  .pager .prev:before {
    transform: rotate(-135deg); }

 /* detail
=========================================== */
.news_container {
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    .news_container {
      margin-top: 0; } }
  .news_container .time_cat {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .news_container .time_cat {
        flex-direction: row; } }
    .news_container .time_cat time {
      line-height: 24px;
      margin-right: 14px;
      font-size: 1.6rem;
      font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .news_container .time_cat .cat {
        flex-direction: row; } }
    .news_container .time_cat .cat span {
      line-height: 24px;
      display: inline-block;
      font-size: 1.4rem;
      color: #fff;
      margin-right: 5px;
      padding: 0 12px; }
      .news_container .time_cat .cat span:last-child {
        margin-right: 0; }
      .news_container .time_cat .cat span.cat_event {
        background: #00A63C; }
      .news_container .time_cat .cat span.cat_blog {
        background: #FDA900; }
  .news_container h1.blog-title {
    font-size: 2.8rem;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .news_container h1.blog-title {
        font-size: 1.8rem;
        padding-bottom: 10px;
        margin-bottom: 20px; } }
    .news_container h1.blog-title:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: #D5D5D5; }
    .news_container h1.blog-title:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 164px;
      height: 2px;
      background: #443CBF; }
      @media screen and (max-width: 767px) {
        .news_container h1.blog-title:after {
          width: 60px; } }
  .news_container .detailBox {
    max-width: 100%;
    text-align: left; }
    .news_container .detailBox p {
      margin-bottom: 2em; }
    .news_container .detailBox img {
      max-width: 100%;
      image-rendering: -webkit-optimize-contrast; }

.back {
  text-align: center;
  margin: 20px auto 0 auto; }
  .back .btn {
    text-align: center;
    margin: 0 auto; }
    .back .btn span {
      font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; }
