/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2026 | 05:16:16 */
/* 修正前
.custom-list li::before {
  content: "※";
  position: absolute;
  left: 10px;
  color: #007b8a;
}
*/

body:not(.home).page .site-main ul.custom-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top:0;
  color: #007b8a;
  background:none;
}
