/****************************** 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,
select:focus,
textarea:focus{
  outline: none;
	box-shadow: 0 0 0 2px var(--base_color);
}
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: 1.4rem!important;
  border: none!important;
}
/* 必須入力テキスト */
span.wpcf7-not-valid-tip {
	font-size: 1.4rem!important;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  border: none!important;
  display: none;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  /* display: none!important; */
}

/* ----------------------------------------
テキスト部分
---------------------------------------- */
.s_contact_intro {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.s_contact_intro .hosoku {
  font-size: 1.1rem;
  margin-top: 5px;
}

/* ----------------------------------------
フォーム要素
---------------------------------------- */
.cnFormInput input::placeholder,
.cnFormTextArea textarea::placeholder,
.cnFormSelect select::placeholder {
  font-size: 1.6rem;
}

.cnFormItemName,
.cnFormPp,
.cnFormInputCheck span,
.cnFormButton input,
.cnFormItemPp span,
.cnFormItemPp .anchorInit {
  font-size: 1.4rem;
}
.cnFormInput,
.cnFormTextArea {
  margin-top: 5px;
}
.cnFormRadio {
  font-size: 1.2rem;
  margin-top: 10px;
}
.cnFormItem {
  margin-bottom: 22px;
}
.cnFormItemName {
  font-weight: 600;
}
.cnFormInput input,
.cnFormTextArea textarea,
.cnFormSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
}
.cnFormInput input,
.cnFormButton input,
.cnFormTextArea textarea,
.cnFormSelect select {
  border-radius: 0px!important;
}

/* 必須 */
.required {
  color: #ff0000;
  font-size: 1rem;
  border-radius: 1px;
  box-sizing: border-box;
  margin-right: 3px;
  font-weight: 600;
}

/* フォームinput */
.s_contact_form a {
  /* color: var(--base_color); */
}
.cnFormInput input,
.cnFormTextArea textarea {
  background: var(--bg_light_gray);
  border: none;
  width: 100%;
  box-sizing: border-box;
}
.cnFormInput input {
  padding-left: 10px;
}
.cnFormTextArea textarea {
  padding: 12px 0 0 12px;
}
.cnFormInput input
,.cnFormSelect select {
  height: 50px;
}
.cnFormTextArea textarea {
  height: 150px;
}

/* ラジオボタン */
.cnFormRadio .wpcf7-list-item.first {
  margin: 0;
}
.cnFormRadio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0;
  position: absolute;
}
/* チェック前のボタン */
.cnFormRadio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid var(--line_gray);
  border-radius: 100%;
  content: "";
  height: 18px;
  margin-bottom: auto;
  margin-right: 6px;
  margin-top: auto;
  transition: background-color .3s;
  width: 18px;
}
/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: var(--general);
  box-shadow: inset 0 0 0 3px #fff;
}


/* プライバシーポリシー */
.cnFormItemPp {
  margin-bottom: 30px;
  text-align: center;
}
.cnFormItemPp br {
  display: none;
}
.cnFormItemPp .anchor_init_02 {
  /* margin-top: 6px; */
}
.cnFormItemPp input {
  width: 13px;
  top: 3.5px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin: 0px 2px 10px 0px;
}
.cnFormItemPp .wpcf7-list-item,
.cnFormItemPp .wpcf7-list-item > label {
  margin: 0!important;
  display: block!important;
}

/* フォームボタン */
.cnFormButton input {
  background: var(--general);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  width: 320px;
  max-width: 400px;
  height: 60px;
  border: none;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.cnFormButton {
  position: relative;
}
.cnFormButton:after {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.1);
  width: 0%;
  height: 100%;
  pointer-events: none;
}

/* recaptcha */
.cn_form_captcha {
  font-size: 1.2rem;
  line-height: 18px;
}
.cn_form_captcha a {
  display: inline-block;
}

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

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

  /* ----------------------------------------
  フォーム要素
  ---------------------------------------- */
  .cnFormItem {
    display: flex;
    justify-content: space-between;
  }
  .cnFormItem {
    margin-bottom: 40px;
  }
  .cnFormRadio {
    font-size: 1.4rem;
    margin-top: 0px;
  }
  .cnFormItemName {
    width: 25%;
    margin-bottom: 0;
  }
  .cnFormInput,
  .cnFormRadio,
  .cnFormTextArea {
    width: 70%;
  }

  /* ラジオボタン */
  .cnFormRadio {
    margin-top: 0px;
  }
  .cnFormRadio label {
    display: inline-block;
  }
  .cnFormRadio label:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0px;
  }

  /* チェックボックス */
  .cnFormItemPp {
    text-align: center;
    margin-bottom: 50px;
  }

  /* recaptcha */
  .cn_form_captcha {
    text-align: center;
  }

  /* ----------------------------------------
  contact form7
  ---------------------------------------- */
  .wpcf7-list-item {
    display: inline!important;
  }
}

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

  /* ----------------------------------------
  テキスト部分
  ---------------------------------------- */
  .s_contact_intro {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .s_contact_intro .hosoku {
    font-size: 1.2rem;
  }

}

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

    /* ----------------------------------------
  テキスト部分
  ---------------------------------------- */
  .s_contact_intro {
    font-size: 1.6rem;
  }
  .s_contact_intro .hosoku {
    font-size: 1.4rem;
  }

  /* フォームボタン */
  .cnFormButton input {
    font-size: 1.6rem;
    width: 400px;
    height: 70px;
  }

  /* ラジオボタン */
  .cnFormRadio .wpcf7-list-item-label::before {
    height: 1.8em;
    margin-right: .7em;
    width: 1.8em;
  }
  input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-color: var(--base_color);
    box-shadow: inset 0 0 0 4px #fff;
  }

}

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

  /* ----------------------------------------
  テキスト部分
  ---------------------------------------- */
  .s_contact_intro {
    /* font-size: 1.6rem; */
    margin-bottom: 70px;
  }
  .s_contact_intro .hosoku {
    /* font-size: 1.4rem; */
  }


  /* ----------------------------------------
  フォーム要素
  ---------------------------------------- */
  .cnFormInput input::placeholder,
  .cnFormTextArea textarea::placeholder,
  .cnFormSelect select::placeholder,
  .cnFormItemName,
  .cnFormPp,
  .cnFormRadio,
  .cnFormInputCheck span,
  .cnFormButton input,
  .cnFormItemPp span,
  .cnFormItemPp .anchorInit {
    font-size: 1.6rem;
  }

}
