@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #000000;
	line-height: 1.5em; 
}

html {
	box-sizing: border-box;
	font-size: 16px;
}
a {
	text-decoration: none;
	transition: 0.3s;
	color: #996632;
}
body {
	background: #FFF;
	font-size: 100%;
}

.close{
	width: 100%;
	box-sizing: border-box;
	padding: 4rem 2rem;
	text-align: center;
}

.close h1{
	width: 100%;
	text-align: center;
	margin-bottom: 2rem;
}

.close h2{
	width: 100%;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}