@charset "utf-8";

/*
Theme Name: Grow ups Webサイト雛型
*/

/* リセットCSS */
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;
    border-color: inherit;

    -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;
}

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,button
{
    text-decoration: none;
    cursor: pointer;
}
