/* テスト パターン1 スライダー*/

.bnr {
text-align: center;
background: #A3D3E2;
padding: 10px;
line-height: 0;
}
.bnr a {
display: inline-block;
width: 30%;
text-align: center;
}
/* sp */
.wrapper-bnr {
background: #A3D3E2;
margin-bottom: 10px;
}
#info-bnr {
margin-bottom: 10px;
width: 80%;
margin: 0 auto 10px;
}
.wrapper-bnr .slick-slide {
margin: 10px 10px 25px !important;
}
.slick-next {
right: 10px!important;
z-index: 99;
}
.slick-prev {
left: 10px!important;
z-index: 99;
}
ul.slider img {
width: 80%;
margin: 0 auto;
}
.slick-dots li {
width: 10px;
height: 10px;
}
.slick-dots li button {
width: 10px;
height: 10px;
}
.slick-dots li button::before {
width: 10px;
height: 10px;
border: none;
}
.slick-dots li.slick-active button::before {
border: none;
}
@media (max-width: 768px) {
.bnr-title {
/* font-size: 13px; */
}
}
