@charset "utf-8";

.inFormTxt {
    margin: 0 auto 20px;
}

@media screen and (min-width:768px) {

    .inFormTxt {
        text-align: center;
    }

}

@media screen and (min-width: 1024px) {

    .inFormTxt {
        margin: 0 auto 40px;
    }

}

/* --------------------------------------------
form   ↓
-------------------------------------------- */

.formTb {
    display: block;
    margin: 0 auto 20px;
}

.formCautionTxt {
    margin-bottom: .5rem;
    text-align: end;
}

.formTb tbody {
    display: block;
}

.formTb label {
    display: inline-block;
}

.formTr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #1D1D1D;
}

.formTr:last-child {
    border-bottom: 1px solid #1D1D1D;
}

.formTh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
    border-bottom: 1px dashed rgba(29, 29, 29, .3);
    color: #1D1D1D;
}

.formTh>p {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    width: 100%;
    color: #1D1D1D;
    font-weight: 500;
}

.requiredTxt {
    color: #e82e2e;
}

.wpcf7-not-valid-tip {
    width: 100%;
    max-width: fit-content;
    margin: .5rem 0 -.5rem;
    padding: .25rem .15rem .3rem .5rem;
    background-color: #1D1D1D;
    backdrop-filter: blur(12px);
    color: #fff;
    font-weight: 500;
}

.formTd {
    width: 100%;
    padding: 15px;
    font-weight: 500;
}

.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 #1D1D1D;
    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: #1D1D1D;
    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 #1D1D1D;
    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: #1D1D1D;
    content: '';
}

.formInput {
    width: 100%;
    padding: 5px;
    border: none;
    color: #1D1D1D;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.zipInput {
    border: none;
    padding: 5px;
    color: #1D1D1D;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.formTextArea {
    width: 100%;
    height: 300px;
    padding: 5px;
    border: none;
    color: #1D1D1D;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.formCountTxt {
    font-size: 10px;
    text-align: end;
}

.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 40px 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 {
    display: flex;
    justify-content: flex-start;
    max-width: fit-content;
    width: 100%;
    padding: 15px 40px;
    border: solid 1px #1D1D1D;
    border-radius: 36px;
    background-color: #fff;
    pointer-events: auto;
    transition: all .5s;
}

.formBtnBox .formBtnTxt {
    position: relative;
    padding: 0 0 0 15px;
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4835;
    transition: all .5s;
}

.formBtnTxt::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1D1D1D;
    transition: all .5s;
}

.formBtnBox:hover {
    background-color: #1D1D1D;
    transition: all .5s;
}

.formBtnBox:hover .formBtnTxt {
    color: #fff;
    transition: all .5s;
}

.formBtnBox:hover .formBtnTxt::after {
    background: #fff;
    transition: all .5s;
}

.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 {
    text-align: center;
    color: #1D1D1D;
    transition: all .5s;
}

.formBtnBox:hover .formBtnTxt {
    color: #fff;
    transition: all .5s;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid #1D1D1D;
}

.wpcf7 form .wpcf7-response-output {
    max-width: fit-content;
    margin: 40px auto 0;
    padding: .5rem .5rem .5rem 1rem;
    color: #fff;
    font-weight: 500;
    border: none !important;
    background-color: #1D1D1D;
}

.formBackBtnBox {
    margin: 0 auto 20px;
}

.contactCompBackBtnBox {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
}

@media screen and (min-width:768px) {

    .formTh {
        max-width: 33.333333%;
        border-bottom: none;
    }

    .formTd {
        max-width: 66.666667%;
    }

}

@media screen and (min-width:1024px) {

    .formTb {
        margin: 0 auto 40px;
    }

    .formTh {
        max-width: 25%;
    }

    .formTd {
        max-width: 72%;
    }

    .formCountTxt {
        font-size: 12px;
    }

    .formRadio label span {
        font-size: 14px;
    }

    .formCheck label span {
        font-size: 14px;
    }

    .formBackBtnBox {
        margin: 0 auto 40px;
    }

    .contactCompBackBtnBox {
        margin: 40px auto 0;
    }

}

/* --------------------------------------------
form   ↑
-------------------------------------------- */


/* --------------------------------------------
privacy policy   ↓
-------------------------------------------- */

.ppBox {
    height: 400px;
    width: 100%;
    margin: 40px auto 30px auto;
    padding: 30px 2% 30px 2%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    color: #1D1D1D;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ppBox::-webkit-scrollbar {
    width: 10px;
}

.ppBox::-webkit-scrollbar-track {
    background-color: #E2E2E2;
}

.ppBox::-webkit-scrollbar-thumb {
    background-color: #1D1D1D;
}

.ppList {
    margin: 0 0 3rem;
}

.ppList:last-child {
    margin: 0;
}

.ppDt {
    border-left: 6px solid #1D1D1D;
    border-bottom: 1px solid #1D1D1D;
    margin: 0 0 1.5rem;
    padding: 0 0 3px 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}

.ppDd {
    display: flex;
    margin: 0 0 .5rem;
    padding: 0 0 0 16px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-size: 12px;
}

.ppDd p:first-child {
    max-width: fit-content;
    width: 100%;
}

.ppDd:last-child {
    margin: 0;
}

.ppDd .ppDd {
    padding: 0;
}

.ppSubTtl {
    margin: 1.5rem 0 .75rem;
    padding: 0 0 3px 16px;
    border-bottom: 1px dashed #1D1D1D;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

.ppNum {
    margin-right: 0.5rem;
    white-space: nowrap;
}

.ppDd a {
    display: inline-block;
    border-bottom: 1px solid #1D1D1D;
    color: #1D1D1D;
    transition: all .3s;
}

.ppDd a:hover {
    border-bottom: 1px solid transparent;
    transition: all .3s;
}

@media screen and (min-width:768px) {

    .ppDd {
        font-size: 14px;
    }

}

/* --------------------------------------------
privacy policy   ↑
-------------------------------------------- */

/* --------------------------------------------
reCAPTCHA   ↓
-------------------------------------------- */

.reCAPTxt {
    margin: 40px 0 0;
    font-size: 10px;
    font-weight: 500;
    color: #a9a9a9;
    text-align: center;
}

.reCAPTxt a {
    display: inline-block;
    color: #a9a9a9;
    text-decoration: underline;
}

.reCAPTxt a:hover {
    color: #a9a9a9;
    text-decoration: none;
}

/* --------------------------------------------
reCAPTCHA   ↑
-------------------------------------------- */

