@charset "utf-8";

.popup-iframe{
  border:0.1rem solid #ccc;
}

.popup-iframe:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url(/funding/common/img/youtube.svg) center center no-repeat;
  content: "";
  z-index: 1;
}

.sns-shar{
  margin: 4em auto;
  padding: 1.5em;
  width: 94%;
  max-width: 100rem;
  display: flex;
  justify-content: center;
  border-top: solid 0.1rem #999;
}

.sns-shar .sns-title{
  margin: 0;
  padding: 0 0.5em;
  font-weight: 600;
}

@media screen and (min-width: 641px) {
  .size-50 .image-size-l {
    width: 95%;
  }
}

@media screen and (max-width: 639px) {
  .split-3.sp-non-split {
    width: 100% !important;
  }

  .sp-non-split.pr-1,
  .sp-non-split.pl-1{
    padding: 0 !important;
  }
}