@charset "UTF-8";

.s-news-list-head-flex {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.s-news-list-date {
  margin-right: 15px;
}

.s-news-list-category {
  color: #fff;
  font-size: 14px;
  padding: 6px 15px 8px;
  margin-right: 5px;
  background-color: #2E2E2E;
}

.s-news-head {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 50px;
  @media only screen and (max-width:767px){
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
  }
}

.s-news-contents-inner {
  max-width: 950px;
  margin: 0 auto 200px;
  @media only screen and (max-width:767px){
    margin: 0 auto 100px;
  }

  .s-news-contents-image {
    margin-bottom: 50px;
  }

  .s-news-contents-box {
    margin-bottom: 100px;
  }

  p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    @media only screen and (max-width:767px){
      line-height: 30px;
    }
  }

  h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin: 70px 0 30px;
    @media only screen and (max-width:767px){
      font-size: 24px;
      line-height: 32px;
    }
  }

  h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 70px 0 30px;
  }

  .page-strength-link-btn-wrap {
    margin: 0 auto;
  }
}

