:root {
    /* カラー */
    --body_white: #FFFFFE;
    --body_sky: #E3F6F5;
    --body_lemon: #FFFCEB;
    --body_mint: #F0FAFA;
    --deco_mint: #BAE8E8;
    --deco-sky: #85D6D6;
    --deco_space: #2D334A;
    --em_space: #272343;
    --em_yellow: #FFD803;
    --em_gold: #F5D000;
}

/* 
=======================================================
SEARCH RESULT
=======================================================
*/
.result {
    margin: 5rem auto;
}

.result_search {
    margin: 1rem auto;
}

.rank_search {
    padding-top: 3rem;
}

.white {
    color: #FFFFFE;
    font-size: x-large;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .result {
        margin: 1rem;
    }

    .rank_search {
        margin-top: 1rem;
        padding: 1rem;
    }


    .rank_wrap_search {
        margin: 0 0 1rem;
    }
}

.result_wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}


.result h1 {
    color: var(--em_gold);
    text-align: center;
    border-bottom: var(--em_gold) double 5px;
    width: 100%;
}

.result .content {
    display: flex;
    width: 100%;
    background-color: var(--body_lemon);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (max-width: 480px) {
    .result .content {
        flex-direction: column;
        align-items: center;
    }
}

.result .content .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    margin: 0 auto;
}

.result .content img {
    display: flex;
    width: 30%;
    padding: 1rem;
    padding-bottom: 0;
    object-fit: contain;
}

@media screen and (max-width: 480px) {
    .result .content img {
        height: 100%;
        padding: 0;
    }
}

.price_compare {
    width: 100%;
    padding: 1rem 1rem 0;
}

.price_wrap {
    max-width: 1000px;
    position: relative;
    margin: 1rem 0;
    padding: 0.5rem;
    background-color: var(--body_white);
    border-radius: 0.5rem;
    box-shadow: 0px 0px 5px var(--deco_mint);
}

.price_compare p {
    font-size: 1.2rem;
}

.sutoene_price {
    padding: 0.3rem 0;
    text-align: center;
    border-bottom: 6px double var(--em_gold);
    font-size: 1.5rem;
    margin-bottom: var(--title_bottom_pc);
    color: var(--deco_space);
}

.stress {
    font-size: larger;
}

.years {
    background: url(../img/fv/favicon.webp) no-repeat 0;
    background-size: auto 20px;
    padding-left: var(--padding_pc);
    margin-bottom: 10px;
}

.price_container {
    display: flex;
    justify-content: center;
    gap: 3%;
}

.pcbr {
    display: none;
}

@media screen and (max-width:480px) {
    .price_container {
        flex-direction: column;
        display: flex;
        justify-content: center;
        gap: 3%;
        align-items: center;
    }

    .sutoene_price {
        font-size: 1.3rem;
    }

    .pcbr {
        display: block;
    }
}

.resimulation table td {
    border: 2px solid var(--em_space);
    vertical-align: middle;
    padding: var(--padding_sp) 0.1rem;
    border-bottom: none;
    color: #272343;
}