:root {
    --lwc-fontFamily: "ＭＳ Ｐゴシック";
    --lwc-LoginBackgroundImage: ;
    --lwc-BackgroundColor: rgb(255, 255,255);
    --lwc-colorTextDefault: rgb(0, 0, 0);
    --lwc-borderRadiusMedium: 0.25rem;
    --lwc-spacingXLarge: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
hr {
    display: block;
    margin: 0 !important;
    border-top: 1px solid #D4D4D4;
    height: 1px;
    clear: both;
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none !important;
}
.w100per {
    width: 100% !important;
}
.w200px {
    width: 200px !important;
}
.h100p {
    height: 100px !important;
}
.identity-body, .identity-header, .identity-footer {
    background: var(--lwc-LoginBackgroundImage, url()) 50% 50%/cover no-repeat fixed var(--lwc-BackgroundColor, rgb(255, 255, 255));
    min-height: 100%;
    width: 98%;
    text-align: center;
    position: absolute;
    font-family: var(--lwc-fontFamily, Arial);
    align-items: center;
}
.identity-footer {
    position: static;
}
.header-panel {
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: auto;
    padding: 0 20px 5px 20px;
    border-bottom: 1px solid #D4D4D4;
}
.header-panel .header-logo {
    width: 50%;
    margin-top: 10px;
    -webkit-transition: width .3s ease, height .3s ease, margin-top .3s ease, opacity .2s ease;
    transition: width .3s ease, height .3s ease, margin-top .3s ease, opacity .2s ease;
}
.header-panel .header-logo:first-of-type {
    text-align: left;
}
.header-panel .header-logo:last-of-type {
    text-align: right;
}
.header-panel .header-logo a {
    text-decoration: none !important;
    box-sizing: border-box;
    transition: color 0.2s ease-in-out,background 0.2s ease-in-out,opacity 0.2s ease-in-out;
}
.header-panel .header-logo a img {
    height: 100%;
    vertical-align: top;
    border: 0;
}

.center-panel {
    text-align: left;
    min-width: 540px;
    max-width: 700px;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    display: inline-block;
    position: relative;
    font-family: var(--lwc-fontFamily, Arial);
    font-size: 14px;
    color: var(--lwc-colorTextDefault, #333);
    text-decoration: none;
    vertical-align: middle;
    z-index: 0;
    border: 1px solid #D4D4D4;
    border-radius: .25rem;
    padding: .25rem .5rem;
}
.center-panel .content-area {
    background-color: transparent;
    padding: 1rem 0 0 0;
}
.footer-panel {
    display: block;
    bottom: 0;
    width: 100%;
}
.widget-comp {
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-panel .footer {
    box-sizing: border-box;
    padding: 5px 10px;
    background-color: #fff;
}
.footer-panel .footer .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.footer-panel .footer .footer-inner .footer-logo {
    line-height: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    margin: 0;
    padding: 0;
}
.footer-panel .footer .footer-inner .footer-logo a {
    display: block;
}
.footer-panel .footer .footer-inner .footer-logo a:visited {
    color: inherit;
}
.footer-panel .footer .footer-inner .footer-logo a img {
    vertical-align: top;
    border: 0;
}
.footer-panel .footer .footer-inner .footer-nav {
    margin-bottom: 10px;
    padding-inline-start: 0;
}
.footer-panel .footer .footer-inner .footer-nav li {
    line-height: 1.2;
    position: relative;
    display: inline-block;
    margin-right: 12px;
}
.footer-panel .footer .footer-inner .footer-nav li:last-child {
    margin-right: 0;
}
.footer-panel .footer .footer-inner .footer-nav li:after {
    position: absolute;
    top: 50%;
    right: -8px;
    width: 1px;
    height: 12px;
    content: '';
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #000;
}
.footer-panel .footer .footer-inner .footer-nav li a {
    font-size: 12px;
    display: inline-block;
    padding-bottom: 6px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    text-decoration: none !important;
    color: var(--lwc-colorTextDefault, #000) !important;
}
.footer-panel .footer .footer-inner .footer-nav li a:hover {
    opacity: .6;
}
.footer-panel .footer .footer-inner p.copyright {
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    text-align: left;
}
.identity-body #overlay {
    display: none;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.4;
    z-index: 80000;
}
.identity-body #loader-overlay {
    display: none;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 80001;
}
.identity-body #loader {
    display: none;
    align-items: center;
    margin: auto;
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgb(166, 25, 46);
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
}
@keyframes l3 { to { transform: rotate(1turn) } }
.identity-body .wrap {
    display:flex;
    justify-content: center;
    flex-flow: column;
    min-height: 300px;
    text-align:center;
}
.identity-body .wrap.mypage {
    min-width: 600px;
}
.identity-body .content {
    padding: .25rem;
    margin: .5rem auto;
    width: 100%;
}
.identity-body .section {
    padding: .75rem .25rem;
    margin: .75rem auto;
    width: 100%;
    font-size: 16px;
    text-align: left;
    background-color: rgb(184, 178, 152);
    color: #ffffff;
}
.identity-body .grid {
    display: flex;
    margin-bottom: 0.75rem;
}
.identity-body .element {
    display: flex;
    padding: 0.5rem 0.25rem;
    width: 100%;
    flex-basis: 100%;
    border-bottom: rgb(229, 229, 229) 1px solid;
    position: relative;
    min-width: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
}
.identity-body .element > dt {
    width: 35%;
    text-align: left;
}
.identity-body .element.sns > dt {
    width: 45%;
}
.identity-body .element > dd {
    width: 65%;
    text-align: left;
    margin-inline-start: 4px;
    display: flex;
    align-items: center;
}
.identity-body .element.sns > dd {
    width: 55%;
}
.identity-body .element > dd > div:nth-of-type(1) {
    width: 70%;
}
.identity-body .element > dd > div:nth-of-type(2) {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
.identity-body .element-label {
    display: flex;
    align-items: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
}
.identity-body .element-control {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    clear: left;
    position: relative;
}
.identity-body .ui-button {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 16px;
    font-family: var(--lwc-fontFamily, Arial);
    font-weight: 700;
    line-height: 1.42857143;
    border-radius: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
}

.identity-body .ui-button.set-button {
    background: rgb(166, 25, 46);
    width: 72px;
    margin: 0;
    font-size:12px;
    padding: .25rem;
    height: fit-content;
}
.identity-body .ui-button.set-button:disabled {
    background: rgb(126, 127, 116);
    color: rgb(208, 211, 212);
}
.identity-body .ui-button.del-button {
    background: rgb(126, 127, 116);
    width: 72px;
    margin: 0;
    font-size: 12px;
    padding: .25rem;
}
.identity-body .ui-button.id-del-button {
    background-color: #f3f3f3;
    width: 180px;
    color: #747474;
    border: 1px solid #747474;
    font-size: 10px;
}
.identity-body .ui-button.cancel-button {
    background-color: #f3f3f3;
    width: 80px;
    margin: 0 0 0 .25rem;
    color: #747474;
    border: 1px solid #747474;
    font-size: 12px;
    padding: .25rem;
}
.identity-body .input-container {
    display: flex;
    width: 98%;
    align-items: center;
    padding: 4px 8px;
}
.identity-body .input-label {
    width: 30%;
    min-width: 120px;
    font-weight: 600;
    text-align: left;
}
.identity-body .required-mark {
    color:rgb(255, 0, 0);
}
.identity-body .input-box-container,
.identity-body .select-box-container {
    margin-bottom: 10px;
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 70%;
    min-width: 200px;
}
.identity-body .select-box-container {
    position: relative; 
}
.identity-body .input-box-container-small {
    margin-bottom: 10px;
    padding: 12px 1px 12px 1px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 34%;
    min-width: 50px;
}
.identity-body .select-box-container::before,
.identity-body .select-box-container::after {
    position: absolute;
    content: "";
    display: block;
    right: 1.2rem;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    pointer-events: none;
}
.identity-body .select-box-container::before {
    border-bottom: 5px solid;
    top: 38%;
}
.identity-body .select-box-container::after {
    border-top: 5px solid;
    top: 60%;
}
.identity-body .input-box {
    margin-left: 10px;
    margin-top: 3px;
    border: 0 solid transparent;
    width: 94%;
    -webkit-appearance: none;
    font-size: 16px;
    padding: 1px 2px;
    line-height: normal;
    min-height: unset;
    font-family: var(--lwc-fontFamily, Arial);
    outline: none;
    border-radius: var(--lwc-borderRadiusMedium, 0.25rem);
    transition: border 0.1s linear,background-color 0.1s linear;
    display: inline-block;
}
.identity-body .input-box:active, .input-box:focus {
    outline: 0;
    border-color: rgb(27, 150, 255);
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 3px #0176d3;
}
.identity-body .input-box-container-small .input-box {
    margin-left: 2px;
}
.identity-body .input-radio tr {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.identity-body .icon {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.identity-body a.move-top {
    color: var(--lwc-colorTextDefault, #333);;
}
.slds-select_container {
    position: relative;
}

/* project */
.identity-body .pj-list, .identity-body .pj-list ul, .identity-body .pj-edit-list, .identity-body .pj-edit-list ul {
    padding: 0;
}
.identity-body .pj-header {
    background: rgb(223, 220, 212);
}
.identity-body .pj-header li {
    border: none !important;
    padding: .25rem;
    font-weight: 600;
}
.identity-body .pj-header .pj-item-2 > ul > li, .slds-modal .pj-header .pj-item-2 > ul > li > ul > li {
    justify-content: center;
    padding: .25rem;
}
.identity-body .pj-list > li > ul, .identity-body .pj-edit-list > li > ul {
    display: flex;
}
.identity-body .pj-list > li > ul > li, .identity-body .pj-edit-list > li > ul >li {
    display: flex;
    border-top: rgb(229, 229, 229) 1px solid;
    border-left: rgb(229, 229, 229) 1px solid;
    border-bottom: rgb(229, 229, 229) 1px solid;
    border-collapse: collapse !important;
}
.identity-body .pj-list > li:nth-child(n+2) > ul > li, .identity-body .pj-edit-list > li:nth-child(n+2) > ul > li {
    display: flex;
    border-top: none;
}
.identity-body .pj-list > li > ul > li:last-of-type, .identity-body .pj-edit-list > li > ul > li:last-of-type {
    border-right: rgb(229, 229, 229) 1px solid;
}
.identity-body .pj-list > li > ul > li > ul, .identity-body .pj-edit-list > li > ul > li > ul {
    display: flex;
}
.identity-body .pj-item-1 {
    flex: 0.2;
    justify-content: center;
    align-items: center;
}
.identity-body .pj-item-2 {
    flex: 0.64;
    flex-direction: column;
}
.identity-body .pj-edit-list .pj-item-2 {
    flex: 0.80;
}
.slds-modal .pj-item-2 {
    flex: 0.84;
}
.identity-body .pj-item-2 > ul > li {
    display: flex;
    flex: 1;
    align-items: center;
    padding: .75rem .25rem;
    text-align: left;
    word-break: break-all;
}
.slds-modal .pj-item-2 > ul > li:nth-of-type(2) {
    padding: 0;
}
.identity-body .pj-item-2 > ul:nth-of-type(1) > li {
    border-bottom: rgb(229, 229, 229) 1px solid;
}
.slds-modal .pj-item-2 > ul:nth-of-type(1) > li {
    border-bottom: none;
}
.identity-body .pj-item-2 > ul:nth-of-type(2) > li:first-of-type, .slds-modal .pj-item-2 > ul:nth-of-type(1) > li:first-of-type {
    border-right: rgb(229, 229, 229) 1px solid;
}
.slds-modal .pj-item-2 > ul > li > ul {
    width: 100%;
}
.slds-modal .pj-item-2 > ul > li > ul > li {
    display: flex;
    padding: .75rem .25rem;
}
.slds-modal .pj-item-2 > ul > li > ul > li:first-of-type {
    border-bottom: rgb(229, 229, 229) 1px solid;
}
.identity-body .pj-item-3 {
    flex: 0.16;
}
.identity-body .pj-item-3 div {
    display: flex;
    align-items: center;
}
.identity-body .pj-buttons {
    width: 100%;
    justify-content: center;
    padding: .25rem 0;
}
.identity-body .pj-buttons > div {
    padding: 2px;
}
.identity-body .pj-edit-list .input-container .input-label {
    width: 6%;
    min-width: 24px;
}
.identity-body .pj-edit-list .input-container .input-box-container {
    width: 94%;
    margin-bottom: 0;
}
.identity-body .pj-buttons {
    flex-direction: column;
}
.identity-body .pj-buttons > div {
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .center-panel {
        min-width: unset;
        max-width: 390px;
    }
    .footer-panel .footer .footer-inner {
        display: block;
    }
    .footer-panel .footer .footer-inner p.copyright {
        text-align: center;
    }
    .isPc {
        display: none;
    }
    .salesforceIdentityLoginBody2 .cHeaderPane {
        position: inherit !important;
    }
    .salesforceIdentityLoginBody2 .cCenterPanel {
        position: initial !important;
        margin-top: 0 !important;
        margin-bottom: 20% !important;
    }
    .salesforceIdentityLoginBody2 .cFooterPanel {
        position: inherit !important;
    }
    .identity-body .wrap.mypage {
        min-width: unset !important;
    }
    .identity-body .input-box-container {
        min-width: 136px !important;
    }
    /* project */
    .identity-body .pj-header li {
        padding: 0.15rem !important;
    }
    .slds-modal .pj-item-2 {
        flex: 0.72;
    }
    .identity-body .pj-item-2 > ul {
        flex-direction: column;
    }
    .identity-body .pj-item-2 > ul:nth-of-type(2) > li:first-of-type, .slds-modal .pj-item-2 > ul:nth-of-type(1) > li:first-of-type {
        border-right: none;
        border-bottom: rgb(229, 229, 229) 1px solid;
    }
    .slds-modal .pj-item-3 {
        flex: 0.28;
    }
    .identity-body .pj-buttons > div:first-of-type > button {
        margin-bottom: .5rem !important;
    }
}