
.attachment_present_block{
    width: 100px;
}
.attachment_present{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.ansbox{
    background-color: #4fa7aa;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    padding: .5rem 1.5rem;
    border-radius: .25rem;
}
.optionbox{
    border-bottom: 1px solid rgb(220,220,220);
    padding: 1rem;
}
.optionbox:last-child{
    border-bottom: 0px;
}

.optionbox.ans{
    border: 1px solid rgb(79, 167, 170);
    background-color: rgba(79, 167, 170, .1);
    font-weight: 500;
}
.area{
    background-color: rgb(255,255,255);
    height: 100%;
    border-radius: .5rem;
}
.area_tile{
    border-bottom: 1px solid #d3d3d3;
    font-weight: 700;
    padding: 1.15rem 1rem .75rem 1rem;
    font-size: 1.05rem;
}
.area_item:not(:last-child){
    border-bottom: 1px solid #eaeaea;
}
.area_item{
    padding: .75rem 2rem;
}
#test_basic_info table td{
    padding: .125rem .25rem;
}
.ans_result{
    font-size: 1.25rem;
}
@media(min-width: 768px){
    .title_block{
        border-bottom: 0px;
        margin-bottom: 0;
    }
    .title_block .main_title{
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
    }
    #test_name{
        font-size: 1.5rem;
        font-weight: 500;
    }
    #test_basic_info{
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 1%;
        margin-bottom: 3%;
    }
    #test_basic_info table td{
        padding: .5rem 1rem;
    }
    #test_basic_info table tr:not(:last-child) td{        
        border-bottom: 1px solid #d3d3d3;
    }
    .area_item{
        padding: .75rem 4rem;
    }
}

/*table*/
.name_width{
    min-width: 80px;
}
@media(min-width: 576px){
    .name_width{
        min-width: 100px;
    }
    
}

/*chart*/
#myChart{
    max-height: 150px;
}
@media(min-width: 768px){
    #myChart{
        max-height: 200px;
    }
}
@media(min-width: 1600px){
    #myChart{
        max-height: 180px;
    }
}

/**/
.score_label, .rank_label{
    font-size: 1.25rem;
    margin-bottom: .25rem;
    letter-spacing: .2em;
}
.score_value, .rank_value{
    font-size: 1.875rem;
    color: #000;
    font-weight: 700;
}