.ohp-slider .slider-prev {
	background:url(../_img/index/slider/prev.png) center no-repeat !important;
	background-size:51px !important;
	left:10px !important;
    width:51px;
    height:51px;
}
.ohp-slider .slider-next {
	background:url(../_img/index/slider/next.png) center no-repeat !important;
	background-size:51px !important;
	right:10px !important;
    width:51px;
    height:51px;
}
.ohp-slider .buttons li[aria-selected=true] ,
.ohp-slider .buttons li:hover {
	background:#064E2E !important;
}

#index #content h2 {
    padding:0 0 30px 0;
    margin:0;
    background:none;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    color:#000;
}



/** Media Query **/

@media only screen and (max-width : 960px) {

}
@media only screen and (max-width : 680px) {
    .ohp-slider .slider-prev ,
    .ohp-slider .slider-next ,
    .ohp-slider .buttons {
        display:none !important;
    }

}

