<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* CM放映について /////////////////////////////////////// */

.cmarea {
  margin-top:40px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.cmtxt {
  font-size:114%;
  color:#29ABCC;
  font-weight: bold;
  display: block;
  margin-bottom:8px;
}
.telareaa p {
  font-weight: bold;
}

/**** PC用 ****/
@media screen and ( min-width:641px ) {
}

/**** スマホ用 ****/
@media screen and ( max-width:640px ) {
  .column_1 img {
    display: block;
    margin:0 auto 40px;
  }
}
</pre></body></html>