.conteSpecial ul li:nth-child(n+5) {
  margin-top: 8px;
}
.conteSpecial ul li {
  width: 24.5%;
  height: 80px;
  font-size: 16px;
  background: #faf8f1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

.type_title .floor ul:nth-of-type(1) li:nth-child(3) {
  position: relative;
}
.type_title .floor ul:nth-of-type(1) li:nth-child(3)::after {
  content: "※戸別宅配ボックス0.59㎡を含む";
  position: absolute;
  transform: translateY(100%);
  right: .7em;
  bottom: 0;
  font-size: 10px;
  white-space: nowrap;
}

@media (max-width: 770px){
  .conteSpecial ul li {
      width: 48.5%;
      height: 17.33vw;
      font-size: 3.6vw;
  }

  .type_title .floor ul:nth-of-type(1) li:nth-child(3)::after {
    content: "";
  }
  .type_title.special .floor ul:nth-of-type(1) li:nth-child(2) {
    position: relative;
    margin-bottom: 2vw;
  } 
  .type_title.special .floor ul:nth-of-type(1) li:nth-child(2)::after {
    content: "※戸別宅配ボックス0.59㎡を含む";
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 10px;
    white-space: nowrap;
    color: #231815;
    font-size: 2.66vw;
  }
  .conteSpecial ul li:nth-child(6) {
    letter-spacing: -0.02em;
  }
}