#table01{
    margin: auto;
}
#table01 tr {
    border-bottom: 1px solid #b5b1b1;
  }

  #table01 th,
  #table01 td {
    padding: 24px 0;
    border: none;
  }

  #table01 th {
    width: 30%;
  }

  /* sp */
  @media only screen and (max-width: 480px) {
    #table01 th,
    #table01 td {
      width: 100%;
      display: block;
    }

    #table01 th {
      width: 100%;
    }

    #table01 td {
      padding-top: 0;
    }
  }

.map-inner{
    padding-top: 20px;
    text-align: center;
}
.map-inner h2{
    font-size: 2rem;
    padding: 20px 0;
}

.map-inner h2::before{
    position: absolute;
	content: '';
	bottom: 41%;
    left: 50%;
    width: 50px;
    height: 5px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	background-color: #FFC000; /*下線の色*/
}

@media only screen and (max-width: 770px){
    .map-inner h2::before{
        bottom: 47%;
    }
}

@media only screen and (max-width: 480px){
    .map-inner h2::before{
        bottom: 37%;
    }
}

.map-inner iframe{
    width: 80vw;
}
