@charset "UTF-8";
/*
breakpoints
------------------------------------*/
/*
px → vw
------------------------------------*/
/*
color
------------------------------------*/
/*
font
------------------------------------*/
.l-content {
  padding-top: 21.875vw;
  padding-bottom: 21.875vw;
}

.l-content-list-item:not(:first-child) {
  margin-top: 12.8125vw;
}

.l-content-list-item-text {
  margin-top: 6.5625vw;
  color: #3C3C3D;
}
.l-content-list-item-text p {
  font-size: 3.75vw;
  line-height: 2;
  line-height: 1.6;
}
.l-content-list-item-text p:not(:first-child) {
  margin-top: 3.75vw;
}

.l-content-list-item-text-child {
  margin-top: 3.75vw;
  padding-left: 6.875vw;
}
.l-content-list-item-text-child p {
  line-height: 1.6;
}
.l-content-list-item-text-child p:not(:first-child) {
  margin-top: 1.875vw;
}/*# sourceMappingURL=substyle.css.map */