.complete {
  padding: 28px 0 60px;
  background: #FAF9F9;
}
.complete .content {
  padding: 112px 0 64px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
}
.complete .content .explanation {
  margin: 0 0 24px;
}
.complete .content .explanation .img {
  width: 230px;
  margin: 0 auto 8px;
}
.complete .content .explanation.pair {
  margin: 32px auto 32px;
}
.complete .content .explanation.pair .area-text .text {
  margin: 0 0 32px;
}
.complete .content .explanation.pair .area-text .title03 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}
.complete .content .benefit {
  margin: 0 0 32px;
}
.complete .content .benefit .title03 {
  padding: 18px 0;
  background: #E4E4E4;
  text-align: center;
  border-radius: 15px 15px 0 0;
  font-size: 21px;
  font-weight: 700;
  color: #222;
  line-height: 1;
}
.complete .content .benefit .benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 2px;
  padding: 48px 12px 32px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.complete .content .benefit .benefit-list .benefit-item {
  width: calc(50% - 6px);
}
.complete .content .benefit .detail {
  margin: 0 2px;
  padding: 48px 12px 32px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0 0 15px 15px;
}
.complete .content .benefit .detail .solo {
  position: relative;
  width: 220px;
  margin: 0 auto;
}
.complete .content .benefit .detail .plus {
  display: block;
  margin: 44px 0;
  line-height: 0;
  font-size: 60px;
  text-align: center;
}
.complete .content .benefit .detail .pair-list {
  display: flex;
  gap: 12px;
}
.complete .content .benefit .detail .pair-list .pair-item {
  width: calc(50% - 6px);
}
.complete .content .entry dl {
  margin: 0 0 32px;
}
.complete .content .entry dl dt {
  padding: 13px 8px;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #EA3227;
}
.complete .content .entry dl dd {
  padding: 13px 8px;
  border-radius: 0 0 10px 10px;
  background: #F2F2F4;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .complete {
    padding: 56px 0 88px;
  }
  .complete .content {
    max-width: 1160px;
    margin: 0 auto;
    padding: 112px 0 64px;
  }
  .complete .content .explanation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
  }
  .complete .content .explanation .area-img {
    width: 30%;
  }
  .complete .content .explanation .area-img .img {
    width: 250px;
    margin: 0 auto 12px;
  }
  .complete .content .explanation .area-text {
    width: calc(100% - 438px);
  }
  .complete .content .explanation.pair {
    margin: 48px auto 0;
    margin: 0 0 48px;
  }
  .complete .content .explanation.pair .area-img .img {
    width: 280px;
  }
  .complete .content .explanation.pair .area-text .text {
    margin: 0 0 40px;
  }
  .complete .content .explanation.pair .area-text .title03 {
    font-size: 18px;
  }
  .complete .content .benefit {
    margin: 0 0 48px;
  }
  .complete .content .benefit .title03 {
    padding: 15px 0;
    font-size: 24px;
  }
  .complete .content .benefit .benefit-list {
    justify-content: center;
    padding: 22px 64px 24px;
  }
  .complete .content .benefit .benefit-list .benefit-item {
    width: calc(16.6% - 12px);
  }
  .complete .content .benefit .detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 2px;
    padding: 24px 87px 26px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .complete .content .benefit .detail .solo {
    width: 220px;
  }
  .complete .content .benefit .detail .plus {
    display: block;
    margin: 44px 0;
    line-height: 0;
    font-size: 60px;
    text-align: center;
  }
  .complete .content .benefit .detail .pair-list {
    width: 452px;
  }
  .complete .content .benefit .detail .pair-list .pair-item {
    width: calc(50% - 6px);
  }
  .complete .content .entry dl {
    margin: 0 0 56px;
  }
  .complete .content .entry dl dt {
    padding: 13px 18px;
    font-size: 18px;
  }
  .complete .content .entry dl dd {
    padding: 13px 18px;
    font-size: 18px;
  }
}/*# sourceMappingURL=complete-six-challenge.css.map */