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

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

/*===================

   privacy

===================*/

/* section02 */
#privacy.index #section02 ol{
	padding:10px;
}

/* section03 */

#privacy.index #section03 ol{
	padding:10px;
	word-break: break-word;
}

#privacy.index #section03 table {
	margin: 0 0 20px;
}

#privacy.index #section03 table.tbl01 tr th:nth-child(1) {
	width: 35%;
}

#privacy.index #section03 table.tbl01 tr th:nth-child(2) {
	width: 35%;
}

#privacy.index #section03 table.tbl01 tr th:nth-child(3) {
	width: 30%;
}

#privacy.index #section03 table.tbl02 tr th:nth-child(1) {
	width: 25%;
}

/*===================

   security

===================*/

#privacy.security #section02 p {
	float: none;
	width: auto;
}

#privacy.security #section02 figure{
	float: none;
	margin-top: 20px;
	padding-right: 0;
	text-align: center;
}

}