/*=================================================
 * CSS for PC
 * ================================================= */

#cnt > h2{
	position: static;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	line-height: 38px;
	color: var(--heading-color);
	margin: 0 0 15px 0;
	padding: 0 0 0 40px;
	background: url(img/titile.webp) no-repeat 0 0;
	background-size: 35px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#terms{
	background: #fff;
	box-shadow: var(--box-shadow);
	border-radius: 10px;
	padding: 50px 20px 20px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#terms .tbox{
	margin: 0 0 20px 0;
}
#terms .tbox h3{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 21px;
	line-height: 28px;
	color: var(--heading-color);
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid currentColor;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#terms .tbox p{
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#terms .tbox p:last-child{	margin-bottom: 0;}
#terms .tbox ul{
	font-size: 0;
	line-height: 0;
}
#terms .tbox li{
	position: relative;
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}
#terms .tbox li:last-of-type{	margin-bottom: 0;}
#terms .tbox li span{
	font-size: 11px;
	color: #ccc;
	position: absolute;
	top: 1px;
	left: 0;
}
#terms .btm{
	font-size: 13px;
	line-height: 20px;
	text-align: right;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	#cnt > h2{
		font-size: 22px;
		line-height: 32px;
		margin: 0 15px 15px 15px;
		padding: 0 0 0 35px;
		background: url(img/titile.webp) no-repeat 0 0;
		background-size: 30px auto;
	}
	#terms{
		border-radius: 0;
		margin: 0 0 15px 0;
		padding: 15px;
	}
	#terms .tbox h3{
		font-size: 18px;
		line-height: 25px;
	}
}