@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #222 0px, #222 2px, transparent 2px, transparent 5px,#222 5px, #222 7px) left bottom / 100% 7px no-repeat;
  color: #222;
}

/*
.spc_comment {  }
.spc_comment_tit {  }
.spc_comment_txt {  }
*/


/*
------------------------------------------------------------------------------------*/
.spcyoutube_wrap { }

.spcyoutube_linkList_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px 24px 0;
}

.spcyoutube_link_wrap {
  width: 31.4%;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.spcyoutube_link_wrap:hover { text-decoration: none; }

.spcyoutube_link_tit {
  background: #ff827a;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.2rem;
  word-break: break-all;
  display: grid;
  place-items: center;
  flex-grow: 1;
  padding: 6px 12px;
}