@charset "utf-8";

#banner {
    display: none;
}

.re100-sub-visual {
    min-height: 500px;
}

@media (min-width: 1024px) {
    .re100-sub-visual {
        min-height: 880px;
    }
}

.re100-target-card__img {
    width: 60%;
    max-width: 153px;
    height: auto;
    object-fit: contain;
}

.re100-step-card__img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.re100-consult-title {
    background-image: url('../../../img/sub/re_consult_title_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.re100-inquiry-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.79) 10%, rgba(0, 0, 0, 0) 100%);
}

.re100-effect-table th,
.re100-effect-table td {
    border-color: #d9dcdf;
}

.re100-effect-table thead th {
    background-color: #eef5fa;
    color: #004579;
}

.re100-effect-table tbody th {
    background-color: #ffffff;
    font-weight: 400;
}

.re100-effect-table tbody td {
    background-color: #ffffff;
}
