@media screen and (min-width: 520px) {
	.view_pc .base01,
	.view_pc .p-page__container {
		max-width: 1024px !important;
		width: 1024px !important;
	}
}
@media screen and (max-width: 519px) {
	.view_pc .base01,
	.view_pc .p-page__container {
		max-width: 100% !important;
		width: 100% !important;
	}
}
.p-page__title {
	font-size:22px;
}
.c-alert {
	color:#333;
  	background:#eaf6fd;
}
.c-form__title {
	color:#333;
  	font-size:17px;
}
.c-form__content {
  	color:#333;
  	font-size:17px;
}
.c-input--text {
  	border:1px solid #4eb0e4;
  	font-size:16px;
}