@charset "utf-8";



.parts07__contwrap {
  padding: 80px 0 40px;
  background: #fff;
}

.parts07__contTtl {
  margin-bottom: 32px;
}

.contact07__item {
  width: 730px;
  margin: 0 auto;
}
.parts07__contwrap .parts06__contTtl {
  margin-bottom: 33px;
}
.contact07__ttl {
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 25px;
}

.contact07__ul {
  display: flex;
  justify-content: space-between;
  width: 729px;
}

.contact07__li-tel {
  text-align: center;
  width: 230px;
}

.contact07__link::after {
  content: '';
  position: absolute;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact07__text {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.contact07__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%;
}

.contact07__text02 {
  font-size: 14px;
  color: #fff;
}

.contact07__text03 {
  font-size: 14px;
  color: #fff;
}

.contact07__link {
  font-size: 27px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
}

.contact07__blue {
  background: #fff;
  color: #3B6299;
  position: relative;
  width: 353px;
  height: 68px;
  border: 1px solid #3B6299;
  font-size: 30px;
  text-align: center;
  line-height: 68px;
  font-weight: 500;
}
.contact07__blue span {
  font-size: 24px;
  margin-right: 5px;
}

.contact07__orange {
  background: #F7AD2D;
  position: relative;
  width: 353px;
  height: 70px;
}

.contact07__link:hover {
  text-decoration: unset;
  opacity: .8;
  color: #fff;
}