@charset "UTF-8";
/* ===============================================================

 project / マイ・ペイすリボ

=============================================================== */
.c-contentbox__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-contentbox__image img {
  width: auto;
}

.u-bgc__white{
	background: #fff;
}

.youtube {
  width: 100%;
  height: 0;
  padding-top: 37.5%;
  position: relative;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 640px !important;
  height: 360px !important;
}

.c-iconsdjustment__mp-revo img {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .youtube {
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .c-iconsdjustment__mp-revo img {
    width: 25%;
    height: auto;
  }
}
