@charset "utf-8";



.contact01__ttl {
  font-size: 25px;
  padding: 20px 0;
  text-align: center;
  font-weight: 500;
}

.contact01__ul {
  background: #fff;
  display: flex;
  padding: 17px 0 25px;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  width: 750px;
  margin: 0 auto;
}

.contact01__li:not(:nth-child(2n+1)) {
  margin-left: 17px;
}

.contact01__li-tel {
  width: 263px;
  position: relative;
  margin-left: 29px;
  margin-top: 8px;
}
.contact01__text {
  font-size: 42px;
  text-align: center;
  margin-left: 0;
  line-height: 1.2;
}
  .contact01__li-tel::before {
    content: "";
    position: absolute;
    background: url(../images/img_parts_contact01-1.png) center top no-repeat;
    width: 26px;
    height: 34px;
    top: 18%;
    left: -11%;
  }

.contact01__mail {
  position: relative;
}
  .contact01__mail::before {
    content: "";
    position: absolute;
    background: url(../images/img_parts_contact01-2.png) center top no-repeat;
    width: 31px;
    height: 22px;
    top: 35%;
    left: 10%;
  }

  .contact01__mail:hover {
    opacity: .8;
    text-decoration: none;
    color: #fff;
  }
.contact01__mail {
  width: 354px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  background: #74C59E;
  padding-left: 45px;
}

.contact01__text02 {
  font-size: 18px;
  text-align: left;
  line-height: 1.1;
  margin-left: -30px;
}
