@charset "UTF-8";
/*support CSS Document */

/*ヘッダー*/
header {
}

/*メイン*/
main {
	background-color: #fff;
	margin: 0 auto;
}
.content {
	width: 588px;
	display: block;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

.content h1 {
	font-size: 24px;
	line-height: 2em;
	text-align: center;
	padding-bottom: 20px;
	font-family: "a-otf-ud-reimin-pr6n", sans-serif;	/*黎ミン*/
	letter-spacing: 0.1em;/*文字間 */
	color: #036;
}
.content p {
	font-size: 14px;
	line-height: 2.5em;
	text-align: justify;
	font-family: "a-otf-ud-reimin-pr6n", sans-serif;	/*黎ミン*/
	letter-spacing: 0.1em;/*文字間 */
	color: #036;
}

/*---------------------------------
タブレットレスポンシブ1024px_480px
---------------------------------*/
@media screen and (max-width:1024px) {
header {
}

main {
}
.content {
	max-width: 80vw;
	width: 588px;
}
}

/*---------------------------------
レスポンシブモバイル_480px
---------------------------------*/
@media screen and (max-width:480px) {
header {
}
main {
}
.content {
	max-width: 85vw;
}
.content h1 {
	font-size: 4.0vw;
}
.content p {
	font-size: 2.8vw;
	line-height: 2.0em;
}
}
