@charset "euc-jp";
.swiper-box {
    position: relative;
    transform:translate3d(0,0,0);
}
.swiper-container {
    width: 100%;
    height: auto;
    padding: 15px 0 20px 0;
    background: #f3f3f3;
    box-sizing: border-box;
    position: static;
    margin-bottom: 20px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f3f3f3;
    width: 170px;
/ Center slide text vertically /
display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 15px;
    margin-left: -3px;
    box-sizing: content-box;
    transform:translate3d(0,0,0);
}
@media screen and (max-width: 812px) {
    .swiper-slide {
        width: 150px;
    }
}
.slide ul {
    margin: 0;
    padding: 0 0 10px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 3px 0 #ccc;
    text-align: left;
    margin-right: 7px;
}

.slide ul li {
    list-style: none;
    font-size: 12px;
    margin: 5px 0;
    line-height: 1;
    padding: 0 1px;
}

.slide ul li img {
    max-width: 100%;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.slide ul li.noPadding {
    padding: 0;
    margin-top: 0;
}

.slide ul li span.notherColor {
    margin: 8px 0;
    color: #ff0000;
    font-size: 12px;
    line-height: 16px;
}

.slide ul li.notherColor span {
    font-size: 12px;
}

.boxSliderBtn {
    text-align: center;
    background: #f3f3f3;
    margin-top: 20px;
}

.detailed .content .content_moreBtn.boxSliderBtn a {
    display: inline-block;
}

.swiper-button-prev,  .swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background: rgba(255,255,255,0.95);
    box-shadow: 1px 1px 3px 0 #999;
    color: #fff;
    cursor: pointer;
    top: 40%;
}

.swiper-button-prev:before,  .swiper-button-next:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    width: 12px;
    height: 12px;
    transform: rotate(-45deg) translateY(-50%);
}

.swiper-button-prev:before {
    border-left: 1px solid #d51616;
    border-top: 1px solid #d51616;
    left: 23px;
}

.swiper-button-next:before {
    border-right: 1px solid #d51616;
    border-bottom: 1px solid #d51616;
    left: 18px;
}

.swiper-button-prev {
    left: -22px;
}
.swiper-button-next {
    right: -22px;
}

.swiper-wrapper .swiper-button-prev:hover, .swiper-wrapper .swiper-button-next:hover {
    opacity: 0.95;
}

.swiper-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    text-indent: -9999px;
    z-index: 9999;
}

.swiper-wrapper .bx-controls-direction a.disabled {
    display: none;
}

@media screen and (max-width: 812px) {
    .swiper-container{
        padding: 15px 0 20px;
    }
    .swiper-button-prev {
        left: 3%;
    }
    .swiper-button-next {
        right: 3%;
    }
    .swiper-slide {
        margin-right: 10px;
        margin-left: 5px;
    }
    .slide ul {
        margin-right: 0;
    }
    .detailed .content .content_moreBtn.boxSliderBtn a {
        width: 93%;
    }
    .detailed .content .content_moreBtn.boxSliderBtn a p {
        padding: 10px 30px 10px 10px;
    }
}
@media screen and (min-width: 813px) {
    .detailed .content .content_moreBtn.boxSliderBtn a {
        width: 46%;
    }
}
.swiper-container > .content_moreBtn > a > p {
    margin-bottom: 0px;
}
@media screen and (min-width: 813px) {
    .slide ul {
        margin-left: 7px;
    }
}
.slider-title {
    margin-bottom: 15px;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;
    position: relative;
}
.slider-title:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 13px;
    height: 22px;
    background: url(../../../../../../img-sub/goo/magazine/201021_new/img_icons.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -11px;
}
