﻿.content_title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #51afb3;
    border-bottom: 3px solid #518d9b;
}

.inline {
    display:inline;
}


.condition {
    margin: 15px 10px;
    font-size: 18px;
}


.point {
    background: #58b2b6;
    padding: 4px 4px 4px 10px;
    color: #ffffff;
    border-radius: 20px;
    width:fit-content;
}

.remark {
    font-size: 18px;
    margin: 10px;
    color: #01474b;
    font-weight: bold;
}