@charset "UTF-8";
/*-----------------------------------

company_block 

-----------------------------------*/
#company_block{
  padding: 80px 0;
}
.company_top_block,
.company_map_block,
.company_low_tbl{
  margin-bottom: 100px;
}
#company_block table{
  width: 100%;
}
#company_block table tr th{
  color: #282422;
  background: #efece4;
  width: 20%;
}
#company_block table tr th,
#company_block table tr td{
  border: solid 1px #c7c7c7;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  #company_block{
    padding: 40px 0;
  }
  #company_block table tr th{
    padding-left: 10px;
  }
  #company_block table tr td{
    padding: 16px 10px;
  }
}
/*-----------------------------------

company_map_block

-----------------------------------*/
.company_map_block p{
  margin-bottom: 20px;
}
/*-----------------------------------

company_low_block

-----------------------------------*/
.dl_table{
  padding: 4px;
}
.dl_table dt{
  font-weight: 600;
  float: left;
  width: 90px;
  border-bottom: dotted 1px #c7c7c7;
}
.dl_table dd{
  margin-left: 100px;
  border-bottom: dotted 1px #c7c7c7;
}
.company_low_tbl a{
  text-decoration: underline;
}
.company_low_tbl a:hover{
  color: #c32e34;
}
@media screen and (max-width: 640px) {
  .company_top_block,
  .company_map_block,
  .company_low_block{
    margin-bottom: 20%;
  }
  #company_block table tr th,
  #company_block table tr td{
    border: none;
  }
  .company_top_tbl table tr th,
  .company_top_tbl table tr td,
  .company_low_tbl table tr th,
  .company_low_tbl table tr td{
    display: block;
    width: 100%;
    text-align: left;
  }
  #company_block table tr th{
    width: 100%;
  }
  .dl_table {
    padding: 0px;
  }
  .dl_table dt{
    float: none;
    border-bottom: none;
    margin-top: 10px;
  }
  .dl_table dd{
    margin-left: 0;
  }
  .map_box iframe{
    height: 280px;
  }
}