
.main-part{
    background-color: #fff;
    padding: 30px;
    font-size: 14px;
    margin-bottom: 50px;
}

.main-part p{
    line-height: 24px;
    width: 100%;
    min-height: 24px;
}

p.highlighted{
    color: #ff0000;
    font-size: 24px;
    line-height: 1.5em;
}

.main-part p strong{
    color: #000000;
    font-weight:500;
}

.main-part p img{
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
    margin: 14px 10px;
}

.title-block{
    background-color: #f5f5f5;
    border: 1px solid #d5d5d5;
    border-left: 4px solid #ee4e5b;
    padding: 26px 30px;
}

.label{
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 2px 8px;
    background-color: #399cd5;
    vertical-align: middle;
}
.line2{
    font-size: 28px;
    line-height: 1.5em;
    margin-top: .25em;
    margin-bottom: .25em;
}
.line3{
    font-size: 20px;
    color: #ee4e5b;
}

.main-part .desc{
    margin-top: 20px;
}

.border-section-title{
    margin-top: 24px;
}

.frame-header .tri-title{
    padding-left: 20px;
    position: relative;
}

.frame-header .tri-title::before{
    position: absolute;
    left: 0;
    top: 11px;
}


.desc1 .table {
    border: 1px solid #bbbbbb;
    padding: 20px;
    margin-top: 40px;
}

.desc1 .table .txt{
    border-bottom: 1px dotted #bbbbbb;
    font-size: 12px;
    color: #333333;
    padding: 5px 10px;
}

.desc1 .table .title{
    padding-left: 0;
    padding-top: 0;
    font-size: 16px;
    font-weight: 600;
}
.desc2{
    display: flex;
}
.desc2 .left{
    width: calc(100% - 250px);
}

.desc2 .left p{
    margin-top: 40px;
    padding-right: 30px;
    box-sizing: border-box;
}

.desc2 .right{
    width: 250px;
    height: auto;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
}
.desc2 .right img{
    width: 100%;
    height: auto;
}

.desc4{
    display: flex;
}
.desc4 .left{
    width: calc(100% - 180px);
}

.desc4 .left p{
    margin-top: 40px;
    padding-right: 30px;
    box-sizing: border-box;
}

.desc4 .right{
    width: 180px;
    height: auto;
    margin-top: 35px;
}
.desc4 .right img{
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.desc4 .right .top{
    margin-bottom: 30px;
}
.desc4 .right .introduce{
    font-size: 13px;
    text-align: center;
}

@media (max-width: 750px) {
    .main-part{
        padding: 20px;
    }
    .title-block{
        padding: 20px;
    }
    .line2{
        font-size: 22px;
    }
    .line3{
        font-size: 16px;
    }

    .main-part p img{
        margin-left: 0;
        margin-right: 0;
    }

    p.highlighted{
        font-size: 18px;
    }
}