@charset "UTF-8";
.Page-content {
  padding-top: 60px;
}

.accessBlock {
  margin-bottom: 40px;
}

.accessBox:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.accessBox-img {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 60em) {
  .accessBox-img {
    float: none;
    margin: auto; 
    margin-bottom: 30px;
    width: 100%;
  }
  .accessBox-img img {
    display: block;
    margin: auto;
  }
}

.accessBox-content {
  float: right;
  margin-bottom: 40px; 
  width: 48%;
}
@media only screen and (max-width: 60em) {
  .accessBox-content {
    float: none; 
    width: 100%;
  }
}

.accessBox-table {
  margin-bottom: 30px;
  width: 100%; 
  border-top: 1px solid #e6e6e6;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.accessBox-table caption {
  margin-bottom: 10px; 
  text-align: left;
  font-weight: bold;
}
.accessBox-table tr {
  border-bottom: 1px solid #e6e6e6;
}
.accessBox-table th {
  padding-top: 15px;
  padding-right: 15px; 
  padding-bottom: 15px;
  text-align: left;
  font-weight: normal;
}
.accessBox-table td {
  padding: 15px 0;
}
.accessBox-table a {
  text-decoration: underline;
}
.accessBox-table a:hover {
  text-decoration: none;
}

.accessBox-map {
  padding-top: 66.40625%; 
  width: 100%;
}

.accessBox-map >div {
  top: 0;
  left: 0;
}

@media only screen and (max-width: 37.5em) {
  .accessBox-map {
    padding-top: 100%; 
    width: 100%;
  }
}
