@charset "UTF-8";

table {
  border-collapse: collapse;
}

th {
  background-color: #e3e3e3;
}

.sub_number_header {
  text-align: center;
  border: 2px solid darkgray;
}

.sub_question_answer_header {
  text-align: center;
  border: 2px solid darkgray;
}

.under_border {
  border-bottom: 2px solid darkgray;
}

.sub_number_body {
  text-align: center;
  width: 5%;
  border: 2px solid darkgray;
}

.sub_question_answer_body {
  width: 92%;
  border-right: 2px solid darkgray;
}

.image_area {
  width: 3%;
  text-align: center;
}

.sub_question_text {
  color: #e60012;
}

.sub_other_explanation {
  color: #e60012;
  font-weight: bold;
  margin-bottom: 20px;
}

.sub_mail_link_text {
  color: #0000EE;
  font-weight: bold;
}