.img-wrap{
    overflow: hidden;
}

.one-news .sub-caption{
    font-size: 20px;
    color: #959595;
    font-weight: 300;
    margin-bottom: 20px;
}

.one-news .img-caption{
    color: #959595;
    font-size: 14px;
    display: block;
}
.one-news .content .img-wrap{
    float: left;
    margin-bottom: 15px;
}
.one-news .content .img-wrap img{
    float: none;
    margin-bottom: 10px;
}

.quote{
    position: relative;
    padding-left: 120px;
    margin: 20px;
}
.quote .img-wrap{
    position: absolute;
    top: 0;
    left: 0;

    width: 100px;
    height: 100px;
    border: 1px solid #cccccc;
}

.quote .text .ttl{
    font-size: 16px;
    font-weight: 700;
}
.quote .text blockquote{
    margin: 0;
    padding: 10px 0 0 0;

    background-color: transparent;
    border: none;
}

@media screen and (max-width: 740px){

    .quote{
        padding-left: 0;
        margin: 0;
    }

    .quote .img-wrap{
        margin: 0 auto;
        position: static;
        border: 1px solid #cccccc;
        border-radius: 50%;
    }

    .quote .text blockquote{
        padding-top: 40px;
    }
}