

.content h1 {
    font-size: 1.4rem;
}

.content h2 {
    font-size: 1.2rem;
}

.checklist.outsourcing_onsite {
    margin: 1em 1em;
}

.checklist.outsourcing_onsite li {
    margin: 1em 0 2em;
    padding: 0 0 0 1em;
}

.evaluation {
    display: flex;
    justify-content: space-around;
    margin: 1em 0;
}

.note {
    margin: 1em 0 0;
    color: blue;
    font-size: 0.8rem;
}

.label_memo {
    display: block;
    width: 100%;
}
.input_memo {
    width: 100%;
    height: 4.8em;
    line-height: 160%;
}