﻿:root {
    --important-color: #CF281E;
}

#contents {
    width: 100%;
}

#contentTitle {
    width: 100%;
}

#regStatus {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

    #regStatus > div {
        padding: 5px 10px;
        margin: 5px;
        position: relative;
        border: 1px solid #C6C6C6;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

        #regStatus > div:after {
            content: "";
            display: inline-block;
            position: absolute;
            right: -11px;
            width: 0px;
            height: 0px;
            border-left: 8.66px solid #C6C6C6;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

        #regStatus > div:last-child:after {
            content: none;
        }

        #regStatus > div.regStatusCurrent {
            background-color: #C6C6C6;
        }

.errMsg {
    color: #CF281E;
    margin: 10px 0px;
}

    .errMsg > div {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
    }

        .errMsg > div:before {
            flex-grow: 0;
            content: "!";
            width: 1.5em;
            height: 1.5em;
            margin-right: 5px;
            border-radius: 50%;
            background-color: var(--important-color);
            color: white;
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            justify-content: center;
        }

.subContentTitle {
    width: 100%;
}

.agree {
    height: 300px;
    width: none;
}

.process {
    list-style: decimal;
    margin: auto;
    font-size: 1.2rem;
    padding-left: 40px;
}

    .process > li {
        font-weight: bold;
    }

        .process > li > p {
            font-weight: normal;
        }

.explain {
    padding: 10px !important;
    font-size: 1rem;
    background-color: #F3F3F3 !important;
}

    .explain ul {
        list-style: disc;
        padding-left: 30px;
    }

div.emlIcon {
    box-sizing: border-box;
    border: 3px solid black;
    background-color: white;
    position: relative;
    height: 50px;
    width: 80px;
}

    div.emlIcon:before {
        box-sizing: border-box;
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: -3px;
        height: 47px;
        width: 80px;
        background-color: transparent;
        border-top: 40px solid black;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 10px solid transparent;
    }

    div.emlIcon:after {
        box-sizing: border-box;
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-color: transparent;
        border-top: 36px solid white;
        border-left: 36px solid transparent;
        border-right: 36px solid transparent;
        border-bottom: 4px solid transparent;
    }

.failure {
    height: 55vh;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.grayButton > a {
    text-decoration: none;
    color: black;
    padding: 10px 30px;
    display: inline-block;
}

.cnfTbl {
}

    .cnfTbl th {
        background-color: #F3F3F3;
    }

    .cnfTbl td, .cnfTbl th {
        border-right: none;
        border-left: none;
        color: black !important;
        font-weight: normal !important;
    }

    .cnfTbl input {
        border: none !important;
        padding: 0 !important;
    }

label.showPassword {
    display: block;
    padding: 10px 0px;
}

#agreementDM {
    padding: 10px;
    font-size: 100%;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    background-color: #C6C6C6;
    margin-bottom: 20px;
}

    #agreementDM label {
        margin: 10px 0px 0px 0px;
    }

@media (max-width: 1000px) {
    .cnfTbl tr {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    .cnfTbl td, .cnfTbl th {
        display: block;
        width: 100%;
    }

    .cnfTbl th {
        padding: 12px 10px;
    }

    .cnfTbl td {
        padding: 12px 20px 30px 20px !important;
    }

    label.showPassword input[type="checkbox"] {
        width: 3rem !important;
        margin-right: 1rem !important;
    }

    #regStatus > div {
        flex-grow: 1;
        font-size: 1.5rem;
    }
}
