
.slider8-dots {
	position: relative;
	z-index: 3;
	bottom:-20px;display: flex;justify-content: center;
}
.slider8-dots li {
	display:inline-block;
	margin:0 5px;
}
.slider8-dots button {
    color: transparent;
    outline: none;
    width:7.5px;/*ドットボタンのサイズ*/
    height:7.5px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:10px;
    background:grey;/*ドットボタンの色*/
}
.slider8-dots .slick-active button{
    background:white;/*ドットボタンの現在地表示の色*/
}






.tab-dots {
	position: relative;
	z-index: 3;
	bottom:-20px;display: flex;justify-content:flex-end;
}
.tab-dots li {
	display:inline-block;
	margin:0 5px;
}
.tab-dots button {
    color: transparent;
    outline: none;
    width:60px;/*ドットボタンのサイズ*/
    height:5px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:0;
    background:grey;/*ドットボタンの色*/
}
.tab-dots .slick-active button{
    background:white;/*ドットボタンの現在地表示の色*/
}




.so-dots {
	position: relative;
	z-index: 3;
	bottom:-20px;display: flex;justify-content:flex-start;
}
.so-dots li {
	display:inline-block;
	margin:0 5px;
}
.so-dots button {
    color: transparent;
    outline: none;
    width:60px;/*ドットボタンのサイズ*/
    height:5px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:0;
    background:grey;/*ドットボタンの色*/
}
.so-dots .slick-active button{
    background:white;/*ドットボタンの現在地表示の色*/
}





.rs-dots {
	position: relative;
	z-index: 3;
	bottom:-20px;display: flex;justify-content:flex-end;
}
.rs-dots li {
	display:inline-block;
	margin:0 5px;
}
.rs-dots button {
    color: transparent;
    outline: none;
    width:60px;/*ドットボタンのサイズ*/
    height:5px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:0;
    background:grey;/*ドットボタンの色*/
}
.rs-dots .slick-active button{
    background:white;/*ドットボタンの現在地表示の色*/
}






.zakura-dots {
	position: relative;
	z-index: 3;
	bottom:-20px;display: flex;justify-content:flex-end;
}
.zakura-dots li {
	display:inline-block;
	margin:0 5px;
}
.zakura-dots button {
    color: transparent;
    outline: none;
    width:60px;/*ドットボタンのサイズ*/
    height:5px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:0;
    background:grey;/*ドットボタンの色*/
}
.zakura-dots .slick-active button{
    background:white;/*ドットボタンの現在地表示の色*/
}