@charset "utf-8";

.wrapHeaderPages{
    background-image: url(../img/business/bu-img01.png);  
}
.ftRows02{
    background-image: url(../img/business/bu-img14.png);
}
#business{
    padding-top: 40px;
    padding-bottom: 278px;
    position: relative;
    background: url(../img/business/bu-img02.png) center bottom no-repeat,
    url(../img/business/bu-img12.png) left 10px center no-repeat,
    url(../img/business/bu-img13.png) right 28px center no-repeat, #f7f3b7;
}
#business h3{
    text-align: center;
}
#business h4.buTitle01{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    color: #666666;
    padding-top: 25px;
}
.buIntroTxt{
    padding-top: 22px;
    display: block;
    font-size: 15px;
    line-height: 240%;
    color: #666666;
}
.buItem h4{
    font-size: 24px;
    font-weight: bold;
    line-height: 160%;
    color: #3ac25f;
    position: relative;
    margin-bottom: 25px;
}
.buItem:nth-child(2) h4{
    color: #7bae5f;
}
.buItem h4::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #3ac25f;
    width: 100%;
    height: 1px;
}
.buItem:nth-child(2) h4::before{
    background-color: #7bae5f;
}
.buItem h4 span{
    display: inline-block;
    background-color: #f7f3b7;
    position: relative;
    padding-right: 35px;
}
.buItem ul.buUlTxt li{
    float: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    color: #666666;
    width: 100%;
    position: relative;
    padding-left: 26px;
}
.buItem ul.buUlTxt li::before{
    content: '●';
    position: absolute;
    left: 0;
    top: 0;
}
.buItemBtn{
    text-align: right;
    padding-top: 36px;
}
.buItem{
    margin-bottom: 83px;
}
.buItem:last-child{
    margin-bottom: 0;
}
.buRows01{
    margin-top: 50px;
}
.buImagesSp ul li{
    float: left;
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.buImagesSp{
    padding-top: 20px;
    display: none;
}