@charset "UTF-8";

/* ############################################## */

.second_header h2 {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    width: 100%;
    background:url("../sp_img/privacy/main_title_en.png") no-repeat center bottom;
	background-size: contain;
	padding-bottom: 8vw;
}

/* ############################################## */

.contents_title_01 {
	text-align: center;
	margin-bottom: 6.66vw;
	padding-bottom: 6.66vw;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}
.contents_title_01:after {
	width: 80px;
	height: 5px;
	content: "";
	background: #cce459;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -3px;
}
.contents_title_02 {
	text-align: center;
	margin-bottom: 6.66vw;
	padding-bottom: 6.66vw;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}
.contents_title_02:after {
	width: 80px;
	height: 5px;
	content: "";
	background: #cce459;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -3px;
}

/* ############################################## */

.privacypolicy_wrap {
	width: 100%;
    padding: 10.66vw 0 13.33vw 0;
}
.privacypolicy {
    width: 90%;
    margin: 0 auto;
}
.privacypolicy p {
	width: 90%;
	font-size: 15px;
	line-height: 25px;
	margin:0 auto 10vw auto;
	text-align: left;
}
.privacypolicy dl {
	width: 90%;
	margin:0 auto 0 auto;
	text-align: left;
}
.privacypolicy dt {
	font-size: 17px;
	line-height: 1px;
	font-weight: 700;
	margin-bottom: 4.6vw;
}
.privacypolicy dd {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10vw;
}
.privacypolicy dd:last-child {
	margin-bottom: 0;
}