@charset "UTF-8";
.c-mv_wrap {
    background: url("../img/renew_ttl_bg.jpg") no-repeat center right / cover;
}
.c-mv-ttl {
    top: 50%;
    transform: translateY(-50%);
    margin-left: -400px;
}
.c-mv-ttl span {
    display: inline;
    height: auto;
}
.main_wrap {
    padding: 45px 0 70px 0;
}
.main_wid {
    width: 780px;
    margin: 0 auto;
}
.renew-ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 50px 0;
    text-align: center;
}
.company_link {
    margin: 0 0 70px 0;
}
.link_box {
    width: 350px;
    height: 150px;
    border: 2px solid #103c83;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
}
.link_box a {
    display: table;
    width: 100%;
    height: 100%;
}
@media (min-width:896px) {
    .link_box a:hover {
        opacity: 0.7;
    }
}
.link_img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.link_left {
    float: left;
}
.link_right {
    float: right;
}
.link-txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 22px 0 0 0;
}
.renew-txt {
    font-size: 13px;
    line-height: 1.8;
}
@media (max-width: 896px) {
    .c-mv_wrap {
        height: 155px;
        background: url("../img/sp/renew_ttl_bg.jpg") no-repeat center right / cover;
    }
    .c-mv-ttl {
        margin-left: 0;
        left: 30px;
        font-size: 25px;
        line-height: 1.4;
    }
    .c-mv-ttl span {
        font-size: 15px;
    }
    .main_wrap {
        padding: 20px 0 40px 0;
    }
    .main_wid {
        width: 100%;
        padding: 0 17px 0 18px;
        box-sizing: border-box;
    }
    .renew-ttl {
        font-size: 16px;
        line-height: 1.6;
        font-weight: normal;
        margin: 0 17px 20px 18px;
    }
    .company_link {
        margin: 0 0 35px 0;
    }
    .link_box {
        width: 100%;
        height: 105px;
        border: 1px solid #103c83;
    }
    .link_left {
        float: none;
        margin: 0 0 30px 0;
    }
    .link_right {
        float: none;
    }
    .link_img.ver1 img {
        width: 286px;
    }
    .link_img.ver2 img {
        width: 221px;
    }
    .link-txt {
        font-size: 15px;
        margin: 15px 0 0 0;
    }
    .renew-txt {
        font-size: 12px;
        line-height: 1.6;
    }
}
@media (max-width: 374px) {
    .renew-ttl {
        font-size: 14px;
    }
    .link_img.ver1 img {
        width: 260px;
    }
}
