@charset "UTF-8";

#business_low.content{
    max-width: unset;
}
#business_low.content h3{
    color:var(--color01);
    font-size: 20px;
    margin: 0 auto 3%;
    padding: 2% 0 2% 80px;
    position: relative;
    max-width: var(--width01);
    width: 100%;
}
#business_low.content .middle .inner h3{
    color: var(--colorW);
}
#business_low.content h3:before{
    content: "";
    background: url(/images/common/icon_title.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 60px;
    height: 70px;
    position: absolute;
    top:50%;
    left: 0;
    transform: translate(0,-50%);
}
#business_low.content .middle .inner h3:before{
    background: url(/images/common/icon_title_w.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
#business_low.content .top{
    color: var(--color01);
    line-height: 2.1em;
    display: flex;
    flex-wrap: wrap;
    max-width: var(--width01);
    width: 95%;
    margin: 0 auto 5%;
}
#business_low.content .top p{
    width: 85%;
    margin: 0 auto 5%;
}
#business_low.content .top figure{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:2%;
}
#business_low.content .top figure img{
    width: 23%;
}
#business_low.content .middle{
    background: var(--color01);
    margin: 0 auto 6%;
}
#business_low.content .middle .inner{
    max-width: var(--width02);
    width:95%;
    margin: 0 auto;
    padding: 3% 0;
}
#business_low.content .middle .inner dl{
    color:var(--color01);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#business_low.content .middle .inner dl dt{
    background:  var(--colorW);
    width: 20%;
    margin: 0 1% 2% 0;
    padding: 2% 4%;
}
#business_low.content .middle .inner dl dd{
    background:  var(--colorW);
    flex-grow: 1;
    width: 79%;
    margin: 0 0 2% 0;
    padding: 2% 4%;
}
#business_low.content .middle .inner dl dd.second{
    width: 29%;
    margin: 0 1% 2% 0;
}
#business_low.content .middle .inner dl dd.third{
    width: 46%;
}
#business_low.content .bottom{
    max-width: var(--width02);
    width:95%;
    margin: 0 auto 6%;
}
.business_industry #business_low.content .bottom{
    display: flex;
    flex-wrap: wrap;
}
#business_low.content .bottom .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#business_low.content .bottom .inner figure{
    border-radius:20px;
    width: 40%;
    margin: 0 5% 5% 0;
    overflow: hidden;
}
#business_low.content .bottom .inner figure img{
    height: 100%;
    object-fit: cover;
}
#business_low.content .bottom .inner dl{
    color:var(--color01);
    width: 55%;
    margin: 0 0 5%;
    padding: 0;
}
#business_low.content .bottom .inner dl dt{
    border-bottom: 1px solid var(--color01);
    width: 100%;
    margin: 0 0 3%;
    padding: 0 0 2%;
}
#business_low.content .bottom .inner dl dt span{
    font-size: 0.9em;
}
#business_low.content .bottom .inner dl dd{
    background: var(--color05);
    width: 100%;
    margin: 0 0 2%;
    padding: 1% 2%;
}
#business_low.content .bottom .inner dl dd.child{
    background:var(--colorW);
    display: flex;
    flex-wrap: wrap;
    gap:1.5%;
    margin: 0 0 1%;
    padding: 0;
}
#business_low.content .bottom .inner dl dd.child ul{
    width: 32%;
}
#business_low.content .bottom .inner dl dd.child ul li{
    background: var(--color05);
    margin: 0 0 2%;
    padding: 4% 8%;
}
#business_low.content .bottom .inner dl dd.child ul li:first-child{
    background:var(--colorW);
    border: 1px solid var(--color01);
    color: var(--color01);
}
#business_low.content .bottom .inner dl dd.separate{
    margin: 5% 0 0;
}
#business_low.content .bottom .list{
    width: 31%;
    margin: 0 1%;
}
#business_low.content .bottom .list figure{
    width: 80%;
    margin: 0 auto 3%;
}
#business_low.content .bottom .list h4{
    border-top: 1px solid var(--color01);
    color: var(--color01);
    line-height: 1.8em;
    padding: 2% 6%;
}
@media all and (min-width:769px){

}
@media all and (max-width:768px){
    #business_low.content h3{
        margin: 0 auto 6%;
    }
    #business_low.content h3:before{
        width: 40px;
        height: 50px;
    }
    #business_low.content .top{
        margin:  0 auto 10%;
    }
    #business_low.content .top figure img{
        width: 44%;
    }
    #business_low.content .middle{
        margin:  0 auto 12%;
        padding: 6% 0;
    }
    #business_low.content .middle .inner{
        width: 85%;
    }
    #business_low.content .bottom h3,
    #business_low.content .bottom .inner{
        width: 85%;
    }
    #business_low.content .bottom .inner{
        margin:  0 auto 8%;
    }
    #business_low.content .bottom .inner figure{
        width: 100%;
        height: 42vw;
        margin:  0 auto 5%;
    }
    #business_low.content .bottom .inner dl{
        width: 100%;
        margin:  0 auto;
    }
    #business_low.content .bottom .inner dl dt{
        margin: 0 0 5%;
        padding: 0 6% 2% 6%;
    }
    #business_low.content .bottom .inner dl dt span{
        display: block;
    }
    #business_low.content .bottom .inner dl dd{
        padding: 3% 6%;
    }
    #business_low.content .bottom .inner dl dd.child ul{
        width: 48%;
    }
    #business_low.content .bottom .list{
        width: 90%;
        margin: 0 auto 5%;
    }
}
