
/** terms **/

#terms{
	width: auto;
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#terms .block_title{	margin-bottom: 15px;}

.tbox{
	width: auto;
	text-align: left;
	margin: 0 15px 15px 15px;
}
.date{
	width: auto;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin: 0 15px;
}

.tbox h3{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 5px 0;
}

.tbox p{
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 10px 0;
}

.tbox ul{
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 10px 0;
}

.tbox li{
	position: relative;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 12px;
}
.tbox li:last-of-type{	margin-bottom: 0;}
.tbox li:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 5px;
	border-color: transparent transparent transparent #999;
	position: absolute;
	top: 5.5px;
	left: 2px;
}

.tbox h3:last-child,
.tbox p:last-child,
.tbox ul:last-child{	margin-bottom: 0;}


@media (max-width: 750px) {
	#terms{
		padding: 15px 0;
	}
	.page_title{
		margin-bottom: 15px;
	}
	.tbox{
		width: calc(100% - 30px);
		margin: 0 auto 15px auto;
	}
	.date{
		width: calc(100% - 30px);
		margin: 0 auto 0 auto;
	}
}