@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*_________
  お知らせ
_________*/
.newspost {
  width: 100%;
  max-width: 1020px;
  padding-top: 29px;
  padding-bottom: 116px;
  margin: 80px auto 0;
}

@media (max-width: 767px) {
  .newspost {
    padding-bottom: 64px;
  }
}

.newspost_category {
  width: 179px;
  height: 35px;
  margin-bottom: 29px;
  font-size: 1.6rem;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

.newspost_category_info {
  background-color: #1c1c1c;
}

.newspost_category_challenge {
  background-color: #1c1c1c;
}

.newspost_category_other {
  background-color: #1c1c1c;
}

.newspost_textcontainer {
  padding: 0 67px;
}

@media (max-width: 767px) {
  .newspost_textcontainer {
    padding: 0 24px;
  }
}

.newspost_time {
  display: block;
  margin-bottom: 29px;
  font-size: 1.6rem;
  color: #12693F;
  text-align: right;
}

.newspost_heading {
  margin-bottom: 38px;
  border-bottom: solid 1px #12693F;
}

.newspost_heading h1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 1.8px;
  color: #333;
  margin-bottom: 26px;
}

.newspost_textcontainer h2 {
  padding: 12px 29px;
  margin-bottom: 40px;
  margin-top: 48px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1.8px;
  line-height: calc(34 / 20);
  color: #12693F;
  background-color: #f6fffa;
  border-left: solid 9px #12693F;
}

@media (max-width: 767px) {
  .newspost_heading h1 {
    font-size: 22px;
  }
  .newspost_textcontainer h2 {
    margin-bottom: 28px;
    padding: 12px;
    font-size: 18px;
  }
}

.newspost_textcontainer h2:not(:first-of-type) {
  margin-top: 56px;
}

.newspost_textcontainer p {
  font-size: 14px;
  letter-spacing: 1.8px;
  margin-bottom: 24px;
  line-height: 1.9;
  color: #333;
}

.newspost_textcontainer ol {
  margin-bottom: 24px;
  list-style: inside decimal;
}

.newspost_textcontainer ul {
  margin-bottom: 24px;
  list-style: inside disc;
}

.newspost_textcontainer li {
  line-height: calc(27 / 16);
}

.newspost_image {
  width: 100%;
  margin-bottom: 40px;
}

.newspost_text:not(:last-of-type) {
  margin-bottom: 24px;
}

.newspost_section {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .newspost_section {
    margin-top: 64px;
  }
}
/*# sourceMappingURL=style.css.map */
