@charset "utf-8";
#mainContents .noMark {
  background-image: none;
  padding-left: 0;
}
#mainContents .list_square > li {
  position: relative;
  margin-top: 1em;
  padding-left: 1.125em;
}
#mainContents .list_square > li:first-of-type {
  margin-top: 0;
}
#mainContents .list_square > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.55em;
  left: 0;
  background-color: #666;
}
@media print, screen and (max-width: 750.99px) {
  #mainContents .list_square > li:before {
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 751px) {
  #mainContents .box_pc.order > figure {
    order: 1;
    margin-right: 0;
  }
  #mainContents .box_pc.order > div {
    order: 0;
    margin-right: 15px;
  }
  #mainContents .list_square > li:before {
    width: 10px;
    height: 10px;
  }
}