
@charset "UTF-8";

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

.second_header h2 {
	position: absolute;
	top: 185px;
	left: 0;
    font-size: 36px;
    line-height: 1;
	padding-bottom: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    width: 100%;
    background:url("../pc_img/privacy/main_title_en.png") no-repeat center bottom;
}

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

.contents_title_01 {
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 24px;
	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: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-size: 24px;
	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: 20px 0 50px 0;
}
.privacypolicy {
    width: 1100px;
    margin: 0 auto;
}
.privacypolicy p {
	width: 980px;
	font-size: 15px;
	line-height: 27px;
	margin:0 auto 30px auto;
	text-align: left;
}
.privacypolicy dl {
	width: 980px;
	margin:0 auto 100px auto;
	text-align: left;
}
.privacypolicy dt {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 5px;
}
.privacypolicy dd {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 40px;
}