.u-news__list li {
  border-bottom: 1px solid #2b5e98;
  padding: 4.5rem 5rem; }
  @media screen and (max-width: 834px) {
    .u-news__list li {
      padding: 2rem; } }

.u-news__list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: start; }
  @media screen and (max-width: 834px) {
    .u-news__list-wrap {
      display: block; } }

.u-news__list-date {
  width: 20%; }
  @media screen and (max-width: 834px) {
    .u-news__list-date {
      width: 100%; } }
  .u-news__list-date .f18 {
    color: #2b5e98;
    font-family: "Inter", sans-serif;
    font-weight: 500; }
    @media screen and (max-width: 834px) {
      .u-news__list-date .f18 {
        font-size: 1.4rem; } }

.u-news__list-cont {
  width: 80%; }
  @media screen and (max-width: 834px) {
    .u-news__list-cont {
      width: 100%; } }

.u-news__list-ttl {
  color: #2b5e98;
  display: flex;
  justify-content: start;
  font-size: 1.8rem;
  align-items: center;
  margin-bottom: 1.5rem;
  font-weight: 400; }
  @media screen and (max-width: 834px) {
    .u-news__list-ttl {
      display: block;
      font-size: 1.6rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding-bottom: 15px;
      line-height: 1.7; } }
  .u-news__list-ttl span {
    border: 1px solid #2b5e98;
    border-radius: 0.25rem;
    font-size: 1.2rem;
    font-family: "Unbounded", sans-serif;
    margin-right: 1.5rem;
    padding: 0.25rem 1.5rem 0.15rem; }
    @media screen and (max-width: 834px) {
      .u-news__list-ttl span {
        margin-right: 0.5rem; } }

.btn-wrap {
  margin-top: 10rem;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 834px) {
    .btn-wrap {
      margin-top: 5rem; } }
  .btn-wrap .btn {
    border: 1px solid #2B5E98;
    color: #2B5E98; }
  .btn-wrap .button-text {
    color: #2B5E98; }
  .btn-wrap:hover .button-text {
    color: #fff; }
