.p-page__footer {
	text-align: center;
	padding: 7em;
}
.p-page__footer::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 20px;
	background-image: url(https://file003.shop-pro.jp/PA01443/863/ui/share/lgm_typo.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.p-page__copyright {
	padding: 0;
	padding-top: 2em;
	font-size: 11px;
	line-height: 1em;
	color: #ababab;
	font-family: sans-serif;
}
.p-page__copyright::before {
	content: "KOTO";
	display: inline-block;
}
.p-page__copyright > a {
	display: none;
}

/**/
.c-button, .c-button:link, .c-button:hover, .c-button:active, .c-button:visited {
	background: #f6f6f6;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	font-family: sans-serif;
	padding: 0.8em 1.2em;
	border: solid 2px #ebebeb;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	cursor: pointer;
	box-shadow: none;
}
.c-button--sm {
	font-size: inherit;
}
.c-button:hover {
	
}

.c-button--lg, .c-button--lg:link, .c-button--lg:hover {
	font-size: 18px;
	line-height: 1em;
	padding: 0.9em 3em;
}
.c-button--primary, .c-button--primary:hover {
	background: #8eb98b;
	border-color: #7aad77;
	text-shadow: 0 0 3px #314e3f;
}
.c-button:disabled, .c-button.disabled, .c-button:disabled:hover, .c-button.disabled:hover {
	background: #e3ede4;
	color: #b8cdbf;
	cursor: default;
	box-shadow: none;
	text-shadow: none;
	border-color: #d9e7da;
}

/**/
.p-page__title {
	color: #604a45;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin: 1em 0 2em;
	line-height: 1;
}
.c-alert {
	color: #614b31;
	background: #fcf7e9;
	padding: 1.0em 1.3em;
	margin: 2em 0;
	line-height: 1.8em;
	text-align: left;
	border-radius: 0.5em;
}

.c-form__title {
	width: 36%;
	vertical-align: top;
	padding: 17px 20px 17px 0;
	text-align: right;
	font-weight: 600;
	font-size: 14px;
	color: #5a5a5a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.c-form__title--must {
	color: #e7575d;
}
.c-input--text {
	border-color: #e6d3b7;
	background-color: #fdfbf9;
}
