@import url("../webfonts/MADE_Canvas_Black/stylesheet.css");
.contentPage section {
    margin-bottom: 10%;
}
.contentPage .content {
    margin-bottom: 15%;
}
.contentPage .content:last-child {
    margin-bottom: 0%;
}
.evaluation  {
}
.evaluation .people {
    border: 1px solid #667971;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8%;
}
.evaluation .people .name {
    background-color: #667971;
    color: #FFFFFF;
    width: 30%;
    font-size: 12px;
    padding-top: 5%;
    padding-bottom: 5%;
}
.evaluation .people .course {
    width: 70%;
    font-size: 12px;
}
.evaluation .q_box {
}
.evaluation .q_box dl {
    margin-bottom: 10%;
}
.evaluation .q_box dt {
    color: #D2AE5D;
    font-size: 21px;
    font-weight: bold;
    position: relative;
	padding-left: 30px;
	margin-bottom: 5%;
}
.evaluation .q_box dt::before {
    content: "Q";
    font-family: "MADE Canvas Black";
    color: #667971;
    font-size: 26px;
    display: inline-block;
    position: absolute;
    top: 0px;
	left: 0px;
}
@media screen and (min-width:768px){
/*.contentPage section {
    margin-bottom: 5%;
}*/
.evaluation .people .name {
    font-size: 16px;
	padding-top: 2%;
    padding-bottom: 2%;
}
.evaluation .people .course {
    font-size: 16px;
}
}
