.mv_img_list {
  margin: auto;
  max-width: 1050px;
}

.mv_img_list_sp {
  width: 100%;
}

.photo_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1050px;
}
.photo_list01 li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .photo_list01 {
    display: none;
  }
}

.feature {
  margin: auto;
  max-width: 1050px;
  width: 100%;
}
.feature .txt_yellow {
  background: #FFC748;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 24px;
  font-weight: 300;
  margin: -125px auto 0;
  line-height: 1.6;
  padding: 30px;
  position: relative;
  width: 840px;
  z-index: 1;
}
.feature .txt_feature01 {
  margin: 50px auto 0;
  width: 1040px;
}
@media screen and (max-width: 767px) {
  .feature img {
    width: 100%;
  }
  .feature .txt_yellow {
    font-size: 20px;
    line-height: 1.65;
    margin: 0;
    padding: 20px;
    width: 100%;
  }
  .feature .txt_feature01 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px auto 0;
    padding: 0 23px;
    width: 100%;
  }
}

.feature_list {
  margin: auto;
  width: 1040px;
}
.feature_list li {
  height: 496px;
  margin-top: 20px;
}
.feature_list li p {
  font-size: 24px;
  margin-top: 18px;
  padding-left: 0;
  text-shadow: 2px 2px 0 #fff;
  line-height: 1.6;
  letter-spacing: normal;
  width: 530px;
}
.feature_list li img {
  width: auto;
}
.feature_list li:nth-child(2n) img {
  margin-left: auto;
}
.feature_list li:nth-child(2n) p {
  margin-left: auto;
  width: 720px;
}
.feature_list li:nth-child(1) {
  background: url(/defaultShop/zekkei1/img2019/bg_feature_list01.jpg) no-repeat right center;
}
.feature_list li:nth-child(2) {
  background: url(/defaultShop/zekkei1/img2019/bg_feature_list02.jpg) no-repeat left center;
}
.feature_list li:nth-child(3) {
  background: url(/defaultShop/zekkei1/img2019/bg_feature_list03.jpg) no-repeat right center;
}
.feature_list li:nth-child(3) p {
  width: 570px;
}
.feature_list li:nth-child(4) {
  background: url(/defaultShop/zekkei1/img2019/bg_feature_list04.jpg) no-repeat left center;
}
.feature_list li:nth-child(5) {
  background: url(/defaultShop/zekkei1/img2019/bg_feature_list05.jpg) no-repeat right center;
}
.feature_list li:nth-child(5) p {
  width: 570px;
}
@media screen and (max-width: 767px) {
  .feature_list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 0 23px;
    width: 100%;
  }
  .feature_list li {
    height: auto;
    margin-top: 29px;
  }
  .feature_list li img {
    width: 100%;
  }
  .feature_list li .txt_feature_list {
    margin-top: -4px;
  }
  .feature_list li p {
    font-size: 18px;
    margin-top: 12px;
    text-shadow: 2px 2px 0 #fff;
    width: 100%;
  }
  .feature_list li:nth-child(2n) img {
    margin-left: auto;
  }
  .feature_list li:nth-child(2n) p {
    margin-left: auto;
    width: 100%;
  }
  .feature_list li:nth-child(1) {
    background: none;
    margin-top: 24px;
  }
  .feature_list li:nth-child(2) {
    background: none;
  }
  .feature_list li:nth-child(3) {
    background: none;
  }
  .feature_list li:nth-child(3) p {
    width: 100%;
  }
  .feature_list li:nth-child(4) {
    background: none;
  }
  .feature_list li:nth-child(5) {
    background: none;
  }
  .feature_list li:nth-child(5) p {
    width: 100%;
  }
}


