@charset "utf-8";



.parts06__contwrap {
  padding: 40px 0 0;
  background: #fff;
}
.parts06__contInner {
  background: url(../images/img_parts_contact06-1.png) center top no-repeat;
  height: 288px;
  padding-top: 59px;
}

.contact06__item {
  width: 604px;
  height: 140px;
  margin: 0 auto;
}
.contact06__ttl {
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 25px;
}

.contact06__ul {
  display: flex;
  justify-content: right;
}

.contact06__li:not(:nth-child(2n+2)) {
  margin-left: 25px;
}

.contact06__li-tel {
  text-align: center;
  width: 278px;
}

.contact06__text {
  font-size: 35px;
  color: #002A5C;
  font-weight: 400;
  position: relative;
  line-height: 1.19;
  padding-left: 27px;
}
.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: 12%;
}

.contact06__text02 {
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding-top: 2px;
}

.contact06__text03 {
  font-size: 14px;
  color: #333333;
}

.contact06__link {
  font-size: 20px;
  width: 293px;
  height: 70px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 38px;
  text-decoration: unset;
  padding-top: 4px;
}

.contact06__gray {
  background: #E67E22;
  position: relative;
  width: 300px;
  height: 70px;
  border-radius: 10px;
  margin-left: 28px;
  margin-top: 8px;
}

.contact06__gray::before {
  content: "";
  position: absolute;
  background: url(../images/img_parts_contact06-3.png) center top no-repeat;
  width: 26px;
  height: 26px;
  left: 10.8%;
  top: 32%;
}

.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;
}

.cont-parts06 [class*="__contTtl"]{
  margin-bottom: 23px;
}