.info-list__link {
  text-decoration: underline;
}

.link-btn {
  color: #fff;
  background: #5AB7A9;
  padding: 5px 30px;
  display: inline-block;
  margin: 20px 0;
}

.link-text {
  color:#5AB7A9;
}

.img-m {
 	margin: 20px 0; 
}
/* slider */
#slider div {
  margin 30px 0;
  width: 700px !important;
}

.slider {
  margin: 30px auto 60px;
  width: 700px;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}


.flex-wrap {
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slide__section {
  margin: 30px 0;
}

.section__title-h2 span {
  padding-left: 10px;
  font-size: 12px;
}

h2.section__title-h2__reco {
  font-size: 20px;
}

h2.section__title-h2__reco span{
    font-size: 16px;
  color: #2C70B8;
}

.news_wrap {
	margin:40px 0
}

.news_wrap li {
  margin-top: 30px;
}

.news_wrap li a {
 text-decoration: underline;
}

.product-list__unit-lg {
    width: 173px;
}

.product-list__detail {
  text-align:center;
  color: #fff;
  background:#5AB7A9;
  width: 70%;
  display: block;
  margin: 10px auto 0 !important;
  font-size: 13px;
  padding: 4px 0;
}
