@charset "UTF-8";
.inner {
  max-width: 1100px;
}

.midashi {
  margin-top: 4rem;
}
.midashi + .lead {
  margin-top: 3rem;
}

.category-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.category-name .en {
  font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  color: #704c70;
  letter-spacing: 0.1em;
}
.category-name .ja {
  font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.conteiner .page-head {
  margin-top: 6.4rem;
}
.conteiner .page-head .img {
  margin-top: 6rem;
}
.conteiner:not(:has(.page-head)) .inner {
  border-top: 1px solid #704c70;
}
.conteiner.access .title {
  font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.7rem;
  margin-top: 3rem;
}
.conteiner.life-information .data {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 3.5rem;
  font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
}
.conteiner.life-information .data caption {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.conteiner.life-information .data tbody {
  font-size: 14px;
}
.conteiner.life-information .data tbody tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.conteiner.life-information .data tbody th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}
.conteiner.life-information .data tbody th::after {
  background: radial-gradient(circle farthest-side, gray, gray 30%, transparent 30%, transparent);
  background-size: 6px 6px;
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 6px;
  margin: 0 1%;
}
.conteiner.life-information .data tbody td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  padding: 0.5rem 0;
}
.conteiner.life-information .data tbody td::before {
  background: radial-gradient(circle farthest-side, gray, gray 30%, transparent 30%, transparent);
  background-size: 6px 6px;
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 6px;
  margin: 0 1%;
}

@media screen and (max-width: 1024px) {
  .conteiner.life-information .data {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .conteiner .page-head {
    margin-top: 0;
  }
  .conteiner.life-information .data {
    grid-template-columns: 1fr;
  }
}