@charset "utf-8";

h1 {
  font-size: 31.25px;
}

h2 {
  font-size: 25px;
  padding-left: 19px;
  position: relative;
}

h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #1a1a1a;
}

h3 {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1a1a1a;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 12.80px;
}

h6 {
  font-size: 10.24px;
}

p {
  font-weight: 400;
}

/* ===== news ====== */

.page-news {
  margin-top: 288px;
}

.news {
  margin-bottom: 145px;
  line-height: 1;
}

.news__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.news .content {
  padding-top: 98px;
}

.news time {
  font-size: 1.2rem;
  font-weight: 500;
}

.news .news__ttl {
  font-size: 1.8rem;
  margin-top: 10px;
  font-weight: 500;
  word-break: break-all;
  line-height: 1.5;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 18px;
}

.news .pic {
  width: 800px;
  height: 496px;
  margin: 40px auto 0;
}

.news .pic .news__pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news-content {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: break-all;
}

/* ==========================================
/* tablet
/* ========================================== */

@media (max-width: 1079px) {

/* ===== news ====== */

.page-news {
  margin-top: 119px;
}

.news {
  margin-bottom: 145px;
}

.news__inner {
  max-width: 700px;
}

.news .content {
  padding-top: 55px;
}

.news .pic {
  width: 640px;
  height: 396px;
  margin: 20px auto 0;
}

.news .news-content {
  margin-top: 30px;
  line-height: 1.7;
}
}

/* ==========================================
/* sp
/* ========================================== */

@media (max-width: 767px) {

/* ===== news ====== */

.news__inner {
  max-width: 700px;
  padding: 0 20px;
}

.news .content {
  padding-top: 55px;
}

.news .news__ttl {
  padding-bottom: 10px;
}

.news .pic {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.news .news-content {
  font-size: 1.4rem;
}
}
