@charset "utf-8";
/***************************************************
information
  filename : work_index.css;
***************************************************/

.exam_det #wrapper{
  background: transparent;
}

.exam_det #headerSub.headerSubWork.clear_fix{
  background: linear-gradient(90deg, var(--app-bg-cr1), var(--app-bg-cr2));
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.exam_det #headerSub.headerSubWork.clear_fix a{
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 150px;
}

.exam_det #headerSub.headerSubWork.clear_fix a::before{
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(-135deg);
}

.exam_det section.mainTi{
  padding-bottom: 1.3rem;
}

.exam_det .ptLayoutInn{
  width: 100%;
}

.exam_det .work_det_title{
  margin-bottom: 24px;
}

.exam_det p.workCount{
  text-align: center;
  margin-bottom: 24px;
}
.exam_det p.workCount span:first-child{
  font-weight: bold;
  font-size: 25px;
}


/****************** ボタン ******************/

.exam_det .examBtArea .flexBtM{
  gap: 15px;
}
.exam_det .examBtArea .flexBtM .sbmBNBt.back{
  background: #fff;
  border: 1px solid var(--app-main-cr1);
  border-radius: 50px;
  color: var(--app-main-cr1);
}

.exam_det .examBtArea .flexBtM .sbmNxBt.next,
.exam_det .examBtArea .flexBtM .sbmCpBt.next{
  background: var(--app-main-cr1);
  border: 1px solid var(--app-main-cr1);
  border-radius: 50px;
  color: #fff;
}


/****************** テスト一覧画面 ******************/


/****************** スタート画面 ******************/

.exam_det .work_index{
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  max-width: 750px;
  margin: 30px auto;
}

.exam_top p{
  margin-bottom: 24px;
}

.examBtArea a.blBT{
  width: 75%;
}

@media screen and (max-width:540px){
  .examBtArea a.blBT{
    width: 100%;
  }
}


/****************** 回答画面 ******************/

.exam_det .examBoxInn{
  border-bottom: transparent;
}

.exam_det .examBoxInn .examSubTiArea{
  background-color: #F2F2F2;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  margin-bottom: 24px;
}

.examBoxAncSection{
  margin: 24px auto;
}

.examBoxAncSection .examAnswer{
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  border-radius: 4px;
  padding: 20px 30px;
}

.examBoxAncSection .examAnswer li{
  list-style: none;
}


/****************** 回答確認画面・結果レポート画面 ******************/

.exam_det .examBoxAncSection .examAnc{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.exam_det .examBoxAncSection .examAnc p{
  margin-left: 0;
}

.exam_det .examBoxAncSection .examAnc .ScoreIcoDet{
  font-size: 30px;
  margin-right: 0;
  font-weight: bold;
}

.exam_det .examBoxAncSection .examAnc .ScoreIcoDet.failureIcoDet{
  color: #EC3C67;
}

.exam_det .examBoxAncSection .examAnc .ScoreIcoDet.PassIcoDet{
  color: #0E84D1;
}

.exam_det .examBoxAncSection .examCorrectTi{
  background: var(--app-bg-cr1);
  color: var(--app-examSubTi-txt);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  margin-bottom: 24px;
}

.examBox .examAnc,
.examBox .examCorrect{
  margin: 24px auto;
  color: var(--app-examAncP-txt);
  font-size: var(--font-examAncP);
  line-height: var(--font-examAncP-gy);
  border-radius: var(--app-examAncP-rod);
  -webkit-border-radius: var(--app-examAncP-rod);
  -moz-border-radius: var(--app-examAncP-rod);
  background: transparent;
  border: none;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  padding: 20px 30px;
}

.examBoxScore{
  text-align: center;
  margin: 24px auto;
}

article.examBox{
  padding: 16px 0 32px;
}


/****************** 結果レポート遷移画面 ******************/
.exam_det .work_save .examBtArea .flexBtM .sbmNxBt.next{
  width: 75%;
}