@charset "UTF-8";
/*767px以下で適用する内容*/
@media screen and (max-width: 767px) {
  /* all----------------------------------------------- */
  .all {
    width: 100%;
    position: relative; }

  /* main_contents----------------------------------------------- */
  .main_contents {
    width: 100%;
    margin: 0 auto; }

  /* contents----------------------------------------------- */
  .contact-thanks_contents {
    width: 95%;
    padding: calc(7vw + 61px) 2.5% 15vw; }
    .contact-thanks_contents .co-th_title {
      text-align: center;
      margin: 0 0 8vw 0; }
      .contact-thanks_contents .co-th_title img {
        width: 10%; }
      .contact-thanks_contents .co-th_title h1 {
        font-size: 6vw;
        font-weight: 700;
        line-height: 1.5;
        margin: 4vw 0; }
      .contact-thanks_contents .co-th_title p {
        font-size: 5vw;
        font-weight: 500;
        line-height: 1.5; }
    .contact-thanks_contents .co-th_btn {
      width: 180px;
      height: 40px;
      text-align: center;
      margin: 0 auto; }
      .contact-thanks_contents .co-th_btn a {
        font-size: 4.2vw;
        font-weight: 500;
        line-height: 1.5;
        background-color: #F24236;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px;
        color: white;
        display: block;
        padding: 10px 0; } }

/*# sourceMappingURL=contact-thanks-sp.css.map */
