@charset "utf-8";
/* Urawakari Access2 */
.tpl-caption--out.pr-0 {padding-right: 0;}
.factsAccess2 .col2 .desc p:first-of-type {max-width: 402px;background: #3F2021;color: #ffffff;padding: 5px 0 5px 12px;margin-bottom: 8px;}
.factsAccess2 .col2 .tpl-figure{width: fit-content;}

@media screen and (min-width: 769px) {
    .factsAccess2 .wrap{display: flex; justify-content: space-between; flex-wrap: wrap;}
    .factsAccess2 .col1{width: 45%;}
    .factsAccess2 .col2{width: 50%;}
}

@media screen and (max-width: 768px) {
    .factsAccess2 .col1 {
        margin: 0 0 30px;
    }

    .factsAccess2 .col2 .tpl-figure{margin: 0 auto;}
    .factsAccess2 .col2 .desc p:first-of-type{margin: 0 auto 8px;}
}

@media screen and (max-width: 480px) {
    .urawaHead .illus {
        text-align: right;
    }

    .factsAccess2 .col1 .illus {
        max-width: 232px;
    }
}

