@charset "UTF-8";

html{
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #fdebe8;
	color: #555; 
	font-size:100%; 
}
#container{
	position:relative;
	display:block;
}
html, body,#container {
  width:100%;
  height:100%;
}
#wrapper{
	display:inline-block;
	width:90%;
	max-width:1000px;
	box-sizing:border-box;
	position: absolute;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	padding:2em 4%;
	text-align:center;
	background:#fff;
}
h1{
	height:auto;
	font-size: 1.6em;
	margin-bottom:1em;
}
h2 {
	font-size:1.5em;
	color:#e83417;
}
#policy{
	display: inline-block;
	text-align:left;
	font-size:95%;
	color:#666;
}
#policy p {
	padding:1.5em 0;
}
#policy dt {
    background: #fafafa;
    padding: 5px 8px;
    font-size: 1.1em;
    clear: both;
	margin-top: 1em;
}
#policy dd {
    clear: both;
    margin-bottom: 1em;
	padding:10px 0;
}
#policy dd ul li,
#policy dd ol li {
	list-style-type: none;
}
#policy dd ol{
	margin-left:2.75em;
}
#policy dd ol li {
	counter-increment: cnt;
}
#policy dd ol li::before {
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left:-2.5em;
	width: 2.5em;
}
.signature {
    overflow: hidden;
    clear: both;
    margin: 20px auto;
    padding: 10px 30px;
    float: right;
    background: #fafafa;
    border: 1px solid #fcfcfc;
}
.signature a{
	color:#666;
}
footer ul{ display: table; margin: 40px auto; border-top: 1px solid #aaa; }
footer ul > li{ list-style: none; margin-top: 0; }
footer ul > li em{ font-weight: bold; margin-right: 0.3em; font-style: normal; font-size: 0.9em; }
footer ul > li:first-child{ font-weight: bold; font-size: 2em; margin-top: 20px; }
footer ul > li:first-child em{ font-size: 0.6em; }
@media screen and (max-width: 680px) {
	html { font-size: calc(112.5% + 1vw) font-size:90%; }
	p{ text-align:left; }
	footer ul{ width:100%; box-sizing:border-box; }
	footer ul > li a{ display:block; margin-left: 0; margin-top:10px; padding:20px 10px; box-sizing:border-box; }
	footer ul > li:first-child{ font-size: 1.5em; }
	footer ul > li:first-child a{ border: none; font-weight:normal; padding: 0; display:inline-block; font-size: 1.1em; }
	h1 img{
		height: 40px;
	}
	#wrapper{
		width:100%;
		border:none;
		display:block;
		box-sizing:border-box;
		position:static !important;
		padding:40px 20px;
		box-shadow:none;
	}
	.signature {
		margin: 40px auto;
		padding:10px;
	}
	#policy dd {
		line-height: 1.5em;
	}
}