@charset "UTF-8";

.staff-video-title{
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.125em;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  margin-left: 3.5rem;
  margin-right: 3.5rem;
  text-shadow: 
    2px  2px 0 white,
   -2px -2px 0 white,
   -2px  2px 0 white,
    2px -2px 0 white,
    2px  0px 0 white,
   -2px  0px 0 white,
    0px  2px 0 white,
    0px -2px 0 white;
/*
  display: flex;
  align-items: center;
  justify-content: center;
*/
}
/*

.staff-video-title img{
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
}
*/


.staff-video-title span{
  position: relative;
}

.staff-video-title span::before{
  content: '';
  background-image: url(../../images/staff/doga-de-miru.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -3.5rem;
  top: -1rem;
  display: inline-block;
  transform: rotate(-10deg);
/*  transform: translateY(-50%);*/
  z-index: -1;
}
