﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #3b4e60;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

#root {
    height: 100vh;
    overflow: auto;
}

.light #root {
    background-color: #8ADFF2;
}

.dark #root {
    background-color: #146284;
}

_:lang(x)::-ms-backdrop, body {
    font-family: 'Roboto', "メイリオ", Meiryo, sans-serif;
}

.fixhtml {
    overflow: hidden;
}

.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

i,
em,
.em {
    font-style: italic;
}

a {
    color: #3b4e60;
    text-decoration: none;
    outline: 0;
}

    a:hover {
        text-decoration: none;
        outline: 0;
    }

    a:focus,
    a:active {
        outline: 0;
    }

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    border: 0;
    background: none;
    outline: 0;
    background-color: #cccccc;
    margin: 2em 0;
    *margin: 1em 0;
    box-sizing: content-box;
    height: 1px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.none,
[hidden] {
    display: none;
}

.font-ultra-bold {
    font-weight: 900;
}

.font-bold, b,
strong,
.strong {
    font-weight: 700;
}

.font-normal {
    font-weight: 500;
}

.font-light {
    font-weight: 300;
}

.font-thin {
    font-weight: 100;
}

.font-normal {
    font-style: normal;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

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

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.flex-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    left: -9999em;
}

.image-left {
    margin-right: 20px;
}

.image-right {
    margin-left: 20px;
}

.mg-t15 {
    margin-top: 15px;
}

.mg-t30 {
    margin-top: 30px;
}

.mg-b15 {
    margin-bottom: 16px !important;
}

.switchFadeUp {
    -webkit-animation: anime 0.5s;
    animation: anime 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(1%);
        transform: translateY(1%);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes anime {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(1%);
        transform: translateY(1%);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.switchFade {
    -webkit-animation: anime_A 0.4s;
    animation: anime_A 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes anime_A {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes anime_A {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.graphModalFade {
    -webkit-animation: anime_C 0.8s;
    animation: anime_C 0.8s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes anime_C {
    0% {
        -webkit-transform: translate(0, 2%);
        transform: translate(0, 2%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes anime_C {
    0% {
        -webkit-transform: translate(0, 2%);
        transform: translate(0, 2%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.switchFadeHigh {
    -webkit-animation: anime_D 0.4s;
    animation: anime_D 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes anime_D {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        height: 0;
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        height: 100%;
    }
}

@keyframes anime_D {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        height: 0;
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        height: 100%;
    }
}

.text_grada--B {
    color: #025bad;
    background-image: linear-gradient(136deg, #025bad 0%, #14c2df 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.no-backgroundcliptext .text_grada--B {
    background-image: none;
    background-color: none;
}

.light .text_deep {
    color: #3b4e60;
}

.c-formWrap input, .c-formWrap button, .c-formWrap textarea, .c-formWrap select {
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
}

.c-formWrap label {
    cursor: pointer;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    vertical-align: middle;
}

.c-input {
    height: 40px;
    line-height: 1;
    padding: 3.6%;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #3b4e60;
}

    .c-input:focus {
        outline: 0;
        border: solid 1px #3b4e60;
        background: #ffffff;
    }

    .c-input::-webkit-input-placeholder {
        color: #999999;
    }

    .c-input:-ms-input-placeholder {
        color: #999999;
    }

    .c-input::placeholder {
        color: #999999;
    }

.c-checkBox {
    outline: none;
    margin-top: 11px;
}

.c-forgetBtn {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 3;
    background: rgba(255, 255, 255, 0.5);
}

    .c-forgetBtn a {
        display: block;
        width: 100%;
        height: 100%;
        color: #3B4E60;
        font-size: 13px;
        font-size: 1.3rem;
    }

.c-label {
    display: inline-block;
    margin-top: 9px;
}

.c-submit {
    height: 40px;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(136deg, #025bad 0%, #14c2df 80%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all 0.6s;
    cursor: pointer;
}

    .c-submit:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        transition: all 0.6s;
    }

.c-submit--white {
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    color: #999999;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all 0.6s;
    cursor: pointer;
    text-align: center;
    margin-top: 8px;
}

    .c-submit--white:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        transition: all 0.6s;
    }

.c-cSelectBox {
    position: absolute;
    z-index: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-cSelectBox__title {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    margin-right: 8px;
    line-height: 1;
}

.c-cSelectBox__fixText {
    font-size: 12px;
    font-size: 1.2rem;
}

.c-cSelectBox__select {
    position: relative;
    min-width: 152px;
    height: 24px;
    padding: 5px 20px 5px 8px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(6, 28, 47, 0.1);
    line-height: 1;
}

    .c-cSelectBox__select:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 8px;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 3px 0 3px;
    }

.c-cSelectBox__view {
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-size: 1.2rem;
    cursor: pointer;
    display: block;
    width: 115%;
    height: 100%;
}

.c-cSelectBox__list {
    position: absolute;
    z-index: 1;
    min-width: 152px;
    right: 0;
    top: 24px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(6, 28, 47, 0.1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

    .c-cSelectBox__list li {
        padding: 5px 20px 5px 8px;
        box-sizing: border-box;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

        .c-cSelectBox__list li:hover {
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        }

.c-cSelectBox.is_open .c-cSelectBox__list {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
}

.c-cSelectBox.is_close .c-cSelectBox__list {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    visibility: hidden;
}

.light .c-cSelectBox__title {
    color: #3b4e60;
}

.light .c-cSelectBox__select {
    background: #ffffff;
    border: solid 1px #cccccc;
}

    .light .c-cSelectBox__select:after {
        border-color: #3b4e60 transparent transparent transparent;
    }

.light .c-cSelectBox__fixText {
    color: #3b4e60;
}

    .light .c-cSelectBox__fixText span {
        color: #eb6d7c;
    }

.light .c-cSelectBox__view {
    color: #3b4e60;
}

    .light .c-cSelectBox__view span {
        color: #eb6d7c;
    }

.light .c-cSelectBox__list {
    color: #3b4e60;
    background: #ffffff;
}

    .light .c-cSelectBox__list li {
        border-top: solid 1px #cccccc;
    }

        .light .c-cSelectBox__list li span {
            color: #eb6d7c;
        }

        .light .c-cSelectBox__list li:first-child {
            border-top: none;
        }

.dark .c-cSelectBox__title {
    color: #acbccc;
}

.dark .c-cSelectBox__select {
    background: #232323;
    border: solid 1px #4f4f4f;
}

    .dark .c-cSelectBox__select:after {
        border-color: #acbccc transparent transparent transparent;
    }

.dark .c-cSelectBox__fixText {
    color: #acbccc;
}

    .dark .c-cSelectBox__fixText span {
        color: #eb6d7c;
    }

.dark .c-cSelectBox__view {
    color: #acbccc;
}

    .dark .c-cSelectBox__view span {
        color: #eb6d7c;
    }

.dark .c-cSelectBox__list {
    color: #acbccc;
    background: #232323;
}

    .dark .c-cSelectBox__list li {
        border-top: solid 1px #4f4f4f;
    }

        .dark .c-cSelectBox__list li span {
            color: #eb6d7c;
        }

        .dark .c-cSelectBox__list li:first-child {
            border-top: none;
        }

.p-loginBody {
    background-image: url(~/MyAssets/LightHouse.Shared.UX/login_bg_a_login.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #3b4e60;
    height: 100%;
    margin: 0;
}

.p-loginLight {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("~/MyAssets/LightHouse.Shared.UX/login_bg_b_login.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    -webkit-animation: Lighthouse 3s infinite;
    animation: Lighthouse 3s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
}

@-webkit-keyframes Lighthouse {
    0% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }

    100% {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }
}

@keyframes Lighthouse {
    0% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }

    100% {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }
}

.p-loginWrap {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-loginCont {
    position: relative;
    width: 33%;
    width: 480px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

    .p-loginCont:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.85;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
        background: #ffffff;
        border-radius: 8px;
        z-index: 1;
    }

.p-loginCont__title {
    position: relative;
    z-index: 2;
    height: 76px;
    line-height: 76px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-size: 1.8rem;
}

.p-loginCont__titleCont {
    position: relative;
    display: block;
    z-index: 2;
    padding: 0 0 0 60px;
    box-sizing: border-box;
    background: url("~/MyAssets/LightHouse.Shared.UX/com_logo_square_l_login.png") no-repeat center left;
    background-size: 44px;
}

    .p-loginCont__titleCont span {
        font-weight: bold;
    }

.p-loginCont__titleBg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    z-index: 1;
}

.p-loginCont__form {
    position: relative;
    z-index: 2;
    padding: 40px 5%;
}

    .p-loginCont__form input[type='text'],
    .p-loginCont__form input[type='password'] {
        width: 100%;
        margin-bottom: 8px;
    }

    .p-loginCont__form input[type='submit'] {
        width: 44%;
        margin-right: 6%;
        margin-top: 8px;
        font-weight: bold;
        font-size: 15px;
        font-size: 1.5rem;
    }

.p-loginCont__form__terms {
    font-size: 13px;
    font-size: 1.3rem;
    color: #3b4e60;
    margin-top: 16px;
}

    .p-loginCont__form__terms a {
        color: #288fed;
        text-decoration: underline;
    }

        .p-loginCont__form__terms a:hover {
            text-decoration: none;
        }

.p-loginCont__SysDownMsg {
    padding: 5px 5%;
    background-color: #0ea3ce;
    color: white;
    font-size: small;
    position: relative;
    z-index: 2;
}

.p-passCont__form {
    position: relative;
    z-index: 2;
    padding: 48px 0;
}

    .p-passCont__form input[type='text'],
    .p-passCont__form input[type='password'] {
        width: 100%;
        margin-bottom: 8px;
    }

    .p-passCont__form input[type='submit'],
    .p-passCont__form input[type='button'] {
        width: 100%;
        margin-right: 6%;
        margin-top: 8px;
        font-weight: bold;
        font-size: 15px;
        font-size: 1.5rem;
    }

.p-passCont__form__read {
    font-size: 15px;
    font-size: 1.5rem;
    color: #3b4e60;
    margin-bottom: 20px;
}

.p-loginFooter {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .p-loginFooter a {
        color: #ffffff;
    }

.p-loginFooter__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .p-loginFooter__nav li {
        margin-left: 40px;
        position: relative;
        display: inline-block;
        text-decoration: none;
    }

        .p-loginFooter__nav li:after {
            position: absolute;
            bottom: 0px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #ffffff;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: right top;
            transform-origin: right top;
            transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s;
        }

        .p-loginFooter__nav li:hover:after {
            -webkit-transform-origin: left top;
            transform-origin: left top;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

.p-loginFooter__Copyright {
    padding-right: 16px;
}

.shake {
    -webkit-animation: shakeBox 0.2s;
    animation: shakeBox 0.2s;
}

@-webkit-keyframes shakeBox {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-2%);
        transform: translateX(-2%);
    }

    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%);
    }

    75% {
        -webkit-transform: translateX(-2%);
        transform: translateX(-2%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes shakeBox {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-2%);
        transform: translateX(-2%);
    }

    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%);
    }

    75% {
        -webkit-transform: translateX(-2%);
        transform: translateX(-2%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.p-stHead {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    background: #f6f6f6;
    padding: 64px 0 0 0;
}

    .p-stHead h1 {
        display: block;
        padding: 50px 0;
    }

.p-stHead--s {
    font-size: 32px;
    font-size: 3.2rem;
}

.p-stContent {
    position: relative;
    width: 100%;
    color: #546371;
    padding: 0 9% 0;
    box-sizing: border-box;
}

.p-stPassContent {
    position: relative;
    width: 100%;
    color: #546371;
    padding: 0;
    box-sizing: border-box;
    background: #ffffff;
}

.p-stSection {
    position: relative;
    width: 100%;
    padding: 56px 0 0;
    box-sizing: border-box;
}

.p-stSection--Sign {
    position: relative;
    margin-bottom: 30px;
}

    .p-stSection--Sign span {
        position: relative;
        display: block;
        text-align: right;
    }

        .p-stSection--Sign span:after {
            content: '';
            position: absolute;
            bottom: -16px;
            right: 0;
            width: 18%;
            height: 1px;
            display: block;
            background: #eeeeee;
        }

.p-stSection--Text {
    font-size: 15px;
    font-size: 1.5rem;
}

    .p-stSection--Text a {
        color: #288fed;
        text-decoration: underline;
    }

.p-stSection--Read {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

.p-stSection--ListWrap {
    font-size: 15px;
    font-size: 1.5rem;
}

.p-stSection--ListBoder {
    position: relative;
    width: 100%;
    height: 1px;
}

    .p-stSection--ListBoder:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        display: block;
        background: #eeeeee;
    }

    .p-stSection--ListBoder:after {
        content: '';
        position: absolute;
        width: 20%;
        height: 1px;
        top: 0;
        left: 0;
        display: block;
        background: #cccccc;
    }

.p-stSection--List {
    padding: 0 2%;
    box-sizing: border-box;
}

.p-stSection--List__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .p-stSection--List__item a {
        color: #288fed;
        text-decoration: underline;
    }

.p-stSection--List__itemNum {
    width: 2%;
    font-weight: bold;
}

.p-stSection--List__itemText {
    width: 98%;
}

.p-stSection--ment {
    min-height: 300px;
}

.p-stSection--mentRead {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    line-height: 1.8;
}

    .p-stSection--mentRead span {
        font-weight: bold;
    }

.p-stSection--mentText {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    line-height: 1.8;
}

    .p-stSection--mentText span {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
    }

.p-stSection--right {
    text-align: right;
}

.p-stAdminForm {
    width: 360px;
    margin: 0 auto;
}

.p-stPdfViewer {
    width: calc(100% - 64px);
    height: 100%;
    padding: 88px 0 0 64px;
    text-align: center;
}

    .p-stPdfViewer img {
        width: 100%;
        max-width: 860px;
        text-align: center;
        height: auto;
        display: block;
        margin: 0 auto 0;
        padding-bottom: 24px;
    }

.p-stPdfNoViewer {
    width: 100%;
    height: 100vh;
    background: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .p-stPdfNoViewer div {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }

.p-stBiToolViewerWrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 64px 0 0 64px;
    box-sizing: border-box;
}

.p-stBiToolViewer {
    width: 100%;
    height: 100%;
    padding: 0 0 64px 0;
    text-align: center;
    box-sizing: border-box;
}

#loadBIReport {
    height: 100%;
    width: 100%;
}

.p-stBiToolNoViewer {
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .p-stBiToolNoViewer div {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }

.p-stBiToolPager {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 64px;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
}

.p-stBiToolPagerItem {
    background: #f6f6f6;
    color: #547da3;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

    .p-stBiToolPagerItem:hover {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }

.p-stBiToolPagerItemAct {
    background: #ffffff;
    color: #288fed;
    font-weight: bold;
}

.p-stBiToolPager li {
    height: 64px;
    padding: 0 8px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 64px;
    border-right: solid 1px #cccccc;
    min-width: 150px;
    max-width: 300px;
    font-size: 14px;
    font-size: 1.4rem;
}

    .p-stBiToolPager li:first-child {
        border-left: solid 1px #cccccc;
    }

.p-stFooter {
    width: 100%;
    height: 96px;
    background: #f6f6f6;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 96px;
}

.p-stFooter__logo--static {
    display: block;
    height: 36px;
    margin-left: 40px;
}

    .p-stFooter__logo--static img {
        width: 36px;
        height: auto;
    }

    .p-stFooter__logo--static span {
        display: inline-block;
        line-height: 36px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        margin-left: 16px;
    }

.p-stCopyright {
    width: 100%;
    height: 48px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 48px;
}

.p-stPageTOP {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: all 0.5s;
    background-image: linear-gradient(136deg, #025bad 0%, #14c2df 80%);
}

    .p-stPageTOP:hover {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }

    .p-stPageTOP span {
        display: block;
        width: 48px;
        height: 48px;
        position: relative;
    }

        .p-stPageTOP span:after {
            content: '';
            position: absolute;
            top: 50%;
            width: 6px;
            height: 6px;
            display: block;
        }

        .p-stPageTOP span:after {
            content: '';
            margin-top: -2px;
            border-top: solid 2px #ffffff;
            border-right: solid 2px #ffffff;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .p-stPageTOP span:after {
            content: '';
            left: 50%;
            margin-left: -6px;
            margin-top: -2px;
            width: 12px;
            height: 12px;
        }

.p-stFooter--fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 144px;
}

    .p-stFooter--fix .p-stFooter {
        margin-top: 0;
    }

.st-errorWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #ffffff;
    -webkit-animation: error 0.4s 1 ease-out forwards;
    animation: error 0.4s 1 ease-out forwards;
    min-height: 620px;
}

.st-error {
    -webkit-animation: errorIn 1s 1 forwards;
    animation: errorIn 1s 1 forwards;
    padding: 48px 0;
}

.st-error__read {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #3b4e60;
    font-weight: bold;
}

.st-error__msg {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #3b4e60;
}

.st-error__btn {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

.st-error a {
    display: inline-block;
    height: 100%;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #288fed;
    margin-left: 5px;
    margin-left: 0.5rem;
}

    .st-error a:after {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #288fed;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right top;
        transform-origin: right top;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
    }

    .st-error a:hover:after {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.st-errorFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@-webkit-keyframes error {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes error {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@-webkit-keyframes errorIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes errorIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.light .p-stPdfViewer {
    background: #343434;
    box-shadow: 0px 8px #343434;
}

.dark .p-stPdfViewer {
    background: #343434;
    box-shadow: 0px 8px #343434;
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(6, 28, 47, 0.1);
}

.l-header__uThum {
    box-sizing: border-box;
    margin-left: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-header__uThum__icon {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .l-header__uThum__icon img {
        width: 100%;
        height: auto;
    }

.l-header__uThum__name {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 8px;
}

.l-header__uThum__nameSub {
    color: #666666;
    font-weight: normal;
}

.l-header__logo {
    display: block;
    width: 36px;
    height: 36px;
}

    .l-header__logo img {
        width: 100%;
        height: auto;
    }

.l-header__logo--static {
    display: block;
    height: 36px;
    margin-left: 40px;
}

    .l-header__logo--static img {
        width: 36px;
        height: auto;
    }

    .l-header__logo--static span {
        display: inline-block;
        line-height: 36px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        margin-left: 16px;
    }

.l-header__uNav {
    position: relative;
    width: 200px;
    box-sizing: border-box;
    cursor: pointer;
}

    .l-header__uNav .l-header__uNav__title {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 64px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 64px;
        padding-left: 25px;
        box-sizing: border-box;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

        .l-header__uNav .l-header__uNav__title:after {
            right: 25px;
        }

        .l-header__uNav .l-header__uNav__title span {
            transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            display: block;
            height: 64px;
            padding-left: 26px;
        }

        .l-header__uNav .l-header__uNav__title:hover span {
            opacity: .5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        }

        .l-header__uNav .l-header__uNav__title:hover:after {
            opacity: .5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        }

    .l-header__uNav .l-header__uNav__list {
        z-index: 1;
        position: absolute;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 100%;
        top: 64px;
        left: 0;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

        .l-header__uNav .l-header__uNav__list li {
            height: 40px;
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: bold;
            padding: 10px 0 0 16px;
            box-sizing: border-box;
        }

            .l-header__uNav .l-header__uNav__list li span {
                display: block;
                position: relative;
                display: inline-block;
                text-decoration: none;
            }

                .l-header__uNav .l-header__uNav__list li span:after {
                    position: absolute;
                    bottom: 0px;
                    left: 0;
                    content: '';
                    width: 100%;
                    height: 1px;
                    background: #ffffff;
                    -webkit-transform: scale(0, 1);
                    transform: scale(0, 1);
                    -webkit-transform-origin: right top;
                    transform-origin: right top;
                    transition: -webkit-transform 0.2s;
                    transition: transform 0.2s;
                    transition: transform 0.2s, -webkit-transform 0.2s;
                }

                .l-header__uNav .l-header__uNav__list li span:hover:after {
                    -webkit-transform-origin: left top;
                    transform-origin: left top;
                    -webkit-transform: scale(1, 1);
                    transform: scale(1, 1);
                }

.l-header__uNav--act .l-header__uNav__list {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.l-header__SLink {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.l-header__SLink__item {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 40px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

    .l-header__SLink__item:after {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #3b4e60;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right top;
        transform-origin: right top;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
    }

    .l-header__SLink__item:hover:after {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .l-header__SLink__item a {
        color: #3b4e60;
    }

.l-header__SLink__item--act {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 40px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

    .l-header__SLink__item--act:after {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #288fed;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right top;
        transform-origin: right top;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
    }

    .l-header__SLink__item--act:hover:after {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.light .l-header {
    background: #ffffff;
}

.light .l-header__uThum {
    color: #333333;
}

.light .l-header__uThum__icon {
    border: solid 1px #cccccc;
    background: #ffffff;
}

.light .l-header__uNav .l-header__uNav__title {
    color: #cccccc;
    background: #ffffff;
    position: relative;
}

    .light .l-header__uNav .l-header__uNav__title span {
        background: url("../img/com_icon_parson.svg") no-repeat center left;
        background-size: 18px 30px;
    }

    .light .l-header__uNav .l-header__uNav__title:after {
        content: '';
        position: absolute;
        top: 50%;
        width: 6px;
        height: 6px;
        display: block;
    }

    .light .l-header__uNav .l-header__uNav__title:after {
        content: '';
        margin-top: -6px;
        border-top: solid 2px #cccccc;
        border-right: solid 2px #cccccc;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .light .l-header__uNav .l-header__uNav__title:after {
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

.light .l-header__uNav .l-header__uNav__list li {
    background: #546371;
    color: #ffffff;
    border-top: solid 1px #3b4e60;
}

    .light .l-header__uNav .l-header__uNav__list li:first-child {
        border-top: none;
    }

    .light .l-header__uNav .l-header__uNav__list li a {
        color: #ffffff;
    }

.light .l-header__uNav--act .l-header__uNav__title {
    color: #ffffff;
    background: #3b4e60;
    position: relative;
}

    .light .l-header__uNav--act .l-header__uNav__title span {
        background: url("../img/com_icon_parson_w.svg") no-repeat center left;
        background-size: 18px 30px;
    }

    .light .l-header__uNav--act .l-header__uNav__title:after {
        content: '';
        position: absolute;
        top: 50%;
        width: 6px;
        height: 6px;
        display: block;
    }

    .light .l-header__uNav--act .l-header__uNav__title:after {
        content: '';
        margin-top: -2px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .light .l-header__uNav--act .l-header__uNav__title:after {
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

.dark .l-header {
    background: #232323;
}

.dark .l-header__uThum {
    color: #ffffff;
}

.dark .l-header__uThum__icon {
    border: solid 1px #232323;
    background: #ffffff;
}

.dark .l-header__uNav .l-header__uNav__title {
    color: #7b7b7b;
    background: #232323;
    position: relative;
}

    .dark .l-header__uNav .l-header__uNav__title span {
        background: url("../img/com_icon_parson_d.svg") no-repeat center left;
        background-size: 18px 30px;
    }

    .dark .l-header__uNav .l-header__uNav__title:after {
        content: '';
        position: absolute;
        top: 50%;
        width: 6px;
        height: 6px;
        display: block;
    }

    .dark .l-header__uNav .l-header__uNav__title:after {
        content: '';
        margin-top: -6px;
        border-top: solid 2px #7b7b7b;
        border-right: solid 2px #7b7b7b;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .dark .l-header__uNav .l-header__uNav__title:after {
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

.dark .l-header__uNav .l-header__uNav__list li {
    background: #2686dd;
    color: #ffffff;
    border-top: solid 1px #2377c2;
}

    .dark .l-header__uNav .l-header__uNav__list li:first-child {
        border-top: none;
    }

    .dark .l-header__uNav .l-header__uNav__list li a {
        color: #ffffff;
    }

.dark .l-header__uNav--act .l-header__uNav__title {
    color: #ffffff;
    background: #288fed;
    position: relative;
}

    .dark .l-header__uNav--act .l-header__uNav__title span {
        background: url("../img/com_icon_parson_w.svg") no-repeat center left;
        background-size: 18px 30px;
    }

    .dark .l-header__uNav--act .l-header__uNav__title:after {
        content: '';
        position: absolute;
        top: 50%;
        width: 6px;
        height: 6px;
        display: block;
    }

    .dark .l-header__uNav--act .l-header__uNav__title:after {
        content: '';
        margin-top: -2px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .dark .l-header__uNav--act .l-header__uNav__title:after {
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

.c-log-pwd__custom .c_pwd--txt {
    max-width: 70%;
}

.c-log-pwd__custom .c_pwd--chk {
    margin-bottom: 1.85rem;
    margin-left: 1.75rem;
}

.c-log-pwd__custom .c_pwd--lbl {
    margin-bottom: 1.5rem;
}

.p-loginCont__form__terms--cntr {
    text-align: center;
}

.p-loginCont--terms_nw {
    background-color: #FCEDD2;
    height: 32px;
    border-radius: 0.35rem;
    margin-top: 0.75rem;
    text-align: center;
}

    .p-loginCont--terms_nw .chk--nw {
        margin-bottom: 1.85rem;
        margin-left: 1.75rem;
    }

    .p-loginCont--terms_nw .lbl--nw {
        margin-bottom: 1.65rem;
    }

.c-submit--btn_fw {
    width: 100% !important;
}

.c-submit--btn_fw-dsb {
    background-color: #ccc;
    background-image: none;
    cursor: not-allowed;
}

.c--submit-wrapper-div {
    margin-top: 1rem !important;
}

    .c--submit-wrapper-div span {
        font-weight: bold;
    }

/*# sourceMappingURL=map/style_static.css.map */
/*MIT Dummy Change to force deploy*/
