@charset "utf-8";
/* CSS Document */ 

h2 span{
  display: inline-block;
}
.titlebox2 .title{

  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.titlebox2 .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 100px;
  background: url("https://kanoshoten.com/system_panel/uploads/images/titlebox2.svg") no-repeat center/contain; 
  transform: translate(-50%, -50%);
  opacity:1; 
  z-index: 1;
}


/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
    
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}