@charset "UTF-8";

.__list {
    padding-bottom: 60px !important;
}

.un_guideHeadSub {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.un_guideHeadSub::before {
    display: inline;
    content: '●';
}

.un_guide_btnWrap {
    margin: 20px 0;
}

.un_guide_small {
    font-size: 14px;
    font-weight: 500;
}

.un_estimate {
    margin-top: 40px;
}

.un_estimate_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    width: 100%;
}

@media screen and (max-width: 959px) {
    .un_estimate_list {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.un_estimate_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    background-color: var(--color-base);
    width: calc(25% - 15px);
}

@media screen and (max-width: 959px) {
    .un_estimate_item {
        width: calc(50% - 10px);
    }
}

.un_estimate_body {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (max-width: 959px) {
    .un_estimate_body {
        height: auto !important;
    }
}

.un_estimate_num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    color: #ffffff;
    background-color: var(--color-main);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.un_estimate_inner {
    padding: 10px 15px;
}

.un_estimate_head {
    display: block;
    margin-bottom: 5px;
    color: var(--color-main);
    font-size: 18px;
    font-weight: 500;
}

.un_estimate_text {
    font-size: 16px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .un_estimate_head {
        font-size: 16px;
    }

    .un_estimate_text {
        font-size: 14px;
    }
}

.un_estimate_pic {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 220 / 180;
    border-top: 5px solid #ffffff;
    overflow: hidden;
}

.un_estimate_pic img {
    width: 100%;
    height: auto;
}
