/* 英語版 Inquiry ページ専用 */
#mainAreaTopType01,
#mainContent,
.inquiry-form-area p.form-note {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    background-image: none !important;
}

/* ボタンエリア */

#btnWrap {
    text-align: center;
    margin-bottom: 40px;
}

#btnWrap p {
    text-align: center;
    margin: 10px 0;
}

#btnWrap .wpcf7-previous,
#btnWrap .wpcf7-submit {
    width: 220px;
}

/* 確認テーブル */

.tableC01 {
    width: 100%;
    border-collapse: collapse;
}

.tableC01 th,
.tableC01 td {
    border: 1px solid #cfcfcf;
}

.tableC01 th {
    background: #f3f3f3;
    text-align: left;
    vertical-align: top;
    padding: 12px;
}

.tableC01 td {
    background: #fff;
    padding: 12px;
}

/* フォーム全体 */

.inquiry-form-area {
    padding-bottom: 60px;
}
.wpcf7-previous {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}``