@media (max-width: 750px) {
  .disp_pc {
    display: none;
  }
}
@media (min-width: 750.1px) {
  .disp_pc {
    display: block;
  }
}

@media (max-width: 750px) {
  .disp_sp {
    display: block;
  }
}
@media (min-width: 750.1px) {
  .disp_sp {
    display: none;
  }
}

body#news {
  background-color: #838b90;
  font-family: "Noto Serif JP", serif;
}
body#news header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#news.index h2 {
  text-align: center;
}
@media (max-width: 750px) {
  body#news.index h2 {
    margin-bottom: 10vw;
  }
}
@media (min-width: 750.1px) {
  body#news.index h2 {
    margin-bottom: 45px;
  }
}
@media (max-width: 750px) {
  body#news.index h2 img {
    width: 32vw;
  }
}
@media (min-width: 750.1px) {
  body#news.index h2 img {
    width: 267px;
  }
}
body#news.detail h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}
@media (max-width: 750px) {
  body#news.detail h2 {
    font-size: 4vw;
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
}
@media (min-width: 750.1px) {
  body#news.detail h2 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  body#news .container {
    padding: 28vw 0 0 0;
    width: 100vw;
    overflow-x: hidden;
  }
}
@media (min-width: 750.1px) {
  body#news .container {
    padding: 200px 0 100px 0;
  }
}
body#news .container #newsWrap {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 750px) {
  body#news .container #newsWrap {
    max-width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4.8vw 4vw 4vw;
  }
}
@media (min-width: 750.1px) {
  body#news .container #newsWrap {
    width: 960px;
    margin: 0 auto;
    padding: 0 60px;
  }
}
@media (max-width: 750px) {
  body#news .container #newsWrap ul#newsList li {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
}
@media (min-width: 750.1px) {
  body#news .container #newsWrap ul#newsList li {
    margin: 30px 0;
  }
}
@media (max-width: 750px) {
  body#news .container #newsWrap ul#newsList li:last-child {
    margin-bottom: 0;
  }
}
body#news .container #newsWrap ul#newsList li .catName {
  display: inline-block;
  background-color: #5e6a70;
  color: #fff;
  line-height: 1;
}
@media (max-width: 750px) {
  body#news .container #newsWrap ul#newsList li .catName {
    font-size: 90%;
    width: 15vw;
    text-align: center;
    padding: 1vw 0;
  }
}
@media (min-width: 750.1px) {
  body#news .container #newsWrap ul#newsList li .catName {
    font-size: 14px;
    text-align: center;
    width: 100px;
    margin: 0 10px;
    padding: 5px 0;
  }
}
body#news .container #newsWrap ul#newsList li .title a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 750px) {
  body#news .container #newsWrap ul#newsList li .title a {
    display: block;
    line-height: 1.5;
  }
}
@media (min-width: 750.1px) {
  body#news .container #newsWrap ul#newsList li .title a {
    display: inline-block;
    width: 560px;
    line-height: 1.3;
    vertical-align: top;
  }
}
body#news .container #newsWrap ul#newsList li .title a:hover {
  opacity: 0.7;
}
body#news .container .pager {
  text-align: center;
}
@media (max-width: 750px) {
  body#news .container .pager {
    margin-top: 3vw;
  }
}
@media (min-width: 750.1px) {
  body#news .container .pager {
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  body#news .container .pager a {
    margin: 0 0.5em;
  }
}
@media (min-width: 750.1px) {
  body#news .container .pager a {
    margin: 0 0.5em;
  }
}
@media (min-width: 750.1px) {
  body#news .container #newsDetailWrap {
    width: 960px;
    margin: 0 auto;
    padding: 0 60px;
  }
}
body#news .container #newsDetailWrap .catName {
  display: inline-block;
  background-color: #5e6a70;
  color: #fff;
  line-height: 1;
}
@media (max-width: 750px) {
  body#news .container #newsDetailWrap .catName {
    font-size: 3vw;
    text-align: center;
    width: 18vw;
    padding: 0.2em 0;
    margin: 0 0 0 0.5em;
  }
}
@media (min-width: 750.1px) {
  body#news .container #newsDetailWrap .catName {
    font-size: 14px;
    text-align: center;
    width: 100px;
    margin: 0 10px;
    padding: 5px 0;
  }
}
body#news .container #newsDetailWrap #up_ymd {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 750px) {
  body#news .container #newsDetailWrap #up_ymd {
    font-size: 3.2vw;
  }
}
@media (min-width: 750.1px) {
  body#news .container #newsDetailWrap #up_ymd {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  body#news .container #newsDetailWrap #detail_content {
    margin-bottom: 10vw;
  }
}
@media (min-width: 750.1px) {
  body#news .container #newsDetailWrap #detail_content {
    margin-bottom: 100px;
  }
}
body#news .container #newsDetailWrap #detail_content .detailText {
  line-height: 1.8;
}
body#news .container #newsDetailWrap #detail_content .detailText span {
  color: #fff !important;
  font-family: "Noto Serif JP", serif !important;
}
@media (max-width: 750px) {
  body#news .container #newsDetailWrap #detail_content .detailText span {
    font-size: 3.2vw !important;
    margin-bottom: 1em;
    line-height: 1.5;
  }
}
@media (min-width: 750.1px) {
  body#news .container #newsDetailWrap #detail_content .detailText span {
    font-size: 18px !important;
    line-height: 1.8;
  }
}
body#news .container #newsDetailWrap .detailUpfile img {
  display: block;
  margin: 1.5em auto;
  max-width: 100%;
}
body#news .container #newsDetailWrap .backORcloseBtn a {
  background-color: #235060;
  color: #fff;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 750px) {
  body#news .container #newsDetailWrap .backORcloseBtn a {
    font-size: 4.2vw;
    width: 78vw;
    padding: 3vw 0;
  }
}
@media (min-width: 750.1px) {
  body#news .container #newsDetailWrap .backORcloseBtn a {
    width: 400px;
    font-size: 20px;
    padding: 20px 0;
  }
}
body#news .container #newsDetailWrap .backORcloseBtn a:hover {
  opacity: 0.7;
}