.title {
  width: 100%;
  padding: 78px 0 78px 0;
  max-height: 216px;
  background-image: url(../imgs/news/title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .title {
    padding: 42px 0 42px 0;
    max-height: 120px;
  }
}
.title h1 {
  color: #fff;
  text-align: center;
  font-family: "montserrat", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .title h1 {
    font-size: 1.875rem;
  }
}

.news {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 0 20px 0;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .news {
    width: 95%;
  }
}
@media screen and (max-width: 960px) {
  .news {
    width: 100%;
  }
}
.news__list {
  width: 100%;
  border-top: 1px solid #DBDBDB;
}
@media screen and (max-width: 960px) {
  .news__list {
    width: 95%;
    margin: 0 auto;
  }
}
.news__list ul {
  width: 100%;
  padding: 18px 0 20px 0;
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .news__list ul {
    padding: 15px 0 15px 0;
    flex-wrap: wrap;
  }
}
.news__list ul .category {
  width: 15%;
  max-width: 158px;
}
@media screen and (max-width: 960px) {
  .news__list ul .category {
    width: 33.5%;
  }
}
.news__list ul .category h3 {
  width: 100%;
  margin: 0 auto;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 14px;
}
@media screen and (max-width: 960px) {
  .news__list ul .category h3 {
    width: 100%;
    font-size: 0.75rem;
    border-radius: 12px;
  }
}
.news__list ul .category .press_release {
  background-color: #355EB4;
}
.news__list ul .category .notice {
  background-color: #326420;
}
.news__list ul .category .technical_review {
  background-color: #14B2F8;
}
.news__list ul .date {
  width: 13%;
  padding-left: 14px;
  color: #2D3243;
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .news__list ul .date {
    width: 63.5%;
    font-size: 0.875rem;
  }
}
.news__list ul .date span {
  display: block;
  color: #E10000;
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .news__list ul .date span {
    display: inline-block;
    font-size: 0.875rem;
    margin-right: 6px;
  }
}
.news__list ul .news-info {
  width: 72%;
}
@media screen and (max-width: 960px) {
  .news__list ul .news-info {
    width: 100%;
    margin-top: 12px;
  }
}
.news__list ul .news-info a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #2D3243;
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 3em;
}
@media screen and (max-width: 960px) {
  .news__list ul .news-info a {
    font-size: 0.875rem;
    padding-right: 0;
  }
}
.news__list ul .news-info a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(../imgs/btn_link-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .news__list ul .news-info a::after {
    display: none;
  }
}
.news__list .pager {
  width: 285px;
  margin: 60px auto 68px auto;
}
.news__list .pager ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}
.news__list .pager ul li {
  width: 34px;
}
.news__list .pager ul li a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #C8C7C7;
}
.news__list .pager ul li a:hover {
  opacity: 0.75;
}
.news__list .pager ul li a.on {
  background-color: #08399D;
}

.article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 42px 0 44px 0;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .article {
    width: 95%;
  }
}
@media screen and (max-width: 960px) {
  .article {
    width: 95%;
  }
}
.article h3 {
  text-align: center;
  font-family: "montserrat", sans-serif;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 500;
  word-wrap: break-word;
}
@media screen and (max-width: 960px) {
  .article h3 {
    font-size: 1.125rem;
  }
}
.article p {
  color: #333333;
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 34px;
  word-wrap: break-word;
}
@media screen and (max-width: 960px) {
  .article p {
    font-size: 0.875rem;
    margin-bottom: 18px;
  }
}
.article .date {
  text-align: right;
  margin: 38px 0 46px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .article .date {
    font-size: 0.875rem;
    margin: 20px 0 28px 0;
  }
}
.article .iframeOuter {
  width: 560px;
}
@media screen and (max-width: 960px) {
  .article .iframeOuter {
    width: 100%;
  }
}
.article .iframeOuter .iframeWrapper {
  position: relative;
  padding-top: 56.25%;
}
.article .iframeOuter .iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article .news_list-link {
  width: 220px;
  margin: 45px auto 43px auto;
}
.article .news_list-link a {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  border: 1px solid #003299;
  border-radius: 20px;
  text-align: center;
  color: #003299;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.article .news_list-link a:hover {
  opacity: 0.75;
}/*# sourceMappingURL=news.css.map */