.news__wrapper {
  font-weight: 400;
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 64px 0 80px;
}
@media screen and (max-width: 1099px) {
  .news__wrapper {
    padding: 40px 32px 80px;
  }
}
@media screen and (max-width: 400px) {
  .news__wrapper {
    padding: 24px 16px 56px;
  }
}
.news__wrapper .underpage__h2 {
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .news__wrapper .underpage__h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .news__wrapper .underpage__h2 {
    font-size: 22px;
  }
}
.news__btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 400px) {
  .news__btn {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.news__btn .common__btn.newwindow::after {
  background-image: url("../img/icon--link.svg");
}
.news__item {
  font-weight: 400;
  color: #3F515F;
  padding: 20px 0;
  border-bottom: solid 1px #C5D4DC;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .news__item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
}
.news__item-date {
  font-weight: 400;
  width: 130px;
}
.news__item-text {
  flex: 1;
}
.news__item:hover .news__item-text {
  color: #1E82D9;
}
.news__article-bread {
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  font-weight: 400;
  font-size: 12px;
  color: #FFF;
  padding: 16px 32px;
}
@media screen and (max-width: 1099px) {
  .news__article-bread {
    margin-top: 50px;
  }
}
@media screen and (max-width: 400px) {
  .news__article-bread {
    padding: 16px;
  }
}
.news__article-bread-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 4px;
}
.news__article-bread-inner a {
  color: #FFF;
  position: relative;
}
.news__article-bread-inner a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/icon--chevron-right.svg);
  background-size: contain;
  filter: invert(94%) sepia(94%) saturate(24%) hue-rotate(5deg) brightness(105%) contrast(108%);
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  right: -19px;
}
.news__article-bread-inner a:hover {
  text-decoration: underline;
}
.news__article-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 400px) {
  .news__article-title {
    margin-bottom: 32px;
  }
}
.news__article-title-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 400px) {
  .news__article-title-top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }
}
.news__article-sns {
  display: flex;
  align-items: center;
}
.news__article-sns .fb-like {
  transform: translateY(4px);
}
.news__article-content {
  border: solid 1px #C5D4DC;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .news__article-content {
    padding: 24px;
  }
}
.news__article-content a {
  display: inline;
  color: #3F515F;
  text-decoration: underline;
}
.news__article-content a:hover {
  color: #1E82D9;
}
.news__article-backbtn a {
  width: 280px;
  height: 72px;
  border: solid 3px #9DB5C3;
  border-radius: 4px;
  margin: 0 auto;
  font-weight: 700;
  color: #3F515F;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 80ms;
}
.news__article-backbtn a::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/icon--chevron-left.svg");
  filter: invert(41%) sepia(41%) saturate(353%) hue-rotate(158deg) brightness(94%) contrast(84%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 11px;
}
.news__article-backbtn a:hover {
  background: #F3F7F8;
  transition: 80ms;
}/*# sourceMappingURL=news.css.map */