#footer {
    background: url(ao120l0000000czd-img/footer_bg_2.png) repeat-x left bottom;
    background: #555555;
    /*padding: 20px 0 0 0; 2018改修 */
    position:relative;
    /*border-bottom: 48px solid #333333;*/
    width:100%;
    min-width:1020px;
    font-size:90%;
}
#footer a {
    color:white;
}
#footer a:hover {
	color:rgb(0,132,200);
	text-decoration:underline;
}
#global_footer{
    width:720px;
    float:left;
    padding:15px 0;
}
.footer_link1,.footer_link2{
    float: left;
    padding: 5px 0;
}
.footer_link1 a{
}
#footer .footer_link2, #footer .footer_link2 a{
    color:#ffffff;
}
.footer_link1 li,.footer_link2 li{
    display: inline-block;
}
.footer_link1 li a:before ,.footer_link2 li a:before{
    content: "▶ ";
    display: inline;
}
.footer_link2{
    clear:both;
    width:100%;
    padding:10px 0;
    text-align:center;
    border-top:solid 1px white;
}
.footer_wrap{
    width:100%;
}
#footer_inner{
    width: 1020px;
    min-width: 1020px;
    margin: 0 auto;
    overflow:hidden;
}
/**▼フッター;サイトマップ**/
li.f_navi {
    display: block;
    float: left;
    /*padding: 10px 0px;*/
    line-height: 1.5;
    width:120px !important;
}
.f_navi > a {
    font-weight: bold;
    /*font-size: 110%;*/
}
.f_menu {
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1.3;
}
.f_menu li{
    /*padding-bottom:8px;*/
}
.f_menu li a{
}


.footer_link1,
#copyright {
    padding: 15px 0;
    overflow:hidden;
    /*float:right; 2018改修*/
    color: white;
    background:#222222;
    text-align:center;
}
.footer_link1 li {
    display: inline;
}
/* .copy {
    float: right;
    color: #bfbfbf;
    font-size:10px;
} */
.copy strong{
    font-size:14px;
}
/****▼ページの先頭へボタン****/
#footer .to_top{
    text-align:center;
    position:relative;
    margin:0 auto;
    padding:10px 0;
    /*width: 1020px !important; 2018改修 */
    background:#666666;
    /*border-bottom: solid 1px #4f4f4f; */
}
#footer .to_top a{
    display: block;
    top: -17px;
    /*right: 0; 2018改修*/
    /*position: absolute; 2018改修 */
    /*width: 169px; 2018改修 */
    height: 17px;
    display: block;
    text-align: center;
    /*background: url($footer_toTop$) no-repeat center top;*/
    text-decoration:none;
    padding: 5px 0;
    /*font-size:12px;*/
    color: white;
    font-weight: normal;
    line-height:1.4em;
}
/****▲ページの先頭へ****/
.footer_text{
    width:300px;
    float:right;
    /*font-size:13px;*/
    padding:15px 0;
    height:160px;
    line-height:1.8em;
    color:white;
}

/* フローティングバナー 20220329追加 */
#floating {
    width: auto;
    position: fixed;
    top: 50%;
    right: 3vw;
    z-index: 101;
}

#floating a {
    display: block;
    width: 200px;
    height: 200px;
    z-index: 100;
}

#floating a img {
    width: 100%;
    max-width: 100%;
}

#floating a img.pc {
    display: block !important;
}

#floating a img.sp {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    #floating a {
        width: 160px;
        height: 160px;
    }
}


@media screen and (max-width: 768px) {
    #floating {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
        transform: translateY(0);
    }

    #floating a {
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: auto;
    }

    #floating a img.pc {
        display: none !important;
    }

    #floating a img.sp {
        display: block !important;
    }
}