@charset "utf-8";

.rich-content-box__advice {
    margin-top: 54px;
    padding: 20px 15px;
    border: #f44040 2px dotted;
    border-radius: 10px;
    position: relative;
}
.rich-content-box__advice p {
    text-align: justify;
    line-height: 2;
}
.rich-content-box__advice:before,.rich-content-box__advice.pt01:before {
    content: '';
    background-repeat: no-repeat;
    position:absolute;
    top: -20px;
    height:32px;
}
.rich-content-box__advice:before {
    background-image: url(/files/user/img/page/resume/advice_txt_01.png);
    width: 280px;
    background-size: 280px 32px;
}
.rich-content-box__advice.pt01:before {
    background-image: url(/files/user/img/page/resume/advice_txt_02.png);
    width: 250px;
    background-size: 250px 32px;
}