/*************************/
/* 鑑定を始めるボタンで使用 */
/***********************/
.appraisal-start-button-section {
    margin-bottom: 30px;
    text-align: center;
}
.appraisal-start-button {
    background: url('https://web-img.rensa.jp.net/rensa/images/web/RCB/pc/pre/input_profile_button.png') no-repeat;
    background-size: 100%;
    width: 50%;
    height: 160px;
    border: none;
    outline: none;
}
.appraisal-start-button:hover {
    background: url('https://web-img.rensa.jp.net/rensa/images/web/RCB/pc/pre/input_profile_button_over.png') no-repeat;
    background-size: 100%;
    width: 50%;
    height: 160px;
    border: none;
    outline: none;
}
.pre-teller-background {
    background:url("https://web-img.rensa.jp.net/rensa/images/web/RCB/pc/pre/pre_background.jpg") repeat-y;
    background-position: center;
}

/***********************/
/* 鑑定項目一覧項目で使用 */
/*********************/
.submenu-titles-list-background-center {
    background: url('https://web-img.rensa.jp.net/rensa/images/web/RCB/pc/pre/submenu_title_list_background.jpg') repeat-y;
    padding: 0 20px;
}