@charset "utf-8";


/*
+++++++++++++++++++++++++++++++

footer

+++++++++++++++++++++++++++++++
*/

#footer-back{
    position: relative;
    background:url("../../../../img/footer-back-sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding:50px 15px 120px;
    margin-top:-5px;
}

@media screen and (min-width: 768px),
print {
   #footer-back{
       background:url("../../../../img/footer-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding:110px 50px;
}
}

@media screen and (min-width:992px),
print {
   #footer-back{
    padding:150px 50px 200px;
}
}


.footer{
    color:#fff;
}

@media screen and (min-width: 768px),
print {
    .footer{
margin:auto;
        max-width: 1000px;
        display: flex;
}
}

@media screen and (min-width:992px),
print {
    .footer{
margin:0 auto;
        position: relative;
}
}


.footer-left{
    margin-bottom: 30px;
}

@media screen and (min-width: 992px),
print {
    .footer-left{
    width:30%;
        margin-bottom:0;
}
}

.footer-logo{
    width:100px;
    margin-bottom: 15px;
}

@media screen and (min-width: 992px),
print {
    .footer-logo{
    width:100px;
}
}

.footer-t01{
    margin-bottom: 10px;
}

.footer-t02{
    margin-bottom: 15px;
}

.footer-in{
    width:100px;
}


.copi{
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    bottom:100px;
    text-align: center;
}

@media screen and (min-width: 992px),
print {
    .copi{
    font-size:12px;
        bottom:0;
}
}

.footer-right{
    display: none;
}

@media screen and (min-width: 992px),
print {
    .footer-right{
    display:block;
        width:60%;
        font-size:13px;
        padding-top:100px;
        color:#fff;
}
}

 .footer-right a{
        color:#fff;
}

 .footer-right a:visited{
        color:#fff;
}

/*
++++++++++++++++++

footer-btn

+++++++++++++++++++
*/

.footer-btn{
    position:fixed;
  bottom:0;
    left: 0;
  right: 0;
        width:100%;
  z-index:999;
    display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    background: #EBEAEA;
    border-top:1px #000000 solid;
}


@media screen and (min-width: 768px),
print {
    .footer-btn{
        position:relative;
        margin:0 auto 150px;
        background:rgba(255,255,255,0);
        max-width: 1200px;
        border-top:0;
}
}

.footer-btn-left{
    padding:29px 0 20px;
    border-right:1px #000 solid;
}

@media screen and (min-width: 768px),
print {
.footer-btn-left{
    padding:0;
    padding:60px;
}
}

.footer-btn-center{
    padding:15px 0 20px;
    border-right:1px #000 solid;
}

    @media screen and (min-width: 768px),
print {
.footer-btn-center{
    padding:0;
    padding:60px;
}
}

.footer-btn-right{
    padding:23px 0;
}

    @media screen and (min-width: 768px),
print {
.footer-btn-right{
    padding:0;
    padding:60px;
}
}

.footer-btn-icon{
    width:50px;
    margin:0 auto 4px;
}

    @media screen and (min-width: 768px),
print {
.footer-btn-icon{
    width:150px;
    margin:0 auto 30px;
}
}

.footer-btn-icon02{
    width:25px;
    margin:5px auto 6px;
}


    @media screen and (min-width: 768px),
print {
.footer-btn-icon02{
    width:80px;
    margin:10px auto 30px;
}
}

.footer-btn-icon03{
    width:20px;
    margin:2px auto 5px;
}

    @media screen and (min-width: 768px),
print {
.footer-btn-icon03{
    width:60px;
    margin:0 auto 30px;
}
}

.footer-btn-t01{
    font-weight: bold;
    font-size:11px;
    text-align: center;
}

    @media screen and (min-width: 768px),
print {
.footer-btn-t01{
    font-size:18px;
}
}











/*
++++++++++++++++++++++++++++++++++++++

@media screen and (min-width: 992px),
print {
    
}

@media screen and (min-width: 768px) and (max-width:991px)
{
}

+++++++++++++++++++++++++++++++++++++++++
*/

