.bt_shop{display:flex;justify-content: center; align-items: normal;}
.bt_shop > ul:first-child{width: 16%;}
.bt_shop > ul:first-child > li{width: 100%;display: flex;align-items: center;}
.bt_shop > ul:last-child{width: 84%;    align-items: normal; display: flex; flex-wrap: wrap;}
.bt_shop > ul:last-child li:first-child{background: #fff;}
.bt_shop > ul:last-child li{width: 25%;padding: 1em;}
.subpege_hd_ttl .main_ttl{text-transform:none;}

@media only screen and (max-width:900px) {
    .bt_shop > ul:first-child{display: none;}
    .bt_shop > ul:last-child{width: 100%;}
    .bt_shop > ul:last-child li{width: 25%;padding: 1% 5%;}
    .bt_shop > ul:last-child li:nth-child(-n+4){border-bottom:1px solid #304a78;}
    .ft_inner_r ul > li:nth-child(1){border-right: 1px solid #304a78;}
    .ft_inner_r ul > li:nth-child(2){padding: 0.5% 5%;}
    .ft_inner_r ul > li:nth-child(2) img{max-width: none;}
    .ft_inner_r ul > li:nth-child(4){border:none;}
    .ft_inner_r ul > li:nth-child(5) img{max-width: none;}
}