@charset "UTF-8";
:root {
    --main-max-width: var(--main-inner-max-width);
}
/*------------------------------------------------------*/
.box__ptitle .box__container .box__body > li:first-child {
    display: none;
}
/*------------------------------------------------------*/
.box__lp-to-rt2 .box__container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;    
}

.box__lp-to-rt2 .box__container > li {
    flex: 0 0 auto;
}

.box__lp-to-rt2 .box__container .box__pic {
    width: 45%;
    max-width: 450px;
}

.box__lp-to-rt2 .box__container .box__pic .aspect-ratio {
    --min-width: 366px;
    --pic-wh-rate: calc(324/366);
}

.box__lp-to-rt2 .box__container .box__text {
    margin-left: 40px;
    width: 40%;
}

.box__lp-to-rt2 .box__container .box__text > p:not(:first-child) {
    margin-top: 30px;
}
/* ------------ */
.box__traffic .box__container > div:first-child > p {
    width: 285px;
}

.box__traffic .box__container > div:last-child {
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.box__traffic .box__container > div:last-child > ul {
    flex: 0 0 auto;
    position: relative;
    width: 49%;
}

.box__traffic .box__container > div:last-child > ul > li {
    height: 170px;
}

.box__traffic .box__container > div:last-child > ul > li:not(:first-child) {
    margin-top: 30px;
}

/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
@media only screen and (min-width:320px) {
    .box__lp-to-rt2 .box__container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;    
    }

    .box__lp-to-rt2 .box__container .box__pic {
        width: 100%;
        max-width: initial;
    }
    
    .box__lp-to-rt2 .box__container .box__text {
        margin-top: 20px;
        margin-left: 0px;
        width: 100%;
    }

    /* ------------ */
    .box__traffic .box__container > div:first-child > p {
        width: 100%;
    }

    .box__traffic .box__container > div:last-child {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .box__traffic .box__container > div:last-child > ul {
        width: 100%;
    }

    .box__traffic .box__container > div:last-child > ul:last-child {
        margin-top: 30px;
    }
    
    .box__traffic .box__container > div:last-child > ul > li {
        height: auto;
    }
}

@media only screen and (min-width:768px) {

}

@media only screen and (min-width:1024px) {
    .box__lp-to-rt2 .box__container {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;    
    }

    .box__lp-to-rt2 .box__container .box__pic {
        width: 45%;
        max-width: 450px;
    }
    
    .box__lp-to-rt2 .box__container .box__text {
        margin-top: 0px;
        margin-left: 40px;
        width: 40%;
    }

    /* ------------ */
    .box__traffic .box__container > div:first-child > p {
        width: 285px;
    }

    .box__traffic .box__container > div:last-child {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .box__traffic .box__container > div:last-child > ul {
        width: 49%;
    }

    .box__traffic .box__container > div:last-child > ul:last-child {
        margin-top: 0px;
    }
    
    .box__traffic .box__container > div:last-child > ul > li {
        height: 170px;
    }
}

@media only screen and (min-width: 1280px) {}

@media only screen and (min-width: 1440px) {}

@media only screen and (min-width: 1680px) {}

@media only screen and (min-width: 1920px) {}
