/*lightning関連変数*/
:root{
    --wp--preset--color--vk-color-custom-1: #e67e22;
    --wp--preset--color--vk-color-custom-2: #2ecc71;
    --wp--preset--color--vk-color-custom-3: #f4fe00;
}


.is-style-marker-orange{
    display: inline-block;
    margin-bottom: 1.9rem;
    background: linear-gradient(transparent 60%, #df7e39 60%);
}
.is-style-topbar{
    display: inline-block;
    border-top: 2px solid #df7e39;
    padding-top: 15px;
}
.is-style-underbar{
    letter-spacing: 0.1em;
    display: inline-block;
    line-height: 1.1;
    padding-bottom: 15px;
    border-bottom: 2px solid #df7e39;
    margin-left: auto;
    margin-right: auto;
}
.is-style-leftbar{
    padding-left: 30px;
    border-left: 3px solid #df7e39;
    line-height: 1.5;
    letter-spacing: 0.1em;
}