@charset "utf-8";

@media screen and (min-width:1140px) {

    /* ----------------------
     * result 
     * 	for PC (横幅1140以上)
     *---------------------- */
    .urre-recommend {
        max-width: 100%;
        min-height: 150px;
        background-image: url("/urre/common/mosaic_pc.jpg");
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width:1140px) {

    /* ----------------------
     * result 
     * 	for smartphone (横幅1140未満)
     *---------------------- */
    .urre-recommend {
        max-width: 100%;
        min-height: 150px;
        background-image: url("/urre/common/mosaic_sp.jpg");
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .urre-recommend__h4 {
        font-size: 1.1em;
    }
}

.urre-recommend__button {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 auto; 
    text-align: center; */
    min-width: 240px;
    min-height: 50px;
    max-width: 40%;
    border-radius: 20px;
    background-color: #e35b90;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .5);
    text-align: center;
    margin: 0 auto;

}

.urre-recommend__linkarea {
    display: block;
    margin: 0 auto;
}

.urre-recommend__a {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none !important;
    min-width: 200px;
    min-height: 20px;
}

.urre-recommend__a:hover {
    background-color: #e35b90;
    color: #ffffff !important;
    opacity: 1;
}

.urre-recommend__additionalmsg {
    display: flex;
    font-size: 60%;
    font-weight: bold;
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    margin: 5px;
}

.urre-recommend__h4 {
    border-top: 2px solid #f3cddc;
    border-bottom: 2px solid #f3cddc;
    background: #fff;
    border-radius: 0;
    color: #666;
    position: relative;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.2em 1em;
    margin: 0.8em 0 0.6em;
    box-sizing: border-box;
    line-height: 2;
    display: block;
}

.urre-result {
    font-weight: bold;
    background: #f0f5fa;
    border-radius: 20px;
    padding: 10px;
    margin: 10px 0px 10px 0px;
}

.urre-fphead {
    font-weight: bold;
    text-align: center;
    padding: 5px 0px 5px 0px;
}

.urre-komidashiEmphasis {
    background: #b3dafa;
    color: #c51b1b;
    display: block;
    text-align: center;
    font-weight: bold;
}

.urre-komidashiEmphasis strong {
    color: #1b1bc5;
}

.urre-komidashiEmphasis-result {
    color: #1b1bc5;
}

.urre-recommend__bodytext strong {
    font-weight: bold;
    color: #ff0000;
}
.urre-recommend__bodytext.strongbl strong {
    color: #1b1bc5;
}