@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
table01
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.table01 {
    border-top: #B1B7C2 1px solid;
    border-left: #B1B7C2 1px solid;
}

.table01 .th,
.table01 .formTh,
.table01 .td,
.table01 .formTd {
    font-size: 14px;
    padding: 10px 15px;
    border-right: #B1B7C2 1px solid;
    border-bottom: #B1B7C2 1px solid;
}

.table01 .th,
.table01 .formTh {
    font-weight: bold;
    color: #fff;
    background-color: #042966;
}

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

.table01 .td,
.table01 .formTd {
    background-color: #fff;
}

/*-----------------------------------------------------------
table01
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
table02
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.table02 .tr,
.table02 .formRow {
    margin: 20px 0 0 !important;
}

.table02 .th,
.table02 .formTh,
.table02 .td,
.table02 .formTd {
    padding: 0;
    font-size: 16px;
}

.table02 .th,
.table02 .formTh {
    font-weight: bold;
    color: #042966;
}

.table02 .formTh {
    display: flex;
    align-items: flex-start;
}

.table02 .td,
.table02 .formTd {
    font-weight: 500;
}

.table02 .td a {
    color: #001537;
}

.table02 .td a:hover {
    color: #001537;
    text-decoration: underline;
}


.table02 .addArea:nth-of-type(n+2) {
    padding: 0 0 0 16px;
}

.table02.table02Border .tr {
    margin: 0 !important;
    padding: 15px 0;
    border-bottom: 1px solid #D8DBE0;
}

/*-----------------------------------------------------------
table02
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フォーム
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.form .container {
    max-width: none;
    padding: 0;
}

.form .row {
    margin: 0;
}

.addArea {
    margin: 10px 0 0;
}

.zipInput {
    width: 110px;
}

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

label {
    margin: 0;
}

.formInput,
.zipInput,
.formTextArea {
    padding: 5px;
    line-height: 2;
    border: 1px solid #B1B7C2;
    border-radius: 1px;
}

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

.formInput {
    width: 100%;
}

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 {
    padding: 1px 3px;
    font-size: 16px;
    color: #B30000;
}

.fileCaution {
    font-size: 13px;
    letter-spacing: 0;
}

.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: 14px;
}

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

.formBtn {
    width: 100%;
    max-width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #fff;
    position: relative;
    background: #042966;
    transition: all ease .3s;
    cursor: pointer;
    border: 1px solid #042966;
    border-radius: 2px;
}

.formBtn:hover {
    background: #fff;
    color: #042966;
}

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

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

.privacyBox a {
    color: #001537;
    text-decoration: underline;
}

.privacyBox a:hover {
    color: #001537;
    text-decoration: none;
}

.privacySubTitle {
    display: flex;
}

.privacyListItem {
    display: flex;
}

.privacyCounterTelBox {
    display: flex;
}

.privacyBox .privacyTitle {
    margin: 20px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 10px;
    border-left: #042966 6px solid;
}

.privacyText {
    font-size: 16px;
}

/*-----------------------------------------------------------
フォーム
-----------------------------------------------------------*/

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

.infoFl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.infoSliderBx {
    width: 100%;
    max-width: 580px;
}

.infoTxtBx {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 580px;
}

.slider3 .carousel-item,
.slider3 .indicator {
    aspect-ratio: 29/20;
    overflow: hidden;
}

.slider3 .carousel-item>img,
.slider3 .indicator>img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.slider3 .carousel-indicators {
    position: static;
    margin: 10px 0 0;
    gap: 10px;
}

.slider3 .indicator {
    cursor: pointer;
    transition: all .3s;
}

.slider3 .indicator:hover {
    filter: brightness(0.8);
}

.gjs-dashed .carousel-inner {
    display: flex;
}

.gjs-dashed .carousel-item {
    display: block;
    opacity: 1;
}

.table03 .tr {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    border-bottom: #D8DBE0 1px solid;
}

.table03 .td {
    flex: 1;
}

.table03 .th p {
    font-weight: bold;
    color: #042966;
}

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

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



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

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

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    table01
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

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

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

    /*-----------------------------------------------------------
    table01
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    table02
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .table02 .tr,
    .table02 .formRow {
        margin: 30px 0 0;
    }

    .table02 .th,
    .table02 .formTh,
    .table02 .td,
    .table02 .formTd {
        font-size: 18px;
    }

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

    .requiredText {
        font-size: 18px;
    }

    .table02.table02Border {
        padding: 20px 0;
    }


    /*-----------------------------------------------------------
    table02
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    フォーム
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .formInput,
    .zipInput,
    .formTextArea {
        padding: 10px;
    }

    .fileCaution {
        font-size: 15px;
    }

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

    .privacyLabel {
        font-size: 16px;
    }

    .inFTit01 {
        border-left: #042966 9px solid;
    }

    .privacyBox .privacyTitle {
        font-size: 20px;
    }

    /*-----------------------------------------------------------
    フォーム
    -----------------------------------------------------------*/

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

    .infoFl {
        flex-direction: row;
    }

    .infoSliderBx {
        width: 48%;
    }

    .infoTxtBx {
        width: 48%;
        max-width: 540px;
    }

    .table03 .tr {
        padding: 15px 0;
    }

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

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

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

}

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

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

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    table02
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .table02 .th,
    .table02 .formTh {
        font-size: 20px;
    }

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

    .requiredText {
        font-size: 20px;
    }

    /*-----------------------------------------------------------
    table02
    -----------------------------------------------------------*/


    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    table03
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .table03 .tr {
        flex-direction: row;
    }

    .table03 .th {
        width: 30%;
    }

    .table03 .th p {
        font-size: 20px;
    }

    /*-----------------------------------------------------------
    table03
    -----------------------------------------------------------*/
}

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