/* support page css */
section{
    flex-direction: column;
}
.resources_top_section{
    margin-top: 96px;
}

.section_main .title .resources_title_blue{
    color: var(--blue-0, #0974E8);
}

@media screen and (max-width: 880px) {
    .resources_top_section {
        margin-top: 49px;
    }
    .section_main .title .resources_title_blue{
        font-size: 32px;
    }
}
@media screen and (max-width: 780px) {
    #blu_title{
        text-align: left;
        width: 87.202%;
    }
}
.support_top_section .section_main{
    margin-top: 96px;
}

@media screen and (max-width: 880px) {
    .support_top_section .section_main{
        margin-top: 64px;
    }
}

.support_cols{
    display: flex;
    width: 95%;
    max-width: 1280px;
    gap: 32px;
}
.support_cols .support_itm{
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: var(--white, #FFF);
    width: 100%;
    max-width: 405px;
}
.support_cols .support_itm_main{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
    align-items: center;
}
.support_cols .support_itm_main .support_itm_img{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
}
.support_cols .support_itm_main .support_itm_img img{
    width: 100%;
    display: block;
    height: auto;
}
.support_cols .support_itm_main .support_itm_txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 84.2%;
}
.support_cols .support_itm_main .support_itm_txt .support_itm_ttl{
    font-size: 24px;
    line-height: normal;
    color: inherit;
    letter-spacing: inherit;
    font-feature-settings: normal;
}
.support_cols .support_itm_main .support_itm_txt .support_itm_content{
    font-size: 16px;
    line-height: normal;
}
.support_cols .support_itm_main .support_itm_txt .support_itm_content span{
    color: var(--black-0, #252729);
    font-size: 14px;
    font-weight: 400;
    line-height: 200%; /* 28px */
}

@media screen and (max-width: 880px) {
    .support_cols{
        width: 87.202%;
        flex-direction: column;
        gap: 16px;
    }
    .support_cols .support_itm {
        max-width: unset;
    }
    .support_cols .support_itm_main {
        gap: 16px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .support_cols .support_itm_main .support_itm_txt .support_itm_ttl{
        font-size: 18px;
    }
    .support_cols .support_itm_main .support_itm_txt .support_itm_content{
        font-size: 14px;
    }
    .support_cols .support_itm_main .support_itm_txt {
        gap: 16px;
    }
}
@media screen and (max-width: 768px) {
    .support_cols .support_itm_main .support_itm_img{
        max-width: 240px;
    }
}

.support_cols_type2{
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 95%;
    max-width: 1084px;
}
.support_cols_type2 .support_col_itm{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.support_cols_type2 .support_col_itm .support_itm_main{
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.support_cols_type2 .support_col_itm .support_itm_main .support_itm_img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 524px;
}
.support_cols_type2 .support_col_itm .support_itm_main .support_itm_img img{
    width: 100%;
    display: block;
    height: auto;
    max-width: 300px;
}
.support_cols_type2 .support_col_itm .support_itm_main .support_itm_txt{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}
.support_cols_type2 .support_col_itm .support_itm_main .support_itm_txt .support_itm_ttl{
    font-size: 24px;
    color: var(--blue-0, #0974E8);
    line-height: normal;
    letter-spacing: inherit;
    font-feature-settings: normal;
}
.support_cols_type2 .support_col_itm .support_itm_main .support_itm_txt .support_itm_content{

}
.support_cols_type2 .support_col_itm .support_itm_main .support_itm_txt .support_itm_content span{
    color: var(--black-0, #252729);
    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
}
.support_cols_type2:nth-child(even) .support_col_itm .support_itm_main{
    flex-direction: row-reverse;
}
@media screen and (max-width: 880px) {
    .support_cols_type2 .support_col_itm .support_itm_main,
    .support_cols_type2:nth-child(even) .support_col_itm .support_itm_main{
        flex-direction: column;
        gap: 16px;
    }
    .support_cols_type2 .support_col_itm .support_itm_main .support_itm_img {
        align-self: center;
    }
    .support_cols_type2 {
        width: 87.202%;
    }
    .support_cols_type2 .support_col_itm .support_itm_main .support_itm_txt {
        gap: 8px;
    }
}
@media screen and (max-width: 650px) {
    .support_cols_type2 .support_col_itm .support_itm_main .support_itm_txt .support_itm_ttl{
        font-size: 18px;
    }
    .support_cols_type2 .support_col_itm .support_itm_main .support_itm_txt .support_itm_content span{
        font-size: 14px;
    }
}


.card_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 95%;
    max-width: 1188px;
    justify-content: center;
}
.card_list .card-container{
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: var(--white, #FFF);
    width: 100%;
    max-width: fit-content;
}
.card_title_catchprize,
.card_title_catchprize h1,
.card_title_catchprize h2,
.card_title_catchprize h3,
.card_title_catchprize h4,
.card_title_catchprize h5,
.card_title_catchprize h6,
.card_title_catchprize p,
.card_title_catchprize span{
    color: var(--blue-0, #0974E8);
}
.card_title_catchprize > p > span{
    color: var(--blue-0, #0974E8) !important;
}
.logos-box{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    width: 95%;
    max-width: 1188px;
}
.logos-box > li{
    
}
.btn_div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 8px;
}

@media screen and (max-width: 880px) {
    .card_list{
        grid-template-columns: repeat(1, 1fr);
        width: 87.202%;
        gap: 16px;
    }
    .logos-box{
        width: 87.202%;
    }
}
@media screen and (max-width: 767px) {
    .logos-box{
        grid-template-columns: repeat(3, 1fr);
    }
}

/* cta */
.section_price_cta{
    background: var(--white, #FFF);
    align-items: center;
}
.section_price_cta .section_main{
    max-width: 1280px;
    background: var(--blue-50, #F1F8FE);
}

.support_price_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.support_price_box .support_price_box_main{
    display: flex;
    width: 95%;
    max-width: 743px;
    gap: 40px;
    justify-content: center;
}
.support_price_box .support_price_box_main .support_price_box_txt{
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* width: 100%; */
    max-width: 463px;
}
.support_price_box .support_price_box_main .support_price_box_txt .support_price_box_ttl{
    color: var(--blue-0, #0974E8);
    font-size: 40px;
    line-height: normal;
    letter-spacing: inherit;
    font-feature-settings: normal;
}
.support_price_box .support_price_box_main .support_price_box_txt .support_price_box_content{
    display: flex;
    flex-direction: column;
}
.support_price_box .support_price_box_main .support_price_box_txt .support_price_box_content span{
    color: var(--black-0, #252729);
    font-size: 14px;
    font-weight: 400;
    line-height: 200%; /* 28px */
}
.support_price_box .support_price_box_main .support_price_box_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 240px;
}
.support_price_box .support_price_box_main .support_price_box_img img{
    width: 100%;
    display: block;
    height: auto;
}
.support_price_box_img_ttl_mini{
    display: none;
}
@media screen and (max-width: 880px) {
    .support_price_box .support_price_box_main{
        width: 87.202%;
    }
}

@media screen and (max-width: 767px) {
    .support_price_box .support_price_box_main{
        flex-direction: column-reverse;
        align-items: center;
        gap: 16px;
    }
    .support_price_box_img_ttl_mini{
        display: block;
    }
    .support_price_box .support_price_box_main .support_price_box_txt .support_price_box_ttl {
        display: none;
    }
    .support_price_box_imgbox{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .support_price_box_imgbox .support_price_box_img_ttl_mini > span{
        display: flex;
        color: var(--blue-0, #0974E8);
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
    }
    .support_price_box_btn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .support_price_box_btn .blu_button_line{
        max-width: 327px;
    }
}

@media screen and (max-width: 880px) {
    .casetype .card_list{
        margin-top: 8px;
    }
}

/* support page layout */
.support_tb_custom .section_main{
    padding-bottom: 0;
}
.support_imgbox{
    background: var(--blue-50, #F1F8FE);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1120px;
}
.support_imgbox .sub_img_title{
    display: flex;
    justify-content: center;
    text-align: center;
}
.support_imgbox .sub_img_title h2{
    color: var(--black, #252729);
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.72px;
}
.support_imgbox .sub_img_title h2 .blue_txt,
.support_imgbox .sub_img_title h2 .blue_second_lne{
    color: var(--blue, #0974E8);
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 160%; /* 48px */
    letter-spacing: 0.9px;
    display: inline-flex;
}
.support_imgbox .sub_img_title h2 .blk_txt{
    display: inline-flex;
}
.support_imgbox .sub_img_title .br_sp{
    display: none;
}

.support_imgbox .sub_img_cols{
    display: flex;
    gap: 12px;
}
.support_imgbox .sub_img_cols .table_box{
    border-radius: 6px;
    border: 1px solid var(--blue, #0974E8);
    background: var(--white, #fff);
    display: flex;
    flex-direction: column;
    width: 50%;
}
.support_imgbox .sub_img_cols .table_box .table_box_title{
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--blue, #0974E8);
}
.support_imgbox .sub_img_cols .table_box .table_box_title h3{
    color: var(--white, #fff);
    text-align: center;
    font-size: 24px;
    line-height: 130%; /* 31.2px */
    letter-spacing: 0.72px;
}
.support_imgbox .sub_img_cols .table_box .table_box_bot{
    background: var(--white, #fff);
    border-radius: 6px;
}
.support_imgbox .sub_img_cols .table_box .table_box_bot .bot_inner{
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 8px;
}
.support_imgbox .sub_img_cols .table_box .table_box_bot span{
    color: var(--black, #252729);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.48px;
}
.support_imgbox .sub_img_cols .table_box .table_box_bot ul{
    list-style: disc;
    display: flex;
    /* width: 100%; */
    flex-direction: column;
    margin-left: 24px;
    gap: 8px;
}
.support_imgbox .sub_img_cols .table_box .table_box_bot ul li{
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    color: var(--black, #252729);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.48px;
}
.support_imgbox .sub_img_cols .x_mark_img{
    display: flex;
    align-items: center;
}

.custom_type2{
    background: var(--blue-50, #F1F8FE);
}
.custom_type2 .section_main{
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 880px) {
    .support_tb_custom {
        align-items: center;
    }
    .support_tb_custom .section_main {
        width: 87.67%;
        padding-bottom: 0;
    }
    .support_imgbox {
        padding: 24px;
        gap: 16px;
    }
    .support_imgbox .sub_img_cols {
        flex-direction: column;
        align-items: center;
        max-width: 530px;
        align-self: center;
        gap: 10px;
    }
    .support_imgbox .sub_img_title h2 br{
        display: none;
    }

    .support_imgbox .sub_img_title h2{
        color: var(--black, #252729);
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0.48px;
    }
    .support_imgbox .sub_img_title h2 .blue_txt{
        color: var(--blue, #0974E8);
        font-size: 18px;
        line-height: 160%; /* 28.8px */
        letter-spacing: 0.54px;
        display: unset;
    }
    .support_imgbox .sub_img_title h2 .blue_txt .blue_second_lne{
        color: var(--blue, #0974E8);
        font-size: 18px;
        letter-spacing: 0.54px;
        line-height: 150%;
    }
    .support_imgbox .sub_img_title h2 .blk_txt{
        color: var(--black, #252729);
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.48px;
        display: unset;
    }
    .support_imgbox .sub_img_title h2 .blk_txt .blk_second_lne{
        line-height: 160%;
    }
    .support_imgbox .sub_img_cols .table_box {
        width: 100%;
    }
    .support_imgbox .sub_img_cols .table_box .table_box_bot ul li{
        font-size: 14px;
        letter-spacing: 0.42px;
    }
    .support_imgbox .sub_img_cols .table_box .table_box_bot span {
        font-size: 14px;
        line-height: 130%; /* 18.2px */
        letter-spacing: 0.42px;
    }

    .support_imgbox .sub_img_title .br_pc{
        display: none;
    }
    .support_imgbox .sub_img_title .br_sp{
        display: block;
    }
    .support_imgbox .sub_img_cols .table_box .table_box_title {
        height: 44px;
    }
    .support_imgbox .sub_img_cols .table_box .table_box_title h3{
        font-size: 18px;
        letter-spacing: 0.54px;
    }
    .support_imgbox .sub_img_cols .table_box .table_box_bot .bot_inner {
        padding: 16px;
        gap: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .support_imgbox .sub_img_cols .x_mark_img svg {
        width: 26px;
        height: 26px;
    }
}
@media screen and (max-width: 374px) {
    .support_imgbox .sub_img_title h2 .blue_txt {
        font-size: 14px;
    }
    .support_imgbox .sub_img_title h2 .blue_txt .blue_second_lne {
        font-size: 14px;
    }
    .support_imgbox .sub_img_title h2 .blk_txt {
        font-size: 13px;
    }
}