/*-----------------------------------------------------
 768px未満のウィンドウ幅
 ------------------------------------------------------*/

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

  /*-----------------------------------------------------
    トップ画像セクション
  ------------------------------------------------------*/
  
  /* トップ画像 */
  .top-image {
    height: 300px;
  }
  
  /* トップ画像のコンテンツ */
  .top-image-content {
    min-width: 768px;
  }
  
  /* トップ画像のメッセージ枠 */
  .top-image-message-layer-message-box {
    width: 75%;
    max-width: 380px;
    padding: 20px 15px;
    height: 4.4rem;
  }
  
  /* トップ画像のメッセージテキスト */
  .top-image-message-layer-message-box-message-text {
    font-size: 1.0rem;
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
  }

  /*-----------------------------------------------------
    案内メッセージ
    ------------------------------------------------------*/
  
  /* 案内メッセージ本体 */
  .message {
    padding-top: 15px;
    margin-bottom: 40px;
  }

  /* お問い合わせのタイトルのコンテナ */
  .contact-set {
    margin-top: 15px;
    padding-top: 1.1rem;
  }

  /* お問い合わせのタイトルのボーダー */
  .contact-border {
    border-top: 0.2rem solid #168BE7;
  }

  /* お問い合わせのタイトル */
  .contact-title {
    width: 120px;
    padding: 5px 25px 5px 20px;
    height: 2.4rem;
  }

  /* お問い合わせのタイトル下の英語 */
  .contact-title-en {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .page-title-text {
    width: 100%;
    margin: 35px auto 0 auto;
  }

  /*-----------------------------------------------------
    フォームセクション
    ------------------------------------------------------*/
  
  /* フォーム */
  form {
    font-size: .9rem;
    margin-bottom: 40px;
    letter-spacing: .02rem;
    width: 99%;
  }

  /* インプット */
  .value input, .value select, .value textarea {
    font-size: .9rem;
    font-family: inherit;
  }

  /* テキストとメールのインプット */
  input[type="text"], input[type="email"], .value textarea {
    padding: .2rem 0;
  }

  /* 項目タイトルのコンテナ */
  .title {
    width: 90%;
    margin-bottom: 10px;
  }

  /* インプットのコンテナ */
  .value {
    width: 90%;
    margin-bottom: 30px;
  }

  /* 選択インプット */
  .value select {
    padding: .2rem;
    width: 120px;
  }

  /* テキストエリアのインプット */
  .value textarea {
    line-height: 1.4rem;
    height: 16.8rem;
    padding-left: .05rem;
  }

  /* 送信ボタン */
  .submit {
    font-size: .8rem;
    width: 150px;
    height: 2.4rem;
    line-height: 2.4rem;
  }
}