/* s1 */
.sec1{
/*    padding: 15vh 0;*/
	padding: 12vh 0;
}
.sec1 .content .tit{
/*    font-size: 27px;*/
	font-size:32px;
    padding: 63px 0 30px;
    line-height: 1.5;
}
.sec1 .content p{
    color: #666;
	font-size:26px;
}

/* s2 */
.sec2{
    padding-bottom: 136px;
}
.sec2 .content > div{
/*    font-size: 19px; */
	font-size:26px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 30px;
}
.sec2 .content > div span{
    width: 1px;
/*    height: 12px;*/
	height:20px;
    background: #000;
    margin: 3px 20px 0;
}


/*
.sec1 {padding: 12vh 0;}
.sec1 .content .tit {font-size:32px;}
.sec1 .content p {font-size:26px;}
.sec2 .content > div {font-size:26px;}
.sec2 .content > div span {height:20px;}
*/