@charset "utf-8";
/* CSS Document */
.terms_of_service {
	margin: 2% 0;
}

.ul-midashi {
	margin-top: .5%;
}

.ul-midashi li {
	padding-left: 20px !important;
}

#p-title {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}

.terms_of_service h2 {
	text-align: center;
	margin-bottom: 2%;
	font-size: 1.8rem;
}

.terms_of_service section {
	margin-top: 2%;
}

.p-terms {
	padding-left:2em;
	text-indent:-2em;
}

.p-terms2 { 
	margin-left: .4em;;
	padding-left:2em;
	text-indent:-2em;
}

.tbl-terms_of_service {
	text-align: left;
}

.tbl-terms_of_service th, .tbl-terms_of_service td {
	padding: 1%;
	box-sizing: border-box;
	border: 1px solid #999;
}

.tbl-terms_of_service th {
	width: 15%;
}

.terms_of_service h3 {
	font-weight: normal;
}

.terms_of_service  ul li {
	margin-left: 1em;
	padding-left:2.5em;
	text-indent:-2.5em;
}