@charset "UTF-8";
.wpcf7-spinner {
  display: none!important;
}
.wpcf7 form:not([class]) .wpcf7-response-output {
  display: none;
}

.p-form .is-style-table1 table tr > *:first-child,
.p-form .is-style-table1 table th {
  text-align: left;
  padding: 10px 20px;
}

.p-form .strong{
  /*font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B';*/
  font-family: var(--font-chugothic-b);
}

.p-form .is-style-table1 table td {
  padding: 10px 20px;
}

.p-form .is-style-table1 table {
  width: 100%;
  margin: auto;
}

.p-form .is-style-table1 table :is(option,textarea,select,input[type=text],input[type=search],input[type=url],input[type=email],input[type=number],input[type=tel]) {
  min-height: 2.5em;
}

.p-form .is-style-table1 table :is(option,textarea,input[type=text],input[type=search],input[type=url]) {
  width: 100%;
}

.p-form .is-style-table1 table input[type=email]{
  width: 60%;
}

.p-form .is-style-table1 table input.width10{
  width: 10%;
}

.p-form .is-style-table1 table input.width20{
  width: 20%;
}

.p-form .is-style-table1 table input.width30{
  width: 30%;
}

.p-form .is-style-table1 table input.width40{
  width: 40%;
}

.p-form .is-style-table1 table input.width50{
  width: 50%;
}

.p-form .is-style-table1 table input.width60{
  width: 60%;
}

.p-form .is-style-table1 table input.width70{
  width: 70%;
}

.p-form .is-style-table1 table input.width80{
  width: 80%;
}

.p-form .is-style-table1 table input.width90{
  width: 90%;
}
.p-form .is-style-table1 table input.width2em{
  width: 2em;
}
.p-form .is-style-table1 table input.width3em{
  width: 3em;
}
.p-form .is-style-table1 table input.width4em{
  width: 4em;
}
.p-form .is-style-table1 table input.width5em{
  width: 5em;
}

.p-form .c-scrollBox{
  border: 1px solid #ccc;
  height: 150px;
  overflow-y: scroll;
  padding: 20px 10px 10px 10px;
}

.p-form .required-srt {
  font-size: 12px;
  padding: 5px;
  background: #c4293e;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.p-form .nonrequired-srt {
  font-size: 12px;
  padding: 5px;
  background: #1587CF;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
  vertical-align: middle;
}
input.c-linkBtn1{
  -webkit-appearance: none;
  font-size: 1.6rem;
}
.p-form .c-linkBtn1.btn-back {
  background-color: #fff;
  border-color: #333;
  color: inherit;
  font-weight: bold;
}
.p-form .c-scrollBox a {
  text-decoration: underline;
}

/*ぴぃくらぶ投稿用*/
.mw_wp_form table.pi-club .horizontal-item{
  margin-right:20px;
  margin-left:0;
}

table.pi-club .mwform-checkbox-field label, .mwform-radio-field label{
  display: inline-block;
}


@media all and (min-width: 768px) {
  .p-form .inner {
    width: 1000px;
  }
  .p-form .is-style-table1 table tr > *:first-child,
  .p-form .is-style-table1 table th {
    width: 40%; /*変なところで改行される場合はここの数字を変更します。*/
  }
  .p-form .c-btnBox {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .p-form .is-style-table1 table th,
  .p-form .is-style-table1 table td {
    width: auto;
    display: block;
    border-top: none;
  }
  .p-form .is-style-table1 table input[type=tel]{
    width: 100%;
  }
}

/* JetPress750Sユーザー見学会　申込フォーム用 */
@media all and (min-width: 768px) {
  /*#form-jetpress2023 .form-jetpress-car-area2 td {
    width: 60%;
    background-color: transparent;
  }*/
  #form-jetpress2023 th[rowspan] {
    width: 20px;
  }

  #form-jetpress2023 .is-style-table1:nth-of-type(odd) th {
    width: 46%;
  }
}

/* 2024新潟明訓高等学校用 */
#form-2024meikun .mw-wp-form_image {
  display: none;
}
.mw_wp_form_input #form-2024meikun input.input_image {
  display: none;
}
.mw_wp_form_input #form-2024meikun button.input_image_button {
  border: 1px solid #555;
  background-color: #f2f2f2;
  padding: 3px 8px;
  border-radius: 10px;
}
.mw_wp_form_confirm #form-2024meikun button.input_image_button {
  display: none;
}
.mw_wp_form_input #form-2024meikun input.input_image + .mwform-file-delete {
  color: #c4293e;
}
