@charset "utf-8";

ul {
    list-style: none;
    padding-left: 0;
}
.fbrand {
    font-family: 'Libre Baskerville','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif,sans-serif;
}
.fbrand__sec01 {
    // background-color: #f8f9fa;
    background-color: #ececec;
}
.fbrand__imgbox {
    display: block;
    border: 4px double #ccc;
}
.fbrand__imgbox:hover {
    opacity: .7;
}
.fbrand__img_main {
    
}
.fbrand__img_logo {
    background: #fff;
    padding: 1rem .3rem .5rem;
}
.fbrand__name {
    text-align: center;
    color: #212529;
    padding: .3rem .3rem .5rem;
    margin-bottom: 0;
    font-size: 15px;
    background: #fff;
    font-family: "Libre Baskerville", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, serif, sans-serif;
}

/*
.fbrand__name {
    text-align: center;
    color: #ffffff;
    padding: 0.5rem 0.3rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 13px;
    background: #959595;
    box-shadow: rgb(128 128 128) 0px 0px 0px 2px inset, rgb(255 255 255) 0px 0px 0px 3px inset;
}
*/

.fbrand__sec02 {
    background-color: #959595;
    padding-bottom: 7rem!important;
    // border-top: 1px solid #ccc;
}
.fbrand__sec02 h3 {
    font-size: 20px;
    padding: 0.6em 1em;
    width: 100%;
    text-align: center;
    font-family: "Libre Baskerville", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, serif, sans-serif;
    color: #fff;
    font-weight: bold;
    margin-bottom: 2rem;
}
.fbrand_list {
    display: flex;
    justify-content: space-between;
}
.fbrand_item {
    width: 45%;
}
.fbrand_item_img {
    display: flex;
    width: 50%;
}
.fbrand_item_img img {
    width: 50%;
}
.fbrand_item p {
    color: #fff;
    font-family: "Libre Baskerville", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, serif, sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .fbrand__name {
        font-size: 14px;
    }
    .fbrand__sec02 {
        padding: 0 4vw;
    }
    .fbrand_list {
        display: block;
    }
    .fbrand_item {
        width: 100%;
    }
    .fbrand_item_img {
        text-align: center;
    }
}

/**********************************
.idc-col_fbrand
**********************************/
.idc-col_fbrand .fbrand__category {
    margin-top: .5rem;
    line-height: 1.9;
}
.idc-col_fbrand .fbrand__category a {
}
.idc-col_fbrand .fbrand__category a:first-of-type {
    display: inline-block;
    margin: .3rem 0;
    font-size: 15px;
}
.idc-col_fbrand .fbrand__category a:not(:first-of-type) {
    font-size: 13px;
}
.idc-col_fbrand {
    padding: 15px 10px;
    flex: 25%;
    max-width: 25%;
}

@media (max-width: 767px) {
    .idc-col_fbrand {
        flex: 50%;
        max-width: 50%;
        padding: 10px;
    }
    .idc-col_fbrand:nth-child(even){
        padding-left: 5px
    }
    .idc-col_fbrand:nth-child(odd){
        padding-right: 5px
    }
}

/**********************************
footer
**********************************/
.idc-breadcrumbs {
    background: #959595!important;
    margin-top: 0!important;
}
.breadcrumbs__box,
.breadcrumbs__box a {
    color: #fff!important;
}
.idc-banner {
    display:none;
}