@charset "UTF-8";
/* CSS Document */

/* ==========================
   RESET CSS
========================== */

*,
*::before,
*::after{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
    overflow-x:hidden;
}

body{
    min-height:100vh;
    overflow-x:hidden;
    font-family:"Zen Maru Gothic",sans-serif;
    background:#F4F5F7;
    color:#333;
    line-height:1.7;
}

img{
    display:block;
    max-width:100%;
    height:auto;
}

video{
    display:block;
    max-width:100%;
    height:auto;
}

a{
    color:inherit;
    text-decoration:none;
}

ul,
ol{
    list-style:none;
}

button{
    border:none;
    background:none;
    cursor:pointer;
}

input,
textarea,
button{
    font:inherit;
}
padding-left:40px;

}