@charset "UTF-8";
.borderBox {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 10px;
  border: 2px solid #bfbfbf;
}
.arrow {
  position: relative;
}
.arrow::after {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  content: "";
  bottom: -30px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0px 10px;
  border-color: #bfbfbf transparent transparent transparent;
}
.arrowRed {
  border-color: #db1d26;
}

/* SP_table ================================================================================ */
@media only screen and (max-width: 767px){

}