@charset "UTF-8";

html {
    font-size: 100%;
    background-color: #fffcfc;
}

body {
    font-family: "BIZ UDPゴシック", sans-serif;
    -webkit-text-size-adjust: 100%;
}

main {
    margin: 12px;
}

a {
    text-decoration-line: none;
    color: #1e15d6;
}

a:hover {
    text-decoration-line: underline;
    text-underline-offset: 0.15em;
    color: #6f0eff;
}

p {
    line-height: 1.7;
    text-align: justify;
}

h1 {
    padding: 5px;
    border-bottom: 4px solid #4b4b4b;
    margin-bottom: 10px;
    font-size: 1.7rem;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 1px solid #4b4b4b;
    font-size: 1.5rem;
}

@media (max-width: 500px), (min-width: 500px) and (max-width: 1200px) and (max-height: 600px) {
    p {
        line-height: 1.6;
    }

    h1 {
        padding-bottom: 1px;
        font-size: 1.25rem;
    }

    h2 {
        font-size: 1.2rem;
    }
}
