@charset "utf-8";
/* CSS Document */
.contents .inner {
	padding-bottom: 255px;
}
.contents .inner:after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 110px;
	width: 699px;
	height: 0;
	padding-bottom: 147px;
	background: url(../images/privacy_txt.png) no-repeat;
	background-size: 100% auto;
}
.page_ttl {
	margin-bottom: 52px;
	padding-bottom: 50px;
	background: url(../../common/images/border_img.png) no-repeat center bottom;
}
.sec_txt {
	margin: 0 20px;
	font-size: 1.6rem;
	line-height: 2.25;
}
dl {
	margin: 35px 20px 0;
}
dl > * {
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: 0;
}
dl dt {
	font-weight: bold;
}
dl dd + dt {
	margin-top: 35px;
}
.details_date {
    margin: 15px 20px 0;
    text-align: right;
    line-height: 1.54;
	font-size: 1.6rem;
}
@media screen and (max-width:768px) {
.contents .inner {
	padding-bottom: 11.67rem;
}
.contents .inner:after {
	bottom: 0.5rem;
	left: 0.33rem;
	width: 30.92rem;
	padding-bottom: 6.54rem;
}
.page_ttl {
    margin: 0 1.25rem 1rem;
	padding-bottom: 2.08rem;
	background-size: 100% auto;
}
.sec_txt {
    margin: 0 2.5rem;
	font-size: 1.08rem;
	line-height: 1.54;
}
dl {
    margin: 1.75rem 2.5rem 0;
}
dl > * {
	font-size: 1.08rem;
	line-height: 1.54;
}
dl dd + dt {
	margin-top: 35px;
}
.details_date {
    margin: 3rem 2.5rem 0;
	font-size: 1.08rem;
}
}
