@charset "UTF-8";
/* CSS Document */
/*******************************
* バッジの色
********************************/
/* 必須マーク */
.must {
  background: #dc3232;
}
/* 任意マーク */
.free {
  background: #999;
}
.must, .free {
  color: #FFF;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 10px;
  padding: 5px 10px;
  letter-spacing: 0.2em;
}
/*******************************
* フォームの設定
********************************/
/* フォーム入力項目 */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
/* 送信ボタン */
input.sub-btn {
  width: 350px;
  height: 60px;
  background: #03A9F4;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #03a9f4;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: .3rem;
}



@media screen and (max-width: 768px) {

input.sub-btn {
  width: 100%;
  }
}



  
/* 送信ボタンホバー */
input.sub-btn:hover {
  opacity: 0.6;
}
/* 送信ボタン中央寄せ */
.center {
  text-align: center;
}
.doui {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}


.label{font-weight:600}

