@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%;
}
.d-btn .p-view-list-button {
  width: fit-content;
  padding: 9px;
}
.step_tit {
  margin-top: 50px;
}
.p-view-list-button.original_form_btn {
  width: fit-content;
  margin: 0 auto;
  padding: 9px;
}
.original_form_cont {
  max-width: 800px;
  width: 90%;
  margin: 84px auto 0 auto;
}
.original_form_cont .dvd-4 {
  width: 100%;
}
.original_form_cont .dvd-4 .p-info-item__detail {
  text-align: center;
}