@charset "UTF-8";

.blogDetail__contents ul {
 margin-bottom: 12px;
 background: #f1f1f1;
 padding: 24px 24px 24px 48px;
}
.blogDetail__contents li {
  list-style: disc;
  line-height: 1.6;
  margin-bottom: 16px;
}
.blogDetail__contents li:last-child {
  margin-bottom: 0;
}
.blogDetail__contents h3 {
    background: #f3f9ff;
}
