@charset "utf-8";
/* CSS Document */

.sub_main_img {
    background: url(../images/company_main.jpg) no-repeat center;
    background-size: cover;
}

a.plan_btn{
    display: block;
    width: 250px;
    margin: 30px auto 0 auto;
    padding: 15px 0;
    text-align: center;
    background: #811925;
    border: 1px solid #811925;
    border-radius: 5px;
    color: #FFF;
    font-weight: 600;
}
a.plan_btn:hover{
    background: none;
    color: #811925;
}


@media (min-width: 768px) {
a.plan_btn{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
}