@charset "utf-8";



.parts06__contwrap {
  padding: 40px 0;
  background: #fff;
}

.contact06__ttl {
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 25px;
}

.contact06__ul {
  display: flex;
  gap: 21px;
}

.contact06__li-tel {
  text-align: center;
  width: 230px;
}

.contact06__text {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
  position: relative;
}

.contact06__link {
  font-size: 22px;
  width: 293px;
  height: 70px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  text-decoration: unset;
}

.contact06__gray {
  background: #858585;
  position: relative;
  width: 293px;
  height: 70px;
  border-radius: 10px;
}

.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: 293px;
  height: 70px;
  border-radius: 10px;
}

.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;
  color: #fff;
}
