@charset "utf-8";

body {
    font-size: 14px;
}

.label {
    margin: 0;
}

.labelText01 {
    color: var(--black);
}

.formInput,
.zipInput,
.formTextArea {
    padding: 3px 5px;
}

.inFormFxDot {
    width: 100%;
    width: 15px;
}

.formInput {
    width: 100%;
    line-height: 1.6;
}

.formRadio {
    margin: 0 5px 0 0;
}

.d-inline-block {
    margin: 0 10px 0 0;
}

.requiredText {
    color: #ff0000;
}

.fileCaution {
    font-size: 13px;
}

.fileArea {
    margin: 5px 0 0;
}

.formTextArea {
    height: 300px;
    width: 100%;
    padding: 5px;
}

.zipInput {
    width: 40%;
    max-width: 200px;
}

.formCheck {
    margin: 0 5px 0 0;
}

.privacyLabel {
    font-size: 11px;
}

.formBtnBx {
    display: flex;
    justify-content: center;
}

.formBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    height: 55px;
    background: var(--gradation01);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    transition: all .3s;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: .05em;
    color: var(--black);
}

.formBtn:hover {
    filter: brightness(0.9);

}


.privacyBox {
    width: 100%;
    height: 350px;
    padding: 15px;
    overflow-y: scroll;
    border: solid 1px #ccc;
}

.privacyBox p {
    min-width: 1rem;
    font-size: 12px;
    font-weight: 500;
}

.privacyBox a {
    color: var(--black);
}

.privacyBox a:hover {
    color: var(--black);
    text-decoration: underline;
}

.inFBx {
    display: flex;
}

.inFTit01 {
    margin: 20px 0 0 0;
    font-weight: bold;
    padding: 0 0 0 10px;
    border-left: var(--secondary) 6px solid;
}

.inFTit01 p {
    font-size: 14px;
}

.inFNum01 {
    width: 100%;
    max-width: 25px;
}

.inFNum02 {
    width: 100%;
    max-width: 30px;
}

.inFNum03 {
    width: 100%;
    max-width: 35px;
}

.inFNum04 {
    width: 100%;
    max-width: 40px;
}

.priTelTit {
    width: 100%;
    max-width: 70px;
}

.inCtTable {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.inCtTableClmTxt,
.inCtTableClmTit {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.tab_main {
    display: none;
}

.tab_main.is_show {
    display: block;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    body {
        font-size: 16px;
    }

    .fileCaution {
        font-size: 15px;
    }

    .privacyBox p {
        font-size: 14px;
    }

    .privacyLabel {
        font-size: 13px;
    }

    .inFTit01 {
        border-left: var(--secondary) 9px solid;
    }

    .privacyBox .inFTit01 p {
        font-size: 18px;
    }

    .formBtn {
        max-width: 320px;
        height: 65px;
        font-size: 20px;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */