@charset "utf-8";

  /*
   // ideasanta製 originform css
   */


  /* javascript非対応時
  --------------------------- */
  .originform-block-noscript {
  }
    .originform-block-noscript .tit {
      background: #5bb431;
      color: #fff;
      font-size: 1.4em;
      padding: 10px 20px;
      text-align: center;
    }

  /* 送信中
  --------------------------- */
  .originform-block-sending {
    display: none;
    text-align: center;
  }

  /* 送信完了時
  --------------------------- */
  .originform-block-comp {
    display: none;
  }
    .originform-block-comp .tit {
      background: #5bb431;
      color: #fff;
      font-size: 1.4em;
      padding: 10px 20px;
      text-align: center;
    }

  /* フォーム全体
  --------------------------- */
  .originform-block {
    display: none;
  }

  /* ボタン
  --------------------------- */
  .originform-block .originform-block-btn {
    text-align: center;
  }

  /* 説明
  --------------------------- */
  .originform-block .originform-comment .tit {
    background: #5bb431;
    color: #fff;
    font-size: 1.4em;
    padding: 10px 20px;
    text-align: center;
  }
  .originform-block .originform-comment {
    line-height: 1.7em;
    margin-bottom: 30px;
  }

  /* テーブル
  --------------------------- */
  .originform-block table.originform-table {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    margin-bottom: 20px;
    width: 100%;
  }
    .originform-block table.originform-table th,
    .originform-block table.originform-table td {
      border-right: 1px solid #999;
      border-bottom: 1px solid #999;
      font-weight: normal;
      padding: 10px;
      margin: 0;
      text-align: left;
    }
    .originform-block table.originform-table th {
      background: #f0f0f0;
      width: 30%;
    }
    .originform-block table.originform-table td {
      width: 70%;
    }

  /* エラーメッセージ
  --------------------------- */
  .originform-block .originform-err-msg {
    background: #fae5e5;
    border: 3px solid #cc0000;
    border-radius: 5px;
    display: none;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 60px;
    text-align: center;
  }

  /* エラーメッセージ（フォーム別）
  --------------------------- */
  .originform-block .originform-err {
    display: none;
    color: #cc0000;
    font-weight: bold;
  }

  /* フォームパーツ
  --------------------------- */
  .originform-block .originform-text,
  .originform-block .originform-text2,
  .originform-block .originform-textarea {
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 10px 10px 13px 10px;
  }
  .originform-block .originform-text {
    width: 60%;
  }
  .originform-block .originform-textarea {
    height: 150px;
    width: 90%;
  }
  .originform-block .originform-text2 {
    width: 30%;
  }
  .originform-block .originform-must {
    background: #cc0000;
    border-radius: 3px;
    color: #fff;
    font-size: .8em;
    padding: 4px 6px;
  }
  .originform-block .originform-block-submit .originform-submit {
    background: #ea6000;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 1.2em;
    padding: 10px 40px;
  }
  .originform-block .originform-submit:hover {
    background: #ee7c28;
  }

  /* 画像認証関係 */
  .originform-block .originform_captcha {
    background: #999;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: underline;
    width: 100px;
  }
    .originform-block .originform_captcha:hover {
      background: #ccc;
    }

  /* プライバシーポリシー関係 */
  .originform-block .originform-block-privacy {
    background: #eee;
    border: 5px solid #ccc;
    height: 300px;
    overflow: auto;
    padding: 0 10px 10px 10px;
  }
  .originform-block .originform-block-privacy {
  }
    .originform-block .originform-block-privacy p.tit {
      background: #cfcfcf;
      font-weight: bold;
      padding: 10px;
      text-align: center;
    }

  /* 送信ボタンまわり */
  .originform-block .originform-block-submit {
    text-align: center;
  }
    .originform-block .originform-block-submit .originform-submit {
      background: #ea6000;
      border: none;
      border-radius: 20px;
      color: #fff;
      cursor: pointer;
      padding: 10px 20px;
    }
      .originform-block .originform-block-submit .originform-submit:hover {
        background: #ee7c28;
      }


  /* 完了画面
  --------------------------- */
  .originform-block .originform-block-comp {
    display: none;
    overflow: hidden;
    margin-bottom: 60px;
  }


