@charset "utf-8";

.others-container {
    width: 100%;
    background: #EEEEEE;
    border: 1px solid #A2A2A2;
    margin: 40px auto;
}

.others-header {
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  position: relative;
}

.arrow {
  font-size: 14px;
  position: absolute;
  right: 12px;
}

.others {
  list-style: none;
  padding: 24px;
  margin: 0;
}

.others li {
  font-size: 14px;
  color: #222;
  padding: 8px 0;
  position: relative;
  padding-left: 16px;
  font-weight: bold;
}

.others li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #666;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .others-container {
        margin: 40px auto;
        width: 1000px;
    }
}
