/* Scss Document */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.midashi4 {
  position: relative;
  line-height: 2em;
  padding-left: 1.5em;
}
.midashi4::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("../img/denkyu.png") no-repeat;
  background-size: contain;
}