.under-mv {
  margin-top: 100px;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 200px;
  z-index: 3;
}
@media only screen and (max-width: 751px) {
  .under-mv {
    margin-top: 60px;
    height: 100px;
  }
}
.under-mv-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.under-mv-heading {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.under-mv-heading__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 751px) {
  .under-mv-heading__title {
    font-size: 15px;
  }
}
.under-mv-heading__title-en {
  font-family: Roboto;
  font-size: 40px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 751px) {
  .under-mv-heading__title-en {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.under-mv-heading__sub {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 751px) {
  .under-mv-heading__sub {
    font-size: 15px;
  }
}

.news-mv {
  background-image: url(/assets/img/news/mv.png);
}
.news-archive-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 751px) {
  .news-archive-inner {
    max-width: 92%;
    padding-top: 47px;
    padding-bottom: 97px;
  }
}
.news-archive-title {
  margin-bottom: 117px;
}
.news-archive-list {
  margin-bottom: 110px;
}
@media only screen and (max-width: 751px) {
  .news-archive-list {
    margin-bottom: 45px;
  }
}
.news-archive-list-item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  border-top: 1px solid #e0e0e0;
  color: #000;
}
@media only screen and (max-width: 751px) {
  .news-archive-list-item__link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
.news-archive-list-item__link:hover {
  color: #005eaa;
}
.news-archive-list-item:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.news-archive-list-item__date {
  font-family: Roboto;
  width: 192px;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 751px) {
  .news-archive-list-item__date {
    width: 100%;
    margin-bottom: 10px;
  }
}
.news-archive-list-item__title {
  width: 578px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 751px) {
  .news-archive-list-item__title {
    width: 100%;
  }
}
.news-archive-year-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 546px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 751px) {
  .news-archive-year-list {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.news-archive-year-list-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
}
@media only screen and (max-width: 751px) {
  .news-archive-year-list-item {
    font-size: 13px;
    width: 25%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
}
.news-archive-year-list-item::after {
  content: '/';
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 751px) {
  .news-archive-year-list-item::after {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: -3%;
  }
}
.news-archive-year-list-item:nth-of-type(4n)::after {
  content: none;
  display: none;
}
.news-archive-year-list-item:last-of-type::after {
  display: none;
}
.news-archive-year-list-item__link {
  color: #000;
}
.news-archive-year-list-item.active .news-archive-year-list-item__link {
  color: #005eaa;
}

.news-single {
  padding-top: 84px;
  padding-bottom: 110px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 751px) {
  .news-single {
    max-width: 92%;
    padding-top: 47px;
    padding-bottom: 97px;
  }
}
.news-single-title {
  font-size: 25px;
  line-height: 45px;
  font-weight: 700;
  color: #454649;
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 751px) {
  .news-single-title {
    font-size: 20px;
    line-height: 38px;
    padding-bottom: 10px;
  }
}
.news-single-date {
  font-size: 16px;
  text-align: right;
}
@media only screen and (max-width: 751px) {
  .news-single-date {
    font-size: 12px;
  }
}
.news-single-content {
  margin-top: 50px;
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 751px) {
  .news-single-content {
    margin-top: 30px;
  }
}
.news-single-content__text {
  margin-bottom: 40px;
}
@media only screen and (max-width: 751px) {
  .news-single-content__text {
    margin-bottom: 30px;
  }
}
.news-single-content__text:last-of-type {
  margin-bottom: 0;
}
.news-single-content__link {
  display: inline-block;
}
.news-single-content__link:hover {
  opacity: 0.7;
}
.news-single-content__link-blue {
  color: #005eaa !important;
}
.news-single-content__link-blue:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 751px) {
  .news-single-content img {
    display: block;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
}
.news-single-content__img {
  display: block;
  padding-bottom: 40px;
}
.news-single-content__img:last-of-type {
  padding-bottom: 0;
}
.news-single-content__box {
  overflow: hidden;
}
.news-single-content__box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 751px) {
  .news-single-content__box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media print, only screen and (min-width: 750px) {
  .news-single-content__box-left {
    float: left;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 751px) {
  .news-single-content__box-left {
    margin-bottom: 20px;
  }
}
@media print, only screen and (min-width: 750px) {
  .news-single-content__form-01 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 751px) {
  .news-single-content__form-01 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 751px) {
  .news-single-content__table-row:last-of-type .news-single-content__table-td {
    padding-bottom: 0;
  }
}
.news-single-content__table-th {
  text-align: left;
}
@media only screen and (max-width: 751px) {
  .news-single-content__table-th {
    display: block;
    padding-bottom: 5px;
  }
}
.news-single-content__table-td {
  padding-left: 20px;
}
@media only screen and (max-width: 751px) {
  .news-single-content__table-td {
    padding-left: 0;
    display: block;
    padding-bottom: 15px;
  }
}
.news-single-content__table-wrap {
  margin-bottom: 40px;
}
@media only screen and (max-width: 751px) {
  .news-single-content__table-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 30px;
  }
}
.news-single-content__table-scroll {
  width: 100%;
}
@media only screen and (max-width: 751px) {
  .news-single-content__table-scroll {
    margin-bottom: 15px;
  }
}
.news-single-content__table-scroll .news-single-content__table-scroll-td,
.news-single-content__table-scroll .news-single-content__table-scroll-th {
  padding: 10px 20px;
  white-space: nowrap;
  border: 1px solid #000;
}
.news-single-content__table-scroll-th {
  text-align: center;
}
.news-single-content__table-scroll-td {
  text-align: left;
}
.news-single-content__margin {
  margin-bottom: 40px;
}
@media only screen and (max-width: 751px) {
  .news-single-content__margin {
    margin-bottom: 30px;
  }
}
.news-single-content .center {
  text-align: center;
}
.news-single-content .strong {
  font-size: 700;
}
.news-single-link {
  margin-top: 120px;
  text-align: center;
}
@media only screen and (max-width: 751px) {
  .news-single-link {
    margin-top: 45px;
  }
}

.pagination-container {
  text-align: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 751px) {
  .pagination-container {
    margin-bottom: 45px;
  }
}
.pagination-container .pagination li {
  display: inline-block;
  margin-right: 20px;
  width: 30px;
  line-height: 30px;
  border: 1px solid #005eaa;
  color: #005eaa;
  font-size: 15px;
  margin-right: 20px;
}
@media only screen and (max-width: 751px) {
  .pagination-container .pagination li {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.pagination-container .pagination li a {
  width: 100%;
  height: 100%;
}
.pagination-container .pagination li:last-of-type {
  margin-right: 0;
}
.pagination-container .pagination li.prev {
  width: 60px;
}
.pagination-container .pagination li.next {
  width: 60px;
}
.pagination-container .pagination li.navi-active {
  background-color: #005eaa;
}
.pagination-container .pagination li.navi-active a {
  color: #fff !important;
}
