/*
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;
}
*{
    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;
    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);

    word-break: break-all;

    color:inherit;
}
: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;
}
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:1.5em;
}
ol li
{
	margin-left:2.5em;
}
ul li + li,
ol li + li
{
    margin-top:0.25em;
}
img
{
    max-width: 100%;
}
a
{
    cursor: pointer;
}
a.link
{
    text-decoration: none;
}
a.link:hover
{
    text-decoration: underline;
}
