@charset "utf-8";

/* タイトル シンプル３ */
#main .title-area.simple-3 div,
#header .title-area.simple-3 div,
#drawer .title-area.simple-3 div,
#sidebar .title-area.simple-3 div,
#footer .title-area.simple-3 div {
    position: relative;
    text-align: center;
    margin-bottom: 1em;
}

#main .title-area.simple-3 div::before,
#header .title-area.simple-3 div::before,
#drawer .title-area.simple-3 div::before,
#sidebar .title-area.simple-3 div::before,
#footer .title-area.simple-3 div::before {
    content: "";
    position: absolute;
    bottom: -15px;
    display: block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 2px;
}

#main .title-area.simple-3 div::before {
    background-color: var(--main-title-border-color);
}

#header .title-area.simple-3 div::before {
    background-color: var(--header-title-border-color);
}

#drawer .title-area.simple-3 div::before {
    background-color: var(--drawer-title-border-color);
}

#sidebar-header .title-area.simple-3 div::before,
#sidebar .title-area.simple-3 div::before {
    background-color: var(--sidebar-title-border-color);
}

#footer .title-area.simple-3 div::before {
    background-color: var(--footer-title-border-color);
}
