/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 124:0 Unexpected "<"

**/
<style>
/* --- 注意書き全体 --- */
.deck-notice-static-unified {
  text-align: left;
  border: 1px solid #e2d7c1;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  margin: 20px 0;
  font-family: sans-serif;
}

.deck-notice-title-box {
  padding: 15px 20px;
  font-weight: bold;
  font-size: 15px;
  background-color: #1a2942;
  color: #ffffff !important;
  display: block;
}

.notice-inner { 
  padding: 20px;
}

.notice-block {
  background-color: #fcfaf5;
  border: 1px solid #f0e6d2;
  border-radius: 8px;
  padding: 18px 18px 18px 12px; 
  margin-bottom: 15px;
}

.notice-block-title {
  font-size: 14px;
  font-weight: bold;
  color: #d35400;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  display: block;
}

/* --- 箇条書き設定（左寄せを維持） --- */
.deck-notice-list { 
  margin: 0; 
  padding-left: 1.1em; 
  list-style-type: disc; 
  font-size: 13px; 
  color: #444; 
}
.deck-notice-list li { 
  margin-bottom: 10px; 
  line-height: 1.6;
}

.notice-example {
  margin-top: 8px;
  padding: 12px;
  background-color: #fff;
  border: 1px dashed #d7cbb3;
  border-radius: 6px;
  font-size: 12px;
  color: #555;
  line-height: 1.6;
}

.example-label {
  display: inline-block;
  background: #1a2942;
  color: #fff;
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 3px;
  margin-right: 8px;
  font-weight: bold;
  vertical-align: middle;
}

/* --- 重要事項（元の赤デザインに復元） --- */
.notice-important {
  background: #fff5f5;
  border: 1px solid #feb2b2;
  border-left: 5px solid #e74c3c;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 5px;
}

.important-label {
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

.notice-important p { 
  margin: 0; 
  font-size: 13px; 
  color: #c0392b; 
  line-height: 1.5; 
}

/* モバイル対応：文字の左寄せを徹底 */
@media (max-width: 768px) {
  .deck-notice-title-box { font-size: 14px; padding: 12px 15px; }
  .notice-inner { padding: 10px; }
  .notice-block { padding: 15px 10px 15px 15px; } 
  .deck-notice-list { padding-left: 1em; } 
  .notice-important { padding: 12px; gap: 8px; }
  .notice-important p { font-size: 12px; }
}
</style>
  