/*************************/
/* 鑑定を始めるボタンで使用 */
/***********************/
.appraisal-start-button-section {
    text-align: center;
    margin: 30px;
}
.appraisal-start-button {
    background: url('https://web-img.rensa.jp.net/rensa/images/web/RHM/pc/pre/input_profile_button.jpg') no-repeat;
    background-size: 100%;
    width: 70%;
    height: 108px;
    border: none;
    outline: none;
}
.appraisal-start-button:hover {
    background: url('https://web-img.rensa.jp.net/rensa/images/web/RHM/pc/pre/input_profile_button_over.jpg') no-repeat;
    background-size: 100%;
    width: 70%;
    height: 108px;
    border: none;
    outline: none;
}
/****************/
/* 鑑定項目で使用 */
/***************/
.submenu-titiles-list-background-center {
    background: url('https://web-img.rensa.jp.net/rensa/images/web/RHM/pc/pre/submenu_title_list_background.jpg') repeat-y;
    background-position: center;
    padding: 10px 60px;;
}
