* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.agreement-box {
    padding: 1.125rem 0.9375rem;
}

.agreement_mess em {
    font-style: normal;
    font-weight: bold;
}

.agreement_mess p {
    font-size: 0.875rem;
    color: #222222;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    margin-block-start: 0;
    text-align: justify;
}

.agreement_mess p.fsw {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

.agreement_mess p i {
    font-style: normal;
    color: #0085ff;
}

.top {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 2.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #F5F5F5;
    justify-content: center;
}

.return {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.5rem;
    height: 0.9375rem;
    position: absolute;
    left: 0.9375rem;
    top: 0.9375rem;
}

.return img {
    width: 0.5rem;
    height: 0.9375rem;
}

.top p {
    color: #222222;
    font-size: 1rem;
    font-weight: 500;
}

.using {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding: 1.25rem 0.9375rem;
}

.using_tab {
    box-sizing: border-box;
    padding: 0 0.9375rem;
    height: 2.5rem;
    background: #F5F5F5;
    width: 100%;
    overflow: hidden;
}

.using_tab ul li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 2.5rem;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    font-size: 0.9375rem;
}

.using_tab_after {
    color: #34CC9A;
}


.title {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.title img {
    display: inline-block;
    width: 0.75rem;
    margin-bottom: 0 !important;
    height: 0.75rem;
    margin-right: 0.75rem;
}

.title span {
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
}

.using img {
    margin-bottom: 1.25rem;
    max-width: 100%;
}

.using p {
    margin-bottom: 1.25rem;
    color: #000000;
    font-size: 0.9375rem;
    line-height: 1.5rem;
}

