@charset "UTF-8";
/* CSS Document */
section {
    margin-bottom: 60px;
}
.num_flex {
/*    display: flex;*/
    margin-left: 1em;
    margin-bottom: 1.5em;
}
.num_flex .table_num {
/*    width: 2em;*/
    font-weight: bold;
}
.num_flex .text {
/*    width: calc(100% - 2em);*/
/*    font-size: 95%;*/
/*    line-height: 160%;*/
}
.text a{
	color: #b22222;
	text-decoration: underline;
}
/*20231018add*/
.table_ttl {
    margin-left: 1em;
    border-bottom: 1px solid;
    margin-bottom: 1.5em;
}
.text_wrap:not(:last-child) {
    margin-bottom: 40px;
}
.table_num ~ .text,
.text_wrap .text_wrap{
    margin-left: 1em;
}
.mb20{
    margin-bottom: 0.4em;
}
.indent{
    text-indent: -1em;
    padding-left: 1em;
}