.complete-header {
    padding: 27px 0;
    text-align: center;
}

.complete-header__ttl {
    margin: 0 0 27px;
    font-size: 2.16rem;
    font-weight: 500;
}

.complete-header-box {
    margin: auto;
    width: 216px;
    padding: 15px;
    font-size: 2.7rem;
    font-weight: 500;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .18);
}

.complete-header__txt {
    margin: 12px 0 0;
    font-size: 1.62rem;
    color: #8e93a0;
}

.complete-body {
    margin: auto;
    padding: 0 27px;
    text-align: center;
    box-sizing: border-box;
}

.complete-body__ttl {
    font-size: 2.16rem;
    font-weight: 500;
}

.complete-body__point {
    display: inline-block;
    margin: 24px 0 12px;
    font-size: 6.3rem;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    background: linear-gradient(0deg, #69C0AF, #576BF5);
    background: -webkit-linear-gradient(0deg, #69C0AF, #576BF5);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.complete-body__txt {
    font-size: 1.62rem;
    line-height: 1.5;
    letter-spacing: 0.06rem;
    text-align: center;
    color: #707070;
}

.complete-body__txt span {
    font-size: 2.16rem;
    font-weight: 500;
}

.complete-image {
    margin: 36px auto 0;
    width: 180px;
}

.complete-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}