@charset "utf-8";
/* ディライト株式会社 */
.dm{}


#contactmenu {
  padding: 120px 0;
}

#contactmenu > header {
  height: auto;
  margin-bottom: 100px;
}

.cl--inner {
  width: 880px;
  margin: auto;
}

#contact-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 60px;
}
#contact-list li {
  width: 48%;
}
#contact-list li:nth-of-type(7) {
  border: 1px solid #657d71;
  width: 100%;
}
#contact-list li a {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
  padding: 25px 0;
  transition: all 1s;
}
#contact-list li a:hover {
  opacity: .8;
}

#contact-list li:nth-of-type(1) a,
#contact-list li:nth-of-type(2) a,
#contact-list li:nth-of-type(3) a,
#contact-list li:nth-of-type(4) a {
  background-color: #595757;
}
#contact-list li:nth-of-type(5) a,
#contact-list li:nth-of-type(6) a {
  background-color: #657d71;
}

#contact-list li:nth-of-type(7) a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #657d71;
  line-height: 1;
}

.othercontact {
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width:600px) {
  
  .cl--inner {
    width: 90%;
  }
  
  #contact-list ul {
    row-gap: 20px;
  }
  
  #contact-list li {
    width: 108%;
  }
  
  #contact-list li a {
    font-size: 1.5rem;
    padding: 18px 0;
  }
  
  .othercontact {
    font-size: 1.4rem;
    text-align: center;
  }
  
}
