.section-oneyear {
  background: left bottom url(../img/sk_lp_bg.jpg) no-repeat;
  background-size: cover;
}

.section-oneyear h2 {
  color: #6E614E;
  font-weight: 800;
  font-size: 2.2rem;
  text-shadow: 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
}

.section-oneyear-nallow {
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px 80px 20px;
  max-width: 1440px;
  overflow: hidden;
}

.section-oneyear-content {
  position: relative;
  float: right;
  max-width: 900px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
}

.section-oneyear-content:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: -10px;
  bottom: -10px;
  left: 10px;
  border: solid 1px #63A3AD;
}

.section-oneyear ul li {
  margin: 24px 0;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.section-oneyear ul li span {
  font-size: 30px;
  color: #006591;
}