.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: #9aa3a3;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
}
.wp-pagenavi .current {
  color: #13b9a8;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: #13b9a8;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    column-gap: 16px;
    row-gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .extend,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    min-width: 18px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .wp-pagenavi {
    column-gap: 28px;
    row-gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .extend,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    min-width: 18px;
    font-size: 15px;
  }
}
.wpcf7-list-item-label {
  font-weight: 500;
}

.wpcf7-not-valid-tip {
  font-weight: 500;
}

.wpcf7-response-output {
  border-color: #E25858 !important;
  background: #ffffff;
  font-weight: bold;
}

.wpcf7-spinner {
  margin-top: 16px !important;
}

.wpcf7-list-item {
  display: block !important;
  padding-bottom: 8px;
  text-indent: -1em;
}
.wpcf7-list-item label {
  cursor: pointer;
}

.wpcf7-submit {
  background: #F6BF0B;
  border-radius: 5px;
  text-align: center;
  color: #3F3F3F;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-weight: 500;
  font-size: 19px;
  width: 250px;
  padding: 16px 0;
}
.wpcf7-submit:disabled {
  opacity: 0.3;
  filter: grayscale(0.5);
}

@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
    row-gap: 4px;
  }
  .wpcf7-list-item-label {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .wpcf7-not-valid-tip {
    padding-top: 10px;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .wpcf7-response-output {
    padding: 16px 12px !important;
    margin-top: 8px;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .wpcf7-submit {
    padding: 20px 24px;
    font-size: clamp(14px, 4.36vw, 17px);
    width: min(90%, 260px);
    background-position: right 24px center;
  }
}
@media print, screen and (min-width: 768px) {
  .wpcf7-form-control.wpcf7-radio {
    column-gap: 24px;
    row-gap: 16px;
  }
  .wpcf7-list-item-label {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .wpcf7-not-valid-tip {
    padding-top: 10px;
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .wpcf7-response-output {
    padding: 20px 20px !important;
    margin-top: 60px !important;
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.formArea {
  margin: 0 auto;
  color: #3F3F3F;
}
.formArea .inputBox {
  border-top: solid 1px #E9E9E9;
}
.formArea .inputBox .titleRow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.formArea .inputBox .titleRow .require {
  text-align: center;
  color: #FD839B;
  width: 40px;
  font-size: 14px;
  padding: 0px 0;
  font-weight: bold;
  flex-shrink: 0;
  white-space: nowrap;
}
.formArea .inputBox .titleRow .any {
  text-align: center;
  color: #02B3AE;
  width: 40px;
  font-size: 14px;
  padding: 0px 0;
  font-weight: bold;
  flex-shrink: 0;
  white-space: nowrap;
}
.formArea .inputBox .titleRow .titleText {
  font-weight: bold;
}
.formArea .inputBox .titleRow .titleText * {
  font-weight: bold;
}
.formArea .inputBox .titleRow .titleText .titleNote {
  font-weight: 500;
}
.formArea .inputBox .inputRow .formInput,
.formArea .inputBox .inputRow .formSelect,
.formArea .inputBox .inputRow .formText {
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  font-weight: 500;
}
.formArea .inputBox .inputRow .formInput::placeholder,
.formArea .inputBox .inputRow .formSelect::placeholder,
.formArea .inputBox .inputRow .formText::placeholder {
  color: #B6B6B6;
  opacity: 1;
}
.formArea .inputBox .inputRow .formText {
  resize: vertical;
}
.formArea .policyArea .policyHead {
  font-weight: bold;
}
.formArea .policyArea .policyLink {
  color: #3F3F3F;
  text-decoration: underline;
}
.formArea .submitButtonArea {
  text-align: center;
}
.formArea .submitButtonArea .submitButton {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .formArea .inputBox {
    padding: 18px 0 0 0;
  }
  .formArea .inputBox .titleRow .titleText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .formArea .inputBox .titleRow .titleText .titleNote {
    font-size: 14px;
    padding: 0 0 0 8px;
  }
  .formArea .inputBox .inputRow {
    padding: 8px 0 40px 0;
  }
  .formArea .inputBox .inputRow .formInput,
  .formArea .inputBox .inputRow .formSelect,
  .formArea .inputBox .inputRow .formText {
    font-size: 16px;
    padding: 8px 14px;
  }
  .formArea .inputBox .inputRow .formText {
    min-height: 150px;
  }
  .formArea .policyArea {
    padding: 10px 0 0 0;
  }
  .formArea .policyArea .policyHead {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 30px 0;
  }
  .formArea .policyArea .policyCheck {
    text-align: center;
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .formArea .inputBox {
    padding: 26px 0 0 0;
  }
  .formArea .inputBox .titleRow .titleText {
    font-size: clamp(14px, 1.33vw, 17px);
  }
  .formArea .inputBox .titleRow .titleText .titleNote {
    font-size: clamp(14px, 1.17vw, 15px);
    padding: 0 0 0 10px;
  }
  .formArea .inputBox .inputRow {
    padding: 10px 0 32px 0;
  }
  .formArea .inputBox .inputRow .formInput,
  .formArea .inputBox .inputRow .formSelect,
  .formArea .inputBox .inputRow .formText {
    font-size: clamp(14px, 1.41vw, 18px);
    padding: 12px 20px;
  }
  .formArea .inputBox .inputRow .formText {
    min-height: 150px;
  }
  .formArea .policyArea {
    padding: 70px 0 0 0;
  }
  .formArea .policyArea .policyHead {
    text-align: center;
    font-size: clamp(14px, 1.33vw, 17px);
    padding: 0 0 30px 0;
  }
  .formArea .policyArea .policyCheck {
    text-align: center;
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.postContent .pdfList {
  margin: 10px auto;
}
.postContent .pdfList .pdfLink .pdfName {
  font-weight: 500;
}/*# sourceMappingURL=wp_plugin.css.map */