@charset "utf-8";
section {
    padding: 80px 0 40px;
}

#aed_top {
    padding-bottom: 40px;
}

.ttl_txt {
    color: var(--color-red01);
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.aed_logo_grid {
    display: grid;
    justify-content: center;
}

.aed_logo_grid img {
    margin-inline: auto;
}

.bx_aed_logo {
    text-align: center;
}

.aed_logo--ttl {
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: bold;
}

.bx_aed_ul {
    display: grid;
    justify-content: left;
    align-items: center;
}

.aed_ul li {
    display: grid;
    justify-content: left;
    align-items: center;
    grid-template-columns: 30px 1fr;
    column-gap: 20px;
}

.list_shop_kansyou a[href*="www.tablecheck.com"] {
    display: none;
}