.page-title-area {
  display: none!important;
}

/* タイトル
-------------------------------------------- */
  #contact .title {
      text-align: center;
    }

  /* 説明文
  -------------------------------------------- */
  .nofound-desc {
      margin-bottom: 60px;
      font-size: 1rem;
      line-height: 2;
      text-align: center;
    }


/* form
  -------------------------------------------- */
  .form-area  {
    border-radius: 30px;
    background-color: #FBF7ED;
    padding: 10%;
    margin-top: 60px;
  }
  .contact-form  {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
  }
  
  .form-box {
    margin-bottom: 30px;
  }

  .form-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  /* 見出し
  --------------------- */
  .category-name {
    font-size: 16px;
    width: 30%;
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  /* 必須 */
  .category-name .hissu {
    font-size: 10px;
    width: 40%;
    background-color: #E83817;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 400;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}
  
  /* 注釈 */
  .category-name .note {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.2;
  }
  
  /* 入力蘭
  --------------------- */
  .input-wrap {
    width: 100%;
  }
  
  /* input
  --------------------- */
  .form-input {
    width: 100%!important;
    height: 60px!important;
    padding: 0 15px!important;
    font-size: 16px!important;
    line-height: normal!important;
    border: 2px solid #333!important;
    border-radius: 4px!important;
  }
  
  /* textarea
  --------------------- */
  .form-textarea {
    width: 100%!important;
    font-size: 16px!important;
    line-height: 2!important;
    border: 2px solid #333!important;
    padding: 5px 15px!important;
    border-radius: 4px!important;
  }
  
  /* プレンスホルダー */
  ::placeholder {
    color: #D0D0D0!important;
  }
  
  /* privacy
  --------------------- */
  .form-privacy {
    display: none;
  }


.center-button-container{
  text-align: center;
}

  @media (max-width: 768px) {
    
    .pc { display: none !important; }
    .sp { display: block !important; }
      
    #contact {
      padding-bottom: 0px;
    }
    
    body p.sub {
      font-size: 15px;
    }
    
    body h1.main {
      font-size: 1.5rem;
    }
  
    #contact .title {
      padding-top: 50px;
    }
  
    .form-desc {
      text-align: left;
    }
    
    .memo {
      padding: 30px 15px;
    }
    body p.memo-txt {
      font-size: 16px;
    }
    body p.memo-tel-ttl {
      max-width: 200px;
      margin-top: 15px;
    }
    body p.memo-tel {
      font-size: 30px;
    }
    body p.memo-tel .ico:before {
      top: 4px;
    }
    
    .form-box {
      display: block;
      margin-bottom: 15px;
    }
  
    .category-name {
      width: 100%;
      margin-bottom: 15px;
    }
  
    .input-wrap {
      width: 100%;
    }
    
  }


  @media (max-width: 480px) {
    .form-area {
      border-radius: 20px;
      background-color: #FBF7ED;
      padding: 20px;
  }

  .form-privacy {
    margin-bottom: 15px;
  }
  .form-btn-wrap {
    margin-bottom: 30px;
  }

  .form-input,
  .form-textarea {
    height: 40px !important;
    font-size: 0.75rem !important;
}

  }
  
