/* part news list
   ========================================================================== */
.news-column {
  margin-top: 25px;
}
@media screen and (min-width: 961px) {
  .news-column {
    padding: 0;
  }
}
.news-column__day {
  padding: 8px 8px;
  background: #d6d6d6;
  font-weight: bold;
}
.news-column__day p {
  font-size: 12px;
}
.news-column__box {
  padding: 0 16px;
}
.news-column__ttl {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .news-column__ttl {
    padding-bottom: 16px;
    font-size: 24px;
  }
}
.news-column__txt {
  margin-top: 16px;
}
.news-column__txt .red {
  color: #FF350D;
}
.news-column__txt a {
  color: #0066D2;
  text-decoration: underline;
}
.news-column__txt a:hover {
  color: #0030B2;
}

.news-archive {
  padding: 40px 16px 0;
  margin-top: 40px;
  border-top: 1px solid #D9D9D9;
}
@media screen and (min-width: 961px) {
  .news-archive {
    border-top: none;
    padding: 0;
    margin-top: 64px;
  }
}
.news-archive__head {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  padding-bottom: 16px;
}
.news-btn {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  font-size: 14px;
  color: #262626;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .news-btn {
    color: #0066D2;
    flex-direction: row;
    justify-content: flex-start;
    text-decoration: underline;
  }
}
@media screen and (min-width: 960px) {
  .news-btn:hover {
    color: #0030B2;
  }
}
.news-btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../../img/icon/icon_news_arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .news-btn::before {
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }
}
.news-btn__item {
  padding: 12px 0;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (min-width: 960px) {
  .news-btn__item {
    padding: 8.5px 8px 8.5px 16px;
    border-bottom: none;
  }
}
@media screen and (min-width: 960px) {
  .news-btn__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*# sourceMappingURL=news-list.css.map */
