@charset "utf-8";
/* CSS Document */


/* reset
----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}


/* common
----------------------------------------*/
body {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #222;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #f7f9fc;
}
#wrap {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
	text-align: center;
}


/* contents
----------------------------------------*/
.contact {
	padding: 50px 0;
	background-color: #fff;
}


/* footer
----------------------------------------*/
footer {
	padding: 5em 0 3em 0;
	color: #fff;
	background-color: #3d3d3d;	
}
footer p:nth-of-type(1) {
	font-size: 1.5em;
	font-weight: bold;
}
footer a {
	display: inline-block;
	margin-top: 1.5em;
	color: #fff;
}
.copy {
	margin-top: 2em;
	font-size: .8em;
}


/* privacy
----------------------------------------*/
.privacy {
	padding: 2em 1em;
	color: #333;
	text-align: left;
}
h2 {
	margin-bottom: 2em;
	text-align: center;
}
h3 {
	padding-left: .5em;
	margin: 3em 0 .5em 0;
	border-left: solid 3px #333;
}