@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------
*  index
* --------------------------------------------------------------------------------------------------*/
.header-navi nav ul li:nth-child(2) a{ color: #0d4d97;}

#page-tittle{
    background:url(../img/business/page_title@2x.png) no-repeat center center;
}

/* index-business */
.index-business{
    padding: 80px 0 100px 0;
    background: #eeeeee;
    box-sizing: border-box;
}
.index-business h2{
    text-align: center;
    font-size: 4.0rem;
    font-weight: 400;
    color: #0950a1;
    margin: 0;
    padding: 0;
}
.index-business p.lead{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 35px;
}

.index-business .box-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-business .box{
    position: relative;
    width: 49%;
    max-width: 488px;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #FFF;
    padding: 0;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.11);
    box-sizing: border-box;
    transition: .4s;
}
.index-business .box:hover{ opacity: 0.7;}
.index-business .box:nth-of-type(2n){ margin-right: 0;}

.index-business .box:after{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 42px 47px;
    border-color: transparent transparent #2118d6 transparent;
    z-index: 5;
}
.index-business .box:before{
    display: block;
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

.index-business .box a{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 20px;
    box-sizing: border-box;
    z-index: 12;
}
.index-business .box a:hover{
    text-decoration: none;
}
.index-business .box a:hover img{
    opacity: 1;
}

.index-business .box .box-img{
    width: 28%;
    max-width: 122px;
}
.index-business .box .box-txt{
    width: 72%;
    padding-left: 16px;
    box-sizing: border-box;
}

.index-business .box .box-txt h3{
    font-size: 2.2rem;
    font-weight: 600;
    color: #0750a2;
    margin: 0 0 5px 0;
    padding: 0;
}
.index-business .box .box-txt p{
    font-size: 1.5rem;
    line-height: 1.6;
}

.index-business .products-box{
    background: #FFF;
    padding: 30px;
    box-sizing: border-box;
}
.index-business .products-box h3{
    font-size: 2.2rem;
    font-weight: 600;
    color: #0750a2;
    text-align: center;
    margin: 0 0 22px 0;
    padding: 0;
}
.index-business .products-box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-business .products-box li{
    width: 48%;
    max-width: 460px;
}
.index-business .products-box li:nth-of-type(1){
    width: 100%;
    max-width: 937px;
    margin: 0 auto 20px auto;
}

@media screen and (max-width: 767px) {
    .index-business{
        padding: 11% 0 14% 0;
    }
    .index-business h2{
        font-size: 7.5vw;
    }
    .index-business p.lead{
        font-size: 4vw;
        text-align: left;
        margin-bottom: 5%;
    }

    .index-business .box-wrap{
        display: block;
    }
    .index-business .box{
        width: 100%;
        max-width: inherit;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .index-business .box:after{
        border-width: 0 0 42px 47px;
    }
    .index-business .box:before{
        right: 10px;
        bottom: 10px;
        width: 6px;
        height: 6px;
    }

    .index-business .box a{
        padding: 5% 4%;
    }

    .index-business .box .box-img{
        width: 28%;
        max-width: 122px;
    }
    .index-business .box .box-txt{
        width: 72%;
        padding-left: 16px;
        box-sizing: border-box;
    }

    .index-business .box .box-txt h3{
        font-size: 4.4vw;
        margin: 0 0 2% 0;
        padding: 0;
    }
    .index-business .box .box-txt p{
        font-size: 3.5vw;
    }

    .index-business .products-box{
        padding: 5% 4%;
    }
    .index-business .products-box h3{
        font-size: 4.8vw;
        margin: 0 0 5% 0;
        padding: 0;
    }
    .index-business .products-box ul{
        display: block;
    }
    .index-business .products-box li+li{
        margin-top: 2%;
    }
    .index-business .products-box li{
        width: 100%;
        max-width: 630px;
        margin: 0 auto;
    }
    .index-business .products-box li:nth-of-type(1){
        margin: 0 auto;
        max-width: 630px;
    }

}
