@charset "UTF-8";
/*------------------------------------------------------section*/
.contents_ol {
    list-style-type: decimal;
    margin-left: 20px;
    padding: 0 0 0 15px;
}
/*section01*/
#outline .sheet_basic td h4 {
    font-weight: bold;
	margin-bottom: 10px;
}
#outline .sheet_basic td ul {
	margin-bottom: 20px;
}
#outline .sheet_basic td ul:last-child {
	margin-bottom: 0;
}
#outline .sheet_basic td ul li {
	margin-bottom: 3px;
}

.contents_box {
    counter-reset: number;
    padding: 15px;
    background: #eee;
}
.contents_box .title03:not(:first-of-type) {
    margin-top: 20px;
}
.contents_box .title03::before {
    counter-increment: number;
    content: "(" counter(number) ")";
    color: #006b37;
    margin-right: 5px;
}


/*section03*/
#sec03 {
    counter-reset: number;
}
#sec03 .title02 {
    position: relative;
	margin-top: 20px;
    padding-left: 25px;
}
#sec03 .title02::before {
    counter-increment: number;
    content: counter(number);
    color: #006b37;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 7px;
}
#sec03 .title02 {
	margin-top: 20px;
}

.contents_app {
    padding: 15px;
    background: #eee;
}
.contents_app dt {
    margin-bottom: 10px;
}

