﻿body.service, body.news, body.news_single, body.representative, body.contact, body.service_corporate, body.service_individual {
    display: none;
}


/* invoice */

    /* リンク ------- */
.betabox {
    font-size: .8rem;
    border-radius: 5px;
    background-color: #ea6101;
    padding: 1px 6px 2px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    white-space: nowrap
}

    a.betabox:hover {
        color: #ea6101;
        background-color: transparent;
        padding: 0px 4px 1px;
        border: 1px solid #ea6101;
        font-weight: 400;
    }
    /* //リンク ------- */


.heading_line01_inv {
    position: relative;
    font-size: 1.875rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding-bottom: 0.7em;
}

.heading_line01_inv:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    width: 150px;
    height: 1px;
    display: block;
    background: #333;
}

    .inv_remarkable {
    color: #dc6100;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-top: 6rem;
}

@media screen and (max-width: 768px) {
    .heading_line01_inv {
        font-size: 1.5625rem;
    }

    .inv_remarkable {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 568px) {
    .heading_line01_inv {
        font-size: 1.375rem;
    }

    .inv_remarkable {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 480px) {
    .heading_line01_inv {
        font-size: 1.05rem;
    }

    .inv_remarkable {
        font-size: 1.15rem;
    }
}

/* //invoice */