
.rje-lib-wrap{
    width:100%;
    background:transparent;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
    font-family:inherit;
    box-sizing:border-box;
}
.rje-lib-wrap *{box-sizing:border-box}
.rje-lib-inner{
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    align-items:stretch;
    min-height:86px;
    background:transparent;
}
.rje-lib-item{
    min-width:0;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:13px 10px;
    position:relative;
    overflow:hidden;
}
.rje-lib-item:not(:last-child):after{
    content:"";
    position:absolute;
    right:0;
    top:23%;
    height:54%;
    width:1px;
    background:#ddd;
}
.rje-lib-flag{
    flex:0 0 auto;
    font-size:24px;
    line-height:1;
    filter:saturate(.95)
}
.rje-lib-icon{
    width:38px;
    height:38px;
    flex:0 0 38px;
    border:2px solid #111;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:23px;
    font-weight:700;
    background:transparent;
    color:#111
}
.rje-lib-yen{font-family:Arial,sans-serif}
.rje-lib-clock{position:relative}
.rje-lib-clock:before{
    content:"";
    width:2px;
    height:11px;
    background:#111;
    position:absolute;
    left:17px;
    top:7px;
    transform-origin:bottom center;
    transform:rotate(0deg)
}
.rje-lib-clock:after{
    content:"";
    width:2px;
    height:10px;
    background:#111;
    position:absolute;
    left:17px;
    top:17px;
    transform-origin:top center;
    transform:rotate(125deg)
}
.rje-lib-copy{
    min-width:0;
    max-width:100%;
    overflow:hidden;
}
.rje-lib-label{
    font-size:13px;
    line-height:1.22;
    font-weight:700;
    color:#161616;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.rje-lib-value{
    font-size:20px;
    line-height:1.15;
    font-weight:800;
    color:#dd1f26;
    margin-top:3px;
    white-space:nowrap
}
.rje-lib-weather-value{
    display:flex;
    align-items:center;
    gap:2px
}
.rje-lib-weather-value img{
    width:31px;
    height:31px;
    object-fit:contain;
    margin:-5px 0 -4px
}
.rje-lib-sub{
    font-size:10px;
    line-height:1.2;
    color:#343434;
    margin-top:3px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.rje-lib-attribution{
    max-width:1180px;
    margin:-10px auto 0;
    padding:0 10px 5px;
    text-align:right;
    font-size:8px;
    line-height:1.2;
    color:#777;
    background:transparent
}
.rje-lib-attribution a{color:#777;text-decoration:none}
.rje-lib-attribution a:hover{text-decoration:underline}

@media(max-width:1100px) and (min-width:901px){
    .rje-lib-item{gap:7px;padding:12px 7px}
    .rje-lib-label{font-size:12px}
    .rje-lib-value{font-size:18px}
    .rje-lib-sub{font-size:9px}
    .rje-lib-icon{width:34px;height:34px;flex-basis:34px;font-size:20px}
    .rje-lib-clock:before{left:15px;top:6px;height:10px}
    .rje-lib-clock:after{left:15px;top:15px;height:9px}
    .rje-lib-flag{font-size:21px}
}

@media(max-width:900px){
    .rje-lib-wrap{overflow:hidden;background:#fff}
    .rje-lib-inner{
        display:flex;
        justify-content:flex-start;
        overflow-x:auto;
        scrollbar-width:none;
        -webkit-overflow-scrolling:touch;
        min-height:72px;
        padding:0 4px;
        background:transparent
    }
    .rje-lib-inner::-webkit-scrollbar{display:none}
    .rje-lib-item{
        flex:0 0 auto;
        min-width:210px;
        width:auto;
        padding:10px 15px;
        justify-content:flex-start;
        overflow:visible
    }
    .rje-lib-item:not(:last-child):after{top:20%;height:60%}
    .rje-lib-label{font-size:12px;overflow:visible;text-overflow:clip}
    .rje-lib-value{font-size:18px}
    .rje-lib-sub{font-size:10px;overflow:visible;text-overflow:clip}
    .rje-lib-icon{width:34px;height:34px;flex-basis:34px;font-size:20px}
    .rje-lib-clock:before{left:15px;top:6px;height:10px}
    .rje-lib-clock:after{left:15px;top:15px;height:9px}
    .rje-lib-flag{font-size:23px}
    .rje-lib-attribution{text-align:left;margin:0;padding:2px 10px 4px;font-size:7px;background:#fff}
}
@media(max-width:480px){
    .rje-lib-item{min-width:190px}
    .rje-lib-inner{min-height:68px}
    .rje-lib-wrap{border-top:0}
}
