@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');

/*PC用*/
.pc{
	display: block;
}
.sp{
	display: none;
}
body{
	scroll-padding-top: 90px;
}
main.fs-l-main {
  max-width: 900px;
}
.fs-c-heading.fs-c-heading--page {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 40px;
  color: #171717;
  font-weight: 500;
  border: none;
}
.fs-c-heading.fs-c-heading--page:after {
  content: "ご利用規約";
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.fs-c-documentArticle__heading {
  display: none;
}
.fs-p-memberAgreement .fs-c-documentColumn:first-child .fs-c-documentColumn__heading {
  background: none;
  color: #171717;
  font-weight: 400;
  font-size: 20px;
}
.fs-c-documentColumn__heading {
  background: #00AF93;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border: none;
  padding: 1px 0;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.fs-c-documentColumn {
  margin-top: 0;
}
.fs-c-documentColumn h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.fs-c-documentColumn__content{
  padding: 0;
}
.fs-c-documentColumn__content p {
  line-height: 1.7;
  margin-bottom: 20px;
}
.fs-c-orderedList {
  margin-bottom: 60px;
}
.fs-c-orderedList > li {
  text-indent: -1.5em;
}
.fs-c-orderedList > li::before {
  padding-right: 0.5em;
  color: #00AF93;
}
.fs-c-orderedList > li .fs-c-orderedList {
  border-left: 1px dashed #00AF93;
}
.fs-c-orderedList > li .fs-c-orderedList li:before {
  content: "(" counter(number) ")";
}

.fs-p-memberAgreement .fs-c-documentColumn:last-child > p:first-child {
    margin-bottom: 30px;
}


@media screen and (max-width: 999px) and (min-width: 415px){ /*タブレット用*/

}

@media screen and (max-width: 414px){ /*SP用*/
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	body{
	  scroll-padding-top: 60px;
  }
.fs-l-pageMain {
  width: 90vw;
  margin: 0 auto;
}
.fs-c-documentColumn__heading {
  font-weight: 500;
  margin-bottom: 15px;
  padding: 2px 10px;
  font-size: 18px;
  letter-spacing: 0;
}
.fs-c-heading.fs-c-heading--page {
  font-family: 'Hind', sans-serif;
  font-size: 25px;
  font-weight: 600;
}
.fs-c-heading.fs-c-heading--page:after {
  margin-top: 5px;
  letter-spacing: 1px;
}


}