/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.privacypolicy{font-size:15px;line-height:1.8;color:#333333;}
.privacypolicy .ct{margin:0 auto;text-align:center;}
.privacypolicy .contents{margin:0 auto;width:660px;}
.privacypolicy div{box-sizing:border-box;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}

.privacypolicy h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
	position: relative;
}
.privacypolicy h1::before{
	content: "";
    position: absolute;
    left: 48.5%;
    bottom: -20px;
    display: block;
    width: 60px;
    height: 4px;
    background: #FE1F8D;
    transform: translate3d(-50%, 0, 0);
    z-index: 1;
}
.privacypolicy h1::after{
	content: "";
    position: absolute;
    left: 51.5%;
    bottom: -20px;
    display: block;
    width: 55px;
    height: 4px;
    background: #FECE00;
    transform: translate3d(-50%, 0, 0);
}
.privacypolicy h2.title{
	margin: 0 auto 35px;
	max-width: 1240px;
	width: 100%;
	position: relative;
	background: #F7F8FA;
	line-height: 2;
	padding: 18px 15px 15px 40px;
	font-size: 20px;
	font-weight: bold;
}
.privacypolicy h2.title::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70px;
	height: 4px;
	background: #FE1F8D;
}
.privacypolicy h2.title::after{
	position: absolute;
	content: " ";
	top: 0;
	left: 70px;
	width: 23px;
	height: 4px;
	background: #FECE00;
}
.privacypolicy p{
	max-width: 1120px;
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
}
.privacypolicy p.txt{
	margin-bottom: 30px;
}
.privacypolicy p.txt.btm{
	margin-bottom: 0;
}
.privacypolicy p.att{
	font-size: 14px;
	margin-top: 20px;	
}
.privacypolicy dl{
	max-width: 1120px;
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
}
.privacypolicy dl dt{
	font-weight: bold;
}
.privacypolicy #section01,
.privacypolicy #section02,
.privacypolicy #section03,
.privacypolicy #section04,
.privacypolicy #section05,
.privacypolicy #section06,
.privacypolicy #section07,
.privacypolicy #section08{
	max-width: 1240px;
	width: 100%;
	margin: 50px auto 0;
}
@media print, screen and (max-width: 767px) {
	.privacypolicy h1 {
		font-size: 24px;
	}
	.privacypolicy h1::before{
	    left: 47%;
	    bottom: -20px;
	    width: 60px;
	    height: 4px;
	}
	.privacypolicy h1::after{
	    left: 53%;
	    bottom: -20px;
	    width: 55px;
	    height: 4px;
	}
	.privacypolicy h2.title{
		margin: 0 auto 20px;
		padding: 18px 15px 15px 20px;
		font-size: 20px;
		line-height: 1.4;
	}
	.privacypolicy p{
		width: 100%;
		font-size: 14px;
	}
	.privacypolicy p.txt{
		margin-bottom: 20px;
	}
	.privacypolicy p.att{
		font-size: 12px;
	}
	.privacypolicy dl{
		width: 100%;
		font-size: 14px;
	}
	.privacypolicy #section01,
	.privacypolicy #section02,
	.privacypolicy #section03,
	.privacypolicy #section04,
	.privacypolicy #section05,
	.privacypolicy #section06,
	.privacypolicy #section07,
	.privacypolicy #section08{
		margin: 40px auto 0;
	}
}