@charset "UTF-8";
.opinion__detail {
    width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-size: 14px;
}
.opinion__detail h3 {
    padding-bottom: 16px;
}

.opinion__detail .txt .name {
    display: inline-block;
    margin-top: 8px;
    color: #c3a715;
    font-weight: bold;
}


.opinion__detail .txt:first-child{
    margin-top: 56px;
}
.opinion__detail .txt:after {
    display: block;
    content: " ";
    width: 700px;
    height: 1px;
    margin: 28px 0 30px;
    background: url(../img/common/line_dot.png) no-repeat top left;
}