@charset "UTF-8";

.heading.block_header_7 p{
  color: var(--i_txt_color);
  font-size: 1.7rem;
  font-weight: bold;
  border: 2px solid var(--i_txt_color);
  border-radius: 5px;
  width: 40px;
  height: 40px;
}
.heading.block_header_7 p:before{
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 2px;
  height: 8px;
  background: var(--i_bg_color);
}
.heading.block_header_7 p:after{
  position: absolute;
  top: 22px;
  left: 38px;
  z-index: 1;
  display: block;
  content: "";
  width: 2px;
  height: 8px;
  background: var(--i_main_color);
}

@media screen and (max-width: 500px){
  .heading.block_header_7 p:before{
    top: 13px;
    height: 6px;
  }
  .heading.block_header_7 p:after{
    top: 28px;
    height: 6px;
  }
}