@charset "UTF-8";

/* ACCESS
-------------------------------- */

#access dl {
    padding: 2rem 0;
    line-height: 2.5rem;
}

#access dl dt {
    font-weight: bold;
    margin-bottom: 2rem;
}

#access dl dd:nth-of-type(4),
#access dl dd:nth-of-type(8),
#access dl dd:nth-of-type(10) {
    margin-bottom: 2rem;
}

#access p {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#access .bg {
    margin-bottom: 2.5rem;
}

#access .inner {
    padding-bottom: 2.5rem;
}

#access .pitarea {
    padding-bottom: 5rem;
}

@media (min-width: 715px) {
    #access dl {
        padding: 5rem 3rem 0 0;
        width: 90%;
    }

    #access .bg {
        margin-bottom: 10rem;
    }

    #access .inner {
        padding-bottom: 5rem;
    }

    #access .pitarea {
       max-width: 1000px;
       margin-right: 10%;
       margin-left: 10%;
       text-align: center;
    }

    #access .youtube {
        margin-top: 5rem;
        width: 100%;
    }
}
