@media all and (min-width: 751px) {
  body.news #title:before {
    background-image: url(../images/news/title-bg.jpg);
  }
  #newsnav .newsnav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin: 0;
  }
  #newsnav li {
    width: 160px;
  }
  #newsnav li a:hover {
    opacity: 0.6;
  }
  #newsnav li.on a {
    color: #fff;
    background-color: #83033e;
  }
  #newsnav li.on a::before {
    background-color: #fff;
  }
  #newsnav a {
    width: 100%;
    padding: 13px 5px;
    border: 1px solid #83033e;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    display: inline-block;
    color: #83033e;
    text-decoration: none !important;
    line-height: 1.4;
    transition: 0.3s ease-in-out;
    position: relative;
    text-align: center;
  }
  #newsnav a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #83033e;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
  }
  .news-achieve_box .news-list .titles {
    font-weight: bold;
    font-size: 112.5%;
    /*18px*/
  }
  .news-achieve_box .news-list dd {
    padding: 35px 13px 35px 0;
  }
  .news-achieve_box .news-list dd:first-of-type {
    padding-top: 35px;
  }
  .news-achieve_box .news-list dt {
    padding: 35px 0px 35px 13px;
  }
  .news-achieve_box .news-list dt:first-of-type {
    padding-top: 35px;
  }
  .news-achieve_box .news-list .cat a {
    background-color: #002870;
    color: #fff;
    padding: 5px;
    text-decoration: none !important;
    width: 75px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.21;
    font-size: 12px;
  }
  .news-achieve_box .btn-type01 {
    margin: 20px 0 0;
  }
  .news-achieve_box figure {
    width: 500px;
    width: 500px;
    margin: 0 0 10px !important;
  }
  .news_single .titles-box {
    border-bottom: 1px solid #83033e;
    margin-bottom: 40px;
  }
  .news_single .title {
    font-weight: bold;
    font-size: 112.5%;
    /*18px*/
  }
}
@media only screen and (max-width: 750px) {
  body.news #title:before {
    background-image: url(../images/news/title-bg_sp.jpg);
  }
  #newsnav .newsnav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0;
  }
  #newsnav li {
    width: 45%;
  }
  #newsnav li.all {
    width: 100%;
  }
  #newsnav li.on a {
    color: #fff;
    background-color: #83033e;
  }
  #newsnav li.on a::before {
    background-color: #fff;
  }
  #newsnav a {
    width: 100%;
    padding: 13px 5px;
    border: 1px solid #83033e;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    display: inline-block;
    color: #83033e;
    text-decoration: none !important;
    line-height: 1.4;
    transition: 0.3s ease-in-out;
    position: relative;
    text-align: center;
  }
  #newsnav a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #83033e;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
  }
  .news-achieve_box .news-list {
    margin-bottom: 0;
  }
  .news-achieve_box .news-list .titles {
    font-weight: bold;
    font-size: 112.5%;
    /*18px*/
  }
  .news-achieve_box .news-list dd {
    padding: 0 13px 20px;
  }
  .news-achieve_box .news-list dt {
    padding: 20px 13px 0;
  }
  .news-achieve_box .news-list .cat {
    display: inline-block;
    margin-left: 5px;
  }
  .news-achieve_box .news-list .cat a {
    background-color: #002870;
    color: #fff;
    padding: 5px;
    text-decoration: none !important;
    width: 70px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.21;
    font-size: 12px;
  }
  .news-achieve_box .wp-block-image {
    width: 100% !important;
  }
  .news-achieve_box .btn-type01 {
    margin: 20px 0 0;
  }
  .news_single .titles-box {
    border-bottom: 1px solid #83033e;
    margin-bottom: 40px;
  }
  .news_single .title {
    font-weight: bold;
    font-size: 112.5%;
    /*18px*/
  }
}

/*# sourceMappingURL=page-news.css.map */
