@charset "utf-8";
/*------------------------------------------------------------------

  チェックリストDL

------------------------------------------------------------------*/

/* PC以下共通サイズ------------------------------- */
.txt_basic {
  margin-bottom: 30px;
}

/* PCのみサイズ------------------------------- */
@media screen and (min-width: 1101px) {
}

/* タブレット（iPad Pro）以下サイズ------------------------------- */
@media screen and (max-width: 1100px) {
}

/* タブレット（iPad）以下サイズ------------------------------- */
@media screen and (max-width: 1023px) {
}

/* スマホサイズ------------------------------- */
@media screen and (max-width: 767px) {
  iframe {
    height: 400px;
  }
}
