@charset "UTF-8";
#header {
  background-image: url(../img/header_bg.png);
}

#loginform input:not([type="submit"]) {
  border-radius: 4px;
}

#quiz_header {
  position: relative;
  background-image: url(../img/quiz_bg.png);
  padding: 35px;
}

#quiz_header .total{
	font-size:26px;
}

#quiz_header .content {
  background: #0d3c8b;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
}

.q_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.q_head .q_num {
  width: 100%;
  color: #3f629d;
  font-size: 1.5rem;
  padding-bottom: .5rem;
}

.q_head .q_num span {
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: normal;
}

.q_head .q_num span.current {
  font-size: 3rem;
  font-weight: normal;
  line-height: 3rem;
}

.q_head .q_title {
  width: 100%;
}

.q_head .q_title h2 {
  margin-top: 0;
  color: #ffa136;
  line-height: 2rem;
  font-size: 30px;
}

.q_title p{
	line-height:1.5;
	font-size:20px;
	margin-top: -15px;
}

.divider {
  background: #0d3c8b;
  height: 2px;
  margin: 40px 0 50px;
}

.question.question-title {
  color: black;
  font-size: 32px;
}

#quiz_result {
  background-image: url(../img/quiz_bg.png);
  display: block;
  color: #fff;
  text-align: center;
  padding: 1.75rem 2rem;
  font-size: 44px;
  font-weight: 600;
}

.right-answer,
.answers label > span {
  font-weight: 600;
  color: #3f629d;
}

#q_cont {
  display: none;
}

.table {
  border: 1px solid #aaa;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 6px;
}

.table th,
.table td {
  padding: .75em 2em;
  border: 1px solid #aaa;
  text-align: center;
  vertical-align: middle;
  font-size:20px;
  width:25%;
}

.table thead th {
  background-color: #ddd;
}

.table thead th {
  background-color: #eee;
}

@media (min-width: 768px) {
  #quiz_header {
    padding-left: 40%;
  }
  #quiz_header::before {
    content: "TEST";
    color: #5990ec;
    position: absolute;
    left: 5%;
    top: 2rem;
    font-size: 5rem;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  }
  #quiz_header .content {
    text-align: center;
    padding: 25px;
  }
  #quiz_result {
    display: inline-block;
  }
  .q_head .q_num {
    width: 20%;
  }
  .q_head .q_num span.current {
    font-size: 5rem;
    line-height: 5rem;
  }
  .q_head .q_title {
    width: 80%;
  }
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.result {
  text-align: center;
  width: 100%;
  padding: 2rem 0;
}

.result .result-score {
  color: #3f629d;
  font-size: 26px;
}

.result .result-score .score {
  font-size: 125px;
  font-weight: 600;
}

.result-detail p{
	font-size: 20px;
}

.result .result-detail .passed {
  display: block;
  margin: 1rem auto;
  color: red;
  font-size: 30px;
  font-weight: 600;
}

.sensei-course-progress__lessons {
    display: none !important;
}
.course-lesson-count{
    display: none !important;
}
.post-navigation{
    display: none !important;
}
/********************
	sp
********************/
@media only screen
    and (max-width: 667px) {
    
.q_head .q_title h2 {
  line-height: 1.8rem;
  font-size: 26px;
}

}
/*# sourceMappingURL=addon.css.map */