.next-button {
    width: 400px;
}

#add-dir {
    box-sizing: border-box;
    width: 176px;
    background: #3CA1FF;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    display: inline-block;
    text-align: center;
}

.exclude-button {
    text-align: right;
    margin-bottom: 10px;
}

.exclude-append-field {
    position: relative;
}

.exclude-append-field a {
    position: absolute;
    right: 2%;
    top: 26%;
    background: #dbdbdb;
    border: 1px solid #787878;
    border-radius: 15px;
    font-size: 14px;
    width: 24px;
    text-align: center;
    display: block;
    color: #787878;
    font-weight: bold;
}

.left>.reg-faq {
    height: auto;
}

section.reg-faq.regist-help {
    background-color: #E36411;
    color: #fff;
    margin-bottom: 2rem;
}

.regist-help .help-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.help-body .guide.button {
    width: 295px;
    height: 37px;
    background: #F3FCE9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.help-body .no-confirm {
    color: #fff;
    text-decoration: underline;
}