.mess .ct_img {
    border-width: 0px;
    width: 220px;
    float: left;
    margin-right: 20px;
}
.mess .mess_ttl {
    font-size: 54px;
    color: var(--scolor);
    text-align: center;
    margin-bottom: 20px;
	font-weight: bold;
}
.mess .xvnet-content::before, .mess .xvnet-content::after {
    content: '';
    background: url(/Images/line.png) no-repeat center;
    position: absolute;
    left: -40px;
    background-size: 100%;
    height: 100%;
    width: 17px;
    top: 0;
}

.mess .xvnet-content::after {
    right: -40px;
    left: unset;
}
.mess .ct_signature p {
    margin-bottom: 10px;
    line-height: 2;
}
@media screen and (max-width: 480px) {
    .mess .mess_ttl {
        font-size: 22px;
    }
}