.commonfooter {
    display: block;
    width: 100%;
    font-family: "Hiragino Sans W3",
        "Hiragino Kaku Gothic ProN",
        "ヒラギノ角ゴ ProN W3",
        '游ゴシック体',
        "Yu Gothic Medium",
        YU Gothic,
        "メイリオ",
        Meiryo,
        "ＭＳ Ｐゴシック",
        "MS PGothic",
        sans-serif;
    /* background-color: #D9F0FF; */
    line-height: 1.5em;
    padding-top: 30px;
    position: relative;
    margin-top: -90px;
    z-index: 10;
}

.commonfooter div,
.commonfooter ul {
    box-sizing: border-box;
    margin: 0;
}

.commonfooter .footerHeader {
    position: relative;
}

.commonfooter .footerHeader img {
    position: relative;
    display: block;
    width: 375px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.commonfooter .footerHeader .footerHeader-wave {
    z-index: 1;
    position: absolute;
    bottom: 0;
    height: 12px;
    width: 100%;
    background-image: url('../image/footer/footer_bg_sp.png');
    background-repeat: repeat-x;
    background-size: 30px auto;
}

.commonfooter .footerMainWrapper {
    position: relative;
    background-color: #015FB0;
    padding-top: 50px;

}

.commonfooter .footerMainWrapper .footerMain {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.commonfooter .footerMainWrapper .footerMain .footerlogo {
    width: 117px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.commonfooter .footerMainWrapper .footerMain .footerlogo a {
    display: block;
}

.commonfooter .footerMainWrapper .footerMain .footerlogo a img {
    width: 100%;
}

.commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-title {
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-container {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;

}

.commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-container ul {
    padding: 0px 15px 20px 15px;
    margin-bottom: 5px;
    list-style-type: none;
}

.commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-container ul li {
    display: block;
    margin-bottom: 8px;
}

.commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-container ul li a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
}

.commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-container ul li a:visited {
    color: #fff;
}

.commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-container ul li a .off {
    display: none;
}

.commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-container ul li a .hover {
    font-size: 0.85em;
}

.commonfooter .footerMainWrapper .footerMain .footerInfo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.commonfooter .footerMainWrapper .footerMain .footerInfo p {
    margin-top: 0;
    margin-bottom: 50px;
}

.commonfooter .footerMainWrapper .footerMain .footerInfo a {
    color: #fff;
    text-decoration: none;
}

.commonfooter .footerMainWrapper .footerMain .footerInfo a:visited {
    color: #fff;
}

.commonfooter .footerMainWrapper .footerMain .footerInfo p a[target="_blank"]::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    background-image: url('../image/footer/footer_icon_open.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    width: 18px;
    height: 12px;

}

.commonfooter .footerMainWrapper .footerMain .footerInfo .footerInfo-sns {
    text-align: center;
    padding-bottom: 50px;
}

.commonfooter .footerMainWrapper .footerMain .footerInfo .footerInfo-sns .footerInfo-sns-title {
    font-size: 15px;
    margin-bottom: 10px;
}

.commonfooter .footerMainWrapper .footerMain .footerInfo .footerInfo-sns a img {
    width: 24px;
    margin: 0 5px;
}

.commonfooter .footerCopy {
    text-align: center;
    font-size: 11px;
    background-color: #D9F0FF;
    padding: 30px 40px;
    line-height: 1.3em;
}

.commonfooter .footerCopy .footerCopy-name {
    font-size: 18px;
    display: block;
    margin-top: 15px;
}

.commonfooter #js-button {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    z-index: 50;
    bottom: 10px;
    right: 10px;
    width: 16px;
    background-color: initial;
    cursor: pointer;
}

.commonfooter #js-button img {
    display: block;
    width: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .commonfooter #js-button {
        bottom: 20px;
        right: 20px;
        width: 20px;
    }

    .commonfooter #js-button img {
        width: 20px;
    }
}

@media screen and (min-width: 1000px) {

    .commonfooter .footerHeader img {
        position: relative;
        display: block;
        width: 250px;
        height: 60px;
        margin-left: 65%;
        margin-right: auto;
    }

    .commonfooter .footerHeader .footerHeader-wave {
        height: 18px;
        background-image: url('../image/footer/footer_bg_pc.png');
        background-size: 50px auto;
    }

    .commonfooter .footerMainWrapper .footerMain {
        width: 90%;
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

    }

    .commonfooter .footerMainWrapper .footerMain .footerlogo {
        margin: 0;
        width: 17%;
        max-width: 204px;
    }


    .commonfooter .footerMainWrapper .footerMain .footerNavi {
        width: 45%;
        max-width: 500px;
        margin-left: 0;
        margin-right: auto;
        padding-left: 60px;
    }

    .commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-title {
        text-align: left;
        margin-bottom: 10px;
    }

    .commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-container {
        width: 100%;
        justify-content: space-around;

    }

    .commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-container ul {
        padding: 0 10px 10px 20px;
        width: 47%;
    }

    .commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-container ul.footerNavi-right {
        padding-left: 0;
        width: 53%;
    }


    .commonfooter .footerMainWrapper .footerMain .footerNavi .footerNavi-container ul li a {
        font-size: 15px;

    }

    .commonfooter .footerMainWrapper .footerMain .footerInfo {
        width: 270px;
        padding: 0 0 0 40px;
        margin: 0;
        text-align: left;
        font-size: 15px;
        border-left: solid 1px #fff;

    }

    .commonfooter .footerMainWrapper .footerMain .footerInfo p {
        margin-bottom: 30px;
    }

    .commonfooter .footerMainWrapper .footerMain .footerInfo .footerInfo-sns {
        text-align: left;
        margin: 0;
    }

    .commonfooter .footerCopy {
        font-size: 18px;
    }

    .commonfooter #js-button {
        bottom: 20px;
        right: 20px;
        width: 20px;
    }

    .commonfooter #js-button img {
        width: 20px;
    }
}