@charset "UTF-8";
@media only screen and (min-width: 768px), print {
  .forSp {
    display: none !important;
  }
  .forTab {
    display: none !important;
  }
}
@media only screen and (max-width: 767.9px), print {
  .forPc {
    display: none !important;
  }
  .forTab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023.9px), print {
  .forTab {
    display: initial !important;
  }
}
.p-inputArea__item {
  margin-top: calc(24 / 375 * 100vw);
}
@media only screen and (min-width: 768px), print {
  .p-inputArea__item {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E6E6E6;
  }
  .p-inputArea__item:last-of-type {
    border-bottom: none;
  }
  .p-inputArea__item .c-textInput {
    max-width: 498px;
  }
  .p-inputArea__item .c-textInput:has(textarea) {
    max-width: none;
  }
  .p-inputArea__item .c-selectBox {
    max-width: 343px;
  }
}
.p-inputArea__titleBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(8 / 375 * 100vw);
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px), print {
  .p-inputArea__titleBox {
    gap: 8px;
  }
}
.p-inputArea__title {
  color: #333333;
  font-size: calc(14 / 375 * 100vw);
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (min-width: 768px), print {
  .p-inputArea__title {
    font-size: 14px;
  }
}
.p-inputArea__inputBox {
  margin-top: calc(8 / 375 * 100vw);
}
@media only screen and (min-width: 768px), print {
  .p-inputArea__inputBox {
    margin-top: 8px;
  }
}