.bg-nfooter {
    background: #B6292D;
    color: #FFFFFF;
}

.footer-area {
    list-style: none;
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
}
.footer-area li {
    margin: 10px 0;
    list-style: none;/*none*/
}
.footer-area section {
    /*長さを指定*/
    margin: 0 3%;
}
.footer-area .ft-sec {
    border-bottom:1px solid;/*1px solid #ccc;*/
}
.ft-title {
    z-index:0;/*none*/
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;/* normal */
    /* +の位置*/
    padding: 0 5% 0 5%;/*3% 3% 3% 50px*/
    transition: all .5s ease;
}
.ft-title p {
    font-size: 1rem;
    font-weight: bold;
    padding: 3% 3% 3% 0;
    color: #F5F9F8;/*none*/
}

.ft-title::before,
.ft-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    /* + */
    background-color: #F5F9F8;
}
.ft-title::before {
    /* +の位置*/
    top: 48%;
    right: 15px;/*left: 15px;*/
    transform: rotate(0deg);
}
.ft-title::after {
    /* -の位置*/
    top: 48%;
    right: 15px;/*left: 15px;*/
    transform: rotate(90deg);
}
.ft-title.close::before {
    transform: rotate(45deg);
}
.ft-title.close::after {
    transform: rotate(-45deg);
}
.ft-title2 {
    z-index:0;/*none*/
    position: relative;
    font-size: 1rem;
    font-weight: bold;/* normal */
    /* +の位置*/
    padding: 0 5% 0 5%;/*3% 3% 3% 50px*/
}
.ft-box {
    display: none;
    margin: 0 3% 3% 3%;
    padding: 3%;
}
.ft-box a{
    color: #F5F9F8;
    text-decoration: none ;
}
.ft-box2 {
    margin: 0 3% 3% 3%;
    padding: 3%;
}
.ft-box3 {
    margin: 0 3% 3% 0;
    padding: 0;
}
.ft-box3 p {
    font-size:10px;
}
.ft-table {
    color: #F5F9F8;
    max-width: 430px;
    border: 0px none;
  }

  .ft-table tr {
    border: 0px none;
  }

  .ft-table tr th {
    border: 0px none;
  }
  .ft-table tr td {
    border: 0px none;
  }
.ft-table img {
    width:50px;
    height:50px;
}

@media screen and (max-width: 480px) {
    .ft-table {
        text-align: center;
       }
  }
