@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  PRIVACY PC
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {


.privacy_bg {
	background: url(../imgs/privacy/privacy_bg.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 330px;
	height: auto;
	width: 100%;
}

#privacy dl {
	font-size: 13px;
}
#privacy dl dt {
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px dashed #999;
}
#privacy dl dd {
	margin-top: 10px;
}
#privacy dl dd ul {
	margin-top: 10px;
}
#privacy dl dd ul li {
	margin-bottom: 5px;
}
.privacy_contact {
	width: 550px;
	margin: 0 auto;
	padding: 15px;
	border: 2px solid #c0c0c0;
	box-sizing: border-box;
}
.privacy_contact table {
	margin: 0 auto;
	font-size: 12px;
}
.privacy_contact table th,
.privacy_contact table td {
	padding: 5px 10px;
	text-align: left;
}


}
/*--------------------------------------------------
**************************************************
  PRIVACY SP
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {

.page_catch {
	padding-top: 20px;
}

.privacy_bg {
	background: url(../imgs/privacy/privacy_bg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 180px;
	width: 100%;
}

#privacy dl {
	font-size: 13px;
}
#privacy dl dt {
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px dashed #999;
}
#privacy dl dd {
	margin-top: 10px;
}
#privacy dl dd ul {
	margin-top: 10px;
}
#privacy dl dd ul li {
	margin-bottom: 5px;
}
.privacy_contact {
	margin-bottom: 50px;
}
.privacy_contact table {
	width: 100%;
	font-size: 12px;
	border: 1px solid #c0c0c0;
}
.privacy_contact table th{
	width: 35%;
}
.privacy_contact table th,
.privacy_contact table td {
	padding: 6px;
	text-align: left;
}


}
