@charset "utf-8";

/*共通CSSクラス*/

* {
    font-family: "Meiryo", "arial";
    font-size: 13pt;
    color: #000000;
}

html {
    height: 100%;
    width: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    height: 100%;
    width: 100%;
    background: #ffffff;
}

div {
    font-size: 0px;
}

th {
    border: solid 1px;
}

td {
    border: solid 1px;
}

input {
    height: 30px;
    outline: none;
    border-radius: 0;
}

    input[type="checkbox"] {
        transform: scale(2.0);
    }

    input[type="radio"] {
        transform: scale(2.0);
    }

button {
    cursor: pointer;
    height: 34px;
    outline: none;
    border-radius: 3px;
    border: 1px solid #666666;
    letter-spacing: 0px;
    text-align: center;
    padding: initial;
}

#divCmHead {
    background-color: #0004ac;
    display: inline-block;
    width: 100%;
    height: 0px;
    border-style: none;
    position: relative;
}

#divCmFooter {
}



/*ヘッダー*/
.titleHeader {
    height: 50px;
    width: 100%;
    margin-top: 0px;
    display: flex;
}

    .titleHeader > div:nth-child(1) {
        display: none;
        width: 10px;
        background: #a51740;
    }

    .titleHeader > div:nth-child(2) {
        display: inline-block;
        width: 100%;
        margin-left: 0px;
        position: relative;
        border-bottom: 5px solid #0a00a1;
        border-image: linear-gradient(to right, #0a00a1 0%, #6afff3 100%);
        border-image-slice: 1;
    }

        .titleHeader > div:nth-child(2) > label {
            position: absolute;
            top: 50%;
            left: 30px;
            transform: translate(0px, -50%);
            font-size: 20pt;
            color: #020055;
            font-weight: bold;
            word-break: keep-all;
            text-shadow: 2px 2px 3px #b5cdff;
        }

            .titleHeader > div:nth-child(2) > label span {
                color: #020055;
            }

    .titleHeader > div:nth-child(3) {
        display: none;
        width: 12px;
        margin-left: -2px;
        background: #a51740;
    }

    .titleHeader > div:nth-child(4) {
        display: none;
        width: 10px;
        background: #a51740;
        margin-left: 2px;
    }

    .titleHeader > div:nth-child(5) {
        display: none;
        width: 12px;
        background: #a51740;
        margin-left: 2px;
    }

/*見出し*/
.subTitle {
    margin-bottom: 0.2rem;
    background: linear-gradient(transparent 60%, #fad5e5 60%);
    font-weight: bold;
    font-size: 26px;
}

    .subTitle span {
        color: #000000;
    }

.boldDiv {
    font-weight: bold;
    margin-top: 30px;
}

/*箇条書き形式*/
.listDiv {
}

    .listDiv table {
        border-collapse: collapse;
    }

    .listDiv td {
        border: none;
        vertical-align: top;
    }

        .listDiv td:nth-child(1) {
            width: 20px;
        }

/*外部リンク*/
.exHrefDiv {
    text-align: center;
    height: 60px;
    margin: 10px;
}

    .exHrefDiv a {
        display: inline-block;
        width: 230px;
        height: 100%;
        position: relative;
        background: #fafafa;
        box-shadow: 0 1px 2px rgb(0 0 0);
        border: none;
        border-radius: 0px;
    }

    .exHrefDiv span:nth-child(1) {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(calc(-50% - 18px), -50%);
        word-break: keep-all;
        width: max-content;
    }

    .exHrefDiv img {
        height: 40px;
        position: absolute;
        top: 8px;
        right: 4px;
        cursor: pointer;
    }


/*枠*/
.commonFlame {
    text-align: left;
    margin-left: 8px;
    margin-right: 8px;
    padding: 6px;
    background: #ffffff;
    border: 1px solid #838383;
    border-radius: 0px;
    margin-top: 8px;
}

/*注意ポイント*/
.alertFlame {
    border-radius: 10px;
    background: #fddbef;
    padding: 6px;
    margin-top: 8px;
}

    .alertFlame div:nth-child(1) span {
        font-weight: bold;
    }


/*メニューボタン*/
.menuButton {
    margin-top: 2px;
    border-bottom: 1px solid #444444;
}

    .menuButton a {
        display: inline-block;
        width: 100%;
        height: 60px;
        position: relative;
        padding: 0px;
        background: #ffffff;
    }

    .menuButton span:nth-child(1) {
        position: absolute;
        left: 24px;
        top: 16px;
        font-size: 15pt;
        font-weight: bold;
    }

    .menuButton img {
        height: 20px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0px, -50%);
    }



/*戻るボタン*/
.backButtonDiv {
    margin-top: 10px;
    display: inline-block;
}

    .backButtonDiv a {
        display: inline-block;
        width: 150px;
        height: 46px;
        position: relative;
        text-decoration: none;
        color: #0000ff;
        font-size: 24px;
    }

    .backButtonDiv span {
        position: absolute;
        left:20%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #0000ff;
        font-size: 24px;
    }

/*次へボタン*/
.nextButtonDiv {
    margin-top: 10px;
    display: inline-block;
}

    .nextButtonDiv a {
        display: inline-block;
        width: 150px;
        height: 46px;
        background: #fafafa;
        position: relative;
        box-shadow: 0 1px 2px rgb(0 0 0);
    }

    .nextButtonDiv div {
        background: #ffffff;
        text-align: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin: 0px;
        box-shadow: 0 3px 5px rgb(0 0 0);
        cursor: pointer;
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translate(0px, -50%);
    }

    .nextButtonDiv img {
        height: 14px;
        position: absolute;
        top: 50%;
        left: 54%;
        transform: translate(-50%, -50%);
    }

    .nextButtonDiv span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
    }

/*ここからメッセージ用オーバーレイデザイン*/
#messageOverLay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: none;
    background: rgba(0,0,0,0.6);
}

#messageOvLay-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    padding: 30px;
    background-color: #525252;
    word-break: keep-all;
}

#messageOvLay-Msg {
    color: #ffffff;
}


/*カスタムconfirm*/
.myConfirmDiv {
}

.myConfirmOk {
}

.myConfirmCancel {
}
