html{
    margin-top: 0 !important;
}
.breadcrumb {
    padding: 20px 0;
    display: none;
}

/* global nav custom - usecase sub/ list page  */
.header2025 {
    background: transparent;
    position: fixed;
    box-shadow: none;
}
.menu-outbg {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .32);
}
/* global nav custom  */

span,
h1,
h2,
p{
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-style: normal;
}
img{
    display: block;
    width: 100%;
    height: auto;
}
#pageHead.header2022 img{
    width: 226px;
    display: inline;
}

body{
    margin: 0;
}

section{
    display: flex;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: center;
}
.section_blue{
    background-color: #f2f8fa;
}
section .section_main{
    display: flex;
    width: 95%;
    max-width: 1440px;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    gap: 64px;
}

@media screen and (max-width:880px) {
    section .section_main{
        width: 100%;
    }
    /* .func_cta_section .section_main {
        width: unset;
    } */
}


.breadcrumb_n_type{
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    /* position: absolute; */
    top: 0;
    max-width: 1200px;
    width: 95%;
    padding-top: 16px;
}
.breadcrumb_n_type ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 12px;
    overflow: scroll;
    scrollbar-width: none;
    align-items: center;
}
.breadcrumb_n_type ul li{
    display: flex;
}
.breadcrumb_n_type ul li a{
    text-decoration: none;

    color: #0E203B;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    width: max-content;
}
.breadcrumb_n_type ul .current_path a{
    color: rgba(14, 32, 59, 0.50);
    font-size: 13px;
}


.form_section_dl{
    padding-top: 116px;
}
.form_section_dl .section_main{
    display: flex;
    gap: 0;
}
.form_section_dl .section_main .cols{
    display: flex;
    gap: 80px;
    width: 95%;
    max-width: 1200px;
}
.form_section_dl .section_main .cols .ltextbox{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
    max-width: 620px;
}
.form_section_dl .section_main .cols .ltextbox .h1_title_box{
    display: flex;
    flex-direction: column;
    gap: 2px;

    align-items: flex-start;
    padding-bottom: 32px;
    border-bottom: 1px solid #885AE7;
}
.form_section_dl .section_main .cols .ltextbox .h1_title_box > h1{
    color: #2A579A;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 160%; /* 51.2px */
    margin: 0;
}
.form_section_dl .section_main .cols .ltextbox .h1_title_box > span{
    color: #2A579A;
    text-align: center;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 20.8px */
}



.form_section_dl .section_main .cols .ltextbox .mid_txtbox{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form_section_dl .section_main .cols .ltextbox .mid_txtbox h3{
    color: #0E203B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    margin: 0;
}
.form_section_dl .section_main .cols .ltextbox .mid_txtbox p{
    color: #0E203B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
    margin: 0;
}
.form_section_dl .section_main .cols .rformbox{
    width: 100%;
    max-width: 500px;
    display: flex;
}
.form_section_dl .section_main .cols .rformbox .formarea{
    border-radius: 12px;
    background: #EAF0F7;

    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 32px;
    width: 100%;
}
.form_section_dl .section_main .cols .rformbox .formarea .formarea_top_txt{
    color: #0E203B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}
.form_section_dl .section_main .cols .rformbox .formarea .wpcf7{
    
}
.form_section_dl .section_main .cols .rformbox .formarea .wpcf7 form{
    max-width: unset;
    gap: 24px;
}
.form_section_dl .section_main .cols .rformbox .formarea .wpcf7 form div{
    max-width: unset;
}
.form_section_dl .section_main .cols .rformbox .formarea .wpcf7 form .input_group_wrap{
    flex-direction: row;
}
.select_infors_chk .wpcf7-list-item{

}
.wpcf7 form .wpcf7-radio .wpcf7-list-item:has(:checked), 
.wpcf7 form .input_group:not(.privacy) .wpcf7-checkbox .wpcf7-list-item:has(:checked) {
    background-color: rgba(255, 255, 0, 0.2);
}

.select_infors_chk input[type="checkbox"], .select_infors_chk input[type="checkbox"] {
    display: none !important;
}
.wpcf7 form div p .wpcf7-form-control-wrap .wpcf7-exclusive-checkbox{
    width: 100%;
    display: flex;
    gap: 6px;
}
.wpcf7 form div p .wpcf7-form-control-wrap .wpcf7-checkbox{
    width: 100%;
    display: flex;
    gap: 6px;
}
.select_infors_chk .wpcf7-list-item{
    margin: 0;
    border-radius: 5px;
    border: 1px solid rgba(49, 49, 49, 0.40);
    background: #FFF;
    height: 30px;
    display: flex;
    align-items: center;
}
.select_infors_chk .wpcf7-list-item:has(:checked){
    background-color: rgba(255, 255, 0, 0.2);
}
.select_infors_chk .wpcf7-list-item label{
    display: flex;
    width: 100%;
    padding: 9px;
}
.wpcf7 form .btndiv p {
    margin: 0;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7 form .btndiv p input[type="submit"]:disabled {
    border-radius: 29px;
    background: #2A579A;
    box-shadow: 0 0 18px 0 rgba(42, 87, 154, 0.15);
}
.wpcf7 form .btndiv p input[type="submit"] {
    border-radius: 29px;
    background: #2A579A;
    box-shadow: 0 0 18px 0 rgba(42, 87, 154, 0.15);
    max-width: 200px;

    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
}

.form_section_dl .section_main .cols .ltextbox-type2{

}
.form_section_dl .section_main .cols .ltextbox-type2 .mid_multibox{
    display: flex;
}
.form_section_dl .section_main .cols .ltextbox-type2 .mid_multibox .mid_txtbox{
    display: flex;
    padding-top: 40px;
}
.form_section_dl .section_main .cols .ltextbox-type2 .mid_multibox .mid_txtbox h3{
    text-align: left;
}
.form_section_dl .section_main .cols .ltextbox-type2 .mid_multibox .mid_txtbox p{
    text-align: left;
}
.form_section_dl .section_main .cols .ltextbox-type2 .mid_multibox figure{
    max-width: 310px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:880px) {
    .form_section_dl{
        padding-bottom: 0;
    }
    
    .form_section_dl .section_main .cols {
        flex-direction: column;
        gap: 0;
        width: 100%;
        align-items: center;
    }
    
    .form_section_dl .section_main .cols .ltextbox{
        width: 88.424%;
        gap: 0;
    }
    .form_section_dl .section_main .cols .ltextbox .h1_title_box {
        align-items: center;
    }
    .form_section_dl .section_main .cols .ltextbox .mid_txtbox{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .form_section_dl .section_main .cols .rformbox {
        max-width: unset;
    }
    .form_section_dl .section_main .cols .rformbox .formarea {
        padding: 40px 24px;
        width: 100%;
        align-items: center;
        border-radius: 0px;
    }
    .form_section_dl .section_main .cols .rformbox .formarea .wpcf7 form {
        max-width: unset;
    }
    
    .form_section_dl .section_main .cols .ltextbox-type2 .mid_multibox {
        flex-direction: column;
        align-items: center;
    }
    .form_section_dl .section_main .cols .ltextbox-type2 .mid_multibox .mid_txtbox{
        padding-top: 0;
    }
    .form_section_dl .section_main .cols .ltextbox-type2 .mid_multibox .mid_txtbox h3 {
        text-align: center;
    }
    .form_section_dl .section_main .cols .ltextbox-type2 .mid_multibox .mid_txtbox p {
        text-align: center;
    }
}
@media screen and (max-width:767px) {
    .form_section_dl {
        padding-top: 0px;
    }

    .form_section_dl .section_main .cols .ltextbox .h1_title_box > h1 {
        font-size: 22px;
    }
    .form_section_dl .section_main .cols .ltextbox .h1_title_box > span {
        font-size: 14px;
        line-height: 130%; /* 18.2px */
    }
    .form_section_dl .section_main .cols .ltextbox .mid_txtbox h3 {
        font-size: 18px;
        line-height: 160%; /* 28.8px */
    }
    .form_section_dl .section_main .cols .ltextbox .mid_txtbox p {
        font-size: 12px;
        line-height: 170%; /* 20.4px */
    }
}