@charset "UTF-8";
img.alignright { display: block; margin: 0 0 0 auto; }
img.alignleft { display: block; margin: 0 auto 0 0; }
img.aligncenter { display: block; margin: 0 auto; }

.post-content .treatment-box ul {
    list-style: none;
}

@media print, (min-width: 768px) {
  .post-content .treatment-box ul {
      margin-bottom: 0;
      padding-left: 58px;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content .treatment-box ul {
      padding-left: 0;
      margin-bottom: 0;
  }
}

.post-content .treatment-box ul li {
    position: relative;
}

.post-content .treatment-box ul li:before {
    content: "";
    background: url(../img/common/icon_arrow_check.svg) no-repeat 0 0;
    position: absolute;
    left: 0;
}

@media print, (min-width: 768px) {
  .post-content .treatment-box ul li:not(:last-child) {
      margin-bottom: 9px;
  }
  .post-content .treatment-box ul li {
      padding-left: 20px;
  }
  .post-content .treatment-box ul li:before {
    width: 17px;
    height: 22px;
    top: 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content .treatment-box ul li:not(:last-child) {
      margin-bottom: 0.1rem;
  }
  .post-content .treatment-box ul li {
      padding-left: 0.4rem;
  }
  .post-content .treatment-box ul li:before {
    width: 0.3rem;
    height: 0.28rem;
    top: 0.1rem;
  }
}
