@charset "utf-8";

#staticPage{
	text-align: left;
}

#staticPage h1{
	text-align: center;
	font-size: 3rem;
}
	#staticPage h1::after{
		margin-top: 20px;
	}

#staticPage h2{
	margin-top: 100px;
}
#staticPage h3{
	margin-top: 60px;
}

#staticPage h4 {
	margin-top: 30px;
}

#staticPage > .contents{
	max-width: 900px;
	text-align: left;
}

#staticPage p,
#staticPage ul,
#staticPage ol,
#staticPage img,
#staticPage .wp-block-columns{
	margin-top: 30px;
}
#staticPage p,
#staticPage ul,
#staticPage ol{
	line-height: 2;
}

#staticPage ul li{
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1.4em;
	padding-left: 1.4em;
}
#staticPage ol li{
	list-style-type: decimal;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}

#staticPage h4 + p{
	margin-top: 1em;
}

#staticPage table{
	margin-top: 30px;
}

#staticPage .listBtn{
	text-align: center;
	margin-top: 100px;
}

@media screen and (max-width: 767px){
	#staticPage h2{
		margin-top: 80px;
	}


}