@charset "utf-8";

/* カスタムCSS */
.download-section p {
  text-align: left;
}

#about dl {
  /* border: 1px solid #fff; */
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 16px;
}
#about dl:after {
  overflow: hidden;
}
#about dl dt {
  float: left;
  clear: both;
  width: 120px;
}
#about dl dd {
  border-bottom: dotted 1px #fff;
  margin-bottom: 20px;
  padding-left: 120px;
  padding-bottom: 20px;
}
#about dl dd:last-child {
  border-bottom: none;
}
#about dl dd ul {
  margin-bottom: 0;
  padding-left: 1em;
}

@media(max-width:767px) {
  .intro {
    padding: 100px 0 30px 0;
  }
}