@charset "utf-8";

.parts06__contwrap {
  padding: 0;
  background: #fff;
}
.parts06__contInner {
  background: url(../images/img_parts_contact06-1.png) center top no-repeat;
  height: 280px;
}

.contact06__item {
  width: 930px;
  height: 140px;
  margin: 0 auto;
}
.contact06__ttl {
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 7px;
}

.contact06__ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact06__li:not(:nth-child(2n+2)) {
  margin-left: 35px;
}

.contact06__li-tel {
  text-align: center;
  width: 283px;
}

.contact06__text {
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  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: 20%;
}

.contact06__text02 {
  font-size: 16px;
  color: #fff;
}

.contact06__text03 {
  font-size: 16px;
  color: #fff;
}

.contact06__link {
  font-size: 22px;
  width: 310px;
  height: 70px;
  color: #53AF26;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  text-decoration: unset;
}

.contact06__line.contact06__link{
  font-size: 22px;
  width: 310px;
  height: 70px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  text-decoration: unset;
}

.contact06__gray {
  background: #fff;
  position: relative;
  width: 310px;
  height: 70px;
  border-radius: 8px;
}

.contact06__gray::before {
  content: "";
  position: absolute;
  background: url(../images/img_parts_contact06-3.png) center top no-repeat;
  width: 30px;
  height: 21px;
  left: 10%;
  top: 35%;
}

.contact06__line {
  background: #06C755;
  position: relative;
  width: 310px;
  height: 70px;
  border-radius: 8px;
}

.contact06__line::before {
  content: "";
  position: absolute;
  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;
}