.header {
    position: static;
}

.guide_confirm_page {
    margin-bottom: 113px
}

.guide_confirm_page .conditions_form {
    width: 783px;
    border-radius: 40px;
    box-shadow: 0px 0px 4px 1px #00000040;
    padding: 37px 0 41px;
    margin: auto
}

@media (max-width:900px) {
    .guide_confirm_page .conditions_form {
        width: 90%
    }
}

.guide_confirm_page .conditions_form-title {
    font-family: Zen Maru Gothic;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    display: block;
    width: 615px;
    height: 31px;
    border-bottom: 1px solid #B8B8B8;
    margin: auto
}

@media (max-width:900px) {
    .guide_confirm_page .conditions_form-title {
        width: 85%
    }
}

.guide_confirm_page .conditions_form-list {
    padding: 12px 43px 0;
    list-style: none;
    font-family: Zen Maru Gothic;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%
}

.guide_confirm_page .conditions_form-label {
    display: flex;
    gap: 16px;
    align-items: first baseline
}

.guide_confirm_page .conditions_form-agree {
    margin-top: 49px;
    display: block;
    font-family: Zen Maru Gothic;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    color: #000000;
    text-align: center;
    display: flex;
    gap: 16px;
    justify-content: center
}

.guide_confirm_page .conditions_form-link {
    font-family: Zen Maru Gothic;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    color: #059FC1
}

.guide_confirm_page .conditions_form-button {
    display: block;
    margin: 18px auto 0;
    width: 193px;
    height: 44px;
    border-radius: 31px;
    background: #00AAD4;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-family: Zen Maru Gothic;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%
}
