/*================================================================================

media query mixin

================================================================================*/
/**/
.p-about .section-contents01 .list-01 {
  gap: 20px;
}
.p-about .section-contents01 .list-01 > li:nth-child(1) img {
  width: 90px;
}
@media screen and (max-width: 980px) {
  .p-about .section-contents01 .list-01 > li:nth-child(1) img {
    width: 60px;
  }
}
.p-about .section-contents01 .list-01 > li:nth-child(2) {
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*# sourceMappingURL=about.css.map */