@charset "utf-8";

body#common{
    background: none;
}

.sec_main_ttl{
    text-align: center;
    font-size: 28px;
    margin-bottom: 60px;
}

.sec_ttl{
    height: 80px;
}

.list-route{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
}

.route_wrap{
    margin-bottom: 50px;
}

.route_wrap .route_ct:not(:last-of-type){
    margin-bottom: 40px;
}

.route_ttl{
    font-size: 16px;
    color: #666;
}

.list-route li{
    background-color: #E0D2C4;
}

.list-route_desc{
    padding: 10px 10px 10px;
    color: #666;
}

.access_wrap ul,
.access_wrap li{
    list-style: outside;
}

@media screen and (max-width: 768px){
    iframe{
        width: 100%;
    }
    #container > * > .sec_main_ttl{
        padding-left: 0;
        padding-right: 0;
    }
    .sec_main_ttl{
        margin-bottom: 20px;
        line-height: 34px;
    }
    .list-route{
        grid-template-columns: 1fr;
        gap: 20px 0;
    }
    .list-route_desc{
        font-size: 12px;
    }
    .list-route img{
        width: 100%;
        height: auto;
    }
    .route_ttl{
        background: url(/kaigi/images/icon_brown.png) no-repeat left 2px;
        padding: 5px 0 5px 30px;
        margin-bottom: 10px;
    }
}