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


video {
  width: 100%;
  max-width: 260px; 
}

.video_ttl {

}

.video_txt {
  font-size: 16px;
  color: #767676;
  text-align: center
}


.video_ttl {
  text-align: center;
    position: relative;
    padding: 0.5rem 0 0.8rem;
    margin-bottom: 1.5em;
    font-weight: bold;
    font-size: 26px;
   color: #7a2af9;
    background-image: linear-gradient(90deg, #e2d8fa 0% 40%, #7a2af9 40% 60%, #e2d8fa 60%);
    background-repeat: no-repeat;
    background-size: 100% 0.3rem;
    background-position: bottom;
}



@media screen and (max-width: 599px) {
.sp_block{
display: block
}
  }