.news#index {
  color: #3b5ca9;
}
.news#index .p-mainTitle {
  padding: 190px 0 50px;
}
@media only screen and (max-width: 767px) {
  .news#index .p-mainTitle {
    padding: 120px 0 40px;
  }
}
.news#index .category {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news#index .category {
    margin-bottom: 20px;
  }
}
.news#index .category__title {
  font-size: 22px;
  font-size: 2.2rem;
  color: #3b5ca9;
  margin-bottom: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .news#index .category__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.news#index .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news#index .category__list > li {
  margin-right: 20px;
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .news#index .category__list > li {
    margin-bottom: 20px;
  }
}
.news#index .category__list > li > a {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #3b5ca9;
  border-radius: 20px;
  border: 1px solid #f4f4f9;
  background-color: #f4f5f9;
}
.news#index .category__list > li > a:hover {
  text-decoration: none;
}
.news#index .category__list > li > a.is-active {
  pointer-events: none;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #3b5ca9;
  text-decoration: none;
}
.news#index .detailSearch {
  margin-bottom: 30px;
}
.news#index .detailSearch__headContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news#index .detailSearch__headContainer {
    margin-bottom: 15px;
  }
}
.news#index .detailSearch__headContainer__title {
  font-size: 22px;
  font-size: 2.2rem;
  color: #3b5ca9;
  margin-right: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .news#index .detailSearch__headContainer__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 20px;
  }
}
.news#index .detailSearch__headContainer__openBtn {
  display: inline-block;
  padding: 5px 60px 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #f4f4f9;
  background-color: #3b5ca9;
  position: relative;
}
.news#index .detailSearch__headContainer__openBtn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #f4f5f9;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.news#index .detailSearch__headContainer__openBtn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #f4f5f9;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.news#index .detailSearch__headContainer__openBtn:hover {
  text-decoration: none;
}
.news#index .detailSearch__headContainer__openBtn.is-open {
  background-color: #f4f5f9;
  color: #3b5ca9;
}
.news#index .detailSearch__headContainer__openBtn.is-open::before {
  background-color: #3b5ca9;
  width: 20px;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.news#index .detailSearch__headContainer__openBtn.is-open::after {
  background-color: #3b5ca9;
  width: 20px;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.news#index .detailSearch__contents {
  background-color: #f4f5f9;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.news#index .detailSearch__contents__inner {
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .news#index .detailSearch__contents__inner {
    padding: 20px 20px 30px;
    display: block;
  }
}
.news#index .detailSearch__contents__item__label {
  color: #3b5ca9;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: inline-block;
}
.news#index .detailSearch__contents__item__wrapper .searchform_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  width: 100%;
}
.news#index .detailSearch__contents__item__wrapper .searchform_wrapper input[type=text] {
  background-color: #fff;
  width: calc(100% - 100px);
  border: 1px solid #3b5ca9;
  border-radius: 10px 0 0 10px;
  padding: 10px;
}
.news#index .detailSearch__contents__item__wrapper .searchform_wrapper button {
  width: 100px;
  background-color: #3b5ca9;
  border: 1px solid #3b5ca9;
  color: #fff;
  border-radius: 0 10px 10px 0;
  text-decoration: underline;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.news#index .detailSearch__contents__item__wrapper .searchform_wrapper button:hover {
  text-decoration: none;
}
.news#index .detailSearch__contents__item__wrapper .searchform_wrapper button::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("/assets/images/common/search.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.news#index .detailSearch__contents__item__wrapper__select {
  max-width: 230px;
  position: relative;
}
.news#index .detailSearch__contents__item__wrapper__select::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #3b5ca9;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.news#index .detailSearch__contents__item__wrapper__select::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #3b5ca9;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.news#index .detailSearch__contents__item__wrapper__select > select {
  padding: 12px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #3b5ca9;
  color: #3b5ca9;
}
.news#index .detailSearch__contents__item__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.news#index .detailSearch__contents__item__tagList > li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.news#index .detailSearch__contents__item__tagList > li > a {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #3b5ca9;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #fff;
}
.news#index .detailSearch__contents__item__tagList > li > a:hover {
  text-decoration: none;
}
.news#index .detailSearch__contents__item__tagList > li > a.is-active {
  pointer-events: none;
  border: 1px solid #3b5ca9;
}
.news#index .detailSearch__contents__item__reset {
  font-size: 16px;
  font-size: 1.6rem;
  color: #3b5ca9;
  text-decoration: underline;
  cursor: pointer;
}
.news#index .detailSearch__contents__item__reset:hover {
  text-decoration: none;
}
.news#index .detailSearch__contents__item--keyword {
  width: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news#index .detailSearch__contents__item--keyword {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news#index .detailSearch__contents__item--year {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .news#index .detailSearch__contents__item--year {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news#index .detailSearch__contents__item--tag {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .news#index .detailSearch__contents__item--tag {
    margin-bottom: 20px;
  }
}
.news#index .detailSearch__contents__item--reset {
  width: 100%;
  text-align: center;
}
.news#index .newsIndex {
  padding-top: 10px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .news#index .newsIndex {
    padding-bottom: 100px;
  }
}
.news#index .newsIndex__title {
  color: #3b5ca9;
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .news#index .newsIndex__title {
    margin-bottom: 20px;
  }
}
.news#index .newsIndex__list {
  margin-bottom: 50px;
}
.news#index .newsIndex__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 20px;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .news#index .newsIndex__list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
}
.news#index .newsIndex__list__item:first-child {
  border-top: 1px solid #dadada;
}
.news#index .newsIndex__list__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news#index .newsIndex__list__item__head__date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #475876;
}
@media only screen and (max-width: 767px) {
  .news#index .newsIndex__list__item__head__date {
    margin-bottom: 10px;
  }
}
.news#index .newsIndex__list__item__head__category {
  width: 135px;
  margin: 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .news#index .newsIndex__list__item__head__category {
    margin: 0 0 10px 20px;
    width: 100%;
  }
}
.news#index .newsIndex__list__item__head__category > a {
  padding: 3px 20px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #475876;
  background-color: #f4f5f9;
  white-space: nowrap;
}
.news#index .newsIndex__list__item__title {
  color: #3b5ca9;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .news#index .newsIndex__list__item__title {
    width: 100%;
    line-height: 1.75;
  }
}
.news#index .newsIndex__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .news#index .newsIndex__pager {
    margin: 0 -20px;
  }
}
.news#index .newsIndex__pager .page-numbers {
  display: inline-block;
  padding-left: 2px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #3b5ca9;
  text-decoration: underline;
  text-align: center;
  padding-right: 1px;
}
@media only screen and (max-width: 767px) {
  .news#index .newsIndex__pager .page-numbers {
    font-size: 18px;
    font-size: 1.8rem;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.news#index .newsIndex__pager .page-numbers.current {
  color: #fff;
  background-color: #3b5ca9;
  border-radius: 50%;
  text-decoration: none;
}
.news#index .newsIndex__pager .page-numbers.prev {
  margin-right: 15px;
}
.news#index .newsIndex__pager .page-numbers.next {
  margin-left: 15px;
}
.news#index .newsIndex__pager .page-numbers.prev, .news#index .newsIndex__pager .page-numbers.next {
  font-size: 0px;
  font-size: 0rem;
  background-color: #f4f5f9;
  border-radius: 50%;
  position: relative;
}
.news#index .newsIndex__pager .page-numbers.prev::before, .news#index .newsIndex__pager .page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #3b5ca9;
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.news#index .newsIndex__pager .page-numbers.prev::after, .news#index .newsIndex__pager .page-numbers.next::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #3b5ca9;
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.news#index .newsIndex__pager .page-numbers.prev.prev::before, .news#index .newsIndex__pager .page-numbers.next.prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.news#index .newsIndex__pager .page-numbers.prev.prev::after, .news#index .newsIndex__pager .page-numbers.next.prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

html[lang=zh-cn] .c-inner {
  height: auto !important;
}