.sub-custom {
	position: relative;
	display: block;
	padding-top: 50px;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}

.subImg {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}


.service {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.service * {
	box-sizing: border-box;
}

.service>div {
	margin-bottom: 60px;
}
.service>div:last-child {
	margin-bottom: 0;
}
.service h3 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: -0.1em;
	color: #212121;
	padding-top: 12px;
}

.service h3:before {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	left: 2px;
	top: 0;
	z-index: 10;
	height: 2px;
	background: #193b77;
	font-size: 0;
}

.service>div p {
	font-size: 17px;
	line-height: 180%;
	margin-top: -7px;
	color: #555555;
	font-weight: 500;
	letter-spacing: -0.1em;
	padding-top: 25px;
	padding-left: 10px;
}

.service>div p span {
	color: #333333;
	font-weight: 600;
	position: relative;
}

.service>div p span:before {
	position: absolute;
	left: -10px;
	top: 8px;
	z-index: 10;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #193b77;
}

.custom-table-1 {
	width: 500px;
	height: auto;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-left: 10px;
}

.custom-table-1 tr {
	border-bottom: 1px solid #ccc;
}
.custom-table-1 tr th,
.custom-table-1 tr td {
	border-right: 1px solid #ccc;
	text-align: left;
	padding: 15px 10px;
	font-size: 16px;
	line-height: 150%;
}

.custom-table-1 thead tr th {
	background: #f8f8f8;
}

.custom-table-1 tbody tr th {
	font-weight: 600;
}

.custom-table-1.custom-table-2 {
	width: 1000px;
}

.custom-table-1.custom-table-2 tbody tr th {
	background: #f8f8f8;
	text-align: center;
}

.custom-table-1.custom-table-2 tbody tr td {
	padding: 15px 20px;
}

