@charset "UTF-8";

body {
  position: relative;
}
.news_top_wrap {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 0;
}
.news_top_wrap .news_ttl {
  display: flex;
  align-items: center;
}
.news_top_wrap .news_ttl h2 {
  width: clamp(20rem, 16.667rem + 6.94vw, 25rem);
  margin-right: 15px;
}
.news_top_wrap .news_ttl p {
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.375rem);
  font-weight: bold;
}
.news_content_area {
  margin: 0 auto;
  background-image: url("../images/general_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 100px 0 80px;
}
.news_content_wrap {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
.news_content_wrap .date {
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
  font-weight: bold;
  margin-bottom: 10px;
}
.news_content_wrap .ttl {
  font-size: clamp(2rem, 0.444rem + 3.24vw, 2.875rem);
  margin-bottom: 20px;
}
.news_content_wrap p + p {
  margin-top: 30px;
}
.news_content_wrap p a {
  color: #00b8ee;
}



/*     SP
------------------------------*/
@media (max-width: 768px) {
  .sp_header {
    background-color: #fff;
    padding: 20px 20px 20px 22px;
  }
  .sp_header .logo_img {
    width: 50%;
  }
  .news_content_area .news_list {
    width: 80%;
  }
  .news_top_wrap {
    width: 80%;
    display: block;
    margin-bottom: 20px;
    padding: 20px 0;
  }
  .news_top_wrap .news_ttl {
    display: block;
    margin: 0;
  }
  .news_top_wrap .news_ttl h2 {
    width: 260px;
    margin: 0 0 5px 0;
  }
  .news_top_wrap .news_ttl p {
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  }
}

/*     PC
------------------------------*/
@media (min-width: 769px) {

}