@charset "UTF-8";
/*--------------------------------------
ニュース
--------------------------------------*/
.news {
  margin: 0 auto;
  padding: 100px 0;
  width: 1200px;
}

.news__main--head {
  color: #9B0020;
  font-size: 5.6rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.25;
}
.news__main--head i {
  display: block;
  margin-top: 1em;
  color: black;
  font-family: "RakutenSans_Bd", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1;
}

.news__provision--box {
  margin-top: 64px;
}

.news__provision--list {
  padding: 20px 40px 0;
  font-size: 1.4rem;
}
.news__provision--list th {
  padding: 1em 2em;
  background-color: #9B0020;
  color: white;
  line-height: 1;
  white-space: nowrap;
}
.news__provision--list td {
  padding: 1em 2em;
  background-color: #F4F3EE;
  line-height: 2;
}

/*--------------------------------------
  アーカイブ
--------------------------------------*/
.news__archives {
  margin: 80px auto 0;
  width: 992px;
}

.news__archives--list {
  padding-left: 0;
  border-top: 1px solid #9B0020;
  list-style: none;
}

.news__archives--item {
  border-bottom: 1px solid #9B0020;
}
.news__archives--item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  color: black;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.news__archives--item a:hover {
  background-color: rgba(228, 221, 222, 0.5);
}
.news__archives--item a time {
  margin-right: 30px;
  width: 5em;
  font-family: "RakutenSans_Bd", sans-serif;
  font-weight: 700;
}
.news__archives--item a p {
  letter-spacing: 0.07em;
}

.news__more--btn {
  display: block;
  margin: 40px auto 0;
  width: 264px;
  height: 48px;
  background-color: white;
  border: 1px solid #9B0020;
  border-radius: 8px;
}
.news__more--btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: 0.2s;
}
.news__more--btn a .arrow {
  position: absolute;
  right: 20px;
}
.news__more--btn a:hover {
  opacity: 0.5;
}

@media (max-width: 768px) {
  /*--------------------------------------
  ニュース
  --------------------------------------*/
  .news {
    margin: 0 5.1282051282vw;
    padding: 10.2564102564vw 0 20.5128205128vw;
    width: auto;
  }
  .news__main--head {
    font-size: 8.2051282051vw;
  }
  .news__main--head i {
    font-size: 4.1025641026vw;
  }
  .news__provision--box {
    margin-top: 3.0769230769vw;
  }
  .news__provision--head {
    font-size: 4.6153846154vw;
  }
  .news__provision--list {
    padding: 0 5.1282051282vw 10.2564102564vw;
  }
  .news__provision--list {
    padding: 5.1282051282vw 0 0;
    font-size: 3.0769230769vw;
  }
  .news__provision--list th {
    display: block;
    padding: 1em 1em;
  }
  .news__provision--list td {
    display: block;
    padding: 1.5em 1em;
    background-color: #F4F3EE;
    line-height: 1.5;
  }
  /*--------------------------------------
  アーカイブ
  --------------------------------------*/
  .news__archives {
    margin: 10.2564102564vw 5.1282051282vw 0;
    width: auto;
  }
  .news__archives--item a {
    display: block;
    padding: 4.1025641026vw 0;
    height: auto;
    font-size: 3.5897435897vw;
  }
  .news__archives--item a:hover {
    background-color: none;
  }
  .news__archives--item a time {
    margin-right: 0;
    width: auto;
  }
  .news__more--btn {
    display: block;
    margin: 10.2564102564vw auto 0;
    width: 43.5897435897vw;
    height: 12.3076923077vw;
  }
  .news__more--btn a {
    font-size: 3.5897435897vw;
  }
  .news__more--btn a .arrow {
    right: 5.1282051282vw;
  }
  .news__more--btn a:hover {
    opacity: 1;
  }
}