.create__account__box {
    background: #f7f7f7;
    max-width: 1090px
}

.create__account__tit {
    font-size: 14px;
    font-weight: bolder;
    max-width: 717px;
    margin: 0 auto;
    border-bottom: 1px solid #dfdfdf;
    padding: 30px 0
}

.form__item__btn {
    margin-top: 20px
}

    .form__item__btn .btn--un {
        background: #5e717c
    }

.subscription__box .create__account__tit {
    text-align: center;
    font-size: 22px;
    color: #b28838
}

.subscription__box dl {
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 40px;
    color: #282828
}

    .subscription__box dl > * {
        padding: 5px 0
    }

    .subscription__box dl dt {
        font-weight: 700;
        font-size: 20px;
        color: #5e717c;
        margin-bottom: 10px
    }

    .subscription__box dl dd {
        color: #666
    }

@media (max-width:1020px) {
    .create__account__box {
        margin-top: -10px
    }

    .create__account__tit {
        font-size: 14px;
        font-weight: bolder;
        margin: 0 10px;
        border-bottom: 1px solid #dfdfdf;
        padding: 30px 0
    }

    .create__account__area {
        padding: 15px 0 60px
    }

    .subscription__box dl {
        margin-top: 40px
    }
}

@media (min-width:1020px),(min-width:1020px) and (-webkit-max-device-pixel-ratio:1) {
    .create__account__box {
        padding-top: 25px;
        box-shadow: 4px 4px 4px hsla(42,19%,59%,.4),-1px -1px 6px #eae3da;
        margin-bottom: 70px
    }

    .create__account__area {
        width: 495px;
        margin: 0 auto;
        padding: 60px 0 80px
    }
}

.dialog-content--signUp h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: .63px;
    color: #b28838;
    margin: 30px 0
}

.dialog-content--signUp p {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .495px;
    color: #6f6b6b
}

    .dialog-content--signUp p a {
        color: #0477bf;
        text-decoration: underline
    }

.dialog-content--signUp dt {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: .495px;
    color: #000;
    margin-top: 50px
}

.dialog-content--signUp dd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

    .dialog-content--signUp dd a {
        width: 26px;
        height: 26px
    }

        .dialog-content--signUp dd a:hover {
            opacity: .6
        }

@media (min-width:1020px),(min-width:1020px) and (-webkit-max-device-pixel-ratio:1) {
    .dialog-content--signUp {
        padding: 0 150px
    }
}
