.header-infomation-link a.header-bg-green-btn {
    background-color: #0a8664;
    color: white !important;
    border: #0a8664 solid 1px;
    padding: 5px 15px;
    margin-right: 10px;
}

.header-infomation-link a.header-bg-green-btn:last-child {
    margin-right: 0;
}

.header-infomation-link a.header-bg-green-btn:hover {
    background-color: #29a280;
    border: #29a280 solid 1px;
}

.header-navigation .header-search.renewal {
    margin-right: 10px;
}

.header-navigation .header-infomation.renewal .header-infomation-link {
    margin-right: 0;
}

.header-link-top {
    margin-left: 50px;
    color: #000;
    position: relative;
}

.header-link-top::before {
    position: absolute;
    content: url(/content/dam/smcc/jp/ja/hojin/common/hojin-basic-page/img/icon-home.svg);
    top: -4px;
    left: -30px;
}

@media (min-width: 639px) {
    .header-search [type="text"] {
        height: 30px;
    }

    .header-search [type="submit"] {
        height: 32px;
        width: 32px;
    }

    .header-infomation-link {
        font-size: 0;
    }
}

@media (max-width: 640px) {
    .header-infomation-link a.header-bg-green-btn {
        padding: 15px;
    }

    .header-navigation .header-search.renewal {
        margin-right: 0;
    }
    .header-logo {
        padding: 16px 0 20px 0;
    }
}

@media (max-width: 640px) and (orientation: landscape) {
    .global-navigation__list.renewal {
        display: flex;
        flex-wrap: wrap;
    }

    .header-navigation .header-infomation.renewal .header-infomation-link {
        display: flex;
    }
}


/*--- 以下footer用　スタイル ---*/
.footer-contents-wrap {
    padding-top: 47px;
}

.footer-link-top {
    font-size: 12px;
    color: #FFF;
    text-decoration: none;

}

.color-white{
    color: #FFF;
}

.footer-contents-wrap>a>.footer-link-top {
    margin-left: 15px;
    margin-bottom: 30px;
}

.forSp {
    display: none;
}


@media (max-width:640px) {
    #float_ToTop_button {
        border: 1px solid #f7f7f7;
        overflow: hidden;
        cursor: pointer;
        padding: 8px;
        background-color: white;
        position: fixed;
        bottom: 10px;
        z-index: 998;
        right: 10px;
    }

    .forSp {
        display: initial;
    }

    .forPc.forPc {
        display: none;
    }

    .footer-nav .footer-link-top {
        color: #000;
        line-height: 16px;
        border-top: 1px solid #d5d5d5;
        padding: 12px 0;
        font-size: 16px;
        font-weight: bold;
        position: relative
    }
    .footer-nav .footer-link-top::after {
        position: absolute;
        content:url(/content/dam/smcc/jp/ja/hojin/common/hojin-basic-page/img/icon_right_black.svg);
        right: 10px;
    }
    .footer-nav>a{
        text-decoration: none;
    }
}

@media (min-width: 641px) {
    .footer-nav.hojin_basic_footer>dl.float_r {
        float: right;
        padding-top: 2%;
    }

    .footer-nav.hojin_basic_footer>dl.minusMargin {
        margin-top: -4%;
    }
}

@media (max-width: 640px) {
    .footer-nav.hojin_basic_footer {
        display: grid;
        border-bottom: 1px solid #d5d5d5;
    }

    /* 順番入れ替えに伴い、footer用の設定を解除 */
    .footer-nav.hojin_basic_footer>dl:last-child {
        border-bottom: none;
    }

    .footer-nav.hojin_basic_footer>dl.order_1 {
        order: 1;
    }

    .footer-nav.hojin_basic_footer>dl.order_2 {
        order: 2;
    }

    .footer-nav.hojin_basic_footer>dl.order_3 {
        order: 3;
    }

    .footer-nav.hojin_basic_footer>dl.order_4 {
        order: 4;
    }

    .footer-nav.hojin_basic_footer>dl.order_5 {
        order: 5;
    }

    .footer-nav.hojin_basic_footer>dl.order_6 {
        order: 6;
    }

    .footer-nav.hojin_basic_footer>dl.order_7 {
        order: 7;
    }

    .footer-nav.hojin_basic_footer>dl.order_8 {
        order: 8;
    }
}