@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .newsBox {
    margin-bottom: 75px;
    position: relative;
}
#main .newsBox::before {
    width: 587px;
    height: 613px;
    position: absolute;
    right: -66px;
    top: -33px;
    background: url("../img/index/bg01.png") no-repeat center center / 100% auto;
    content: "";
    z-index: -1;
}
#main .newsBox .scrollBox {
    box-sizing: border-box;
    padding: 13px 15px 10px 26px;
    border: 1px solid #036EB8;
    background: rgba(255, 255, 255, 0.8);
}
#main .newsBox .newsList {
    width: 100%;
    height: 446px;
    padding: 5px 0;
}
#main .newsBox .newsList li {
    margin-bottom: 26px;
    line-height: 1.52;
}
#main .newsBox .newsList li:last-child {
    margin-bottom: 0;
}
#main .newsBox .newsList li a {
    display: inline-block;
    position: relative;
    letter-spacing: 0.08em;
}
#main .newsBox .newsList li a::after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background: #000;
    content: '';
}
#main .newsBox .newsList li a .time {
    margin-right: 1.1em;
}
#main .newsBox .newsList li a:hover {
    color: #036EB8;
}
#main .newsBox .newsList li a:hover::after {
    background-color: #036EB8;
}
.jspVerticalBar {
    box-sizing: border-box;
    padding: 0;
    width: 25px;
    background-color: transparent;
    border: 1px solid #9FA0A0;
    border-radius: 30px;
}
.jspVerticalBar .jspArrow {
    width: 100%;
    height: 17px;
    background: url("../img/common/arrow_img01.png");
    background-repeat: no-repeat;
    background-position: center top 4px;
    background-size: auto 7px;
    background-color: transparent;
}
.jspVerticalBar .jspArrowDown {
    background-image: url("../img/common/arrow_img02.png");
    background-position: center bottom 7px;
}
.jspTrack {
    padding: 0 3px;
    background: transparent;
}
.jspDrag {
    border-radius: 16px;
    background: #9FA0A0;
}
@media all and (max-width: 896px) {
    #main .newsBox {
        margin-bottom: 35px;
    }
    #main .newsBox::before {
        width: 500px;
        height: 500px;
        background: url("../img/index/bg01.png") no-repeat top right / auto 100%;
    }
    #main .newsBox .scrollBox {
        padding: 10px 5px 10px 10px;
    }
    #main .newsBox .newsList {
        padding: 10px 0;
        height: 400px;
    }
    #main .newsBox .newsList li {
        margin-bottom: 15px;
        margin-right: 5px;
    }
    #main .newsBox .newsList li:last-child {
        margin-bottom: 0;
    }
    #main .newsBox .newsList li a::after {
        bottom: 2px;
    }
    #main .newsBox .newsList li a:hover {
        color: #000000;
    }
    #main .newsBox .newsList li a:hover::after {
        background-color: #000000;
    }
    .jspVerticalBar {
        width: 15px;
    }
    .jspVerticalBar .jspArrow {
        height: 13px;
        background-position: center top 4px;
        background-size: auto 5px;
    }
    .jspVerticalBar .jspArrowDown {
        background-position: center bottom 6px;
    }
    .jspTrack {
        padding: 0 2px;
    }
}