.crp-Main_Inner {
  box-sizing: border-box;
}
.crp-Section_Text {
  margin: 0 auto;
  line-height: 1.8;
}
.crp-Section_ImgItem img {
  width: 100%;
  vertical-align: bottom;
}
@media print, screen and (min-width: 768px) {
  .crp-Main_Inner {
    padding: 74px 0 150px;
  }
  .crp-Section + .crp-Section {
    margin-top: 100px;
  }
  .crp-Section_Text {
    max-width: 1130px;
    padding: 0 25px;
    font-size: 1.6rem;
  }
  .crp-Section_Img {
    display: flex;
    max-width: 1440px;
    justify-content: space-between;
    margin: 40px auto 0;
  }
  .crp-Section_ImgItem {
    width: 48.6%;
  }
  .crp-Section_ImgItem:last-child {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .crp-Main_Inner {
    padding: 8vw 20px 26.666666666666668vw;
  }
  .crp-Section + .crp-Section {
    margin-top: 18.666666666666668vw;
  }
  .crp-Section_Text {
    font-size: 1.4rem;
  }
  .crp-Section_Img {
    margin-top: 5.333333333333334vw;
  }
  .crp-Section_ImgItem + .crp-Section_ImgItem {
    margin-top: 5.333333333333334vw;
  }
}
