@charset "UTF-8";

main {
  background-color: #EAEDF2;
}

.news-inner-wrap {
  padding: 50px 0;
}

.date {
  color: #999;
}

.news-contents {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 60px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  color: #333;
  line-height: 2;
  font-size: 15px;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* 基本文字 */
.news-contents p {
  margin: 0 0 1.6em;
}

.news-contents a {
  color: #0b57b7;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.news-contents a:hover {
  opacity: 0.7;
}

.news-contents strong {
  font-weight: 700;
}

.news-contents em {
  font-style: italic;
}

.news-contents h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  margin: 0 0 40px;
}

/* 見出し */
.news-contents h2,
.news-contents h3,
.news-contents h4 {
  line-height: 1.5;
  color: #1a1a1a;
  font-weight: 700;
}

/* h2：大見出し */
.news-contents h2 {
  position: relative;
  font-size: 26px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d9e3f2;
}

.news-contents h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 90px;
  height: 2px;
  background: #0b57b7;
}

/* h3：セクション見出し */
.news-contents h3 {
  font-size: 22px;
  margin: 40px 0 20px;
  padding: 14px 18px;
  background: #f5f8fc;
  border-left: 5px solid #0b57b7;
}

/* h4：小見出し */
.news-contents h4 {
  font-size: 18px;
  margin: 36px 0 14px;
  padding-left: 14px;
  border-left: 3px solid #8aa8d8;
}

.breadcrumb {
  margin-top: 20px;
}

/* リスト */
.news-contents ul,
.news-contents ol {
  margin: 0 0 1.8em 1.5em;
  padding: 0;
}

.news-contents ul li,
.news-contents ol li {
  margin-bottom: 0.7em;
}

.news-contents ul li::marker {
  color: #0b57b7;
}

.news-contents ol li::marker {
  font-weight: 700;
  color: #0b57b7;
}

/* 入れ子リスト */
.news-contents ul ul,
.news-contents ol ol,
.news-contents ul ol,
.news-contents ol ul {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

/* テーブル */
.news-contents table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0 36px;
  font-size: 14px;
  line-height: 1.8;
  border: 1px solid #d9dee7;
}

.news-contents th,
.news-contents td {
  padding: 14px 16px;
  border: 1px solid #d9dee7;
  vertical-align: top;
}

.news-contents th {
  background: #f5f8fc;
  font-weight: 700;
  text-align: left;
  width: 28%;
  color: #1a1a1a;
}

.news-contents td {
  background: #fff;
}

/* 画像 */
.news-contents img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 24px auto;
}

/* 引用 */
.news-contents blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  background: #f7f9fc;
  border-left: 4px solid #0b57b7;
  color: #444;
}

/* 区切り線 */
.news-contents hr {
  border: none;
  border-top: 1px solid #d9dee7;
  margin: 40px 0;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  main {
    padding: 40px 16px 70px;
  }

  main h1 {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .news-contents {
    padding: 30px 20px;
    font-size: 14px;
    line-height: 1.9;
  }

  .news-contents h2 {
    font-size: 24px;
    padding-bottom: 14px;
    margin-bottom: 22px;
  }

  .news-contents h3 {
    font-size: 19px;
    margin: 40px 0 16px;
    padding: 12px 14px;
  }

  .news-contents h4 {
    font-size: 17px;
    margin: 28px 0 12px;
    padding-left: 10px;
  }

  .news-contents table,
  .news-contents tbody,
  .news-contents tr,
  .news-contents th,
  .news-contents td {
    display: block;
    width: 100%;
  }

  .news-contents tr {
    margin-bottom: 16px;
    border: 1px solid #d9dee7;
  }

  .news-contents th,
  .news-contents td {
    border: none;
    border-bottom: 1px solid #d9dee7;
    padding: 12px 14px;
  }

  .news-contents th {
    width: 100%;
  }

  .news-contents td:last-child {
    border-bottom: none;
  }
}

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