.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

/*RETURNPLAN SP*/
body.p-returnplan #main {
  padding-bottom: 3rem;
}

.returnplan_item_ttl {
  font-size: 1.3rem;
  line-height: 1.53846153;
  color: #ee4e4e;
  font-weight: bold;
  margin-bottom: 2rem;
}

.returnplan_item_ttl .hl {
  position: relative;
}

.returnplan_item_ttl .hl::after {
  position: absolute;
  top: 50%;
  height: 1px;
  left: 0;
  width: 100%;
  background-color: #ee4e4e;
  content: "";
}

.returnplan .note-list {
  margin-top: 1.5rem;
}

.returnplan .note-list li {
  font-size: 1rem;
  line-height: 2;
  color: #342b1e;
}

.returnplan .copy {
  font-size: 1.2rem;
}

.returnplan_img {
  margin-top: 2rem;
}

.returnplan_img img {
  width: 100%;
}

.returnplan-list {
  padding-left: 1.7rem;
  text-indent: -1.7rem;
}

.returnplan-list li .ico {
  margin-right: 0.5rem;
  color: #ee4e4e;
}

.returnplan-list li .hl {
  background-color: #ee4e4e;
  color: #fff;
}

.returnplan_blk03 .returnplan_img {
  margin-top: 3rem;
}

.returnplan-about {
  padding: 0 0 2.5rem;
}

.returnplan-about_inner {
  padding: 2.2rem 2rem;
  background-color: #fff;
}

.returnplan-about .int_ttl {
  font-size: 1.8rem;
  line-height: 1.388889;
  color: #342b1e;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.returnplan-about .int_ttl .hl {
  color: #ee4e4e;
  font-size: 2.5rem;
}

.returnplan-about .int_copy {
  font-size: 1.2rem;
  line-height: 1.666667;
}

.returnplan-about .pht {
  margin-top: 1.5rem;
}

/*# sourceMappingURL=returnplan_sp.css.map */