@media (max-width: 1680px) {
    .likes-registration-wrapper{
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
}
.likes-registration-wrapper {
    margin-top: 85px;
    padding: 115px 16px;
}

.likes-registration-wrapper h1 {
    font-size: 54px;
    margin-bottom: 80px;
    font-weight: bold;
    text-align: center;
}

.likes-registration-wrapper h3 {
    font-size: 40px;
    margin-bottom: 80px;
    font-weight: bold;
    text-align: center;
}

.likes-registration-steps {
    max-width: 1440px;
    margin: 0 auto 120px;
}

.likes-registration-steps .likes-step-sp {
    display: none;
}

.likes-registration-steps .likes-step h6 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 27px;
    padding: 8px 24px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
}
.custom-zohoForm {
  text-align: center;
}
.custom-zohoForm iframe {
  width: 100% !important;
}
/* 992px以下 */
@media (max-width: 992px) {
    .likes-registration-wrapper h1 {
        font-size: 40px;
        margin-bottom: 60px;
    }
    .likes-registration-wrapper h3 {
        font-size: 32px;
    }
}

/* 768px以下 */
@media (max-width: 768px) {
    .likes-registration-wrapper {
        margin-top: 85px;
        padding: 58px 16px;
    }
    .likes-registration-wrapper h1 {
        font-size: 28px;
        margin-bottom: 32px;
    }
    .likes-registration-wrapper h3 {
        font-size: 20px;
        margin: 0 auto 60px;
        width: 180px;
        line-height: 1.7;
    }
}