@charset "utf-8";

/* CSS Document */

.thanks-page .sec-header__fig{background-image: url(../images/contact/contact_fig_01.jpg);}

.thanks-page .cmn-blc{padding: 50px 0;}
  .thanks-ttl{
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    }
  .thanks-detail{
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    }
    .thanks-detail__par:not(:last-of-type){margin-bottom: 1em;}
  .thanks-btn{
    width: 150px;
    margin: 0 auto;
    }
    .thanks-btn .slid-btn{height: 45px;}

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

.thanks-ttl{
  margin-bottom: 20px;
  font-size: 2rem;
  }
  .thanks-detail{margin-bottom: 20px;}
  .thanks-btn{width: 200px;}
    .thanks-btn .slid-btn{height: 35px;}

}/* max-width: 768px */