@charset "utf-8";
/* ================================================================================================================== */
/* FOOTER                                                                                                             */
/* ===================================================================================================================*/
#footer {
    margin-top: calc(29px + 15px);
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 750px) {
    #footer {
        margin-top: 0.158rem;
    }
}
/* ================================================================================================================== */
/* FOOTER:Have a Question                                                                                             */
/* ===================================================================================================================*/
#footer .have_a_question {
    box-sizing: border-box;
    display: block;
    width: 136px;
    background: #000000;
    text-align: center;
    line-height: 29px;
    position: absolute;
    bottom: 100%;
    left: calc(50% + 490px - 136px);
}
#footer .have_a_question img {
    vertical-align: middle;
}
@media screen and (max-width: 750px) {
    #footer .have_a_question {
        width: 0.274rem;
        line-height: 0.058rem;
        transform: translateX(-50%);
        left: calc(50%);
    }
    #footer .have_a_question img {
        width: 0.241rem;
        vertical-align: top;
        position: relative;
        top: 0.010rem;
    }
}
/* ================================================================================================================== */
/* FOOTER:PC Menu                                                                                                     */
/* ===================================================================================================================*/
#footer .pc_menu {
    padding: 40px 0 28px;
    background: #e5e5e5;
}
#footer .pc_menu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
#footer .pc_menu ul:nth-child(n + 2) {
    margin-top: 12px;
}
#footer .pc_menu ul li {
    height: 14px;
    border-left: 1px solid #000000;
    padding: 0 10px;
    line-height: 14px;
}
#footer .pc_menu ul li:last-child {
    border-right: 1px solid #000000;
}
#footer .pc_menu ul li a {
    font-size: 0.12rem;
}
#footer .pc_menu ul li a.opt_new_window {
    position: relative;
    padding-right: 15px;
    background-image: url('../../images/common/other/icon_window.png');
    background-position: right 0px center;
    background-size: 13px auto;
    background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
    #footer .pc_menu {
        display: none;
    }
}
/* ================================================================================================================== */
/* FOOTER:SP Menu                                                                                                     */
/* ===================================================================================================================*/
#footer .sp_menu {
    display: none;
}
@media screen and (max-width: 750px) {
    #footer .sp_menu {
        display: block;
        background: #f2f2f2
    }
    #footer .sp_menu ul {
        text-align: center;
    }
    #footer .sp_menu ul:nth-child(1) {
        padding: 0.050rem 0 0.040rem;
        font-size: 0.028rem;
        line-height: 1.3;
    }
    #footer .sp_menu ul:nth-child(1) li:nth-child(n + 2) {
        margin-top: 0.025rem;
    }
    #footer .sp_menu ul:nth-child(2) {
        padding: 0.035rem 0 0.040rem;
        background: #d9d9d9;
        font-size: 0.028rem;
        line-height: 1.3;
    }
    #footer .sp_menu ul:nth-child(2) li:nth-child(n + 2) {
        margin-top: 0.025rem;
    }
    #footer .sp_menu ul:nth-child(3) {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.022rem 0.020rem;
        font-size: 0.022rem;
        line-height: 1;

        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        gap: 0.020rem 0
    }
    #footer .sp_menu ul:nth-child(3) li:nth-child(n + 2)::before {
        content: "　/　"
    }
    #footer .sp_menu ul li a.opt_new_window {
        position: relative;
        padding-right: 0.032rem;
        background-image: url('../../images/common/other/icon_window.png');
        background-position: right center;
        background-size: 0.028rem auto;
        background-repeat: no-repeat;
    }
}
/* ================================================================================================================== */
/* FOOTER:Have a Question                                                                                             */
/* ===================================================================================================================*/
#footer .copyright {
    padding: 50px 0 23px;
    background: #000000;
    text-align: center;
}
#footer .copyright div:nth-child(1) img {
    width: 229.4px;
    height: 37.9px;
}
#footer .copyright div:nth-child(2) {
    margin-top: 15px;
    color: #ffffff;
    line-height: 1;
    font-size: 0.12rem;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
}
#footer .copyright div:nth-child(2) p:nth-of-type(2) {
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
    #footer .copyright {
        padding: 0.045rem 0 0.040rem;
    }
    #footer .copyright div:nth-child(1) img {
        width: 0.364rem;
        height: 0.06014rem;
    }
    #footer .copyright div:nth-child(2) {
        margin-top: 0.035rem;
        font-size: 0.02rem;
    }
    #footer .copyright div:nth-child(2) p:nth-of-type(2) {
      padding-top: 0.02rem;
    }
}
