.worksheet {
  position: relative;
  margin-top: 40px;
}
.worksheet .target_line {
  top: -80px;
}
.worksheet:first-child {
  margin-top: -25px;
}
.worksheet .worksheet_tit.-ae {
  display: none;
}
.worksheet.-answered .worksheet_head, .worksheet.-answered .worksheet_actions {
  display: none;
}
.worksheet.-answered .worksheet_tit.-as {
  display: none;
}
.worksheet.-answered .worksheet_tit.-ae {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.worksheet.-answered .worksheet_foot {
  display: block;
}
.worksheet.-answered .worksheet_question {
  margin-bottom: 47px;
  border-bottom: 1px solid #000;
}

.btn_m.__worksheet_clear {
  width: 88px;
  border-color: #6c757d;
}
.btn_m.__worksheet_clear ._binn p {
  color: #6c757d;
}
.btn_m.__worksheet_clear:hover {
  border-color: #000;
}
.btn_m.__worksheet_clear:hover ._binn p {
  color: #000;
}
.btn_m.__worksheet_clear:hover ._ico path {
  fill: #000;
}
.btn_m.__worksheet_tsave {
  width: 125px;
  border-color: #6c757d;
}
.btn_m.__worksheet_tsave ._binn p {
  color: #6c757d;
}
.btn_m.__worksheet_tsave ._ico {
  top: 3px;
}
.btn_m.__worksheet_tsave:hover {
  border-color: #000;
}
.btn_m.__worksheet_tsave:hover ._binn p {
  color: #000;
}
.btn_m.__worksheet_tsave:hover ._ico path {
  fill: #000;
}

.worksheet_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.worksheet_head .btn_m:nth-child(1) {
  margin-right: 16px;
}
.worksheet_head ._label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.worksheet_head ._label.-off i {
  background-color: #d9d9d9;
}
.worksheet_head ._label.-off span {
  color: #6c757d;
}
.worksheet_head ._label i {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 11px;
  border-radius: 50%;
  background-color: #1ea39c;
}
.worksheet_head ._label span {
  font-size: 13px;
}

.worksheet_tit {
  font-size: 134%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 32px;
  text-align: center;
}
.worksheet_tit i {
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(../img/common/ico_worksheet_01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 33px;
}
.worksheet_tit i:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.worksheet_tit strong {
  margin: 0 8px;
}

.worksheet_question {
  margin-top: 20px;
  padding: 0 0 19px;
}
.worksheet_question + .worksheet_question {
  margin-top: 28px;
}
.worksheet_question.-correct ._response.__correct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.worksheet_question.-incorrect ._response.__incorrect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.worksheet_question ._q p._q_num {
  font-family: "MFW-UDDigiKyokashoProN-Bold";
  font-size: 107%;
  line-height: 1;
  padding: 0 0 10px;
  color: #0366ac;
}
.worksheet_question ._q_text {
  font-size: 107%;
}
.worksheet_question ._input {
  margin-top: 12px;
}
.worksheet_question ._input input[type=text], .worksheet_question ._input textarea {
  font-family: "MFW-UDDigiKyokashoProN-Regular";
  font-size: 107%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #0366ac;
  border-radius: 3px;
  background-color: #fff;
}
.worksheet_question ._input input[type=text] {
  padding: 3px 16px;
}
.worksheet_question ._input textarea {
  min-height: 140px;
  padding: 3px 16px;
}
.worksheet_question ._input ._choices {
  padding: 37px 32px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
}
.worksheet_question ._input ._choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  gap: 16px;
}
.worksheet_question ._input ._choice:last-child {
  margin-bottom: 0;
}
.worksheet_question ._input ._choice input[type=checkbox], .worksheet_question ._input ._choice input[type=radio] {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.worksheet_question ._input ._choice span {
  font-size: 107%;
  position: relative;
  padding-top: 2px;
  padding-left: 41px;
  cursor: pointer;
}
.worksheet_question ._input ._choice span::before {
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25px;
  height: 25px;
  content: "";
  border: 1px solid #0366ac;
  border-radius: 3px;
  background: #fff;
}
.worksheet_question ._input ._choice input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 8px;
  left: 6px;
  width: 12px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid #0366ac;
  border-left: 3px solid #0366ac;
}
.worksheet_question ._input ._choice input[type=radio] + span::before {
  border-radius: 50%;
}
.worksheet_question ._input ._choice input[type=radio]:checked + span::after {
  position: absolute;
  top: 9px;
  left: 7px;
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 50%;
  background-color: #0366ac;
}
.worksheet_question ._user_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 10px 24px 7px;
  border-radius: 5px;
  background-color: #ededed;
}
.worksheet_question ._user_answer ._label {
  font-size: 94%;
  min-width: 132px;
  padding-top: 2px;
}
.worksheet_question ._user_answer ._value {
  font-size: 107%;
}
.worksheet_question ._answer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 20px;
  gap: 30px;
}
.worksheet_question ._answer_row p._answer_label {
  font-size: 107%;
  width: 40px;
  padding: 0;
  color: #ff2d7a;
}
.worksheet_question ._answer_row ._answer_value {
  font-size: 134%;
  width: calc(100% - 40px);
  padding: 0;
}
.worksheet_question ._explanation {
  font-size: 107%;
  padding-left: 65px;
}
.worksheet_question ._response {
  font-size: 160%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.worksheet_question ._response span {
  margin-left: 14px;
}

.worksheet_actions {
  margin: 20px 0 40px;
  text-align: center;
}
.worksheet_actions button {
  margin: 0 8px;
}

.worksheet_foot {
  display: none;
  max-width: 358px;
  margin: 20px auto 40px;
}
.worksheet_foot .btn {
  margin-bottom: 20px;
  cursor: pointer;
}
.worksheet_foot .btn:last-child {
  margin-bottom: 0;
}
.worksheet_foot .btn ._binn p {
  font-size: 20px;
}/*# sourceMappingURL=block-front-worksheet.css.map */