@charset "UTF-8";
.device-sp .receiveYouPackTitle {
  background: #cc0001;
  color: #fff;
  text-align: center;
  font-size: 27px;
  border-radius: 10px;
  line-height: 1.2;
  padding: 15px;
  margin-bottom: 30px;
}

.device-sp .receiveYouPackTitle span {
  font-size: 25px;
}

.device-sp .receiveYouPackDetailList li {
  border-radius: 10px;
  border: 2px solid #cc0001;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  padding: 15px 5px 13px 65px;
  margin: auto;
  line-height: 1.1;
  width: 95%;
  box-sizing: border-box;
}

.device-sp .receiveYouPackDetailList li::before {
  content: '';
  width: 43px;
  height: 36px;
  background: url(../images/check.png);
  position: absolute;
  top: 15px;
  left: 12px;
}

.device-sp .receiveYouPackDetailList li:not(:last-child) {
  margin-bottom: 25px;
}

.device-sp .receiveYouPackDetailList li span {
  font-size: 15px;
  display: inline-block;
  line-height: 1.3;
  margin-top: 5px;
}
