@charset "utf-8";

/* sec-bizdetails02
===========================================*/
.sec-contact_wrap {
  width: 100%;
  height: auto;
  position: relative;
  background: url(../images/bg_contact01.jpg) no-repeat;  
  background-size: cover;
  background-position: center bottom;
}

.white-image_blockwrap {
  background-color: rgba(255,255,255,0.9);
  max-width: 1000px;
  margin: 80px auto 105px;
}

.white-image_blockwrap_container {
  padding: 105px 100px 10px;
}

.details_whitebox-contact{
  max-width: 100%;
  height: auto;
  padding: 40px;
}

.details_whitebox-contact-table {
  width: 100%;
  height: auto;
  padding: 0;
}

.contact_table01 {
  width: 100%;
}

.table-txt-contact {
  width: 84%;
  line-height: 1.4;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  font-size: 0.94em;
}

.text-contact {
  line-height: 1.6;
  margin-bottom: 40px;
}

/*================================================
 sp
================================================*/

@media (max-width: 800px) {
  
  .white-image_blockwrap {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .white-image_blockwrap_container {
    padding: 26px 24px 20px;
  }
  
  .details_whitebox-contact{
    height: auto;
    padding: 18px;
  }
    
  .text-contact {
    margin-bottom: 20px;
  }  
}








