
/* Contact Us */
.table-title{
	display: block;
	margin-bottom: 1rem;
	color: #111;
	font-size: 1.8rem;
	font-weight: 400;
}
.box-area{
	display: block;
	margin-bottom: 4rem;
	padding: 2rem;
	word-break: break-word;
}
.box-area.color-box-type01{
	background-color: #c9d5ec;
	border-top: 2px solid #333;
}

.box-area .row-table{
	border-top: 0;
}
.point-retention{
	display: inline-block;
	text-decoration: underline;
	color: #000fff;
	font-size: 1.8rem;
}
.Agree-txt{
	display: block;
	margin: 1.5rem 1.5rem;
	color: #586f98
}
.Agree-chk{
	display: block;
	margin: 1rem 0;
	padding: 2rem 1.5rem;
	background-color: #e9effb;
}
.Agree-chk .bg-chk{
	margin-inline-end: 4rem;
}
.Agree-chk .bg-chk:last-child{
	margin-right: 0;
}

