#header{
  height:60px;
}

#header-logo{
  padding-bottom:14px;
}

.header_logo_ttl{
  height: 27px;
  display: flex;
  align-items: end;
  padding-top:4px;
}
.page2 .header_logo_ttl{
  padding-bottom: 5px;
}

.header_logo_txt{
  height:12px;
  display: flex;
  align-items: center;
}

.header_button_iconWrapper{
  height:28px;
}

main{
  padding-top:60px;
}

/** tablet **/
@media screen and (min-width: 768px){
  #header{
    height:80px;
  }

  .header_logo_txt{
    height:18px;
  }

  .page2 .header_logo_ttl{
    padding-bottom: 5px;
  }

  main{
    padding-top:80px;
  }

  .admins_users.user_regist,
  .admins_users.user_loggedin{
    padding: 79px 0 80px 0;
  }
}

/** pc **/
@media screen and (min-width: 900px){
  #header{
    height:103px;
  }

  #header-logo{
    padding-bottom:14px;
  }

  .header_logo_ttl{
    height: 46px;
    padding-top:4px;
  }

  .header_button_iconWrapper{
    height:42px;
  }

  main{
    padding-top:103px;
  }

  .admins_users.user_regist,
  .admins_users.user_loggedin{
    padding: 103px 0 80px 0;
  }
}
