@charset "UTF-8";
/*991px以上で適用する内容*/
@media screen and (min-width: 991px) {
  /* all----------------------------------------------- */
  .all {
    width: 100%;
    position: relative; }

  /* main_contents----------------------------------------------- */
  .main_contents {
    width: 1000px;
    margin: 0 auto; }

  /* contents----------------------------------------------- */
  .document-thanks_contents {
    width: 100%;
    padding: calc(70px + 87px) 0 110px; }
    .document-thanks_contents .do-th_title {
      text-align: center;
      margin: 0 0 50px 0; }
      .document-thanks_contents .do-th_title img {
        width: 35px; }
      .document-thanks_contents .do-th_title h1 {
        font-size: 19px;
        font-weight: normal;
        line-height: 1.5;
        margin: 25px 0; }
      .document-thanks_contents .do-th_title p {
        font-size: 17px;
        line-height: 1.7; }
    .document-thanks_contents .do-th_btn1 {
      font-size: 17px;
      line-height: 1.7;
      text-align: center;
      width: 440px;
      margin: 0 auto;
      width: 300px; }
      .document-thanks_contents .do-th_btn1 a {
        display: block;
        color: white;
        background-color: #2c53a3;
        border-radius: 80px;
        padding: 13px 0;
        transition: .3s;
        border: 2px solid #2c53a3; }
        .document-thanks_contents .do-th_btn1 a:hover {
          background-color: white;
          color: #ef423c;
          border: 2px solid #ef423c;
          font-weight: bold; }
    .document-thanks_contents .do-th_btn2 {
      font-size: 17px;
      line-height: 1.7;
      font-weight: bold;
      text-align: center;
      width: 440px;
      margin: 0 auto;
      width: 300px;
      margin-top: 50px; }
      .document-thanks_contents .do-th_btn2 a {
        display: block;
        background-color: #65bed2;
        border-radius: 80px;
        padding: 13px 0;
        transition: .3s;
        border: 2px solid #65bed2; }
        .document-thanks_contents .do-th_btn2 a:hover {
          background-color: white;
          color: #65bed2;
          border: 2px solid #65bed2;
          font-weight: bold; } }
