@charset "UTF-8";
/*--------------------------------------------------------*/
/*　追加CSS　*/
/*--------------------------------------------------------*/
/* 口コミ */
.sheet-review .sheet-review-all {
  position: relative;
}
.sheet-review .sheet-review-all .review-item p:first-child:before,
.sheet-review .sheet-review-all .review-item-wanted p:first-child:before {
  content: "\e8130";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  color: #fd3837;
}
.sheet-review .sheet-review-all .review-item.review-neutral p:first-child:before {
  content: "\e8120";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  color: #009589;
}
.sheet-review .sheet-review-all .review-item.review-bad p:first-child:before {
  content: "\e8110";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  color: #1b59b5;
}
.sheet-review .more-review-item {
  padding: 0.25em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-shadow: 1px 1px 1px rgba(0, 47, 178, 0.2);
  background: #577ab1;
  background: -webkit-gradient(linear, left bottom, left top, from(#577ab1), to(#6E8ABA));
  background: linear-gradient(to top, #577ab1 0%, #6E8ABA 100%);
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.sheet-review .more-review-item:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4369a7), to(#5c7eb8));
  background: linear-gradient(to top, #4369a7 0%, #5c7eb8 100%);
}
.sheet-review .more-review-item span {
  position: relative;
  display: inline-block;
  padding-right: 1.15em;
}
.sheet-review .more-review-item span::after {
  position: absolute;
  top: 0.65em;
  right: 0;
  content: "";
  width: 0.35em;
  height: 0.35em;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.sheet-review .more-review-item.is-close span::after {
  top: 0.85em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (min-width: 768px) {
  .sheet-review .sheet-review-all {
    padding: 0.7em 1.5em;
    margin: 0 -1px;
    border-top: 3px solid rgba(111, 138, 187, 0.5);
  }
  .sheet-review .review-item-inner {
    margin-top: 1em;
  }
  .sheet-review .more-review-item {
    margin: 1.25em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sheet-review .sheet-review-all {
    position: relative;
  }
  .sheet-review .sheet-review-all::after {
    content: "";
    display: block;
    width: 8em;
    height: 8em;
    position: absolute;
    top: -6.9em;
    right: -1.5em;
    background-image: url(../../images/home_2018/piyo.svg);
    background-size: contain;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.lp-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-header-nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 25%;
  background-color: #e8472e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.lp-header-nav ul li:hover {
  background-color: #f2988a;
}
.lp-header-nav ul li a {
  display: block;
  padding: 0.5em 0.25em 0 0.25em;
}
@media only screen and (min-width: 768px) {
  .lp-header-nav ul li a {
    padding: 0.35em;
  }
}
.lp-header-nav ul li span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}
.lp-header-nav ul li span::before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  height: 1.2em;
  background-image: url("../../images/rank_2018/mny/lp_icon_home.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .lp-header-nav ul li span {
    line-height: 1.2;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1.75em;
    font-weight: bold;
  }
  .lp-header-nav ul li span::before {
    position: absolute;
    left: 0;
    top: -0.15em;
    display: inline-block;
    width: 1.2em;
  }
}
.lp-header-nav ul li + li {
  border-left: 1px solid #f2988a;
}
.lp-header-nav ul li:nth-child(1) span::before {
  background-image: url("../../images/rank_2018/mny/lp_icon_home.svg");
}
.lp-header-nav ul li:nth-child(2) span::before {
  background-image: url("../../images/rank_2018/mny/lp_icon_car.svg");
}
.lp-header-nav ul li:nth-child(3) span::before {
  background-image: url("../../images/rank_2018/mny/lp_icon_kyosai.svg");
}
.lp-header-nav ul li:nth-child(4) span::before {
  background-image: url("../../images/rank_2018/mny/lp_icon_medi.svg");
}
.lp-header-nav ul li:nth-child(5) span::before {
  background-image: url("../../images/rank_2018/mny/lp_icon_pet.svg");
}
@media only screen and (min-width: 768px) {
  .lp-header-nav ul li {
    background-color: #e8472e;
  }
}
@media only screen and (min-width: 768px) {
  .lp-header-nav ul {
    margin: 0 auto;
    max-width: 1100px;
    border-left: 1px solid #f2988a;
    border-right: 1px solid #f2988a;
  }
}
.lp-header-nav ul:nth-child(2) {
  border-top: 1px solid #f2988a;
}
.lp-header-nav ul:nth-child(2) li:nth-child(1) span::before {
  background-image: url("../../images/rank_2018/mny/lp_icon_life.svg");
}
.lp-header-nav ul:nth-child(2) li:nth-child(2) span::before {
  background-image: url("../../images/rank_2018/mny/lp_icon_hos.svg");
}
.lp-header-nav ul:nth-child(2) li:nth-child(3) span::before {
  background-image: url("../../images/rank_2018/mny/lp_icon_women.svg");
}
.lp-header-nav ul:nth-child(2) li:nth-child(4) span::before {
  background-image: url("../../images/rank_2018/mny/lp_icon_univ.svg");
}
.lp-header-nav ul:nth-child(2) li:nth-child(5) span::before {
  background-image: url("../../images/rank_2018/mny/lp_icon_fire.svg");
}
@media only screen and (min-width: 768px) {
  .lp-header-nav {
    background-color: #e8472e;
  }
}

.lp-pnkz {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .lp-pnkz {
    display: block;
    background-color: #e2f1fd;
    border-bottom: 1px solid #fff;
  }
}

.mainimg.lp-mainimg {
  margin-top: 0;
}

.lp2-header {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .lp2-header + .wrap-contents + .wrap-contents .rank-ttl {
    background-color: #e6f4fd;
    color: #1B59B5;
    border: 2px solid #B7C4DD;
  }
  .lp2-header + .wrap-contents + .wrap-contents .rank-time {
    color: #1B59B5;
  }
  .lp2-header + .wrap-contents + .wrap-contents .rank-header {
    border: 1px solid #B7C4DD;
  }
  .lp2-header + .wrap-contents + .wrap-contents .rank-header img {
    border: 3px solid #B7C4DD;
  }
}

.lp-mainimage-wrap {
  position: relative;
}
.lp-mainimage-wrap h1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.88235em;
  background-color: rgba(214, 174, 0, 0.8);
  text-shadow: 1px 1px 1px rgba(136, 136, 136, 0.2);
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .lp-mainimage-wrap h1 {
    padding: 0;
    padding-left: 0.48387em;
    right: 0;
    top: 0;
    margin: auto;
    background-color: transparent;
    color: #B29000;
    font-size: 31px;
    font-size: 3.1rem;
    width: 100%;
    max-width: 1100px;
    text-shadow: 1px 1px 1px #fff;
    line-height: 5.645;
  }
}
@media only screen and (min-width: 1100px) {
  .lp-mainimage-wrap h1 {
    padding-left: 0;
  }
}
.lp-mainimage {
  position: relative;
}
.lp-mainimage img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .lp-mainimage {
    height: 175px;
    overflow: hidden;
  }
  .lp-mainimage::before {
    position: absolute;
    left: -550px;
    top: -50%;
    content: "";
    width: 2000px;
    height: 2000px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
}
@media only screen and (min-width: 1024px) {
  .lp-mainimage img {
    margin-top: -15em;
  }
}

.lp-main-search-area dl {
  padding: 1.5em;
}
.lp-main-search-area dl dt {
  padding: 1em;
  background-color: #F0F8FE;
  color: #1B59B5;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.lp-main-search-area dl dt span {
  display: block;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.lp-main-search-area dl dd {
  padding: 1em 0;
}
.lp-main-search-area .lp-main-mokuji li {
  font-weight: bold;
}
.lp-main-search-area .lp-main-mokuji li a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-weight: normal;
}
.lp-main-search-area .lp-main-mokuji li a::before {
  position: absolute;
  left: 0;
  top: 0.65em;
  content: "";
  width: 0.65em;
  height: 0.65em;
  background-color: #B4C2DC;
}
.lp-main-search-area .lp-main-mokuji li + li {
  margin-top: 0.5em;
}
.lp-main-search-area .lp-main-mokuji li > ul {
  padding-left: 1em;
}
.lp-main-search-area .lp-main-search-wrap {
  width: 100%;
  padding: 1.5em;
}
.lp-main-search-area .lp-main-search-wrap h2 {
  position: relative;
  margin-left: -1em;
  margin-right: -1em;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #1B59B5;
  font-size: 15px;
  font-size: 1.5rem;
}
.lp-main-search-area .lp-main-search-wrap h2::before {
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("../../images/rank_2018/mny/icon_lp_search.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.lp-main-search-area .lp-main-search-wrap table {
  width: 100%;
}
.lp-main-search-area .lp-main-search-wrap table th, .lp-main-search-area .lp-main-search-wrap table td, .lp-main-search-area .lp-main-search-wrap table tr {
  display: block;
}
.lp-main-search-area .lp-main-search-wrap table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-main-search-area .lp-main-search-wrap table th, .lp-main-search-area .lp-main-search-wrap table td {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.lp-main-search-area .lp-main-search-wrap table th {
  display: block;
  padding: 0.5em 1em;
  margin-top: 2em;
  background-color: #F0F8FE;
  color: #1B59B5;
  text-align: left;
  width: 100%;
}
.lp-main-search-area .lp-main-search-wrap table td {
  margin-top: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5714em;
          flex: 0 0 3.5714em;
}
.lp-main-search-area .lp-main-search-wrap table td + td {
  margin-left: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lp-main-search-area .lp-main-search-wrap .lp-main-search-tag {
  display: inline-block;
  padding: 0 0.5em;
  background-color: #D6AE00;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  border-radius: 8px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.7;
  vertical-align: middle;
}
.lp-main-search-area .lp-main-search-wrap .lp-rgslider-score {
  margin-top: 0.5em;
  display: block;
  color: #1B59B5;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp-main-search-area {
    padding: 3em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 110em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lp-main-search-area dl {
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 30em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.272%;
            flex: 0 0 27.272%;
    border: 1px solid #B5C3DD;
  }
  .lp-main-search-area dl dd {
    padding: 1em;
  }
  .lp-main-search-area .lp-main-search-wrap {
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 75em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 68.1818%;
            flex: 1 1 68.1818%;
    margin-right: 1.5em;
  }
  .lp-main-search-area .lp-main-mokuji > li:nth-child(1) {
    display: none;
  }
  .lp-main-search-area .lp-main-mokuji li {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .lp-main-search-area .lp-main-mokuji li a::before {
    top: 0.45em;
  }
  .lp-main-search-area .lp-main-mokuji li > ul {
    margin-top: 0.5em;
  }
  .lp-main-search-area .lp-main-search-wrap h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 0;
    margin-right: 0;
    background-color: #69B340;
  }
}
@media only screen and (min-width: 1024px) {
  .lp-main-search-area .lp-main-search-wrap {
    padding-left: 1.5em;
    padding-right: 1.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 68.1818%;
            flex: 1 1 68.1818%;
    margin-right: 5em;
    border: 2px solid #69B340;
    overflow: hidden;
  }
  .lp-main-search-area .lp-main-search-wrap h2 {
    margin-left: -1.066em;
    margin-right: -1.066em;
    background-color: #69B340;
  }
  .lp-main-search-area .lp-main-search-wrap table {
    margin-top: 2em;
  }
  .lp-main-search-area .lp-main-search-wrap table tr {
    display: table-row;
  }
  .lp-main-search-area .lp-main-search-wrap table tr:nth-child(1) td, .lp-main-search-area .lp-main-search-wrap table tr:nth-child(1) th, .lp-main-search-area .lp-main-search-wrap table tr:nth-child(2) td, .lp-main-search-area .lp-main-search-wrap table tr:nth-child(2) th, .lp-main-search-area .lp-main-search-wrap table tr:nth-child(3) td, .lp-main-search-area .lp-main-search-wrap table tr:nth-child(3) th, .lp-main-search-area .lp-main-search-wrap table tr:nth-child(4) td, .lp-main-search-area .lp-main-search-wrap table tr:nth-child(4) th {
    border-bottom: 1px solid #B5C3DD;
  }
  .lp-main-search-area .lp-main-search-wrap table th, .lp-main-search-area .lp-main-search-wrap table td {
    display: table-cell;
    width: auto;
    text-align: center;
  }
  .lp-main-search-area .lp-main-search-wrap table th {
    width: 12em;
  }
  .lp-main-search-area .lp-main-search-wrap table td {
    padding: 0.5em;
    background-color: #FAFDFF;
    width: 5em;
  }
  .lp-main-search-area .lp-main-search-wrap table td + td {
    padding-top: 2em;
    width: auto;
    text-align: left;
  }
}
@media only screen and (min-width: 1100px) {
  .lp-main-search-area {
    padding: 3em 0;
  }
}

.lp-rgslider-wrap {
  background-color: #E1F0D9;
  margin: 1.5em;
  padding: 0 1.5em 3em;
}
.lp-rgslider-wrap > h3 {
  position: relative;
  margin: 0 -0.9375em;
  padding: 1em;
  background-color: #69B340;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.lp-rgslider-wrap > h3 span {
  position: relative;
  padding-left: 1.5em;
}
.lp-rgslider-wrap > h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../../images/rank_2018/mny/icon_lp_search.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-rgslider-inner {
  width: 100%;
  max-width: 76.8em;
  margin: 0 auto;
}
.lp-rgslider-inner ul {
  margin-top: 2em;
}
.lp-rgslider-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3em;
  position: relative;
}
.lp-rgslider-inner ul li img {
  display: none;
}
.lp-rgslider-inner ul li .lp-rgslider-label {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.lp-rgslider-inner .lp-rgslider-score {
  position: relative;
}

input[type=range] {
  -webkit-appearance: none;
  position: relative;
  overflow: hidden;
  height: 20px;
  width: 100%;
  cursor: pointer;
  border-radius: 0; /* iOS */
}

input[type=range][disabled]::before {
  z-index: 9999;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #fff;
  opacity: 0.6;
}

::-webkit-slider-runnable-track {
  background: #ccc;
}

/*
 * 1. Set to 0 width and remove border for a slider without a thumb
 */
::-webkit-slider-thumb {
  z-index: 999;
  position: relative;
  -webkit-appearance: none;
  width: 40px; /* 1 */
  height: 20px;
  background-color: #fff;
  background-image: url("../../images/rank_2018/mny/icon_yajirushi.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  -webkit-box-shadow: -100vw 0 0 100vw #588AC6;
          box-shadow: -100vw 0 0 100vw #588AC6;
  border: 1px solid #588AC6; /* 1 */
}

::-moz-range-track {
  height: 40px;
  background: #ddd;
}

::-moz-range-thumb {
  background: #fff;
  height: 40px;
  width: 20px;
  border: 3px solid #999;
  border-radius: 0 !important;
  box-shadow: -100vw 0 0 100vw #588AC6;
  box-sizing: border-box;
}

::-ms-fill-lower {
  background: #588AC6;
}

::-ms-thumb {
  background: #fff;
  border: 2px solid #999;
  height: 40px;
  width: 20px;
  box-sizing: border-box;
}

::-ms-ticks-after {
  display: none;
}

::-ms-ticks-before {
  display: none;
}

::-ms-track {
  background: #ddd;
  color: transparent;
  height: 40px;
  border: none;
}

::-ms-tooltip {
  display: none;
}

.sliderScore {
  position: relative;
}
.sliderScore::after {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
}

.lp-rgslider-bar {
  position: relative;
  padding-bottom: 0.75em;
  padding-top: 1.25em;
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.lp-rgslider-bar::before {
  z-index: 99;
  position: absolute;
  right: 27%;
  top: 1.25em;
  content: "";
  height: 20px;
  width: 1px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .lp-rgslider-bar::before {
    top: 2em;
  }
}
.lp-rgslider-bar::after {
  z-index: 99;
  position: absolute;
  left: 27%;
  top: 1.25em;
  content: "";
  height: 20px;
  width: 1px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .lp-rgslider-bar::after {
    top: 2em;
  }
}
.lp-rgslider-bar > span {
  position: absolute;
  top: 0;
  color: #1B59B5;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
.lp-rgslider-bar > span:nth-child(1) {
  left: 0;
}
.lp-rgslider-bar > span:nth-child(2) {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .lp-rgslider-bar > span {
    top: 0.75em;
  }
  .lp-rgslider-bar > span:nth-child(1) {
    left: 0.68182em;
  }
  .lp-rgslider-bar > span:nth-child(2) {
    right: 0.68182em;
  }
}

#sortScoreBtn {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FD3837), to(#EC2930));
  background: linear-gradient(to bottom, #FD3837, #EC2930);
  color: #fff;
  font-weight: bold;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 3px;
  text-align: center;
  min-width: 214px;
}

.lp-ignore-check {
  position: relative;
  padding-top: 0.75em;
  padding-left: 2em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}
.lp-ignore-check input {
  display: none;
}
.lp-ignore-check label {
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  content: "";
  font-size: 10px;
  font-size: 1rem;
  background-color: #fff;
  width: 2em;
  height: 2em;
  border-radius: 5px;
  border: 2px solid #ccc;
}
.lp-ignore-check label:after {
  display: inline-block;
}
.lp-ignore-check input[type=checkbox]:checked + label::after {
  position: absolute;
  left: 0.25em;
  top: 0.25em;
  content: "";
  display: block;
  width: 0.9em;
  height: 0.4em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: solid 3px #1B59B5;
  border-bottom: solid 3px #1B59B5;
}

@media only screen and (min-width: 768px) {
  .lp-h1-hide {
    top: -999px;
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) {
  .lp-rgslider-wrap {
    margin: 0;
    margin-top: 3em;
    padding-left: 0;
    padding-right: 0;
  }
  .lp-rgslider-wrap > h3 {
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .lp-rgslider-wrap > h3 span {
    padding-left: 1.75em;
  }
  .lp-rgslider-wrap > h3 span::before {
    top: -2px;
    width: 25px;
    height: 25px;
  }
  .lp-rgslider-wrap .lp-rgslider-inner ul {
    position: relative;
    margin-top: 6em;
  }
  .lp-rgslider-wrap .lp-rgslider-inner ul li {
    margin-bottom: 1em;
  }
  .lp-rgslider-wrap .lp-rgslider-inner ul li .lp-rgslider-label {
    padding-top: 0.25em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    margin-top: -0.5em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lp-rgslider-wrap .lp-rgslider-inner ul li::before, .lp-rgslider-wrap .lp-rgslider-inner ul li::after {
    display: none;
  }
  .lp-rgslider-wrap .lp-rgslider-inner ul li:first-child {
    position: relative;
  }
  .lp-rgslider-wrap .lp-rgslider-inner ul li:first-child img:first-child {
    display: block;
    position: absolute;
    width: 80px;
    height: 30px;
    top: -2.25em;
    left: 22%;
  }
  .lp-rgslider-wrap .lp-rgslider-inner ul li:first-child img:nth-child(2) {
    display: block;
    position: absolute;
    width: 80px;
    height: 30px;
    top: -2.25em;
    right: -1.5em;
  }
  .lp-rgslider-wrap .lp-rgslider-inner ul li + li {
    margin-top: 2em;
  }
  .lp-rgslider-wrap .input-range {
    position: relative;
  }
  .lp-rgslider-wrap .input-range + span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3em;
            flex: 0 0 3em;
  }
  .lp-rgslider-wrap .lp-rgslider-bar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-bottom: 0;
  }
  .lp-rgslider-wrap .lp-ignore-check {
    margin-top: -0.3em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0;
    padding-left: 1.75em;
  }
  .lp-rgslider-wrap .lp-ignore-check label {
    top: 0.4em;
    left: 0;
    width: 1.7em;
    height: 1.7em;
  }
  .lp-rgslider-wrap .lp-ignore-check input[type=checkbox]:checked + label::after {
    left: 0.2em;
    top: 0.1em;
  }
}