@charset "UTF-8";
/*
breakpoints
------------------------------------*/
/*
px → vw
------------------------------------*/
/*
color
------------------------------------*/
/*
font
------------------------------------*/
.l-mv {
  background-image: url(../../img/s/l-mv.png);
}

.l-reform-wrap {
  border: 0.9375vw solid #E50012;
  padding: 4.6875vw 5vw 5.625vw;
  margin-top: 13.75vw;
  line-height: 1.6;
}

.l-reform-title {
  width: 100%;
  text-align: center;
  font-size: 7.5vw;
  font-weight: 900;
  color: #E50012;
}

.l-reform-lead {
  font-size: 5vw;
  text-align: center;
  line-height: 2;
  margin-top: 3.4375vw;
  margin-right: -5vw;
  margin-left: -5vw;
}

.l-reform-list {
  display: flex;
  flex-direction: column;
  gap: 9.0625vw;
  margin-top: 4.6875vw;
}

.l-reform-list-item {
  display: grid;
  grid-template-columns: 27.5vw 49.375vw;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2.8125vw;
}
.l-reform-list-item:not(:first-child) {
  margin-top: 9.0625vw;
}
.l-reform-list-item:nth-of-type(2) {
  order: 2;
}
.l-reform-list-item:nth-of-type(3) {
  order: 1;
}
.l-reform-list-item:nth-of-type(4) {
  order: 3;
}

.l-reform-list-item-before-title {
  color: #E50012;
  font-size: 4.375vw;
  font-weight: 900;
  border-bottom: 0.3125vw solid #1F1F1F;
  width: 100%;
  display: block;
}

.l-reform-list-item-before-text {
  font-size: 3.125vw;
  margin-top: 2.8125vw;
  line-height: 1.3;
}

.l-reform-list-item-before-img {
  margin-top: 5vw;
}
.l-reform-list-item-before-img::before {
  content: "BEFORE";
}
.l-reform-list-item-before-img img {
  width: 100%;
}

.l-reform-list-item-before-img,
.l-reform-list-item-after-img {
  position: relative;
}
.l-reform-list-item-before-img::before,
.l-reform-list-item-after-img::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11.5625vw;
  height: 3.75vw;
  background-color: #E50012;
  font-size: 3.125vw;
  font-family: "Ropa Sans", sans-serif;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #ffffff;
  z-index: 2;
}

.l-reform-list-item-after-img {
  display: block;
}
.l-reform-list-item-after-img::before {
  content: "AFTER";
}
.l-reform-list-item-after-img img {
  width: 100%;
}/*# sourceMappingURL=substyle.css.map */