@charset "utf-8";
/******* 2022/10追加　イベントレポート05 *******/

/* タイトル画像 */
#dt_report_section_06 .dt_ttl_01 {
    background-image: url(../images/report/06/ttl.png);
    height: 140px;
}

#dt_report_section_06 .dt_h3_01 {
    background-image: url(../images/report/06/ttl_h3_02.png);
    width: 396px;
    height: 50px;
}

#dt_report_section_06 .dt_h3_02 {
    background-image: url(../images/report/06/ttl_h3_03.png);
    width: 408px;
    height: 50px;
}

#dt_report_section_06 .dt_h3_03 {
    background-image: url(../images/report/06/ttl_h3_04.png);
    width: 443px;
    height: 50px;
}

#dt_report_section_06 .dt_h3_04 {
    background-image: url(../images/report/06/ttl_h3_05.png);
    width: 244px;
    height: 50px;
}

#dt_report_section_06 .dt_h3_05 {
    background-image: url(../images/report/06/ttl_h3_06.png);
    width: 81px;
    height: 50px;
}


/* 本文画像 */
#dt_report_section_06 .dt_img {
    height: 362px;
}

#dt_report_section_06 .dt_img_01 {
    background-image: url(../images/report/06/img_01.png);
}

#dt_report_section_06 .dt_img_02 {
    background-image: url(../images/report/06/img_02.png);
    height: 433px;
}

#dt_report_section_06 .dt_img_03 {
    background-image: url(../images/report/06/img_03.png);
}

#dt_report_section_06 .dt_img_03 {
    background-image: url(../images/report/06/img_03.png);
}

#dt_report_section_06 .dt_img_graph {
    background-image: url(../images/report/06/img_graph_01.png);
}

#dt_report_section_06 .dt_img_04 {
    background-image: url(../images/report/06/img_04.png);
}

#dt_report_section_06 .dt_img_05 {
    background-image: url(../images/report/06/img_05.png);
}

#dt_report_section_06 .dt_img_list {
    background-image: url(../images/report/06/img_06.png);
}

#dt_report_section_06 .dt_img_06 {
    background-image: url(../images/report/06/img_08.png);
}

#dt_report_section_06 .dt_img_07 {
    background-image: url(../images/report/06/img_graph_02.png);
}



/* レスポンシブ */
@media screen and (max-width: 768px) {

    #dt_report_section_06 .dt_ttl_01,
    #dt_report_section_06 .dt_h3_01,
    #dt_report_section_06 .dt_h3_02,
    #dt_report_section_06 .dt_h3_03,
    #dt_report_section_06 .dt_h3_04,
    #dt_report_section_06 .dt_h3_05 {
        height: auto;
    }

    #dt_report_section_06 .dt_img {
        height: 0;
    }

    #dt_report_section_06 .dt_img_01 {
        background-image: url(../images/report/06/img_01_sp.png);
    }

    #dt_report_section_06 .dt_img_02 {
        background-image: url(../images/report/06/img_02_sp.png);
        height: 0;
    }

    #dt_report_section_06 .dt_img_03 {
        background-image: url(../images/report/06/img_03_sp.png);
        padding-top: 78%;
    }

    #dt_report_section_06 .dt_img_graph {
        background-image: url(../images/report/06/img_graph_01_sp.png);
        padding-top: 158%;
    }

    #dt_report_section_06 .dt_img_04 {
        background-image: url(../images/report/06/img_04_sp.png);
    }

    #dt_report_section_06 .dt_img_05 {
        background-image: url(../images/report/06/img05_sp.png);
        padding-top: 78%;
    }

    #dt_report_section_06 .dt_img_list {
        background-image: url(../images/report/06/img06_sp.png);
        padding-top: 97%;
    }

    #dt_report_section_06 .dt_img_06 {
        background-image: url(../images/report/06/img_08_sp.png);
    }

    #dt_report_section_06 .dt_img_07 {
        background-image: url(../images/report/06/img_graph_02_sp.png);
        padding-top: 78%;
    }
}