@charset "utf-8";

#business .sec1{
    background: url(../img/business/sec1_bg_pc.png) no-repeat;
    background-size: cover;
    background-position: top center;
}
#business .sec1 .headline{
    text-align: center;
    padding: 12vh 0;
}
@media screen and (max-width:1024px) {
    #business .sec1{
        background: url(../img/business/sec1_bg_sp.png) no-repeat;
        background-size: cover;
        background-position: top center;
    }
    #business .sec1 .headline{
        font-size:3rem ;
        padding: 8vh 0;
    }
    #business .sec1 .headline span{
        font-size:2.3rem ;
    }
}

#business .sec2 .box{
    margin-bottom: 60px;
}
#business .sec2 .box:last-of-type{
    margin-bottom: 10px;
}
#business .sec2 .box h2{
    border-bottom: 2px solid #00a1e7;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 2rem;
}
#business .sec2 .box h2 span{
    background: rgb(6,162,232);
    background: -webkit-linear-gradient(left, rgba(6,162,232,1) 50%, rgba(158,195,253,1) 100%);
    background: -o-linear-gradient(left, rgba(6,162,232,1) 50%, rgba(158,195,253,1) 100%);
    background: linear-gradient(to right, rgba(6,162,232,1) 50%, rgba(158,195,253,1) 100%);
    color: #fff;
    font-family: balboa-plus-fill, sans-serif;
    padding: 8px 20px;
    margin-right: 20px;
}
#business .sec2 .box .inner{
    margin: 20px 20px 0;
    display: flex;
    justify-content: space-between;
    width: auto;
}
#business .sec2 .box .inner figure{
    width: 40%;
    box-shadow: 10px 10px 0px 0px #00a1e7;
}
#business .sec2 .box .inner p{
    width: 55%;
    line-height: 2;
}
#business .sec2 .box .inner p span{
    display: block;
    color: #f00;
    padding-left: 1em;
    font-size:1.2rem;
}
#business .sec2 .box .inner p span:before{
    content: "※";
    margin-left: -1em;
}
@media screen and (max-width:1024px) {
    #business .sec2 .box{
        margin-bottom: 12%;
    }
    #business .sec2 .box h2{
        font-size: 1.8rem;
    }
    #business .sec2 .box h2 span{
        padding: 2% 3%;
        margin-right: 2%;
    }
    #business .sec2 .box .inner{
        margin: 4% 4% 0;
        display: block;
        width: auto;
    }
    #business .sec2 .box .inner figure{
        width:95%;
        margin: 0 auto 8%;
    }
    #business .sec2 .box .inner p{
        width: auto;
        line-height: 1.7;
    }
}

#business .sec3 .period{
    width: 1000px;
    margin: 0 auto 40px;
}
#business .sec3 .period:last-of-type{
    margin: 0 auto;
}
#business .sec3 .period h3{
    background: #00a1e7;
    padding: 15px 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}
#business .sec3 .period h3 span{
    font-size: 1.6rem;
}
#business .sec3 table,
#business .sec3 table th,
#business .sec3 table td{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
#business .sec3 table{
    width: 1000px;
    margin-top: 10px;
}
#business .sec3 table th{
    padding: 12px 0;
    text-align: center;
    background: #edf0f0;
    font-weight: bold;
}
#business .sec3 table th:nth-of-type(1),#business .sec3 table td:nth-of-type(1){
    width: 10%;
}
#business .sec3 table th:nth-of-type(2),#business .sec3 table td:nth-of-type(2){
    width: 50%;
}
#business .sec3 table th:nth-of-type(3),#business .sec3 table td:nth-of-type(3){
    width: 40%;
}
#business .sec3 table td{
    padding: 12px 0;
    text-align: center;
}
@media screen and (max-width:1024px) {
    #business .sec3 .period{
        width: auto;
    }
    #business .sec3 .inner{
        overflow: scroll;
    }
     #business .sec3 .inner span{
        color: #8a8989;
        font-size: 1.2rem;
        margin: 1%;
     }
    #business .sec3 table{
        margin-top:3%;
        width:800px;
        font-size: 1.3rem;
    }
    #business .sec3 table th,#business .sec3 table td{
        padding:2%;
    }
}







