@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

.no_top {
  margin-top: 0;
}
.p-reason-item__image img {
  width: 110px;
  display: block;
  margin: 0 auto;
}
.p-reason-item {
  align-items: center;
}
.kiji_bkg {
  background-color: #E9ECF2;
  padding: 30px;
  margin-top: 30px;
}
.p-info {
  justify-content: center;
}
.p-info__item_solo {
  width: 100%;
}