@charset "utf-8";

/* --------------------------------------------
form   ↓
-------------------------------------------- */

.formTb {
    display: block;
    max-width: 1000px;
    margin: 0 auto 20px;
}

.formCautionTxt {
    margin-bottom: .5rem;
    text-align: end;
}

.formTb tbody {
    display: block;
}

.formTb label {
    display: inline-block;
}

.formTr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.formTr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #023130;
    background: linear-gradient(270deg, rgba(2, 49, 48, 1) 0%, rgba(36, 126, 123, 1) 60%, rgba(79, 179, 175, 1) 73%, rgba(26, 111, 110, 1) 85%, rgba(2, 49, 48, 1) 100%);
}

.formTr:last-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #023130;
    background: linear-gradient(270deg, rgba(2, 49, 48, 1) 0%, rgba(36, 126, 123, 1) 60%, rgba(79, 179, 175, 1) 73%, rgba(26, 111, 110, 1) 85%, rgba(2, 49, 48, 1) 100%);
}

.formTh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
    color: #fff;
}

.formTh>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #fff;
    font-weight: 500;
}

.requiredTxt {
    margin: 0 0 0 15px;
    padding: 3px 10px 4px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    background-color: #0FA899;
}

.wpcf7-not-valid-tip {
    width: 100%;
    max-width: fit-content;
    margin: .5rem 0 -.5rem;
    padding: .25rem .5rem;
    background-color: rgba(255, 255, 255, .3);
    backdrop-filter: blur(12px);
    color: #fff;
    font-weight: 500;
}

.formTd {
    width: 100%;
    padding: 10px 15px 15px;
    font-weight: 700;
}

.formRadio label {
    display: inline-flex !important;
    align-items: center;
    width: 100%;
    margin: .5em 1.5em .5em 0;
}

.formRadio label input {
    margin: 0 2% 0 0;
}

.formRadio label span {
    font-size: 12px;
    font-weight: 500;
}

/*Radio styles*/
input[type="radio"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    content: '';
}

.formCheck label {
    display: inline-flex !important;
    align-items: center;
    width: 100%;
    margin: .5em 1.5em .5em 0;
}

.formCheck label input {
    margin: 0 8% 0 0;
}

.formCheck label span {
    font-size: 12px;
    font-weight: 500;
}

/*Checkboxes styles*/
input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    content: '';
}

.formInput {
    width: 100%;
    padding: 5px;
    border: none;
    color: #fff;
    font-weight: 500;
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(5px);
}

.zipInput {
    border: none;
    padding: 5px;
    color: #fff;
    font-weight: 500;
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(5px);
}

.formTextArea {
    width: 100%;
    height: 300px;
    padding: 5px;
    border: none;
    color: #fff;
    font-weight: 500;
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(5px);
}

.radioArea>div {
    margin: .5rem 1rem .5rem 0;
}

.radioArea>div:last-child {
    margin-right: 0;
}

.radioArea .radio {
    margin-right: .25rem;
}

.radioArea .label {
    margin-bottom: 0 !important;
}

.addArea:first-child>label:first-child {
    margin-right: .25rem !important;
}

.zipInput:nth-child(2) {
    width: 10%;
}

.zipInput:nth-child(4) {
    width: 20%;
}

.addArea {
    margin-bottom: 1rem !important;
}

.addPostArea p {
    display: flex;
    align-items: center;
}

.addPostArea label,
.addPostArea span {
    margin: 0 .5em 0 0;
}

.addOtherArea label {
    margin: 0 0 .5em 0;
}

.addArea:last-child {
    margin-bottom: 0 !important;
}

.selectArea {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
}

.selectArea>div {
    margin: 0 .5em 0 0;
}

.selectArea>div:first-child,
.selectArea>div:last-child {
    width: 30%;
    max-width: 120px;
}

.selectArea>div:last-child {
    margin: 0;
}

.formSelect {
    width: 100%;
    padding: 5px;
    background-color: #F1F1F1;
    border: none;
}

.formInput:focus,
.zipInput:focus,
.dayInput:focus,
.formTextArea:focus,
.formSelect {
    outline: none;
}

.ppCheckBox {
    margin: 0 0 20px 0;
}

.ppCheckBox p {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.wpcf7-list-item {
    margin: 0;
}

.ppCheckBox .wpcf7-not-valid-tip {
    margin: .5rem auto -.5rem;
}

.wpcf7-submit:disabled {
    opacity: .3;
}

.formBtnBox {
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.formBtnBox p:not([class]) {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.formBtnBox p:not([class]) input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}

.wpcf7-spinner {
    display: none;
}

.formBtn {
    border: none;
    background-color: initial;
    font-size: 0;
}

.formBtnTxt {
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid #fff;
}

.wpcf7 form .wpcf7-response-output {
    max-width: fit-content;
    margin: 40px auto 0;
    padding: .5rem 1rem;
    color: #fff;
    font-weight: 500;
    border: none !important;
    background-color: rgba(255, 255, 255, .3);
    backdrop-filter: blur(12px);
}

.inContactTxt {
    text-align: center;
}

.formBackBtnBox {
    margin: 0 auto 20px;
}

.contactCompBackBtnBox {
    margin: 20px auto 0;
}

@media screen and (min-width:1024px) {

    .formTh label {
        font-size: 16px;
    }

    .formRadio label span {
        font-size: 14px;
    }

    .formCheck label span {
        font-size: 14px;
    }

    .formInput,
    .zipInput,
    .formTextArea {
        font-size: 14px;
    }

    .formBackBtnBox {
        margin: 0 auto 40px;
    }

    .contactCompBackBtnBox {
        margin: 40px auto 0;
    }

}

/* --------------------------------------------
form   ↑
-------------------------------------------- */