section{
    flex-direction: column;
}
p,
span,
li,
h3{
    font-family: "Noto Sans JP";
    font-style: normal;
}
.blu_bg{
    background: var(--blue-50, #F1F8FE);
}
.top_section .section_main {
    margin-top: 96px;
}
.top_section .section_main .top_title > h1{
    color: var(--blue-0, #0974E8);
    font-size: 48px;
}

@media screen and (max-width: 880px) {
    .top_section .section_main {
        margin-top: 49px;
    }
    .top_section .section_main .top_title > h1{
        font-size: 32px;
    }
}

/* DAP白書について */
.dap_detail_section{

}
.dap_detail_section .section_main{
    max-width: 640px;
    align-self: center;
}
.dap_detail_section .section_main .dap_detail_texts{
    display: flex;
    padding-left: 32px;
    padding-right: 32px;
}
.dap_detail_section .section_main .dap_detail_texts p{
    color: var(--black-0, #252729);

    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}

@media screen and (max-width:880px) {
    .dap_detail_section .section_main .dap_detail_texts{
        padding-left: 0;
        padding-right: 0;
        width: 87.201%;
    }
    .dap_detail_section .section_main .dap_detail_texts p {
        font-size: 14px;
    }
}

/* download infor */
.dl_pdf_section{

}
.dl_pdf_section .section_main{
    
}
.dl_pdf_section .section_main{
    max-width: 800px;
    align-self: center;
    width: 95%;
}
.dl_pdf_section .section_main .book_infobox{
    display: flex;
    gap: 40px;
    width: 100%;
}
.dl_pdf_section .section_main .book_infobox .book_imgbox{
    display: flex;
    width: 100%;
    max-width: 350px;
    border-radius: 6px;
    border: 1px solid var(--gray-30, #DCDEE0);
    background: #D2D2D2;
    overflow: hidden;
    align-self: center;
}
.dl_pdf_section .section_main .book_infobox .book_imgbox img{
    display: block;
    width: 100%;
    height: auto;
}
.dl_pdf_section .section_main .book_infobox .book_txtbox{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}
.dl_pdf_section .section_main .book_infobox .book_txtbox p{
    color: var(--black-0, #252729);
    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}
.dl_pdf_section .section_main .book_infobox .book_txtbox .b_cpinfo{
    font-size: 12px;
    font-weight: 400;
    line-height: 200%; /* 24px */
}
.dl_pdf_section .section_main .btnbox{
    display: flex;
    width: 100%;
    justify-content: center;
}
.dl_pdf_section .section_main .btnbox a{
    border-radius: 40px;
    max-width: 421px;
    padding-top: 17px;
    padding-bottom: 17px;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width:880px) {
    .dl_pdf_section .section_main .book_infobox{
        flex-direction: column;
        gap: 32px;
        width: 91.79%;
    }
    .dl_pdf_section .section_main {
        gap: 32px;
    }
    .dl_pdf_section .section_main .btnbox{
        width: 91.79%;
    }
    .dl_pdf_section .section_main .btnbox a{
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 14px;
        max-width: 327px;
    }

    .dl_pdf_section .section_main .book_infobox .book_txtbox p {
        font-size: 14px;
    }
    .dl_pdf_section .section_main .book_infobox .book_txtbox {
        gap: 32px;
    }

    .dl_pdf_section .section_main .book_infobox .book_imgbox {
        width: 72.785%;
    }
}

/* 分割ダウンロード */
.part_dl_cols{
    display: grid;
    max-width: 1216px;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    width: 95%;
}
.part_dl_cols .part_dl_itm{
    border-radius: 6px;
    background: var(--white, #FFF);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* justify-content: space-between; */
    min-height: 443px;
}
.part_dl_cols .part_dl_itm h3{
    color: var(--blue-0, #0974E8);

    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    min-height: 70px;
}
.part_dl_cols .part_dl_itm .dl_detail_inner{
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    justify-content: space-between;
}

.part_dl_cols .part_dl_itm .dl_detail{
    display: flex;
    gap: 24px;
    flex-direction: column;
}
.part_dl_cols .part_dl_itm .dl_detail > p{
    color: var(--black-0, #252729);

    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}
.part_dl_cols .part_dl_itm .dl_detail > div{

}
.part_dl_cols .part_dl_itm .dl_detail > div span{
    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}
.part_dl_cols .part_dl_itm .dl_detail > div ul{
    list-style: disc;
    list-style-position: inside;
    padding-left: 8px;
}
.part_dl_cols .part_dl_itm .dl_detail > div ul li{
    color: var(--black-0, #252729);
    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}
.part_dl_cols .part_dl_itm .dl_btnbox{
    display: flex;
    justify-content: center;
}
.part_dl_cols .part_dl_itm .dl_btnbox a{
    max-width: 240px;
}

@media screen and (max-width:1080px) {
    .part_dl_cols .part_dl_itm:nth-child(1) h3,
    .part_dl_cols .part_dl_itm:nth-child(2) h3{
        min-height: 105px;
    }
}

@media screen and (max-width:880px) {
    .part_dl_cols {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
        width: 87.201%;
    }
    .part_dl_cols .part_dl_itm {
        padding: 24px;
        gap: 16px;
        min-height: unset;
    }

    .part_dl_cols .part_dl_itm h3 {
        font-size: 18px;
        min-height: unset;
        font-feature-settings: unset;
    }
    .part_dl_cols .part_dl_itm:nth-child(1) h3,
    .part_dl_cols .part_dl_itm:nth-child(2) h3{
        min-height: unset;
    }

    .part_dl_cols .part_dl_itm .dl_detail {
        gap: 16px;
    }
    .part_dl_cols .part_dl_itm .dl_detail > p ,
    .part_dl_cols .part_dl_itm .dl_detail > div span,
    .part_dl_cols .part_dl_itm .dl_detail > div ul li{
        font-size: 14px;
    }

    .part_dl_cols .part_dl_itm .dl_btnbox a {
        max-width: 280px;
    }
}

/* banner */
.dl_dap_banner_section{

}
.dl_dap_banner_section .section_main{
    display: flex;
    align-self: center;
    width: 95%;
    max-width: 522px;
    padding-bottom: 0px;
}
.dl_dap_banner_section .section_main a{
    padding: 32px 40px;
    display: flex;
    border-radius: 6px;
    background: var(--blue-45, #D9EAFE);
    gap: 32px;
}
.dl_dap_banner_section .section_main a:hover{
    transition: all .3s;
    opacity: .4;
}
.dl_dap_banner_section .section_main a .imgbox{
    display: flex;
    width: 100%;
    max-width: 245px;
}
.dl_dap_banner_section .section_main a .imgbox img{
    display: block;
    width: 100%;
    height: auto;
}
.dl_dap_banner_section .section_main a .txtbox{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 170px;
    gap: 10px;
    align-items: center;
}
.dl_dap_banner_section .section_main a .txtbox span{
    color: var(--Black-0, #252729);

    font-size: 40px;
    font-weight: 400;
    line-height: 110%; /* 44px */
    letter-spacing: 0.8px;
}
.dl_dap_banner_section .section_main a .txtbox div{
    color: var(--Black-0, #252729);

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.32px;

    border-radius: 24px;
    background: var(--Yellow-0, #FFCA3A);

    padding: 12px 24px;
}

@media screen and (max-width:600px) {
    .dl_dap_banner_section .section_main {
        width: 87.201%;
    }
    .dl_dap_banner_section .section_main a{
        flex-direction: column;
        align-items: center;
    }
    .dl_dap_banner_section .section_main a .imgbox {
        max-width: unset;
    }
}

/* 調査概要 */
.dl_summary_section{

}
.dl_summary_section .section_main{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.dl_summary_section .section_main .dl_summary_cols{
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 900px;
    width: 95%;
}
.dl_summary_section .section_main .dl_summary_cols .dl_summary_itm{
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 6px;
    background: var(--blue-50, #F1F8FE);
    padding: 32px;
}
.dl_summary_section .section_main .dl_summary_cols .dl_summary_itm h3{
    color: var(--blue, #0974E8);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.dl_summary_section .section_main .dl_summary_cols .dl_summary_itm p{
    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}
.dl_summary_section .section_main .dl_summary_cols .dl_summary_itm span{
    font-size: 12px;
    font-weight: 400;
    line-height: 200%; /* 24px */
}
@media screen and (max-width:880px) {
    .dl_summary_section .section_main .dl_summary_cols{
        width: 87.201%;
    }
    .dl_summary_section .section_main .dl_summary_cols .dl_summary_itm {
        gap: 16px;
        padding: 24px;
    }
    .dl_summary_section .section_main .dl_summary_cols .dl_summary_itm p {
        font-size: 14px;
    }
}


/* 監修 */
.dl_dap_spv_section{

}
.dl_dap_spv_section .dap_spv_info{
    display: flex;
    max-width: 640px;
    width: 95%;
    gap: 32px;
}
.dl_dap_spv_section .dap_spv_info .imgbox{
    border-radius: 6px;
    display: flex;
    align-items: baseline;
    width: 100%;
    max-width: 200px;
}
.dl_dap_spv_section .dap_spv_info .imgbox img{
    border-radius: 6px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.10);  
}
.dl_dap_spv_section .dap_spv_info .txtbox{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}
.dl_dap_spv_section .dap_spv_info .txtbox .spv_titlebox{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.dl_dap_spv_section .dap_spv_info .txtbox .spv_titlebox span{
    color: var(--black-0, #252729);
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}
.dl_dap_spv_section .dap_spv_info .txtbox .spv_titlebox .nametxts{
    color: var(--black-0, #252729);

    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.dl_dap_spv_section .dap_spv_info .txtbox p{
    color: var(--black-0, #252729);

    font-size: 12px;
    font-weight: 400;
    line-height: 200%; /* 24px */
}
@media screen and (max-width:880px) {
    .dl_dap_spv_section .dap_spv_info {
        width: 87.201%;
        gap: 16px;
        flex-direction: column;
    }
    .dl_dap_spv_section .dap_spv_info .imgbox{
        align-self: center;
    }

    .dl_dap_spv_section .dap_spv_info .txtbox p {
        font-size: 14px;
    }
}