@charset "UTF-8";
/*==============================
オプション検査 */
.tx_small {
    font-size: 90%;
}
[id^="acc"] > dt {
    margin: 48px auto 24px;
}
[id^="acc"] > dt:hover {
    opacity: 1;
}
[id^="acc"] > dt:after {
    content: none;
}
ul.anc_menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
ul.anc_menu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
    width: auto;
}
ul.anc_menu li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: rgba(var(--subcolor01), 1);
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    width: 100%;
}
ul.anc_menu li a:hover {
    cursor: pointer;
    opacity: 0.7;
}
@media (width <=768px) {
    ul.anc_menu li {
        width: 100%;
        margin: 5px 0;
    }
}