@charset "UTF-8";
/* CSS Document */

/*チェックボックスのリスト*/
ul.check li {
  margin: 0px 0px 0px 10px;
  line-height: 150%;
}
ul.check li:before {
  content: "\f14a";
  font-family: FontAwesome;
  margin-right: .7em;
}

.table-01 dt{
	font-weight: bold;
}