@charset "UTF-8";
/* CSS Document */

/*-------------------------------*/
/*
   完了メッセージ 記事ブロック用
     15.お問い合わせ完了メッセージ
*/
/*-------------------------------*/
.htk-cl_htk_process_finished_message {
  width: 100%;
  max-width: 1100px;
  margin-left : auto;
  margin-right: auto;
}
.htk-cl_htk_process_finished_message p {
  font-size: 1.6rem;
  margin-bottom: 200px;
}

@media screen and (max-width:650px) {
  /*-------------------------------*/
  /* 完了メッセージ 記事ブロック用 SP */
  /*-------------------------------*/
  .htk-cl_htk_process_finished_message {
    width: 100%;
    max-width: 1100px;
    margin-left : auto;
    margin-right: auto;
  }
  .htk-cl_htk_process_finished_message p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
