/* ---------------------------------------------------------お問い合わせページ --------------------------------------------------*/
.contact_form_7 {
  padding-top: 0;
}

div.wpcf7-response-output {
  display: none;
}

.c-page-header {
  height: 200px !important;
}

.contactform7 {
  max-width: 800px;
  margin: auto;
}

.contactform7 table {
  margin: auto;
  width: 100%;
}

.contactform7_label {
  display: flex;
  align-items: center;
  column-gap: 5%;
  justify-content: space-between;
  /* 	border-bottom: 1px solid #fbe8e8; */
}

.contactform7_label th {
  width: 250px;
  text-align: left;
  margin: 5px 0 0 0;
  padding: 10px;
  margin: 10px 0;
  white-space: nowrap;
  background-color: #fafafa;
  border: 0;
}

.contactform7_label th p {
  display: flex;
  justify-content: space-between;
}

.contactform7_label td {
  width: 100%;
  max-width: 550px;
  border: 0;
}

.contactform7 select {
  width: 100%;
  height: 46px;
  border-radius: 2px;
  border: 1px solid #7bbde7;
  padding-left: 10px;
}
@media (min-width: 1025px) {
  .contact_name_row .wpcf7-list-item label {
    display: flex;
  }
}
.contact_name_row .wpcf7-list-item label input {
  width: 20px;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .contact_name_row .wpcf7-form-control-wrap .wpcf7-form-control {
    display: flex;
    align-items: center;
  }
}

.mandatoryGray {
  background: #c2c1c1 !important;
}
.contact_name_row p {
  display: flex;
  place-content: center;
  place-items: center;
}

.contact_name {
  margin: 0 10px;
  font-weight: 700;
  white-space: nowrap;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.mandatory {
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 0 10px;
  font-size: 12px;
  border-radius: 2px;
  background: linear-gradient(
    135deg,
    rgb(6, 147, 227) 12%,
    rgb(61, 227, 225) 100%
  );
}

.contact_textarea {
  align-items: inherit;
}

.contact_textarea textarea {
  margin: 10px 0;
}

th.cta_txa {
  display: grid;
  place-content: center;
}

@media (max-width: 1023px) {
  th.cta_txa {
    place-content: flex-start;
  }
}

th.cta_txa p {
  justify-content: center;
  align-items: center;
}

.contactform7_submit {
  margin-top: 50px;
}

.contactform7_submit p {
  display: grid;
  place-content: center;
  place-items: center;
}

.contactform7_label td input {
  width: 100%;
  padding: 10px;
}

.contactform7_submit input {
  cursor: pointer;
  position: absolute;
  background-color: var(--wp--preset--color--sm-accent);
  font-weight: 600;
  width: 33%;
  margin: 10px 0 0 0;
  height: 50px;
  transition: 0.3s;
  border-radius: 30px;
}

.contactform7_submit input:hover {
  transition: 0.3s;
  opacity: 0.7;
}

input.wpcf7-text,
textarea.wpcf7-textarea {
  border-radius: 2px;
  border: 1px solid #7bbde7;
}

.wpcf7_textarea {
  align-items: flex-start;
}

.wpcf7_textarea p {
  padding: 20px 0;
}

.contact_textarea textarea {
  border-radius: 2px;
  border: 1px solid #7bbde7;
}

.radio_flex .wpcf7-list-item label {
  display: flex;
}

.radio_flex .wpcf7-list-item input {
  margin-right: 10px;
}

.radio_flex .wpcf7-list-item {
  white-space: nowrap;
}
.schedule_grid_wrap .smb-information__item__label {
  border-bottom: 10px solid #fff;
  text-shadow: 1px 1px #333;
}

input.wpcf7-submit {
  position: relative;
  width: 100vw;
  height: 100px;
  max-width: 800px;
  display: grid;
  place-content: center;
  place-items: baseline;
  padding: 0;
  border-radius: 15px;
  font-size: 30px;
  background: linear-gradient(
    135deg,
    rgb(6, 147, 227) 12%,
    rgb(61, 227, 225) 100%
  );
  color: #fff;
}

@media (max-width: 768px) {
  .page-id-29070 input.wpcf7-submit {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  /* お問い合わせフォーム.   スマホ幅調整 */
  .page-id-10541 .post_content {
    font-size: inherit !important;
  }
}