/* CSS Document */
/* CSS Document */
.main_col .access {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted #2fc5cf;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.main_col .access dl {
  width: 100%;
}
.main_col .access dl dt {
  font-weight: bold;
  font-size: 1.8rem;
}
.main_col .access .googlemap {
  width: 100%;
  height: 250px;
}

@media (min-width: 768px) {
  .main_col .access {
    display: flex;
    flex-direction: row;
  }
  .main_col .access dl {
    width: 50%;
  }
  .main_col .access dl dt {
    font-weight: bold;
  }
  .main_col .access .googlemap {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
  }
}
