*{
    transition: all 0.3s;
}
p{
    font-size: 14px;
}
.function-top{
    background: white;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.function-top>li{
    margin: 5px 10px;
    list-style:none
}
.function-top>li>a{
    color: #333333;
    font-size: 14px;
    text-decoration:none;
}
.function-top>.current{
    font-weight: bold;
    border-bottom: 2px solid black;
}

body{
    margin: 0;
}
.contents{
    width: 100%;
    background-color: black;
}
.feature{
    max-width: 960px;
    margin: auto;
}
.feature p{
    color: white;
    line-height: 1.3;
    margin:14px 0;
}

.ft-public-text{
    color: white;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.ft-public-title{
    font-size: 30px;
}
.ft-public-line{
    width: 60px;
    height: 4px;
    background-color: #c0ae98;
    margin: 30px 0;
}
.feature-container > .title {
    line-height: 1.3;
}

@media screen and (max-width: 985px) {
    .feature{
        padding-left: 10px;
        padding-right: 10px;
    }

}









