@charset "UTF-8";
.mikke-sakugen {
    top: -60px;
}
.mikke-flclm {
    display: flex;
    flex-direction: column;
}
.mikke-btitle {
    margin-bottom: 10px;
    font-size: 1.8rem !important;
    font-weight: 700;
}
.mikke-autoclm {
    display: flex;
    align-items: center;
}
.mikke-autoclm-title {
    width: 250px;
    margin-right: 10px;
    padding: 5px 5px 5px 20px;
    color: #fff;
    background-color: #727171;
}
.note-in {
    display: inline-block;
    margin-left: 14px;
}
.colortag__item.blackbotoku {
    background-color: #414043;
    color: #fff;
}
.colortag__item.capblack {
    background-color: #000;
    color: #fff;
}
.colortag__item.spstainless {
    background-color: #b39894;
    color: #000;
}
.colortag__item.metallics {
    background-color: #aeb2b5;
    color: #000;
}
@media print, screen and (min-width: 767.5px) {
    .mikke-col > div:first-child {
        width: calc(40.6% - 41px);
    }
    .mikke-col > div:last-child {
        width: calc(63% - 41px);
    }
    .mikke-lclm > div,
    .mikke-lsclm-b > div,
    .mikke-grillclm > div {
        flex-grow: 1;
    }
    .mikke-lclm > div:first-child {
        width: calc(69% - 40px);
    }
    .mikke-lclm > div:last-child {
        width: calc(31% - 40px);
    }
    .mikke-lsclm > div:first-child {
        width: calc(40% - 40px);
        flex-grow: 1;
    }
    .mikke-lsclm > div:last-child {
        width: calc(60% - 40px);
    }
    .mikke-lsclm-b > div:first-child {
        width: calc(59.5% - 40px);
    }
    .mikke-lsclm-b > div:last-child {
        width: calc(40.5% - 40px);
    }
    .mikke-grillclm > div:first-child {
        width: calc((10% - 40px) / 2);
    }
    .mikke-grillclm > div:last-child {
        width: calc((90% - 40px) / 2);
    }
}
@media screen and (max-width: 767.499px) {
    .mikke-autoclm {
        flex-direction: column;
    }
    .mikke-autoclm-title {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
