@media screen and (min-width: 501px) {
    .footer {
        width: 100%;
        height: 16.625rem;
        background: url(../img/footer/footer.png);
        padding: 5rem 0;
    }

    .footer h3 {
        text-align: center;
        color: #fff;
    }

    .footer .body_7 {
        width: 15%;
        padding: 0.625rem;
        height: 3.125rem;
        background-color: #fff;
        margin: 1.25rem auto;
        text-align: center;
        border-radius: 3.125rem;
    }

    .footer .body_7 .pc_free{
        text-decoration: none;
        color: #007fff;
    }

    .footer .body_7 .m_free{
        display: none;
    }

    .footer .body_7 .text {
        line-height: 1.875rem;
        font-size: 1.125rem;
        text-align: center;
        color: #027AFF;
        cursor: pointer;
    }

    .bottom_footer {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 46px;
    }

    .bottom_footer .boxs {
        width: 80%;
        max-width: 75rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .bottom_footer .boxs h6 {
        font-weight: 500;
    }

    .bottom_footer .boxs ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0.875rem;
        line-height: 1.875rem;
    }

    .bottom_footer .boxs .box_2_list li > a:hover {
        color: #027AFF !important;
        cursor: pointer;
    }

    .bottom_footer .boxs .box_3_list li a:hover {
        color: #027AFF !important;
        cursor: pointer;
    }

    .bottom_footer .boxs .box_4_list li a:hover {
        color: #027AFF !important;
        cursor: pointer;
    }

    .bottom_footer .boxs .box_5_list li a:hover {
        color: #027AFF !important;
        cursor: pointer;
    }

    .bottom_footer .boxs .box_1_list {
        line-height: 2.5rem;
    }

    .outside {
        background: #f7f7f7;
        padding: 1.25rem;
    }

    .outside .text {
        width: 80%;
        margin: 0 auto;
        display: flex;
        max-width: 75rem;
        justify-content: space-around;
    }

    .outside .text div {
        font-size: 0.875rem;
        color: #333;
    }

    .remark {
        width: 100%;
        color: #333;
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
        cursor: pointer;
    }

    .bottom_remark {
        display: none;
    }

    .footer_tab {
        display: none;
    }
}


@media screen and (max-width: 500px) {
    .footer {
        width: 100%;
        background: url(../img/footer/footer.png);
        padding: 3rem 0;
    }

    .footer h3 {
        text-align: center;
        color: #fff;
        font-size: 20px;
    }

    .footer .body_7 {
        width: 40%;
        padding: 0.325rem;
        background-color: #fff;
        margin: 1.45rem auto 0 auto;
        text-align: center;
        border-radius: 3.125rem;
    }

    .footer .body_7 .pc_free{
        display: none;
    }

    .footer .body_7 .m_free{
        text-decoration: none;
        color: #007fff;
    }

    .footer .body_7 .text {
        line-height: 1.2rem;
        font-size: 16px;
        text-align: center;
        color: #027AFF;
        cursor: pointer;
    }

    .bottom_footer {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 46px;
        display: none;
    }

    .bottom_footer .boxs {
        width: 80%;
        max-width: 75rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .bottom_footer .boxs h6 {
        font-weight: 500;
    }

    .bottom_footer .boxs ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0.875rem;
        line-height: 1.875rem;
    }

    .bottom_footer .boxs .box_2_list li:hover {
        color: #027AFF;
        cursor: pointer;
    }

    .bottom_footer .boxs .box_3_list li:hover {
        color: #027AFF;
        cursor: pointer;
    }

    .bottom_footer .boxs .box_4_list li:hover {
        color: #027AFF;
        cursor: pointer;
    }

    .bottom_footer .boxs .box_5_list li:hover {
        color: #027AFF;
        cursor: pointer;
    }

    .bottom_footer .boxs .box_1_list {
        line-height: 2.5rem;
    }

    .outside {
        background: #f7f7f7;
        padding: 1.25rem;
        display: none;
    }

    .outside .text {
        width: 80%;
        margin: 0 auto;
        display: flex;
        max-width: 75rem;
        justify-content: space-around;
    }

    .outside .text div {
        font-size: 0.875rem;
        color: #333;
    }

    .remark {
        display: none;
    }

    .bottom_remark {
        display: block;
    }


    .footer_tab {
        width: 100%;
        position: fixed;
        height: 60px;
        padding: 10px 0;
        background: #333;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        opacity: 1;
        z-index: 999;
    }

    .footer_tab .tab {
        flex: 1;
        text-align: center;
        color: #fff;
        font-size: 14px;
    }

    .footer_tab .tab img {
        width: 25px;
        height: 25px;
    }
}
