@charset "UTF-8";

#agreement .subContents {
	width: 860px;
	margin: 0 auto;
}
#agreement p,
#agreement li {
	margin: .5em 0 .5em;
}

#agreement h3 {
	font-size: 1.175rem;
	font-weight: bold;
	margin: 2em 0 .5em;
	padding: 0 0 0 30px;
	position: relative;
}
#agreement h3::before {
	content: " ";
	width: 20px;
	height: 20px;
	background: #E75B8E;
	border-radius: 20px;
	position: absolute;
	top: .2em;
	left: 0;
}
#agreement h3::after {
	content: " ";
	width: 12px;
	height: 12px;
	background: #FFF;
	border-radius: 12px;
	position: absolute;
	top: calc(.2em + 4px);
	left: 4px;
}
#agreement ol.numeric {
	list-style: decimal;
	margin-left: 1.5em;
}
#agreement ol.kakko {
	counter-reset:item;
	list-style:none;
}
#agreement ol.kakko > li {
	padding-left: 35px;
	position: relative;
}
#agreement ol.kakko > li::before {
	content:"(" counter(item) ")";
	counter-increment: item;
	position: absolute;
	top: 0;
	left: 0;
}

#agreement table.cancel {
	margin: 10px 0;
}
#agreement table.cancel th,
#agreement table.cancel td {
	text-align: left;
	vertical-align: top;
	border: solid 1px #DDD;
	padding: 3px 8px;
}
#agreement table.cancel th {
	background: #F3F3F3;
}
#agreement .item-box {
	border: solid 1px #CCC;
	margin: 10px 0;
	padding: 15px 30px;
}
#agreement .item-box h4 {
	font-weight: bold;
}
#agreement .kaitei{
	margin: 5em 0 0 0;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:899px) {

	#agreement .subContents {
		width: 100%;
	}
	#agreement p {
	}
	#agreement h3 {
		font-size: 1.075rem;
	}
	#agreement h3::before {
		width: 18px;
		height: 18px;
		border-radius: 18px;
		top: .2em;
	}
	#agreement h3::after {
		width: 10px;
		height: 10px;
		border-radius: 10px;
		top: calc(.2em + 4px);
		left: 4px;
	}

	#agreement ol.kakko {
	}
	#agreement ol.kakko > li {
	}
	#agreement ol.kakko > li::before {
	}

	#agreement table.cancel {
	}
	#agreement table.cancel th,
	#agreement table.cancel td {
	}
	#agreement table.cancel th {
	}
	#agreement .item-box {
		padding: 3vw 5vw;
	}
	#agreement .item-box h4 {
	}
	#agreement .kaitei{
	}


}


