*
{
	margin: 0;
	padding: 0;
}

/*html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
*/
body
{
	/*position: relative;*/
	/*font-family:fot-tsukuardgothic-std,"Helvetica", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',"メイリオ","Meiryo", Osaka, sans-serif;*/

	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #191919;
	line-height: 1.5;
	/*font-size: 16px;*/
}


p
{
	font-family: 'Zen Old Mincho', serif;
}



.p-last
{
	text-align: right;
	margin-top: 2rem;
}

.main-wrapper
{
	max-width: 600px;
	margin: 2rem auto;
}

h1
{
	margin: 0 auto 2rem;
	width: 254px;
}

h1 img
{
	width: 100%;
	height: auto;
}

h2
{
	text-align: center;
	margin-bottom: 2rem;
}



@media screen and (max-width:600px) {

	.main-wrapper
	{
		width: 96%
	}

}


@media screen and (max-width:254px) {

	h1
	{
		width: 96%
	}

}














