/****************************** mobile,cpmmon ******************************/

/* -------------------- contact form7 -------------------- */
input[type="button"]
,input[type="text"]
,input[type="tel"]
,input[type="email"]
,input[type="submit"]
,input[type="image"]
,textarea{
  -webkit-appearance: none;
  /* border-radius: 0; */
}
/* コーポレートカラーに変更する */
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="time"]:focus,
input[type="date"]:focus,
textarea:focus{
  outline: none;
	box-shadow: 0 0 0 2px #00af31;
}
input[type="submit"]:focus {
  outline: none;
}
/* お問い合わせ完了テキスト */
div.wpcf7-mail-sent-ok
,div.wpcf7-validation-errors
,div.wpcf7-acceptance-missing
,.wpcf7-response-output {
  color: #222222;
  text-align: center;
  letter-spacing: 1px;
	line-height: 24px;
  font-size: 14px!important;
  border: none!important;
}
/* 必須入力テキスト */
span.wpcf7-not-valid-tip {
	font-size: 14px!important;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  border: none!important;
}
.wpcf7-list-item {
  margin: 0!important;
  display: block!important;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  display: none!important;
}

/* -------------------- お問い合わせ -------------------- */
.contact_bnr {
  padding: 10px 0px 0px;
  margin-bottom: 15px;
}
.form_head {
  margin-bottom: 30px;
}
.contact_tel_con {
  margin-bottom: 30px;
}
.contact_tel_ttl {
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
}
.contact_tel_ttl:before {
  content: '';
  height: 18px;
  width: 4px;
  background: #222222;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_tel_img_con {
  position: relative;
}
.contact_tel_num_img img {
  width: 73%;
}
.contact_tel_tap_img {
  width: 23%;
  position: absolute;
  top: -25px;
  right: 0px;
  filter: drop-shadow(0px 3px 1px rgba(0,0,0,0.3));
}
.contact_web_ttl {
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
}
.contact_web_ttl:before {
  content: '';
  height: 18px;
  width: 4px;
  background: #222222;
  position: absolute;
  top: 0;
  left: 0;
}

/* -------------------- フォーム要素 -------------------- */
.cn_form_item {
  margin-bottom: 22px;
}
/* フォーム要素名 */
.cn_form_item_name {
  margin-bottom: 10px;
  font-weight: 600;
}
.cn_form_input input
,.cn_form_text_area textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}
.cn_form_item_name
,.cn_form_button input {
  font-size: 16px;
}
/* 必須 */
.required {
  color: #ffffff;
  background: #ff0000;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 1px;
  box-sizing: border-box;
  margin-left: 3px;
  font-weight: 600;
}
/* フォームinput */
.cn_form_input input,
.cn_form_text_area textarea {
  background: rgba(255,255,255,0.8);
  border: 1px solid #c7c7c7;
  width: 100%;
  padding-left: 5px;
  box-sizing: border-box;
  border-radius: 3px;
}
.cn_form_input input {
  height: 40px;
}
.cn_form_text_area textarea {
  height: 120px;
}
/* ラジオボタン */
.cn_form_radio {
  /* font-size: 12px; */
}
.cn_form_radio label {
  display: block;
}
.cn_form_radio label:not(last-child) {
  margin-bottom: 5px;
}
.cn_form_radio input {
  margin: 0px 0px 2px 0px;
}
/* フォームボタン */
.cn_form_button input {
  background: #00af31;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.cn_form_button {
  height: 48px;
  margin: 30px 0 0 0;
}

/* -------------------- 正規表現チェック時のエラースタイル -------------------- */
.err_input {
  background: rgba(255,0,0,0.5);
  font-size: 16px;
  margin: 5px 0 0;
  border-radius: 1px;
  padding: 3px 5px;
  display: none;
}
.err_input_disp {
  display: inline-block;
}

/****************************** tablet ******************************/
@media (min-width: 600px){

  /* -------------------- フォーム要素 -------------------- */
  .cn_form_item {
    display: flex;
    justify-content: space-between;
  }
  .cn_form_item {
    margin-bottom: 40px;
  }
  .cn_form_item_name {
    width: 25%;
    margin-bottom: 0;
  }
  .cn_form_input,
  .cn_form_radio,
  .cn_form_text_area {
    width: 70%;
  }
  .cn_form_radio label {
    display: inline-block;
  }
  .cn_form_radio label:not(last-child) {
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .cn_form_button {
    width: 300px;
    margin: 0 auto;
  }
  .contact_con .head_check {
    margin-bottom: 22px;
  }

  /* -------------------- contact form7 -------------------- */
  .wpcf7-list-item {
    display: inline!important;
  }
  /* -------------------- お問い合わせ -------------------- */
  .contact_tel_tap_img {
    display: none;
  }
  .contact_tel_num_img img {
    width: 100%;
  }
  .contact_tel_ttl {
    font-size: 18px;
  }
  .contact_web_ttl {
    font-size: 18px;
    margin-bottom: 25px;
  }

  /* -------------------- フォーム要素 -------------------- */
  .cn_form_input input {
    height: 45px;
  }

}

/****************************** tablet Pro ******************************/
@media (min-width: 960px){

  .form_head {
    margin-bottom: 70px;
  }
  .cn_form_item_name {
    font-size: 18px;
  }

}
