.c-text-m {
    line-height: 1.6;
    margin-bottom: 1em;
    font-size: 0.9rem !important;
}
.c-table-normal {
    line-height: 1.6;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-spacing: 0;
    background: #ffffff;
}
.c-table-normal th {
    background: #f1f1f1;
}
.fw-b{
	font-weight: bold;
    color: #ff0000 !important;
    padding-top: 10px;
}
.fw-bold{
	font-weight:bold;
}
@media screen and (min-width: 769px){
.c-table-normal th, .c-table-normal td {
    padding: 8px 10px !important;
}
}
.c-table-normal th, .c-table-normal td {
    padding: 3px 5px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    vertical-align: middle;
}
.c-table-normal th {
    font-weight: bold;
}
.u-text-center {
    text-align: center !important;
}
.l-content__parts:last-child {
    margin-bottom: 0;
}
.l-content__parts {
    margin: 10px 0;
}
.mb30 {
    margin-bottom: 20px;
}

ol.text-list-ast-number > li {
    padding-left: 2.5em;
    position: relative;
    color: #333;
    font-size: 12px;
}
ol.text-list-ast-number > li + li {
    margin-top: 5px;
}
ol.text-list-ast-number > li:before {
    position: absolute;
    top: 0;
    left: 0;
}
ol.text-list-ast-number > li:nth-child(1):before {
	content: "※1";
}
ol.text-list-ast-number > li:nth-child(2):before {
	content: "※2";
}
ol.text-list-ast-number > li:nth-child(3):before {
	content: "※3";
}
ol.text-list-ast-number > li:nth-child(4):before {
	content: "※4";
}
ol.text-list-ast-number > li:nth-child(5):before {
	content: "※5";
}

ol.text-list-notes-number > li {
    padding-left: 2.8em;
    position: relative;
    color: #333;
    font-size: 12px;
}
ol.text-list-notes-number > li + li {
    margin-top: 5px;
}
ol.text-list-notes-number > li:before {
    position: absolute;
    top: 2px;
    left: 0;
}
ol.text-list-notes-number > li:nth-child(1):before {
	content: "注1)";
}
ol.text-list-notes-number > li:nth-child(2):before {
	content: "注2)";
}
ol.text-list-notes-number > li:nth-child(3):before {
	content: "注3)";
}
ol.text-list-notes-number > li:nth-child(4):before {
	content: "注4)";
}
ol.text-list-notes-number > li:nth-child(5):before {
	content: "注5)";
}