@media print, screen and (min-width: 768px) {
  .l-under {
    padding-top: 9.5rem;
    padding-bottom: 17rem;
  }
}

.p-prospectus .text {
  font-size: 1.6rem;
  line-height: 1.62;
}
@media screen and (max-width: 767px) {
  .p-prospectus .text {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.p-prospectus .text .small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-prospectus .text .small {
    font-size: 2.6666666667vw;
  }
}
.p-prospectus__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4333333333;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #E7E0D4;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-prospectus__title {
    font-size: 6.4vw;
    padding-bottom: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
.p-prospectus__box {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-prospectus__box {
    margin-top: 16vw;
  }
}
.p-prospectus__box:first-of-type {
  margin-top: 0;
}
.p-prospectus__box .subttl {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-prospectus__box .subttl {
    font-size: 4.8vw;
  }
}
.p-prospectus__box .subttl span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-prospectus__box .subttl span {
    font-size: 3.7333333333vw;
    display: block;
  }
}
.p-prospectus__box .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
  padding: 0 12rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-prospectus__box .img-list {
    gap: 1.6vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5.3333333333vw;
    margin-top: 4.8vw;
  }
}
.p-prospectus__box .img-list .img {
  width: 100%;
}
.p-prospectus__box .bgbox {
  background-color: #fcf7f1;
  padding: 3.5rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-prospectus__box .bgbox {
    padding: 5.3333333333vw 0 8vw;
  }
}
.p-prospectus__box .bgbox img {
  display: block;
  margin: auto;
}
.p-prospectus__box .bgbox.-sugar {
  padding: 4.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-prospectus__box .bgbox.-sugar {
    padding: 2.5rem;
  }
}
.p-prospectus__box .bgbox.-sugar img {
  width: 68.5rem;
}
@media screen and (max-width: 767px) {
  .p-prospectus__box .bgbox.-sugar img {
    width: 100%;
  }
}
.p-prospectus__box .bgbox.-food {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-prospectus__box .bgbox.-food {
    padding: 5.3333333333vw 0 6.6666666667vw;
  }
}
.p-prospectus__box .bgbox.-food img {
  width: 56.8rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-prospectus__box .bgbox.-food img {
    width: 100%;
    margin-top: 3.4666666667vw;
  }
}
.p-prospectus__box .bgbox + .bgbox {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-prospectus__box .bgbox + .bgbox {
    margin-top: 2.6666666667vw;
  }
}
.p-prospectus__box .cnt {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-prospectus__box .cnt {
    margin-top: 8vw;
  }
}
.p-prospectus__box .cnt:first-of-type {
  margin-top: 0;
}