@charset "utf-8";


.cont-parts04 .parts04__contWrap {
  padding-top: 42px;
  padding-bottom: 78px;
}

.contact04__ttl {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: #DF4C2B;
  padding: 10px 0;
  text-align: center;
}


.contact04__li:not(:nth-child(3n+1)) {
  margin-left: 15px;
}

.contact04__ul {
  background: #fff;
  display: flex;
  padding: 30px 0 20px;
  justify-content: center;
  border: 1px solid #DF4C2B;
}

.contact04__li-tel {
  width: 263px;
}

.contact04__li {
  width: 263px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.contact04__li a {
  text-decoration: none;
}
.contact04__li:hover {
  opacity: 0.8;
}

.contact04__text {
  font-size: 22px;
  height: 45px;
  font-weight: bold;
  color: #DF4C2B;
  background: #fff;
  text-align: center;
  border: 1px solid #DF4C2B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact04__text02 {
  font-size: 35px;
  font-weight: bold;
  color: #DF4C2B;
  text-align: center;
}
.contact04__text03 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
    .contact04__gray {
      background: #49AAB6;
    }
    .contact04__white {
      background: #014782;
    }
