@charset "UTF-8";

.arrowbox {
    position: relative;
    height: calc(100% - 120px);
    overflow-y: hidden;
    margin-top: 20px;
}
.arrowbox img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: 50px;

}

/*PCのみ*/
@media (min-width: 768px) {








}

@media (max-width: 768px) {

    .arrowbox {
        height: calc(100% - 80px);
    }

    .pm-sp-0 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

}



