noricoシェアボタン

/* Responsive: yes */
/**
 * シェアボタンここから
 */
.share-btn-type3 {
  margin: 1.2em 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.share-btn-type3 i {
  margin-right: 8px;
  font-size: 1rem;
  vertical-align: middle;
}
.share-btn-type3 .share-btn__item {
  width: 49.5%;
  height: 40px;
  margin-bottom: 8px;
  color: #fff;
  font-size: .8rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: .04em;
  line-height: 40px;
  border-radius: 4px;
  transition: all .3s;
}
.share-btn-type3 .share-btn__item--hatebu {
  background-color: #00A4DE;
  box-shadow: 0 4px #038ebf;
}
.share-btn-type3 .share-btn__item--facebook {
  background-color: #1778F2;
  box-shadow: 0 4px #1366ce;
}
.share-btn-type3 .share-btn__item--twitter {
  background-color: #1BA1F3;
  box-shadow: 0 4px #1280c3;
}
.share-btn-type3 .share-btn__item--pocket {
  background-color: #EF4155;
  box-shadow: 0 4px #c3293b;
}
.share-btn-type3 .share-btn__item:hover {
  transform: translateY(4px);
  box-shadow: 0 0 #333;
}
@media (min-width: 768px){
  .share-btn-type3 .share-btn__item {
    width: 24%;
  }
}
@media only screen and (max-width:768px) {
}
	.bnr_stock_search {
	    width:94.667vw;
	    margin: 0 auto;
	}
	.bnr_stock_search.mt20 {
	    margin: 20px auto 0;
	}
	.bnr_stock_search img {
	    width: 100%;
	}
/**
 * シェアボタンここまで
 */