@charset "UTF-8";
/* CSS Document */

/* policy 個人情報の取り扱いについて */

#policy {
	width: 95%;
	max-width:934px;
	margin:25px 13px 25px 13px;
	overflow:hidden;
}

@media screen and (max-width:600px) {
  #policy {    
	width: calc(100% - 20px);
  }
}

#policy div.left {
	float:left;
	width:470px;
}

#policy p img {
	margin-top:0;
	margin-bottom: 20px;
}

#policy p {
	line-height: 1.8em;
    font-size: 1.2em;
}

@media screen and (max-width:600px) {
  #policy p {   
	line-height:1.7rem;
	font-size:1rem;
  }
}

#policy div.right {
	padding-top: 20px;
	width: 443px;
	float: right;
	text-align: right; 
}

a.button {
	border: solid 3px #FFCB02;
	display: block;
	border-radius: 10px;
	text-decoration: none !important;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #000 !important;
	background:linear-gradient(#FFF, #f6f5f5);
}


a:hover.button {
	color: #6B6B6B !important;
}

.closebutton {
	width: 136px;
	margin: 0 auto 20px;
}