#access{
    padding-bottom: 16rem;
}
#access .access__list {
    margin: 6.5rem 0;
    width: 100%;
}

#access .list__item {
    display: flex;
    flex-direction: column;
    padding: 4rem 0 4rem 0;
    border-top: 1px solid #D9D9D9;
    position: relative;
}

#access .list__item::before {
    content: "";
    position: absolute;
    width: 35%;
    height: 100%;
    top: -1px;
    border-top: 1px solid #005191;
}

#access .item__ttl {
    font-size: 4rem;
    margin-bottom: 4rem;
    font-weight: 500;
}

#access .item__txt {
    font-size: 3.2rem;
    line-height: 1.6875em;
    letter-spacing: 0.1em;
}

#access .item__txt > div {
    margin-bottom: 2rem;
}

#access .map__content {
    margin-top: 6.5rem;
}

#access .map__content .map__main {
    margin-bottom: 4rem;
}

#access .map__content iframe {
    width: 100%;
}

#access .map__btn {
    background-color: #f3f2f1;
}

#access .map__btn ul {
    display: flex;
    padding: 4rem 0;
}

#access .map__btn ul li {
    font-size: 3.3rem;
    font-weight: 600;
    position: relative;
    padding: 0 2rem;
}

#access .map__btn ul li:first-child {
    flex-basis: 42%;
}

#access .map__btn ul li:last-child {
    flex-basis: 55%;
}

#access .map__btn ul li:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 30px;
    height: 25px;
    background-image: url(../../../assets/img/common/icon_pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#access .map__btn ul li:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

#access .map__btn ul li:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    width: 24px;
    height: 24px;
    background-image: url(../../../assets/img/map/map_pin.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#access .map__btn ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #005191;
}

@media screen and (min-width: 769px) {
    #access{
        padding-bottom: 15.5rem;
    }
    
    #access .list__item {
        flex-direction: row;
    }

    #access .item__ttl {
        font-size: 2.5rem;
        flex-basis: 15%;
    }

    #access .item__txt {
        font-size: 1.6rem;
    }

    #access .list__item::before {
        width: 11%;
    }
    #access .map__content{
        margin-bottom: 10rem;
    }
    #access .map__btn {
        width: 40%;
        margin: 0 auto;
        margin-right: 0;
    }

    #access .map__btn ul {
        padding: 2rem 0;
    }

    #access .map__btn ul li {
        font-size: 1.8rem;
    }

    #access .map__btn ul li:first-child::after {
        right: 17%;
    }

    #access .map__btn ul li:last-child::after {
        right: 10%;
    }
    #access .flex_container{
        display: flex;
        justify-content: space-between;
    }
    #access .flex_container .access__list{
        flex-basis: 48%;
        margin: 0;
    }
    #access .flex_container .list__item::before{
        width: 27%;
    }
    #access .flex_container .item__ttl{
        flex-basis: 35%;
    }
}