@charset "utf-8";


.red{color:#e50011}
.small{font-size:0.9rem}
.required:before {
	position: absolute;
	display: inline-block;
	margin-left: -10px;
	margin-top: 9px;
	color: #ea644a;
	content: '*';
}
.send_message {
	
}

.msgContent {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.alert-danger {
	color: #e75033;
}
.alert-warning {
	color: #ed980f;
}
.alert-info {
	color: #03a2b6;
}
.alert-success {
	color: #329d38;
}

#mail_form{
	width : 800px;
	margin : 0 auto;
	padding : 30px 0;
}
#mail_form h1{
	font-size:1.8rem;
	line-height:1.47em;
	margin-bottom:0.4em;
}
#mail_form h2{
	font-weight: 600;
line-height: 1.1em;
font-size: 40px;
color: #fff;
margin-bottom:20px;
text-align: center;}
#mail_form p{
	font-size:20px;
	text-align: center;
	color: #fff;
}
#mail_form dl{
	margin : 0 auto;
	overflow : hidden;
	
}
#mail_form dl dt{
	clear : both;
	padding: 5px 0;
	overflow : hidden;
	color: #000;
	width: 28%;
	font-size:18px;
	text-align:left;
	text-align: left;
	float: left;
	line-height: 1.6em;
}
#mail_form dl dd{
	width : 100%;
	margin-bottom: 8px;
	width: 68%;
	float: right;
	color: #000;
}
#mail_form dl dt:first-child,
#mail_form dl dt:first-child+dd{
	border : none;
}
#mail_form dl dt span{
	vertical-align:top;
	color:red;
	padding-right:5px;
	font-size: 12px;
	vertical-align: middle;
}

/* -- for JavaScript ここから ----------------------------------------------------------------------- */

#mail_form dl dt span.required,
#mail_form dl dt span.optional{
	
}
#mail_form dl dt span.required{
	
}
#mail_form dl dt span.optional{
	padding-right:0;
}
#mail_form dl dd span{
	display : block;
	color : #ff0000;
}

/* -- for JavaScript ここまで ---------------------------------------------------------------------- */

#mail_form input{
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none;
	line-height: 1.7em;
	letter-spacing: .04ch;
	font-family: 'Clarkson',Helvetica,sans-serif;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	padding: 5px 7px;
	margin-top: 0;
	margin-bottom: 15px;
	border: 1px solid rgba(0,0,0,.1);
	-webkit-transition: border-color 100ms cubic-bezier(.694,0,.335,1);
	-o-transition: border-color 100ms cubic-bezier(.694,0,.335,1);
	transition: border-color 100ms cubic-bezier(.694,0,.335,1);
	width:100%;
}
#mail_form textarea{
	width : 100%;
	height : 200px;
	resize : vertical;
	border : 1px solid #cccccc;
	font-family: 'Clarkson',Helvetica,sans-serif;
	font-size: 14px;
	background : #fff;
	box-sizing: border-box;
	padding: 5px 7px;
	margin-bottom: 15px;
}
#mail_form select{
	height: 3em;
	border: none;
	background: #fff;
	width: 100%;
	font-size: 0.9rem;
	border-radius: 0;
	box-sizing: border-box;
	margin-bottom: 15px;
}
#mail_form .post-cd {
	width: 120px;
}
#mail_form select.y1{
	width: 40%;
}
#mail_form select.m1{
	width: 24%;
	margin-left: 6%;
}
#mail_form select.d1{
	width: 24%;
	float: right;
}
#mail_form input:focus,
#mail_form textarea:focus{
	
	border : 1px solid #222;
	outline: 0;
	
}
#mail_form .scroll{
	padding: 10px;
	height: 150px;
	overflow: auto;
	line-height: 1.47em;
	display: block;
	background: #f2f2f2;
	text-align: left;
	border: solid 1px #ddd;
}
#mail_form .scroll p{
	color: #111;
	font-size:14px;
	text-align: left;

}
#mail_form .scroll b{
	color: #000;
}
#mail_form input#name_1,
#mail_form input#name_2{
	
}
#mail_form input#read_1,
#mail_form input#read_2{
	
}
#mail_form input#mail_address,
#mail_form input#mail_address_confirm{
	
}
#mail_form ul li{
	list-style-type : none;
	margin-bottom : 0.5em;
	display:inline-block;
	margin-right: 10px;
	padding: 10px 15px 0 0;
margin-top: 0;
margin-bottom: 10px;
}
#mail_form ul li label:hover{
	cursor : pointer;
}
#mail_form ul li input{
	height : auto;
	margin-right :0.5em;
	width:initial;
}
#mail_form input#postal{
	width:69%;
}
#mail_form input#address_1,
#mail_form input#address_2{
	display : block;
	
	margin-bottom : 7px;
}
#mail_form input#phone{
	
}
#mail_form input#day{
	
}
#mail_form #form_submit {
	margin-left:32%;
}
#mail_form .submitBtn{
	background: #000;
	color: #fff;
	border:none;
	font-size:1rem;
	font-weight:400;
	width: 280px;
	float: left;
	margin-top: 30px;
	cursor: pointer;
	transition:0.3s;
}
#mail_form .submitBtn[disabled] {
	cursor: default;
	background-color: #727272;
}
#mail_form #form_submit input:hover{
	opacity:0.7;
}
#mail_form input#mail_submit_button{
	border-radius: 0;
	font-family: inherit;
	font-weight: 500;
	width: 100%;
	background: #0096e7;
	border: none;
	color: #fff;
	font-size: 1rem;
	padding: 12px
}
#mail_form input#mail_submit_button:hover{
	cursor : pointer;
	color : #106dff;
	background : #e0e0e0;
}




/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and (max-width : 640px){

	#mail_form{
		width : 95%;
		padding: 90px 0 120px;
	}
	#mail_form h2{
		font-size: 28px;
	}
	#mail_form dl{
		width : 90%;
		margin-top: 35px;
	}
	#mail_form dl dt{
		width : auto;
		float : none;
		text-align : left;
		padding : 10px 0 5px;
		font-weight : bold;
		font-size: 12px;
	}
	#mail_form dl dd{
		width : auto;
		float : none;
		border-top : none;
		padding : 0px 0 8px 0px;
		margin-bottom:0;
	}
	#mail_form dl dt span{
		font-weight : normal;
	}
	#mail_form ul li{
		font-size: 16px;
	}
	/* -- for JavaScript ここから ------------------------------------------------------------------- */

	#mail_form dl dt span.required,
	#mail_form dl dt span.optional{
		
	}
	#mail_form #form_submit{
		margin-left: 0;
	}

	/* -- for JavaScript ここまで ------------------------------------------------------------------- */


	#mail_form input{
		padding: 0.5em 0.7em;
		font-size:16px;
		
	}

	#mail_form input#name_1,
	#mail_form input#name_2,
	#mail_form input#read_1,
	#mail_form input#read_2,
	#mail_form input#mail_address,
	#mail_form input#mail_address_confirm,
	#mail_form input#postal,
	#mail_form input#address_1,
	#mail_form input#address_2,
	#mail_form input#phone,
	#mail_form input#day,
	#mail_form textarea{
		max-width : 100%;
		-webkit-appearance : none;
		padding: 0.5rem 0.7rem;
	}
	p#form_submit{text-align:center;}
	#mail_form #form_submit input{
		width:130px;
		font-size:12px; 
		margin-top: 10px;
		height:initial;
		-webkit-appearance: none;
	}
	#mail_form h1{width:90%;margin:0 auto}
	#mail_form p{width:90%;margin:0 auto;font-size: 0.8rem;}

}
/* 640pixel end */

@media screen and (max-width : 380px){
	#mail_form input#postal{width:66%;}

}
