@charset "UTF-8";
/*
Theme Name: TPM株式会社
Author: ヘレナメディアリサーチ
Author URI: https://helena.jp/
Version: 1.13
Last updated: 2024-11-22
*/
/* CSS Document */
@import url("design.css");
@media print {
  .main-contents table td {
    border: 1px solid #000000;
  }
  .main-contents table th {
    border: 1px solid #000000;
    color: #000000;
  }
  header#header {
    position: relative;
  }
  .animated {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: unset !important;
    transition: unset !important;
  }
}
/* ----------------------------------------------------------------------
 Gutenberg
---------------------------------------------------------------------- */
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}