@charset "UTF-8";
  
  .page-contact-thanks .sta-section__inner--contents{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
  }

  .page-contact-thanks .sta-section__inner--contents > p{
    display: inline-flex;
  }

  .page-contact-thanks .sta-section__inner--contents > p:nth-of-type(1){
    width: 25%;
    justify-content: flex-end;
  }

  .page-contact-thanks .sta-section__inner--contents > p:nth-of-type(2){
    width: 75%;
  }

  .anchor_type__return_home{
    height: 2.8em;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    width: 60%;
    letter-spacing: 0.1em;
    display: inline-block;
    position: relative;
    max-width: 100%;
    min-height: 40px;
    padding: 5px 10px 3px;
    border: 1px solid #1b394c;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    cursor: pointer;
    border-color: #1b394c;
    background-color: #1b394c;
    color: #fff;
  }

  .anchor_type__return_home:hover{
    opacity: 0.7;
  }

  @media screen and (max-width: 768px){
    .page-contact-thanks .sta-section__inner--contents img{
      max-width: initial;
    }

    .page-contact-thanks .sta-section__inner--contents > p:nth-of-type(2){
      width: 60%;
    }

    .anchor_type__return_home{
      width: 70%;
      font-size: 18px;
      height: initial;
      padding: 14px 14px 12px;
    }
  }

  @media screen and (max-width: 414px){
    .page-contact-thanks .sta-section__inner--contents{
      flex-direction: column;
    }

    .page-contact-thanks .sta-section__inner--contents > p:nth-of-type(1){
      width: 100%;
      justify-content: center;
    }

    .page-contact-thanks .sta-section__inner--contents > p:nth-of-type(2){
      width: 100%;
    }

    .anchor_type__return_home{
      width: 100%;
      font-size: 12px;
      padding: 10px 6px 8px;
    }

  }
