/* ====================
トキシノメーター用CSS
==================== */

/* 
for トキシノメーター™ ET-8000
/jp/lal/products/toxino_et8000.html
*/
#cont-body-right.main_toxinoET8000 {

  strong{font-weight: bold;}
  h3 { 
    color: #595757;margin-bottom: 10px;
    &:before{
      content:"■";
      display: inline-block;
      color: #39A373;
    }
  }
  h4 { 
    color: #39A373;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
  }
  p+h4{margin-top: 20px;}
  h5 { font-weight: bold;}


  
  .btn01.to-consultation {
    background: rgba(204, 204, 204, 0.7);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 250) 70%, rgba(0, 0, 0, 0.15) 100%);
    border: 1px solid #9f9e9e;
  }
  p + .products_contents_list,
  ul + .products_contents_list {margin-top: 10px;}


  .arrowR {
    position: relative;
    display: inline-block;
    padding-left: 1em;

    &::before,
    &::after {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      width: 7px;
      height: 1px;
      border-radius: 9999px;
      background-color: #000000;
      transform-origin: calc(100% - 0.5px) 50%;
    }
    &::before {transform: rotate(45deg);}
    &::after {transform: rotate(-45deg);}
  }

}