.important_news {
  width: 100%;
  max-width: 110rem;
  margin: 12rem auto 0 auto;
  padding: 0 1rem;
}
.important_news-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 3rem;
  border-radius: 1.6rem;
  background-color: #feeaea;
}
.important_news-head {
  width: 15rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: #ed2537;
}
.important_news-contents {
  flex: 1 1 0;
  width: auto;
  font-size: 1.6rem;
  font-weight: 400;
  color: #525252;
  line-height: 1.75;
}
.important_news-contents ol {
  margin-top: 1rem;
}
.important_news-contents ol li {
  padding-left: 2em;
  line-height: 2;
  background-image: url(../images/icons/pdf.svg);
  background-repeat: no-repeat;
  background-size: 1.8rem;
  background-position: top .35em left .2rem;
}
.important_news-contents ol li a {
  color: #ed2537;
  text-decoration: underline;
  transition: opacity .4s;
}
.important_news-contents ol li a:hover {
  opacity: .7;
}
.important_news-message {
  margin-bottom: 1.5rem;
  padding: 2.5rem;
  border-radius: 1rem;
  background-color: #fffafa;
}
.important_news-message b {
  display: block;
  margin-bottom: .5em;
  font-size: 1.7rem;
  font-weight: 700;
}
.important_news-message .name {
  width: 100%;
  margin-top: 1rem;
  text-align: right;
}
.important_news-message .name small {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}


@media screen and (max-width: 767px) {
  .important_news-wrap {
    flex-direction: column;
    padding: 2rem;
  }
  .important_news-head {
    margin-bottom: 1rem;
  }
}
