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

.l-reform-wrap {
  border: 5px solid #E50012;
  padding: 30px 65px 38px;
  margin-top: 96px;
  line-height: 1.6;
}

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

.l-reform-lead {
  margin-top: 24px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 1.8;
}

.l-reform-list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 53px 50px;
}

.l-reform-list-item {
  display: grid;
  grid-template-columns: 34% 66%;
  align-items: flex-end;
  gap: 15px;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .l-reform-list-item {
    gap: 1.5vw 1.5vw;
  }
}

.l-reform-list-item-before-title {
  color: #E50012;
  font-size: 22px;
  font-weight: 900;
  border-bottom: 2px solid #1F1F1F;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1000px) {
  .l-reform-list-item-before-title {
    font-size: 2.2vw;
  }
}

.l-reform-list-item-before-text {
  font-size: 16px;
  margin-top: 7px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .l-reform-list-item-before-text {
    font-size: 1.4vw;
  }
}

.l-reform-list-item-before-img {
  margin-top: 25px;
}
.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: 60px;
  height: 20px;
  background-color: #E50012;
  font-size: 16px;
  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 */