.p-inq__wrap {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  max-width: 860px;
  margin: auto;
  padding: 20px 0 40px;
  display: flow-root;
  box-sizing: border-box;
}
.p-inq__title-pink {
  margin: 0 auto 20px;
  border-top: solid 2px #e72e5c;
  border-right: solid 2px #e72e5c;
  border-left: solid 2px #e72e5c;
  border-bottom: solid 6px #e72e5c;
  padding: 10px;
  text-align: center;
}
.p-inq__title-pink div {
  font-size: 20px;
  color: #e72e5c;
  text-align: left;
}
.p-inq__title-pink_small {
  margin: 0 auto 30px;
  border-top: solid 2px #e72e5c;
  border-right: solid 2px #e72e5c;
  border-left: solid 2px #e72e5c;
  border-bottom: solid 6px #e72e5c;
  padding: 10px;
  text-align: center;
}
.p-inq__title-pink_small div {
  font-size: 18px;
  color: #e72e5c;
  text-align: left;
}
.p-inq__head-blue {
  margin: 0 auto 20px;
  border-top: solid 2px #0068b7;
  border-bottom: solid 2px #0068b7;
  padding: 10px;
  text-align: center;
  line-height: 1.4;
}
.p-inq__title-blue {
  margin: 20px auto;
  border: solid 2px #0068b7;
  padding: 10px;
  text-align: center;
}
.p-inq__subtitle {
  text-align: center;
  font-weight: bold;
  margin: 20px auto 10px;
}
.p-inq__privacy textarea {
  padding: 10px;
  background: #f9f9f9;
}
.p-inq__privacy-message {
  position: relative;
  background: white;
  z-index: 2;
  border-bottom: 1px solid #0068b7;
  margin: 30px 0;
}
.p-inq__privacy-message-text {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #0068b7;
  background: white;
  padding: 0 0 20px;
  line-height: 1.6;
  font-weight: bold;
}
.p-inq__privacy-message::before,
.p-inq__privacy-message::after {
  content: "";
  position: absolute;
  background: white;
  display: block;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
}
.p-inq__privacy-message::before {
  bottom: 0;
  background: #0068b7;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}
.p-inq__privacy-message::after {
  bottom: 1px;
  transform: rotate(45deg);
  z-index: 2;
  background: white;
}
.p-inq__form {
  margin: 30px auto;
}
.p-inq__text {
  margin: 20px auto 0;
  line-height: 1.6;
  font-size: 16px;
}
.p-inq__text:not(:last-child) {
  margin: 20px auto;
}
.p-inq__text.--center {
  text-align: center;
}
.p-inq__caption {
  margin: 5px auto;
  line-height: 1.6;
  font-size: 14px;
}
.p-inq__caption:last-child {
  margin-bottom: 0;
}
.p-inq__caption:first-child {
  margin-top: 0;
}
.p-inq__caption span {
  color: #d9004a;
}
.p-inq__text_red {
  padding: 10px;
  border: solid #ff0000 1px;
  background-color: #ffe6fb;
  margin: 0 auto 15px;
  font-size: 14px;
  color: #ff0000;
}
.p-inq__text_link {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  color: #e72e5c;
}
.p-inq__text_link::before {
  content: "";
  position: absolute;
  right: 0;
  box-sizing: border-box;
  top: calc(50% - 6px);
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #e72e5c;
}
.p-inq__text_link::after {
  content: "";
  position: absolute;
  right: 12px;
  display: block;
  top: calc(50% - 3px);
  width: 5px;
  height: 6px;
  background: #e72e5c;
}
.p-inq__text strong {
  color: #d9004a;
}
.p-inq__error {
  color: #d9004a;
  font-size: 14px;
  border: 2px solid #d9004a;
  padding: 15px;
  background: #eee;
  margin: 20px auto;
}
.p-inq__table {
  border-collapse: collapse;
  font-size: 14px;
  max-width: 860px;
  margin: 0 auto 20px;
  width: 100%;
  line-height: 1.6;
  table-layout: fixed;
  border: solid #ccc;
  border-width: 1px 0 0 1px;
}
.p-inq__table th {
  border-collapse: collapse;
  text-align: left;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
  background-color: #f3f9ff;
  padding: 10px;
  width: 300px;
  vertical-align: middle;
  font-weight: normal;
}
.p-inq__table td {
  border-collapse: collapse;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
  padding: 10px;
}
.p-inq__table th.p-inq__table__required {
  background: url(/img_new/parts/ind.png) right center #f3f9ff no-repeat;
  padding-right: 50px;
}
.p-inq__confirm,
.p-inq__submit,
.p-inq__return {
  display: flex;
  justify-content: center;
  margin: 20px auto 0 !important;
}
.p-inq__confirm input[type="submit"],
.p-inq__submit input[type="submit"],
.p-inq__return input[type="submit"] {
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  border: none;
  line-height: 1;
  color: white;
  margin: 0;
}
.p-inq__confirm input[type="submit"],
.p-inq__submit input[type="submit"] {
  font-size: 20px;
  padding: 16px 40px;
}
.p-inq__confirm input[type="submit"] {
  background-color: #0068b7;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
.p-inq__submit input[type="submit"] {
  background-color: #0068b7;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}
.p-inq__return input[type="submit"] {
  background-color: #aaa;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-size: 16px;
  padding: 12px 24px;
}

@media (max-width: 1199px) {
  .p-inq__wrap {
    padding: 20px 15px;
  }
  .p-inq__title-pink {
    margin: 0 5px 20px;
    padding: 8px;
  }
  .p-inq__title-pink div {
    font-size: 16px;
  }
  .p-inq__title-pink_small {
    margin: 0 5px 20px;
    padding: 8px;
  }
  .p-inq__title-pink_small div {
    font-size: 14px;
  }
  .p-inq__head-blue {
    font-size: 18px;
  }
  .p-inq__title-blue {
    font-size: 16px;
  }
  .p-inq__subtitle {
    font-size: 14px;
  }
  .p-inq__text {
    font-size: 14px;
  }
  .p-inq__caption {
    font-size: 12px;
  }
  .p-inq__privacy-message-text {
    font-size: 14px;
  }
  .p-inq__table tbody,
  .p-inq__table thead,
  .p-inq__table tfoot,
  .p-inq__table tr,
  .p-inq__table th,
  .p-inq__table td {
    display: block;
    width: 100%;
    min-width: 100% !important;
  }
  .p-inq__table td textarea {
    width: 100%;
  }
}

.p-inq__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.p-inq__flex:not(:first-child) {
  margin-top: 10px;

}
.p-inq__flex__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.p-inq__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  line-height: 1.6;
  background: white;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  font-size: 14px;
}
.p-inq__input.--w5em {
  width: 5em;
}
.p-inq__input.--w25 {
  width: 20%;
}
.p-inq__input.--w50 {
  width: 50%;
}
.p-inq__input.--w100 {
  width: 100%;
}
@media (max-width: 1199px) {
  .p-inq__input.--w5em,
  .p-inq__input.--w25,
  .p-inq__input.--w50,
  .p-inq__input.--w100 {
    width: 100%;
  }
}
.p-inq__select {
  position: relative;
  line-height: 1.6;
  background: white;
  border-radius: 4px;
  font-size: 14px;
}
.p-inq__select::before {
  content: "▼";
  color: #ccc;
  position: absolute;
  z-index: 0;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 10px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.p-inq__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 1;
}
.p-inq__xl-margin {
  margin: 40px auto;
}

.u-bold {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .u-pc-hidden {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .u-sp-hidden {
    display: none !important;
  }
}
