@charset "utf-8";

html {
	font-size: 62.5%;
	font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
	background-color: #f7f3f7;
	overflow-y: scroll;
	width: 92%;
	margin: auto;
}

section{
	margin-bottom: 2.5rem;
}

h1{
	font-size: 2.4rem;
	line-height: 1.8;
	font-weight: 600;
	margin: 2rem 0;
	text-align: center;
}

h1 span{
	display: block;
	font-size: 2rem;
	color: #c89cea;
}

h2{
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.8;
	margin-top: 2rem;
}

h3{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.4;
	margin: 2rem 0 1rem 0 ;
	border-bottom: 1px solid #d4b1ee;
}

p,ul{
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 1rem;
	letter-spacing: 0.06em;
	font-feature-settings: "palt" 1;
}

a,
a:visited{
	color: #00f;
}
a:hover{
	color: #69f;
}

li{
	list-style: disc;
	list-style-position: outside;
	margin-left: 1em;
}

@media (max-width: 520px) {


html {
	font-size: 50%;

}
}