@charset "utf-8";
/* CSS Document */
.sw_ip_symbol {
    display: flex;
    justify-content: center;
    padding-top: 4.166666666%;
    margin-bottom: 13.958333333%;
}
.sw_ip_symbol p:first-child {
    margin-right: 9.583333333%;
}
.sw_ip_symbol p:last-child {
    margin-top: 8.229166666%;
}
.sw_ip_symbol .sw_ip_icon {
    width: 23.541666666%;
}
.sw_ip_symbol .sw_ip_logo {
    width: 30.729166666%;
}

#sw_offical p {
    position: relative;
    z-index: 1;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 8.542%;
}
#sw_offical a::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto 0;
    transition: .5s;
}
#sw_offical a {
    position: relative;
    color: #000;
    padding: 30px 50px 30px 0;
    text-align: center;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    transition: .5s;
    border: 1px solid #000;
    font-size: 20px;
    background: rgba(255,255,255,0.2);
}
#sw_offical a:hover {
    background: #ccc;
    color: #666;
}
#sw_offical a:hover::after {
    border-top: 2px solid #888;
    border-right: 2px solid #888;
}

@media screen and (max-width:767px) {
    #sw_offical p {
        width: 100%;
        padding-bottom: 40px;
    }
    #sw_offical a {
        padding: 20px 30px 20px 15px;
        font-size: 12px;
    }
    #sw_offical a::after {
        width: 10px;
        height: 10px;
        border-top: 1px solid #888;
        border-right: 1px solid #888;
        right: 15px;
    }
    #sw_offical a:hover::after {
        border-top: 1px solid #888;
        border-right: 1px solid #888;
    }
}