.basic-layout {
    margin-bottom: 60px;
    border-bottom: none;
    padding-bottom: 0;
}
.basic-layout .row{
    margin: 0;
}
.wrap-lead {
    margin-bottom: 40px;
}
.row-10 >div {
    padding-right: 5px;
    padding-left: 5px;
}
.table-basic-layout th {
    counter-increment: num;
}
.table-basic-layout th:before {
    content: counter(num);
    margin-right: 5px;
}
.table-basic-layout table th {
    counter-increment: none;
}
.table-basic-layout table th:before{
    content:none;
}
.table-in-textlink {
    color: #007BFF !important;
    text-decoration: none;
    position: relative;
    padding-left: 10px;
    display: inline-block;
    margin: 5px 5px;
    font-size: 100%;
}
.list .table-in-textlink{
  text-indent: initial;
}
.table-in-textlink:before{
  content: "";
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -4px;
  z-index: 1;
}
.table-in-textlink:after {
  content: "";
  border: 4px solid transparent;
  border-left: 4px solid #f74b77;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
}

.table-layout-torikeshi {
    width: 100%;
    margin: 15px auto;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.table-layout-torikeshi th, .table-layout-torikeshi td {
    padding: 15px 15px !important;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: 1.6;
    font-size: 14px;
    color: #666;
    vertical-align: middle;
}
table ul li:last-child, table ol li:last-child {
    margin-bottom: 0;
}
table.table-layout-torikeshi ul li:last-child, table ol li{
      list-style: none;
}
.pageTit-h2 {
    color: #333;
    margin-bottom: 28px;
    text-align: center;
    letter-spacing: 0.02em;
    font-family: TsukuARdGothic-Regular, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
    font-weight: normal;
    position: relative;
    font-size: 24px;
    line-height: 1.6;
}
.jisshi-dl {
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.4;
}
.jisshi-dl dt {
    margin-bottom: 10px;
}
.jisshi-dl dd {
    margin-bottom: 3px;
}
.table-txt-hosoku b{
  padding-right: 5px;
  color: #e00202;
}
.p-4 {
    padding: 1.5rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.rounded {
    border-radius: .25rem !important;
}
.border {
    border: 1px solid #dee2e6;
}
.border-danger {
    border-color: #dc3545 !important;
}

@media (max-width:768px){
  .white-layout {
    padding: 24px;
  }
  th.w20 {
    width: 100%;
    display: block;
  }
}
@media (max-width:767px){
  .pageTit-h2 {
    font-size: 18px;
  }
/*  .table-layout-torikeshi,
	.table-layout-torikeshi tr,
	.table-layout-torikeshi th,
	.table-layout-torikeshi td{
		display: block !important;
		width:100%;		
	}*/
}