@charset "UTF-8";

#mv {
	padding: 100px 4vw;
	text-align: center;
	background: url(/_assets/img/bg_mv_contact.jpg) center center no-repeat;
	background-size: cover;
	}

#mv h1 {
	display: block;
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	animation: mvlogo 3s ease .5s both;
	letter-spacing: .1em;
	}
@keyframes mvlogo {
	0% { opacity: 0; transform: translateY(20px); }
	99% { opacity: 1; transform: translateY(0px); }
	100% { opacity: 1; }
	}
@media screen and (max-width: 767.98px){
#mv h1 {
	font-size: 10vw;
	}
}

/* お問い合わせ */

#contact_body {
	padding: 50px 4vw 100px 4vw;
	}

#contact_body h2 {
	display: block;
	margin: 0 0 20px 0;
	color: #323264;
	font-size: 26px;
	line-height: 1em;
	font-weight: 200;
	text-align: center;
	letter-spacing: .1em;
	}
@media screen and (max-width: 767.98px){
#contact_body h2 {
	font-size: 5vw;
	letter-spacing: 0;
	}
}

#contact_body p {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 200;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width: 767.98px){
#contact_body p {
	font-size: 4vw;
	text-align: left;
	}
#contact_body p br {
	display: none;
	}
}

#contact_body form {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	}

#contact_body form div {
	position: relative;
	width: 100%;
	padding: 10px;
	margin: 0 0 20px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	}

#contact_body form div.req:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px 10px;
	content: "必須";
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1em;
	background: #c00;
	border-radius: 3px;
	}

#contact_body form div.req2:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px 10px;
	content: "必須";
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1em;
	background: #c00;
	border-radius: 3px;
	}
@media screen and (max-width: 767.98px){
#contact_body form div.req2:after {
	top: 0;
	transform: translateY(0);
	}
}

#contact_body form div .inputtext {
	width: 100%;
	padding: 5px;
	font-size: 16px;
	line-height: 1.3em;
	border: 0;
	background: none;
	}

#contact_body form div textarea {
	width: 100%;
	height: 10em;
	padding: 5px;
	font-size: 16px;
	line-height: 1.3em;
	border: 0;
	background: none;
	}

#contact_body div.button {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
	background: none;
	border: 0;
	}

#contact div.button input {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-size: 24px;
	line-height: 1em;
	letter-spacing: .2em;
	text-align: center;
	background: #25257c;
	border: 0;
	border-radius: 5px;
	transition: .3s ease;
	cursor: pointer;
	}
@media screen and (max-width: 767.98px) {
#contact div.button input {
	padding: 15px 0;
	font-size: 5vw;
	}
}

#contact div.button input:hover {
	background: #3b3ba8;
	}

#contact div.button input#backbutton {
	background: #999;
	}

#contact div.button input#backbutton:hover {
	background: #aaa;
	}

#contact p.error {
	width: 100%;
	margin: 0 auto 20px auto;
	color: #c00;
	}

#contact div.errm {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 20px auto;
	padding: 30px;
	background: #fff;
	border: 2px solid #c00;
	border-radius: 5px;
	}

#contact div.errm p.error_messe {
	margin: 0;
	padding: 20px 0;
	color: #c00;
	}

#contact table.confirm {
	margin: 0 0 20px 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-collapse: collapse;
	}

#contact table.confirm th {
	width: 40%;
	padding: 10px;
	font-weight: 300;
	}

#contact table.confirm td {
	width: 60%;
	padding: 10px;
	font-weight: 500;
	}

#contact table.confirm tr:nth-child(odd){
	background: #efefef;
	}

#contact table.confirm tr:nth-child(even){
	background: #fff;
	}

#contact div.buttons {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	}

#contact div.buttons:after {
	display: block;
	content: "";
	clear: both;
	}

#contact div.buttons input {
	display: block;
	width: 49%;
	padding: 20px 0;
	color: #fff;
	font-size: 24px;
	line-height: 1em;
	letter-spacing: .2em;
	text-align: center;
	background: #25257c;
	border: 0;
	border-radius: 5px;
	transition: .3s ease;
	cursor: pointer;
	float: right;
	}
@media screen and (max-width: 767.98px){
#contact div.buttons input {
	padding: 15px 0;
	font-size: 5vw;
	}
}
#contact div.buttons input:hover {
	background: #3b3ba8;
	}

#contact div.buttons input#backbutton {
	background: #999;
	float: left;
	}
#contact div.buttons input#backbutton:hover {
	background: #aaa;
	}

#contact_body form div.select {
	padding: 0;
	}

#contact_body form div.select select {
	display: block;
	width: 100%;
	padding: 10px;
	border: 0;
	}

.thanks a {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-size: 24px;
	line-height: 1em;
	letter-spacing: .2em;
	text-align: center;
	background: #25257c;
	border: 0;
	border-radius: 5px;
	transition: .3s ease;
	cursor: pointer;
	}
@media screen and (max-width: 767.98px) {
.thanks a {
	padding: 15px 0;
	font-size: 5vw;
	}
}
.thanks a:hover {
	background: #3b3ba8;
	}