@charset "UTF-8";

#access img {
    max-width: 100%;
}

.access_text {
    text-align: left;
    line-height: 3rem;
}

.access_text dt {
    font-weight: bold;
    font-size: 1.5rem;
}

/* スクリーンサイズが767pxまでのスタイルを記述 */
@media screen and (max-width: 599px) {
    .access_text dt {
        font-size: 20px;
    }
}