@charset "utf-8";
/* Contact CSS Document */

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
    margin-bottom: 80px !important;
}

    input[disabled] {
        text-shadow: none !important;
        background-color: #a9a9a9 !important;
        cursor: not-allowed;
    }
   .page_ttl_portal {
      width: 100%;
      font-size: 20px;
      font-size: 2.0rem;
      margin-bottom: 10px;
      border-bottom: 5px solid #605f5f;
      padding: 32px 0 5px;
}
   .singup_sequence .sequence_item {
      height: 38px;
      max-height: unset;
      padding: 10px 13px;
}
   .border{
      border-style: solid;
   }
   .f15m21 p{
      font-size: 1.5rem;
      margin: 20px 10px;
   }
  .pmtc1 {
    padding: 2% 1%;
    margin: 2%;
    text-align: center;
    line-height: 3.0rem;
    font-size: 1.5rem;
  }
  .cons1 {
    text-align: center;
    margin-bottom: 5%;
    font-size: 1.5rem;
  }
  .card_wrap {
    color: #000;
    background: #FFF;
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 1.8rem;
}

@media screen and (max-width: 480px)  {

  .maincontainer_portal {
    padding: 5px;
    max-width: 600px;
    margin: 10px 10px 80px !important;
 }
  .singup_sequence .sequence_item {
    height: 38px;
    max-height: unset;
    padding: 6px;
 }
/* reCAPTCHA v3　表示位置 */
  .grecaptcha-badge {
    margin-bottom: 120px !important;
 }
}
