@charset "UTF-8";
.news {
  padding: 64px 0 1px;
}
.news__list__row {
  padding: 17px 10px;
  border-top: 1px solid #2B4CA3;
}
.news__list__row__date {
  font-size: 20px;
  font-weight: bold;
  color: #03499B;
  margin-right: 15px;
  letter-spacing: 1px;
  width: 6em;
}
.news__list__row__cate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.news__list__row__cate li {
  margin-right: 5px;
}
.news__list__row__cate li a {
  background: #03499B;
  color: #fff;
  padding: 2px 11px;
  font-size: 17px;
}
.news__list__row__ttl a {
  display: block;
  position: relative;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news__list__row__ttl a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 5px;
  display: block;
  width: 13px;
  height: 13px;
  -webkit-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s;
  border-right: 3px solid #03499B;
  border-bottom: 3px solid #03499B;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.news__list__row:last-of-type {
  border-bottom: 1px solid #2B4CA3;
}
.news__list__col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
}
.news-detail {
  padding: 34px 0 7px;
}
.news-detail__ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #03499B;
  line-height: 1.4;
}
.news-detail__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 21px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(3, 73, 155, 0.3);
}
.news-detail__head__date {
  font-size: 20px;
  font-weight: bold;
  margin-right: 26px;
  color: #03499B;
}
.news-detail__head__cate {
  font-size: 17px;
  color: #fff;
  background: #03499B;
  padding: 0 11px;
}
.news-detail__head__cate li:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.news-detail__content h2 {
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  margin-bottom: 47px;
  background: #2B4CA3;
  padding: 10px 20px;
}
.news-detail__content h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid rgba(3, 73, 155, 0.3);
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 4px solid #2B4CA3;
  margin-bottom: 30px;
  padding-top: 5px;
}
/* .news-detail__content p {
  margin-bottom: 28px;
} */
.news-detail__content ul {
  margin-bottom: 30px;
}
.news-detail__content ul li:before {
  content: "・";
}
.news-detail__content img {
  max-width: 100%;
}
.news-detail .style__button {
  margin-top: 3em;
}
@media only screen and (min-width: 561px) {
  .news {
    padding: 13px 0 1px;
  }
  .news__list__row {
    display: flex;
    padding: 15px 10px 5px;
  }
  .news__list__row__date {
    font-size: 16px;
  }

  .news__list__row__cate li a {
    font-size: 12px;
  }
  .news__list__row__cate li a:hover {
    opacity: 0.8
  }
  .news__list__row__ttl a {
    font-size: 16px;
    display: block;
  }
  .news__list__row__ttl a:hover {
    opacity: 0.8
  }
  .news__list__col {
    width: 214px;
  }
  .news__list__row__ttl {
    width: calc(100% - 214px);
  }
  .news-detail .wrap {
    width: 910px;
  }
  .news-detail__ttl {
    margin-bottom: 28px;
  }
  .news-detail__head {
    padding-bottom: 9px;
  }
  .news-detail__head__date {
    font-size: 16px;
    margin-right: 14px;
  }
  .news-detail__head__cate {
    font-size: 12px;
  }
  .news-detail__content h2 {
    font-size: 24px;
    padding: 13px 20px;
    margin-bottom: 31px;
  }
  .news-detail__content h3 {
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
  /* .news-detail__content p {
    margin-bottom: 40px;
    line-height: 32px;
  } */
}
@media only screen and (max-width: 560px) {
  .news {
    padding: 11.43vw 0 0.18vw;
  }
  .news__list__row {
    padding: 3.04vw 1.79vw;
    border-top: 0.18vw solid #2B4CA3;
  }
  .news__list__row__date {
    font-size: 3.57vw;
    margin-right: 2.68vw;
    letter-spacing: 0.18vw;
  }
  .news__list__row__cate li {
    margin-right: 0.89vw;
  }
  .news__list__row__cate li a {
    padding: 0.36vw 1.96vw;
    font-size: 3.04vw;
  }
  .news__list__row__ttl a {
    font-size: 3.75vw;
    letter-spacing: 0.18vw;
  }
  .news__list__row__ttl a:after {
    top: 1.43vw;
    right: 0.89vw;
    width: 2.32vw;
    height: 2.32vw;
    border-right: 0.54vw solid #03499B;
    border-bottom: 0.54vw solid #03499B;
  }
  .news__list__row:last-of-type {
    border-bottom: 0.18vw solid #2B4CA3;
  }
  .news__list__col {
    margin-bottom: 1.79vw;
  }
  .news-detail {
    padding: 6.07vw 0 1.25vw;
  }
  .news-detail__ttl {
    font-size: 5.36vw;
    margin-bottom: 3.57vw;
  }
  .news-detail__head {
    padding-bottom: 3.75vw;
    margin-bottom: 5vw;
    border-bottom: 0.18vw solid rgba(3, 73, 155, 0.3);
  }
  .news-detail__head__date {
    font-size: 3.57vw;
    margin-right: 4.64vw;
  }
  .news-detail__head__cate {
    font-size: 3.04vw;
    padding: 0 1.96vw;
  }
  .news-detail__content h2 {
    font-size: 5vw;
    margin-bottom: 8.39vw;
    padding: 1.79vw 3.57vw;
  }
  .news-detail__content h3 {
    font-size: 4.29vw;
    border-bottom: 0.18vw solid rgba(3, 73, 155, 0.3);
    padding-bottom: 1.79vw;
    padding-left: 3.57vw;
    border-left: 0.71vw solid #2B4CA3;
    margin-bottom: 5.36vw;
    padding-top: 0.89vw;
  }
  /* .news-detail__content p {
    margin-bottom: 5vw;
  } */
  .news-detail__content ul {
    margin-bottom: 5.36vw;
  }
}