@charset "utf-8";

.s-awcList {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  margin-top: 30px;
}
.s-awcList.typeB {
  max-width: 1080px;
  width: 100%;
}
@media screen and  (max-width: 1024px) {
  .s-awcList {
    flex-direction: column;
    align-items: center;
  }
}
.s-awcList__title {
  margin-bottom: 25px;
  line-height: calc(29 / 20);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.s-awcList__contentsTitle {
  display: inline-block;
  margin-bottom: 9px;
  padding: 3px 4px;
  line-height: calc(27 / 16);
  font-weight: 500;
  font-size: 16px;
  background-color: #DCDDDD;
}
.s-awcList__contentsText {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
  line-height: calc(27 / 16);
  font-size: 16px;
  letter-spacing: 0.04em;
}
.s-awcList__contentsText::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #221815;
}
.s-awcList__contents + .s-awcList__contents {
  margin-top: 14px;
}

.u_flexContent {
  justify-content: space-between;
}
@media screen and  (max-width: 1200px) {
  .u_flexContent {
    justify-content: center;
  }
}


