@charset "utf-8";

.about__name {
    border-bottom: 1px solid #D4D4D4;
    padding: 0 0 15px;
    position: relative;
    font-size  : 16px;
    font-weight: 700;
}
.about__name:after,
.summary:after {
    content: "";
    width: 52px;
    height: 1px;
    background-color: #78909C;
    position: absolute;
    bottom  : -1px;
    left    : 0;
}
.summary {
    border-bottom: 1px solid #D4D4D4;
    padding: 12px 0 10px;
    position: relative;
    display: flex;
}
.summary__ttl,
.summary__text {
    font-size: 13px;
}
.summary__ttl {
    min-width: 62px;
}
.about__comment {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    padding: 50px;
}
.about__ttl {
    margin: 0 0 20px;
    font-size  : 16px;
    font-weight: 700;
}
.about__text {
    margin: 20px 0 0;
}
.about__btn {
    width: 152px;
    height: 36px;
    background-color: #D4D4D4;
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin-top: 20px;
    font-size  : 16px;
    font-weight: 700;
}
.about__btn.is-right {
    margin-left: auto;
}
