@charset "utf-8";

/* 2つ目 */

.swiper_2 {
    margin: 10% auto;
}

/* スライドの動き等速 */
.swiper_2 .swiper-wrapper {
    transition-timing-function: linear;
}

.swiper_2 .swiper-slide {
    /* position: relative; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.swiper_2 .swiper-slide_img_a {
    width: 47.5%;
    height: auto;
    margin: 0 calc(5% / 2) auto 0;
    padding-bottom: 5%;
}

.swiper_2 .swiper-slide_img_b {
    width: 47.5%;
    height: auto;
    margin: auto calc(5% / 2) 0 0;
    padding-top: 5%;
}
