body {
	padding-top: 10px;
	padding-bottom: 50px;
	border-top: 15px solid #1c293f;
}
.view_pc .base01 {
	width: 1000px;
}
.view_pc .p-page__container { max-width: 100%; }

.c-button__group--sub { margin: 0 0 40px 0; }
	.c-button__group--sub a {
		display: inline-block;
		color: #fff !important;
		font-size: 110%;
		font-weight: bold;
		line-height: 1.3;
		text-decoration: none;
		height: auto;
		padding: 15px 50px !important;
		margin: 0;
		background: #1d6c97;
		border-radius: 0;
		box-shadow: 4px 4px 0 #ddd;
		transition: .2s;
	}
	.c-button__group--sub a:hover { background: #68a4bd; }

.p-page__body-inner {
	border-top: none;
	border-bottom: 1px solid #1c293f;
	
}
.p-page__title {
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 30px;
	position: relative;
}
.p-page__title::after {
	display: block;
	content: "";
	width: 50px;
	height: 2px;
	margin-left: -25px;
	background: #0092c2;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.c-alert { color: #1c293f; }

.c-button--primary { background: #1c293f; }