@charset "utf-8";

#about {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
#about section > p {
  margin-bottom: 30px;
}
#about dl {
  background: #F2F2F2;
  padding: 40px;
  border-radius: 10px;
  width: 89%;
  max-width: 606px;
  margin: 0 auto;
}
#about dl dt {
  font-size: 20px;
  font-weight: bold;
}
.basepage a.blank::after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url("../../common/images/icon_blank_b.svg") no-repeat center center / 100% auto;
  margin: 0 .25em;
  vertical-align: -.1em;
}


@media only screen and (max-width: 768px) {
  #about section > p {
    text-align: left;
    width: 89%;
    margin: 0 auto 20px;
  }
  #about dl {
    padding: 25px 20px;
  }
  #about dl dt {
    font-size: 18px;
  }
  
}