/* footer -s */
footer{
    background-color: #2c2c2c;
    color: #969494;
    font-size: 10px;
    text-align: left;
    line-height: 2.0;
}

.foot_area{
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.foot_left{
    width: 50%;
    float: left;
    margin: 50px auto;
}

.plate{
    padding: 0 125px 0 0;
}

.foot_left .plate p{
    font-size: 10px;
    line-height: 2;
}


.foot_logo {
    margin: 50px 0 0;
}

.foot_logo img{
    max-width: 150px;
    width: 40%;
}

.foot_link{
    color: #969494;
    text-decoration: none;
}

.foot_right{
    width: 50%;
    float: right;
    overflow: hidden;
    margin: 50px auto;
}

.foot_right dt{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.9;
    margin: 0 0 10px;
}

.foot_right dd{
    line-height: 2.2;
}

.foot_right dl{
    margin: 0 0 33px;
}

.top_left, .bottom_left{
    width: 50%;
    float: left;
    clear: left;
}

.top_right, .bottom_right{
    width: 50%;
    float: right;
}

.most_foot{
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
    color: #969494;
    background-color: #2c2c2c;
}

.most_foot li{
    display: inline-block;
}

.most_foot_link{
    padding: 0 15px 0 10px;
    border-right: solid 2px;
    color: #969494;
    text-decoration: none;
    line-height: 2.2;
}

.most_foot li:nth-last-of-type(1) a{
    border: none;
}

.most_foot p{
    color: #6c6c6c;
}
footer a{
  color: #969494;
  text-decoration: none;
}

/* footer -e */


/* メディアクエリを使用したPC用 */
@media screen and (max-width: 1499px) {
    /* footer -s */
    footer{
        font-size: .67vw;
    }

    .foot_area{
        width: 66.67vw;
    }

    .foot_left{
        width: 50%;
        margin: 2.33vw auto;
    }

    .plate{
        padding: 0 8.33vw 0 0;
    }

    .plate img{
        margin: 0 0 2.33vw;
        width: 40%;
    }

    .foot_right{
        width: 50%;
        margin: 2.33vw auto;
    }

    .foot_right dt{
        font-size: .8vw;
        margin: 0 0 .67vw;
    }

    .foot_right dl{
        margin: 0 0 2.2vw;
    }

    .top_left{
        width: 50%;
    }

    .top_right{
        width: 50%;
    }

    .bottom_left{
        width: 50%;
    }

    .bottom_right{
        width: 50%;
    }

    .most_foot{
        width: 100%;
        padding-bottom: 2vw;
    }

    .most_foot_link{
        border-right: solid .13vw;
        padding: 0 1vw 0 .67vw;
    }
    /* footer -e */
}

/* SP用 */
@media screen and (max-width: 768px){
    /* footer -s */
    footer{
        font-size: 2.67vw;
        text-align: center;
        line-height: 1.7;
    }

    .foot_area{
        width: 92vw;
    }

    .foot_logo img {
        margin: 0 auto 5.33vw;
        width: 30.87vw;
        display: block;
    }

    .foot_left{
        width: 100%;
        float: none;
        margin: 0 auto 0;
    }

    .plate{
        padding: 8vw 0 9.57vw; /* 11.3 */
    }

    .foot_right{
        display: none;
    }

    .most_foot{
        width: 100%;
        padding: 0 0 2vw;
        text-align: center;
        color: #969494;
        background-color: #2c2c2c;

        font-size: 2.93vw;
    }

    .most_foot ul{
        margin: 0 0 2.67vw;
    }

    .most_foot li{
        display: inline-block;
    }

    .most_foot_link{
        line-height: 1;
        border-right: solid .27vw;
        padding: 0 3.6vw 0 2.7vw;
    }

    .most_foot p{
        font-size: 2.67vw;
    }
}