@charset "UTF-8";

#body-x_devices .narrow_contents h2{
    margin-bottom: 5px;
}

#body-x_devices .narrow_contents > div{
    margin-bottom: 50px;
}


#body-x_devices .narrow_contents > div >p{
    margin-top: 10px;
}

#body-x_devices .narrow_contents th{
    text-align: center;
}

#body-x_devices .narrow_contents th:nth-child(1){
    width: 170px;
}


#body-x_devices .narrow_contents th:nth-child(3){
    width: 170px;
}

#body-x_devices .narrow_contents li{
  margin-bottom: 5px;
}

#body-x_devices .narrow_contents li:last-child{
  margin-bottom: 0;
}

@media(max-width: 600px) {
  #body-x_devices .narrow_contents table{
      font-size:1.3rem;
  }

  #body-x_devices .narrow_contents li{
      margin-left: 0;
    list-style-type: none;
  }
  
  #body-x_devices .narrow_contents th:nth-child(1){
      width: auto;
  }
  
  #body-x_devices .narrow_contents th:nth-child(3){
      width: auto;
  }
}