@charset "UTF-8";

/* -- common start -- */
body header .inner {
    padding: 30px 0 0;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb2em {
    margin-bottom: 2em !important;
}
/* -- common end -- */

/* -- list start --*/
body article section ul.list_base {
    margin: 0;
    padding: 0;
    text-indent: 0;
}
body article section ul.list_annotation li,
body article section ul.list_circle-number li,
body article section ul.list_dots li,
body article section ul.list_line li {
    position: relative;
    padding: 0 0 0 18px;
    font-size: 13px;
    line-height: 1.76;
    list-style-type: none;
}
body article section ul.list_line li {
    padding: 0 0 0 13px;
}
body article section ul.list_annotation li::before,
body article section ul.list_circle-number li::before,
body article section ul.list_dots li::before,
body article section ul.list_line li::before {
    position: absolute;
    top: 0;
    left: 0;
}
body article section ul.list_annotation li::before {
    content: "\203B";
}
body article section ul.list_circle-number li:nth-child(1)::before {
    content: "\2460";
}
body article section ul.list_circle-number li:nth-child(2)::before {
    content: "\2461";
}
body article section ul.list_circle-number li:nth-child(3)::before {
    content: "\2462";
}
body article section ul.list_circle-number li:nth-child(4)::before {
    content: "\2463";
}
body article section ul.list_circle-number li:nth-child(5)::before {
    content: "\2464";
}
body article section ul.list_circle-number li:nth-child(6)::before {
    content: "\2465";
}
body article section ul.list_circle-number li:nth-child(7)::before {
    content: "\2466";
}
body article section ul.list_circle-number li:nth-child(8)::before {
    content: "\2467";
}
body article section ul.list_circle-number li:nth-child(9)::before {
    content: "\2468";
}
body article section ul.list_circle-number li:nth-child(10)::before {
    content: "\2469";
}
body article section ul.list_circle-number li:nth-child(11)::before {
    content: "\246A";
}
body article section ul.list_circle-number li:nth-child(12)::before {
    content: "\246B";
}
body article section ul.list_circle-number li:nth-child(13)::before {
    content: "\246C";
}
body article section ul.list_circle-number li:nth-child(14)::before {
    content: "\246D";
}
body article section ul.list_circle-number li:nth-child(15)::before {
    content: "\246E";
}
body article section ul.list_circle-number li:nth-child(16)::before {
    content: "\246F";
}
body article section ul.list_circle-number li:nth-child(17)::before {
    content: "\2470";
}
body article section ul.list_circle-number li:nth-child(18)::before {
    content: "\2471";
}
body article section ul.list_circle-number li:nth-child(19)::before {
    content: "\2472";
}
body article section ul.list_circle-number li:nth-child(20)::before {
    content: "\2473";
}
body article section ul.list_dots li::before {
    content: "・";
}
body article section ul.list_line li::before {
    content: "-";
}
/* -- list end -- */