@media print, screen and (min-width: 769px) {
  .c-mv__main {
    padding-bottom: 47px;
  }
}

@media only screen and (max-width: 768px) {
  .c-txt {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-txt {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .p-form {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-form {
    margin-bottom: 70px;
  }
}
.p-form .p-form__item {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-form .p-form__item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .p-form .p-form__item:not(:first-child) {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-form .p-form__item:not(:first-child) {
    margin-top: 50px;
  }
}
.p-form h4,
.p-form label {
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .p-form h4,
  .p-form label {
    flex-shrink: 0;
    padding-block: 11px;
    width: 212px;
  }
}
.p-form h4 span,
.p-form label span {
  color: var(--color-blue);
}
.p-form p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .p-form p {
    padding-block: 11px;
  }
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #F4F4F4;
  border: 1px solid #C8C0C0;
  padding-inline: 10px;
}
@media only screen and (max-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-form input {
    height: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-form input {
    height: 50px;
    width: 286px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-form input[type=email] {
    width: 354px;
  }
}
.p-form textarea {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-form textarea {
    height: 348px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-form textarea {
    height: 274px;
  }
}
@media only screen and (max-width: 768px) {
  .p-form .p-form__offer {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-form .p-form__offer {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-form .p-form__offer li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-form .p-form__offer li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-form .p-form__offer li span {
  color: var(--color-blue);
}
.p-form .p-form__submit {
  display: flex;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-form .p-form__submit {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .p-form .p-form__submit {
    justify-content: center;
    gap: 20px;
  }
}
.p-form .p-form__submit input {
  height: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .p-form .p-form__submit input {
    width: 48%;
  }
}

.p-contact__offer01 {
  border-bottom: 1px solid #D9D9D9;
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.p-contact__offer01 li {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-contact__offer02 {
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .p-contact__offer02 {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-contact__offer02 {
    margin-bottom: 55px;
  }
}
.p-contact__offer02 li {
  font-size: 14px;
  font-size: 1.4rem;
}