@charset "UTF-8";

#more_disp {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  background: #000;
  text-align: center;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 auto 5rem 0;
  padding: 1.2em 0 2.8rem 0;
  border: none;	
  cursor: pointer;	
}
#more_disp::after {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, 0);
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 400;		
}