@charset "UTF-8";
body {
  font-size: 15px;
  line-height: 2.0;
  color: #555555;
}
.sp_br {
  display: none;
}

/*----------------------------------------------
　TOP PAGE
----------------------------------------------*/
/* ------------ CONTENTS ------------ */
#contents {
	margin-left: 150px;
}
#contents #main {
  background: url("../img/oh-cam/bg.png") repeat center top;
}
#contents .content-width {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#contents .link {
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  padding-left: 30px;
}
#contents .link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/creative/icon_link.svg") no-repeat center top/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contents .link span {
  font-size: 28px;
  font-weight: bold;
}
#contents .link::after {
  content: "";
  display: block;
  position: relative;
  left: 2%;
  width: 98%;
  height: 10px;
  z-index: -1;
  transition: left 0.2s;
  top: -0.5em;
  background: #fca400;
}
#contents .link:hover::after {
  left: 2em;
}
/* ------------ TOP ------------ */
#contents #top {
  background: url("../img/oh-cam/top_bg.png") no-repeat center top;
  background-color: #FFF;
  height: 550px;
}
#contents #top h1 {
  position: absolute;
  top: 157px;
  right: 0;
}
#contents #top .catch {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  color: #f7649e;
  text-align: left;
  position: absolute;
  left: 0;
  top: 140px;
}
#contents #top .catch span {
  background: linear-gradient(transparent 60%, #ffeb0f 0%);
}
#contents #top p {
  text-align: left;
  position: absolute;
  left: 0;
  top: 290px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.0;
  letter-spacing: 0.1rem;
}
/* ------------ MEMBER ------------ */
#contents #member {
  background-color: #FFF;
  border-radius: 10px;
  margin: 60px 0;
  padding: 30px;
}
#contents #member h2 {
  font-size: 22px;
  font-weight: bold;
  color: #ffb608;
  margin-bottom: 20px;
}
#contents #member .member-list {
  display: flex;
  justify-content: space-between;
}
#contents #member .member-list li {
  width: 220px;
  background-color: #ffb608;
  border-radius: 10px;
  padding: 20px 15px 15px;
  box-sizing: border-box;
}
#contents #member .member-list li h3 {
  font-size: 18px;
  line-height: 1.4;
}
#contents #member .member-list li dl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
#contents #member .member-list li figure {
  height: 80px;
  margin: 10px 0;
}
#contents #member .member-list li figure img {
  width: auto;
  height: 100%;
}
/* ------------ BEST ------------ */
#contents #best {
  background-color: #ff9ac5;
  border-radius: 10px;
  position: relative;
  margin-bottom: 60px;
    padding: 30px;
}
#contents #best a {
    display: flex;
    justify-content: space-between;
}
#contents #best figure {
    border-radius: 10px;
    border: solid 6px #FFF;
    width: 440px;
    height: 270px;
}
#contents #best figure img {
    display: block;
    width: 100%;
    height: auto;
}
#contents #best .wrap {
    width: 50%;
    text-align: center;
}
#contents #best .college {
  width: 100%;
  height: 100px;
  background-color: #FFF;
  border-radius: 10px;
  font-size: 28px;
  font-weight: bold;
  line-height: 100px;
  box-shadow: 0 0 10px rgba(196, 84, 132, 0.3);
}
#contents #best span {
    display: block;
    width: 230px;
    height: 38px;
    border-radius: 19px;
    background-color: #84c6e7;
    color: #FFF;
    font-weight: bold;
    line-height: 38px;
    margin: 20px auto 0;
    position: relative;
    transition: 0.2s;
}
#contents #best a:hover span {
    background-color: #3ba8ef;
}
#contents #best span::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #fcf334;
  border-right: solid 3px #fcf334;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -5px;
    transition: 0.2s;
}
#contents #best a:hover span::before  {
    right: 1.0rem;
}
/* ------------ FLOW ------------ */
#contents #flow {
  position: relative;
  background-color: #FFF;
  padding: 60px 0 90px;
}
#contents #flow h2 {
  margin-bottom: 40px;
}
#contents #flow ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents #flow ol li {
  margin-bottom: 40px;
}
#contents #flow ol li:nth-child(1), #contents #flow ol li:nth-child(2) {
  width: 300px;
}
#contents #flow ol li:nth-child(3) {
  width: 400px;
}
#contents #flow ol li:nth-child(4), #contents #flow ol li:nth-child(5) {
  width: 500px;
}
#contents #flow li h3 {
  background-color: #84c6e7;
  border-radius: 25px 0px 0px 25px;
  color: #FFF;
  font-size: 16px;
  position: relative;
  width: -webkit-calc(100% - 18px);
  width: calc(100% - 18px);
  height: 45px;
  line-height: 45px;
  text-align: left;
  padding-left: 55px;
  box-sizing: border-box;
}
#contents #flow li h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 18px;
  border-color: transparent transparent transparent #84c6e7;
  position: absolute;
  right: -18px;
  top: 0;
}
#contents #flow li:nth-child(5) h3 {
  background-color: #ffb108;
}
#contents #flow li:nth-child(5) h3:after {
  border-color: transparent transparent transparent #ffb108;
}
#contents #flow li h3 span {
  background-color: #3ba8ef;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#contents #flow li p {
  text-align: left;
  margin: 20px 18px 0 18px;
}
#contents #flow li:nth-child(5) p {
  color: #ffb108;
  font-size: 18px;
  font-weight: bold;
}
/* ------------ MESSAGE ------------ */
#contents #message {
  position: relative;
  background-color: #f8f8f8;
  padding: 60px 0;
  border-top: solid 7px #84c6e7;
}
#contents #message h2 {
  font-size: 24px;
  color: #646464;
  margin-bottom: 30px;
  letter-spacing: 0;
}
#contents #message p {
  text-align: left;
}
/* ------------ FOOTER ------------ */
#backtoTop {
  background: url("../img/younglab/backtoTop.png") no-repeat 50% 50% / 50px 50px;
}



/*----------------------------------------------
　REPORT PAGE
----------------------------------------------*/
header {
    background-color: #FFF;
    border-top: solid 7px #83c1e9;
    height: 120px;
}
header h1 {
    position: absolute;
    left: 0;
    top: 15px;
}

#contents #main.report-page {
    padding-bottom: 100px;
}

#contents .page-ttl {
    margin-top: 35px;
}
#contents .page-ttl .best {
    position: relative;
    margin: 0 auto;
    width: 405px;
}
#contents .page-ttl span {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    color: #f663a2;
    position: absolute;
    left: 40px;
    top: 5px;
    
}
#contents .page-ttl h2 {
    display: inline-block;
    font-size: 36px;
    background: linear-gradient(transparent 60%, #83c1e9 0%);
}

/* ------------ MEMBER ------------ */
#contents .report-page #member h3 {
    font-size: 22px;
    color: #ffb608;
}
#contents .report-page #member ul {
    width: 670px;
    margin: 0 auto;
}
#contents .report-page #member ul li {
    width: 210px;
}
#contents .report-page #member h4 {
    background-color: #83c1e9;
    color: #FFF;
    text-align: center;
    margin: 45px 0 10px;
}
#contents .report-page #member .prgram-list {
    list-style: none;
    text-align: left;
    font-weight: bold;
}
#contents .report-page #member .prgram-list li {
    padding: 3px 0;
}
#contents .report-page #member .prgram-list div {
    display: inline-block;
    color: #FFF;
    text-align: center;
    line-height: 1;
    background-color: #83c1e9;
    border-radius: 50%;
    margin-right: 0.5rem;
}
#contents .report-page #member .prgram-list span {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 1rem;
    height: 1rem;
    padding: 0.2rem;
}
/* ------------ EVALUATION ------------ */
#contents .report-page #evaluation {
    background-color: #FFF;
    border-radius: 10px;
    padding: 50px 30px;
    margin-bottom: 60px;
}
#contents .report-page #evaluation .evaluation-wrap {
    display: flex;
    justify-content: space-between;
}
#contents .report-page #evaluation .evaluation-blk {
    width: 50%;
    float: left;
}
#contents .report-page #evaluation .evaluation-blk h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #ffb108;
    border-left: solid 6px #ffb108;
    padding-left: 10px;
}
#contents .report-page #evaluation .total-evaluation {
    width: 555px;
    border-radius: 10px;
    background-color: #ffefcd;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    margin: 60px auto 0;
}
#contents .report-page #evaluation .total-evaluation h3 {
    font-size: 24px;
    width: 235px;
    padding-top: 25px;
}
#contents .report-page #evaluation .total-evaluation h3 span {
    background: linear-gradient(transparent 60%, #ffb108 0%);
}
#contents .report-page #evaluation .total-evaluation .score {
    background-color: #FFF;
    border-radius: 10px;
    width: 280px;
    font-size: 72px;
    font-weight: bold;
    color: #ffb108;
    line-height: 1.0;
    padding: 10px 0;
}

/* ------------ COMMENT ------------ */
#contents .report-page #comment {
    background-color: #FFF;
    border-radius: 10px;
    padding: 50px;
}
#contents .report-page #comment .comment-blk {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 50px;
}
#contents .report-page #comment .comment-blk figure {
    width: 450px;
}
#contents .report-page #comment .comment-blk .comment-area {
    width: 410px;
}
#contents .report-page #comment .comment-blk .comment-ttl {
    position: relative;
    margin-bottom: 20px;
} 
#contents .report-page #comment .comment-blk .comment-area h3 {
    background-color: #83c1e9;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    position: relative;
}
#contents .report-page #comment .comment-blk .comment-area h3:after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    right: 8px;
    top: -20px;
    z-index: 10;
}
#contents .report-page #comment .comment-blk .comment-area.icon_01 h3:after {
    background: url("../img/oh-cam/report/report_comment_icon01.png") no-repeat center top;
}
#contents .report-page #comment .comment-blk .comment-area.icon_02 h3:after {
    background: url("../img/oh-cam/report/report_comment_icon02.png") no-repeat center top;
}
#contents .report-page #comment .comment-blk .comment-area.icon_03 h3:after {
    background: url("../img/oh-cam/report/report_comment_icon03.png") no-repeat center top;
}
#contents .report-page #comment .comment-blk .comment-area.icon_04 h3:after {
    background: url("../img/oh-cam/report/report_comment_icon04.png") no-repeat center top;
}
#contents .report-page #comment .comment-blk .comment-ttl span {
    display: block;
    width: 60px;
    font-size: 12px;
    line-height: 1.0;
    padding: 3px 0;
    background-color: #FFF;
    border-radius: 15px;;
    text-align: center;
    color: #83c1e9;
    font-weight: bold;
    border: solid 2px #83c1e9;
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 20;
}
#contents .report-page #comment .comment-blk .comment-area h4 {
    color: #83c1e9;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
}
#contents .report-page #comment .comment-blk .comment-area p {
    text-align: left;
}


/*---------------------------------------------
  SmatrPhone/Tablet
---------------------------------------------*/
@media screen and (max-width:1150px) {
  #contents .content-width {
    width: 95%;
    max-width: 95%;
  }
	
	#contents #top h1{
		width: 44vw;
	}
	#contents #top .catch{
		font-size: 2.7vw;
		top: 170px;
	}
	#contents #top p{
		top: 280px;
	}
	
	#contents .report-page #comment{
		padding: 5vw;
	}
	#contents .report-page #comment .comment-blk figure {
		 width: 36vw;
	}
	#contents .report-page #comment .comment-blk .comment-area {
		 width: 32vw;
	}
	
	#contents #member .member-list li{
		width: 18vw;
		padding: 20px 0 15px;
	}
	#contents #member .member-list li h3,
	#contents #member .member-list li dl{
		font-size: 1.5vw;
	}
	
	#contents #best .wrap{
		width: 40%;
		width: calc(90vw - 630px);
	}
	
	#contents #flow ol li:nth-child(1),
	#contents #flow ol li:nth-child(2){
		width: 32%;
	}
	#contents #flow ol li:nth-child(3){
		width: 36%;
	}
	#contents #flow ol li:nth-child(4),
	#contents #flow ol li:nth-child(5){
		width: 50%;
	}
}
@media screen and (max-width:1000px) {
	#contents {
		margin-left: 0;
	}
  #contents .content-width {
    width: 90%;
  }
  /* ------------ TOP ------------ */
  #contents #top {
    background: url("../img/oh-cam/top_bg.png") no-repeat center top;
    background-color: #FFF;
    height: 700px;
  }
  #contents #top h1 {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    text-align: center;
  }
  #contents #top .catch {
    text-align: center;
    top: 360px;
    width: 100%;
  }
  #contents #top p {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 500px;
  }
  /* ------------ MEMBER ------------ */
  #contents #member {
    padding: 30px 30px 0 30px;
  }
  #contents #member ul {
    flex-wrap: wrap;
  }
  #contents #member .member-list li {
    width: 48%;
    margin-bottom: 30px;
  }
	#contents #member .member-list li h3,
	#contents #member .member-list li dl{
		font-size: 2.5vw;
	}
  /* ------------ BEST ------------ */
      #contents #best {
    background-color: #ff9ac5;
    border-radius: 10px;
    position: relative;
    margin-bottom: 60px;
  }
    #contents #best a {
        display: block;
    }
    #contents #best figure {
    border-radius: 10px;
    border: solid 6px #FFF;
    width: 100%;
    height: inherit;
}
#contents #best figure img {
    display: block;
    width: 100%;
    height: auto;
}
    #contents #best .wrap {
    width: 100%;
    text-align: center;
}
#contents #best span {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
}
  #contents #best .college {
    width: 100%;
  }
  /* ------------ FLOW ------------ */
  #contents #flow ol li:nth-child(1), #contents #flow ol li:nth-child(2) {
    width: 50%;
  }
  #contents #flow ol li:nth-child(3) {
    width: 50%;
  }
  #contents #flow ol li:nth-child(4), #contents #flow ol li:nth-child(5) {
    width: 50%;
  }
	
  /* ------------ COMMENTS ------------ */
	#contents .report-page #comment .comment-blk figure {
		 width: 40vw;
	}
	#contents .report-page #comment .comment-blk .comment-area {
		 width: 36vw;
	}
}
@media screen and (max-width:800px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: inline;
  }
  #contents h2 {
    font-size: 10vw;
    margin-bottom: 5%;
  }
  #contents h2 small {
    font-size: 3vw;
  }
  #contents .blk {
    width: 100%;
  }
  /* ------------ BEST ------------ */
  #contents #best {
    padding: 10% 5%;
  }
    #contents #best figure {
        box-sizing: border-box;
        margin-bottom: 2%;
}
#contents #best figure img {
    display: block;
    width: 100%;
    height: auto;
}
 #contents #best h2 {
    width: 70%;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    margin-bottom: 0;
    line-height: 1.0;
  }
  /* ------------ FLOW ------------ */
  #contents #flow {
    padding: 6% 0 9%;
  }
  #contents #flow h2 {
    width: 100%;
    margin-bottom: 4%;
  }
  #contents #flow h2 img {
    width: 100%;
    height: auto;
  }
  #contents #flow ol {
    display: block;
  }
  #contents #flow ol li {
    margin-bottom: 4%;
  }
  #contents #flow ol li:nth-child(1), #contents #flow ol li:nth-child(2) {
    width: 100%;
  }
  #contents #flow ol li:nth-child(3) {
    width: 100%;
  }
  #contents #flow ol li:nth-child(4), #contents #flow ol li:nth-child(5) {
    width: 100%;
  }
  #contents #flow li h3 {
    width: 100%;
  }
  #contents #flow li h3:after {
    display: none;
  }
  #contents #flow li p {
    text-align: left;
    margin: 2% 0 0 1.8%;
  }
    
    /*----------------------------------------------
　REPORT PAGE
----------------------------------------------*/
/* ------------ MEMBER ------------ */
    #contents #member {
        padding: 5%;
        margin: 10% 0;
    }
    #contents .report-page #member h3 {
        margin-bottom: 20px;
    }
#contents .report-page #member ul {
    width: 100%;
    margin: 0 auto;
}
#contents .report-page #member ul li {
    width: 48%;
}
#contents .report-page #member h4 {
    margin: 0 0 10px;
}
    /* ------------ EVALUATION ------------ */
#contents .report-page #evaluation {
    padding: 8% 5%;
    margin-bottom: 10%;
}
#contents .report-page #evaluation .evaluation-wrap {
    display: block;
}
#contents .report-page #evaluation .evaluation-blk {
    width: 100%;
    margin-bottom: 10%;
}
#contents .report-page #evaluation .evaluation-blk h3 {
    font-size: 18px;
    margin-bottom: 5%;
}
    #contents .report-page #evaluation .evaluation-blk figure {
        width: 100%;
    }#contents .report-page #evaluation .evaluation-blk figure img {
        width: 100%;
        height: auto;
    }
#contents .report-page #evaluation .total-evaluation {
    width: 100%;
    margin: 6% auto 0;
}
#contents .report-page #evaluation .total-evaluation h3 {
    width: 50%;
}
#contents .report-page #evaluation .total-evaluation h3 span {
}
#contents .report-page #evaluation .total-evaluation .score {
    width: 50%;
}
/* ------------ COMMENT ------------ */
#contents .report-page #comment {
    padding: 8% 5%;
}

#contents .report-page #comment .comment-blk {
    display: block;
    margin-bottom: 10%;
}
#contents .report-page #comment .comment-blk figure {
    width: 100%;
}
    #contents .report-page #comment .comment-blk figure img {
        width: 100%;
        height: auto;
    }
#contents .report-page #comment .comment-blk .comment-area {
    width: 100%;
}
#contents .report-page #comment .comment-blk .comment-ttl {
    margin-bottom: 2%;
} 
#contents .report-page #comment .comment-blk .comment-area h3 {
    background-color: #83c1e9;
    border-radius: 4px;
    padding: 3%;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    position: relative;
}
#contents .report-page #comment .comment-blk .comment-area h3:after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    right: 8px;
    top: -20px;
    z-index: 10;
}
#contents .report-page #comment .comment-blk .comment-area.icon_01 h3:after {
    background: url("../img/oh-cam/report/report_comment_icon01.png") no-repeat center top;
}
#contents .report-page #comment .comment-blk .comment-area.icon_02 h3:after {
    background: url("../img/oh-cam/report/report_comment_icon02.png") no-repeat center top;
}
#contents .report-page #comment .comment-blk .comment-area.icon_03 h3:after {
    background: url("../img/oh-cam/report/report_comment_icon03.png") no-repeat center top;
}
#contents .report-page #comment .comment-blk .comment-area.icon_04 h3:after {
    background: url("../img/oh-cam/report/report_comment_icon04.png") no-repeat center top;
}
#contents .report-page #comment .comment-blk .comment-ttl span {
    display: block;
    width: 60px;
    font-size: 12px;
    line-height: 1.0;
    padding: 3px 0;
    background-color: #FFF;
    border-radius: 15px;;
    text-align: center;
    color: #83c1e9;
    font-weight: bold;
    border: solid 2px #83c1e9;
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 20;
}
#contents .report-page #comment .comment-blk .comment-area h4 {
    color: #83c1e9;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
}
#contents .report-page #comment .comment-blk .comment-area p {
    text-align: left;
    margin-bottom: 5%;
}
}
@media screen and (max-width:480px) {
  body {
    font-size: 4vw;
  }
  /* ------------ TOP ------------ */
  #contents #top {
    background: url("../img/oh-cam/top_bg.png") no-repeat center top;
    background-color: #FFF;
    height: inherit;
    padding: 20% 0;
  }
  #contents #top h1 {
    position: relative;
    top: 0;
    right: 0;
  }
  #contents #top .catch {
    position: relative;
    top: 0;
    font-size: 24px;
  }
  #contents #top p {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 10%;
  }
  /* ------------ MEMBER ------------ */
  #contents #member {
    padding: 10% 5%;
  }
  #contents #member ul {
    display: block;
  }
  #contents #member .member-list li {
    width: 100%;
    margin-bottom: 3%;
  }
	#contents #member .member-list li h3,
	#contents #member .member-list li dl{
		font-size: 4vw;
	}
	#contents #member .member-list li h3 br,
	#contents #member .member-list li dl br{
		display: none;
	}
	#contents #member .member-list li dl dt,
	#contents #member .member-list li dl dd{
		display: inline-block;
	}
	#contents #member .member-list li dl dt{
		padding-right: 0.5em;
	}
	#contents #member .member-list li figure {
		height: 20vw;
	}

  /* ------------ BEST ------------ */
  #contents #best .college {
    font-size: 20px;
  }
  /* ------------ MESSAGE ------------ */
  #contents #message h2 {
    font-size: 20px;
  }
    /*----------------------------------------------
　REPORT PAGE
----------------------------------------------*/
header {
    border-top: solid 3px #83c1e9;
    height: 16vw;
}
header h1 {
    position: absolute;
    left: 0;
    top: 2.6vw;
    width: 18.7vw;
}
    header h1 img {
        width: 100%;
        height: auto;
    }
#contents #main.report-page {
    padding-bottom: 10%;
}
#contents .page-ttl {
    margin-top: 3.5%;
}
#contents .page-ttl .best {
    position: relative;
    margin: 0 auto;
    width: 100%;
}
    #contents .page-ttl .best img {
        width: 100%;
        height: auto;
    }
#contents .page-ttl span {
    font-size: 24px;
    left: 8vw;
    top: 2px;
    
}
#contents .page-ttl h2 {
    font-size: 7vw;
}
    /* ------------ MEMBER ------------ */
    #contents .report-page #member{
        padding: 8% 5%;
    }
    #contents #member .member-list {
        display: block;
    }
    #contents .report-page #member ul li {
    width: 100%;
}
    #contents #member .member-list li {
            padding: 2%;
    }
    #contents .report-page #member h4 {
    margin: 10% 0 2%;
}
     /* ------------ EVALUATION ------------ */
#contents .report-page #evaluation .total-evaluation {
    width: 100%;
    flex-wrap: wrap;
    position: relative;
}
#contents .report-page #evaluation .total-evaluation h3 {
    width: 100%;
    padding-top: 0;
}
#contents .report-page #evaluation .total-evaluation h3 span {
    background: linear-gradient(transparent 60%, #ffb108 0%);
}
#contents .report-page #evaluation .total-evaluation .score {
    width: 100%;
    font-size: 72px;
}
}