@charset "utf-8";
/*voice_slider*/
.voice_slider_area {
    max-width: 1182px;
    margin: auto;
    padding-top: 2em;
}
@media screen and (max-width: 1200px) {
    .voice_slider_area {
        max-width: 90%;
    }
}
@media screen and (max-width: 680px) {
    .voice_slider_area {
        padding-top: 1.5em;
        max-width: 95%;
    }
}
/*.slick-list {*/
.voice_slider_area .slick-list {
    overflow: visible;
}
/*voice_slider*/
.voice_slider li {
    font-size: 1.6rem;
    background: #fff;
    border-radius: 1.2em;
    border: solid 1px #000000;
    box-sizing: border-box;
    margin: 0 2em;
    transition: all 0.2s ease;
    height: 100%;
    overflow: hidden;
    position: relative;
}
/*.voice_slider li,.voice_slider_inner{
       display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    flex-direction: column!important;
}*/
@media screen and (min-width: 681px), print {
    .voice_slider li {
        transform: scale(0.9);
    }
    .voice_slider li:before {
        content: "";
        background: rgba(255, 255, 255, 0.45);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .voice_slider .slick-active:before {
        content: none !important;
    }
    .voice_slider .slick-active {
        opacity: 1 !important;
        transform: scale(1);
    }
    .voice_slider_inner {
    min-height: 37em !important;

}
}

.voice_slider_inner {
    padding: 2em 1.5em;
}
.voice_slider_inner .img {
    margin: auto !important;
    margin-bottom: 0.8em !important;
    text-align: center;
}
.voice_slider_inner .img, .voice_slider_inner .img img {
    height: 10.0em;
}
.voice_slider_inner .img img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.voice_name {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 0.8em !important;
}
.voice_add {
    letter-spacing: 0;
    margin-bottom: 0.8em !important;
    text-align: center;
    font-size: 0.95em;
    color: #3D3D3D;
}
.voice_text {
    font-size: 1em;
}
/*矢印*/
.voice_slider .slick-prev:before, .voice_slider .slick-next:before {
    font-size: 0;
}
.voice_slider .slick-next,.voice_slider  .slick-prev,.voice_slider  .slick-next:hover,.voice_slider  .slick-prev:hover {
    background: url("../images/slide_arrow.svg") no-repeat;
    background-size: 40%;
    background-position: center;
    aspect-ratio: 17/30;
    z-index: 10;
    transition: all 0.2s ease;
}
.voice_slider .slick-prev {
transform: scale(-1, 1);
    top:45%!important;
}
.voice_slider .slick-next:hover,.voice_slider  .slick-prev:hover {
    opacity: 0.5;
}
@media screen and (max-width: 680px) {
    .voice_slider .slick-prev {
        left: -10px;
    }
    .voice_slider .slick-next {
        right: -10px;
    }
}