@charset "utf-8";
/* CSS Document */
 
.wrapper {
}
.text_wrapper {
	position: relative;
	margin-bottom: 45px;
}
.text {
	height: 300px;
	overflow: hidden;
}
.show_more,
.show_more2 {
	width: 100%;
	height: 70px;
	padding-top: 25px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-weight: 900;
}	
.active {
	bottom: -10px;
}

@media screen and (min-width: 769px) {
  .show_more2 {
    display: none;
  }
}