.cp-content {
  font-feature-settings: "palt";
  padding: 40px 7.4% 60px;
  border-radius: 40px;
  border: 10px solid #d9effc;
  background: #fff;
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
}

.cp-content p.lead {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: justify;
  margin-bottom: 30px;
  color: #333;
}

.cp-content p.lead strong {
  position: relative;
  z-index: 1;
}
.cp-content p.lead strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
  width: 100%;
  height: 7px;
  background: #fcee21;
}

.cp-content h3 {
  color: #245195;
  font-size: 124%;
  font-weight: 700;
  letter-spacing: .05em;
  margin: 0;
}

.cp-content ul {
  margin-top: 3px;
  margin-bottom: 35px;
}

.cp-content ul li {
  position: relative;
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  text-align: justify;
  padding: 0 0 0 1em;
}

.cp-content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}

.cp-content ul li > a {
  display: inline-block;
  font-weight: 600;
  color: #245195;
  text-decoration: underline;
  transition: all .3s;
}

.cp-content ul li > a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .cp-content{
    border: none;
    padding: 30px 4% 40px;
    background: none;
  }
  .cp-content p.lead strong::after {
    display: none;
  }
  .cp-content p.lead strong {
    background-color: #fcee21;
  }
}