/* Scss Document */
.about-wrap {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.about-wrap .about-list {
  line-height: 1.5;
}

.about-wrap .about-list .about-item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.about-wrap .about-list .about-item .item-head {
  width: 27%;
}

.about-wrap .about-list .about-item .item-content {
  width: 65%;
}

.about-wrap .about-list .about-item .item-content span {
  display: block;
}

@media screen and (max-width: 560px) {
  .about-wrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .about-wrap .about-list .about-item {
    display: block;
    margin-bottom: 16px;
  }
  .about-wrap .about-list .about-item .item-head {
    width: 100%;
    font-weight: bolder;
    font-size: 1.8rem;
  }
  .about-wrap .about-list .about-item .item-content {
    width: 100%;
  }
  .about-wrap .about-list .about-item .item-content span {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */