@charset "UTF-8";
.bottom {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.bottom.animationActive {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
}

.fade {
  opacity: 0;
}

.fade.animationActive {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
}

/* animation */
.lp_merit a:hover {
  opacity: 0.7;
}

.lp_merit {
  padding: 0px;
}

.lp_merit section {
  margin-bottom: 60px;
}

@media only screen and (max-width: 764px) {
  .lp_merit section {
    margin-bottom: 40px;
  }
}

.lp_merit .main .main_wrap {
  width: 100%;
  background: url(../images/lp_merit/main_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap {
    background: none;
  }
}

.lp_merit .main .main_wrap .ttl_wrap {
  position: relative;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .ttl_wrap {
    background: url(../images/lp_merit/main_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.lp_merit .main .main_wrap .ttl_wrap h2 {
  max-width: 586px;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .ttl_wrap h2 {
    width: 70%;
    margin: 0 auto;
  }
}

.lp_merit .main .main_wrap .ttl_wrap h2 img {
  width: 100%;
}

.lp_merit .main .main_wrap .ttl_wrap .cloud {
  position: absolute;
}

.lp_merit .main .main_wrap .ttl_wrap .cloud img {
  width: 100%;
}

.lp_merit .main .main_wrap .ttl_wrap .cloud1 {
  width: 145px;
  top: 72px;
  left: 36px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .ttl_wrap .cloud1 {
    width: 17%;
    top: 15px;
    left: 15px;
  }
}

.lp_merit .main .main_wrap .ttl_wrap .cloud2 {
  width: 126px;
  top: 35px;
  right: 69px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .ttl_wrap .cloud2 {
    width: 17%;
    top: 15px;
    right: 15px;
  }
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .ul_wrap {
    background: url(../images/lp_merit/main_bg2_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.lp_merit .main .main_wrap .ul_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96%;
  margin: 0 auto;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .ul_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.lp_merit .main .main_wrap .ul_wrap ul li {
  width: 32%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .ul_wrap ul li {
    width: 80%;
    z-index: 5;
  }
}

.lp_merit .main .main_wrap .ul_wrap ul li:nth-child(1) {
  margin-right: 2%;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .ul_wrap ul li:nth-child(1) {
    margin-right: 0;
  }
}

.lp_merit .main .main_wrap .ul_wrap ul li a {
  width: 100%;
}

.lp_merit .main .main_wrap .ul_wrap ul li img {
  width: 100%;
}

.lp_merit .main .main_wrap .ul_wrap ul:nth-of-type(2) li:nth-child(2) {
  margin-right: 2%;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .ul_wrap ul:nth-of-type(2) li:nth-child(2) {
    margin-right: 0;
  }
}

.lp_merit .main .main_wrap .person {
  position: absolute;
}

.lp_merit .main .main_wrap .person img {
  width: 100%;
}

.lp_merit .main .main_wrap .p1 {
  width: 159px;
  bottom: 0;
  left: 5px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .p1 {
    width: 28%;
    bottom: -6vw;
    left: 5vw;
  }
}

.lp_merit .main .main_wrap .p1yes {
  width: 36px;
  bottom: 103px;
  left: 92px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .p1yes {
    width: 5%;
    bottom: 19vw;
    left: 6vw;
  }
}

.lp_merit .main .main_wrap .p2 {
  width: 110px;
  top: 235px;
  right: 59px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .p2 {
    width: 22%;
    top: inherit;
    bottom: -6vw;
    right: 0;
  }
}

.lp_merit .main .main_wrap .p2wow {
  width: 44px;
  top: 235px;
  right: 35px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .main .main_wrap .p2wow {
    width: 6%;
    top: inherit;
    bottom: 18vw;
    right: 7vw;
  }
}

.lp_merit .main .main_wrap .p3 {
  width: 157px;
  bottom: 0;
  right: 5px;
}

.lp_merit .con-merit-yellow {
  background: #fdd000 url(../images/lp_merit/ttl_white-line.png) no-repeat center bottom;
}

.lp_merit .con-merit-blue {
  background: #58c3e6 url(../images/lp_merit/ttl_white-line.png) no-repeat center bottom;
}

.lp_merit .con-merit-pink {
  background: #e95377 url(../images/lp_merit/ttl_white-line.png) no-repeat center bottom;
}

.lp_merit .con-merit {
  position: relative;
  padding-bottom: 60px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit {
    padding-bottom: 40px;
  }
}

.lp_merit .con-merit .ttl_black-dot {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 420px;
}

.lp_merit .con-merit .mail-ill {
  position: relative;
  margin-top: -250px;
  z-index: 5;
  padding-bottom: 40px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit .mail-ill {
    margin-top: -12vw;
    padding-bottom: 20px;
  }
}

.lp_merit .con-merit .ex_wrap {
  background: #fff url(../images/lp_merit/ex_orange-dot.svg) no-repeat right top;
  background-size: 200px;
  border-top-right-radius: 20px;
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding: 40px 40px 25px;
  -webkit-box-shadow: 6px 6px 0 #000;
          box-shadow: 6px 6px 0 #000;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit .ex_wrap {
    width: 90%;
    padding: 25px 20px 0;
    background: #fff url(../images/lp_merit/ex_orange-dot_sp.svg) no-repeat right top;
    background-size: 25%;
  }
}

.lp_merit .con-merit .ex_wrap h4 {
  position: absolute;
  top: -18px;
  left: -15px;
  width: 134px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit .ex_wrap h4 {
    width: 30%;
    top: -10px;
    left: -10px;
  }
}

.lp_merit .con-merit .ex_wrap h4 img {
  width: 100%;
}

.lp_merit .con-merit .ex_wrap .ex_wow1, .lp_merit .con-merit .ex_wrap .ex_wow2 {
  position: absolute;
}

.lp_merit .con-merit .ex_wrap .ex_wow1 {
  top: -40px;
  right: -20px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit .ex_wrap .ex_wow1 {
    width: 20%;
    right: 15px;
  }
}

.lp_merit .con-merit .ex_wrap .ex_wow2 {
  top: 30px;
  right: -45px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit .ex_wrap .ex_wow2 {
    width: 20%;
    top: -30px;
    right: 35px;
  }
}

.lp_merit .con-merit .ex_wrap .ex-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit .ex_wrap .ex-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lp_merit .con-merit .ex_wrap .ex-detail ul {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  width: 70%;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit .ex_wrap .ex-detail ul {
    width: 100%;
    font-size: 3.5vw;
  }
}

.lp_merit .con-merit .ex_wrap .ex-detail ul li {
  border-bottom: 1px dotted #000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.lp_merit .con-merit .ex_wrap .ex-detail ul li::before {
  position: absolute;
  content: "■";
  color: #b3b3b3;
  font-size: 10px;
  margin-right: 5px;
  display: inline-block;
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
}

.lp_merit .con-merit .ex_wrap .ex-detail ul li:last-child {
  border-bottom: none;
}

.lp_merit .con-merit .ex_wrap .ex-detail ul li .color {
  color: #e95377;
  background-color: #fff462;
  display: inline-block;
  line-height: 1.2;
}

.lp_merit .con-merit .ex_wrap .ex-detail ul li .font-s {
  margin-top: 8px;
  font-size: 11px;
  display: inline-block;
  line-height: 1.1rem;
}

.lp_merit .con-merit .ex_wrap .ex-detail ul li a {
  text-decoration: none;
}

.lp_merit .con-merit .ex_wrap .ex-detail ul li .btn_bright {
  display: block;
  max-width: 280px;
  width: 80%;
  background-color: #ffff00;
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
  z-index: 1;
  margin-top: 8px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit .ex_wrap .ex-detail ul li .btn_bright {
    max-width: 90%;
    width: 90%;
  }
}

.lp_merit .con-merit .ex_wrap .ex-detail ul li .btn_bright span {
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit .ex_wrap .ex-detail ul li .btn_bright span {
    margin-right: 5vw;
  }
}

.lp_merit .con-merit .ex_wrap .ex-detail ul li .btn_bright span:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/lp_merit/link_black-arr.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  right: -30px;
  background-size: cover;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit .ex_wrap .ex-detail ul li .btn_bright span:after {
    width: 13px;
    height: 13px;
    right: -5vw;
    top: 1vw;
  }
}

.lp_merit .con-merit .ex_wrap .ex-detail ul li .btn_bright img {
  width: 104px;
}

.lp_merit .con-merit .ex_wrap .ex-detail ul .link-ext {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit .ex_wrap .ex-detail ul .link-ext {
    width: 100%;
  }
}

.lp_merit .con-merit .ex_wrap .ex-detail ul .link-ext:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/lp_merit/link_ext.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 4px;
  right: -25px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .con-merit .ex_wrap .ex-detail ul .link-ext:after {
    background: url(../images/lp_merit/link_black-arr.png);
    width: 21px;
    height: 21px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.lp_merit .con-merit .ex_wrap .ex-detail .ex-ill img {
  width: 100%;
}

.lp_merit .con-merit .ex_wrap .ashirai {
  position: absolute;
}

.lp_merit .con-merit .ex_wrap .ashirai1 {
  top: 0;
  left: -90px;
}

.lp_merit .con-merit .ex_wrap .ashirai2 {
  top: -50px;
  right: -90px;
}

.lp_merit .btn_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 764px) {
  .lp_merit .btn_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.lp_merit .btn_wrap ul li {
  width: 40%;
  height: 70px;
}

@media only screen and (max-width: 764px) {
  .lp_merit .btn_wrap ul li {
    width: 85%;
  }
}

.lp_merit .btn_wrap ul li img {
  width: 100%;
}

.lp_merit .btn_wrap ul li:nth-child(1) {
  margin-right: 1%;
}

@media only screen and (max-width: 764px) {
  .lp_merit .btn_wrap ul li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 1vw;
  }
}

.lp_merit #m1 .ex_wrap .ex-detail .ex-ill {
  width: 169px;
}

@media only screen and (max-width: 764px) {
  .lp_merit #m1 .ex_wrap .ex-detail .ex-ill {
    width: 80%;
    margin-top: -20px;
  }
}

.lp_merit #m2 {
  padding-bottom: 100px;
  background-position: center 105%;
}

@media only screen and (max-width: 764px) {
  .lp_merit #m2 {
    padding-bottom: 40px;
    background-position: center bottom;
  }
}

.lp_merit #m2 .mail-ill {
  margin-top: -230px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 764px) {
  .lp_merit #m2 .mail-ill {
    margin-top: -12vw;
  }
}

.lp_merit #m2 .ex_wrap .ex-detail .ex-ill {
  width: 144px;
}

@media only screen and (max-width: 764px) {
  .lp_merit #m2 .ex_wrap .ex-detail .ex-ill {
    width: 75%;
    margin-right: 20px;
  }
}

.lp_merit #m2 .ex_wrap .ashirai1 {
  top: -110px;
}

.lp_merit #m2 .ex_wrap .ashirai2 {
  top: 19px;
}
/*追加*/
.lp_merit
#m2 .ex_wrap .ex-detail ul li:nth-of-type(1) .btn_bright img {
  width: 202px;
}
.lp_merit
#m2 .btn_bright {
  position: relative;
}
/*ここまで*/

.lp_merit #m3 .mail-ill {
  margin-top: -220px;
}

@media only screen and (max-width: 764px) {
  .lp_merit #m3 .mail-ill {
    margin-top: -7vw;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 764px) {
  .lp_merit #m3 .ex_wrap .ex-detail .ex-ill {
    width: 90%;
  }
}

.lp_merit #m3 .ex_wrap .ashirai2 {
  top: -23px;
}

.lp_merit
#m4 .mail-ill {
  margin-top: -220px;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m4 .mail-ill {
    margin-top: -7vw;
    padding-bottom: 40px;
  }
}

.lp_merit
#m4 .ex_wrap .ex-detail ul {
  width: 77%;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m4 .ex_wrap .ex-detail ul {
    width: 100%;
  }
}

.lp_merit
#m4 .ex_wrap .ex-detail ul li:nth-of-type(1) .btn_bright img {
  width: 202px;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m4 .ex_wrap .ex-detail .ex-ill {
    width: 75%;
    margin-right: 20px;
  }
}

.lp_merit
#m4 .ex_wrap .ex-detail .ashirai2 {
  top: -15px;
}

.lp_merit
#m4 img.wpdm_icon {
  display: none;
}

.lp_merit
#m4 strong.ptitle {
  display: none;
}

.lp_merit
#m4 .btn_bright {
  position: relative;
}

.lp_merit
#m4 .w3eden {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
}

.lp_merit
#m4 .w3eden .media {
  margin-top: 0;
}

.lp_merit
#m4 .w3eden a {
  opacity: 0;
}

.lp_merit
#m5 .mail-ill {
  margin-top: -222px;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m5 .mail-ill {
    margin-top: -7vw;
    padding-bottom: 40px;
  }
}

.lp_merit
#m5 .ex_wrap .ex-detail ul {
  width: 75%;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m5 .ex_wrap .ex-detail ul {
    width: 100%;
  }
}

.lp_merit
#m5 .ex_wrap .ex-detail ul li .small-ul-li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lp_merit
#m5 .ex_wrap .ex-detail ul li .small-ul-li li {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  width: 42%;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m5 .ex_wrap .ex-detail ul li .small-ul-li li {
    width: 100%;
  }
}

.lp_merit
#m5 .ex_wrap .ex-detail ul li .small-ul-li li:nth-child(1) {
  width: 100%;
}

.lp_merit
#m5 .ex_wrap .ex-detail ul li .small-ul-li li:before {
  top: -1px;
  margin-right: 0px;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m5 .ex_wrap .ex-detail .ex-ill {
    width: 80%;
    margin-right: 25px;
  }
}

.lp_merit
#m5 .ex_wrap .ex-detail .ashirai2 {
  top: -15px;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m6 .ex_wrap {
    padding-top: 40px;
  }
}

.lp_merit
#m6 .ex_wrap .ex-detail ul {
  width: 75%;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m6 .ex_wrap .ex-detail ul {
    width: 100%;
  }
}

.lp_merit
#m6 .ex_wrap .ex-detail ul li {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

.lp_merit
#m6 .ex_wrap .ex-detail ul li .boder-ul-li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
}

.lp_merit
#m6 .ex_wrap .ex-detail ul li .boder-ul-li li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  border-bottom: none;
  width: 28%;
  font-size: 11px;
  border: 1px solid #a8a8a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1%;
  margin-right: 1%;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m6 .ex_wrap .ex-detail ul li .boder-ul-li li {
    width: 100%;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 18px;
    border: none;
    font-size: 12px;
  }
}

.lp_merit
#m6 .ex_wrap .ex-detail ul li .boder-ul-li li::before {
  display: none;
  border-bottom: none;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m6 .ex_wrap .ex-detail ul li .boder-ul-li li::before {
    display: inline;
    top: 5px;
  }
}

.lp_merit
#m6 .ex_wrap .ex-detail ul li .boder-ul-li li:last-of-type {
  width: 39%;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m6 .ex_wrap .ex-detail ul li .boder-ul-li li:last-of-type {
    width: 100%;
  }
}

.lp_merit
#m6 .ex_wrap .ex-detail ul .no-list-icon::before {
  content: "";
  border-bottom: none;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m6 .ex_wrap .ex-detail .ex-ill {
    width: 95%;
    margin-right: 0px;
    margin-top: 5px;
  }
}

.lp_merit
#m6 .ex_wrap .ashirai1 {
  top: -30px;
}

.lp_merit
#m6 .ex_wrap .ashirai2 {
  top: -25px;
}

.lp_merit
#m7 .mail-ill {
  margin-top: -278px;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m7 .mail-ill {
    margin-top: -14vw;
    padding-bottom: 40px;
  }
}

.lp_merit
#m7 .ex_wrap .ex-detail ul {
  width: 76%;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m7 .ex_wrap .ex-detail ul {
    width: 100%;
  }
}

.lp_merit
#m7 .ex_wrap .ex-detail ul li {
  width: 100%;
}

.lp_merit
#m7 .ex_wrap .ex-detail ul li .btn_bright img {
  width: 133px;
}

.lp_merit
#m7 .ex_wrap .ex-detail ul li .ul-li-img {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m7 .ex_wrap .ex-detail ul li .ul-li-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.lp_merit
#m7 .ex_wrap .ex-detail ul li .ul-li-img li {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  width: 33%;
  padding-left: 0;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m7 .ex_wrap .ex-detail ul li .ul-li-img li {
    width: 50%;
    margin-bottom: 1%;
  }
}

.lp_merit
#m7 .ex_wrap .ex-detail ul li .ul-li-img li:before {
  display: none;
}

.lp_merit
#m7 .ex_wrap .ex-detail ul li .ul-li-img li img {
  width: 100%;
}

@media only screen and (max-width: 764px) {
  .lp_merit
#m7 .ex_wrap .ex-detail .ex-ill {
    position: absolute;
    bottom: 20px;
    right: 2%;
    width: 40%;
  }
}

.lp_merit
#m7 .ex_wrap .ex-detail .ashirai2 {
  top: -15px;
}
/*# sourceMappingURL=lp-merit.css.map */