@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap');
h1,h2,h3,h4,h5,h6,h8,h9,h10,h11,h14{
	font-family: 'Noto Serif JP', serif;
}
h12,h13,h15{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
bold500{
	font-weight: 500;
}
h1{
	font-size: 22px;
}
h2{
	font-size: 38px;
	font-weight: 900;
}
h3{
	font-size: 22px;
	font-weight: 700;
}
h4{
	font-size: 20px;
	font-weight: 500;
}
h5{
	font-size: 26px;
	font-weight: 700;
}
h6{
	font-size: 20px;
	font-weight: 500;
}
h7{
	font-size: 35px;
}
h8{
	font-size: 28px;
	font-weight: 700;
}
h9{
	font-size: 18px;
}
h10{
	font-size: 28px;
	font-weight: 700;
}
h11{
	font-size: 18px;
}
h12{
	font-size: 24px;
	font-weight: 400;
	color: #000;
	text-decoration: underline;
}
h12:hover{
	color: #DB0003;
}
h13{
	font-size: 20px;
}
h14{
	font-size: 12px;
}
h15{
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width: 768px){
h1{
	font-size: 18px;
}
h2{
	font-size: 28px;
	font-weight: 900;
}
h3{
	font-size: 22px;
	font-weight: 700;
}
h4{
	font-size: 24px;
	font-weight: 500;
}
h7{
	font-size: 50px;
}
h8{
	font-size: 24px;
	font-weight: 700;
}
h9{
	font-size: 16px;
}
h14{
	font-size: 8px;
}
}