/* ここはリセットCSSです */
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: 300;
	border: none;
	background: none;
	outline: none;
	box-sizing: border-box;
	vertical-align: top;
	list-style: none;
	color: rgb(45, 45, 45);
}

*{
	box-sizing: border-box;
}

body{
	font-family: sans-serif;
	text-align: left;
	font-family: "M PLUS 1", sans-serif;
}

/* ここから記述 */

h1 {
padding: 12px 0px;
font-size: 32px;
line-height: 1.4;
font-weight: bold;
text-align: 800;
text-align: center;
}
p {
font-size: 16px;
font-weight: 500;
text-align: center;
color: #6f6f6f;
padding: 12px 0px;
}

header{
	text-align: center;
}

	header img{
		height: 100%;
		width: 100%; 
		max-width: 420px; 
	}

.contents{
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	color: #333;
	text-align: center;
}
	.contents img{
		max-width: 540px;
		margin: 0 auto;
		width: 100%;
	}