.cc-about a {
    /* color:#0000ff; */
}
.cc-about .cc-about__headline {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.cc-about h2 {
    font-size: 1.4em;
    font-weight: 700;
    margin: 25px 0;
    line-height: 1.4;
    padding: 4px 0 4px 20px;
    border-left: solid 5px #6a5d2e;
    position: relative;
}

.cc-about h2:before {
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    border-left: solid 5px #bbac71;
    position: absolute;
    left: 0;
    top: 0;
}

.cc-about p {
    margin: 2rem 0;
    line-height: 1.6em;
    letter-spacing: .06em;
    margin-bottom: 25px;
}

.cc-about .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.sns_info {
    flex-direction: row;
}
.sns_info li {
   width:30px;
   margin-right:10px;
}
.sns_info img {
    width:100%;
}