@charset "UTF-8";
/*
========================================
Contact Form7
========================================
*/
.cf7_customize {
  margin-top: 80px;
  margin-bottom: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-left: 16px;
  padding-right: 16px;
  /*
  ---------------------------------
  プライバシー同意
  ---------------------------------
  */
  /*
  ---------------------------------
  送信ボタン
  ---------------------------------
  */
  /*
  ----------------------
  エラー
  ----------------------
  */
  /*
  ----------------------
  スピナー
  ----------------------
  */
}

.cf7_customize .topbox {
  margin-bottom: 40px;
  padding: 40px 32px;
  border: solid 1px #ddd;
  text-align: center;
}

.cf7_customize .topbox ul {
  display: inline-block;
  padding-left: 0;
  text-align: center;
}

.cf7_customize .topbox ul li {
  padding-left: 18px;
  position: relative;
  line-height: 1.8;
  margin-top: 8px;
  text-align: left;
  list-style: none;
  font-size: 1.4rem;
  color: #333;
}

.cf7_customize .topbox ul li span {
  color: #ee0000;
}

.cf7_customize .topbox ul li strong {
  font-weight: 600;
}

.cf7_customize .topbox ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}

.cf7_customize .topbox ul li:first-of-type {
  margin-top: 0;
}

.cf7_customize dl {
  /*
    ---------------------------------
    注意書き
    ---------------------------------
    */
}

.cf7_customize dl dt {
  padding-top: 24px;
  border-top: solid 1px #ddd;
  font-size: 1.6rem;
  font-weight: 600;
}

.cf7_customize dl dt .require {
  margin-left: 8px;
  display: inline-block;
  padding: 1px 12px 0px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #E90000;
}

.cf7_customize dl dd {
  padding-top: 12px;
  padding-bottom: 24px;
  margin-left: 0;
  /*
      ---------------------------------
      inputのタイプによって
      ---------------------------------
      */
  /*
      ---------------------------------
      inputの項目によって
      ---------------------------------
      */
}

.cf7_customize dl dd input[type="text"],
.cf7_customize dl dd input[type="email"],
.cf7_customize dl dd input[type="tel"],
.cf7_customize dl dd input[type="number"],
.cf7_customize dl dd input[type="date"],
.cf7_customize dl dd select,
.cf7_customize dl dd textarea {
  width: 80%;
  font-size: 1.6rem;
  letter-spacing: .1em;
  padding: 0 16px;
  border: solid 1px #ddd;
  border-radius: 5px;
}

.cf7_customize dl dd input[type="text"]::-webkit-input-placeholder,
.cf7_customize dl dd input[type="email"]::-webkit-input-placeholder,
.cf7_customize dl dd input[type="tel"]::-webkit-input-placeholder,
.cf7_customize dl dd input[type="number"]::-webkit-input-placeholder,
.cf7_customize dl dd input[type="date"]::-webkit-input-placeholder,
.cf7_customize dl dd select::-webkit-input-placeholder,
.cf7_customize dl dd textarea::-webkit-input-placeholder {
  color: #e1e1e1;
}

.cf7_customize dl dd input[type="text"]:-ms-input-placeholder,
.cf7_customize dl dd input[type="email"]:-ms-input-placeholder,
.cf7_customize dl dd input[type="tel"]:-ms-input-placeholder,
.cf7_customize dl dd input[type="number"]:-ms-input-placeholder,
.cf7_customize dl dd input[type="date"]:-ms-input-placeholder,
.cf7_customize dl dd select:-ms-input-placeholder,
.cf7_customize dl dd textarea:-ms-input-placeholder {
  color: #e1e1e1;
}

.cf7_customize dl dd input[type="text"]::-ms-input-placeholder,
.cf7_customize dl dd input[type="email"]::-ms-input-placeholder,
.cf7_customize dl dd input[type="tel"]::-ms-input-placeholder,
.cf7_customize dl dd input[type="number"]::-ms-input-placeholder,
.cf7_customize dl dd input[type="date"]::-ms-input-placeholder,
.cf7_customize dl dd select::-ms-input-placeholder,
.cf7_customize dl dd textarea::-ms-input-placeholder {
  color: #e1e1e1;
}

.cf7_customize dl dd input[type="text"]::placeholder,
.cf7_customize dl dd input[type="email"]::placeholder,
.cf7_customize dl dd input[type="tel"]::placeholder,
.cf7_customize dl dd input[type="number"]::placeholder,
.cf7_customize dl dd input[type="date"]::placeholder,
.cf7_customize dl dd select::placeholder,
.cf7_customize dl dd textarea::placeholder {
  color: #e1e1e1;
}

.cf7_customize dl dd input[type="text"],
.cf7_customize dl dd input[type="email"],
.cf7_customize dl dd input[type="number"],
.cf7_customize dl dd input[type="tel"],
.cf7_customize dl dd select {
  height: 40px;
}

.cf7_customize dl dd textarea {
  padding: 16px;
}

.cf7_customize dl dd input[type="date"] {
  width: 200px;
  height: 40px;
}

.cf7_customize dl dd .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cf7_customize dl dd .wpcf7-radio input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.cf7_customize dl dd .wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}

.cf7_customize dl dd .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  margin-right: 24px;
}

.cf7_customize dl dd .wpcf7-radio span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 1.6rem;
}

.cf7_customize dl dd .wpcf7-radio span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #000;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.cf7_customize dl dd .wpcf7-radio span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #000;
  left: 3.825px;
  top: 48.6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.cf7_customize dl dd .wpcf7-radio input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.cf7_customize dl dd .wpcf7-checkbox .wpcf7-form-control-wrap {
  display: block;
}

.cf7_customize dl dd .wpcf7-checkbox span.wpcf7-list-item {
  margin: 0 30px 0 0;
  /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}

.cf7_customize dl dd .wpcf7-checkbox .wpcf7-list-item-label {
  padding-right: 0px;
  cursor: pointer;
  /* labelにhoverした時にカーソルを表示させる */
  font-size: 16px;
  /* 項目のフォントサイズ */
}

.cf7_customize dl dd .wpcf7-checkbox input[type="checkbox"] {
  opacity: 0;
  /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
  left: 0;
}

.cf7_customize dl dd .wpcf7-checkbox .wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #777;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: -1.6px;
  vertical-align: middle;
}

.cf7_customize dl dd .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url(アイコン画像のURL) no-repeat center;
  background-size: contain;
  content: "";
  height: 24px;
  width: 24px;
  left: 1px;
  position: absolute;
  top: 8px;
}

.cf7_customize dl dd .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #eee;
}

.cf7_customize dl dd input[name="your-name"],
.cf7_customize dl dd input[name="your-kana"] {
  width: 40%;
}

.cf7_customize dl dd input[name="your-address"] {
  width: 80%;
}

.cf7_customize dl dd input[name="your-age"] {
  width: 10%;
}

.cf7_customize dl dd input[name="your-email"] {
  width: 50%;
}

.cf7_customize dl dd input[name="your-tel"] {
  width: 50%;
}

.cf7_customize dl dd textarea[name="your-content"] {
  width: 100%;
  height: 400px;
}

.cf7_customize dl dd:last-of-type {
  padding-bottom: 0;
}

.cf7_customize dl .inputcaution {
  margin-top: 8px;
  font-size: 1.6rem;
  color: #777;
}

.cf7_customize .privacy {
  margin-top: 40px;
  text-align: center;
}

.cf7_customize .privacy .wpcf7-checkbox .wpcf7-form-control-wrap {
  display: block;
}

.cf7_customize .privacy .wpcf7-checkbox span.wpcf7-list-item {
  margin: 0 30px 0 0;
  /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}

.cf7_customize .privacy .wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 16px;
  cursor: pointer;
  /* labelにhoverした時にカーソルを表示させる */
  font-size: 16px;
  /* 項目のフォントサイズ */
}

.cf7_customize .privacy .wpcf7-checkbox input[type="checkbox"] {
  opacity: 0;
  /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
  left: 0;
}

.cf7_customize .privacy .wpcf7-checkbox .wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #777;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: -1.6px;
  vertical-align: middle;
}

.cf7_customize .privacy .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url("") no-repeat center;
  background-size: contain;
  content: "";
  height: 24px;
  width: 24px;
  left: 1px;
  position: absolute;
  top: 8px;
}

.cf7_customize .privacy .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #000;
}

.cf7_customize .btn {
  margin-top: 40px;
  text-align: center;
}

.cf7_customize .btn input {
  display: inline-block;
  width: 320px;
  height: 56px;
  border-radius: 50px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.6rem;
}

.cf7_customize .btn input:hover {
  cursor: pointer;
  color: #fff;
  background-color: #000;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.cf7_customize .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 1.6rem;
}

.cf7_customize .wpcf7-spinner {
  display: block;
}

@media screen and (max-width: 750px) {
  .cf7_customize {
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    /*
    ---------------------------------
    プライバシー同意
    ---------------------------------
    */
    /*
    ---------------------------------
    送信ボタン
    ---------------------------------
    */
    /*
    ----------------------
    エラー
    ----------------------
    */
    /*
    ----------------------
    スピナー
    ----------------------
    */
  }
  .cf7_customize .topbox {
    margin-bottom: 24px;
    padding: 32px 16px;
  }
  .cf7_customize .topbox ul li {
    padding-left: 18px;
    margin-top: 5px;
    font-size: 1.25rem;
  }
  .cf7_customize dl {
    /*
      ---------------------------------
      注意書き
      ---------------------------------
      */
  }
  .cf7_customize dl dt {
    padding-top: 24px;
    font-size: 1.4rem;
  }
  .cf7_customize dl dt .require {
    padding: 1px 8px 0px;
    color: #fff;
    font-size: 1.15rem;
  }
  .cf7_customize dl dd {
    padding-top: 8px;
    padding-bottom: 24px;
    margin-left: 0;
    /*
        ---------------------------------
        inputのタイプによって
        ---------------------------------
        */
    /*
        ---------------------------------
        inputの項目によって
        ---------------------------------
        */
  }
  .cf7_customize dl dd input[type="text"],
  .cf7_customize dl dd input[type="email"],
  .cf7_customize dl dd input[type="tel"],
  .cf7_customize dl dd input[type="number"],
  .cf7_customize dl dd input[type="date"],
  .cf7_customize dl dd select,
  .cf7_customize dl dd textarea {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 8px;
  }
  .cf7_customize dl dd textarea {
    padding: 8px;
  }
  .cf7_customize dl dd input[type="date"] {
    width: 50%;
  }
  .cf7_customize dl dd .wpcf7-radio .wpcf7-list-item {
    margin: 4px 0;
    margin-right: 16px;
  }
  .cf7_customize dl dd .wpcf7-radio span.wpcf7-list-item-label {
    font-size: 1.4rem;
  }
  .cf7_customize dl dd .wpcf7-radio span.wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .cf7_customize dl dd .wpcf7-radio span.wpcf7-list-item-label::after {
    width: 9px;
    height: 9px;
    left: 3.625px;
    top: 49.6%;
  }
  .cf7_customize dl dd .wpcf7-checkbox span.wpcf7-list-item {
    margin: 4px 30px 0 0;
    /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
    position: relative;
  }
  .cf7_customize dl dd .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    /* 項目のフォントサイズ */
  }
  .cf7_customize dl dd .wpcf7-checkbox .wpcf7-list-item-label::before {
    /* チェックボックスのデザイン */
    border: 1px solid #777;
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .cf7_customize dl dd .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    /* チェックアイコン */
    width: 18px;
    height: 18px;
  }
  .cf7_customize dl dd input[name="your-name"],
  .cf7_customize dl dd input[name="your-kana"] {
    width: 65%;
  }
  .cf7_customize dl dd input[name="your-address"] {
    width: 100%;
  }
  .cf7_customize dl dd input[name="your-age"] {
    width: 20%;
  }
  .cf7_customize dl dd input[name="your-email"] {
    width: 80%;
  }
  .cf7_customize dl dd input[name="your-tel"] {
    width: 80%;
  }
  .cf7_customize dl dd textarea[name="your-content"] {
    width: 100%;
    height: 320px;
  }
  .cf7_customize dl .inputcaution {
    margin-top: 4px;
    font-size: 1.25rem;
  }
  .cf7_customize .privacy {
    margin-top: 24px;
  }
  .cf7_customize .privacy .wpcf7-checkbox span.wpcf7-list-item {
    margin: 0 0px 0 0;
    /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  }
  .cf7_customize .privacy .wpcf7-checkbox .wpcf7-list-item-label {
    padding-left: 8px;
    font-size: 14px;
    /* 項目のフォントサイズ */
  }
  .cf7_customize .privacy .wpcf7-checkbox .wpcf7-list-item-label::before {
    /* チェックボックスのデザイン */
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .cf7_customize .privacy .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    /* チェックアイコン */
    height: 18px;
    width: 18px;
  }
  .cf7_customize .btn {
    margin-top: 24px;
  }
  .cf7_customize .btn input {
    width: 240px;
    height: 48px;
    font-size: 1.4rem;
  }
  .cf7_customize .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .cf7_customize .wpcf7-spinner {
    display: block;
  }
}
/*# sourceMappingURL=m_contactform7.css.map */