.ttl_item {
    width: 100%!important;
}

.sp_item_wrap {
    display: flex;
    align-items: center;
    background-color: #fff;
}

.ttl_item {
    padding: 5px 12px;
    border: solid 1px #C5C0AF;
    border-bottom: none;
}

.sp_item_wrap {
    padding: 16px 12px;
    border: solid 1px #C5C0AF;
    border-bottom: none;
}

.icon_area {
    margin-right: 10px;
    width: 50px;
}

.entry_check_txt p span {
    font-size: 12px;
}

.entry_check_txt p span a {
    font-size: 12px;
}

.install_img_wrap img {
    width: 100%;
}

.check_wrap {
    display: flex;
    margin-bottom: 10px;
}

.check_wrap:last-child {
    margin-bottom: 0;
}

.entry_check.block_check {
    margin: 0 18px;
    align-items: flex-start!important;
}

.entry_check_txt {
    height: auto!important;
}

.entry_check.block_check {
    height: auto!important;
}

.select_procedure_txt {
    margin: 0 16px;
}

.sp_prev_btn {
    width: 80px!important;
    margin-right: 15px!important;
}

.sp_next_btn {
    height: 54px!important;
    background: #e81153!important;
}

.sp_btn_layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.isOk {
    margin: 0 auto;
}

.sp_btn_layout .submit_btn {
    margin: 0;
    margin-top: 40px;
}

.wdt100 {
    width: 100%;
}

.table {
    border-bottom: solid 1px #C5C0AF;
}

.btns .btn_back {
    position: relative!important;
}

@media (min-width: 769px) {
    .select_procedure_txt {
        margin: 0;
    }
}