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

@import url(../../css/format.css);

#contents .privacy_list{
	margin-top:40px;
}

.privacy_list .num_list{
	padding-left:25px;
	margin-bottom:40px;
}

.privacy_list .list_memo{
	margin-bottom:40px;
}

.privacy_list .num_list h4{
	font-weight:bold;
	position:relative;
}

.privacy_list .num_list.no_num_list h4{
	position:relative;
	left:-25px;
}

.privacy_list .num_list .sub_num_list{
	padding-left:25px;
	margin-bottom:20px;
	position:relative;
}

.privacy_list .num_list .sub_num_list:last-child{
	margin-bottom:0;
}

.privacy_list .num_list h4 .num{
	position:absolute;
	display:block;
	top:0;
	width:20px;
	left:-25px;
}

.privacy_list .num_list .sub_num_list .num{
	position:absolute;
	display:block;
	top:0;
	width:20px;
	left:0px;
}

.privacy_list .table{
	border-bottom:1px solid #333;
	margin-top:10px;
}

.privacy_list .table li{
	border:1px solid #333;
	border-bottom:0;
	position:relative;
}

.privacy_list .label{
	position:absolute;
	top:10px;
	left:10px;
}

.privacy_list .cont{
	width:74%;
	float:right;
	padding:10px;
	border-left:1px solid #333;
}

.privacy_author{
	text-align:right;
	margin-bottom:60px;
}

.privacy_author .date{
	margin-bottom:20px;
}

.section_title_wrap .privacy_author{
	margin-bottom:0;
}

.btn.black.close{
	padding:5px 5px;
	display:block;
	text-align:center;
}

.section_title_wrap .btn.black.close{
	width:120px;
	position:absolute;
	top:-40px;
	left:50%;
	margin-left:360px;
}

.section_body_wrap .btn.black.close{
	margin-bottom:40px;
}

.section_body_wrap .btn.black.close:hover{
	left:0;
}

#section_policy .section_title_wrap{
	margin-top:60px;
}


@media screen and (max-width:768px) and (min-width:641px){
}

@media screen and (max-width:768px){
	.privacy_list .table li .label{
		position:static;
		padding:10px;
		background:#EFEFEF;
	}
	
	.privacy_list .table li .cont{
		width:100%;
		border:0;
		border-top:1px solid #333;
		float:none;
		box-sizing:border-box;
	}
}

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

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


