@charset"utf-8";

/*ラジオボタン*/
input[id="lesson0"]:checked + label {
    background-color: #d1ff8c;
}
input[id="lesson1"]:checked + label {
    background-color: #d1ff8c;
}
input[id="lesson2"]:checked + label {
    background-color: #d1ff8c;
}
input[id="lesson3"]:checked + label {
    background-color: #d1ff8c;
}
input[id="lesson4"]:checked + label {
    background-color: #d1ff8c;
}
input[id="lesson5"]:checked + label {
    background-color: #d1ff8c;
}
input[id="lesson6"]:checked + label {
    background-color: #d1ff8c;
}
input[id="lesson7"]:checked + label {
    background-color: #d1ff8c;
}
input[id="lesson8"]:checked + label {
    background-color: #d1ff8c;
}
input[id="lesson9"]:checked + label {
    background-color: #d1ff8c;
}

/* 背景装飾 */
input[type="radio"] + label {
    border-radius: 3px;
    padding: 3px 6px ;
}
