@charset "utf-8";

/*
.title-img img{
    width: 80%;
}
*/
/*
.title-img{
    background-image: url(../../../img/sub/company/);
    background-size: contain;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}*/

.year{
    width: 100%;
    margin-bottom: 20%;
    
}
.year .txt{
    width: 670px;
    text-align: left;
    margin: auto;
    margin-bottom: 5%;
    position: relative;
}
.year .txt p{
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    width:180px;
}
.year .txt span::before{
    content: '';
    display: block;
    width: 1px;
    height: 120px;
    background-color: rgba(237, 110, 48, 0.4);
    position: absolute;
    z-index: -1;
    left: 126px;
    top: 30px;
}
.year .txt p::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ed6e30;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    border-radius: 100%;
}
.year .txt span{
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}








@media screen and (max-width:768px){
    .year .txt{
    width:80%;
}
 .year .txt p{
    font-size: 25px;
     display: block;
}
.year .txt span::before{
    margin-left:-130px;
    height:75px;
    width: 2px;
}
.year .txt p::after{
    margin-left: -80px;
    margin-bottom: 5px;
        width: 10px;
    height: 10px;
/*    display: none;*/
}
.year .txt span{
    font-size: 17px;
    display: block;
    padding-top: 5%;
    padding-left: 2%;
}

   
    
    
}










