@charset "utf-8";
/*	--------------------------------
	Created: 2020.09.09
-------------------------------------------*/

.triangle_down{
  width: 0;
  height: 0;
  border-top: 20px solid #697b91;
  border-right: 15px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid transparent;
  margin: auto 50% 0%;
}