@charset "utf-8";


.access .access_intro .row {
  margin-top: 20px;
}
.access .access_intro .row:first-child {
  margin-top: 0;
}

.access .access_intro .first_view .col {
  width: 100%;
}
.access .access_intro .first_view .col:first-child + .col {
  width: 100%;
  margin-top: 15px;
  border-left-width: 0;
}
.access .access_intro .first_view .col figure {
  text-align: center;
}
.access .access_intro .first_view .col figure img {
  width: 100%;
  height: auto;
}
.access .access_intro .basic_info {
  border-bottom: 1px solid #d6d6d6;
  font-size: 117%;
}
.access .access_intro .basic_info > dt {
  width: 80px;
  float: left;
  padding: 14px 0;
  padding-left: 8px;
  border-top: 1px solid #d6d6d6;
  color: #00a7d7;
  box-sizing: border-box;
}
.access .access_intro .basic_info > dd {
  width: 100%;
  padding: 14px 0;
  padding-left: 80px;
  border-top: 1px solid #d6d6d6;
  box-sizing: border-box; 
  word-break: break-all;
}
.access .access_intro img {
  width: 100%;
}

.access .access_map > img:first-child {
  margin-bottom: 15px;
}
.access .access_map img {
  width: 100%;
}