@charset "UTF-8";
/* 
======== CONTENTS ==========================================
商品共通フォーム CSS
2021.10.06
 =========================================================
*/

.JS .hs-page-heading.dark {
  color: #fff;
  background-color: #6e6e6e !important;
  background-image: none !important;
}

.thanksbox {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background: #eee;
  padding: 2rem;
  margin: 1rem auto 2rem auto;
  background-color: #f5f5f5;
  text-align: center !important;
  word-break: break-all;
  font-size: 16px;
}

.thanksbox p {
  margin: 2rem;
}

@media screen and (max-width: 767px) {
  .JS .thanksbox {
    border: none;
  }
}
