@charset "utf-8";

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

.tokusansyasin{
  text-align: center;
}




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