.module_newsList li {
  position: relative;
}
.module_newsList li::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.module_newsList li:not(:last-child) {
  margin-bottom: 30px;
}
.module_newsList li a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.module_newsList li a .head {
  position: relative;
  float: left;
  width: 40%;
  height: 0;
  padding: 0 0 25%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .module_newsList li a .head {
    width: 20%;
    padding: 0 0 15%;
  }
}
.module_newsList li a .head img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.module_newsList li a .body {
  width: calc(60% - 15px);
  float: right;
}
@media (min-width: 768px) {
  .module_newsList li a .body {
    width: calc(80% - 15px);
  }
}
.module_newsList li a .body .text {
  color: #0d3966;
  font-family: "Spectral", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .module_newsList li a .body .text {
    font-size: 16px;
  }
}
.module_newsList li a .body .date {
  color: #000;
  font-size: 12px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .module_newsList li a .body .date {
    font-size: 14px;
  }
}
.module_newsList li.new a::before {
  content: "NEW";
  display: block;
  color: #FFF;
  background: #ba2536;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .module_newsList li.large a .head {
    width: 40%;
    padding: 0 0 25%;
  }
  .module_newsList li.large a .body {
    width: calc(60% - 15px);
  }
  .module_newsList li.large a .body .text {
    font-size: 24px;
  }
  .module_newsList li.large a .body .date {
    font-size: 16px;
  }
}

.module_newsList-02 li {
  margin-bottom: 0;
}
.module_newsList-02 li a {
  border-bottom: 1px #cccccc solid;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  text-decoration: none;
}
@media (min-width: 980px) {
  .module_newsList-02 li a {
    align-items: center;
  }
}
.module_newsList-02 li a .head {
  overflow: visible;
  padding: 0;
  width: 100px;
}
@media (min-width: 980px) {
  .module_newsList-02 li a .head {
    width: 160px;
  }
}
.module_newsList-02 li a .head .tag {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  padding: 5px 0;
}
@media (min-width: 980px) {
  .module_newsList-02 li a .head .tag {
    font-size: 14px;
  }
}
.module_newsList-02 li a .head .tag._urgent {
  background: #e30b20;
}
.module_newsList-02 li a .head .tag._important {
  background: #0088d0;
}
.module_newsList-02 li a .head .tag._topics {
  background: #7c7c7c;
}
.module_newsList-02 li a .head .date {
  color: #000;
  font-size: 13px;
  text-align: center;
}
@media (min-width: 980px) {
  .module_newsList-02 li a .head .date {
    font-size: 14px;
  }
}
.module_newsList-02 li a .body {
  width: calc(100% - 100px - 15px);
}
@media (min-width: 980px) {
  .module_newsList-02 li a .body {
    width: calc(100% - 160px - 40px);
  }
}
.module_newsList-02 li a .body .text {
  color: #0d3966;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Spectral", serif;
  font-weight: 400;
}
@media (min-width: 980px) {
  .module_newsList-02 li a .body .text {
    font-size: 24px;
  }
}

.module_newsImg {
  border: 2px #FFF solid;
}
.module_newsImg::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.module_newsImg li {
  border: 2px #FFF solid;
  float: left;
}
.module_newsImg li:only-child {
  width: 100%;
}
.module_newsImg li:not(:only-child) {
  position: relative;
  float: left;
  height: 0;
  padding: 0 0 40%;
  overflow: hidden;
  background: url(/asp/images/common/bg_news_gray.jpg) no-repeat center center;
  background-size: cover;
}
.module_newsImg li:not(:only-child) a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  height: auto;
  width: 100%;
  max-height: none;
  max-width: none;
}
.module_newsImg li:first-child:nth-last-child(2), .module_newsImg li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.module_newsImg li:first-child:nth-last-child(2) a img, .module_newsImg li:first-child:nth-last-child(2) ~ li a img {
  width: 130%;
  height: auto;
}
.module_newsImg li:first-child:nth-last-child(3):first-child, .module_newsImg li:first-child:nth-last-child(3) ~ li:first-child {
  width: 100%;
}
.module_newsImg li:first-child:nth-last-child(3):not(:first-child), .module_newsImg li:first-child:nth-last-child(3) ~ li:not(:first-child) {
  width: 50%;
}
.module_newsImg li:first-child:nth-last-child(3):not(:first-child) a img, .module_newsImg li:first-child:nth-last-child(3) ~ li:not(:first-child) a img {
  width: 130%;
  height: auto;
}
.module_newsImg li:first-child:nth-last-child(4), .module_newsImg li:first-child:nth-last-child(4) ~ li {
  width: 50%;
}
.module_newsImg li:first-child:nth-last-child(4) a img, .module_newsImg li:first-child:nth-last-child(4) ~ li a img {
  width: 130%;
  height: auto;
}
.module_newsImg li:first-child:nth-last-child(5):nth-child(-n+2), .module_newsImg li:first-child:nth-last-child(5) ~ li:nth-child(-n+2) {
  width: 50%;
}
.module_newsImg li:first-child:nth-last-child(5):nth-child(-n+2) a img, .module_newsImg li:first-child:nth-last-child(5) ~ li:nth-child(-n+2) a img {
  width: 130%;
  height: auto;
}
.module_newsImg li:first-child:nth-last-child(5):nth-child(n+3), .module_newsImg li:first-child:nth-last-child(5) ~ li:nth-child(n+3) {
  width: 33.3333333333%;
}
.module_newsImg li:first-child:nth-last-child(5):nth-child(n+3) a img, .module_newsImg li:first-child:nth-last-child(5) ~ li:nth-child(n+3) a img {
  width: 200%;
  height: auto;
}

.news-pagination {
  margin-top: 60px;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .news-pagination {
    height: 60px;
    width: 600px;
    margin: 60px auto 0 auto;
  }
}
.news-pagination li {
  position: relative;
  background: #FFF;
  height: 40px;
  border-top: solid 1px #0d3966;
  border-bottom: solid 1px #0d3966;
}
@media (min-width: 768px) {
  .news-pagination li {
    height: 60px;
  }
}
.news-pagination li.prev, .news-pagination li.next {
  width: 40px;
  border-right: solid 1px #0d3966;
  border-left: solid 1px #0d3966;
  position: relative;
}
@media (min-width: 768px) {
  .news-pagination li.prev, .news-pagination li.next {
    width: 60px;
  }
}
.news-pagination li.prev::before, .news-pagination li.next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: solid 1px #0d3966;
  border-right: solid 1px #0d3966;
}
.news-pagination li.prev a, .news-pagination li.next a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-pagination li.prev::before {
  transform: rotate(-135deg);
}
.news-pagination li.next::before {
  transform: rotate(45deg);
}
.news-pagination li.all-news {
  width: calc(100% - 80px);
}
@media (min-width: 768px) {
  .news-pagination li.all-news {
    width: calc(100% - 120px);
  }
}
.news-pagination li.all-news a {
  text-decoration: none;
  color: #0d3966;
  font-family: "Spectral", serif;
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.news-pagination li.all-news a span {
  text-align: center;
  width: 100%;
}
.news-pagination li:hover {
  background: #f7f3d7;
  opacity: 1;
}
.news-pagination li.nopage::before {
  opacity: 0.25;
  border-top: solid 1px #0d3966;
  border-right: solid 1px #0d3966;
}
.news-pagination li.nopage:hover {
  background: #FFF;
  opacity: 1;
}

.top_news .top_card-02 li.new a::before {
  content: "NEW";
  display: block;
  color: #FFF;
  background: #ba2536;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.global_contents > h2 {
  color: #0d3966;
  position: relative;
  font-family: "Spectral", serif;
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 15px;
  line-height: 1.13;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .global_contents > h2 {
    font-size: 34px;
    line-height: 1.08;
    margin-bottom: 30px;
  }
}
.global_contents > h2::before {
  content: "";
  display: block;
  background: #c3ae25;
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 100%;
}
.global_contents > h2 i {
  font-size: 18px;
  display: block;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .global_contents > h2 i {
    font-size: 20px;
    line-height: 1.1;
  }
}

.news_contents {
  padding-top: 30px;
}
@media (min-width: 980px) {
  .news_contents {
    padding-top: 40px;
  }
}
.news_contents > h3, .news_contents > h4 {
  color: #0d3966;
  position: relative;
  font-family: "Spectral", serif;
  font-weight: 400;
}
.news_contents > h3:first-child, .news_contents > h4:first-child {
  margin-top: 0 !important;
}
.news_contents > h3 + .news_contents > h3, p:not([class]) + .news_contents > h3, .news_contents > h3 + p:not([class]), .module_newsImg + .news_contents > h3, .news_contents > h3 + .news_contents > h4, p:not([class]) + .news_contents > h4, .news_contents > h4 + p:not([class]), .module_newsImg + .news_contents > h4, .news_contents > h4 + .news_contents > h3, .news_contents > h4 + .news_contents > h4 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .news_contents > h3 + .news_contents > h3, p:not([class]) + .news_contents > h3, .news_contents > h3 + p:not([class]), .module_newsImg + .news_contents > h3, .news_contents > h3 + .news_contents > h4, p:not([class]) + .news_contents > h4, .news_contents > h4 + p:not([class]), .module_newsImg + .news_contents > h4, .news_contents > h4 + .news_contents > h3, .news_contents > h4 + .news_contents > h4 {
    margin-top: 30px;
  }
}
.news_contents > h3::before, .news_contents > h4::before {
  content: "";
  display: block;
  background: #c3ae25;
}
.news_contents > h3 {
  font-size: 20px;
  line-height: 1.16;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .news_contents > h3 {
    margin-top: 40px;
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 20px;
  }
}
.news_contents > h3::before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
}
.news_contents > h4 {
  font-size: 18px;
  line-height: 1.19;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .news_contents > h4 {
    font-size: 20px;
    line-height: 1.16;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=news.css.map */