@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
report
---------------------------------------- */
.report_area_contents {
    margin-bottom: 50px;
}
#report .report_area_contents .sub_heading_outer{
    margin-bottom: 10px;
}
.report_area_contents ul.report_sample{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.report_area_contents ul.report_sample li.report_sample_list{
    width: calc(50% - 10px);
}
.report_area_contents ul.report_sample li.report_sample_list:nth-child(n+3){
    margin-top: 15px;
}
.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{
    display: flex;
    flex-wrap: wrap;
    }
    .report_area.dcrt_content .report_area_intro.dcrt_content{
        width: 100%;
    }
    .report_area .report_area_contents.pc_w_50{
        width: calc(50% - 30px);
    }
    .report_area .report_area_contents.pc_w_50:nth-of-type(1),
    .report_area .report_area_contents.pc_w_50:nth-of-type(4){
        margin-right: 60px;
    }
    .report_area .report_area_contents.pc_w_100 .report_inner{
        display: flex;
        justify-content: space-between;
    }
    .report_area .report_area_contents.pc_w_100 .report_sample_img{
        width:47%;
    }
    .report_area .report_area_contents.pc_w_100 .report_sample_contents{
        width: 47%;
    }    
}