.contact__top{
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.entry {
    margin-top: 80px;
    margin-bottom: 100px;
}

.entry__form {
    max-width: 600px;
    margin: 50px auto 0;
}

.entry__form-list {
    margin: 0;
}

.entry__row {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
}

.entry__label {
    width: 30%;
    font-weight: normal;
    padding-right: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

.entry__input {
    width: 70%;
    margin: 0;
}

.entry__input input[type="text"],
.entry__input input[type="email"],
.entry__input input[type="tel"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 3px;
    background: #fff;
}

.entry__input textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 3px;
    resize: vertical;
    background: #fff;
}

.entry__confirm-wrap {
    margin-top: 30px;
    text-align: center;
}

.entry__confirm-wrap p {
    text-align: center;
}

.entry__confirm-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

.entry__confirm-label input[type="checkbox"] {
    flex-shrink: 0;
}

.entry__submit {
    margin-top: 20px;
    text-align: center;
}

.entry__btn {
    background: #0071bc;
    color: #fff;
    border: none;
    padding: 12px 50px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
}

.entry__btn:hover {
    opacity: 0.8;
}

.entry__form p{
    margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
    .entry__row {
        display: block;
        padding: 8px 0;
    }

    .entry__label {
        width: 100%;
        margin-bottom: 6px;
    }

    .entry__input {
        width: 100%;
    }
    .entry__confirm-label{
        font-size: 12px
    }
}

/* 承諾チェックボックス エラーメッセージ */
.acceptance-error {
    display: none;
    color: #dc3232;
    font-size: 13px;
    margin-top: 6px;
    text-align: center;
}

/* CF7デフォルトの送信ボタン・レスポンス出力を非表示 */
.wpcf7-submit {
    display: none !important;
}
.wpcf7-response-output {
    display: none;
}

/* 確認画面・完了画面は初期非表示 */
#confirm_area,
#thanks_area {
    display: none;
}

/* 確認へのボタン */
.entry__to-confirm {
    text-align: center;
    margin-top: 20px;
}

/* 確認画面 */
.confirm-heading {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.confirm-table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    border-collapse: collapse;
}

.confirm-table th,
.confirm-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}

.confirm-table th {
    width: 35%;
    font-weight: normal;
    color: #666;
    white-space: nowrap;
}

.confirm-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.entry__required {
    color: #cc0000;
}

.entry__btn--back {
    background: #999;
}

/* 完了画面 */
.thanks-message {
    text-align: center;
    padding: 60px 20px;
    font-size: 15px;
    line-height: 2;
}
