
section{
    background: #FBD841;

    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0;
    margin: 0;
}
section:last-child {
    margin-bottom: 0rem;
}

section .section_main{
    width: 95%;
    display: flex;
    justify-content: center;
    max-width: 800px;
}

@media screen and (max-width:880px) {
    section .section_main {
        width: 91.47%;
    }
}

.topfv_whbg,
.foot_whbg,
.logo_whbg{
    background: #fff;
}
.topfv_whbg .section_main,
.logo_whbg .section_main{
    max-width: 1367px;
}


.logo_whbg .section_main{
    padding-top: 16px;
    padding-bottom: 16px;
    justify-content: left;
}
.logo_whbg .dap5_logobox{
    display: flex;
    max-width: 120px;
    padding-left: 16px;
}

.logo_whbg .dap5_logobox img{
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1023px) {
    .logo_whbg .dap5_logobox {
        padding-left: 0px;
    }
}
@media screen and (max-width: 880px) {
    .logo_whbg .section_main {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.lptop-section{
    width: 100%;
    display: flex;
}
.lptop-section .lptop-section-left{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.lptop-section .lptop-section-left .dap5_sp_imgbox{
    display: none;
}

.lptop-section .lptop-section-left img{
    display: block;
    width: 100%;
    height: auto;
}


.lptop-section .lptop-section-left .img_area_pc{

}
.lptop-section .lptop-section-left .img_area_pc img{
    display: block;
    width: 100%;
    height: auto;
}

.lptop-section .lptop-section-right{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 16px;
    background: #F8F8F8;
    gap: 16px;
    max-width: 473px;
}
.lptop-section .lptop-section-right .infors_cols{
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: #FFF;
    padding: 16px;
    gap: 16px;
}
.lptop-section .lptop-section-right .infors_cols .infors_cols_itm{
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.lptop-section .lptop-section-right .infors_cols .infors_cols_itm > span{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 200% */
    min-width: 70px;

    display: flex;
    width: 70px;
    padding: 4px 0;
    justify-content: center;
    align-items: center;

    border-radius: 8px;
    border: 1px solid #DCDEE0;  
}
.lptop-section .lptop-section-right .infors_cols .infors_cols_itm > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
    justify-content: center;
}
.lptop-section .lptop-section-right .infors_cols .infors_cols_itm > div > span:nth-child(1){
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
}
.lptop-section .lptop-section-right .infors_cols .infors_cols_itm > div > .grtxtsub{
    color: #555;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.lptop-section .lptop-section-right .infors_cols .infors_cols_itm > div > .tpeoples{
    color: #000;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: 130%; /* 18.2px */
}

.lptop-section .lptop-section-right .top_btnbox{
    display: flex;
    width: 100%;
}
.lptop-section .lptop-section-right .top_btnbox a{
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 16px;
    color: #FFF;
    padding-bottom: 16px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */

    border-radius: 8px;
    background: linear-gradient(180deg, #0974E8 0%, #1786FF 95.83%);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.30) inset, 0 6px 10px 0 rgba(9, 116, 232, 0.25);
}

.lptop-section .lptop-section-right .top_btnbox a:hover{
    opacity: .8;
    transition: all .3s;
}

@media screen and (max-width:1023px) {
    
    .topfv_whbg .section_main {
        width: 100%;
    }
    .lptop-section .lptop-section-left .dap5_sp_imgbox{
        display: flex;
    }
    .lptop-section {
        flex-direction: column;
        max-height: unset;
    }
    .lptop-section .lptop-section-right {
        max-width: unset;
        width: unset;
    }
}
@media screen and (max-width:880px) {
    .lptop-section .lptop-section-right .infors_cols .infors_cols_itm > div > span:nth-child(2) {
        color: #555;
        font-size: 12px;
        line-height: 150%; /* 18px */
    }
}
@media screen and (max-width:500px) {
    .lptop-section .lptop-section-right .infors_cols .infors_cols_itm {
        align-items: baseline;
    }
    .lptop-section .lptop-section-right .infors_cols .infors_cols_itm > div {
        align-self: center;
    }
}

.titleonly_section{
    padding-top: 16px;
    padding-bottom: 16px;
}
.titleonly_section .section_main{
    justify-content: left
}
section h2{
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}

section .dap_lp_top_txts{
    display: flex;
    flex-direction: column;
    gap: 16px;

    padding: 16px;
    border-radius: 8px;
    background: #FFF9DD;
    margin-top: 16px;
}
section .dap_lp_top_txts h3{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}

section .dap_lp_top_txts p{
    color: #555;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
section .dap_lp_top_txts .dap_lp_top_sub_txts{
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.itm_cols_conf{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;

    border-radius: 8px;
}
.itm_cols_conf .itm_wh{
    background: #FFF;
    display: flex;
    gap: 16px;
    padding: 16px;
    border-radius: 8px;
}
.itm_cols_conf .itm_wh .itm_timebox{
    display: flex;
    flex-direction: column;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 4px;

    border-radius: 8px;
    background: #000;
    width: 100%;
    max-width: 42px;
    max-height: 54px;
}
.itm_cols_conf .itm_wh .itm_timebox span{
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
}
.itm_cols_conf .itm_wh .itm_timebox div{
    width: 1px;
    height: 6px;
    background: #FBD841;
}
.itm_cols_conf .itm_wh .itm_infobox{
    width: 100%;
    align-content: center;
}
.itm_cols_conf .itm_wh .itm_infobox h4{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}

.itm_cols_conf .itm_wh .itm_infobox_p_infors{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.itm_cols_conf .itm_wh .itm_infobox_p_infors > h4{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
}
.itm_cols_conf .itm_wh .itm_infobox_p_infors .p_infos_subtxt{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}
.itm_cols_conf .itm_wh .itm_infobox_p_infors .u_infors{
    display: flex;
    gap: 8px;
}
.itm_cols_conf .itm_wh .itm_infobox_p_infors .u_infors .u_infors_img{
    display: flex;
    max-width: 100px;
    align-items: center;
}
.itm_cols_conf .itm_wh .itm_infobox_p_infors .u_infors .u_infors_img img{
    display: block;
    width: 100%;
    height: auto;
    min-width: 100px;
}
.itm_cols_conf .itm_wh .itm_infobox_p_infors .u_infors .u_infors_txts{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
.itm_cols_conf .itm_wh .itm_infobox_p_infors .u_infors .u_infors_txts h5{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 15.6px */
}
.itm_cols_conf .itm_wh .itm_infobox_p_infors .u_infors .u_infors_txts span{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
}

.itm_cols_conf .itm_wh .itm_infobox_p_infors .p_infos_detail{
    display: flex;

    color: #555;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}

.bt_sp{
    margin-bottom: 16px;
}

/* footer  */
.foot_whbg .itm_cols_conf{

}
.foot_whbg .itm_cols_conf .btnbox{
    display: flex;
    padding-top: 16px;
}
.foot_whbg .itm_cols_conf .btnbox a{
    display: flex;
    padding: 16px 0;
    justify-content: center;
    align-items: center;
    align-self: stretch;

    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */

    border-radius: 8px;
    background: linear-gradient(180deg, #0974E8 0%, #1786FF 95.83%);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.30) inset, 0 6px 10px 0 rgba(9, 116, 232, 0.25);
}
.foot_whbg .itm_cols_conf .btnbox a:hover{
    opacity: .8;
    transition: all .3s;
}
.foot_whbg .itm_cols_conf .gr_txtbox{
    display: flex;
    flex-direction: column;
    gap: 8px;

    border-radius: 8px;
    background: #F8F8F8;
    padding: 16px;
}
.foot_whbg .itm_cols_conf .gr_txtbox span{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 15.6px */
}
.foot_whbg .itm_cols_conf .gr_txtbox p{
    margin: 0;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
}
.foot_whbg .itm_cols_conf .cptxt{
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
}
.foot_whbg .itm_cols_conf .cptxt span{
    color: #555;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 13px */
}