@charset "utf-8";
/* DOWNLOADS CSS
---------------------------------- */
.doc-area-ttl{
    position: relative;
}
.doc-area-ttl::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fabe00;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.doc-area-ttl span{
    background-color: #fff;
    padding-right: 20px;
}
