.s-w-700-pc {
    width: 700px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .s-w-700-pc {
        width: 100%;
    }
}
.sec-common-lv2, .sec-common-lv2--bg-color {
    border-bottom: none!important;
}

@media screen and (max-width: 768px) {
    .s-w-full-smt {
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: -11px;
    }
}


@media screen and (min-width: 769px) {
    /*nav-pageAnchor
    -------------------------------------------*/
    .area_Anchor {
        margin: 30px auto;
    }
    .nav-pageAnchor .float-box a {
        position: relative;
        display: flex;
        align-items: baseline;
        padding: 10px 35px 10px 0;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #DCDCDC;
    }

    .nav-pageAnchor .float-box a:hover,
    .nav-pageAnchor .float-box a:focus{
        color: #055be6;
        text-decoration: underline;
    }

    .nav-pageAnchor .float-box a:after {
        content: "";
        position: absolute;
        top: 46.5%;
        right: 12px;
        width: 9px;
        height: 14px;
        background: 0 0 no-repeat;
        background-size: contain;
        background-image: url(/images_osp/common/ico/ico_arrow_r04_v2.png);
        transform: rotate(90deg) translateX(-50%);
    }
    .nav-pageAnchor {
        display: flex;
        flex-wrap: wrap;
    }
    .nav-pageAnchor .float-box {
        margin-top: 20px;
        margin-right: 20px;
        width: calc(100%/3 - 20px);
    }
    .nav-pageAnchor .float-box:nth-of-type(-n+3) {
        margin-top: 0;
    }
    .nav-pageAnchor .float-box:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    /*    nav-pageAnchor
    -----------------------------------------------    */
    .area_Anchor {
        margin:30px auto;
        width: clamp(19.75rem, 5.568rem + 70.909vw, 58.75rem);
    }

    .nav-pageAnchor .float-box a {
        position: relative;
        display: block;
        padding: 10px 35px 10px 0;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #DCDCDC;
    }

    .nav-pageAnchor .float-box a:hover,
    .nav-pageAnchor .float-box a:focus{
        color: #055be6;
        text-decoration: underline;
    }

    .nav-pageAnchor .float-box a:after {
        content: "";
        position: absolute;
        top: 46.5%;
        right: 12px;
        width: 9px;
        height: 14px;
        background: 0 0 no-repeat;
        background-size: contain;
        background-image: url(/images_osp/common/ico/ico_arrow_r04_v2.png);
        transform: rotate(90deg) translateX(-50%);
    }

    .nav-pageAnchor .float-box {
        margin-top: 20px;
        width: 100%;
    }
    .nav-pageAnchor .float-box:first-of-type {
        margin-top: 0;
    }
}

/* side-redline */
.side-redline {
    position: relative;
    margin-top: 20px!important;
    margin-bottom: 16px!important;
    padding: 3px 0 0 10px!important;
    border-left: 4px solid #c30030;
}
.side-redline:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -6px;
    background-color: #ccc;
}

/* side-redline */
.side-redline-small {
    position: relative;
    margin-top: 20px!important;
    padding: 3px 0 0 10px!important;
    border-left: 2px solid #c30030;
}

/* redline-bar */
.redline-bar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 6px 0 6px 12px;
    background-color: #f2f2f2;
    font-size: 163%!important;
    text-align: left;
    font-weight: bold;
}
.redline-bar::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #c30030 0%, #c30030 90px, #cccccc 90px, #cccccc 100%);
}
@media screen and (max-width: 768px) {
    .redline-bar {
        width: 100vw;
        left: -11px;
        font-size: 140%!important;
    }
    .redline-bar::after {
        background: linear-gradient(90deg, #c30030 0%, #c30030 30vw, #cccccc 30vw, #cccccc 100%);
    }
}

