.subpage article .page_links li {
  width: 33.333%;
}

.subpage article .googlemap {
  width: 100%;
  height: 600px;
  position: relative;
}

.subpage article .googlemap iframe {
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.subpage article .office_hours thead tr th {
  background: #f7f7f7;
  color: #112142;
  text-align: center;
}

.subpage article .office_hours tbody tr th {
  color: #333333;
  font-weight: normal;
  border-bottom: #d6d6d6 solid 1px;
}

.subpage article .office_hours tbody tr td {
  color: #333333;
  border-bottom: #d6d6d6 solid 1px;
  text-align: center;
}

.subpage article .office_hours tfoot td {
  color: #112142;
}

.subpage article .item_box {
  margin-bottom: -50px;
}

.subpage article .item_box .item h4 {
  text-align: center;
}

.subpage article .item_box.three {
  margin-bottom: 50px;
}

.subpage article .item_box.three .item {
  width: calc((100% - 30px)/3);
}

.subpage article .item_box.three .item h4 {
  font-size: 1.8rem;
}

.subpage article .item_box.three .item p {
  font-size: 1.5rem;
}

@media screen and (max-width: 740px) {
  .subpage article .page_links li {
    width: 100%;
  }
  .subpage article .googlemap {
    width: 100%;
    height: 340px;
  }
  .subpage article .item_box {
    margin-bottom: -25px;
  }
  .subpage article .item_box.three {
    margin-bottom: 25px;
  }
  .subpage article .item_box.three .item {
    width: 100%;
  }
  .subpage article .item_box.three .item figure img {
    width: 100%;
    height: auto;
  }
  .subpage article .item_box.three .item h4 {
    font-size: 1.6rem;
    text-align: left;
  }
  .subpage article .item_box.three .item p {
    font-size: 1.4rem;
  }
}
