@charset "UTF-8";
/* 
======== CONTENTS ==========================================
活文 フォーム CSS
2021.10.18
 =========================================================
*/

.JS .hs-page-heading.dark {
  color: #fff;
  background-color: #6e6e6e !important;
  background-image: none !important;
}
.JS .hs-page-heading.dark img.product_thum {
   display:none;
}

.JS .hs-page-heading.custom{
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    background: #fff;
    min-height: 158px;
    margin-top: 30px;
    padding-top: 15px;
}

.JS .hs-page-heading.custom img.product_thum{
    display: block;
    width: 124px;
    border: 1px #ddd solid;
    float: left;
    margin: 0;
    padding: 0px;
    border-radius: 0%;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3)
}


.JS .hs-page-heading.custom h1.hs-page-heading__title{
    margin-left: 120px;
    padding: 33px 0 33px 15px;
}

.thanksbox {
    border-width: 0;
    border-style: solid;
    border-color: #ddd;
    padding: 0 0 1rem0;
    margin: auto;
    background-color: #fff;
    width: 90%;
    text-align: center;
    word-break: break-all;
    font-size: 16px;
}
.thanksbox p {
  margin: 1rem;
}


/* .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;
  }
}
