.happy_support{

 margin-top: 20px;

}

.happy_support ul{

width:80%;

margin:0 auto;

}

.happy_support > ul > li{

position:relative;

padding:20px 0 25px 0;

border-bottom:1px solid #e5e5e5;

}
.happy_support > ul > li:last-child{

    border: none;

}


.happy_support ul li dl{

}

.happy_support ul li dt{

	font-size:18px;
	font-weight:bold;
	color:#148e82;
    margin-left: 10px;

}

.happy_support ul li dt:before {

    display:inline-block;
    content:'';
    position:absolute;
    top:30px;
    left:0;
    width:6px;
    height:6px;
    background-color:#148e82;

}

.happy_support ul li dd{

margin-top:10px;

font-size:14px;

line-height:20px;

color:#868686;

}
.happy_support ul li:last-child {
    text-align: center;
    background-color: #f4ebec;
	border: 1px solid #e6e2e3;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.happy_support > img {
	width: 100%;
}


/* s_pc */
@media screen and (min-width:992px) and (max-width:1199px){
}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){

}

/* mobile */
@media all and (max-width:768px){


    
    .happy_support ul{

        width:100%;

    }

    .happy_support ul li{

        padding-left:0;

    }


}
@media all and (max-width:400px){

}