/*
-----------------
news @PC
-----------------
*/
#solution{
    width: 1080px;
    margin: 20px auto 0 auto;
}
#solution h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 0 0 20px 0;
    color: #000;
    position: relative;
}
#solution h2 span{
    font-size: 11px;
    color: #5dc259;
    letter-spacing: 4px;
    display: block;
}
@media screen and (max-width:1080px){
    #solution{
        width: 94vw;
        margin: 40px auto 0 auto;
    }
}
@media screen and (max-width:780px){
    #solution h2{
        text-align: center;
        font-size: 20px;
        letter-spacing: 1px;
        padding: 0 0 20px 0;
        color: #000;
        position: relative;
    }
}

#solution > p{
    padding: 20px;
    margin: 20px 0 0 0;
    background: #f5f3e1;
}
#solution ul li{
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#solution ul li div:nth-child(1){
    width: 23%;
}
#solution ul li div:nth-child(1) img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#solution ul li div:nth-child(2){
    width: 75%;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 20px 0;
}
#solution ul li h3{
    background: #5dc259;
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-align: left;
    font-size: 18px;
}
#solution ul li p{
    padding: 20px 20px 15px 20px;
    font-size: 15px;
}
#solution ul li p:last-child{
    text-align: center;
    padding: 0;
}

#solution ul li p:last-child a{
    padding: 2px 20px 3px 20px;
    color: #5dc259;
    border-radius: 100px;
    border: 1px solid #5dc259;
    background: #fff;
    font-size: 14px;
    display: inline-block;
}
#solution ul li p:last-child a i{
    padding: 0 0 0 10px;
}
#solution ul li p:last-child a:hover{
    opacity: 1;
    background: #5dc259;
    color: #fff;
}


@media screen and (max-width:780px){
    #solution ul li div:nth-child(1){
        width: 40%;
    }
    #solution ul li div:nth-child(1) img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #solution ul li div:nth-child(2){
        width: 60%;
        background: #f8f8f8;
        border-bottom: 1px solid #dcdcdc;
        padding: 0 0 20px 0;
    }
}
@media screen and (max-width:480px){
    #solution ul li div:nth-child(1){
        width: 100%;
    }
    #solution ul li div:nth-child(1) img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #solution ul li div:nth-child(2){
        width: 100%;
        background: #f8f8f8;
        border-bottom: 1px solid #dcdcdc;
        padding: 0 0 20px 0;
    }
}


/*
-----------------
solutiondetail
-----------------
*/
#solutiondetail{
    width: 1080px;
    margin: 40px auto 0 auto;
}
#solutiondetail h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    color: #000;
    position: relative;
}
#solutiondetail h2 span{
    font-size: 11px;
    color: #5dc259;
    letter-spacing: 4px;
    display: block;
}
#solutiondetail h3{
    background: #4a4d46;
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-align: left;
    font-size: 18px;
    margin: 40px 0 0 0;
}
@media screen and (max-width:1080px){
    #solutiondetail{
        width: 94vw;
        margin: 40px auto 0 auto;
        padding:0!important;
    }
}
@media screen and (max-width:780px){
    #solutiondetail h2{
        text-align: center;
        font-size: 20px;
        letter-spacing: 1px;
        padding: 0 0 20px 0;
        color: #000;
        position: relative;
    }
    #solutiondetail h3{
        background: #4a4d46;
        padding: 10px 20px 10px 20px;
        color: #fff;
        text-align: left;
        font-size: 17px;
        margin: 40px 0 0 0;
    }
}

#solutiondetail > p{
    padding: 20px 20px 0 20px;
    letter-spacing: 2px;
    line-height: 1.8em;
    font-size: 15px;
}
#solutiondetail h4{
    padding: 20px 20px 0 20px;
    font-size: 17px;
    font-weight: 500;
    color: #5dc259;
    letter-spacing: 2px;
}
#solutiondetail h4 span{
    color: #ff0000;
    font-size: 12px;
}
#solutiondetail > p span{
    color: #ff0000;
}
#solutiondetail > p a{
    color: #5dc259;
}
#solutiondetail > p.solutiontxt{
    padding: 5px 20px 0 20px;
    letter-spacing: 2px;
    line-height: 1.8em;
    font-size: 15px;
}
#solutiondetail > p.att{
    padding: 0 20px 20px 20px;
}
#solutiondetail > p.att{
    padding: 5px 0 5px 30px;
    position: relative;
    font-size: 13px;
    line-height: 1.4em;
    margin: 5px 0 0 0;
}
#solutiondetail > p.att:before{
    content:"*";
    color: #ff0000;
    position: absolute;
    top: 7px;
    left:20px;
}
#solutiondetail ul.mtt{
    padding: 0 20px 20px 20px!important;
    margin: -10px 0 0 0;
}

#solutiondetail ul.img1c{
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}
#solutiondetail ul.img1c li{
    width: calc(100% - 40px)!important;
    margin: 20px 0 0 0;
    padding: 0 20px 10px 20px!important;
    border: 1px solid #eee;
}
#solutiondetail ul.img1c li img{
    width: 80%!important;
    border: none!important;
    display: block;
    margin: 0 auto;
}
#solutiondetail ul.img1c li span{
    font-size: 13px;
    display: block;
    padding: 5px 0 0 0;
}
#solutiondetail ul.img1c li span.tac{
    font-size: 13px;
    display: block;
    padding: 5px 0 0 0;
    text-align: center;
}

#solutiondetail ul.img2c{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}
#solutiondetail ul.img2c li{
    width: 48%;
    margin: 20px 0 0 0;
}
#solutiondetail ul.img2c li img{
    width: 100%;
    border: 1px solid #eee;
    display: block;
}
#solutiondetail ul.img2c li span{
    font-size: 13px;
    display: block;
    padding: 5px 0 0 0;
}
#solutiondetail ul.img2c li span.tac{
    font-size: 13px;
    display: block;
    padding: 5px 0 0 0;
    text-align: center;
}
@media screen and (max-width:780px){
    #solutiondetail ul.img2c li{
        width: 100%;
        margin: 20px 0 0 0;
    }
    #solutiondetail ul.img2c li span{
        font-size: 13px;
        display: block;
        padding: 5px 0 0 0;
        text-align: center;
    }
}

#solutiondetail ul.img4c{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}
#solutiondetail ul.img4c li{
    width: 23%;
    margin: 20px 0 0 0;
}
#solutiondetail ul.img4c li img{
    width: 100%;
    border: 1px solid #eee;
    display: block;
}
#solutiondetail ul.img4c li span{
    font-size: 13px;
    display: block;
    padding: 5px 0 0 0;
}
#solutiondetail ul.img4c li span.tac{
    font-size: 13px;
    display: block;
    padding: 5px 0 0 0;
    text-align: center;
}
@media screen and (max-width:780px){
    #solutiondetail ul.img4c li{
        width: 100%;
        margin: 20px 0 0 0;
    }
}

#solutiondetail ul.img1c{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}
#solutiondetail ul.img1c li{
    width: 50%;
    margin: 20px 0 0 0;
}
#solutiondetail ul.img1c li img{
    width: 100%;
    border: 1px solid #eee;
    display: block;
    padding: 20px;
    display: block;
}
#solutiondetail ul.img1c li span{
    font-size: 13px;
    display: block;
    padding: 5px 0 0 0;
}
@media screen and (max-width:780px){
    #solutiondetail ul.img1c li{
        width: 100%;
        margin: 20px 0 0 0;
    }
}

#solutiondetail ul.imgc{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}
#solutiondetail ul.imgc li{
    width: 100%;
    margin: 0 0 0 0;
}
#solutiondetail ul.imgc li img{
    width: 100%;
    border: 1px solid #eee;
    display: block;
}
#solutiondetail ul.imgc li span{
    font-size: 13px;
    display: block;
    padding: 5px 0 0 0;
}

.arrow{
    position: relative;
}
.arrow:before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 10px;
    border-color:  transparent transparent transparent #5dc259;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -40px -20px 0 0;

}

.tlttxt{
    padding: 0 20px 0 20px;
}
.tlttxt h5{
    font-weight: 500;
    padding: 20px 0 0 0;
    font-size: 16px;
    letter-spacing: 2px;
}
span.ctr{
    text-align: center!important;
}

#solutiondetail table{
    width: calc(100% - 40px);
    margin: 20px;
}
#solutiondetail table tr{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#solutiondetail table tr th{
    width: 180px;
    text-align: left;
    padding: 5px 20px 5px 20px;
    font-size: 14px;
    letter-spacing: 2px;
    vertical-align: middle;
    background: #f9f9f9;
}
#solutiondetail table tr th span{
    color: #ff0000;
}
#solutiondetail table tr td{
    padding: 5px 20px 5px 20px;
    font-size: 14px;
    letter-spacing: 2px;
    vertical-align: middle;
}
.mt{
    margin: 40px 0 0 0;
}
.flow01{
    padding: 0 20px 0 20px;
}
.flow01 li{
    position: relative;
    background: #cae4c8;
    text-align: center;
    padding: 10px 20px 10px 20px;
    margin: 20px 0 0 0;
}
.flow01 li:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #5dc259 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -15px -5px;
}
.flow01 li:last-child:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -15px -5px;
}

.sindan{
    background: #5dc259;
    color: #fff;
    margin: 20px;
    padding: 10px 20px 10px 20px!important;
    text-align: center;
}
.flow02{
    padding: 0 20px 0 20px;
    margin: -20px 0 0 0;
}
.flow02 li{
    position: relative;
    background: #f5f3e1;
    text-align: center;
    padding: 10px 20px 10px 20px;
    margin: 20px 0 0 0;
    font-size: 15px;
}
.flow02 li h6{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
}
.flow02 li:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #5dc259 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -15px -5px;
}
.flow02 li:last-child:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -15px -5px;
}

/*
-----------------
common
-----------------
*/
#solutiondetail ul.img3c{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}
#solutiondetail ul.img3c li{
    width: 31%;
    margin: 20px 0 0 0;
}
@media screen and (max-width:780px){
    #solutiondetail ul.img3c li{
        width: 100%;
        margin: 20px 0 0 0;
    }
}
#solutiondetail ul.img3c li h5{
    background: #5dc259;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 3px 0 3px 0;
}
#solutiondetail ul.img3c li img{
    width: 100%;
    border: 1px solid #eee;
    display: block;
}
#solutiondetail ul.img3c li span{
    font-size: 14px;
    display: block;
    padding: 5px 0 0 0;
    line-height: 1.6em;
}
#solutiondetail div.imgtxt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}
#solutiondetail div.imgtxt div:nth-child(1){
    width: 48%;
}
#solutiondetail div.imgtxt div:nth-child(1) span{
    display: block;
    text-align: center;
    padding: 5px 0 0 0;
}
#solutiondetail div.imgtxt div:nth-child(1) img{
    width: 100%;
    border: 1px solid #eee;
    display: block;
}
#solutiondetail div.imgtxt div:nth-child(2){
    width: 48%;
}
#solutiondetail div.imgtxt div:nth-child(2) p{
    letter-spacing: 2px;
    line-height: 1.9em;
}
@media screen and (max-width:780px){
    #solutiondetail div.imgtxt div:nth-child(1){
        width: 100%;
        margin: 0 0 40px 0;
    }
    #solutiondetail div.imgtxt div:nth-child(1) span{
        display: block;
        text-align: left;
        padding: 5px 0 0 0;
    }
    #solutiondetail div.imgtxt div:nth-child(1) span br{
        display: none;
    }
    #solutiondetail div.imgtxt div:nth-child(2){
        width: 100%;
    }
}

#solutiondetail div.imgStxt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}
#solutiondetail div.imgStxt div:nth-child(1){
    width: 28%;
}
#solutiondetail div.imgStxt div:nth-child(1) span{
    display: block;
    text-align: center;
    padding: 5px 0 0 0;
}
#solutiondetail div.imgStxt div:nth-child(1) img{
    width: 100%;
    border: 1px solid #eee;
    display: block;
}
#solutiondetail div.imgStxt div:nth-child(2){
    width: 68%;
}
#solutiondetail div.imgStxt div:nth-child(2) p{
    letter-spacing: 2px;
    line-height: 1.9em;
}
@media screen and (max-width:780px){
    #solutiondetail div.imgStxt div:nth-child(1){
        width: 100%;
    }
    #solutiondetail div.imgStxt div:nth-child(2){
        width: 100%;
    }
}


#solutiondetail div.imgLtxt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}
#solutiondetail div.imgLtxt div:nth-child(1){
    width: 68%;
}
#solutiondetail div.imgLtxt div:nth-child(1) span{
    display: block;
    text-align: center;
    padding: 5px 0 0 0;
}
#solutiondetail div.imgLtxt div:nth-child(1) img{
    width: 100%;
    border: 1px solid #eee;
    display: block;
}
#solutiondetail div.imgLtxt div:nth-child(2){
    width:28%;
}
#solutiondetail div.imgLtxt div:nth-child(2) p{
    letter-spacing: 2px;
    line-height: 1.9em;
}
@media screen and (max-width:780px){
    #solutiondetail div.imgLtxt div:nth-child(1){
        width: 100%;
        margin: 0 0 40px 0;
    }
    #solutiondetail div.imgLtxt div:nth-child(2){
        width:100%;
    }
}

.grassimg{
    padding: 20px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.grassimg > div:nth-child(1){
    width: 38%;
}
.grassimg > div:nth-child(1) img{
    width: 100%;
}
.grassimg > div:nth-child(1) span.tac{
    display: block;
    text-align: center;
}
.grassimg > div:nth-child(2){
    width: 60%;
}
.grassimg > div:nth-child(2) table{
    width: 100%!important;
    margin: 0!important;
}
.grassimg > div:nth-child(2) table tr th:nth-child(1){
    width: 20%!important;
}
.grassimg > div:nth-child(2) table tr th:nth-child(2){
    width: 80%!important;
}
.grassimg > div:nth-child(2) table tr th{
    font-size: 15px!important;
}
.grassimg > div:nth-child(2) table tr th.jyousou{
    background: #d9f2ca!important;
}
.grassimg > div:nth-child(2) table tr td{
    font-size: 13px!important;
    line-height: 1.5em;
}
@media screen and (max-width:780px){
    .grassimg > div:nth-child(1){
        width: 100%;
    }
    .grassimg > div:nth-child(1) img{
        width: 100%;
    }
    .grassimg > div:nth-child(1) span.tac{
        display: block;
        text-align: center;
    }
    .grassimg > div:nth-child(2){
        width: 100%;
    }
    .grassimg > div:nth-child(2) table{
        width: 100%!important;
        margin: 0!important;
    }
    .grassimg > div:nth-child(2) table tr th:nth-child(1){
        width: calc(100% - 40px)!important;
        display: block;
    }
    .grassimg > div:nth-child(2) table tr th:nth-child(2){
        width: calc(100% - 40px)!important;
        display: block;
    }
}

.point th{
    background: #e4f4dd!important;
    font-weight: 500;
    font-size: 16px!important;
}
.point td{
    background: #f9f9f9!important;
    font-size: 15px!important;
    padding: 20px 20px 20px 20px!important;
}
@media screen and (max-width:780px){
    .point{
        margin: 20px 0 0 0!important;
    }
    .point th{
        width: calc(100% - 40px);
        width: 100%;
        display: block;
        background: #e4f4dd!important;
        font-weight: 500;
        font-size: 16px!important;
    }
    .point td{
        width: calc(100% - 40px);
        display: block;
        background: #f9f9f9!important;
        font-size: 15px!important;
        padding: 20px 20px 20px 20px!important;
    }
}
/*
-----------------
11
-----------------
*/
.linkgreenwall{
    display: inline-block;
    margin: 10px 0 0 0;
    color: #5dc259;
    padding: 0 20px 0 0;
    font-size: 15px;
    background: url(/common/img/iconLink.png) 100% 8px no-repeat;
}

/*
-----------------
12
-----------------
*/
#solutiondetail div.imgtxt2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}
#solutiondetail div.imgtxt2 div:nth-child(1){
    width: 48%;
}
#solutiondetail div.imgtxt2 div:nth-child(1) img{
    width: 100%;
    border: 1px solid #eee;
    display: block;
}
#solutiondetail div.imgtxt2 div:nth-child(1) span{
    text-align: center;
    padding: 5px 0 0 0;
    display: block;
    font-size: 14px;
}
#solutiondetail div.imgtxt2 div:nth-child(2){
    width: 48%;
}
#solutiondetail div.imgtxt2 div:nth-child(2) p{
    letter-spacing: 2px;
    line-height: 1.9em;
}
.sheetdownload{
    color: #5dc259;
    display: inline-block;
    margin: 20px 0 0 0;
}
.sheetdownload2{
    color: #5dc259;
    display: inline-block;
}
@media screen and (max-width:780px){
    #solutiondetail div.imgtxt2 div:nth-child(1){
        width: 100%;
        margin: 0 0 40px 0;
    }
    #solutiondetail div.imgtxt2 div:nth-child(2){
        width: 100%;
    }
}

#solutiondetail table.merit2{
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
}
#solutiondetail table.merit2 tr th{
    width: 50%;
    text-align: center;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    vertical-align: middle;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
}
#solutiondetail table.merit2 td{
    padding: 15px;
    font-size: 13px;
    letter-spacing: 0;
    vertical-align: top;
    text-align: center;
    border: 1px solid #dcdcdc;
}
#solutiondetail table.merit2 td p{
    text-align: left;
    font-size: 14px;
}
#solutiondetail table.merit2 td ul{
    display: flex;
    justify-content: space-between;
}
#solutiondetail table.merit2 td ul li{
    width: 49%;
}
#solutiondetail table.merit2 td ul li img{
    width: 100%;
}

#solutiondetail table.merit3{
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
}
#solutiondetail table.merit3 tr th{
    width: 33%;
    text-align: center;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    vertical-align: middle;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
}
#solutiondetail table.merit3 td{
    padding: 15px;
    font-size: 13px;
    letter-spacing: 0;
    vertical-align: top;
    text-align: center;
    border: 1px solid #dcdcdc;
}
#solutiondetail table.merit3 td p{
    text-align: left;
    font-size: 14px;
}
#solutiondetail table.merit3 td ul{
    display: flex;
    justify-content: space-between;
}
#solutiondetail table.merit3 td ul li{
    width: 100%;
}
#solutiondetail table.merit3 td ul li img{
    width: 100%;
}
@media screen and (max-width:780px){
}

#solutiondetail table.stl{
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
}
#solutiondetail table.stl tr th{
    width: 180px;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    letter-spacing: 0;
    vertical-align: middle;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
}
#solutiondetail table.stl th span{
    color: #ff0000;
}
#solutiondetail table.stl td{
    padding: 5px;
    font-size: 13px;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #dcdcdc;
}
#solutiondetail table.stl td p{
    text-align: left;
    line-height: 1.6em;
}
#solutiondetail table.stl tr th:last-child{
    width: 300px!important;
}
#solutiondetail > h5{
    font-weight: 500;
    padding: 20px 20px 5px 20px;
}
.attplan{
    padding: 20px 20px 15px 20px;
    font-size: 13px;
}
.attplan h5{
    font-weight: 500;
}
.attplan li{
    font-size: 13px;
    padding: 0 0 0 10px;
    position: relative;
    line-height: 1.6em;
}
.attplan li:before{
    content:"*";
    font-size: 15px;
    position: absolute;
    top:3px;
    left: 0;
    color: #ff0000;
}

/*
-----------------
13
-----------------
*/
.attdate{
    text-align: right;
    letter-spacing: 2px;
}
.attdate span{
    color: #000!important;
    padding: 0 0 0 20px;
    font-size: 13px;
}
.attdate span:before{
    content:"* ";
    color: #ff0000;
}
.attlist{
    width: calc(100% - 40px);
    padding: 20px 0 0 0;
    margin: 40px auto 0 auto;
    border-top: 1px solid #dcdcdc;
}
.attlist li{
    font-size: 13px;
    padding: 0 0 0 15px;
    position: relative;
    line-height: 1.6em;
}
.attlist li:nth-child(1):before{
    content:"1)";
    font-size: 10px;
    position: absolute;
    top:0;
    left: 0;
    color: #ff0000;
}
.attlist li:nth-child(2):before{
    content:"2)";
    font-size: 10px;
    position: absolute;
    top:0;
    left: 0;
    color: #ff0000;
}
.attlist li:nth-child(3):before{
    content:"3)";
    font-size: 10px;
    position: absolute;
    top:0;
    left: 0;
    color: #ff0000;
}
.attlist li:nth-child(4):before{
    content:"4)";
    font-size: 10px;
    position: absolute;
    top:0;
    left: 0;
    color: #ff0000;
}
.syuttenn{
    padding: 20px 20px 15px 20px;
    font-size: 13px;
}
.syuttenn h5{
    font-weight: 500;
}

/*
-----------------
solutionnav
-----------------
*/
.solutionnav{
    padding: 1px 20px 40px 20px;
    background: #f5f6f3;
    border-radius: 3px;
    margin: 40px 0 0 0;
}
.solutionnav table{
    width: 100%;
    margin: 20px 0 0 0;
}
.solutionnav table tr{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.solutionnav table tr th{
    background: #4a4d46!important;
    text-align: left;
    padding: 10px 20px 10px 20px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
}
.solutionnav table tr td{
    padding: 10px 20px 10px 20px;
    font-size: 15px;
    letter-spacing: 2px;
    background: #fff;
}
.solutionnav table tr td ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.solutionnav table tr td ul li{
    width: 48%;
    margin: 10px 0 10px 0;
}
.solutionnav table tr td ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
    border: 1px solid #5dc259;
    border-radius: 1px;
    flex-wrap: wrap;
    padding: 15px 0 15px 0;
    color: #5dc259;
    letter-spacing: 2px;
    background: #fff!important;
}
.solutionnav table tr td ul li a span{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #000;
}
.solutionnav table tr td ul li a:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #5dc259 transparent;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.solutionnav table tr td ul li a:hover{
    opacity: 1;
    color: #fff;
    background: #5dc259!important;
}
.solutionnav table tr td ul li a:hover span{
    color: #fff;
}
.solutionnav table tr td ul li a:hover:after{
    border-color: transparent transparent #fff transparent;
}
@media screen and (max-width:780px){

    #solutiondetail table{
        width: 100%;
        margin: 0;
    }
    #solutiondetail table tr{
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    #solutiondetail table tr th{
        width: calc(100% - 40px);
        text-align: left;
        padding: 5px 20px 5px 20px;
        font-size: 14px;
        letter-spacing: 2px;
        vertical-align: middle;
        background: #f9f9f9;
    }
    #solutiondetail table tr th span{
        color: #ff0000;
    }
    #solutiondetail .solutionnav table tr th{
        background: #4a4d46!important;
        text-align: left;
        padding: 10px 20px 10px 20px;
        font-size: 15px;
        letter-spacing: 2px;
        color: #fff;
    }
    #solutiondetail .solutionnav table tr td{
        padding: 10px 0 10px 0;
        font-size: 15px;
        letter-spacing: 2px;
        background: #fff;
    }
    .solutionnav table tr td ul li{
        width: 100%;
        margin: 10px 0 10px 0;
    }
    .solutionnav table tr td ul li a{
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    position: relative;
    border: 1px solid #5dc259;
    border-radius: 1px;
    flex-wrap: wrap;
    padding: 10px 1% 10px 1%;
    color: #5dc259;
    letter-spacing: 1px;
    background: #fff!important;
    line-height: 1.4em;
}.solutionnav table tr td ul li a span{
    line-height: 1.4em;
}
}
@media screen and (max-width:1080px){
    .scroll{
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scroll > table{
        width: 1080px!important;
    }
}
/*
-----------------
pageback
-----------------
*/
.pageback{
    text-align: center;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}
.pageback a{
    padding: 0 0 5px 0;
    color: #5dc259;
}
.pageback a i{
    padding: 0 10px 0 0;
}
.pageback a:hover{
    border-bottom: none;
}