﻿/* ---------------------------------------------------------- */
/* mediaquery */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* mediaquery print only */
/* ---------------------------------------------------------- */
.sw-Banner1 {
    overflow: hidden;
}
.sw-Banner1 a {
    transition: all 0.5s;
}
.sw-Banner1 a:hover {
    opacity: 0.7;
}
.sw-Banner1 img {
    width: 100%;
    vertical-align: bottom;
}

@media print, screen and (min-width: 768px) {
    .banner-Flex-Direction {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 150px;
    }
    .sw-Banner1 {
        border-radius: 4px;
        width: 42.1875%;
    }
    .geGePr-Banner {
        margin-bottom: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .geGePr-Banner:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner-Flex-Direction {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 10.666666666666668vw;
    }
    .sw-Banner1 {
        border-radius: 1.066666666666667vw;
        margin-bottom: 2.666666666666667vw;
    }
    .sw-Banner1:last-child {
        margin-bottom: 0;
    }
    .geGePr-Banner {
        padding: 0 4vw;
        margin-top: 6.666666666666668vw;
    }
    .geGePr-Banner:first-child {
        margin-top: 0;
    }
}
