/*メールフォームプロ打消し*/
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.mfp_element_all {
  max-width: 100%;
}
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
  border-radius: 0;
  border: none;
  text-shadow: none;
  cursor: pointer;
  outline: none;
  background: #272727 !important;
}
.mfp_element_button {
  display: inline-block;
  width: 180px;
  padding: 12px !important;
  margin-top: 15px;
  color: #fff;
  background-color: #272727 !important;
}
#mfp_button_cancel {
  color: #272727;
  background-color: #ccc !important;
}
.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
  box-shadow: none;
  opacity: 0.7;
}
div.mfp_err {
  margin: 0 0 5px 0;
  padding: 0;
  color: #ce1717;
  background-image: none;
}
form#mailformpro label {
  border-radius: 0;
  margin: 0;
}
form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
}
form#mailformpro label.mfp_checked {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
/*iOS対策*/
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none !important;
  border-radius: 0;
}

label {
  vertical-align: middle;
}

select {
  cursor: pointer;
}

input,
select,
textarea {
  font-size: 16px;
  /*フォームのフォーカスOFF*/
  vertical-align: middle;
  line-height: normal;
}

input:focus,
select:focus {
  outline: 0;
}

input:focus {
  border-color: none !important;
}

/*ios対策ここまで*/
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
textarea,
.field {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 50px;
  line-height: 1.6;
  padding: 0 15px;
  font-size: 16px;
  box-shadow: none;
  transition: background-color 0.24s ease-in-out;
}
@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  textarea,
  .field {
    height: 45px;
    padding: 0 10px;
  }
}
input[type="file"] {
  height: auto;
  background-color: transparent;
  border: none;
}
input[type="checkbox"] {
  margin-right: 5px;
}
.my-radio {
  margin-right: 20px;
}
select {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 50px;
  line-height: 1.6;
  padding: 0 0 0 15px !important;
  font-size: 16px;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  box-shadow: none;
  transition: background-color 0.24s ease-in-out;
}
@media screen and (max-width: 768px) {
  select {
    height: 45px;
    padding: 0 0 0 5px;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
}

select::-ms-expand {
  display: none;
}

.my-select-box {
  position: relative;
  width: 100%;
}
.my-select-box::after {
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 10px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  transform: translateY(-50%) rotate(-135deg);
}

input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
input.tel {
  width: 50%;
}
@media screen and (max-width: 768px) {
  input.tel {
    width: 100%;
  }
}

textarea {
  width: 100% !important;
  height: 220px !important;
  padding: 15px !important;
}

textarea:focus {
  outline: none;
}

.my-selrct-box::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(135deg);
  margin-top: -5px;
}

input[type="radio"] {
  margin-right: 8px;
}
.ws-txt {
  white-space: nowrap;
  padding-right: 10px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .ws-txt {
    width: 100%;
  }
}
.unit-txt {
  margin: 0 15px 0 10px;
  font-size: 15px;
}
.group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.group select {
  margin-bottom: 5px;
}
.group .display-ib {
  display: inline-block;
}

.w100 {
  width: 100px !important;
}
.w120 {
  width: 120px !important;
}
@media screen and (max-width: 768px) {
  .w120 {
    width: 90px !important;
  }
}
.mr5 {
  margin-right: 5px;
}
.check-area {
  margin-bottom: 10px;
  font-size: 13px;
}
form#mailformpro label {
  white-space: wrap;
}
@media screen and (max-width: 800px) {
  table#mfp_confirm_table tr th {
    white-space: wrap;
  }
}
