@charset "UTF-8";
/*1025px以上で適用する内容*/
@media screen and (min-width: 1025px) {
  /* all----------------------------------------------- */
  .all {
    width: 100%;
    position: relative; }

  /* main_contents----------------------------------------------- */
  .main_contents {
    width: 1200px;
    margin: 0 auto; }

  /* contents----------------------------------------------- */
  .contact-thanks_contents {
    width: 100%;
    padding: calc(70px + 87px) 0 110px; }
    .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; } }

/*# sourceMappingURL=contact-thanks.css.map */
