/* BASIC css start */
.sec01 img,
.sec03 img{
    width:100%;
}

.sec02{
    padding:50px 0;
    text-align:center;
} 

.sec02 p{
    font-size:12px;
    font-weight:500;
    margin-bottom:25px;
} 

.sec02 p:last-child{
    margin-bottom:0;
}

.sec04{
    padding: 40px 0 0;
}

.sec04 h3{
    margin-bottom:35px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
} 

.sec04 h3 span{
    border-bottom: 2px solid #000;
    display: inline-block;
    line-height: 26px;
}

.sec04 .historyList{
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

.sec04 .historyList dl{
    margin-bottom:24px;
}

.sec04 .historyList dl:last-child{
    margin-bottom:0;
}

/* BASIC css end */

