@charset "UTF-8";
/*768px～1024pxで適用する内容*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* all----------------------------------------------- */
  .all {
    width: calc(100% - 40px);
    padding: 0 20px;
    position: relative; }

  /* main_contents----------------------------------------------- */
  .main_contents {
    width: 100%;
    margin: 0 auto; }

  /* contents----------------------------------------------- */
  .contact-thanks_contents {
    width: 100%;
    padding: calc(70px + 61px) 0 70px; }
    .contact-thanks_contents .co-th_title {
      text-align: center;
      margin: 0 0 50px 0; }
      .contact-thanks_contents .co-th_title img {
        width: 35px; }
      .contact-thanks_contents .co-th_title h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.5;
        margin: 25px 0; }
      .contact-thanks_contents .co-th_title p {
        font-size: 22px;
        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: 16px;
        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;
        transition: .3s;
        padding: 10px 0; }
        .contact-thanks_contents .co-th_btn a:hover {
          background-color: #008ED5;
          color: white; }

  footer {
    position: fixed;
    bottom: 0; } }

/*# sourceMappingURL=contact-thanks-tb.css.map */
