@charset "utf-8";

.table01 {
    border: #ccc 1px solid;
    /* 14-16 */
    font-size: calc(0.875rem + ((1vw - 3.75px) * 0.1294));
    min-height: 0vw;
}

.table01 .tr,
.table01 .formRow {
    border-bottom: #ccc 1px solid;
}

.table01 .tr:last-child,
.table01 .formRow:last-child {
    border-bottom: none;
}

.table01 .th,
.table01 .formTh,
.table01 .td,
.table01 .formTd {
    padding: 10px 15px;
}

.table01 .th,
.table01 .formTh {
    font-weight: bold;
    color: var(--black);
    background-color: var(--tertiary);
}

.table01 .formTh {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.table01 .td,
.table01 .formTd {
    background-color: var(--white);
}

/* インフォテーブル */

.table02 .tr {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    border-bottom: var(--black) 1px solid;
}

.table02 .th p{
    font-weight: bold;
}

.table02 .td p{
    font-weight: 400;
}

.table02 p {
    font-size: 14px;
    line-height: 1.5em;
}

/* メニューテーブル */
.table03 .tr {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    border-bottom: var(--black) 1px solid;
}

.table03 .th p{
    font-weight: 500;
}

.table03 .td p{
    font-weight: 500;
    text-align: right;
}

.table03 p {
    font-size: 15px;
    line-height: 1.5em;
}


/* フォーム */

.addArea {
    margin: 10px 0 0;
}

.zipInput {
    width: 110px;
}

.radioArea div {
    margin: 0 10px 0 0;
}

label {
    margin: 0;
}

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

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

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

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

input[type=checkbox],
input[type=radio] {
    margin: 0 4px 0 0;
}

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

.selectArea {
    display: flex;
}

.selectArea>div {
    margin: 0 8px 0 0;
}

.requiredText {
    margin: 0 0 0 5px;
    padding: 1px 3px;
    font-size: 13px;
    background: #DB1B1F;
    color: var(--black);
}

.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 {
    width: 100%;
    max-width: 280px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: var(--black);
    position: relative;
    background: var(--tertiary);
    transition: all ease .3s;
    cursor: pointer;
    border: 1px solid var(--tertiary);
    border-radius: 100vmax;
}

.formBtn:hover {
    background: var(--white);
    color: var(--tertiary);
}

.privacyBox {
    width: 100%;
    height: 350px;
    padding: 15px;
    overflow-y: scroll;
    border: solid 1px rgb(118, 118, 118);
}

.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(--tertiary) 6px solid;
}

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


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

    .table01 .th,
    .table01 .formTh,
    .table01 .td,
    .table01 .formTd {
        font-size: 15px;
        padding: 10px 24px;
    }

    .table01 .th {
        text-align: left;
    }

    .fileCaution {
        font-size: 15px;
    }

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

    .privacyLabel {
        font-size: 13px;
    }

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

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

}

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


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .table02 .tr {
        display: flex;
        flex-direction: row;
        padding: 12px 0;
    }

    .table02 .th {
        width: 25%;
    }

    .table02 .td {
        flex: 1;
    }

    .table02 p {
        font-size: 15px;
    }

    .table03 .tr {
        display: flex;
        flex-direction: row;
        padding: 12px 0;
    }

    .table03 .th {
        flex: 1;
    }

    .table03 .td {
        width: 100%;
        max-width: max-content;
        margin: 0 0 0 10px;
    }

    .table03 p {
        font-size: 18px;
    }
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */