@charset "UTF-8";



/*2024_06_03追記*/
main{
  width: 400px;
}

.flbtn{
  width: 400px;
}

#Foot .guide__inner{
  display: block!important;
}

.user__form--wrapper .button__list--primary.form__table--checkBox, #Foot .button__list--primary.form__table--checkBox{
  width: 90%;
  padding: calc(1.5* var(--font-root-lp)) 0;
  height: auto;
}

.user__form--wrapper .login_form, #Foot .login_form {
  flex-direction: column;
}

.user__form--wrapper .user_login, #Foot .user_login{
  width: 100%;
}



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

  .flbtn {
    right: calc(100% - 525px - 400px);
  }

}

@media screen and (max-width: 900px) {
  main {
    margin-right: 0;
  }

  .flbtn {
    right: 0;
  }
}


@media (min-width: 768px) {
  .user__form--wrapper .form__table .half, #Foot .form__table .half {
    width: auto!important;
  }

  .form__table--select .form__table--flex .half{
    width: auto!important;
  }

  #Foot footer .footer__menu {
    flex-direction: column!important;
  }

  #Foot footer .footer__menu li {
    border-bottom: solid 1px #cfcfcf!important;
    box-sizing: border-box!important;
    margin: 0!important;
    font-size: calc(1.3 * var(--font-root-lp))!important;
  }

  #Foot footer .footer__menu li a {
    padding: 0;
    line-height: calc(4 * var(--font-root-lp));
    padding-left: calc(1.6* var(--font-root-lp))!important;
  }
}


@media screen and (max-width: 750px) {
  main {
    width: 100%;
    margin: 0 auto;
  }

  .flbtn {
    width: 100%;
    margin: 0 auto;
  }
}
