@charset "UTF-8";
#main {
  margin-bottom: 120px;
}
@media (max-width: 750px) {
  #main {
    margin-bottom: 80px;
  }
}

.page__ttl {
  margin-bottom: 64px;
}
@media (max-width: 750px) {
  .page__ttl {
    margin-bottom: 40px;
  }
}

.news-list {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .news-list {
    margin-bottom: 40px;
  }
}
.news-list li .news-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 36px 12px;
  border-bottom: solid 4px #F5F5F5;
  margin-bottom: 40px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .news-list li .news-item {
    flex-flow: row wrap;
    padding: 0 0 11px;
    border-bottom: solid 1px #F5F5F5;
    margin-bottom: 16px;
  }
}
.news-list li .news-item:hover {
  opacity: 0.7;
}
.news-list li .news-item .news-date {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 10px;
  flex: 0 0 auto;
  width: 29rem;
  line-height: 3.4rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
@media (max-width: 750px) {
  .news-list li .news-item .news-date {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
}
.news-list li .news-item .news-tag {
  flex: 0 0 auto;
  width: 80px;
  height: 36px;
  font-size: 2rem;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
  border-radius: 36px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-right: 30px;
}
@media (max-width: 750px) {
  .news-list li .news-item .news-tag {
    width: 42px;
    height: 19px;
    line-height: 19px;
    font-size: 1.2rem;
    margin-right: 8px;
  }
}
.news-list li .news-item .news-tag.important {
  background: #CF152D;
  color: #FFF;
}
.news-list li .news-item .news-tag.new {
  background: #FFF550;
  color: #000;
}
.news-list li .news-item .news-text {
  font-size: 2rem;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
}
@media (max-width: 750px) {
  .news-list li .news-item .news-text {
    flex: 1 0 calc(100% - 50px);
    font-size: 1.6rem;
    margin-top: -4px;
  }
}
.news-list li .target_blank .news-text:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  background: url("../img/common/ico-news-link@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 12px;
  background-position: center center;
}
@media (max-width: 750px) {
  .news-list li .target_blank .news-text:after {
    margin-left: 6px;
    transform: translateY(2px);
  }
}/*# sourceMappingURL=notice.css.map */