@charset "UTF-8";

a.back_bt{
    background: #C7C7C7;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.625rem;
    text-align: center;
    color: #4f4f4f;
    cursor: pointer;
    padding: 4px 10px 0;
}
a.close_bt{
    background: #C7C7C7;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.625rem;
    text-align: center;
    color: #4f4f4f;
    cursor: pointer;
    padding: 4px 10px 0;
}
a.back_btb{
    background: #C7C7C7;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    color: #4f4f4f;
    width: 100%;
    max-width: 210px;
    cursor: pointer;
    padding: 5px 20px;

}

.guide .step img.none_step{
    border: none;
    padding: 0;
    margin: 8px 4px 10px 0;
}
a.back_bt:hover,a.back_btb:hover,a.close_bt:hover {
    text-decoration: none;
    background: #DADADA;
}
.bold_f {
    font-weight: bold;
}
.red_color {
    color:red;
}
.qatitle {
    width: 20px;
    height: 20px;
    background: #ffe500;
    display: block;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 0.3rem;
}
