/* --------------------
 Contact
-------------------- */
.contact {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .contact {
        margin: 0 0 100px;
    }
}

.main {
    margin: 0 0 80px;
    padding: 0;
}

@media (min-width: 768px) {
    .main {
        margin: 0 0 100px;
        padding: 8px 0 0;
    }
}

.main-container {
    margin: 0 auto;
    max-width: calc(1000px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.main__note {
    border: 1px solid #777777;
    margin: 0 0 40px;
    padding: 20px var(--c-pad);
}

@media (min-width: 768px) {
    .main__note {
        margin: 0 0 60px;
        padding: 24px 20px;
    }
}

.main__note p {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .main__note p {
        font-size: var(--fs16);
    }
}

.main input[type=text], .main input[type=number], .main input[type=tel], .main input[type=email] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    box-shadow: none;
    font-size: var(--fs16);
    line-height: 1.4;
    padding: 8px 12px;
    width: 100%;
}

.main textarea {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    box-shadow: none;
    font-size: var(--fs16);
    height: 180px;
    line-height: 1.6;
    padding: 8px 12px;
    width: 100%;
}

.main ._required {
    color: #de5c50;
    display: inline;
    font-size: var(--fs12);
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 0 12px;
}

.main ._optional {
    color: #818181;
    display: inline;
    font-size: var(--fs12);
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 0 12px;
}

.main__table-wrapper {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .main__table-wrapper {
        margin: 0 0 50px;
    }
}

.main__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .main__table {
        display: block;
    }
}

@media (max-width: 767px) {
    .main__table > tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .main__table > tbody > tr {
        border-bottom: 1px solid #777777;
        display: block;
        padding: 30px 0;
        width: 100%;
    }

    .main__table > tbody > tr:first-child {
        padding-top: 0;
    }
}

.main__table > tbody > tr > th, .main__table > tbody > tr > td {
    color: #222222;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

@media (max-width: 767px) {
    .main__table > tbody > tr > th, .main__table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .main__table > tbody > tr > th, .main__table > tbody > tr > td {
        border-bottom: 1px solid #777777;
    }
}

.main__table > tbody > tr > th {
    font-size: var(--fs16);
    font-weight: 700;
}

@media (max-width: 767px) {
    .main__table > tbody > tr > th {
        padding: 0 0 4px;
    }
}

@media (min-width: 768px) {
    .main__table > tbody > tr > th {
        min-width: 200px;
        padding: 20px 0;
        width: 200px;
    }
}

.main__table > tbody > tr > td {
    font-size: var(--fs14);
}

@media (min-width: 768px) {
    .main__table > tbody > tr > td {
        font-size: var(--fs16);
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    .main__table > tbody > tr:first-child > td, .main__table > tbody > tr:first-child > th {
        border-top: 1px solid #777777;
    }
}

.main__table__zip {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: flex-start;
}

.main__table__zip input[type=text], .main__table__zip input[type=number] {
    flex: 0 0 auto;
    width: 160px;
}

@media (min-width: 768px) {
    .main__table__zip input[type=text], .main__table__zip input[type=number] {
        width: 270px;
    }
}

.main__table__zip__button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-theme);
    border: 1px solid var(--color-theme);
    border-radius: 20px;
    color: #ffffff;
    font-size: var(--fs14);
    font-weight: 500;
    height: 32px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 120px;
}

@media (min-width: 768px) {
    .main__table__zip__button {
        font-size: var(--fs16);
        width: 160px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .main__table__zip__button:hover {
        background-color: var(--color-white);
        color: var(--color-theme);
    }
}

.main__privacy {
    margin: 0 0 24px;
}

.main__privacy__content p {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .main__privacy__content p {
        font-size: var(--fs16);
    }
}

.main__privacy__content p a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
    transition: -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.main__privacy__content p a:focus {
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
}

@media (hover: hover) and (pointer: fine) {
    .main__privacy__content p a:hover {
        -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
        text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    }
}

.main__action {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    justify-content: center;
}

.main__action__submit {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-theme);
    border: 1px solid var(--color-theme);
    border-radius: 20px;
    color: #ffffff;
    display: flex;
    font-size: var(--fs14);
    font-weight: 500;
    height: 35px;
    justify-content: center;
    line-height: 1.2;
    max-width: calc(100% - 15px);
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 340px;
}

@media (min-width: 768px) {
    .main__action__submit {
        font-size: var(--fs16);
    }
}

.main__action__submit:focus {
    background-color: var(--color-white);
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .main__action__submit:hover {
        background-color: var(--color-white);
        color: var(--color-theme);
    }
}

.main__action__back {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #777777;
    border: 1px solid #777777;
    border-radius: 20px;
    color: #ffffff;
    font-size: var(--fs14);
    font-weight: 500;
    height: 35px;
    line-height: 1.2;
    text-align: center;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 340px;
}

@media (min-width: 768px) {
    .main__action__back {
        font-size: var(--fs16);
    }
}

.main__action__back:focus {
    background-color: var(--color-white);
    color: #777777;
}

@media (hover: hover) and (pointer: fine) {
    .main__action__back:hover {
        background-color: var(--color-white);
        color: #777777;
    }
}

.privacy-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (max-width: 767px) {
    .privacy .com-title {
        font-size: var(--fs26);
    }
}

.privacy__main {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}

.privacy__main__item {
    margin: 0 0 36px;
}

.privacy__main__item:last-child {
    margin-bottom: 0;
}

.privacy__main__item__title {
    font-size: var(--fs18);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 8px;
    padding: 0 0 0 1.5em;
    text-indent: -1.5em;
}

@media (min-width: 768px) {
    .privacy__main__item__title {
        font-size: var(--fs20);
    }
}

.privacy__main__item__content {
    font-size: var(--fs14);
}

@media (min-width: 768px) {
    .privacy__main__item__content {
        font-size: var(--fs16);
    }
}

.privacy__main__item__content p {
    font-size: inherit;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 0 20px;
}

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

.privacy__main__item__content p:has(+ .--personal-data) {
    margin: 0;
}

.privacy__main__item__content p.--personal-data {
    margin: 0;
    padding-left: 1em;
}

.privacy__main__item__content ul {
    list-style: none;
    margin: 30px 0 20px;
    padding: 0 0 0 1em;
}

.privacy__main__item__content ul li {
    font-size: inherit;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

.privacy__main__item__content ul.--number li {
    padding: 0 0 0 1.75em;
    text-indent: -1.75em;
}

.privacy__main__item__content ul:first-child {
    margin-top: 0;
}

.privacy__main__item__content__contact {
    padding: 0 0 0 1em;
}

.privacy__main__item__content__contact__item__title {
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0;
}