@charset "UTF-8";

#contents article h4{
  margin-top:2em;
  border-top: 1px solid #333;
  line-height: 2em;
  border-bottom: unset;

}
#contents article h4 + p{
  margin-top:0;
}

#contents article p.mt0{
  margin-top:0;
}
#contents article p.mb0{
  margin-bottom:0;
}
#contents article p.ml05m{
  margin-left:.5em;
}
#contents article p.ml10m{
  margin-left:1em;
}

article table.details td{
  width:50%;
  vertical-align: middle;
}

article table.details th{
  font-weight:800;
}
article table.details td:first-child{
  font-weight:800;
}


/* ----- responsive ----- */
@media (max-width:767px) {
  article table.details{
    width:100%;
  }
}