@charset "utf-8";
.menu_item.brand{
    background: #b7c9cb;
}
/* 20250818 */
.brand_imgbox {
    max-width: 150px;
    width: 100%;
    margin: 0 auto 80px;
}
.results_box {
    margin: 80px 0 0;
}
.brand_sub_ttl {
    font-size: 16px;
    line-height: 2;
}

.results_img_box {
    margin: 30px 0 60px;
}
.results_img_box_01 {
    margin: 30px 0 0px;
}
.results_img {
    margin-bottom: 1.8%;
}
.results_img:last-child {
    margin-bottom: 0;
}
.results_img a{
    transition: 0.5s;
}
.results_img a:hover{
    opacity: 0.5;
    transition: 0.5s;
}
.results_flex_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.8%;
}
.results_col2 {
    width: 49%;
}
.results_col3 {
    width: 32%;
}
.results_col4 {
    width: 49%;
}
.keikyu_flex_box {
    display: flex;
    justify-content: space-between;
}
.keikyu_img_ttl {
    text-align: center;
    letter-spacing: -0.02em;
    padding: 5px 0;
}


.img_cap_bg {
    background: rgb(0, 86, 96, 0.75);
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6.5px 5px;
    width: 100%;
    text-align: right;
    letter-spacing: -0.01em;
}


/* センター_文字 */
.txt_c {
    text-align: center;
}
/* センター_画像 */
.img_center {
    margin: 0 auto;
}
.db850 {
    display: none;
}

/* 20251008 */
.results_img_box_02 {
    margin: 30px 0 0px;
}



@media screen and (max-width: 1200px) {
    .brand_sub_ttl {
        font-size: 14px;
    }
    .keikyu_img_ttl {
        font-size: 13px;
    }
    .brand_imgbox {
        margin: 0 auto 60px;
    }
    .results_box {
        margin: 60px 0 0;
    }
    .results_img_box {
        margin: 20px 0 40px;
    }
    .results_img_box_01 {
        margin: 20px 0 0px;
    }
        /* 20251008 */
    .results_img_box_02 {
        margin: 20px 0 0px;
    }
}

@media screen and (max-width: 850px) {
    .keikyu_flex_box {
        flex-wrap: wrap;
    }
    .results_col4:nth-child(n+3) {
        margin-top: 10px;
    }
    .db850 {
        display: block;
    }

}

@media screen and (max-width: 650px) {
    .brand_imgbox {
        max-width: 120px;
    }
}

@media screen and (max-width: 550px) {
    .brand_sub_ttl {
        font-size: 13px;
    }
}





