@charset "utf-8";
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 2em;
  & iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.youtube_icon_before_text {
  &::before {
    content:'　';
    line-height: 1;
    display: inline-block;
    background-image: url(../img/icon/youtube_icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: auto;
    background-size: contain;
    vertical-align: middle;
    padding-left: 12px;
    margin-bottom: 2px;
  }
}