/*---ベース・初期化設定---*/

html,::before,::after{
    font-family: sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
}

html.large{
    font-size: 18px;
}

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

body{
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

hr{
    overflow: visible;
}

button,input,select,textarea {
    font: inherit;
}

a {
    color: inherit;
}

