/*
Copyright (c) 2024 Revolme.Lab Yamasaki Masaki
リセットCSS
*/
@charset "utf-8";

html,body
{
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    min-height: 100dvh;
    width: 100%;

    font-weight:normal;
    text-align:justify;
    word-break:break-all; 
    overflow-wrap:break-word;
}

*{
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    
    box-sizing: border-box;

    text-size-adjust: 100%;

    color:inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    vertical-align: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);

}

:focus
{
	outline:0;
}

::before,
::after
{
}
label
{
    display: inline-block;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-align: inherit;
}
strong
{
    font-weight: bold;
}
ul li
{
	margin-left:2.5em;
}
ol li
{
	margin-left:2.5em;
}
ul li + li,
ol li + li
{
    margin-top:0.25em;
}
img
{
    max-width: 100%;
}
a,
button
{
    cursor: pointer;
    text-decoration: none;
}
a.link
{
    text-decoration: none;
}
a.link:hover
{
    text-decoration: underline;
}
