.course-main {
  width: 720px;
}

.text-jpn {
  margin: 0;
  font-size: 18px;
  color: #474747;
}

.text-roman {
  margin: 0;
  font-size: 16px;
}

.text-translate {
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  display: block;
}

.question-wrapper {
  font-weight: bold;
}
.question-wrapper .text-jpn {
  font-weight: bold;
  font-size: 20px;
}
.question-wrapper .text-roman {
  font-weight: normal;
}
.question-wrapper .question-header {
  background-color: #F2F2F2;
  padding-left: 25px;
  margin: 0 0 20px;
  overflow: hidden;
}
.question-wrapper .question-header-left {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  width: 406px;
}
.question-wrapper .question-header-left-num {
  font-weight: bold;
  margin: 0 0 10px;
}
.question-wrapper .question-header-left-text {
  margin: 0;
  font-size: 20px;
  color: #474747;
}
.question-wrapper .question-header-right {
  float: right;
  line-height: 0;
}
.question-wrapper .question-section {
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.question-wrapper .question-section-title {
  padding: 5px 15px 5px 15px;
  display: inline-block;
  border-radius: 18px;
  border: 1px solid #D8137E;
  background-color: #fff;
  margin-bottom: 10px;
}
.question-wrapper .question-section-title p {
  font-size: 20px;
  color: #D50878;
  font-weight: bold;
  margin: 0;
  text-align: center;
  padding-top: 3px;
}
.question-wrapper .question-section-box {
  background-color: #F2F2F2;
  padding: 18px;
  margin-bottom: 5px;
}
.question-wrapper .question-section-box p {
  color: #474747;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.question-wrapper .question-section-box:last-child {
  margin-bottom: 0;
}

.question-wrapper .question-header {
  background-color: #338d27;
}

.question-wrapper .question-header-left-num,
.question-wrapper .question-header-left-num,
.question-wrapper .question-header .text-jpn,
.question-wrapper .question-header-left-text,
.question-wrapper .question-header-left-text .text-roman,
.question-wrapper .question-header-left-text .text-translate {
  color: #fff;
}

.question-wrapper .question-section-box.js-selected {
  background-color: #338d27;
}



/*# sourceMappingURL=index.css.map */
