@charset "UTF-8";

/** Object **/

.box-wrap {
    width: 95%;
    padding: 10px;
    background-color: rgba(218, 225, 59, 0.21);
    border-radius: 5px;
}

.box-inner {
    background-color: #fff;
    border: 1px solid #DAE13B;
    border-radius: 3px;
    padding: 30px 10px;
}

.subject-wrap {
    margin-bottom: 25px;
}

.subject {
    color: #555152;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 2rem;
}

ul.system-error {
    margin-bottom: 35px;
}

ul.system-error li.error {
    position: relative;
    color: #fff;
    margin-top: 0;
    padding: 10px 10px 10px 70px;
    background-color: #E8374A;
    font-size: 1.6rem;
}

ul.system-error li.error:not(:last-child) {
    margin-bottom: 5px;
}

ul.system-error li.error::before,
ul.system-error li.error::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    top: calc(50% - 2px);
    display: block;
    filter: blur(0);
    -webkit-filter: blur(0);
    outline: 1px solid transparent;
    border-radius: 1px;
}

ul.system-error li.error::before {
    transform: rotate(45deg);
}

ul.system-error li.error::after {
    transform: rotate(135deg);
}

ul.validation-error li.error {
    color: #E8374A;
    font-size: 1.2rem;
    margin-top: 0.5em;
}

.prev-link {
    display: flex;
    transition: all 0.5s;
    margin-bottom: .5em;
    font-size: 1.4rem;
}

.prev-link:hover {
    opacity: .6;
}

.prev-link img {
    width: 17px;
    height: 21px;
}

.prev-link span {
    margin-left: 5px;
    text-decoration: underline;
    color: #2A558A;
    display: inline-block;
}

.modal-subject {
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.list-text-left {
    width: 100%;
    padding: 8px 13px 5px;
    background-color: #f8f9d8;
    border-left: 4px solid #3BB24E;
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1.2;
    color: #444;
}

.list-text-right {
    font-size: 1.6rem;
    padding: 10px 4px 2px;
    letter-spacing: 2.2px;
    text-indent: -2.2px;
    word-break: break-all;
}

@media (min-width: 768px) {

    .box-wrap {
        width: 750px;
        padding: 15px;
    }

    .box-inner {
        padding: 50px 55px;
    }

    .subject {
        font-size: 2.2rem;
    }

    ul.system-error {
        margin-bottom: 15px;
    }

    ul.validation-error li.error {
        font-size: 1.4rem;
    }

    .prev-link {
        font-size: 1.6rem;
    }

    .prev-link img {
        width: 19px;
        height: 24px;
    }

    .list-text-left {
        width: 186px;
        font-size: 1.8rem;
        padding: 10px 19px;
        min-height: 60px;
    }

    .list-text-right {
        font-size: 2.2rem;
        padding: 10px 22px;
    }
}
