@charset 'UTF-8';
input,
texrarea,
select,
submit{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input[type="text"] {
	-webkit-appearance : none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.5);
	height: 26px;
	border-radius: 3px;
}
input[type="text"]:focus {
	box-shadow: 0 0 3px 0 rgba(255,153,0,3);
	border: 0;
	outline: 0;
}
input:invalid, textarea:invalid{
	background-color: #fff;
}
textarea{
	-webkit-appearance : none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:  1px solid rgba(0,0,0,0.5) !important;
	border-radius: 3px !important;
}
textarea:focus {
	box-shadow: 0 0 3px 0 rgba(255,153,0,3) !important;
	/*border: 1px solid rgba(255,153,0,3);*/
	border: 0 !important;
	outline: 0 !important;
}
.select-label{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width:50%;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	width: 100%;
	height:30px;
	margin: 0;
	padding-left: 10px;
	padding-right: 1px;
	border: 1px solid rgba(0,0,0,0.5);
	background: none;
	border-radius: 3px;
}
select:focus {
	box-shadow: 0 0 3px 0 rgba(255,153,0,3);
	border: 0;
	outline: 0;
}
.select-label:after{
	display: block;
	content: "▼";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	border-radius: 0 3px 3px 0 / 0 3px 3px 0;
	background-color:#8a1c28;
	color:#fff;
	z-index:-5;
	pointer-events: none;
}
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: .4em;
	padding-bottom: .4em;
	border-radius: 3px;
	color:#fff;
	background-color: #8a1c28;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
input[type="submit"]:hover{
	background-color: #e7364f;
}

.contact-item-wrap{
	margin-bottom: 1em;
}
.contact-item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: .1em;
}
.contact-value{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-value input[type="text"]{
	width: 100%;
}
.contact-value label{
	margin: 0;
	width: 100%;	
}
textarea{
	width: 100% !important;
	height:150px !important;
}
.contactvisual{
	margin-bottom: 2em;
}
.thanks-text{
	margin-top: 2em;
}
.thanks-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 1.8em;
	margin-bottom: 1em;
	max-width: 350px;
	padding: 1em;
	border: 1px solid #aaa;
}
#container{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 3em;
	margin-top: 2em;
	margin-bottom: 3em;

}
#mfp_thanks{
	font-size: 1.5em;
	color: #e83820;
	text-align: center;
	margin-top: 2em;
}
#mfp_phase_confirm_label{
	display: none;
}
@media only screen and (min-width: 481px) {
	.contact-value input[type="text"]{
		width: 60%;
	}
	.contact-value label{
		width: 60%;	
	}	
}
@media only screen and (min-width: 860px) {
	.contact-item-wrap{
		margin-bottom: 2em;
	}
	.contact-item{
		width: 20%;
		float:left;
	}
	.contact-value{
		width: 80%; 
		clear:none;
	}
	.contact-value input[type="text"]{
		max-width:400px;
	}
	.contact-value label{
		max-width:400px;
	}
	textarea{
		max-width:600px;
	}
}









