@charset "utf-8";



.contact04__ttl {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: #3B6299;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 2.8px !important;
}


.contact04__li:not(:nth-child(3n+1)) {
  margin-left: 15px;
}

.contact04__ul {
  background: #fff;
  display: flex;
  padding: 30px 0 20px;
  justify-content: center;
}

.contact04__li-tel {
  width: 263px;
}

.contact04__li {
  width: 262px;
  text-align: center;
  border-radius: 6px;
}

.contact04__text {
  font-size: 20px;
  font-weight: bold;
  color: #3B6299;
  border: 1px solid #3B6299;
  padding: 4.4px 0 0 0;
  text-align: center;
  letter-spacing: 2px !important;
}
.contact04__text02 {
  font-size: 35px;
    font-weight: bold;
    color: #3B6299;
    text-align: center;
    padding-left: 3px;
    letter-spacing: 2.1px !important;
}
.contact04__text03 {
  height: 83px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.contact04__text03:hover{
  color: #fff;
  text-decoration: none;
}
.contact04__li:hover{
  opacity: 0.7;
}
.contact04__gray {
      background: #EE6734;
    }
.contact04__white {
      background: #F8AD2D;
    }

.contact04__item{
  border: 1px solid #3B6299;
    }

.parts04__contWrap{
      padding-top: 80px !important;
    }
