@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background: url(../image/request/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}
.page-ttl h1{
	max-width: 454px;	
}


#Header{
  display: none;
}
#Wrapper{
  margin-left:0;
}

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

/* contact 
-----------------------------------------------------------------*/
.contact{
	padding: 60px 0 75px;
  border-bottom: 5px solid #2D2A29;	
}
.contact .inner{
  max-width: 1030px;  
}
.contact p.txt{
  text-align:center;
  font-size: 1.8rem;  
}
.contact .progress{
  margin-bottom: 75px;  
}
.contact .item-left{
  position: fixed;
  right: 0;
  bottom: 200px;
	z-index:100;
  padding: 12px 0 12px 18px;
  border-radius : 10px 0px 0px 10px;
  background : #F9EAE8;
  font-size: 1.8rem;
  color: #CE5841;
  text-align: right;  
}
.contact .item-left strong{
  padding-right: 2px;
  font-size: 3.2rem; 
}

.form-list > li{
	display: flex;
  padding: 15px 0;	
}
.form-list > li h3{
	width: 28%;
  font-size: 2rem;
  line-height:1.6;
}
.form-list > li h3 .instruction{
  display: block;
  font-size: 1.2rem;
  color: #686868;  
}
.form-list > li h3 .require{
  display: inline-block;
  transform: translateY(-2px);
  margin-left: 8px;
  padding: 0 10px;
  background: #DA6161;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #FFF;   
}
.form-list > li > p{
	position: relative;    
	width: 72%;
}
.form-list .layout-box{
  justify-content: start;  
}

/* 個別スタイル */
.q01 p span:nth-child(n+2){
  margin-right: 15px;
}
.q2.sp{
  display: none;  
}
#Q02-02{
  width: 390px;  
}
#Q-05{
  width: 200px;
}
.zip-search{
  width: 135px;
  height: 45px;
  margin-left: 10px;
  transform: translateY(2px);
  border:none;
  border-radius:9px;   
  line-height:43px;
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
  background: #7FBE26;
  cursor: pointer;
  
 }
.contact.home .form-list .q06{
  display: block;  
}
.q06 dl div{
  display: flex; 
  padding: 15px 0; 
}
.q06 dl dt{
  width: 28%;
  padding-left: 3%;
  font-size: 2rem;  
}
.q06 dl dd{
  position: relative;
  width: 72%; 
}
#Q-06{
  width: 200px;  
}
#Q-11,
#Q-12{
  width: 100%;  
}
.q09 input[type="text"]{
  max-width: 120px !important;
}
.q09 p span{
  margin-right: 15px;
}
.q09 p .hosoku{
  margin:0 10px 0 5px;
  font-size: 1.8rem;
}
#Q-14{
  width: 200px;  
}
.q15 label:nth-of-type(n+3){
  margin-top: 15px;  
}

/* privacy */
.privacy-box{
  width: 100%;
  height: 250px;
  overflow: auto;
  margin-bottom: 40px;
  padding: 20px 1%;
  border:2px solid #686868;
  border-radius:5px;
  line-height: 1.8;
}

.privacy-box::-webkit-scrollbar{
 height: 5px;
}
  
.privacy-box::-webkit-scrollbar-track{
     background: #F1F1F1;
}

.privacy-box::-webkit-scrollbar-thumb {
     background: #BCBCBC;
}






/* contact.home 
-----------------------------------------------------------------*/
.contact.home .txt{
  margin-bottom: 35px;  
}
.contact.home .form-list{
  margin-bottom: 55px;  
}
.txt-privacy{
  margin-bottom: 25px;
  text-align:center;
  font-size: 1.8rem;    
}
.agreement-confirm{
  margin-bottom: 20px;
  text-align: center;  
}
.agreement-confirm p{
  display:inline-block;
  padding: 20px 60px;
  background:#F7F7E8;
  border-radius:9px;  
}
.agreement-confirm.not-agree p{
  background:#F2F2F2;    
}
.agreement-confirm.not-agree + .btn{
  opacity: .4;
} 
.agreement-confirm.not-agree + .btn .submit{
	pointer-events: none;	
}
.note-ssl {
  margin-top: 30px;
  font-size: 1.4rem;
  text-align: center;  
}



/* contact.confirm 
-----------------------------------------------------------------*/
.form-list .q02.sp{
    display: none; 
}
.contact.confirm .txt{
  margin-bottom: 35px;  
}
.contact.confirm .form-list{
  margin-bottom: 55px;  
}
.form-list .confirm-txt{
  display: inline-block;
  min-width: 540px;
  min-height: 52px;
  padding: 10px 20px;
  border-radius: 9px;
  background: #F4F4F4;
  font-size: 1.8rem;  
}
.form-list .q05 .confirm-txt,
.form-list .q09 .confirm-txt,
.form-list .q10 .confirm-txt,
.form-list .q14 .confirm-txt{
  min-width:200px;
}
.form-list .q15 .confirm-txt{
  min-width:270px;
}
.btn-back a{
  width: 280px;
  height: 50px;
  line-height:48px;
  background-position: right 15px center;  
}
.contact.confirm .btn-back{
  margin-top: 20px;  
}


/* contact.complete
-----------------------------------------------------------------*/
.contact.complete .txt-complete{
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align:center; 
  color: #7FBD26;
}
.contact.complete .txt{
  margin-bottom: 90px;
}







/* form
-----------------------------------------------------------------*/
/* IE用 */
@media all and (-ms-high-contrast:none){
::-ms-expand {
	display: none;
}
}

.form-list input[type="text"],
.form-list input[type="email"],
.form-list input[type="tel"]{
  box-sizing: border-box;
	max-width: 490px;
  width: 100%;
	padding: 0 20px;
	height: 45px;
	line-height: 43px;
	border: 2px solid #686868;
  border-radius: 9px;	
	font-size: 1.8rem;
}


.form-list textarea{
	box-sizing:border-box;
  width: 100%;
	height: 200px;
	padding: 20px;
	border: 2px solid #333;
  border-radius: 8px;	
  font-size: 1.8rem;
}

.form-list select {
	width: 120px;
  height: 45px;
	padding: 5px 40px 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #1F1F1F;
	border-radius:9px;
	background: #eee;
	background:url(../image/request/arw_select.svg) right 50% no-repeat;
	background-size:auto 102%;
	font-size:1.8rem;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}


input[type="checkbox"] {
	position: relative;
	z-index: 10;
	opacity: 0;
}

.checkbox {
	box-sizing: border-box;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 30px 0 25px;
	vertical-align: middle;
  font-size: 1.8rem;
  cursor: pointer;
}

.checkbox::before {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: -13px;
	display: block;
	margin-top: -10px;
	width: 28px;
	height: 22px;
  background: url(../image/request/ico_check.svg) no-repeat;
  background-size: 100% auto;
	content: '';
	opacity: 0;
  transition: .3s;
}

.checkbox::after {
	position: absolute;
	top: 50%;
	left: -18px;
	display: block;
	margin-top: -11px;
	width: 24px;
	height: 24px;
	border: 2px solid #686868;
  border-radius:7px;
	background:#FFF;
	content: '';
  cursor: pointer;
}

input[type=checkbox]:checked + .checkbox::before {
  opacity: 1;
}


 input[type="radio"]{
	display: inline-block;
  margin-right: 6px;
	opacity: 1;
	transform: translateY(-5px);
	cursor: pointer;
}

input[type=radio]+.radio{
	position: relative;	
	padding: 3px 20px 0 10px;
	cursor: pointer;
  font-size: 1.8rem;
}
input[type=radio]+.radio::before{
	position: absolute;
	left: -20px;
	top: 6px;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #686868;
	background: #FFF;
  border-radius: 100%;
}
input[type=radio]+.radio::after{
	position: absolute;
	left: -16px;
	top: 10px;
	content:"";
	display: block;
	width: 16px;
	height: 16px;
	background: #FFF;
  border-radius: 100%;	
  transition: .3s;
}
input[type=radio]:checked+.radio::after{
	background: #7FBE26;
}


/* 必須項目 */
.form-list .must,
.form-list .select-must{
	background-color:#F7F7E8;	
}
.form-list .must.done,
.form-list .select-must.done{
	background-color:#FFF;	
}

input[type=radio].must+.radio::before{
	background:#F7F7E8;	
}
input[type=radio].must+.radio::after{
	background:#F7F7E8;
}
input[type=radio].must.done+.radio::before,
input[type=radio].must.done+.radio::after{
	background: #FFF;
}
input[type=radio].must:checked+.radio::after{
	background: #7FBE26;
}
input[type=radio].must.error+.radio::before{
	background-color:#F9EAE8;
	border-color: #D3897D;
}
input[type=radio].must.error+.radio::after{
	background-color:#F9EAE8;
}

.form-list input[type="checkbox"].must + .checkbox::after{
	background-color:#F7F7E8;	  
}
.form-list input[type="checkbox"].must.done + .checkbox::after{
	background-color:#FFF;	  
}
.form-list input[type="checkbox"].must.error + .checkbox::after{
  background:#F9EAE8;
  border-color: #D3897D;	
}

.form-list .must.error{
	background-color:#F9EAE8;
  border-color: #D3897D;	
}
.form-list .select-must.error{
	background-color:#F9EAE8;
  border-color: #D3897D;	
}


input[type="submit"].submit,
.complete .btn-back a{
  display:block;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
  height: 70px;
  line-height: 68px;
  border: 2px solid;
  border-radius:35px;
  background:url(../../common/image/arw_circle_bk.svg) no-repeat right 30px center;
  background-size: 20px auto;
  font-size: 2rem;
  text-align: center; 
  font-weight:800;
  cursor: pointer; 
}
input[type="submit"].submit.send{
  border-color: #7FBE26;
   background:url(../../common/image/arw_circle_green.svg) no-repeat right 30px center;
  background-size: 20px auto;
  color: #7FBE26;  
}




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

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
  #Footer.contact-footer .cv-area {
      padding: 30px 0 80px;
  }
  .page-ttl{
    background: url(../image/request/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }
  .page-ttl h1{
    max-width: 280px;	
  }



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

/* contact 
-----------------------------------------------------------------*/
  .contact{
    padding: 40px 0;
    border-bottom: 3px solid #2D2A29;	
  }
  .contact .inner{
    max-width: initial;  
  }
  .contact p.txt{
    font-size: 1.4rem;
    text-align: left;  
  }
  .contact .progress{
    margin-bottom: 30px;  
  }
  .contact .item-left{
    position: static;
    margin-bottom: 20px;
    padding: 0 10px 5px;
    border-radius : 0;
    border-bottom: 2px solid #D3897D;
    font-size: 1.6rem;
    text-align: center;  
  }
	.contact .item-left.fix{
			position:fixed;
			left:0;
			top: 0;
			z-index:100;
			width: 100%;
			height: 58px;
	}
  .contact .item-left strong{
    padding-right: 2px;
    font-size: 2.8rem; 
  }
  
  .form-list > li{
    display: block;
    padding: 10px 0;	
  }
  .form-list > li p.layout-box{
    flex-wrap:wrap;
  }
  .form-list > li h3{
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .form-list > li > p{
    width: 100%;
  }
  .form-list .layout-box{
    justify-content: start;  
  }
  
  /* 個別スタイル */
  .q2.pc{
    display: none; 
  }
  .q2.sp{
    display: flex; 
  }
  .q01 h3,
  .q02 h3{
    margin-bottom: 0; 
  }
  .q02 h3{
    padding-bottom: 10px;
    border-bottom: 1px solid #231815; 
  }
  .q01 p span:first-child{
    width: 100%; 
  }
  .q01 p span:nth-child(n+2){
    padding-top: 15px;
    margin-right: 5px;
  }
  #Q02-02{
    margin-top: 15px;
    width: 100%;  
  }
  #Q-05{
    width: 200px;
  }
  .zip-search{
    font-size: 1.6rem;    
   }
  .contact.home .form-list .q06{
    display: block;  
  }
  .q06  h3{
    padding-bottom: 0;
    border-bottom: none; 
  }
  .q06 dl div{
    display: block; 
    padding: 8px 0; 
  }
  .q06 dl dt{
    width: 100%;
    padding-left: 0;
    font-size: 1.6rem;  
  }
  .q06 dl dd{
    width: 100%; 
  }
  #Q-11,
  #Q-12{
    width: 100%;  
  }
  .q09 input[type="text"]{
    max-width: 90px !important;
  }
  .q09 p span{
    margin-right: 5px;
  }
  .q09 p .hosoku{
    margin:0 5px 0 2px;
    font-size: 1.8rem;
  }
  .q15 label:nth-of-type(n+2){
    margin-top: 8px;  
  }
  
  /* privacy */
  .privacy-box{
    margin-bottom: 20px;
    padding: 3%;
    border:2px solid #686868;
    border-radius:5px;
    line-height: 1.8;
  }

  
  
  /* contact.home 
-----------------------------------------------------------------*/
  .contact.home .txt{
    margin-bottom: 20px;  
  }
  .contact.home .form-list{
    margin-bottom: 10px;  
  }
  .txt-privacy{
    margin-bottom: 15px;
    text-align:left;
    font-size: 1.4rem;    
  }
  .agreement-confirm{
    margin-bottom: 20px;
    text-align: center;  
  }
  .agreement-confirm p{
    display:inline-block;
    padding: 20px 60px;
    border-radius:9px;  
  }
  .note-ssl {
    margin-top: 30px;
    font-size: 1.3rem;
    text-align: center;  
  }

/* contact.confirm 
-----------------------------------------------------------------*/
  .form-list > li.q02{
    display: none; 
  }
  .contact.confirm .txt{
    margin-bottom: 20px;  
  }
  .contact.confirm .form-list{
    margin-bottom: 10px;  
  }
  .form-list .confirm-txt{
    display: block;
    min-width: initial;
    min-height: 52px;
    padding: 10px 15px; 
  }
  .form-list .q05 .confirm-txt,
  .form-list .q09 .confirm-txt,
  .form-list .q10 .confirm-txt,
  .form-list .q14 .confirm-txt{
    min-width:200px;
  }
  .form-list .q15 .confirm-txt{
    min-width:270px;
  }
  .btn-back a{
    width: 190px;
    height: 45px;
    line-height:43px;
  }


/* contact.complete
-----------------------------------------------------------------*/
  .contact.complete .txt-complete{
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .contact.complete .txt{
    margin-bottom: 30px;
  }


/* form
-----------------------------------------------------------------*/
  .form-list input[type="text"],
  .form-list input[type="email"],
  .form-list input[type="tel"].
  .form-list .txt-area
  .form-list select {
    font-size: 1.6rem; 
  }
  
  .form-list select {
    width: 105px; 
  }
  .checkbox {
    padding: 0 0 0x 20px;
    font-size: 1.6rem;  
  }
  
  input[type="submit"].submit,
  input[type="submit"].submit.confirm.on,
  .complete .btn-back a{
    max-width: 280px;
    height: 55px;
    line-height: 53px;
    border: 2px solid;
    border-radius:28px;
    background:url(../../common/image/arw_circle_bk.svg) no-repeat right 15px center;
    background-size: 20px auto;
    font-size: 1.6rem; 
  }

}

