#maru{
 width:60px;
 height:60px;
 background-color:#FF4F02;
 border:0.5px solid #FFFF00;
 border-radius:50%;
 display:inline-block;
 }

.hachimark{
text-align:center;
 margin-right:auto;
 margin-left:auto;
 position:relative;
 }

#h-title{
 font-size:1.3em;
 color:white;
 font-weight:500;
 position:absolute;
 left:50%;
 top:45%;
 transform:translate(-50%,-50%);
 width:100%;
  }