@charset "utf-8";

/*--------------------------------------------------------------------------------
共通
--------------------------------------------------------------------------------*/
#warehousingform .contents_inner :placeholder-shown {
  color: #aaa;
}
#warehousingform .contents_inner ::-webkit-input-placeholder {
  color: #aaa;
}
#warehousingform .contents_inner ::-moz-placeholder {
  color: #aaa; opacity: 1;
}
#warehousingform .contents_inner :-ms-input-placeholder {
  color: #aaa;
}
#warehousingform .contents_inner{
	margin: 100px auto;
        max-width: 1000px;
}
#warehousingform .contents_inner input{
        width:initial;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}

.main_visual{
	background-color: #000000;
}
.main_visual p{
	max-width: 1400px;
	margin: 0 auto;
	line-height: 0;
}
.main_visual p img{
	width: 100%;
}
#warehousingform .contents_inner p{
	font-size: 14px;
} 
.main_contents.bg_white{
	background-color: #ffffff;
}

.reserve_form_area select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
    background-repeat: no-repeat;
    background-image: url(./img/reserve/icon-select-arrow.png);
    background-position: right center;
    background-size: 30px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;

}
	.reserve_form_area input,
	.reserve_form_area textarea{
    border: 1px solid #ccc;
    border-radius: 3px;
}
.reserve_form_area .must{
    background-color: #dd3c3c;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 1px 4px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    border-radius: 2px;
}
.reserve_form_area .forminfo{
	display:block; 
	font-size: 14px;
	margin-bottom: 5px;
}
.reserve_form_area .s-title{
	display:block; 
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;

}
.reserve_form_area .privacy_txt{
	border: 1px solid #ccc;
    border-radius: 3px;
    padding: 30px;
}

.reserve_form_area select{
padding: 10px;
font-size: 16px;
line-height: 1em;
vertical-align: middle;
padding-right: 36px;
margin-top: 10px;

}

.reserve_form_area input,
.reserve_form_area textarea {
padding: 10px;
font-size: 16px;
line-height: 1em;
	}
.reserve_form_area{
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 100px;
}

.reserve_form_area .agree_area{
	text-align: center;
	margin-top: 40px;

}
.reserve_form_area .agree_check{
	margin-top: 10px;

}
.btn_send{
	text-align: center;
}
input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background-color: #333;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    padding:16px 40px ;
    margin-top: 0px 10px;
    border:none;
}
input[type="submit"][name="submitBack"]{
	background-color: #ccc;
	color: #000;
	font-size: 14px;
	border: none;
	margin-right: 20px;

}

input[type="submit"]:hover,
input[type="submit"][name="submitBack"]:hover{

}
.Form-guide{border-top: 1px solid #dedede;}
.Form-guide h4{
	text-align:center;
	font-weight:bold;
	letter-spacing:0.15em;
	color: #747474;
	font-size:1.5em;
}
.guideIn{
	display:inline-block;
	width:46%;
	vertical-align:top;
	margin-left:70px;
}
.guideIn h5,.guideIn .bold{
	font-weight:bold;
	margin-bottom:0;
}
.guideIn h5{margin-bottom:10px;}
.guideIn h5 span{
	border: 1px solid #ccc;
	padding:5px 20px;
}
.guideIn p{line-height: 1.7em;}
.guideIn .credit{
	background-color: #fefef4;
	font-size: 12px;
	padding: 15px;
}
.guidePage{
	display:block;
	width:94%;
	margin:0 auto;
}
.guidePageTable{padding-bottom:35px}
.guidePageTable table{width:100%;}
.guidePageTable th{
	padding: 5px 10px;
	background:#e8e8e8;
	font-weight: bold;
	border:#ccc solid 1px;
}
.guidePageTable td{
	padding: 5px 10px;
	border:#ccc solid 1px;
}
.contact_complete{
    padding:10px;
    text-align:center;
}
/*--------------------------------------------------------------------------------
width: 640px以上
--------------------------------------------------------------------------------*/

@media screen and (min-width: 641px) {
	#warehousingform .contents_inner p{
		font-size: 14px;
	} 

	#warehousingform .contents_inner h2{
		font-size: 24px;
		margin-bottom: 30px;
	}
	#warehousingform .contents_inner h4{
		font-size: 20px;
		margin-bottom: 15px;
		font-weight: bold;
	}

	.reserve_form_area dl{
		display: table;
		width: 100%;
		border-top: 1px solid #dedede;
		padding: 25px 0;
	}
	.reserve_form_area dl dt{
		display: table-cell;
		width: 22.5%;
		vertical-align: middle;
	}
	.reserve_form_area dl dd{
		display: table-cell;
	}
	.br-visible {
    display: inherit;
}

}

/*--------------------------------------------------------------------------------
width: 639px以下
--------------------------------------------------------------------------------*/

@media screen and (max-width: 640px){


	h2{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	h4{
		font-size: 1.8rem;
		margin-bottom: 20px;
		font-weight: bold;
	}
	.reserve_form_area{
		margin-bottom: 50px;
	}
	.reserve_form_area dl dt{
		font-size: 1.6rem;
		background-color: #eceaeb;
		padding: 10px;
	}
	.reserve_form_area dl dd{
		font-size: 1.4rem;
		margin: 15px 0;
	}
	.reserve_form_area input,
	.reserve_form_area textarea {
		padding: 10px;

	}
	.reserve_form_area input#f_distance{
		width: 60%;
	}
	.br-visible {
    display: none;
	}
.guidePage{width:100%;}
.guidePageTable th,.guidePageTable td{
	display:block;
	width:100%;
}
}


