#pageNav {
	text-align: center;
	padding: 20px 0;
}
#pageNav p {
	color: #315A9E;
	line-height: 1.6;
	padding: 8px 0;
}
#pageNav p span {
	font-weight: 500;
}
@media (min-width: 768px) {
	#pageNav p br.spOnly {
		display: none;
	}
}
@media (min-width: 1000px) {
	#pageNav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 28px 0;
	}
	#pageNav p {
		padding: 6px 0;
	}
	#pageNav > p {
		text-align: center;
	}
	#pageNav > p:last-of-type {
		width: 100%;
	}
	#pageNav > p:nth-of-type(even) {
		position: relative;
		padding-left: 22px;
		margin-left: 22px;
	}
	#pageNav > p:nth-of-type(even):before {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 1px;
		height: 20px;
		background-color: #315A9E;
		margin: auto;
		transform: rotate(45deg);
	}
}

#service {
	background-color: rgba(210, 210, 210, 0.2);
	padding: 30px 0 0;
}
#service .serviceContentWrap {
	width: 80%;
	margin: auto;
}
#service .serviceContent {
	padding-bottom: 40px;
}
#service .serviceImage {
	text-align: center;
	margin-bottom: 10px;
}
#service .serviceName {
	color: #315A9E;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
}
#service .serviceDetail p {
	line-height: 1.6;
	transform-origin: top left;
}
@media (min-width: 768px) {
	#service {
		padding: 70px 0 20px;
	}
	#service .serviceContentWrap {
		width: auto;
	}
	#service .serviceContent {
		display: flex;
		justify-content: space-between;
		padding-bottom: 80px;
	}
	#service .serviceContent.type02 .serviceImage {
		order: 2;
	}
	#service .serviceContent.type02 .serviceDetail {
		order: 1;
	}
	#service .serviceImage {
		width: 50%;
		margin-bottom: 0;
	}
	#service .serviceDetail {
		width: 47.5%;
	}
	#service .serviceDetail p {
		font-size: 16px;
	}
}
@media (min-width: 1000px) {
	#service .serviceName {
		font-size: 22px;
		padding-bottom: 10px;
	}
}

/*# sourceMappingURL=service.css.map */