/*===============================

	footer

================================*/
#support_footer.jcom2022 {
    background-color: #EDEDED;
}
#support_footer.jcom2022 .support_logout {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 0 10px;
}
#support_footer.jcom2022 .support_logout a:link,
#support_footer.jcom2022 .support_logout a:focus,
#support_footer.jcom2022 .support_logout a:active,
#support_footer.jcom2022 .support_logout a:visited {
    font-size: 18px;
    font-weight: 500;
    color: #4774B1;
}
#support_footer.jcom2022 .row {
    padding: 20px 24px;
    text-align: center;
}
#support_footer.jcom2022 .row.corporate {
    padding-bottom: 60px;
}
#support_footer.jcom2022 .row.jcom_group {
    border-bottom: 1px solid #ced4da;
}
#support_footer.jcom2022 .row.jcom_group {
    padding-top: 20px;
    padding-bottom: 20px;
}
#support_footer.jcom2022 .row.area_set {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}
.copyright {
    padding: 5px;
    color: white;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background-color: #868e96;
}
#support_footer.jcom2022 .txt_links {
    letter-spacing: -0.4em;
}
#support_footer.jcom2022 .txt_links>* {
    letter-spacing: normal;
}
#support_footer.jcom2022 .txt_links li {
    display: inline-block;
    font-size: 14px;
}
#support_footer.jcom2022 .txt_links li+li {
    margin-left: 3em;
}
#support_footer.jcom2022 .txt_links li a {
    color: #333;
}
#support_footer.jcom2022 .txt_links li a .desc {
    font-size:12px;
    font-weight:normal;
    padding-left:6px;
}
#support_footer.jcom2022 .txt_links li .blank {
    padding-right: 22px;
    background: url(../img/icon_blank_bk.png) no-repeat right center/20px auto;
    background-size: contain;
}
#support_footer.jcom2022 .txt_links li .self {
    padding-right: 20px;
    background: url(../img/arrow_right.png) no-repeat right center/14px auto;
    background-size: contain;
}
#support_footer.jcom2022 .jcom_group .txt_links a {
    font-weight: bold;
}
#support_footer.jcom2022 .corporate .txt_links li {
    font-size: 12px;
    line-height: 2;
}
#support_footer.jcom2022 .corporate_logo img {
    width: 391px;
}

#support_footer.jcom2022 .sns_group li {
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    position: relative;
}
#support_footer.jcom2022 .sns_group .sns_links {
    margin-bottom: 15px;
}
#support_footer.jcom2022 .sns_group li:last-child::before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: rgb(206, 212, 218);
    position: absolute;
    top: calc(50% - 15px);
    left: -16px;
}
#support_footer.jcom2022 .sns_group li:last-child {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
}
#support_footer.jcom2022 .sns_group a {
    color: #406FAF;
    font-size: 14px;
    font-weight: bold;
}
#support_footer.jcom2022 .sns_group li a img {
    width: auto;
    height: 36px;
}

@media screen and (max-width: 767px) {
    #support_footer.jcom2022 .row.jcom_group {
        display: flex;
        flex-direction: column;
        gap: 1em;
        padding: 20px 20px;
    }

    #support_footer.jcom2022 .row.jcom_group .txt_links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1em;
    }
    #support_footer.jcom2022 .txt_links li+li {
        margin-left: 0;
    }
    #support_footer.jcom2022 .txt_links li .blank {
        padding-right: 17px;
    }
    #support_footer.jcom2022 .txt_links li .self {
        padding-right: 17px;
    }

    #support_footer.jcom2022 .sns_group li:last-child{
        margin-top: 20px;
    }
    #support_footer.jcom2022 .sns_group li:last-child::before {
        content: none;
    }

    #support_footer.jcom2022 .row.corporate .txt_links li{
        margin-top: 10px;
        margin-right: 20px;
    }
}