@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
report
---------------------------------------- */
.report_area{
    margin-top: 30px;
}
.report_area_contents {
    margin-bottom: 50px;
}
.report_area_contents .report_sample{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.report_area_contents .report_sample .report_sample_list{
    width: calc(50% - 10px);
}
.report_area_contents .report_sample_txt{
    font-weight: 500;
    font-size: 15px;
    margin: 10px 0;
}
.report_area_contents .report_sample_txt_name{
    font-weight: 700;
    font-size: 15px;
}
/*------------ PC用  ------------*/
@media screen and (min-width: 950px) {
    .report_area_contents_outer{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .report_area_contents_outer .report_area_contents{
        width: calc(50% - 27px);
    }
}