@charset "UTF-8";

:root {
    color: #000;
    font-size: 62.5%;

    box-sizing: border-box;
    border: 0;
    color: #000;

    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
}

html {
    height: 100%;
}

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    /* font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
    height: 100%;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

a {
    color: #000;

    &:hover {
        text-decoration: none;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

/* h1{
    border-bottom: 3px solid #009544;
    font-size: 2.4rem;
    margin-bottom: 32px;
    padding-bottom: 10px;
    padding-left: 3px;
    position: relative;
} */

h2 {
    border-bottom: 3px solid #009544;
    font-size: 2.1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.25;

    /* &:before {
        background-color: #009544;
        border-radius: 50%;
        content: "";
        height: 18px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 18px;
        box-sizing: border-box;
    } */
}

p {
    line-height: 1.5;
}

@media(max-width:400px) {
    :root {
        font-size: 56.25%;
    }
}

@media(max-width:320px) {
    :root {
        font-size: 50%;
    }
}