/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2025 | 01:41:20 */
<p class="pr"></p>

/* PR */
p.pr {
  height: 15px;
  font-size: 12px!important;
  color: Gray;
  display: block;
}

/* 擬似要素 */
p.pr::before {
  content: 'PR';
  position: absolute;
  display: block;
}

/* PR_CLINICFOR */
p.pr_cf {
  height: 15px;
  font-size: 12px!important;
  color: Gray;
  display: block;
}

/* 擬似要素 */
p.pr_cf::before {
  content: '※CLINIC FORの情報提供元:CLINIC FOR';
  position: absolute;
  display: block;
}


