@charset "utf-8";

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

body {
	width: 100%;
	height: 100%;
	/* font-family: 'Noto Sans JP', '小塚ゴシック Pro', 'Kozuka Gothic Pro',
		sans-serif; */
	font-family: "Shippori Mincho",
		"游明朝体",
		"Yu Mincho",
		YuMincho,
		"ヒラギノ明朝 Pro",
		"Hiragino Mincho Pro",
		"MS P明朝",
		"MS PMincho",
		serif;
}

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

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

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

ul {
	list-style-type: none;
}

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

a {
	text-decoration: none;
}

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

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

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

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


h2 {
	display: block;
	font-weight: normal;
	font-size: 50px;
	margin-bottom: 50px;
	color: #ffffff;
	line-height: 1;
}

h3 {
	display: block;
	margin-bottom: 10px;
	font-size: 21px;
	color: #fff;
	padding: 10px;
	line-height: 1;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}