@charset "UTF-8";
/*▼共通で使用するスタイルをまとめたCSS*/
:root {
  --Color-Uno: #149fed;
  --color-Duo: #05192e;
  --color-Trio: #030919;
  --color-Quadra: #ffffff;
  --color-Penta: #5b7da3;
  --color-Hexa: #0a0a0a;
  --color-Hepta: #0b2cd0;
  --color-Octa: #149fed;
}

/*ヘッダー*/
.theme-header {
  display: flex;
  flex-wrap: wrap;
}
.theme-header::before {
  content: "株式会社シナノトレーディング｜カッコイイ イベントブースをつくるなら【シナノテント】";
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 4px 0 0 50px;
  font-size: 0.8rem;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.theme-header.hide-caption::before {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  .theme-header::before {
    padding: 4px 0 0;
  }
}
@media (max-width: 600px) {
  .theme-header::before {
    content: "株式会社シナノトレーディング｜カッコイイイベントブースをつくるならシナノテント";
    font-size: 0.5rem;
  }
}
/*ブログ*/
/**スタイル**/
/***見出し***/
/****左ボーダー****/
.zpheading-align-left.zpheading-style-type3 {
  padding-inline-start: 1.5rem;
}
.zpheading-align-left.zpheading-style-type3:after {
  background-color: var(--Color-Uno);
}

/***見出し　終了***/
/**スタイル　終了**/
/**ブログ一覧**/
.theme-blog-container-column {
  /**ブログ一覧**/
}
.theme-blog-container-column .theme-blog-container {
  /**ブログごと**/
}
.theme-blog-container-column .theme-blog-container .theme-blog-date-container {
  /**ブログ部品**/
}
.theme-blog-container-column .theme-blog-container .theme-blog-date-container .theme-blog-heading-author {
  /**タイトル**/
  display: block;
}
.theme-blog-container-column .theme-blog-container .theme-blog-date-container .theme-blog-author {
  /**本文**/
  display: block;
}
.theme-blog-container-column .theme-blog-container .theme-blog-date-container .theme-blog-date-comment-count {
  /**日時・コメント**/
}
.theme-blog-container-column .theme-blog-container .theme-blog-date-container .theme-blog-date-comment-count span.theme-blog-comment-count {
  /**コメント**/
  display: none;
}/*# sourceMappingURL=st_style.css.map */