.lp__wrap {
  text-align: center;
  color: #7e634c;
}

.lp__bg_w {
  background-color: #ffffff;
}

.lp__img_text {
  margin: 10px 0;
}

.lp__flex {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.lp__bg_p {
  background-color: #fbe6e5;
}

.lp__bg_y {
  background-color: #fff8b0;
}

.lp__cp_text {
  padding:  20px 20px 40px 20px;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
}

.lp__bg_w {
  background-color: #ffffff;
}

.lp__img_bnr {
  display: block;
  padding-bottom: 40px;
}

.lp__img_bnr:first-child {
  padding-top: 40px;
}

.lp__note_ttl {
  color: #c8003a;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: center;
}

.lp__note {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}

.lp__underLine {
  color: #c8003a;
  border-bottom: 1px #c8003a solid;
}

.lp__copy {
  padding-bottom: 20px;
  text-align: center;
}

.lp__copy__text {
  font-size: 10px;
}