@charset "UTF-8";
.news-header {
  background-color: #F2F2F4;
  padding-top: 85px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .news-header {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .news-header {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.news-header .txt01 {
  font-size: 16px;
  color: #111;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .news-header .txt01 {
    font-size: 14px;
  }
}
.news-header .txt01.important-news {
  color: #AA2D03;
}
.news-header h1 {
  font-size: 32px;
  color: #111111;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .news-header h1 {
    font-size: 22px;
  }
}

.wrapper-news {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .wrapper-news {
    width: 780px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-news {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.news-content {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .news-content {
    font-size: 15px;
  }
}
.news-content h2 {
  position: relative;
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news-content h2 {
    font-size: 17px;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.news-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #deba29 15%, #dddddd 15%);
}
.news-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
  border-left: 3px solid #DEBA29;
  padding-left: 15px;
  margin-bottom: 30px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .news-content h3 {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
.news-content ol {
  list-style: decimal;
  margin-left: 1em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news-content ol {
    margin-bottom: 10px;
  }
}
.news-content ul {
  list-style: none;
}
.news-content ul li {
  color: #111;
  position: relative;
  padding-left: 15px;
}
.news-content ul li:before {
  border-radius: 50%;
  /*丸くする*/
  width: 5px;
  /*点の幅*/
  height: 5px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: 0;
  /*点の位置*/
  top: 0.6em;
  /*点の位置*/
  content: "";
  background: #DEBA29;
  /*点の色*/
}
.news-content li {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* CSS Document */

/*# sourceMappingURL=page_news.css.map */
