/*----------------------------------------

	special-event.css

----------------------------------------*/
.fuki_border {
  width: 10em;
  position: relative;
  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 4px solid #3dacae;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.fuki_border:before,
.fuki_border:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.fuki_border:before {
  border: 16px solid;
  border-color: transparent;
  border-top-color: #3dacae;
  margin-left: -16px;
}

.fuki_border:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -10px;
}