@charset "UTF-8";

dl{margin-top:40px;}

dt{
	font-weight: bold;
	margin-top:1em;
}

/*dt::after{
	content:"：";
}*/

dd{padding:0.5em 1em;}


.mod-table01 > table.min th, 
.mod-table01 > table.min td {
    padding: 12px 6px;
    vertical-align: middle;
}
.mod-list_disc {
    margin-top: 0;
}


@media print, screen and (min-width: 768px) {
  .mod-h4 {
    padding-bottom: 4px;
    font-size: 20px;
  }
  .mod-h5 {
    font-size: 17px;
  }

  table > .mod-list_disc > li + li {
    font-size: 14px;
  }
  .mod-list_disc > li:before {
    top: 7px;
  }
  .mod-table01 > table.min thead + tbody th {
    text-align: center;
  }
  [class*=mod-table] .min th, 
  [class*=mod-table] .min td {
      font-size: 12px;
  }
  .mod-table01 > table.min tbody th {
      width: 100px;
  }
  .mod-table01 > table.min td:nth-child(2) {
      text-align: center;
  }
  .mod-table01 > table.min td:last-child {
      width: 50%;
      padding: 12px 8px;
  }
  table.min .mod-list_disc > li {
    font-size: 12px;
    padding-left: 8px;
    margin-left: 0;
    padding-right: 0;
  }
  table.min .mod-list_disc > li:before {
      top: 8px;
  }
