@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: 94%;
    padding: calc(12vw + 61px) 3% 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: 4.8vw;
        font-weight: bold;
        line-height: 7.8vw;
        margin: 4vw 0; }
      .contact-thanks_contents .co-th_title p {
        font-size: 4.4vw;
        line-height: 6.8vw; }
    .contact-thanks_contents .co-th_btn {
      font-size: 4.4vw;
      line-height: 6.8vw;
      text-align: center;
      width: 90%;
      margin: 0 auto;
      width: 60%; }
      .contact-thanks_contents .co-th_btn a {
        display: block;
        color: white;
        background-color: #2c53a3;
        border-radius: 80px;
        padding: 3vw 0;
        border: 2px solid #2c53a3; }

  footer {
    position: fixed;
    bottom: 0; } }
