@charset "utf-8";

/*----------------------------
tableBlock
----------------------------*/
.table.borderNone,.table.borderNone th, .table.borderNone td {
	border-top: none;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}

/*----------------------------
sectionLead
----------------------------*/
.sectionLead {
	display: flex;
	align-items: center;
	width: 100%;
}

.sectionLead::before, .sectionLead::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background-color: #cfcfcf;
}

.sectionLead::before {
	margin-right: 1rem;
}

.sectionLead::after {
	margin-left: 1rem;
}