  section.compan {
    margin-bottom: 8rem;
  }
   section.compan dl {
    display: block;
    width: 100%;
    margin: 0 auto 6rem;
    border-right: 0.1rem solid #e5e5e5;
    border-left: 0.1rem solid #e5e5e5;
    font-weight: 200;
    font-size: 1.5rem;
  }
   section.compan dl dt {
    width: 100%;
    border-bottom: 0.1rem solid #e5e5e5;
    padding: 1.6rem 7rem 1.2rem;
    text-align: center;
    line-height: 1;
    background-color: #eee;
  }
   section.compan dl dd {
    width: 100%;
    border-bottom: 0.1rem solid #e5e5e5;
    padding: 2.6rem 2rem 2.2rem;
    font-size: 1.4rem;
    white-space: pre-line;
  }
   section.compan dl dd span {
    display: inline-block;
    width: 12.6rem;
    font-size: 1.4rem;
  }
   section.compan dl dt:first-of-type {
    border-top: 0.1rem solid #e5e5e5;
  }
   section.compan dl dd:first-of-type {
    border-top: 0.1rem solid #e5e5e5;
  }
   section.compan div.compan_product {
    width: 82.6%;
    margin: 0 auto;
    border: 0.1rem solid #e3e3e3;
    padding: 3rem 2rem 3.9rem;
  }
   section.compan div.compan_product h4 {
    margin-bottom: 2rem;
    border-bottom: 0.1rem solid #e1e1e1;
    padding-bottom: 2rem;
    line-height: 1em;
    font-size: 1.8rem;
    font-weight: 200;
  }
   section.compan div.compan_product p {
    margin-bottom: 7.4rem;
    font-size: 1.5rem;
  }
   section.compan div.compan_product p:first-of-type {
    margin-bottom: 4rem;
  }
   section.compan div.compan_product span {
    margin-left: 0;
  }
