/*アコーディオン*/
#c_1150 .accordion_btn{
    width: 60%;
    margin: 20px auto;
    text-align: center;
    border: solid 1px;
    border-radius: 50px;
    padding: 10px 0;
    position: relative;
}
#c_1150 .accordion_btn.is-open::after {
    content: "閉じる";
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-53%);
    background-color: #fff;
}
#c_1150 .accordion {
    display: none;
    margin: 10px auto 0;
}
/*ブランドロゴ*/
#c_1150 ul.logo li a{
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    height: 125px;
}