.fs-p-aboutTerms {
   padding-top: 100px;
}

.fs-c-documentArticle {
    padding: 16px;
}

.right-side {
    padding-left: 0;
    width: 100%;
}


.category-wrapper {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
}

.category {
    display: block;
    justify-content: center;
    /* padding: 8px; */
}

.form-item {
    margin-top: 16px;
    margin-bottom: 5px;
    font-size: 14px;
}

.right-side {
    padding-left: 0;
    width: 100%;
}

.form_design_height {
    height: 32px;
}

.form_design {
    border-radius: 0;
    border: 1px solid #000;
    font-size: 14px;
    width: 100%;
box-sizing: border-box;
}



input::placeholder {
    position: relative;
    top: 1px;
}

.fs-c-documentColumn__content {
    padding: 8px;
    border: 1px solid;
}

.submit-btn input {
    font-size: 12px;
    border: none;
    color: white;
    border-radius: 0;
    background-color: #2c2c2c;
    padding: 12px 60px;
}

.atention_wrap {
    border: none;
    font-size: 12px;
    line-height: 1.6;
    gap: 0;
}

.atention_wrap .attention_text {
    font-size: 12px;
    line-height: 1.6;
    margin-top: -5px;
}

.atention_list {
    padding-left: 0;
    list-style-type: none;
}

.atention_item {
    position: relative;
    padding-left: 13px;
}

.atention_item::before {
    position: absolute;
    content: "＊";
    left: 0px;
}

.attention_bold {
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0 0;
}

@media screen and (max-width: 480px) {
    .fs-p-aboutTerms {
        padding-top: 70px;
    }
}