@charset "utf-8";

#page_title img{
	width: 200px;
}

/*---------------------------プライバシーポリシー--------------------------------*/

#privacy{
	text-align: left;
	max-width: 800px;
	margin-bottom: 50px;
}
#privacy .box_wrap{
	margin-bottom: 50px;
}
#privacy #top_txt{
	color: #fff;
	background-color: #ea973b;
	border-radius: 20px;
	padding: 2% 5%;
	margin-bottom: 50px;
}
#privacy .box{
	margin-bottom: 15px;
}
#privacy .box h4{
	color: #ea973b;
	font-size: 1.15rem;
	border-bottom: 1px solid #ea973b;
}
#privacy .box p{
	padding: 10px 2%;
}
#privacy .box .more{
	display: inline-block;
	color: #ea973b;
	width: 60px;
	height: 40px;
	margin-top: 0;
	margin-bottom: 0;
	margin: 0 10px;
	line-height: 40px;
}
.more:hover {
	background-color: #ea973b;
}
#privacy .box .more:hover {
	color: #fff;
}
