
* {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

body {
    background: linear-gradient(45deg,#005BAC,#5EC2C6) !important;
    background-size: cover;
    height: 100%;
    background-position: center;
    overflow-y:auto;
}

.main-input-holder-div {
    width:749px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.login-div {
    animation: showForm 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px -1px rgba(0, 0, 0, 0.1);
    height: 536px;
    margin: 0 auto;
    padding: 24px 24px 16px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    width: 272px;
}
@media screen and (min-height: 800px) {
    .login-div {
        margin-top:100px !important;
    }
}
.login-div table {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.login-div th,
.login-div td {
    display: block;
    width:100%;
    padding: 16px 0 0 0;
    float: left;
}
.login-div .login-att-message {
    color: #00bcd4;
    font-size: 1.5rem;
    text-align:center;
    margin-top: 24px;
    visibility: hidden;
}
.login-div .login-main-blank-userid-holder {
    margin-top: 44px;
    margin-bottom: 32px;
    transition: opacity 0.3s ease;
    opacity: 1;
}
.login-div .login-main-input {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.login-div .login-main-input-holder {
    background-color: rgba(255,255,255,0.2);
    background-clip: padding-box;
    border-bottom: 1px solid #cdd0d3;
    margin-bottom: 24px;
    position: relative;
    margin-top: 32px;
    margin-bottom: 30px;
    transition: opacity 0.3s ease;
    opacity: 1;
}
.login-div .login-main-input-holder.two-button-type {
    margin-bottom: 40px;
}
.login-div .login-main-input-holder:hover {
    border-color: #9299a0;
    transition:
        border-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1);
}
.login-div .login-main-input-holder.hide-pwd {
    visibility: hidden;
}
.login-div .login-main-input-label {
    color: #7f7f7f;
    font-family: Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-size: 14px;
    font-stretch: 100%;
    text-size-adjust: 100%;
    height: 16px;
    margin-bottom: 8px;
    position: absolute;
    font-size: 16px;
    transform: translate(16px, 8px) scale(1);
    transition: -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.3s,-moz-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.3s,-o-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.3s,transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.3s;
    cursor: text;
}
.login-div .focused .login-main-input-label {
    color: #00bcd4;
    font-size: 12px;
    font-weight: bold;
    transform: translate(16px, -16px) scale(1);
}
.login-div .focused .login-main-input-bar {
    transform: scale(1);
}
.login-div .login-main-input {
    background: transparent;
    border: 0;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    width: 272px;
}
.login-div .login-main-input-bar {
    background: #00bcd4;
    height: 2px;
    left: 0;
    position: absolute;
    top: 32px;
    transform: scale(0);
    transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s,-moz-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s,-o-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s,transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    width: 272px;
}
.login-div ::-webkit-input-placeholder {
    color: #cec8c8;
    font-size: 16px;
}
.login-div input:focus {
    outline: 0 none;
}

.login-div .login-main-button {
    background-color: #42bfc2;
    background-clip: border-box;
    border: 1px solid #42bfc2;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-right: 0px;
    overflow: hidden;
    outline: 0 none;
    padding: 5px 0px;
    position: relative;
    text-align: center;
    width: 272px;
    height: 36px;
    font-size: 16px;
}
.login-div .login-main-button.two-button-type {
    height: 48px;
}
.login-div .button-table {
    border: 0;
}
.login-div input.login-syussya-button {
    background-color: #42bfc2;
    border-color: #42bfc2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2),
        0 1px 1px 0 rgba(0, 0, 0, 0.15),
        0 -1px 2px -1px rgba(0, 0, 0, 0.1);
}
.login-div input.login-syussya-button:hover{
    background-color: #3ab2b5;
    border-color: #3ab2b5;
    transition:
        background-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1);
}
.login-div:has(.login-gaisyutu-button,.login-modori-button) input.login-syussya-button {
    position: absolute;
    bottom: 126px;
}
.login-div input.login-syussya-button:focus{
    box-shadow: inset 0 0 0 1px white;
}
.login-div input.login-taisya-button {
    background-color: #4285f4;
    border-color: #4285f4;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2),
        0 1px 1px 0 rgba(0, 0, 0, 0.15),
        0 -1px 2px -1px rgba(0, 0, 0, 0.1);
}
.login-div:has(.login-gaisyutu-button,.login-modori-button) input.login-taisya-button {
    position: absolute;
    bottom: 76px;
}

.login-div input.login-taisya-button:hover{
    background-color: #3b77db;
    border-color: #4285f4;
    transition:
        background-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1);
}
.login-div input.login-taisya-button:focus{
    box-shadow: inset 0 0 0 1px white;
}
.login-div input.login-gaisyutu-button,
.login-div input.login-modori-button {
    background-color: #cdd0d3;
    border-color: #cdd0d3;
    color: #333333;
    width: 128px;
    position: absolute;
    bottom: 16px;
}
.login-div input.login-gaisyutu-button:hover,
.login-div input.login-modori-button:hover {
    background-color: #b8bdc2;
    border-color: #b8bdc2;
    transition:
        background-color 0.5s
       cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1);
}
.login-div input.login-gaisyutu-button:focus,
.login-div input.login-modori-button:focus {
    box-shadow: inset 0 0 0 1px white;
}
.login-div input.login-modori-button {
    right: 24px;
}
@media screen and (min-height: 800px) {
    .usr-info-div {
        margin-top:100px !important;
    }
}
.login-div.usr-info-div .usr-info {
    margin-top: 150px;
    margin-bottom: 10px;
}
.login-div.usr-info-div .usr-info td {
    padding: 0 !important;
    text-align: center;
}
.login-div.usr-info-div .usr-info td.usr-info-title {
    color: #00bcd4;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
}
.login-div.usr-info-div .usr-info td.usr-info-value {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    height: 36px;
}


.result-div {
    animation: showForm 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px -1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    height: 536px;
    margin: 0 auto;
    overflow: hidden;
    padding: 24px 24px 16px;
    padding-bottom: 0;
    position: relative;
    width: 272px;
}
@media screen and (min-height: 800px){
    .result-div {
        margin-top:100px !important;
    }
}
.result-div td {
    width: 272px;
    white-space: normal;
}
.result-div .watch-st {
    display: none;
}
.result-div .recorded-time{
    color: #00bcd4;
    font-size: 30px;
}
.result-div .recorded-time u {
    width: 272px;
}
.result-div .mesg-table {
    padding-top: 24px;
       padding-bottom: 24px;
       font-size: 17px;
}
.result-div:has(.usr-info-value) .mesg-table {
    padding-top: 0px;
    padding-bottom: 0px;
}
.result-div .mesg-table font {
    color: #333333 !important;
}
.result-div .mesg-table font b {
    font-weight: 400;
}
.result-div .back-button {
    background-color: #cdd0d3;
    background-clip: border-box;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #cdd0d3;
    border-image: initial;
    color: #333333;
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin-right: 0px;
    overflow: hidden;
    outline: 0 none;
    padding: 5px 0px;
    position: absolute;
    text-align: center;
    width: 272px;
    height: 48px;
    bottom:32px;
    left: 24px;
}
.result-div .back-button:hover {
    background-color: #b8bdc2;
    border-color: #b8bdc2;
    transition:
        background-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1);
}
.result-div .back-button:focus {
    box-shadow: inset 0 0 0 1px white;
}
.result-div .cws-button {
    background-color: #42bfc2;
    background-clip: border-box;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #42bfc2;
    border-image: initial;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin-right: 0px;
    overflow: hidden;
    outline: 0 none;
    padding: 5px 0px;
    position: absolute;
    text-align: center;
    width: 272px;
    height: 48px;
    bottom: 96px;
    left: 24px;
}
.result-div .cws-button:hover {
    background-color: #3ab2b5;
    border-color: #3ab2b5;
    transition:
        background-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1);
}
.result-div .cws-button:focus {
    box-shadow: inset 0 0 0 1px white;
}
.result-div .pw-change-button {
    background-color: #fff;
    background-clip: border-box;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #007CC0;
    border-image: initial;
    color: #007CC0;
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin-right: 0px;
    overflow: hidden;
    outline: 0 none;
    padding: 5px 0px;
    position: absolute;
    text-align: center;
    width: 272px;
    height: 48px;
    bottom: 160px;
    left: 24px;
}
.result-div .pw-change-button:hover {
    color: #007CC0;
    background-color: #ebf6fc;
    border-color: #007CC0;
    transition:
        background-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1);
}
.result-div .pw-change-button:focus {
    box-shadow: inset 0 0 0 1px white;
}
.pw-change-alert {
    color:#BE134C;;
    bottom: 220px;
    left: 24px;
    position: absolute;
    text-align: center;
}
.result-div .usr-info {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.result-div .usr-info td {
    text-align: center;
    display: block;
    width:100%;
}
.usr-syanm .usr-info-value{
    padding-bottom: 10px;
}
.result-div .usr-info tbody:has(> :nth-child(1):last-child) .usr-info-title{
    padding-top: 30px;
}
.result-div .usr-info .usr-info-title {
    color: #00bcd4;
    font-size: 12px;
    font-weight: bold;
}
.result-div .usr-info .usr-info-value {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (min-height: 800px) {
    .password-change-div {
        margin-top:100px !important;
    }
}
.password-change-div {
    animation: showForm 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px -1px rgba(0, 0, 0, 0.1);
    height: 536px;
    margin: 0 auto;
    padding: 24px 24px 16px;
    position: relative;
    overflow: hidden;
    width: 272px;
}
.password-change-div .watch-st {
    display: none;
}
.password-change-div table {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.password-change-div th,
.password-change-div td {
    display: block;
    width:100%;
}
.password-change-div .password-change-msg {
    margin: 48px 0 16px 0;
}
.password-change-div .password-change-msg strong {
    font-weight: normal;
}
.password-change-div .yala td {
   padding: 0;
}
.password-change-div .yala input,
.password-change-div .yala select {
    border: 1px solid #c2cad8;
    width: 272px;
}

.password-change-button,
.password-back-button {
    background-clip: border-box;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    margin-right: 0px;
    overflow: hidden;
    outline: 0 none;
    padding: 5px 0px;
    position: relative;
    text-align: center;
    width: 272px;
    height: 32px;
}
.password-change-button {
    background-color: #007CC0;
    border-color: #007CC0;
    box-shadow:
        0 2px 4px 0 rgba(0, 0, 0, 0.2),
        0 1px 1px 0 rgba(0, 0, 0, 0.15),
        0 -1px 2px -1px rgba(0, 0, 0, 0.1);
}
.password-change-button:hover{
    background-color: #066395;
    border-color: #066395;
    transition:
        background-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1);
}
.password-change-button:focus{
    box-shadow: inset 0 0 0 1px white;
}
.password-back-button {
    background-color: #cdd0d3;
    border-color: #cdd0d3;
    color: #333333;
}
.password-back-button:hover {
    background-color: #b8bdc2;
    border-color: #b8bdc2;
    transition:
        background-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1);
}
.password-back-button:focus {
    box-shadow: inset 0 0 0 1px white;
}
.password-changed-result {
    display: flex;
    padding: 16px;
    margin: 8px;
    background-color: #eaf8f7;
    color: #007a6c;
}
.wap-icon-checkmark-circle{
    font-size: 16px;
    padding: 8px;
}
@media screen and (min-height: 800px) {
    .password-changed  {
        margin-top:100px !important;
    }
}
.password-changed {
    animation: showForm 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px -1px rgba(0, 0, 0, 0.1);
    height: 536px;
    margin: 0 auto;
    padding: 24px 24px 16px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    width: 272px;
}
.password-changed .password-changed-msg {
    font-size: 14px;
    font-weight: bold;
    padding: 16px;
    margin: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.password-changed .password-changed-userid {
    text-align: center;
    padding: 16px;
    margin: 8px;
}
.pwchanged-img{
    width: calc(100% + 48px);
    height: 240px;
    background-image: url(../images/webtimerec_pwchanged.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}
.wap-icon-checkmark-circle {
    padding-right: 8px;
}
.pw-change-label {
    padding: 8px 0;
    font-size: 16px;
    display: flex;
}
.wap-icon-key {
    padding-right: 8px;
}
.pw-input-label{
    padding: 0;
}
.pw-input{
    padding-top: 8px;
    padding-bottom: 16px;
}
.password-changed .back-button {
    background-color: #cdd0d3;
    background-clip: border-box;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #cdd0d3;
    border-image: initial;
    color: #333333;
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin-right: 0px;
    overflow: hidden;
    outline: 0 none;
    padding: 5px 0px;
    position: absolute;
    text-align: center;
    width: 272px;
    height: 48px;
    bottom:32px;
    left: 24px;
}
.password-changed .back-button:hover {
    background-color: #b8bdc2;
    border-color: #b8bdc2;
    transition:
        background-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.5s
        cubic-bezier(0.4, 0, 0.2, 1);
}
.password-changed .back-button:focus {
    box-shadow: inset 0 0 0 1px white;
}
.watch-st {
    color:  #00bcd4 !important;
    font-size: 24px;
    font-family: "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-weight: 400 !important;
    font-stretch: 100% !important;
    font-style: normal;
    position: absolute;
    top: 48px;
    text-align: center;
    width: 225px;
    margin-left: 20px;
}
.date, .time {
    display: block;
}
.error-message strong {
    position: absolute;
    top: 290px;
    left: 24px;
    width: 272px;
    font-weight: normal;
}
.error-message.two-button-type strong {
    top: 288px;
}
.password-error-message{
    color: #E91E63;
}
.password-change-msg2 {
    color: #E91E63;
    margin: 0px 0 16px 0;
}

/* saml multi-idps */
#vertical-divider {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 0 72px 0 0;
}

#vertical-divider::before,
#vertical-divider::after {
    content: '';
    width: 1px;
    background-color: white;
    flex-grow: 1;
}

#vertical-divider::before {
    margin-top: 1rem;
}

#vertical-divider::after {
    margin-bottom: 1rem;
}

#selectable_saml_buttons {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#webtimerec-container {
    display: flex;
    justify-content: center;
}

@media screen and (min-height: 800px){
    #multi-idps-area {
        margin-top: 180px !important;
    }
}

#multi-idps-area {
    display: flex;
    margin: 80px 0 0 48px;
    height: 472px;
}

#selectable_saml_buttons {
    width: 320px;
    margin-bottom: 16px;
}

.selectable_saml_button {
    width: inherit;
    margin-bottom: 8px;
    padding: 0px;
    text-align: center;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    min-height: 44px;
}

.symbol {
    padding: 10px 16px;
    border-right: 1px solid;
    border-right-color: white;
    max-width: 12px;
    min-width: 12px;
    display: table-cell;
    vertical-align: middle;
}

.symbol-child {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}

.caption {
    padding: 0 16px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
    -ms-word-break: break-all;
}

.selectable_saml_button_0 {
    background-color: #2F50ED;
    color: white;
}

.selectable_saml_button_0:hover {
    background-color: #233CB1;
}

.selectable_saml_button_1 {
    background-color: #F17B2C;
    color: white;
}

.selectable_saml_button_1:hover {
    background-color: #B45C21;
}

.selectable_saml_button_2 {
    background-color: #E8422D;
    color: white;
}

.selectable_saml_button_2:hover {
    background-color: #AE3121;
}

.selectable_saml_button_3 {
    background-color: #00192D;
    color: white;
}

.selectable_saml_button_3:hover {
    background-color: #405261;
}

.selectable_saml_button_4 {
    background-color: #0FBEC5;
    color: white;
}

.selectable_saml_button_4:hover {
    background-color: #128E93;
}

.selectable_saml_button_5 {
    background-color: #6667FF;
    color: white;
}

.selectable_saml_button_5:hover {
    background-color: #4C4DBF;
}

.selectable_saml_button_6 {
    background-color: #32C7A3;
    color: white;
}

.selectable_saml_button_6:hover {
    background-color: #25957A;
}

.selectable_saml_button_7 {
    background-color: #A5DDDF;
    color: white;
}

.selectable_saml_button_7:hover {
    background-color: #7BA5A7;
}

.timeout-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeout-content {
    width: 100%;
}

.company-logo {
    margin-bottom: 48px;
    background-image: url(../conversion-docs/img/v8/header-logo-company.png);
    min-height: 63px;
    max-width: 424px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.timeout-messages {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    border-radius: 4px;
    padding: 16px;
    box-sizing: border-box;
}

.timeout-title {
    color: #333;
    font-size: 20px;
}

.timeout-msg {
    color: #333;
    font-size: 14px;
}

.timeout-button {
    display: flex;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #004F94;
    background-color: #004F94;
}

.web-time-rec-link:link,
.web-time-rec-link:visited,
.web-time-rec-link:hover,
.web-time-rec-link:active {
    display: flex;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.dialog-hide {
  display: none;
}

.dialogshow {
  display: block;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
}

.ui-dialog {
    padding: 0;
    box-shadow:rgba(0, 0, 0, 0.075) 0px 2px 4px 0px;
    border-radius: 4.8px;
    position: absolute;
    overflow: hidden;
    height: auto;
    width: 560px;
    top: 50%;
    left: 50%;
    animation:  FadeIn 0.3s ease-out ;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ui-dialog.ui-widget-content {
    border: 0;
    background: white;
    color: #333333;
    z-index: 1002;
    font-size: 14px;
}

.ui-widget-header{
    border: 0;
    background: #007CC5;
    color: #ffffff;
    font-weight: 500;
}

.ui-dialog .ui-dialog-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 16px;
}

.addinfo-dialog-contents {
    font-size: 14px;
    display: flex;
    line-height: 16px;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 24px;
    top: calc(50% - 8px);
    width: auto;
    margin: 0;
    padding: 0;
    height: auto;
}
.dialog-footer{
    font-size: 14px;
    padding: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
}

.dialog-footer-align-left{
    flex: 1 0 auto;
}

.dialog-footer-align-right{
    flex: 0 1 auto;
}

.add-info-button-type{
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px;
    border: none;
    -webkit-appearance: button;
    margin: 4px;
    box-shadow: none;
    border-radius: 4px;
}

.cancel-addinfo-button {
    background-color: #EAEAEA;
    color: #323232;
}

.cancel-addinfo-button:hover {
    background-color: #D3D3D3;
}

.not-addinfo-button {
    border: 1px solid #007CC5;
    background-color: #FFFFFF;
    color: #007CC5;
}

.not-addinfo-button:hover {
    background-color: #007CC5;
    color: #ffffff;
}

.addinfo-button{
    background-color: #007cc5;
    color: #FFFFFF;
}

.addinfo-button:hover {
    background-color: #00427E;
}

.addinfo-button:disabled {
    color: #BCBCBC !important;
    background-color: #F4F4F4 !important;
    cursor: not-allowed;
}

.wap-icon-info {
    color: #E31E5F;
    vertical-align: text-top !important;
}

.time_add_alert_msg{
    color: #E31E5F;
    font-weight: bold;
    padding-left: 8px;
    line-height: 17px;
    padding-bottom: 8px;
}

.add_info_cannot_input_msg{
    display: none;
}

.time-stamp {
    color: #747474;
    font-size: 14px;
}

.neon-badge-nomal {
    background-color: #959595;
    color: #ffffff;
    border-radius: 2em;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    min-width: 1px;
    padding: 0.166667em 0.5em;
    text-align: center;
    margin-left: 8px;
}

.neon-badge-primary {
    background-color: #4285F4;
    color: #ffffff;
    border-radius: 2em;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    min-width: 1px;
    padding: 0.166667em 0.5em;
    text-align: center;
    margin-left: 8px;
}

.textarea-caption{
    padding-top: 8px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
    -ms-word-break: break-all;
}

.textarea-add-info{
    color: #333333;
    border: 1px solid #BDBDBD;
    background: #fff;
    border-radius: 4px;
    padding: 8px 12px 8px 12px;
    font-size: 16px!important;
    text-align: left;
    font-weight: normal;
    transform: scale(.875);
    transform-origin: bottom left;
    width: calc(100% / .875);
    display: block;
    outline: none;
    resize: none;
}

.info-add-area-table {
	width: 100%;
    overflow-x:hidden;
    overflow-y: scroll;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 16px;
}

.info-add-time-td {
    padding-bottom: 16px;
}

.word-count{
    text-align: right;
    color: #505050
}

.txt-err{
    float: left;
    color: #E91E63;
}

.txt-err-hide {
    display: none;
}

.txt-errshow {
    display: block;
}

.info-add-time-td select {
    width: 100%;
    cursor: pointer;
    color: #505050 !important;
    border: 1px solid #BDBDBD;
    background: #fff;
    border-radius: 4px;
    padding: 8px 12px 8px 12px;
    margin-top: 4px;
}

.info-add-time-td select:focus{
    border-color: #007cc5;
    outline: none;
}

.select-label {
    margin-bottom: 4px;
    font-size: 14px;
    display: table-cell;
}

.must-add-info {
    padding-top: 8px;
    padding-left: 8px;
    font-size: 14px;
    color: #E31E5F;
    display: table-cell;
}

.add-info-result-hide{
    display: none;
}

.add-info-result{
    background-color: #ECEFF1;
    width: 250px;
    padding: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    max-height: 4.0em;
}

.add_info_link_div{
    color: #1565C0;
    cursor: pointer;
    margin-bottom: 8px;
    margin-left: 5px;
}

@media screen and (min-height: 800px){
    .notice-div {
        margin-top:100px !important;
    }
}

.notice-div{
    width: 381px;
    animation: showForm 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    border-radius: 2px 2px 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px -1px rgba(0, 0, 0, 0.1);
    height: 536px;
    margin: 0 auto;
    padding: 24px 24px 16px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.notice-subject{
    color: #323232;
    font-size:16px;
    font-weight: bold;
    padding-bottom: 16px;
    min-height: 24px;
}

.notice-body{
    color: #323232;
    font-size:14px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 16px 0px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.notice-body p{
    font-size:14px;
    margin: 0;
}

.notice-body a{
    font-size:14px !important;
    color: #066395 !important;
    text-decoration: none !important;
}

.notice-body a:hover {
    color: #0D496B !important;
}

.wap-inbox-icon-renderer {
    background-color: #F4F4F4;
}

.wap-inbox-icon-renderer-round {
    border-radius: 60px;
    background-clip: border-box;
    height: 112px;
    width: 112px;
    position: relative;
}

.wap-inbox-icon-renderer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wap-inbox-icon-renderer-round-icon.wap-icon-bullhorn {
    font-size: 48px;
    color: #BCBCBC;
}

.no-notification-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.no-notification-msg {
    color: #323232;
    font-size:14px;
    padding: 16px;
}

@media screen and (min-height: 800px){
    .image-div {
        margin-top:100px !important;
    }
}

.image-div{
    width: 381px;
    animation: showForm 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    border-radius: 2px 2px 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px -1px rgba(0, 0, 0, 0.1);
    height: 536px;
    margin: 0 auto;
    padding: 24px 24px 16px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.webtimerec-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  /* 中央寄せ */
    max-width: 100%;
    height: auto;
}

.no-image-msg {
    color: #BCBCBC;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
}
