@charset "utf-8";

.list-parts .icon-bg1-parts {
	background: #ff3535;
    color: #fff;
    position: absolute;
    left: -15px;
    top: -15px;
    font-size: 0.7rem;
    width: 4em;
    line-height: 4em;
    text-align: center;
    border-radius: 50%;
}

#fee div p.text-left.mb-10 .icon-bg1-parts {
	background: #ff3535;
    color: #fff;
	font-size: 0.7rem;
    width: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.ta1-parts.c .icon-bg1-parts {
	background: #ff3535;
    color: #fff;
	font-size: 0.7rem;
    width: 3em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb40 {
	margin-bottom: 40px;
}