/* ===============================================================

 project / point thanks-qira

=============================================================== */
.p-triangle-bottom {
  display: inline-block;
  border-style: solid;
  border-width: 40px 56px 0 56px;
  border-color: #4E5B73 transparent transparent transparent;
}

.p-plus {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 16px;
  height: 56px;
  background: #4E5B73;
}

.p-plus:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 56px;
  height: 16px;
  margin-top: -7px;
  background: #4E5B73;
}
