@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----------------------------------------------- */
  .document-thanks_contents {
    width: 94%;
    padding: calc(12vw + 61px) 3% 15vw; }
    .document-thanks_contents .do-th_title {
      text-align: center;
      margin: 0 0 8vw 0; }
      .document-thanks_contents .do-th_title img {
        width: 10%; }
      .document-thanks_contents .do-th_title h1 {
        font-size: 4.8vw;
        font-weight: bold;
        line-height: 7.8vw;
        margin: 4vw 0; }
      .document-thanks_contents .do-th_title p {
        font-size: 4.4vw;
        line-height: 6.8vw; }
    .document-thanks_contents .do-th_btn1 {
      font-size: 4.4vw;
      line-height: 6.8vw;
      text-align: center;
      width: 90%;
      margin: 0 auto;
      width: 60%; }
      .document-thanks_contents .do-th_btn1 a {
        display: block;
        color: white;
        background-color: #2c53a3;
        border-radius: 80px;
        padding: 3vw 0;
        border: 2px solid #2c53a3; }
    .document-thanks_contents .do-th_btn2 {
      font-size: 4.4vw;
      line-height: 6.8vw;
      font-weight: bold;
      text-align: center;
      width: 90%;
      margin: 0 auto;
      width: 60%;
      margin-top: 10vw; }
      .document-thanks_contents .do-th_btn2 a {
        display: block;
        background-color: #65bed2;
        border-radius: 80px;
        padding: 3vw 0;
        border: 2px solid #65bed2; } }
