@charset "utf-8";
/* CSS Document */

.pageNav {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.pageNav-item {
	display: inline-block;
}
.pageNav-item::after {
	content: " / ";
	color: #005bac;
}
.pageNav-item:last-child::after {
	content: "";
}
.pageNav-link {
	font-size: 1.6rem;
	font-weight: bold;
	color: #005bac;
}
@media screen and (min-width: 768px),print {
	.pageNav-link {
		font-size: 2.0rem;
	}
}

.borderSection01 + .borderSection01 {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 25px;
}
.borderSection01-left {
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
}
.borderSection01-right {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
@media screen and (min-width: 768px),print {
	.borderSection01-inn {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.borderSection01.s_notFlex {
		display: block;
	}
	.borderSection01 + .borderSection01 {
		padding-top: 30px;
		margin-top: 35px;
	}
	.borderSection01-right {
		margin-top: 0;
		margin-left: 30px;
	}

}
