@charset "utf-8";

.miso-category_m { padding:0px; }
.miso-category_m a { display:block; }
.miso-category_m #present_category {
    background: #f5f5f5;
    font-size: 18px;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.miso-category_m #present_category::after {
    content: "";
    background-image: url("/img/custom/arrow_select.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 25px;
    transition: all 0.3s;
}
.miso-category_m.open #present_category {border-bottom: none;}
.miso-category_m.open #present_category::after {transform: scaleY(-1);}
.miso-category_m .ca-body {
    overflow: hidden;
    box-shadow: none;
    background: #f5f5f5;
    border: none;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0 15px 15px;
}
.miso-category_m .ca-sub1 {margin-bottom: 10px; width: 100% !important;}
.miso-category_m .ca-sub1:last-child { margin-bottom:0px; }
.miso-category_m .ca-sub1 a {font-size: 16px; }
.miso-category_m .ca-line { font-weight:bold; padding:10px; background:#f1f1f1; border-bottom:1px solid #ddd; font-size:14px; }
.miso-category_m .new { color:crimson; }