.slider-pro{
}

.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-top: -100px;
    margin-bottom: 100px;
}

.sp-button {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 4px;
    background: none;
}

.sp-selected-button {
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sp-button {
        width: 12px;
        height: 12px;
    }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
    .sp-button {
        width: 12px;
        height: 12px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
    .sp-button {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 768px) {
    .sp-buttons {
        margin-top: -140px;
        margin-bottom: 140px;
    }
}





/*次矢印のアイコンフォント*/
.sp-next-arrow:before {
	font-family: FontAwesome !important;
	content: '\f105' !important;
}
/*前矢印のアイコンフォント*/
.sp-previous-arrow:before {
	font-family: FontAwesome !important;
	content: '\f104' !important;
}


/*縦スライド時の矢印の位置*/
.sp-vertical .sp-previous-arrow {
	top: 0;
}
.sp-vertical .sp-next-arrow {
	bottom: 0;
}