@charset "utf-8";

.kaikei{
  text-align: center;
  font-size: 4vw;
}

.kaikeisyasin{
  text-align: center;
}



.kaikeisyasin{
  text-align: center;
  display: inline-block;
  margin: auto;
  position: relative;
  padding: 0.25em 1em;
  border: solid 2px #ffcb8a;
  border-radius: 3px 0 3px 0;
}
.kaikeisyasin:before,.kaikeisyasin:after
{
  content: '';
  position: absolute;
  width:10px;
  height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.kaikeisyasin:after {
  top:-12px;
  left:-12px;
}
.kaikeisyasin:before {
    bottom:-12px;
    right:-12px;
}
