@charset "UTF-8";

/* =========================================================
 .front-addlink (トップページ用追加リンクバナー)
========================================================= */
.front-addlink {
    padding: 0 0 80px 0;
}

@media screen and (max-width: 767px) {
    .front-addlink {
        padding: 40px 16px;
    }
}

/* 
 .front-addlink .banner
========================================================= */
.front-addlink .banner a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    height: 160px;
    color: #fff;
    background-image: url('/inc/img/inspection/inspection_bg.jpg');
    background-size: cover;
    background-position: 50%;
}

.front-addlink .banner a:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 40px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
}

.front-addlink .banner a h3 {
    font-weight: 400;
    font-size: 26px;
    margin: 0;
}

.front-addlink .banner a p {
    margin: 0;
    line-height: 1.6;
    text-align: center;
}

.front-addlink .banner a p.sub {
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .front-addlink .banner a h3 {
        font-size: 18px;
    }

    .front-addlink .banner a p {
        font-size: 14px;
        text-align: center;
    }

    .front-addlink .banner a p.sub {
        margin-top: 0;
        font-size: 12px;
    }
}