@charset "UTF-8";

html,
body,
h1,
h2,
h3,
p,
ul,
li {
    margin: 0;
    padding: 0;
} 

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

img {
    border: none;
    max-width: 100%;
    display: block;
    margin: 0;
}

body {
    font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/* html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #3B211B;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
} */