@charset "utf-8";

:root {
    --base-size: 1920;
    --pcWidth: 1360;
    --spWidth: 1150;
}

/* ------------------------------------------------------------
PC
------------------------------------------------------------ */


#alert {
    width: 100%;
    max-width: 1220px;
    margin: 60px auto 90px;
}

#alert a {
    font-size: 16px;
    width: 850px;
    display: block;
    position: relative;
    text-decoration: underline;
    padding: 22px 80px 20px 40px;
    border-radius: 10px;
    background: #FEF2F4;
    margin: 0 0 20px;
    text-decoration: none;
    transition: 0.3s;
}

#alert a:hover {
    text-decoration: underline;
    color: #e60013;
}

#alert a.pdf:after {
    position: absolute;
    top: 28px;
    right: 2;
    display: inline-block;
    content: '';
    width: 41px;
    height: 14px;
    background-image: url("/common/img/icon_pdf.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: 0.3s;
}



#alert_t {
    width: 100%;
    max-width: 1220px;
    margin:100px auto -50px auto;
}

#alert_t a {
    font-size: 16px;
    text-align: center;
    width: 500px;
    display: block;
    position: relative;
    text-decoration: underline;
    padding: 22px 80px;
    border-radius: 10px;
    background: #FEF2F4;
    margin: 0 auto;
    text-decoration: none;
    transition: 0.3s;
}

#alert_t a:hover {
    text-decoration: underline;
    color: #e60013;
}

#alert a.pdf:after {
    position: absolute;
    top: 28px;
    right: 2;
    display: inline-block;
    content: '';
    width: 41px;
    height: 14px;
    background-image: url("/common/img/icon_pdf.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: 0.3s;
}

#company_top .corporate{
margin-bottom:100px;
}



/* ------------------------------------------------------------
SP
------------------------------------------------------------ */

@media only screen and (max-width: 767px) {


    #alert {
        width: 90%;
        margin: 20px auto 80px;
    }

    #alert a {
        font-size: 13px;
        line-height: 1.4rem;
        width: 100%;
        padding: 18px 20px 16px;
        margin: 0 0 10px;
    }

    #alert a.pdf:after {
        position: relative;
        top: 0;
        width: 41px;
        height: 14px;
    }

    #alert_t {
        width: 90%;
        margin: 20px auto 80px;
    }

    #alert_t a {
        font-size: 13px;
        line-height: 1.4rem;
        width: 100%;
        padding: 18px 20px 16px;
        margin: 0 0 10px;
    }

    #alert_t a.pdf:after {
        position: relative;
        top: 0;
        width: 41px;
        height: 14px;
    }

    #company_top .corporate{
        margin-bottom:0;
        }
}