/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.terms{font-size:15px;line-height:1.8;color:#333333;}
.terms .ct{margin:0 auto;text-align:center;}
.terms .contents{margin:0 auto;width:660px;}
.terms 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;}

.terms h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
	position: relative;
}
.terms 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;
}
.terms h1::after{
	content: "";
    position: absolute;
    left: 51.5%;
    bottom: -20px;
    display: block;
    width: 55px;
    height: 4px;
    background: #FECE00;
    transform: translate3d(-50%, 0, 0);
}
.terms 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;
}
.terms h2.title.br{
	line-height: 1.3;
}
.terms h2.title::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70px;
	height: 4px;
	background: #FE1F8D;
}
.terms h2.title::after{
	position: absolute;
	content: " ";
	top: 0;
	left: 70px;
	width: 23px;
	height: 4px;
	background: #FECE00;
}
.terms h3.ttl{
	border-left: 4px solid #FE1F8D;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 3px;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto 20px;
}
.terms p{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}
.terms p.txt{
	margin-bottom: 30px;
}
.terms p.txt.btm{
	margin-bottom: 0;
}
.terms p.att{
	font-size: 14px;
	margin-top: 20px;	
}
.terms ul li{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.terms ol li{
	font-size: 16px;
	font-weight: bold;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	list-style-type: decimal;
	margin-bottom: 30px;
}
.terms ol li:last-child{
	margin-bottom: 0;
}
.terms ol li span{
	font-weight: normal;
}
.terms ol li ul{
	max-width: 1080px;
	width: 100%;
	margin: 30px auto 0;
}
.terms ol li ul li{
	margin-bottom: 0;
	list-style-type: none;
	font-weight: normal;
}
.terms dl{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}
.terms dl dt{
	font-weight: bold;
}
.terms #section01,
.terms #section02,
.terms #section03,
.terms #section04,
.terms #section05,
.terms #section06,
.terms #section07,
.terms #section08,
.terms #section09,
.terms #section10,
.terms #section11,
.terms #section12,
.terms #section13,
.terms #section14,
.terms #section15,
.terms #section16,
.terms #section17,
.terms #section18,
.terms #section19,
.terms #section20,
.terms #section21,
.terms #section22{
	max-width: 1240px;
	width: 100%;
	margin: 50px auto 0;
}

@media print, screen and (max-width: 767px) {
	.terms h1 {
		font-size: 24px;
	}
	.terms h1::before{
	    left: 47%;
	    bottom: -20px;
	    width: 60px;
	    height: 4px;
	}
	.terms h1::after{
	    left: 53%;
	    bottom: -20px;
	    width: 55px;
	    height: 4px;
	}
	.terms h2.title{
		margin: 0 auto 20px;
		padding: 18px 15px 15px 20px;
		font-size: 20px;
		line-height: 1.4;
	}
	.terms h3.ttl{
		font-size: 16px;
		margin: 0 auto 15px;
	}
	.terms p{
		width: 100%;
		font-size: 14px;
	}
	.terms p.txt{
		margin-bottom: 20px;
	}
	.terms p.att{
		font-size: 12px;
	}
	.terms ol li{
		font-size: 14px;
		margin-left: 15px;
		margin-bottom: 25px;
        width: 96%;
	}
	.terms dl{
		font-size: 14px;
		margin: 30px 0;
	}
	.terms dl dt{
		float: left;
		width: 30px;
		font-weight: normal;
	}
	.terms dl dd{
		float: left;
		width: 88%;
		font-weight: normal;
	}
	.terms dl::after,
	.terms dl dt::after,
	.terms dl dd::after{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.terms #section01,
	.terms #section02,
	.terms #section03,
	.terms #section04,
	.terms #section05,
	.terms #section06,
	.terms #section07,
	.terms #section08,
	.terms #section09,
	.terms #section10,
	.terms #section11,
	.terms #section12,
	.terms #section13,
	.terms #section14,
	.terms #section15,
	.terms #section16,
	.terms #section17,
	.terms #section18,
	.terms #section19,
	.terms #section20,
	.terms #section21,
	.terms #section22{
		margin: 40px auto 0;
	}
}