@charset "utf-8";
a {
    text-decoration: none;
    color: gray;
}

@media (max-width: 767px) {
    .ccode {
        font-size: 14px;
        margin-top: 5%;
    } 
    .g-youhin {
        font-size: 0.75em;
    }
    /*ページ内リンクの位置調整*/
    section {
        margin-top: -300px;
        padding-top: 300px;
    }
}
@media (min-width: 768px) {
    .ccode {
        margin-top: 2%;
    }
    .g-youhin {
        font-size: 1em;
    }
    /*ページ内リンクの位置調整*/
    section {
        margin-top: -60px;
        padding-top: 60px;
    }
}