@media print, screen and (min-width: 741px) {
  .p-header {
    display: flex;
    gap: 4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-header {
    gap: 60px;
  }
}

@media print, screen and (min-width: 741px) {
  .p-header-body {
    flex: 1 1 auto;
  }
}
.p-header-body > p:not(:first-child) {
  margin-top: 1em;
}

@media only screen and (max-width: 740px) {
  .p-header-img {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-header-img {
    flex: 0 0 22.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-header-img {
    flex: 0 0 320px;
  }
}
.p-header-img img {
  width: 100%;
}

@media only screen and (max-width: 740px) {
  .p-sell-info {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sell-info {
    margin-top: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-sell-info {
    margin-top: 30px;
  }
}

.p-sell-info-item {
  display: flex;
  align-items: center;
  padding-block: 0.6em;
}
@media only screen and (max-width: 740px) {
  .p-sell-info-item {
    gap: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sell-info-item {
    gap: 1.0714285714vw;
    font-size: 1vw;
  }
  .p-sell-info-item:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-sell-info-item {
    gap: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-sell-info-item:not(:first-child) {
  border-top: 1px solid #e0e4e7;
}
.p-sell-info-item dt {
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-sell-info-item dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 24px;
    flex: 0 0 8em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sell-info-item dt {
    font-size: 1vw;
    padding-left: 1.7857142857vw;
    flex: 0 0 10em;
  }
}
@media only screen and (min-width: 1400px) {
  .p-sell-info-item dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 740px) {
  .p-sell-info-item .-sell {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/16px 16px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sell-info-item .-sell {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-sell-info-item .-sell {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-sell-info-item .-area {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/16px 16px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sell-info-item .-area {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-sell-info-item .-area {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-sell-info-item .-job {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/16px 16px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sell-info-item .-job {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-sell-info-item .-job {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-sell-info-item .-number {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/16px 16px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sell-info-item .-number {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-sell-info-item .-number {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-sell-info-item dd {
    flex: 1 1 auto;
  }
}
.p-form {
  background: #f1f3f6;
}

@media only screen and (max-width: 740px) {
  .p-form-offer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-offer {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-offer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-form-required {
  display: inline-block;
  background: #0071bc;
  color: #fff;
  font-weight: 500;
  border-radius: 100px;
  line-height: 1.2;
  padding: 0.15em 0.5em 0.2em;
}
@media only screen and (max-width: 740px) {
  .p-form-required {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-required {
    font-size: 0.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-required {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-form-list {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-list {
    margin-top: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-list {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 740px) {
  .p-form-item {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-item {
    margin-top: 2.1428571429vw;
    display: flex;
    align-items: flex-start;
    gap: 1.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-item {
    margin-top: 30px;
    gap: 1.4285714286vw;
  }
}
.p-form-item dt {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-form-item dt {
    margin-bottom: 8px;
    gap: 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-item dt {
    flex: 0 0 17.8571428571vw;
    justify-content: space-between;
    padding-block: 0.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-item dt {
    flex: 0 0 250px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-item dd {
    flex: 1 1 auto;
  }
}
.p-form-item-list {
  display: flex;
  align-items: center;
  gap: 2em;
  padding-block: 0.5714285714vw;
}
.p-form-textarea, .p-form-txt {
  background: #fff;
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 0.4em;
  box-shadow: 0 0 20px 0 rgba(93, 113, 165, 0.3);
}

.p-form-txt::placeholder {
  color: #999;
}

.p-form-textarea {
  resize: vertical;
}
@media only screen and (max-width: 740px) {
  .p-form-textarea {
    height: 200px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-textarea {
    height: 14.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-textarea {
    height: 200px;
  }
}

.p-form-radio {
  display: none;
}
.p-form-radio:checked + label:after {
  opacity: 1;
}
.p-form-radio + label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-form-radio + label:before {
  content: "";
  display: block;
  border: 1px solid #99a1af;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(93, 113, 165, 0.3);
  cursor: pointer;
}
@media only screen and (max-width: 740px) {
  .p-form-radio + label:before {
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-radio + label:before {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-radio + label:before {
    width: 20px;
    height: 20px;
  }
}
.p-form-radio + label:after {
  content: "";
  display: block;
  border-radius: 100%;
  background: #0071bc;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  opacity: 0;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 740px) {
  .p-form-radio + label:after {
    left: 10px;
    width: 14px;
    height: 14px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-radio + label:after {
    left: 0.7142857143vw;
    width: 1vw;
    height: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-radio + label:after {
    left: 10px;
    width: 14px;
    height: 14px;
  }
}

.p-form-check {
  display: none;
}
.p-form-check:checked + label:after {
  opacity: 1;
}
.p-form-check + label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-form-check + label:before {
  content: "";
  display: block;
  border: 1px solid #99a1af;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(93, 113, 165, 0.3);
  cursor: pointer;
}
@media only screen and (max-width: 740px) {
  .p-form-check + label:before {
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-check + label:before {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-check + label:before {
    width: 20px;
    height: 20px;
  }
}
.p-form-check + label:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 740px) {
  .p-form-check + label:after {
    left: 10px;
    width: 14px;
    height: 14px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-form-check + label:after {
    left: 0.7142857143vw;
    width: 1vw;
    height: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-check + label:after {
    top: 9px;
    left: 4px;
    width: 14px;
    height: 8px;
    border-left: 3px solid #0071bc;
    border-bottom: 3px solid #0071bc;
    rotate: -45deg;
  }
}

.p-form-submit {
  cursor: pointer;
}