/*
  Copyright (c) 2024 Revolme.Lab Yamasaki Masaki
  リセットCSS
*/

html,body
{
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    height: 100dvh;
    font-weight:normal;
    text-align:justify;
}
*{
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;

    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    
    border-radius: 0;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
       -moz-tap-highlight-color: rgba(0, 0, 0, 0);
        -ms-tap-highlight-color: rgba(0, 0, 0, 0);
         -o-tap-highlight-color: rgba(0, 0, 0, 0);

    word-break: break-all;

    color:black;
}
:focus
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
    appearance: none;
	outline:0;
}
::before,
::after
{
	box-sizing:inherit;
	text-decoration:inherit;
	vertical-align:inherit;
}
