@charset "utf-8";

/*common*********************************/

@media screen and (min-width:750px){

/*concept*/

#content.privacy .mainarea{
	height:408px;
	width:100%;
	background:url(/images/privacy/main.jpg) no-repeat;
	background-size:cover;
	background-position:center;

}

.privacy .inboxbus{
	text-align:left;
	width:660px;
	padding:80px 0 0 0;
	margin:0 auto 80px;
}

.privacy .inboxbus .textbox{
	margin:0 0 30px 0;
	font-size:0.9rem;
}

.privacy .inboxbus .textbox.tr{
	text-align:right;
}

.privacy .inboxbus .textbox.list{
	margin:0 0 50px 0;
}

.privacy .inboxbus .textbox.list .tl{
	font-weight:bold;
	margin:0 0 10px 0;
}

.privacy .inboxbus .textbox.list ul li{
	list-style:decimal;
	margin:0 0 0 1.2rem;
	line-height:1.7rem;
}

}

@media screen and (max-width:750px){

/*concept*/
#content.privacy .mainarea{
	height:300px;
	width:100%;
	background:url(/images/privacy/main.jpg) no-repeat;
	background-size:cover;
	background-position:center;

}

.privacy .inboxbus{
	text-align:left;
	width:90%;
	padding:40px 0 0 0;
	margin:0 auto 40px;
}

.privacy .inboxbus .textbox{
	margin:0 0 20px 0;
	font-size:0.8rem;
}

.privacy .inboxbus .textbox.tr{
	text-align:right;
}

.privacy .inboxbus .textbox.list{
	margin:0 0 40px 0;
}

.privacy .inboxbus .textbox.list .tl{
	font-weight:bold;
	margin:0 0 10px 0;
}

.privacy .inboxbus .textbox.list ul li{
	list-style:decimal;
	margin:0 0 0 1.2rem;
	line-height:1.7rem;
}



}

