@charset "UTF-8";

.border-box {
    border: 3px solid #A1590C;
    padding: 0 30px 0;
    margin-bottom: 20px;
}

.right-box .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 40px 0;
    border-bottom: none;
    margin-bottom: 0;
    position: relative;
}

.right-box .title img {
    position: absolute;
    left: 0;
    bottom:0;
}