﻿@charset "utf-8";


/***************************  内容部分  ***************************/
section.brand {width:80rem;height:auto;padding:3rem calc(50% - 40rem);display:flex;flex-wrap:wrap;justify-content:flex-start;}
section.brand div {width:calc(25% - 6rem);height:auto;padding:6rem 3rem;cursor:pointer;}
section.brand div:nth-of-type(odd) {background:#fff;}
section.brand div:nth-of-type(even) {background:#fff;}
section.brand div:hover {box-shadow:0 0 1rem #1c1e2040;}
section.brand div img {position:relative;left:50%;width:auto;max-width:100%;height:7rem;transform:translateX(-50%);}
section.brand div span {width:100%;height:4rem;margin-top:3rem;display:block;text-align:center;font-size:1.5rem;color:#1c1e20;line-height:2rem;overflow:hidden;}

