@charset "utf-8";



.contact02__ttl {
font-size: 25px;
padding: 20px 0;
text-align: center;
}

.contact02__ul {display: flex;justify-content: center;align-items: center;gap: 40px;}

.contact02__li:not(:nth-child(2n+1)) {}

.contact02__li-tel {
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding-top: 72px;
  height: 130px;
  width: 330px;
  height: 118px;
}
.contact02__text {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 20px;
  color: #fff;
}
.contact02__text span {
  font-size: 18px;
}
.contact02__li-tel::before {
  content: "";
  position: absolute;
  background: url(../images/img_parts_contact02-1.png) center top no-repeat;
  width: 37px;
  height: 48px;
  top: 13%;
  left: 45%;
}

.contact02__li {
  position: relative;
  border-radius: 10px;
}
.contact02__mail::before {
  content: "";
  position: absolute;
  background: url(../images/img_parts_contact02-2.png) center top no-repeat;
  width: 62px;
  height: 48px;
  top: 11%;
  left: 40%;
}

.contact02__mail:hover {
  opacity: .8;
  text-decoration: none;
  color: #03502E;
}
.contact02__mail {
  width: 330px;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 500;
  color: #03502E;
  background: #fff;
  padding-bottom: 19px;
  border-radius: 10px;
}

#contents .cont-parts02,
#contents .parts02__contWrap {
  background-color: #03502E;
  padding-top: 31px;
  margin-top: 20px;
  padding-bottom: 44px;
}
#contents .cont-parts02 {
  margin-top: 0;
}

#contents  .parts02__contTtl {
  color: #fff;
}