@charset "UTF-8";

.pageTit-h3-line{
  color: #333;
  margin-bottom: 24px;
  margin-top: 24px;
  letter-spacing: 0.02em;
  font-weight:bold;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 2px solid #f53d7e;
  display: inline-block;
  padding-bottom: 5px;
}
table.tbl-campany p{
  margin-bottom: 0;
}
table.tbl-campany p + p,
table.tbl-campany p + ul,
table.tbl-campany ul + p,
table.tbl-campany ul + ul{
  margin-top: 20px;
}

.list { font-size: 14px; line-height: 1.73; margin:15px 0; }
.list + p{margin-top: 14px;}
.list > li { padding-left: 1em; text-indent: -1em;list-style: none;margin-bottom: 10px; }
.list li table td,
.list li table th{
  text-indent: initial;
}

/* 数字 */
table.tbl-campany td ul.list-num{
  padding-left: 15px;
  margin:15px 0;
}
table.tbl-campany td ul.list-num > li{
  list-style-type: decimal;
  font-size: 16px;
  line-height: 1.6;
}
table.tbl-campany td ul.list-num > li:last-child{
  margin-bottom: 0;
}
.table-layout-torikeshi{
  width: 100%;
}
table.tbl-campany td .table-layout-torikeshi .list-num > li{
  font-size: 14px;
}
table.tbl-campany td .table-layout-torikeshi .list-num:last-child{
  margin: 0;
}
/* 漢数字*/
table.tbl-campany td ul.list-num.kanji {
  margin-left: 1rem;
}
table.tbl-campany td ul.list-num.kanji > li {
  list-style-type: cjk-ideographic;
}