@charset "UTF-8";

/*----------------------------------------
brand
----------------------------------------*/

.brand_box{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
padding: 120px 0;
background-image: url(../images/brand_bg.jpg);
background-size: cover;
background-position: center center;
position: relative;
}

.brand_box2{
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
padding: 80px 0 0 0;
}

.brand_box_cap{
position: absolute;
right: 0;
bottom: 5px;
font-size: 1rem !important;
color: #fff;
width: 100%;
padding: 0 10px;
text-align: right;
}


@media screen and (max-width: 768px) {

.brand_box{
padding: 40px 20px;
}

.brand_box2{
padding: 40px 0 0 0;
}

}
