@charset "UTF-8";

/* Result Loop */
@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) and ( max-width:1274px) { /*TB*/
}
@media screen and (min-width:1275px) , print { /*PC*/
}




.RL_template {
    display: none;
}
.RL_active {
    display: flex;
}

#RL_box {
    height: auto;
    transition: height 0.3s;
}

.RL_showDetail{
    display: inline;
}
[class^="RL_B_name"] {
    display: inline;
}
