@charset "UTF-8";
@import url("css/base.css");
@import url("css/label.css");
@import url("css/confirm.css");
@import url("css/confirm.flat.css");
@import url("css/confirm.overlay.css");
@import url("css/loading.css");
@import url("css/stripe.css");
@import url("css/error.css");
@import url("css/warning.css");
@import url("css/price.css");
@import url("css/input.css");
@import url("css/phase.css");
@import url("css/cart.css");

body {
	overflow-x: hidden;
}

div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

div#mfp_hidden input {
	margin: 10px;
}

div.mfp_thanks {
	padding: 30px;
}

div.mfp_thanks p {
	line-height: 1.7em;
}

div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}

div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}

div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}

div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}

.contactSubmit {
	width: 247px;
	height: 67px;
	margin: 30px auto;
	display: block;
	background: url(../../images/contact/submit.jpg) 0 0 no-repeat;
	border: none;
	white-space: nowrap;
	text-indent: 110%;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.contactSubmit:hover {
	opacity: .7;
}

.contactSubmit:active {
	position: relative;
	top: 1px;
}

/* Customize */
.contactform * {
	box-sizing: border-box;
}

.contactform table,
.contactform tr,
.contactform td,
.contactform label {
	max-width: 100%;
}



@media only screen and (min-width: 768px) {
	.contactform table th {
		min-width: 320px !important;
	}

	.contactform table td {
		/* width: 560px; */
		max-width: calc(100% - 320px) !important;
	}
}

.contactform .hp {
	display: none;
}


.contactform input,
.contactform textarea {
	max-width: 100%;
}

.contactform textarea {
	width: 100%;
}

.contactform .error-msg {
	margin-top: 20px;
}

/* PHP Validation */
.contactform .error-msg li {
	display: block;
	margin-bottom: 10px;
	color: red;
}

/* JS Validation */
.contactform .is-error {
	/* inputにも適用される */
	/* display: block; */

}

.contactform span.is-error {
	/* エラーメッセージのみに適用される */
	display: block;
	color: red;
	font-size: 13px;
}