* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

#wrap {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

ul,
ul li {
	list-style-type: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.color01 {
	color: #e60012;
}

.mt1em {
	margin-top: 1em !important;
}

.mt2em {
	margin-top: 2em !important;
}

.mt3em {
	margin-top: 3em !important;
}

.mt40px {
	margin-top: 40px !important;
}

.center {
	display: block;
	text-align: center;
}



/******************************
						見出し
******************************/
h3 {
	display: block;
	font-size: 2.8rem;
	text-align: center;
}