.section-about .wrapper {
  text-align: center;
}

.section-about .about-title {
  font-weight: 400;
}

.section-about .about-text {
  line-height: 2.375;
}

.section-about .about-text p:not(:last-child) {
  margin-bottom: 0.38rem;
}

.section-about .about-text p:last-child {
  margin-bottom: 0;
}

.section-about .detail-group span {
  display: block;
  margin-bottom: 16px;
}

.section-about .about-map iframe {
  width: 100%;
  height: 100%;
}

@media print, (min-width: 768px) {
  .section-about .about-title {
    margin-bottom: 41px;
    font-size: 0.4rem;
    line-height: 1.45;
  }

  .section-about .about-text {
    margin-bottom: 96px;
  }

  .section-about .about-detail {
    margin-bottom: 128px;
  }

  .section-about .detail-group {
    line-height: 2.375;
  }

  .align-left{
    text-align: left;
  }


  .section-about .detail-group:not(:last-child) {
    margin: 16px 0;
    border-bottom: 1px solid #e3e3e3;
  }

  .section-about .detail-group .detail-title {
    margin-bottom: 5px;
  }

  .section-about .about-map {
    height: 600px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-about .about-title {
    margin-bottom: 0.23rem;
    line-height: 1.6;
  }

  .section-about .about-text {
    margin-bottom: 0.34rem;
  }

  .section-about .about-detail {
    margin-bottom: 0.9rem;
  }

  .section-about .detail-group {
    line-height: 2.375;
    border-bottom: 1px solid #e3e3e3;
  }

  .section-about .about-map {
    height: 3rem;
  }

  .section-about .detail-group span {
    margin-bottom: 0px;
  }
}
