.section {
  margin-bottom: 80px;
}

.section-image img {
  display: block;
  width: 100%;
}

.contact-list li {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 24px;
  font-size: 16px;
  color: #424242;
  background-color: white;
}

.contact-list li + li {
  margin-top: 24px;
}

.contact-list li h4 {
  color: #424242;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.contact-list li h4 small {
  color: #d61b26;
  font-size: 18px;
  font-weight: 500;
  flex-shrink: 0;
}


.contact-list li h4 span {
  color: #d61b26;
  font-size: 18px;
  font-weight: 500;
  flex-shrink: 0;
}





.contact-list li h4 small::before {
  content: '|';
  color: #e0e0e0;
  margin: 0 12px;
}

.contact-list .content span {
  display: flex;
  line-height: 24px;
}

.contact-list .content span:nth-child(1)::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../images/email.png');
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 8px;
}

.contact-list .content span:nth-child(2)::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../images/phone.png');
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 8px;
}

.contact-list .content span:nth-child(3)::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../images/add.png');
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 8px;
}


.contact-list .content span + span {
  margin-top: 8px;
}

@media (min-width: 992px) {
  .section {
    margin-bottom: 100px;
  }

  .contact-list li + li {
    margin-top: 0;
  }

  .contact-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

 

}





.honp{
  
  border-radius: 16px;
  margin-bottom: 20px;
}

.honp .contact-list {
  border: 1px solid #e0e0e0; 
  background-color: white;
 
 }

.honp .contact-list li{
 border: none;

}