.free {width:80%; margin:0 auto;}
.free img {max-width:100%; height:auto;}
@media screen and (max-width: 767px) {
.free {width:93%;}
}

/******************************/
/* SLIDER */
/******************************/
.slider {width:83%; margin:0 auto; padding:30px 0 0 0;}
.main-mv-bg {position:absolute; top:20%; bottom:0; right:0; z-index:-1; width:70%; background:#ecfaeb;}
.p-main-slider {position:relative; padding-bottom:40px;}
@media screen and (max-width: 767px) {
 .slider {width:93%; margin:0 auto; padding:15px 0 0 0;}
.main-mv-bg {position:absolute; top:17%; bottom:0; right:0; z-index:-1; width:70%; background:#ecfaeb;}
.p-main-slider {padding-bottom:7px;}
}

.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}

.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    bottom: -20px;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #dddddd;
}

.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {margin-left:5px; margin-right:5px;}


/******************************/
/* common title */
/******************************/
.c-tit-t-wrp {position:relative; top:-40px; width:100%; margin:0 auto;}
.c-tit-t {z-index:10; position:absolute; top:50%; left:50%; transform: translateY(-50%) translateX(-50%); -webkit- transform: translateY(-50%) translateX(-50%);  margin:0; padding:0; color:#fff; font-size:24px; font-weight:600; font-family:"Spartan", sans-serif; text-align:center;}
.c-tit-tstit {margin-bottom:30px; padding:0; color:#3d863b; font-size:20px; font-weight:300; font-family:"Spartan", sans-serif; text-align:center;}
.c-tit-t-g {position:relative; width:78%; height:80px; background:#3d863b; border-radius:0 40px 40px 0}
@media screen and (max-width: 767px) {
.c-tit-t-wrp {top:-17px;}
.c-tit-t {font-size:15px;}
.c-tit-tstit {margin-bottom:10px; font-size:14px;}
.c-tit-t-g {width:89%; height:34px; border-radius:0 17px 17px 0}
}


/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {margin-top:110px; padding-bottom:40px; background:#ecfaeb;}
@media screen and (max-width: 1023px) {
.p-recommend {padding-bottom:30px;}
}
@media screen and (max-width: 767px) {
.p-recommend {margin-top:67px; padding-bottom:20px;}
}

@media screen and (max-width: 1023px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}


/******************************/
/* TOP PICK UP ITEMS */
/******************************/
.p-pickup {
  padding-top: 120px;
  padding-bottom:70px;
  background:#fff;
}
@media screen and (max-width: 1023px) {
  .p-pickup {
    padding-top: 90px;
    padding-bottom:70px;
  }
}
@media screen and (max-width: 767px) {
 .p-pickup {padding-top:47px; padding-bottom:20px;}
}

.p-pickup-list {
  margin-top:0;
}
@media screen and (max-width: 767px) {
  .p-pickup-list {
    margin-top: 0;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.p-pickup-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    max-width: 600px;
  }
}
.p-pickup-list__item:last-child {
  margin-bottom: 0;
}
.p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
  order: -1;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
    padding-left: 25px;
    padding-right: 60px;
  }
}

.p-pickup-list__img {
  overflow: hidden;
  position: relative;
  width:50%;
  height:100vw;
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 1270px) {
  .p-pickup-list__img {
    max-height: 365px;
  }
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__img {
    width: 53%;
    height: 28vw;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__img {
    width: auto;
    height: 55vw;
  }
}
.p-pickup-list__img:before, .p-pickup-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-pickup-list__img .p-pickup-list__img-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: ;
}
.p-pickup-list__img:after {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fef6f6;
}
.p-pickup-list__img:before {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fef6f6;
}
.p-pickup-list__img.faded .p-pickup-list__img-bg, .p-pickup-list__img.faded:after {
  width: 0;
}
.p-pickup-list__img img {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.p-pickup-list__txt {
  box-sizing: border-box;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__txt {
    padding-left: 60px;
    padding-right: 25px;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__txt {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
}

.p-pickup-list__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__ttl {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.p-pickup-list__ttl img {
  display: none !important;
}

.p-pickup-list__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__btn {
    margin-top: 20px;
  }
}


/******************************/
/* PICK UP ITEMS ADD */
/******************************/
.p-pickupitems__w {max-width:1023px; margin:0 auto;}
@media screen and (max-width: 1023px) {
.p-pickupitems__w {width:90%;}
}
@media screen and (max-width:767px) {
.p-pickupitems__w {width:80%;}
}

.p-pickupitems__inner {display:flex; justify-content:space-between; width:100%; margin-bottom:50px;}
.p-pickupitems__img {width:50%; margin:0; padding:0;}
.p-pickupitems__img.sp-order__img {order:2;}
.p-pickupitems__img img {max-width:100%; height:auto;}
@media screen and (max-width:767px) {
.p-pickupitems__inner {display:block; margin-bottom:70px;}
.p-pickupitems__img {width:100%;}
.p-pickupitems__img.sp-order__img {order:1;}
}

.p-pickupitems__element {position:relative; box-sizing:border-box; width:48%; margin:0; padding:0;}
.p-pickupitems__element.sp-order__ele {order:1;}
.p-pickupitems__element-parts {position:absolute; left:0; bottom:0; width:100%;}
@media screen and (max-width:767px) {
.p-pickupitems__element {position:static; width:100%;}
.p-pickupitems__element.sp-order__ele {order:2;}
.p-pickupitems__element-parts {position:static;}
}

.p-pu-tit {color:#2d2d2d; font-size:30px; font-weight:600; padding-top:100px; padding-bottom:10px; text-align:center;}
.p-pu-txt {color:#2d2d2d; font-size:16px; font-weight:300; text-align:center;}
@media screen and (max-width:960px) {
.p-pu-tit {padding-top:70px;}
}
@media screen and (max-width:767px) {
.p-pu-tit {font-size:21px; padding-top:30px;}
.p-pu-txt {font-size:14px; padding:0;}
}

.p-detail_btn {position:relative; width:100%; height:50px; margin-top:0; color:#2d2d2d; font-size:14px; font-weight:600; text-align:center; border:1px solid #2d2d2d; background:#fff;}
.p-detail_btn .p-txt {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); color:#2d2d2d;}
.p-detail_btn a:hover {color:#2d2d2d; text-decoration:none;}
.p-detail_btn .btn-link {display:block; position:absolute; top:0; left:0; width:100%; height:100%;}
.p-detail_btn:hover {opacity:0.6; transition-duration:0.3s;}
.p-detail_arrow {position:absolute; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); right:10px; width:12px; height:21px; fill:currentColor; fill:#2d2d2d;}
@media screen and (max-width:767px) {
.p-detail_btn {margin-top:30px;}
}

.p-buy_btn__w {display:flex; justify-content:space-between; width:100%; margin-top:20px; padding:0;}
.p-buy_btn_c-d {width:49%; margin-bottom:0;}
.p-buy_btn_c-t {width:33%; margin-bottom:0;}
@media screen and (max-width:767px) {
.p-buy_btn__w {display:block; margin-top:20px;}
.p-buy_btn_c-d {width:100%; margin-bottom:10px;}
.p-buy_btn_c-t {width:100%; margin-bottom:10px;}
}

.p-pu-buy-txt {color:#2d2d2d; font-size:14px; font-weight:300; line-height:1.6em; margin:0; padding:0;}
@media screen and (max-width:960px) {
.p-pu-buy-txt {font-size:12px; font-weight:300; line-height:1.6em; margin:0; padding:0;}
}
@media screen and (max-width:767px) {
.p-pu-buy-txt br {display:none;}
}

.p-detail_buy_btn {position:relative; box-sizing:border-box; width:100%; height:50px; color:#2d2d2d; font-size:14px; font-weight:600; text-align:center; background:#000;}
.p-detail_buy_btn .btn-link {display:block; position:absolute; top:0; left:0; width:100%; height:100%;}
.p-detail_buy_btn .p-txt {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%);}
.p-detail_buy_btn:hover {opacity:0.6; transition-duration:0.3s;}
.p-detail_buy_btn a {color:#fff; text-decoration:none;}
.p-detail_buy_arrow {position:absolute; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); right:10px; width:24px; height:17px; fill:currentColor; fill:#fff;}
.a-mg-t10 {margin-top:10px;}


/******************************/
/* NEWS */
/******************************/
.news-informaiton-bg {width:100%; padding:70px 0; background:#fff;}
@media screen and (max-width: 1023px) {
.news-informaiton-bg {padding:60px 0;}
}
@media screen and (max-width: 767px) {
.news-informaiton-bg {padding:20px 0;}
}

.p-line-informaiton {margin-top:0; margin-bottom:0;}
.p-line-informaiton-list {height:200px; overflow-y:scroll; overflow-x:hidden; margin-left:50px; margin-right:50px;}
@media screen and (max-width: 1023px) {
.p-line-informaiton-list {margin-left:40px; margin-right:40px;}
}
@media screen and (max-width: 767px) {
.p-line-informaiton-list {height:180px; margin-left: 0; margin-right: 0;}
}

.p-line-informaiton-list__item {
  display: flex;
  margin-bottom:10px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
    margin-bottom: 15px;
  }
}

.p-line-informaiton-list__date {
  width: 120px;
  color: #4BC638;
  font-weight: bold;
}

.p-line-informaiton-list__ttl {
  flex: 1;
}


/******************************/
/* INFORMATION */
/******************************/
.p-information {height:400px; overflow-y:scroll; overflow-x:hidden; margin-top:50px; margin-left:50px; margin-right:50px; padding:60px; background:#f4f5eb; color: #2d2d2d;}
@media screen and (max-width: 1023px) {
  .p-information {
    margin-top: 60px;
    margin-bottom: 45px;
    margin-left:40px;
    margin-right:40px;
    padding: 45px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-information {height:270px; margin-left:0; margin-right:0;padding:35px 25px;}
}



/******************************/
/* グループバナー */
/******************************/
.p-group-bnr {margin-top:0; margin-bottom:70px;}
@media screen and (max-width: 1023px) {
 .p-group-bnr {margin-top:30px; margin-bottom:60px;}
 }
@media screen and (max-width: 767px) {
.p-group-bnr {margin-top:0; margin-bottom:20px;}
}
@media screen and (max-width: 1023px) {
.p-group-bnr .c-slider-thema .slick-next {right: -10px;}
}
@media screen and (max-width: 767px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -3px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -3px;
  }
}

.p-group-bnr-list {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1070px) {
  .p-group-bnr-list {
    margin-left:0;
    margin-right:0;
  }
}
@media screen and (max-width: 767px) {
.p-group-bnr-list {margin-left:-10px; margin-right:-10px;}
}

.p-group-bnr-list__item {margin-left:1px; margin-right:1px; word-break:break-all;}
@media screen and (max-width: 1023px) {
 .p-group-bnr-list__item {margin-left:1px; margin-right:1px;}
}

.p-group-bnr-list__item img {width:100%;}


.p-group-bnr-list__ttl {margin-top:10px; text-align:center;}
@media screen and (max-width: 767px) {
.p-group-bnr-list__ttl {font-size:10px;}
}


/******************************/
/* CONCEPT */
/******************************/
.p-concept-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 105px;
}
@media screen and (max-width: 1023px) {
  .p-concept-box {
    margin-top: 45px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-concept-box__logo {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  width: 330px;
  min-height: 300px;
  background: #fafafa;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__logo {
    padding: 45px;
    width: 220px;
    min-height: 195px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__logo {
    padding: 30px 15px;
    width: auto;
    min-height: 80px;
  }
}
.p-concept-box__logo img {
  max-width: 210px;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__logo img {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__logo img {
    max-width: 120px;
  }
}

.p-concept-box__txt {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 60px 120px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) no-repeat center center #aaaaaa;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__txt {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__txt {
    padding: 20px 25px;
  }
}
.p-concept-box__txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.p-concept-box__body {
  position: relative;
  z-index: 10;
}




/******************************/
/* TOP RANKING */
/******************************/
@media screen and (max-width: 1023px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 35px;
  }
}
.c-ttl-bg.is-ranking:before {
  background: url() center center no-repeat;
  background-size: cover;
}

.p-ranking {padding-top:70px; padding-bottom:70px;}
@media screen and (max-width: 1023px) {
  .p-ranking {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 60px;
  }
}

.p-ranking-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.p-ranking-list .slick-dots {
  bottom: -45px;
}
.p-ranking-list .slick-dots li {
  margin: 0 2px;
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right:2px;
  margin-left:2px;
  padding-bottom: 25px;
  word-break: break-all;
}

.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}

.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}

.p-ranking-list__txt {padding-left:20px; padding-right:15px;}

.p-ranking-list__num {box-sizing:border-box; position:absolute; top:0; right:10px; padding-top:10px; min-width:30px; line-height:27px; font-size:16px; font-weight:bold; background:#2d2d2d; color:#fff; text-align:center; opacity:0; transition:all ease 0.1s;}
.p-ranking-list__num.is-1 {background:#cba835; color:#fff;}
.p-ranking-list__num.is-2 {background:#a7a7a7; color:#fff;}
.p-ranking-list__num.is-3 {background:#be8484; color:#fff;}

@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__ttl {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__ttl {
    font-size: 13px;
  }
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}

.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}


/******************************/
/* TOP SHOP */
/******************************/
.p-shop {width:100%; padding:0 0 70px 0; background:#fff;}
@media screen and (max-width: 1023px) {
.p-shop {padding:0 0 60px 0;}
}
@media screen and (max-width: 767px) {
.p-shop {padding:0 0 30px 0;}
}

.p-shop-wrap {
  position: relative;
  overflow: hidden;
  width:70%;
  margin:0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
.p-shop-wrap {width:94%; padding-top:0; padding-bottom:0;}
}
.p-shop-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.2);
}
@media screen and (max-width: 767px) {
  .p-shop-wrap:before {
    content: none;
  }
}

.p-shop__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width:100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop__bg {
    position: static;
    width: auto;
    height: auto;
  }
}
.p-shop__bg img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .p-shop__bg .simpleParallax {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__bg .simpleParallax {
    overflow: hidden !important;
  }
}

.p-shop-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop-contents {
    min-height: inherit;
  }
}

.p-shop-box {
  position: relative;
  z-index: 100;
  width: 660px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box {
    margin-top:15px;
    width:auto;
    color:#2d2d2d;
  }
}

.p-shop-box__ttl {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
.p-shop-box__ttl {font-size:17px; color:#2d2d2d;}
}

.p-shop-box__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__body {
    margin-top: 0;
  }
}

.p-shop-box__url {
  margin-top: 15px;
}
.p-shop-box__url a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box__url a {
    color: #2d2d2d;
  }
}

.p-shop-box__btn {
  width:50%; margin:70px auto 0;}
@media screen and (max-width: 767px) {
  .p-shop-box__btn {margin:20px auto;}
}


/******************************/
/* CHOICE */
/******************************/
.p-choice {width:100%; margin:0; padding:70px 0; background:#ecfaeb;}
@media screen and (max-width: 1023px) {
  .p-choice {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-choice {
    padding-top: 30px;
  }
}

.c-c-tstit {margin-bottom:30px; padding:0; color:#3d863b; font-size:16px; font-weight:300; font-family:"Spartan", sans-serif;text-align:center;}
.p-choice-wrap {display:flex; justify-content:flex-start; flex-wrap:wrap; width:87%; margin:0 auto;}
.p-choice-wrap li {position:relative; box-sizing:border-box; width:20%; margin:0; padding:20px; background:#fff; border:1px solid #ecfaeb;}
.p-choice-wrap li:hover {background: rgba(255, 255, 255, 0.7);}
.p-choice-tit {color:#93C692; font-size:16px; font-weight:600; text-align:center;}
.p-choice-txt {height:80px; color: #2d2d2d; font-size:12px text-align:justify;}
.p-choice__arrow {position:absolute; bottom:20px; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); width:21px; height:21px; fill:currentColor; fill:#3d863b;}
.p-choice-wrap li.linkw {display:block; position:absolute; top:0; left:0; width:100%; height:100%;}
.p-choice-wrap li a:hover {text-decoration:none; opacity:0.7;}
@media screen and (max-width: 767px) {
.c-c-tstit {margin-left:20px; margin-right:20px; margin-bottom:30px; padding:0; font-size:14px;}
.p-choice-wrap {width:93%;}
.p-choice-wrap li {width:50%; padding:12px;}
.p-choice-tit {font-size:14px; padding-top:7px;}
.p-choice-txt {height:80px;}
.p-choice__arrow {width:16px; height:16px;}
}