#main {
  max-width: 1360px;
  padding: 120px 40px 120px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

#main h2 {
  text-align-last: left;
  font-size: 1.4rem;
  margin-bottom: 44px;
}

#main .detail {
  font-size: 1.4rem;
  max-width: 600px;
  text-align: left;
}

#main .detail dl {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main .detail dl dt {
  width: 30%;
  padding: 20px 10px;
  border-bottom: solid 1px #dcdbdb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main .detail dl dt:last-of-type {
  border-bottom: none;
}

#main .detail dl dd {
  width: 70%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #dcdbdb;
}

#main .detail dl dd:last-of-type {
  border-bottom: none;
}

#main .detail .map {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media (max-width: 900px) {
  dl {
    margin-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  dl dt {
    border-bottom: none !important;
    padding-bottom: 5px !important;
  }
  dl dd {
    width: 100% !important;
    padding-top: 5px !important;
  }
}
/*# sourceMappingURL=campany.css.map */