/* フッター用CSS */

.dp-none{
    display: none;
}



/*フッター*/
.ec-layoutRole__footer{
    width: 100%;
    background-color: #969696;
    color: #fff;
}
.footer-outer{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-top: 110px;
    padding: 5% 0;
}
.footer-log-outer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}
.footer-list-outer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.footer-list-outer>div{
    width: calc(100% / 4.2);
}
.footer-list-outer h3{
    display: flex;
    align-items: center;
    box-sizing: content-box;
    margin:0;
    margin-bottom: 15px;
    height: 72px;
    border-bottom: 1px solid #fff;
    font-size: 2rem;
    font-weight: 800;

}
.footer-list-outer>div>a>div{
    position: relative;
    display: flex;
    box-sizing: content-box;
    align-items: center;
    height: 40px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    padding-left: 15px;
}
.footer-list-outer .q-outer{
    position: relative;
    display: flex;
    box-sizing: content-box;
    align-items: center;
    width: 100%;
    
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 40px;
}
.copy-right-pc{
    position: relative;
    display: flex;
    box-sizing: content-box;
    align-items: center;
    width: 100%;
    font-size: 1.2rem;
    margin-top: 40px;
}
.copy-right{
    position: relative;
    display: none;
    box-sizing: content-box;
    align-items: center;
    width: 100%;
    font-size: 1.2rem;
    margin-top: 40px;
}
.footer-list-outer .menu-arrow-right{
    width: 8px;
    height: 8px;

    left:0;
    border-color: #fff #fff transparent transparent;
}
.q-outer{
    height: inherit;
}
.footer-list-outer .a-detail-outer.a-flex{
    align-items: flex-start;
}
.a-detail-outer{
    width: 100%;
    min-height: 56px;
}
.footer-list-outer .contact_btn{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    max-width: 252px;
    width: 100%;
    height: auto;
    border-radius: 28px;
    padding: 15px 15%;
    background-color: #F2F2ED;
    font-weight: 800;
    font-size: 1.6rem;
}
.contact_btn .menu-arrow-right{
    width: 8px;
    height: 8px;
    left:inherit;
    right:10%;
    border-color: #000 #000 transparent transparent;
}
.footer-sns-outer{
    display: flex;
    justify-content: flex-end;
}
.footer-sns-outer img:nth-child(1){

    margin-right: 16px;
}

.footer-sns-outer img:nth-child(2){

    margin-right: 22px;
}

.footer-hp img{
    margin-left: 5px;
    margin-bottom: 5px;
}
/*    ページトップボタン*/
.ec-blockTopBtn {
    display: none;
    position: fixed;
    width: auto;
    height: auto;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    background-color: transparent;
}

/*スマートフォンメニュー*/


/*PC 1100以下*/
@media only screen and (max-width: 1100px){
    .ec-layoutRole__footer{
        padding: 0 2%;
    }
}
/*スマートフォン*/
.dp-block-800{
    display:none;
}
@media only screen and (max-width: 800px){
    .ec-layoutRole__footer {
        padding: 0 4%;
    }
    .dp-block-800{
        display: block;
    }
    .dp-flex-800{
        display:flex;
    }
    

    
/*フッター*/
    .footer-list-outer {
        flex-direction: column;
    }
    .footer-list-outer>div {
        width: 98%;
    }
    .footer-list-outer .contact_btn {
         max-width: inherit;
        margin: 0 auto;
        width: 80%;
    }
    .footer-list-outer>div>a>div.footer-hp {
        padding-left: 0;
        
    }
    .footer-list-outer>div>a>div.footer-hp img {
        margin-left: 10px;

    }
    .footer-sns-outer {
        justify-content: center;
    }
    .copy-right {
        justify-content: center;
        font-size: 1.6rem;
        margin-top: 20px;
    }
    .dp-none-800 {
        display: none;
    }

}

