/*
---------------------------------------
parts_ttl
---------------------------------------
*/

.p_ttl {
    background: #2e2421;
    background: -moz-linear-gradient(top, #8b8a89 0%, #494241 48%, #2e2421 100%);
    background: -webkit-linear-gradient(top, #8b8a89 0%,#494241 48%,#2e2421 100%);
    background: linear-gradient(to bottom, #8b8a89 0%,#494241 48%,#2e2421 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8a89', endColorstr='#2e2421',GradientType=0 );

    font-size: 26px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.335em;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 13px;
}
@media screen and (max-width: 640px) {
    .p_ttl {
        font-size: 5vw;
    }
}
