@charset "utf-8";

/* CSS Document */


.officialBrand__section {
    margin-bottom: 8rem;
}

.officialBrand {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1.6rem;
    row-gap: 2rem;
}

.officialBrand li {
    text-align: center;
}


.officialBrand li a {
    font-size: 1rem;
    font-weight: bold;
}




.officialBrand li a span {
    display: block;
    font-weight: normal;
    font-size: .8rem;
}



.officialBrand li img {
    width: 100%;
    margin-bottom: .8rem;
    display: block;
}




.officialBrand li img {
    display: block;
    margin-bottom: 1rem;
}

.officialBrand li p.brand_name {

    margin-top: 5%;
    font-size: 0.8rem;
    font-weight: 300;


}


.top_back {
    width: 30%;
    margin: 0 auto 10%;
    border: 1px solid #000;
    padding: 1%;
    font-size: .8rem;
    text-align: center;
}

.top_back a {
    text-decoration: none;
    color: #000;
}







@media (min-width: 767.98px) and (max-width: 1023px) {

    .officialBrand {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1.6rem;
    }

}




@media (max-width: 767.98px) {

    .officialBrand {
        grid-template-columns: repeat(3, 1fr);
        column-gap: .8rem;
    }

}