@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　contact
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

.inner{
	width: 1000px;	
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/


/* intro
-----------------------------------------------------------------*/
.intro{
	padding: 80px 0 35px;
	text-align:left;	
}
.intro a,
.contact-form a{
	color:#EC881D;
	text-decoration:underline;	
}
.intro a:hover,
.contact-form a:hover{
	text-decoration:none;
}

/* form
-----------------------------------------------------------------*/
.contact-form{
	margin-bottom: 110px;
}
.contact-form .progress{
	margin-bottom: 60px;	
}
.contact-form dt{
	float: left;
	width: 225px;
	padding-top: 25px;
	font-size:1.8rem;
	font-weight:bold;
	clear: both;
}
.contact-form dd{
	padding: 40px 0 40px 225px;
	border-bottom:1px dotted #393A38;
}
.contact-form dd:last-child{
	border:none;	
}

.contact-form dd .web1_top .enquete1 {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
	font-weight:bold;
}
.contact-form dd .web1_top .enquete1::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: -13px;
	display: block;
	margin-top: -10px;
	width: 7px;
	height: 12px;
	border-right: 4px solid #F6891F;
	border-bottom: 4px solid #F6891F;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact-form dd .web1_top .enquete1::after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: -20px;
	display: block;
	margin-top: -11px;
	width: 20px;
	height: 20px;
	border: 2px solid #646464;
	background:#FFF;
	content: '';
}
.contact-form dd .web1_top input[type=checkbox]:checked + .enquete1:before {
  opacity: 1;
}
.contact-form dd .web1_top input[type=radio]:checked + .enquete1:before {
  opacity: 1;
}

.contact-form .req{
	display:inline-block;
	margin-left: 10px;
	padding: 0 10px;
	background:#EC881D;
	font-size:1.3rem;
	color:#FFF;	
	font-weight:normal;
}
.contact-form dd span{
	padding-left: 20px;	
}
.contact-form dd .note{
	width: 700px;
	padding-top: 5px;
	font-size:1.3rem;	
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"]{
	width: 400px;
	padding: 0 20px;
	height: 50px;
	line-height:50px;
	border:1px solid #393A38;	
	font-size:1.6rem;
}

.contact-form #company,
.contact-form #work_area,
.contact-form #email,
.contact-form #city,
.contact-form #street_number,
.contact-form #address01,
.contact-form #address02{
	width: 500px;
}

.contact-form .btn-zip{
	width: 92px;
	height: 40px;
	margin-left: 5px;
	background:#393937;
	border-radius:5px;
	color:#FFF;	
	font-size:1.6rem;
	line-height:40px;
	border:0;
	cursor:pointer;
	transition:.3s;
}
.contact-form .btn-zip:hover{
	background:#EC881D;	
}
.contact-form #zip{
	width: 200px;
}
.contact-form select{
	font-size:1.6rem;
	width: 200px;
	height: 52px;
	border:1px solid #393A38;
	background:url(../images/contact/arw_select.png) no-repeat left center;
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	padding-left: 42px;
}
.contact-form select::-ms-expand {
  display: none;
}
.contact-form select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

.contact-form textarea{
	box-sizing:border-box;
	width: 700px;
	height: 200px;
	padding: 20px;
	border:1px solid #393A38;	
}
.contact-form dd label{
	padding-right: 10px;
}
.contact-form dd .web1_Link_sn{
	display: inline-block;
}
.contact-form dd .web1_Link{
	display: inline-block;
}
.contact-form dd ul li+li{
	margin-top: 25px;	
}
.contact-form .must{
	background-color:#FFEFDF;	
}
.contact-form .must.done{
	background:#FFF;	
}

.contact-form .privacy{
	padding: 30px 0;
	margin-bottom: 50px;
	background:#F5F5F5;
	border:1px solid #EBEBEB;
	text-align:center;
}
.contact-form .privacy p{
	margin-bottom: 1.4rem;	
}

.contact-form input[type="checkbox"] {
	position: relative;
	z-index: 10;
	opacity: 0;
}
.contact-form .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 30px 0 10px;
	vertical-align: middle;
	font-weight:bold;
}
.contact-form .checkbox::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: -13px;
	display: block;
	margin-top: -10px;
	width: 7px;
	height: 12px;
	border-right: 4px solid #F6891F;
	border-bottom: 4px solid #F6891F;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact-form .checkbox::after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: -20px;
	display: block;
	margin-top: -11px;
	width: 20px;
	height: 20px;
	border: 2px solid #646464;
	background:#FFF;
	content: '';
}
.contact-form input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.contact-form input[type="radio"] {
	position: relative;
	z-index: 10;
	opacity: 0;
}
.contact-form .radio {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 30px 0 10px;
	vertical-align: middle;
	font-weight:bold;
}
.contact-form .radio::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: -13px;
	display: block;
	margin-top: -10px;
	width: 7px;
	height: 12px;
	border-right: 4px solid #F6891F;
	border-bottom: 4px solid #F6891F;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact-form .radio::after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: -20px;
	display: block;
	margin-top: -11px;
	width: 20px;
	height: 20px;
	border: 2px solid #646464;
	background:#FFF;
	content: '';
}
.contact-form input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.contact-form .btn-submit{
	text-align:center;
}
.contact-form div.btn-submit{
	margin-top: 50px;
}
.contact-form div.btn-submit p{
	display:inline-block;	
}
.contact-form .btn-back{
	position: relative;
	top:3px;
	margin-right: 15px;
	display:block;
	width: 250px;
	height: 73px;
	line-height:73px;
	background-color:#393A38;
	color:#FFF;
	font-size:2rem;
	font-weight:bold;
	text-decoration:none;
}
.contact-form .btn-back span{
	padding-left: 20px;
	background:url(../images/common/arw_h_w_s.png) no-repeat left center;
	background-size:12px auto;
}
.contact-form .submit{
	width: 420px;
	height: 73px;
	line-height:73px;
	background:url(../images/common/arw_h_w_s.png) no-repeat 29% 50%;
	background-color:#DDD;
	background-size:12px auto;
	color:#FFF;	
	font-size:2rem;
	font-weight:bold;
	border:0;
	opacity:.7;
	pointer-events: none;
}
.contact-form .submit.on{
	opacity:1;
	background-color:#F6891F;
	cursor:pointer;
	pointer-events:auto;
}
.contact-form div.btn-submit .submit{
	background:url(../images/common/arw_h_w_s.png) no-repeat 41% 50%;
	background-color:#F6891F;
	background-size:12px auto;
}

.input_br{
	display: none;
}

/* complete
-----------------------------------------------------------------*/
.contact-form .thankyou{
	padding: 80px 0 50px;
	text-align:center;	
}
.contact-form .thankyou .txt-lead{
	margin-bottom: 25px;
	color:#F6891F;
	font-weight:bold;
	font-size:2.6rem;	
}
.contact-form .thankyou+.btn-submit .btn-back{
    width: 350px;	
}

.contact-form .introduction{
    text-align: left;
    max-width: 262px;
    min-width: 32%;
    margin: 0 auto;
}
.contact-form .introduction .txt-lead{
    margin-bottom: 25px;
    color:#F6891F;
    font-weight:bold;
    font-size:2.6rem;	
}
.contact-form .introduction+.btn-submit .btn-back{
	width: 350px;	
}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


.inner{
	width: 100%;	
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/


/* intro
-----------------------------------------------------------------*/
.intro{
	padding: 30px 0 25px;
}

/* form
-----------------------------------------------------------------*/
.contact-form{
	margin-bottom: 50px;
}
.contact-form .progress{
	margin-bottom: 30px;	
}
.contact-form dt{
	float: none;
	width: 100%;
	padding-top: 0;
	font-size:1.6rem;		
}
.contact-form dt span.sp{
	display:inline-block;
	padding-left: 10px;
	font-weight:normal;
	font-size:1.3rem;	
}
.contact-form dd{
	padding: 10px 0 15px 0;
	margin-bottom: 15px;
	border-bottom:1px dotted #000;
}
.contact-form .req{
	font-size:1.2rem;
}
.contact-form dd span{
	display:block;
	padding: 2px 0 5px;	
}
.contact-form dd span.inline{
	display:inline-block;
	margin-left: 10px;
	font-weight:normal;
	font-size:1.3rem;
}
.contact-form dd span.pc{
	display:none;	
}

.contact-form dd .note{
	width: 100%;
	font-size:1.2rem;	
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"]{
	width: 100%;
	padding: 0 10px;
	height: 45px;
	line-height:45px;	
	font-size:1.4rem;
}

.contact-form #company,
.contact-form #work_area,
.contact-form #email,
.contact-form #city,
.contact-form #street_number,
.contact-form #address01,
.contact-form #address02{
	width: 100%;
}

.contact-form #zip{
	width: 200px;
}
.contact-form select{
	font-size:1.4rem;
	height: 45px;
}

.contact-form textarea{
	width: 100%;
	height: 180px;
	padding: 10px;	
}
.contact-form dd label{
	display:block;	
	padding-right: 0;
	font-weight:bold;
	font-size:1.4rem;	
}
.contact-form dd ul li+li{
	margin-top: 10px;	
}
.contact-form .privacy{
	padding: 25px 10px;
	margin-bottom: 30px;
}
.contact-form .privacy p{
	margin-bottom: 1.4rem;	
}

.contact-form input[type="checkbox"] {
	position: relative;
	z-index: 10;
	opacity: 0;
}
.contact-form input[type="radio"] {
	position: relative;
	z-index: 10;
	opacity: 0;
}
.contact-form .btn-submit{
	text-align:center;
}
.contact-form div.btn-submit{
	margin-top: 15px;
}
.contact-form .submit{
	width: 290px;
	height: 50px;
	line-height:50px;
	background:url(../images/common/arw_h_w_s.png) no-repeat 25% 51%;
	background-color:#DDD;
	background-size:10px auto;
	font-size:1.6rem;
}
.contact-form div.btn-submit .submit{
	width: 290px;
}
.contact-form .btn-back{
	position: relative;
	top:0;
	margin:0 0 15px;
	width: 290px;
	height: 50px;
	line-height:50px;
	background-color:#000;
	font-size:1.6rem;
}
.contact-form .btn-back span{
	padding-left: 17px;
	background:url(../images/common/arw_h_w_s.png) no-repeat left center;
	background-size:10px auto;
}
.contact-form div.btn-submit .submit{
	background:url(../images/common/arw_h_w_s.png) no-repeat 40% 50%;
	background-color:#F6891F;
	background-size:10px auto;
}

/* complete
-----------------------------------------------------------------*/
.contact-form .thankyou{
	padding: 30px 0 20px;	
}
.contact-form .thankyou .txt-lead{
	margin-bottom: 15px;
	font-size:1.8rem;	
}
.contact-form .thankyou+.btn-submit .btn-back{
	width: 290px;	
}

.contact-form .introduction{

}
.contact-form .introduction .txt-lead{
	margin-bottom: 15px;
	font-size:1.8rem;	
}
.contact-form .introduction+.btn-submit .btn-back{
	width: 290px;	
}

}

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

.contact-form input[type="checkbox"] {
	position: absolute;
	z-index: 10;
	opacity: 0;
}
.contact-form input[type="radio"] {
	position: absolute;
	z-index: 10;
	opacity: 0;
}

.contact-form dd label {
	display: inline !important;
}

.contact-form dd .web1_top{
	padding-left :15px;
}

.contact-form dd .web1_top .enquete1::before {
	top: -10%;
	margin-top: 0px;
}

.contact-form dd .web1_top .enquete1::after {
	top: -10%;
	margin-top: 0px;
}

.input_br{
	display: block;
}

.web1_Link_sn[display: none;]

.web1_Link[]



}