@charset "utf-8";

.fs-c-documentArticle__heading {
    font-family: 'Noto Serif JP', serif;
    font-size: 42px;
    background: none;
    color: #171717;
}
.fs-c-documentArticle__content figure {
    margin-bottom: 50px;
}
.fs-c-explainList {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}
.fs-c-explainList dt {
    font-size: 22px;
    border-bottom: 3px solid #D8D8D8;
    padding: 10px;
    color: #555;
}
.fs-c-explainList dd {
    font-size: 20px;
    padding: 10px 10px 15px;
    line-height: 1.5;
    color: #555;
}
/*PC用*/
.pc{
	display: block;
}
.sp{
	display: none;
}
body{
	scroll-padding-top: 90px;
}

@media screen and (max-width: 999px) and (min-width: 415px){ /*タブレット用*/

}

@media screen and (max-width: 428px){ /*SP用*/
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	body{
	  scroll-padding-top: 60px;
  }
.fs-l-main,
.fs-c-documentArticle,
.fs-c-documentArticle__content {
    padding: 8px 0;
}
.fs-c-documentArticle__heading {
    font-size: 21px;
}
.fs-c-documentArticle__content figure{
  margin-bottom: 20px;
}
.fs-c-documentArticle__content figure img {
    width: 100%;
    height: calc(376px / 2);
    object-fit: cover;
}
.fs-c-explainList {
    max-width: 85vw;
}
.fs-c-explainList dt {
    font-size: 14px;
}
.fs-c-explainList dd {
    font-size: 12px;
    padding-bottom: 5px;
}

}