@charset "utf-8";

main{
	width: 100%;
	height: auto;
	padding: 70px 20px 50px;
	margin-bottom: 80px;
}

.privacy-wrapper{
	max-width:840px;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px;
	border-radius: 30px;
	border: solid 1px #443720;
}

#privacy h2{
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}

#privacy .text{
	text-align: justify;
}

#privacy .email{
	display: inline-block;
	height: 16px;
	margin-bottom: 4.5px;
}


/*--------------------------------------------------------------------
スマートフォン
--------------------------------------------------------------------*/
@media screen and (max-width: 767px){

main{
	padding: 30px 15px 30px;
	margin-bottom: 60px;
}

.privacy-wrapper{
	max-width:100%;
	padding: 20px;
	border-radius: 20px;
}

#privacy h2{
	margin-bottom: 28px;
}

#privacy .email{
	display: inline-block;
	height: 16px;
	margin-bottom: 4.5px;
}

}