﻿#DivFooter {
    display: grid;
    grid-template-rows: 88% 12%;
    height: 14vw;
    width: 100%;
    margin: auto;
    background: #3C3A3A;
    color: #ffffff;
}
#DivFotterTop {
    display: grid;
    grid-template-columns: 50% 50%;
}
.footer-left{
    width: 70%;
    height:70%;
    margin: auto;
}
.footer-right {
    width: 55%;
    height: 70%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 50%;
}
/* 会社名 */
.company-name {
    font-size: 1.3vw;
    line-height:2.5vw;
    font-family: "MS P明朝","Noto Serif JP";
    margin-bottom:0.5vw;
}
    .company-name a {
        color: #ffffff;
    }
/*　会社概要　*/
.summary {
    font-size: 1vw;
    line-height: 1.6vw;
    letter-spacing: 1px;
    font-weight: 300;
}
/*　メニュー　*/
.fmenu a {
    color: #ffffff;
    font-size: 1vw;
    line-height: 2.3vw;
    letter-spacing: 1px;
    font-weight: 300;
    transition:0.3s;
}
.fmenu a:hover {
    color: #9b9797;
}
/* コピーライト */
#DivCopyRight {
    text-align: center;
    width: 100%;
    font-size: 0.7vw;
    height: 1.5vw;
    line-height: 1vw;
    color: #ABA9A9;
    font-weight: 300;
}
/*---------------------------------------*/
/*               スマホ　     　　       */
/*---------------------------------------*/
@media screen and (min-width:320px ) and (max-width:1079px) {
    #DivFooter {
        display: grid;
        grid-template-rows: 88% 12%;
        height: 43vw;
        width: 100%;
        margin: auto;
        background: #3C3A3A;
        color: #ffffff;
    }
    .footer-left {
        width: 100%;
        height: 80%;
        margin: auto;
        padding-left:2vw;
    }
    .footer-right {
        width: 100%;
        height: 80%;
        margin: auto;
        display: grid;
        grid-template-columns: 50% 50%;
        padding-top:2vw;
    }
    /* 会社名 */
    .company-name {
        font-size: 3.5vw;
        line-height: 10vw;
        font-family: "MS P明朝","Noto Serif JP";
    }
    .company-name a{
        color: #ffffff;
    }
    /*　会社概要　*/
    .summary {
        font-size: 2.5vw;
        line-height: 4vw;
        letter-spacing: 0;
        font-weight: 300;
    }
    /*　メニュー　*/
    .fmenu a {
        color: #ffffff;
        font-size: 2.8vw;
        line-height: 6.5vw;
        letter-spacing: 0;
        font-weight: 300;
        transition: 0.3s;
    }
    /* コピーライト */
    #DivCopyRight {
        text-align: center;
        width: 100%;
        font-size: 2vw;
        height: 1.5vw;
        line-height: 1.6vw;
        color: #ABA9A9;
        font-weight: 300;
    }

}
/*---------------------------------------*/

/*               PC     　　       */

/*---------------------------------------*/

@media screen and (min-width:960px ){

}