@charset "UTF-8";
.device-pc .youPackIndexWrap {
  width: 840px;
}

.device-pc .youPackIndexSpWrap {
  width: 100%;
}

.device-pc .youPackIndexWrapInner {
  width: 600px;
    margin: auto;
}

.device-pc .youPackIndexWrap ul {
  list-style: none;
}

.device-pc .receiveYouPackTitle {
  background: #cc0001;
  color: #fff;
  text-align: center;
  font-size: 32px;
  border-radius: 10px;
  line-height: 1.2;
  padding: 15px 0;
  margin-bottom: 30px;
}

.device-pc .receiveYouPackTitle span {
  font-size: 25px;
}

.device-pc .receiveYouPackDetailList li {
  border-radius: 10px;
  border: 2px solid #cc0001;
  position: relative;
  font-weight: bold;
  font-size: 27px;
  padding: 15px 0 13px 73px;
  margin: auto;
  line-height: .9;
  width: 84%;
  box-sizing: border-box;
}

.device-pc .receiveYouPackDetailList li::before {
  content: '';
  width: 43px;
  height: 36px;
  background: url(../images/check.png);
  position: absolute;
  top: 12px;
  left: 12px;
}

.device-pc .receiveYouPackDetailList li:not(:last-child) {
  margin-bottom: 25px;
}

.device-pc .receiveYouPackDetailList li span {
  font-size: 15px;
}
