html, body{
	height: auto;
}

.term_box{
	padding: 30px 35px 70px 35px;
    max-width: 1100px;
    margin: 0 auto;
}



.term_box .term_ttl{
	text-align: center;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    margin: 40px 0px 50px 0px;
}

.term_txt{
	line-height: 1.5;
}

.term_contents{
    margin-top: 30px;
}

.term_contents .term_bold,
.term_contents ol,
.term_contents ol li{
	line-height: normal;
	list-style: none;
}

.term_contents ol{
	padding-left:1em;
}

.term_contents ol > li{
	line-height: 2;
	padding-left: 15px;
	text-indent:-1.5em;
}

.term_contents ol > li ul{
	padding-left:1em;
}

.term_contents ol > li ul li{
	text-indent:-1.3em;
	line-height:2;
}

.term_contents ol li dl{
	line-height:2;
	margin-bottom: 20px;
	padding-left:1em;
}

.term_contents ol li ul,.term_contents ol li dl{
	margin:10px 0;
	list-style: none;
}

.privacy_ttl{
	font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
}

@media screen and (max-width:1024px) {
	
}
@media screen and (max-width:768px) {


}
@media screen and (max-width:599px) {
	.term_contents ol li,.term_txt{
		font-size:0.85rem;
		line-height:1.5;
	}
	
	.term_box .term_ttl{
		font-size:1.3rem;
	}
	.term_box{
		padding:10px 3%;
	}
	
	.term_contents ol > li {
    text-indent: -1.3em;
	margin-top:10px;
}
	
	.term_contents ol > li ul li{
	line-height:1.5;
	    text-indent: -1.5em;
}

.term_contents ol li dl{
	line-height:1.5;
}
	}
@media screen and (max-width:375px) {}
@media screen and (max-width:360px) {}
@media screen and (max-width:320px) {}