.attention {
    background-color: #FFF1F1;
    padding: 4%;
    margin-bottom: 10%;
}

.access {
    margin-top: 10%;
}

span.access-right {
    position: relative;
    padding-left: 5em;
}

span.access-item {
    position: absolute;
}

span.mark-right {
    position: relative;
    padding-left: 1.2em;
}

span.mark {
    position: absolute;
}

@media (min-width: 641px) {
    #information li .info_desc,
    #information_free li .info_desc {
        max-width: 544px;
    }
    a img.culturen_img {
        width: 54%;
    }
}

@media (max-width: 640px) {
    span.mark-right {
        position: static;
        padding-left: 0;
    }
    span.mark {
        position: static;
    }
    span.access_right_sp {
        position: relative;
        padding-left: 1.2em;
    }
    a img.culturen_img {
        max-width: 100%;
    }
}