.mt-body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background: #fff;
    margin: 0;
}

.mt-header {
    background: #99ccff;
}

.top-header {
    background-color: #99ccff;
    padding: 0 1em;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mt-logo-text {
    text-decoration: none;
    color: #111;
    font-size: 22px;
    font-weight: 700;
}

.mt-logo-link img {
    display: block;
    max-width: 100%;
    height: auto;
}

.mt-main {
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.mt-container {
    background-color: #fff;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.mt-result-wrap {
    width: 85%;
    margin: 0 auto 70px;
    text-align: center;
}

.mt-result-table {
    width: 100%;
    text-align: center;
    border: 1px solid #000;
    border-collapse: collapse;
    font-size: 17px;
    margin: 6px auto 0;
}

.mt-result-table td,
.mt-result-table th {
    border: 1px solid #000;
}

.mt-result-table .title-cell {
    background-color: #e8e8e8;
}

.mt-result-table .label-row td {
    background-color: #3fd5ba;
}

.dream-wrap {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.dream-title {
    margin: 0;
}

.dream-divider {
    width: 50%;
    height: 0;
    border-width: 0;
    background-color: #000;
    margin-top: 0;
    margin-bottom: 16px;
}

.dream-table {
    width: 100%;
    text-align: center;
    border: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.dream-table th,
.dream-table td {
    border: 1px solid #000;
    vertical-align: top;
    padding: 0.75rem;
}

.dream-table th {
    background-color: #e8e8e8;
}

.dream-head-row td {
    background-color: #3fd5ba;
}

.grid-footer-button {
    width: 16.66%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    margin-bottom: 0.3rem;
}

.grid-footer-button img {
    width: 98%;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
}

.work {
    width: 100%;
    background-color: #fff;
}

.work::after {
    content: "";
    display: table;
    clear: both;
}

.grid {
    width: 33.33%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    margin-bottom: 5rem;
}

.grid-last-row {
    margin-bottom: 0;
}

.grid-full {
    width: 100%;
    margin-bottom: 0;
}

.grid1 {
    background-color: #d3d3d3;
    width: 100%;
    float: left;
}

.item1 {
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.item1 img {
    width: 98%;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
}

.item2 {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.item1 a,
.item2 a {
    color: #111;
    text-decoration: none;
}

.mt-section-grid {
    width: 85%;
    margin: 16px auto;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.mt-card {
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 10px;
}

.mt-card h1,
.mt-card h2 {
    margin: 0 0 8px;
    font-size: 20px;
}

.mt-scroll {
    overflow-x: auto;
}

.mt-table {
    width: 100%;
    border-collapse: collapse;
}

.mt-table th,
.mt-table td {
    border: 1px solid #ddd;
    padding: 7px;
    text-align: left;
    white-space: nowrap;
}

.mt-list {
    margin: 0;
    padding-left: 18px;
}

.mt-list li {
    margin-bottom: 5px;
}

.mt-ad-row {
    width: 85%;
    margin: 12px auto 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mt-ad-link img {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
}

.mt-ad-link {
    display: block;
}

.mt-adsense-wrap {
    width: 85%;
    margin: 12px auto;
}

.mt-adsense-slot {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    overflow-x: auto;
}

.mt-adsense-slot:last-child {
    margin-bottom: 0;
}

.mt-home-grid-adsense-slot {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #fff;
    overflow-x: auto;
}

.footer {
    background-color: #99ccff;
    width: 100%;
    display: flow-root;
    padding: 8px 0;
}

.left-footer,
.middle-footer,
.right-footer {
    margin-bottom: 0;
    float: left;
    background: #99ccff;
}

.left-footer {
    width: 26.33%;
    text-align: left;
    padding-left: 8px;
}

.middle-footer {
    width: 40.33%;
    text-align: center;
}

.right-footer {
    width: 33.33%;
    text-align: right;
    padding-right: 8px;
}

.footer a {
    color: #111;
    text-decoration: none;
}

@media (max-width: 768px) {
    .mt-result-wrap,
    .mt-section-grid,
    .mt-ad-row,
    .mt-adsense-wrap {
        width: 96%;
    }

    .mt-section-grid,
    .mt-ad-row {
        grid-template-columns: 1fr;
    }

    .left-footer,
    .middle-footer,
    .right-footer {
        width: 100%;
        text-align: center;
        padding: 2px 0;
    }

}

.table-resoponsive .table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

.table-resoponsive .table td,
.table-resoponsive .table th {
    padding: 0.75rem;
    vertical-align: top;
    line-height: 1.5;
}

@media (max-width: 576px) {
    .table-resoponsive {
        width: 96% !important;
    }
}
