@charset "UTF-8";
body {
    font-family: "noto sans JP";
}

a {
    cursor: pointer;
	color: #333333;
}

.anker_link_color {
    cursor: pointer;
	color: #2477BF;
}

html {
    font-size: 10px;
}

@media screen and (min-width: 768px) {
    html h1 {
        font-size: 2.8rem;
        font-weight: 700;
    }
    html h2 {
        font-size: 2.4rem;
        font-weight: 700;
    }
    html h3 {
        font-size: 2rem;
        font-weight: 700;
    }
    html h4 {
        font-size: 1.5rem;
        font-weight: 700;
    }
    html p {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    html h1 {
        font-size: 2rem;
        font-weight: 700;
    }
    html h2 {
        font-size: 2.4rem;
        font-weight: 700;
    }
    html h3 {
        font-size: 1.6rem;
        font-weight: 700;
    }
    html h4 {
        font-size: 1.4rem;
        font-weight: 500;
    }
    html p {
        font-size: 1.2rem;
    }
}
