/* Access page
-------------------------------------------------*/
.a_box {
  padding-bottom: 30px;
}

.a_box_items {
  padding-top: 50px;
  display: block;
}

@media all and (max-width: 1024px) {
  .a_box_items {
    padding-top: 40px;
  }
}

@media all and (max-width: 768px) {
  .a_box_items {
    padding-top: 30px;
  }
}

.a_box_items .a_box_item.item {
  width: 100%;
}

.a_box_items .a_box_item.item > .item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid #DDD;
}

@media all and (max-width: 768px) {
  .a_box_items .a_box_item.item > .item_ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.a_box_items .a_box_item.item > .item_ttl span {
  padding: 0 40px 0 20px;
}

@media all and (max-width: 1024px) {
  .a_box_items .a_box_item.item > .item_ttl span {
    padding: 0 30px 0 10px;
  }
}

@media all and (max-width: 768px) {
  .a_box_items .a_box_item.item > .item_ttl span {
    padding: 15px 0;
  }
}

.a_box_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 45px 10px 100px;
}

@media all and (max-width: 1024px) {
  .a_box_main {
    padding: 30px 20px 70px;
  }
}

@media all and (max-width: 768px) {
  .a_box_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px 50px;
  }
}

.a_box_left {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 1024px) {
  .a_box_left {
    width: 30%;
  }
}

@media all and (max-width: 768px) {
  .a_box_left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.a_box_left_map {
  padding-bottom: 10px;
}

@media all and (max-width: 1024px) {
  .a_box_left_map img {
    width: 100%;
  }
}

@media all and (max-width: 1024px) {
  .a_box_left_img img {
    width: 100%;
  }
}

.a_box_left_info {
  padding-top: 15px;
}

.a_box_left .adr {
  text-align: center;
  font-size: 13px;
  color: #1F1F1F;
  line-height: 160%;
  padding-top: 10px;
}

@media all and (max-width: 1024px) {
  .a_box_left .adr {
    font-size: 11px;
  }
}

.a_box_right {
  width: 78%;
}

@media all and (max-width: 768px) {
  .a_box_right {
    width: 100%;
  }
}
