@media screen and (min-width: 769px) {
  .sectionBox {
    margin: 30px 0 0;
  }
  .main-img {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  ul, p {
    margin: 16px 0;
  }
  ul {
    margin-bottom: 26px;
  }
  .doubleBarLabel {
    font-weight: bold;
    margin: 20px 0;
  }
  .sideBarLabel span::after,
  .sideBarLabel span::before {
    display: block;
  }
  .l-row {
    /*margin-bottom: 100px;*/
  }
  .l-halfBox .l-row {
    margin-top: -15px;
  }
  .h3_treatment {
    margin: 15px 0;
  }
  .l-halfBox-L {
    width: 66%;
  }
  .l-halfBox-M {
    width: calc(34% - 48px);
  }
  .headlineText {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sectionBox {
    margin: 35px 0 0;
  }
  .headlineText {
    margin-top: 10px;
  }
  .main-img {
    margin-top: 30px;
  }
  .main-img__last {
    margin: 30px 0 50px;
  }
  /*ul,p {
    margin: 12px 0;
  }*/
  .doubleBarLabel {
    font-weight: bold;
    margin: 20px 0;
  }
  .sideBarLabel {
    font-size: 2.3rem;
    letter-spacing: 0;
  }
  .sideBarLabel span::after,
  .sideBarLabel span::before {
    display: block;
  }
  .l-row, .l-halfBox .l-halfBox ul, .l-halfBox:not(:last-child) {
    margin-bottom: 0;
    margin-top: 0;
  }
  .h3_treatment {
    margin: 30px 0 15px;
  }
  article {
    padding-bottom: 50px;
  }
  .l-row .l-halfBox ul {
    margin-top: 0;
  }
}