@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 751px){
h1 {
	clear: both;
	margin: 25px 0 10px;
	padding: 0;
	font-family: "Sawarabi Mincho";
	text-align: center;
	color: #d7c447;
	font-size: 28px;
	line-height: 33px;
	font-weight: normal;
	display: block;
}
h2 {
	clear: both;
	margin: 10px 0;
	padding: 0;
	font-family: "Sawarabi Mincho";
	text-align: center;
	color: #d7c447;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	display: block;
}
h3 {
	clear: both;
	margin: 0 0 5px;
	padding: 0;
	font-family: "Sawarabi Mincho";
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	display: block;
}
h4 {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #d7c447;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	display: block;
}
h5 {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9d8bb4;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	display: block;
}
h6 {
	clear: both;
	margin: 0 0;
	padding: 0 0 10px;
	font-family: "Sawarabi Mincho";
	text-align: left;
	color: #333;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	display: block;
}
h7 {
	margin: 0 0;
	padding: 5px 0 0;
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	display: block;
}
}

@media screen and (max-width: 750px){
h1 {
	clear: both;
	margin: 25px 0 10px;
	padding: 0;
	font-family: "Sawarabi Mincho";
	text-align: left;
	color: #d7c447;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	display: block;
}
h2 {
	clear: both;
	margin: 10px 0;
	padding: 0;
	font-family: "Sawarabi Mincho";
	text-align: left;
	color: #d7c447;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	display: block;
}
h3 {
	clear: both;
	margin: 0 0 5px;
	padding: 0;
	font-family: "Sawarabi Mincho";
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	display: block;
}
h4 {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #d7c447;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	display: block;
}
h5 {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9d8bb4;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	display: block;
}
h6 {
	clear: both;
	margin: 0 0;
	padding: 0 0 10px;
	font-family: "Sawarabi Mincho";
	text-align: left;
	color: #333;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	display: block;
}
h7 {
	margin: 0 0;
	padding: 5px 0 0;
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	display: block;
}
}