@charset "utf-8";

.parts06__contwrap {
    margin: 40px 0 0;
    background: #fff;
}
.parts06__contInner {
    background: url(../images/img_parts_contact06-1.png) center top no-repeat;
    height: 280px;
}

.contact06__item {
    width: 870px;
    height: 140px;
    margin: 0 auto;
}
.contact06__ttl {
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 11px;
}

.contact06__ul {
    display: flex;
}

.contact06__li-tel {
    text-align: center;
    width: 250px;
}

.contact06__text {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    padding-left: 25px;
    position: relative;
}
.contact06__text::before {
    content: "";
    position: absolute;
    background: url(../images/img_parts_contact06-2.png) center top no-repeat;
    width: 20px;
    height: 28px;
    left: 0;
    top: 27%;
}

.contact06__text02 {
    font-size: 14px;
    color: #fff;
}

.contact06__text03 {
    font-size: 14px;
    color: #fff;
}

.contact06__li:not(:first-child) {
    margin-left: 17px;
    width: 293px;
    height: 70px;
    margin-top: 14px;
}
.contact06__li:not(:first-child) a {
    display: flex;
    align-items: center;
    text-decoration: unset;
    height: 100%;
    font-size: 22px;
    color: #fff;
    border-radius: 10px;
    position: relative;
}


.contact06__gray {
    background: #2fc6bf;
    padding-left: 68px;
}
.contact06__line {
    background: #06c755;
    padding-left: 66px;
}
.contact06__gray::before,.contact06__line::before {
    content: "";
    position: absolute;
}
.contact06__gray::before {
    background: url(../images/img_parts_contact06-3.png) center top no-repeat;
    width: 30px;
    height: 21px;
    left: 9%;
    top: 35%;
}
.contact06__line::before {
    background: url(../images/img_parts_contact06-4.png) center top no-repeat;
    width: 32px;
    height: 32px;
    left: 6%;
    top: 30%;
}

.contact06__link:hover {
    text-decoration: unset;
    opacity: .8;
    color: #fff;
}
