.wrap3 h1{
    font-weight: 600;
    font-size: 2rem;
    color: #434343;
}

.wrap3 h1::after{
    content: "";
    position: absolute;
    top: 30px;
    left: 200px;
    background: url(../images/5_brand_ambassador/line.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    width: 150px;
    height: 2px;
}

.wrap3 h2{
    font-weight: 400;
    font-size: 1.4rem;
    color: #434343;
    padding: 6px 0;
}

.wrap3 h5{
	padding: 5px 0;
    font-weight: 300;
    font-size: 1rem;
    color: #000000;
    line-height: 2;
}

.wrap2 .bg{
    background: url('../images/5_brand_ambassador/line.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.lineimg .m{
    display:none;
}


@media (max-width: 767.9px) {
    .lineimg .pc{
        display:none;
    }

    .lineimg .m{
        display:block;
    }
}

@media (max-width: 576px) {

    .wrap3{
        padding-top: 10px;
    }
    
    .wrap3 h1::after {
        width: 100px;
         top: 30px;
    } 
      
}