@media screen and (min-width: 768px) {
  .outlineArea {
    margin: 0 auto;
    max-width: 104.4rem;
  }
}
@media screen and (max-width: 768px) {
  .outlineArea {
    margin: 0 -2.4rem;
  }
}
.outlineArea__inner {
  overflow: hidden;
}
.outlineArea__btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .outlineArea__btn {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .outlineArea__btn {
    margin-top: 4rem;
  }
}
.outlineSpec {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.outlineSpec__row {
  display: flex;
}
@media screen and (min-width: 768px) {
  .outlineSpec__row {
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .outlineSpec__row {
    flex-direction: column;
    padding: 0 1.2rem;
  }
}
.outlineSpec__label {
  background-color: #e5e1d6;
  color: #17293a;
  flex-shrink: 0;
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 1.6rem 2rem;
}
@media screen and (min-width: 768px) {
  .outlineSpec__label {
    font-size: 1.4rem;
    width: 19.2rem;
  }
}
@media screen and (max-width: 768px) {
  .outlineSpec__label {
    font-size: 1.2rem;
  }
}
.outlineSpec__value {
  background-color: #efece5;
  color: #17293a;
  flex: 1;
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  min-width: 0;
  padding: 1.6rem 2rem;
}
@media screen and (min-width: 768px) {
  .outlineSpec__value {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .outlineSpec__value {
    font-size: 1.2rem;
  }
}
.outlineSpec__link {
  color: #17293a;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .outlineSpec__link:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .outlineSpec__link:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */
