.local-line {
	border-bottom: 2px solid #194f6e;
	padding-bottom: 8px;
}

#intro-wrap h2 {
	text-align: center;
}

#intro-wrap .item-1 p {
	border-radius: 16px;
	padding: 8px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #f53043;
}

/* recruit-wrap */

#recruit-wrap table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #194f6e;
}

#recruit-wrap table th {
	border-right: 1px solid #194f6e;
	border-bottom: 1px solid #fff;
	padding: 12px 50px;
	text-align: center;
	color: #fff;
	background-color: #194f6e;
}

#recruit-wrap table td {
	border-bottom: 1px solid #194f6e;
	padding: 12px 30px;
}

/* flow-wrap */

#flow-wrap .number-1 {
	display: inline-block;
	margin-right: 8px;
	font-weight: bold;
	color: #f53043;
}

#flow-wrap .step-wrap .next {
	position: absolute;
	right: -4px;
	top: 4px;
	color: #d8ecef;
}

#flow-wrap .step-wrap p {
	border-radius: 8px;
	padding: 8px 0;
	text-align: center;
	font-size: 16px;
	background-color: #2c3a3c;
	color: #fff;
}

#flow-wrap .step-area .step-box {
	border-radius: 8px;
	padding: 16px;
	background-color: #d4eef2;
}

#flow-wrap .step-box .ttl {
	font-size: 18px;
}

#flow-wrap .step-box .ttl span {
	display: inline-block;
	margin-right: 12px;
	border-radius: 8px;
	padding: 8px;
	color: #fff;
	background-color: #f53043;
	font-size: 16px;
	font-weight: bold;
}

#flow-wrap .step-box p span {
	display: block;
	font-weight: bold;
}

#flow-wrap .step-box p a {
	text-decoration: underline;
	color: #f53043;
}

#flow-wrap .step-box p a:hover {
	text-decoration: none;
}

#flow-wrap .step-box p.box-1 {
	display: inline-block;
	border: 2px dotted #f53043;
	border-radius: 8px;
	padding: 12px;
}

#flow-wrap .step-area .next {
	position: absolute;
	top: 128px;
	right: -8px;
	color: #f53043;
}

