﻿#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	background-size: px px;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

#dammy {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:0;
	height:6px;
	background-color: #FFF;
}

#dammy:last-child {
	margin-bottom:0;
}

/*
=================================== */
.privacy_area1 .block1 {
	padding-bottom:60px;
}

.privacy_area1 h2 {
	margin:0 0 30px;
	line-height:1.2;
	font-size:1.6rem;
	letter-spacing: 0.08em;
}

.privacybox {
	margin:0 0 20px;
}

.privacybox:last-child {
	margin-bottom:0;
}

.privacybox h3 {
	margin:0 0 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.privacybox li {
	margin:0 0 10px;
	padding:0 0 0 20px;
	line-height:1.75;
	letter-spacing: 0.06em;
	position: relative;
}

.privacyboxli:last-child {
	margin-bottom:0;
}

.privacybox li::before {
	position: absolute;
	top:0;
	left:3px;
	content: '・';
	width:1em;
	height:100%;
}

.privacybox li a {
	text-decoration: underline;
}

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

	/*
	=================================== */
	.privacy_area1 .block1 {
		width:860px;
	}

	.privacy_area1 h2 {
		margin:0 0 50px;
		font-size:2.4rem;
	}

	.privacybox {
		margin:0 0 30px;
		font-size:1.7rem;
	}

	.privacybox h3 {
		margin:0 0 10px;
	}
}
