/* ------------------------------
  Default Page
------------------------------*/
.page-default {
  padding: 0 0 150px;
}

/* 本文エリア */
.page-content {
  line-height: 1.9;
}

.page-content>*:first-child {
  margin-top: 0;
}

.page-content>*:last-child {
  margin-bottom: 0;
}

/* ===== スマートフォン以下 ===== */
@media screen and (max-width: 767px) {
  .page-default {
    padding: 0 0 100px;
  }
}

/* ------------------------------
  見出し
------------------------------*/
.page-content h2 {
  margin: 50px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d2c8;
  font-size: 2rem;
  line-height: 1.5;
}

.page-content h3 {
  margin: 20px 0 15px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.page-content h4 {
  font-size: 1.6rem;
  margin: 20px 0 10px;
}

/* ------------------------------
  本文
------------------------------*/
.page-content p {
  margin: 0 0 15px;
}

/* ------------------------------
  リスト
------------------------------*/
.page-content ul {
  list-style: disc;
  margin-bottom: 1.6em;
  padding-left: 1.5em;
}

.page-content li {
  list-style: disc;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

/* ------------------------------
  テーブル
------------------------------*/
.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.6em;
  font-size: 1.4rem;
}

.page-content th,
.page-content td {
  border: 1px solid #ddd;
  padding: 10px;
}

.page-content th {
  background: #f5f5f5;
}

/* ------------------------------
  Sitemap
------------------------------*/
.sitemap-page__section+.sitemap-page__section {
  margin-top: 20px;
}

.sitemap-page__section h2 {
  margin-bottom: 20px;
}

/* リスト */
.sitemap-page__list {
  padding: 0;
  margin: 0;
}

.sitemap-page__list li {
  list-style: disc;
  line-height: 1.5;
}

.sitemap-page__list li a {
  display: inline;
  padding: 0;
  color: inherit;
  text-decoration: underline;
  transition: 0.3s;
}

.sitemap-page__list li a:hover {
  opacity: 0.7;
}

/* ------------------------------
  404
------------------------------*/
.page-404 {
  text-align: center;
}

.page-404__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: none;
  line-height: 1.5;
}

.page-404__text {
  margin-bottom: 10px;
}

.page-404__buttons {
  text-align: center;
}

.page-404__link {
  font-size: 1.5rem;
  color: #54714B;
  text-decoration: underline;
  transition: .3s;
}

.page-404__link:hover {
  opacity: .7;
}

/* ===== スマートフォン以下 ===== */
@media screen and (max-width: 767px) {
  .page-404__title {
    font-size: 1.8rem;
  }

  .page-404__link {
    font-size: 1.4rem;
  }
}