@charset "UTF-8";


/* 
------------------------------------------------------------------------------------*/
.fs-p-privacyPolicy { margin: 0 16px; }

.fs-c-documentArticle__heading {
  --fs: 2.2rem;
  --fh: 3.2rem;
  border-bottom: #005CB9 solid 4px;
  font-size: var(--fs);
  font-weight: normal;
  text-align: center;
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) 0 calc(4px + ((var(--fs) - var(--fh)) / 2));
  padding-bottom: 16px;
}

.fs-c-documentColumn__heading {
  height: 34px;
  background: #eee;
  border-left: 5px solid #000;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
  font-weight: bold;
  list-style: 1;
  display: grid;
  align-items: center;
	margin: 24px 0 12px;
  padding-left: 8px;
}

.fs-c-documentArticle + .fs-c-documentColumn {
  margin-top: 16px;
}

.fs-c-documentColumn .fs-c-documentColumn__heading .fs-c-documentColumn__heading {
  margin-top: 24px;
}

.fs-c-documentColumn__content p,
.fs-c-documentColumn p {
  --fs: 1.4rem;
  --fh: 2rem;
  font-size: var(--fs);
  font-weight: normal;
  line-height: var(--fh);
  margin: calc(0 + ((var(--fs) - var(--fh)) / 2)) 0px calc(0px + ((var(--fs) - var(--fh)) / 2));
  padding-top: 24px;
}
.fs-c-documentColumn__content p:first-of-type { padding-top: 0px; }
.fs-c-documentColumn p:first-of-type { padding-top: 0px; }

.fs-c-orderedList {
  margin-left: 22px;
}

.fs-c-orderedList li {
  --fs: 1.4rem;
  --fh: 2rem;
  font-size: var(--fs);
  font-weight: normal;
  line-height: var(--fh);
  margin: calc(0 + ((var(--fs) - var(--fh)) / 2)) 0px calc(0px + ((var(--fs) - var(--fh)) / 2));
  padding-top: 8px;
}

.fs-c-explainList { margin-top: -8px; }

.fs-c-explainList dt {
  --fs: 1.4rem;
  --fh: 2rem;
  font-size: var(--fs);
  font-weight: bold;
  line-height: var(--fh);
  margin: calc(16px + ((var(--fs) - var(--fh)) / 2)) 0px calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.fs-c-explainList dd {
  --fs: 1.4rem;
  --fh: 2rem;
  font-size: var(--fs);
  font-weight: normal;
  line-height: var(--fh);
  margin: calc(0 + ((var(--fs) - var(--fh)) / 2)) 0px calc(0px + ((var(--fs) - var(--fh)) / 2));
  padding-top: 4px;
}

.fs-p-address {
  --fs: 1.4rem;
  --fh: 2rem;
  font-size: var(--fs);
  font-weight: normal;
  font-style: normal;
  line-height: var(--fh);
  margin: calc(0 + ((var(--fs) - var(--fh)) / 2)) 0px calc(0px + ((var(--fs) - var(--fh)) / 2));
  padding-top: 8px;
}

.fs-p-address span { display: block; }

.closeBtn {
  width: 71.2%;
  height: 56px;
  background: #000;
  border: none;
  border-radius: 12px;
  color: #fff;
  font: inherit;
  font-size: 2.2rem;
  font-weight: bold;
  display: grid;
  place-items: center;
  cursor: pointer;
  margin: 48px auto 80px;
  -webkit-appearance: none;
}