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