@charset "UTF-8";
/*
|---------------------------------------------------------------
| fs 文書
|---------------------------------------------------------------
*/
.aba-fs-document {
  /* font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; */
  max-width: 840px;
  margin: 0 auto;
}
.aba-fs-document__content {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.8;
}

/*
 * Title
------------------------------------------------*/
.aba-fs-document-title {
  display: block;
  width: 100%;
  margin: 0 0 1.25em;
  padding: 0;
  border: 0;
  font-size: clamp(20px, 2.67vw, 30px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  color: inherit;
}

/*
 * Table
------------------------------------------------*/
.aba-fs-document table {
  width: 100%;
  border: 1px solid #ECECEC;
}
.aba-fs-document table th,
.aba-fs-document table td {
  font-size: 1em;
  padding: 15px;
  border: 1px solid #ECECEC;
  line-height: 1.6;
  text-align: left;
}
.aba-fs-document table th {
  font-weight: 600;
}
.aba-fs-document table td {
  font-weight: normal;
}
.aba-fs-document table th:first-of-type:last-of-type {
  width: 30%;
}
.aba-fs-document table th:first-of-type:last-of-type + td:last-child {
  width: 70%;
}
.aba-fs-document table a {
  color: inherit;
}

/*
 * ページ個別
------------------------------------------------*/
.aba-fs-document[class*=aba-about-] .aba-fs-document__content section {
  padding: 0.25em 0;
}
.aba-fs-document[class*=aba-about-] .aba-fs-document__content h2 {
  font-size: 1.25em;
}
.aba-fs-document[class*=aba-about-] .aba-fs-document__content ul {
  list-style: none;
  padding: 0;
}
.aba-fs-document[class*=aba-about-] .aba-fs-document__content ul ul {
  padding-left: 1em;
}

/*
 * メッセージ
------------------------------------------------*/
.aba-fs-message__before {
  display: none;
}
.aba-fs-message__after {
  display: block !important;
}
