/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 13 2025 | 00:00:49 */
.blue-bold {
  color: #0095DE;
  font-weight: bold;
}

body:not(.elementor-editor-active) .elementor-background-video-container video {
    object-fit: contain;
    object-position: center;
}

.small-note {
  font-size: 0.75em;          /* 注釈全体の文字を小さめに */
  color: #555;                /* お好みで色変更 */
  line-height: 1.5;             /* 行間を詰める */
  margin: 0.3em 0;              /* 上下マージンも必要に応じ調整 */
}

.note-mark {
  font-size: 0.6em;           /* ※マークをさらに小さく */
  vertical-align: super;      /* 上付きで表示 */
  letter-spacing: 0;
}

body, .wp-site-blocks, .has-global-padding, .alignfull {
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 600px) {
  .alignfull, .alignwide {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    /* 必要に応じて左右パディングを0にする  */
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .has-global-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}