@charset "UTF-8";


.badge-info {
    color: #000000;
    background-color: #DCDCDC;
}

.header-row{
    background: #FFFFFF;
}

.sh-text{
    color: #000000;
}

h1.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

#page_top {
	position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    opacity: 0.8;
}

#page_top a {
    background: #111111;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 35px 0px 20px 0px;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page_top a:hover {
    text-decoration: none;
    background: #333333;
}

.arrow::before {
    content: '';
    width: 17px;
    height: 17px;
    border: 0px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 32%;
    left: 41px;
    margin-top: -5px;
    opacity: 0.8;
}

.bkc_f {
    padding: 2% 2% 0% 2%;
    display: inherit;
    margin: inherit;
    width: 70%;
    background-color: rgba( 255, 255, 255, 0.3 );
    border-radius: 5px;
    color: #000000;
}

.bkc_pd {
    padding: 0;
}

footer .row {
    margin-right: 0px;
}

/*---------------------------------------------------------------------
    フッターメニューの文字色
----------------------------------------------------------------------*/

.text_color {
    color: #000000 !important;
}

.text_color:hover, a.text_color:focus {
    color: #1d2124 !important;
}


/*----------------------------------------------------
▼パッド
----------------------------------------------------*/
@media (max-width:992px) {
    .bkc_f {
        width: 70%;
        border-radius: 5px;
        color: #000000;
    }
}

/*----------------------------------------------------
▼モバイル
----------------------------------------------------*/

@media (max-width:767px) {

    .bkc_f {
        padding: 2% 0% 0% 10%;
        width: 100%;
        display: inline;
        margin: auto;
    }

    .bkc_mg {
        margin-left: 8%;
        max-width: 80%;
    }

    .back_img{
    background-image: url("background_img/s_footer.png");
    }

    h1.anchor{
        display: block;
        padding-top: 90px;
        margin-top: -90px;
    }

}