/* contact	
----------------------------------------------------*/
/*
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
.pageTtl {
  background-image: url("img/page_ttl.jpg");
}
#contact .regist {
  color: #CC0000;
  padding: 20px 0 40px 0
}
#contact .tel {
  font-size: 16px;
  font-weight: bold;
  color: #A37E57;
}
#contact .tbl01 {
  width: 100%;
  margin: 10px 0;
}
#contact .tbl01 th, #contact .tbl01 td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5em 1em;
}
#contact .tbl01 td {
  padding: 1em;
}
#contact .atten {
  color: #CC0000;
  font-size: 11px;
}
#contact input, #contact select, #contact textarea {
  padding: 4px 10px;
  margin: 2px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact input:focus, #contact select:focus, #contact textarea:focus {
  box-shadow: 0 0 7px #c6b287;
  border: 1px solid #c6b287;
}
#contact .submitBox {
  text-align: center;
  padding: 10px 0 0;
}
#contact .submitBox .submit {
  width: 120px;
  margin: 0 10px;
  border: 0;
  padding: 8px;
  background: #666;
  color: #FFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact .submitBox .submit:hover {
  opacity: 0.6;
}
#contact #name, #contact #kana, #contact #tel {
  width: 60%;
}
#contact #age {
  width: 50px;
}
#contact #zip, #contact #spam {
  width: 100px;
}
#contact #add, #contact #tel, #contact #email, #contact #corp, #contact #busho, #contact #message {
  width: 100%;
}
.complate {
  margin: 1em;
  border: 1px solid #ccc;
  padding: 15px;
}
.complate h3 {
  text-align: center;
  font-weight: 700;
  color: #c00;
  font-size: 110%;
}
.complate .txt {
  padding: 1em 0;
}
@media (min-width: 415px) {
  #contact .tbl01 th {
    width: 24%;
    display: table-cell;
  }
  #contact .tbl01 td {
    display: table-cell;
  }
  #contact .submit-box .submit {
    width: 160px;
  }
  #contact #name, #contact #kana, #contact #tel {
    width: 180px;
  }
  #contact #zip {
    width: 80px;
  }
  #contact #syamei, #contact #busyo, #contact #mail, #contact #mailcheck {
    width: 360px;
  }
  #contact #add, #contact #messege {
    width: 95%;
  }
  .complate {
    margin: 1em;
    padding: 30px;
  }
}
@media (min-width: 960px) {
  #contact .stepBar {
    max-width: 360px;
    margin: 2em auto;
  }
  .complate {
    width: 80%;
    margin: 1em auto;
  }
}