.p-inq-form__essential {
  color: red;
  font-size: 1.2em;
}

.p-inq-form__caution {
  color: red;
}

.p-inq-form__row {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .p-inq-form__header {
    background: #f6f6f6;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.p-inq-form__small-title {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5;
}

.p-inq-form__box {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.p-inq-form__item {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.p-inq-form__item::before {
  font-family: fontawesome;
  content: "\f058";
  font-size: 12px;
  vertical-align: middle;
  color: #16529B;
  margin-right: 5px;
  position: absolute;
  top: 4px;
  left: 0;
}
