/* =========================
   Exam Count Badge
========================= */

.exam-badge{
  position: absolute;
  top: 40px;
  right: 40px;

  width: 170px;
  height: 170px;
  border-radius: 50%;

  background: #fff;
  border: 4px solid #3aa4c8;
  box-sizing: border-box;

  text-align: center;
  line-height: 1.3;

  overflow: hidden;
  z-index: 10;
}

/* $B"'(B $B2<H>J,$rEI$k%l%$%d!<(B */
.exam-badge::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 50%;              /* $B"+(B $B2<H>J,$9$Y$F(B */
  background: #3aa4c8;
  z-index: 0;
}

/* $BCf?H$OA0LL$X(B */
.exam-badge > *{
  position: relative;
  z-index: 1;
}

/* $B>eH>J,!JGrCOB&!K(B */
.exam-badge__lead,
.exam-badge__count{
  font-family: "$B^bL@D+(B", "Yu Mincho",
               "Hiragino Mincho ProN", "Hiragino Mincho Pro",
               "Noto Serif JP", serif;
}

/* $B!VN_7W<u83<T?t$O!W(B */
.exam-badge__lead{
  font-size: 13.5px;
  color: #333;
  margin: 25px 0 2px;
}

/* $B!V(B1,500$B?M$rFMGK!*!W(B */
.exam-badge__count{
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #000;
}

/* $B?t;z$@$1(B 120% */
.exam-badge__number{
  font-size: 130%;
}

/* $B2<H>J,!J@DNP!K(B */
.exam-badge__sub{
  margin: 0;
  background: #3aa4c8; /* $B"+(B $B;XDj?'(B */
  color: #fff;

  padding: 12px 10px 14px;
  font-size: 15px;
   font-weight: 400;
  line-height: 1.4;
}

/* ---------- SP ---------- */
@media (max-width: 768px){
  .exam-badge{
    width: 105px;
    height: 105px;
    top: 10px;
    left: 10px;
    border: 3px solid #3aa4c8;
  }

  .exam-badge__lead{
    font-size: 10.5px;
    margin-top: 15px;
  }

  .exam-badge__count{
    font-size: 11px;
    margin-bottom: 8px;
  }

  .exam-badge__sub{
    font-size: 10px;
    padding: 3px 8px 12px;
  }
}

/* casestudy $B%P%J!<Cf1{4s$;(B */
.casestudy-banner {
  text-align: center;
  margin-bottom: 30px; /* $B"+(B $BDI2C(B */
}

.casestudy-banner a {
  display: inline-block;
}