.table-footer {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-back {
  width: 161px;
  height: 58px;
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.back-icon {
  width: 20px;
  height: auto;
  left: 30px;
  bottom: 24px;
  transform: rotate(180deg);
}

.directory-box p:nth-child(2) {
  color: #333333;
}

.banner {
  width: 100%;
  margin-top: 40px;
}

.muji-section {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.muji-wrap {
  width: calc(100% - 260px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.muji-text1 {
  font-family: 'sfJpLightBold';
  font-size: 36px;
  color: #333333;
  line-height: 30px;
}

.muji-text2 {
  font-family: 'sfJpLight';
  font-weight: 300;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-top: 60px;
}

.table-last {
  margin-bottom: 60px;
}

.table-row {
  display: table-row;
  background-color: #fafafb;
}

.table-cell {
  display: table-cell;
  padding: 8px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  min-height: 92px;
}

.table-cell:nth-child(1) {
  width: 273px;
  background-color: white;
  align-content: center;
  text-align: center;
}

.table-cell:nth-child(2) {
  flex: 1;
  padding: 10px 30px;
}

.table-cell p {
  display: flex;
  min-height: 72px;
  align-items: center;
}

.table-cell:nth-child(1) > p {
  width: 100%;
  justify-content: center;
  font-family: sfJpLightBold;
  font-weight: 500;
  font-size: 24px;
}

.table-cell:nth-child(2) > p {
  width: 100%;
  line-height: 32px;
  font-weight: 300;
  font-family: sfJpLight;
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .muji-wrap {
    width: 100%;
  }

  .table-cell:nth-child(1) {
    width: 216px;
  }

  .table-cell:nth-child(2) {
    padding: 20px;
  }

  .table-cell:nth-child(1) > p {
    width: 100%;
    justify-content: center;
    font-family: sfJpLightBold;
    font-weight: 500;
    font-size: 24px;
  }

  .table-cell:nth-child(2) > p {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .muji-text1 {
    font-size: 32px;
  }

  .muji-text2 {
    font-size: 16px;
  }

  .table-cell:nth-child(1) {
    width: 165px;
  }

  .table-cell p {
    font-size: 16px;
    line-height: 32px;
    min-height: 65px;
  }

  .table-cell:nth-child(1) {
    width: 165px;
  }

  .table-cell:nth-child(2) {
    padding: 10px 20px;
  }

  .table-cell:nth-child(1) > p {
    font-size: 20px;
    line-height: 32px;
  }

  .table-cell:nth-child(2) > p {
    font-size: 16px;
    line-height: 32px;
  }

  .table-last {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 650px) {
  .muji-section {
    margin-top: 40px;
  }

  .muji-text1 {
    font-size: 16px;
    line-height: 15px;
  }

  .muji-text2 {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
  }

  .table {
    margin-top: 40px;
  }

  .table-cell p {
    font-size: 12px;
    line-height: 24px;
    min-height: 48px;
  }

  .table-cell:nth-child(1) {
    width: 76px;
  }

  .table-cell:nth-child(2) {
    padding: 10px 12px;
  }

  .table-cell:nth-child(1) > p {
    font-size: 12px;
    line-height: 24px;
  }

  .table-cell:nth-child(2) > p {
    font-size: 10px;
    line-height: 24px;
  }

  .table-last {
    margin-bottom: 52px;
  }

  .table-footer {
    height: 100px;
  }

  .table-back {
    width: 81px;
    height: 29px;
  }

  .back-icon {
    width: 10px;
    height: auto;
    transform: rotate(180deg);
  }
}
