/* Completion Styles */
.completion-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.completion-title {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2rem;
}

.completion-message {
    color: #101010;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.0225rem;
    margin-bottom: 3rem;
}

.phone-box {
    border-radius: 1.25rem;
    background: #FFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
    padding: 2rem;
    margin-bottom: 0rem;
}

.phone-title {
    color: #011018;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.125rem;
    letter-spacing: 0.0225rem;
    margin-bottom: 1rem;
}

.thanks-phone-number {
    color: #00547D;
    font-family: "Noto Sans JP";
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.125rem;
    letter-spacing: 0.0375rem;
    margin-bottom: 0.5rem;
}

.phone-hours {
    color: #101010;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0.015rem;
}

.back-to-top {
    margin-top: 0;
    margin-bottom: 8.75rem;
}
.view-all-button.top-button {
    width: 18rem;
}
.top-btn {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 1rem 4rem;
    border-radius: 50px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.top-btn:hover {
    background-color: #264e70;
}

/* Responsive Design */
@media (max-width: 768px) {

    .completion-content {
        margin: 3.13rem auto 0;
    }
    .nav-desktop, .contact-btn {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .nav-mobile {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .nav-mobile.active {
        display: block;
    }

    .nav-mobile ul {
        list-style: none;
    }

    .nav-mobile li {
        padding: 0.8rem 0;
        border-bottom: 1px solid var(--border-color);
    }

    .nav-mobile a {
        text-decoration: none;
        color: var(--text-color);
    }

    .phone-box {
        margin: 2rem 1rem;
    }

    .phone-number {
        font-size: 1.8rem;
    }

    .top-btn {
        width: 100%;
        text-align: center;
    }
    #wpcf7cpcnf tr {
        display: block !important; /* 横並びを解除 */
        margin-bottom: 1.5rem !important;
      }
      
      #wpcf7cpcnf td {
        display: block !important; /* tdも縦に積む */
        margin-bottom: 0.25rem !important;
      }
}