@charset "utf-8";

#menu_left .menu_list_inner .inner_link01 {
    background-color: #ffdf00;
}

#main_contents .certificate {
    float:right;
    margin-top:3px;
    right: 10px;
    top: 10px;
}

.initiatives {
    border: 2px solid;
    margin: 1rem 1.5rem;
    padding: 0.5rem;
}

.initiatives h3 {
    margin: 0.5rem;
}

.initiatives ol {
    margin-left: 0.5em;
    padding-left:1.5em;
}

.initiatives ol>li {
    list-style-type: decimal;
}

.initiatives .kobetsu li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}

.initiatives .kobetsu li:before {
    content: "("counter(cnt) ")";
    display: inline-block;
    margin-left: -3.5em;
    width: 3em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}

.illustration {
    width:100%;
}

.image{
text-align:center;
}


