.course-actions .course-text {
  text-align: left;
  margin: 0 auto 20px;
  line-height: 1.5;
  font-size: 123.1%;
}
@media screen and (max-width: 640px) {
  .course-actions .course-text {
    font-size: 130%;
    padding: 0 20px;
  }
}
.course-actions .course-btn-next {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .course-actions .course-btn-next {
    width: 423px;
  }
}
.course-actions .course-btn-next:before {
  content: '';
}
.course-actions .course-btn-next:after {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 10px;
  height: 16px;
  margin-left: 5px;
  content: "";
  background: url(/a1/course/assets/img/icon-btn-next.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (max-width: 640px) {
  .course-actions .course-btn-next:after {
    right: 20px;
    top: 20px;
    width: 12px;
    height: 19px;
  }
}

.course-main.view {
  width: 920px;
  padding-bottom: 150px;
}

.common-head {
  margin: 22px auto;
}
.common-head .logo {
  float: left;
  padding-top: 26px;
}
.common-head .comment {
  width: 457px;
  height: 152px;
  float: right;
  background: #ffffff url(/a1/share/assets/img/course-comment_pc.png) no-repeat left top;
}
.common-head .comment p {
  padding: 35px 70px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.question-check-head {
  position: relative;
  min-height: 132px;
  margin: 0 0 30px;
  padding: 10px 25px 10px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
}
.question-check-head .question-item-number {
  margin: 0 0 10px;
  font-size: 20px;
}
.question-check-head .question-item-name {
  margin: 0 290px 0 0;
  font-size: 22px;
  line-height: 1.3;
}
.question-check-head .question-item-name span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.question-check-head .question-item-name .name-text {
  width: 603px;
}
.question-check-head .question-item-name .name-text span {
  display: inline-block;
}
.question-check-head .question-item-name .name-text .text-jpn {
  color: #FFFFFF;
}
.question-check-head .question-item-name .name-text .text-roman {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
}
.question-check-head .question-item-name .name-text .text-translate {
  color: #FFFFFF;
  font-size: 16px;
}
.question-check-head .question-item-image {
  position: absolute;
  top: -13px;
  right: 0;
}

.question-check-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 172px;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  background: #ffffff;
  border-right: 1px solid #cfcfcf;
  overflow: hidden;
}
.question-check-star .question-item-stars {
  margin: 0 auto;
  padding: 0;
  font-size: 0px;
  text-align: center;
}
.question-check-star .question-item-stars .question-icon-star {
  display: inline-block;
  width: 31px;
  height: 29px;
  margin: 0 0 0 10px;
  background: url(/a1/course/assets/img/tmp_21/vw_icon_star.png) no-repeat center center;
}
.question-check-star .question-item-stars .question-icon-star:first-child {
  margin: 0;
}
.question-check-star .question-item-stars .question-icon-star.on {
  background: url(/a1/course/assets/img/tmp_21/vw_icon_star_on.png) no-repeat center center;
}

.question-check-comment {
  margin: 0;
  overflow: hidden;
  width: 336px;
  min-height: 110px;
  padding: 20px;
}
.question-check-comment p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.question-check-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: strech;
  -webkit-align-items: strech;
      -ms-flex-align: strech;
          align-items: strech;
  border: 1px solid #cfcfcf;
}
.question-check-item .question-check-sentence {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px 10px 20px;
  border-right: 1px solid #cfcfcf;
  width: 354px;
  font-size: 20px;
}
.question-check-item .question-check-sentence p {
  margin: 0;
}
.question-check-item .question-check-sentence .question-item-sentence {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.question-check-item .question-check-sentence .question-sentence-num {
  position: relative;
  padding-right: 20px;
  color: #d92085;
  font-size: 20px;
  font-weight: bold;
}
.question-check-item .question-check-sentence .question-sentence-text {
  display: block;
  width: auto;
  margin: 12px 0 0;
  font-weight: bold;
}
.question-check-item .question-check-sentence .question-sentence-text:first-child {
  margin: 0;
}
.question-check-item .question-check-sentence .text-roman, .question-check-item .question-check-sentence .text-translate {
  display: block;
  margin: 1px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.question-check-item.check-head {
  margin: 0;
  border-bottom: none;
}
.question-check-item.check-head > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #ebebeb !important;
}
.question-check-item.check-head > * p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.question-check-item.check-head .question-check-comment {
  min-height: 0;
}



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