
.result-box .c-questions-panel__result{
  font-weight: normal;
  font-size: 1.6rem;
}
.result-box .c-questions-panel__result em{
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
}


.img-box{
  text-align: center;
}
.img-box img{
  max-width: 100%;
  height: auto;
}
.img-box .graph{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
.img-box .graph::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90%;
  background: rgba(0,0,0,0);
  border: 2px solid #E8E8E8;
  top: 0;
  left: 0;
}

.img-box .graph #chart{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.note dl{
  padding: 15px 15px 5px;
  background: #f4f4f4;
  color:#747474;
  font-size: 12px;
  line-height: 1.5;
}
.note dt{
  font-weight: bold;
  color:#4F4F4F;
}
.note dd{
  margin-bottom: 10px;
}
.txt-box dt{
  border-left: 5px solid #07368f;
  padding: 5px 15px ;
  margin:15px 0 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
.recmmd-box{
  border: 1px solid #07368f;
  border-radius: 5px;
  padding: 15px 15px 1px;
  margin-top: 30px;
}
.recmmd-box > p{
  font-weight: bold;
  font-size: 1.8rem;
  margin:0 0 15px ;
}
.recmmd-box__group > p strong{
  display: inline-block;
  padding: 2px 10px 0;
  margin-bottom: 5px;
}
.recmmd-box__group > p em{
  font-style: normal;
  font-weight: bold;
}
.recmmd-box__group ul{
  margin: 15px 0 15px;
  font-size: 1.3rem;
}
.recmmd-box__group li a{
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 10px;
}
.recmmd-box__group li a::before,
.recmmd-box__group li a::after{
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.recmmd-box__group li a::before{
  width: 15px;
  height: 15px;
  top: 2px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #07368f;
}
.recmmd-box__group li a::after{
  top: 7px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.recmmd-01 strong{
  background: #ff9696;
}
.recmmd-02 strong{
  background: #ffda44;
}
.recmmd-03 strong{
  background: #b9ee89;
}

.c-contents-block a {
  color: #07368f;
}
