.page-contents {
	margin-top: 48px;
	border-top: solid 1px #818181;
}

.form-control.address {
	margin: 12px 0;
}

.form-group {
	border-bottom: solid 1px #ededed;
	padding-bottom: 12px;
}

span.required {
	margin-right: 1rem;
	background: rgba(255, 0, 0, 0.8);
	font-weight: bold;
	color: #ffffff;
	padding: 1px 4px;
	border-radius: 3px;
	text-shadow: 0px 0px 0px #222222;
	display: inline-block;
	margin-left: 12px;
}

.border-none {
	border: none;
}

#check,
#over,
#viewNum {
	display: none;
}

/* エラーメッセージ */
.error-default {
	display: none;
	color: red;
	padding: 12px 0;
	font-weight: bold;
	font-family: "MatisseProN-DB";
	font-size: 1.06rem;
}

.error-bk {
	background-color: rgb(255, 228, 225) !important;
}

.view-error {
	display: block !important;
	text-align: left;
	font-size: 1.5rem;
}

#check .form-control {
	background: none;
	border: none !important;
}

#input .postal,
#check .postal {
	width: calc(100% - 20px);
	display: inline-block;
	padding-left: 2px;
	margin-left: 6px;
}

#check .section-header {
	text-align: center;
	font-size: 24px;
	border-bottom: solid 1px gainsboro;
	margin-bottom: 22px;
	margin-right: -15px;
	margin-left: -15px;
}

@media screen and (min-width: 769px) {
	.entry-form-div {
		max-width: 700px;
		margin: 0px auto 0 auto;
	}
}

.action-button {
	width: 150px;
}

.back-to-home,
.over-msg {
	font-size: 18px;
	text-align: center;
}

textarea {
	resize: vertical;
}