/*アクセス*/
.access_table th{
  text-align: left;
  width: 236px;
  padding-bottom: 25px;
}
.access_table td{
  padding-bottom: 25px;
}
@media screen and (max-width: 1100px) {

  .access_table tbody,
  .access_table tr,
  .access_table th,
  .access_table td{
    display: block;
    width: 100%;
  }

  .access_table th{
    padding-bottom: 10px;
  }
}
.box.edit h3{
  text-align: left;
}

.f_row.clear{
  margin-bottom: 40px
}
.f_row.left.clear >.col h4,
.f_row.right.clear >.col h4{
  text-align:left;
}

