.section_access {
  padding: 50px 0;
}
.section_access .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section_access .inner .bdr_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.section_access .inner .col__wrap {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .section_access .inner .col__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
.section_access .inner .col__wrap .col__box {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px #ccc;
}
@media (min-width: 769px) {
  .section_access .inner .col__wrap .col__box {
    align-items: center;
    flex-direction: row;
    width: 48%;
  }
}
.section_access .inner .col__wrap .col__box h3 {
  font-weight: bold;
  background: #f7f7f7;
  padding: 15px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .section_access .inner .col__wrap .col__box h3 {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    margin: 0;
  }
}
.section_access .inner .col__wrap .col__box ul {
  padding: 0 0 15px 2em;
}
@media (min-width: 769px) {
  .section_access .inner .col__wrap .col__box ul {
    padding: 15px 0 15px 2em;
  }
}
.section_access .inner .col__wrap .col__box ul li {
  list-style-type: disc;
}
.section_access .inner .col__wrap .col__box ul li + li {
  margin-top: 5px;
}
.section_access .inner .map {
  margin-bottom: 40px;
}
.section_access .inner .map img {
  width: 100%;
}
.section_access .inner .map_list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .section_access .inner .map_list {
    flex-direction: row;
  }
}
.section_access .inner .map_list li {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .section_access .inner .map_list li {
    max-width: 280px;
    margin-right: 2em;
  }
}
@media (min-width: 769px) {
  .section_access .inner .map_list li .btn {
    border-radius: 0;
    height: auto;
    line-height: auto;
    padding: 20px;
  }
}