@charset "UTF-8";

.contact-page-title {
    width: 800px;
    height: 40px;
    box-sizing: border-box;
    padding: 8px 0 0 20px;
    background: #ff9900;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
}

.contact-side {
    min-height: 360px;
}

.contact-side-link {
    display: block;
    width: 160px;
    box-sizing: border-box;
    padding: 10px 12px 10px 20px;
    background: #ff9900;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

.contact-side-link:hover {
    background: #ffb13b;
    color: #fff;
    text-decoration: none;
}

.contact-container {
    max-width: 620px;
    margin: 0 auto;
    padding: 14px 18px 30px;
    text-align: left;
}

.contact-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    border-bottom: 3px solid #FF9900;
    padding-bottom: 8px;
    margin: 0 0 14px;
}

.contact-lead {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px;
    padding: 12px 14px;
    background: #fffaf2;
    border: 1px solid #f1d7b5;
    border-radius: 4px;
}

.contact-lead p {
    margin: 0 0 10px;
}

.contact-lead p:last-child {
    margin-bottom: 0;
}

.contact-lead-main {
    font-weight: bold;
}

.contact-lead-detail {
    margin-top: 10px;
		margin-bottom: 20px;
}

.contact-lead-detail summary {
    color: #0066CC;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.5;
}

.contact-lead-detail summary:hover {
    text-decoration: underline;
}

.contact-lead-detail-body {
    margin-top: 6px;
    padding-left: 16px;
}

.contact-lead-detail-body p {
    margin: 0 0 6px;
}

.contact-lead-list {
    margin: 6px 0 8px;
    padding: 0 0 0 18px;
}

.contact-lead-list li {
    margin: 0 0 4px;
}

.contact-required-note {
    font-size: 13px;
}

.contact-debug-tools {
    margin: 0 0 10px;
    text-align: right;
}

.contact-required,
.contact-required-conditional {
    display: inline-block;
    background: #CC0000;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 6px;
    margin-left: 8px;
    border-radius: 3px;
    vertical-align: middle;
}

.contact-optional {
    display: inline-block;
    background: #f2f2f2;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 6px;
    margin-left: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    vertical-align: middle;
}

.contact-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 18px;
}

.contact-table th,
.contact-table td {
    border: 1px solid #ccc;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
}

.contact-table th {
    background: #FFF5E6;
    width: 170px;
    font-weight: bold;
    color: #333;
    text-align: left;
    white-space: normal;
}

.contact-table td {
    background: #fff;
}

.contact-section-row th {
    width: auto;
    padding: 10px 12px;
    background: #f08c00;
    color: #fff;
    border-color: #f08c00;
    font-size: 15px;
    line-height: 1.5;
}

.contact-section-index {
    display: inline-block;
    min-width: 22px;
    height: 22px;
    margin-right: 8px;
    background: #fff;
    color: #f08c00;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}

.contact-section-title {
    font-weight: bold;
}

.contact-section-note {
    display: block;
    margin: 2px 0 0 32px;
    color: #fff7ea;
    font-size: 12px;
    font-weight: normal;
}

.contact-table input[type="text"],
.contact-table input[type="email"],
.contact-table input[type="tel"],
.contact-table select,
.contact-table textarea {
    width: 100%;
    padding: 7px 9px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: inherit;
    line-height: 1.5;
}

.contact-table textarea {
    resize: vertical;
    min-height: 105px;
}

.contact-table select {
    max-width: 320px;
}

.contact-table input[type="text"]:focus,
.contact-table input[type="email"]:focus,
.contact-table input[type="tel"]:focus,
.contact-table select:focus,
.contact-table textarea:focus {
    outline: none;
    border-color: #FF9900;
    box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.22);
}

.contact-field-has-error th {
    background: #fff0f0;
}

.contact-phone-required th {
    background: #fff9ed;
}

.contact-field-has-error input[type="text"],
.contact-field-has-error input[type="email"],
.contact-field-has-error input[type="tel"],
.contact-field-has-error select,
.contact-field-has-error textarea {
    border-color: #CC0000;
    background: #fffafa;
}

.contact-input-short {
    max-width: 150px !important;
    width: 150px !important;
}

.contact-input-medium {
    max-width: 200px !important;
    width: 200px !important;
}

.contact-phone-group {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.contact-phone-group select {
    width: auto;
    flex: 0 0 auto;
    max-width: 220px;
}

.contact-phone-group input[type="tel"] {
    flex: 1 1 200px;
    min-width: 160px;
    width: auto;
}

.contact-radio {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4em;
}

.contact-radio input {
		margin-top: -4px;
    margin-right: 5px;
    vertical-align: middle;
}

.contact-hint {
    font-size: 12px;
    color: #888;
    margin-top: 3px;
}

.contact-status {
    min-height: 18px;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.contact-status-success {
    color: #2f7d32;
}

.contact-status-error {
    color: #CC0000;
}

.contact-char-count {
    font-size: 12px;
    color: #888;
    text-align: right;
    margin-top: 2px;
}

.contact-char-count .over {
    color: #CC0000;
    font-weight: bold;
}

.contact-error {
    display: none;
    font-size: 12px;
    color: #CC0000;
    margin-top: 5px;
    padding: 3px 0;
}

.contact-error-visible {
    display: block;
}

.contact-error-summary {
    background: #FFF0F0;
    border: 1px solid #CC0000;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.contact-error-summary p {
    color: #CC0000;
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 14px;
}

.contact-error-summary ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.contact-error-summary li {
    color: #CC0000;
    font-size: 13px;
    line-height: 1.8;
    list-style-type: disc;
}

.contact-privacy-note {
    font-size: 13px;
    color: #666;
    text-align: center;
    margin: 14px 0;
}

.contact-privacy-note a {
    color: #0066CC;
    text-decoration: underline;
}

.contact-buttons {
    text-align: center;
    margin: 20px 0 8px;
}

.contact-buttons-confirm {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-btn-inline {
    display: inline-block;
}

.contact-btn {
    display: inline-block;
    padding: 14px 50px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: opacity 0.2s;
}

.contact-btn:hover {
    opacity: 0.85;
}

.contact-btn:focus-visible {
    outline: 3px solid rgba(255, 153, 0, 0.35);
    outline-offset: 3px;
}

.contact-btn:disabled,
.contact-btn.is-disabled {
    cursor: wait;
    opacity: 0.65;
}

.contact-btn-primary {
    background: #FF9900;
    color: #fff;
}

.contact-btn-secondary {
    background: #999;
    color: #fff;
}

.contact-table-confirm th {
    width: 180px;
}

.contact-confirm-content {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.contact-thanks {
    background: #fffaf2;
    border: 1px solid #f1d7b5;
    border-radius: 5px;
    padding: 30px 25px;
    margin: 20px 0;
    text-align: center;
}

.contact-thanks p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 10px 0;
}

.contact-thanks-main {
    font-size: 17px !important;
    font-weight: bold;
    color: #333 !important;
}

.contact-thanks-note {
    font-size: 13px !important;
    color: #888 !important;
    margin-top: 20px !important;
}

.hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
