@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ul {
    list-style: none;
}

ul li,
dd {
    list-style-type: none;
}

ol {
    margin-left: 1rem;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
    display: block;
}

img {
    border: none;
    vertical-align: bottom;
}

a {
    cursor: pointer;
    text-decoration: none;
}

button {
    cursor: pointer;
}

input,
select,
textarea,
button,
label,
ol li,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 10px;
}

h1 {
    margin-bottom: 20px;
}

input:focus,
textarea:focus,
select:focus {
    border: 1px solid #e6e6e6;
    outline: none;
    background: #eee;
}

fieldset {
    border: none;
    padding: 0;
}

@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 800;
    src: url("fonts/NotoSansJP-ExtraBold.woff2") format("woff2");
}
/* gradation　*/
body {
    background-color: #dee0e1;
    font-family:
        "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro",
        serif;
    padding: 50px 0;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 16px;
    color: #211e1e;
    position: relative;
}

a {
    transition: opacity 0.3s ease;
    color: #04af5d;
}

a:hover {
    opacity: 0.7;
    color: #04af5d;
}

h1 {
    font-size: 25px;
    font-weight: 500;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="image"]) {
    margin-bottom: 2px;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    max-width: 515px;
}

input[type="radio"] {
    accent-color: #28a745;
}

textarea {
    width: 100%;
    min-height: 100px;
    line-height: 1.5;
}

.custom-select {
    position: relative;
    width: 250px;
}
.custom-select.w-auto {
    width: auto;
}

.custom-select select {
    width: 100%;
    height: 35px;
    padding: 8px 30px 8px 10px;
    border: 1px solid #ccc;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.custom-select::after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #707070;
    user-select: none;
}

.required {
    font-size: 13px;
    color: white;
    background-color: #04af5d;
    text-align: center;
    padding: 2px 10px;
    margin-left: 10px;
}

.error {
    border: 1px solid #f50f0f !important;
    background-color: #dee0e1 !important;
}

.no-wrap {
    white-space: nowrap;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.errorMsg {
    color: red;
    font-size: 0.9rem;
}

.c-block {
    text-align: center;
    display: block;
}

.block {
    display: block;
}

.link-bk {
    color: #211e1e;
}

.m-auto {
    margin: 20px auto;
}

.d-none {
    display: none !important;
}

.gra-line {
    border-bottom: 4px solid;
    border-image: linear-gradient(
        270deg,
        #61d6c8 0%,
        #46d383 22%,
        #46d383 37%,
        #42d17c 63%,
        #45cec0 80%,
        #48d2e0 100%
    )
    1;
    font-size: 23px;
    margin-bottom: 50px;
}

.gra-data {
    margin-bottom: 50px;
}

.gra-data dl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.gra-data dt {
    border-bottom: solid 1px #fff;
    width: 30%;
    margin-bottom: 0;
    padding: 20px;
    background: linear-gradient(
        270deg,
        #c4e7e6 0%,
        #b4e6d0 22%,
        #b6e8d1 37%,
        #b6e8d1 63%,
        #b4e6d0 80%,
        #c4e7e7 100%
    )
    no-repeat padding-box;
    display: flex;
    align-items: center;
}

.gra-data dd {
    width: 70%;
    padding: 20px;
    border-bottom: solid 1px;
    border-image: linear-gradient(
        90deg,
        #cce0f4 0%,
        #51a9e5 22%,
        #43adc2 37%,
        #22b573 63%,
        rgba(4, 175, 93, 0.9803921569) 80%,
        #04af5d 100%
    )
    1;
}

.red {
    color: #ff0000;
}

.black {
    color: #211e1e !important;
}

.orange {
    color: #f4a608 !important;
}

.warning-box {
    position: relative;
    padding: 4rem 2rem 2rem;
    background-color: #efefef;
    background-image: repeating-linear-gradient(
        45deg,
        #efaf3f 0 5px,
        #efefef 5px 10px
    );
    background-position: top;
    background-size: 100% 2rem;
    background-repeat: no-repeat;
}

.warning-box::before {
    position: absolute;
    top: 1rem;
    left: 50%;
    padding: 0.2rem 10px;
    transform: translateX(-50%);
    background-color: #f4a608;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    content: attr(data-title);
}

.warning-box ul {
    list-style: disc;
    padding-left: 1.5em;
}

.warning-box ul li {
    list-style: disc;
    display: list-item;
    margin-bottom: 15px;
    font-size: 15px;
}

/* span */
.red {
    color: #ff0000;
}

.bold {
    font-weight: bold;
}

.b500 {
    font-weight: 500;
}

/* indent */
.indent-1 {
    text-indent: -1em;
    padding-left: 1em;
}

.indent-20 {
    text-indent: -20px;
    padding-left: 20px;
}

/* ul ol */
.list-disc,
.list-circle {
    padding-left: 21px;
    margin-left: 0;
}

.list-disc li {
    list-style-type: disc;
}

.list-circle li {
    list-style-type: circle;
}

/* マージン */
.mT0 {
    margin-top: 0px !important;
}

.mT0-b {
    margin-top: 0px;
    display: block;
}

.mR0 {
    margin-right: 0px !important;
}

.mR0-b {
    margin-right: 0px;
    display: block;
}

.mB0 {
    margin-bottom: 0px !important;
}

.mB0-b {
    margin-bottom: 0px;
    display: block;
}

.mL0 {
    margin-left: 0px !important;
}

.mL0-b {
    margin-left: 0px;
    display: block;
}

.mT5 {
    margin-top: 5px !important;
}

.mT5-b {
    margin-top: 5px;
    display: block;
}

.mR5 {
    margin-right: 5px !important;
}

.mR5-b {
    margin-right: 5px;
    display: block;
}

.mB5 {
    margin-bottom: 5px !important;
}

.mB5-b {
    margin-bottom: 5px;
    display: block;
}

.mL5 {
    margin-left: 5px !important;
}

.mL5-b {
    margin-left: 5px;
    display: block;
}

.mT10 {
    margin-top: 10px !important;
}

.mT10-b {
    margin-top: 10px;
    display: block;
}

.mR10 {
    margin-right: 10px !important;
}

.mR10-b {
    margin-right: 10px;
    display: block;
}

.mB10 {
    margin-bottom: 10px !important;
}

.mB10-b {
    margin-bottom: 10px;
    display: block;
}

.mL10 {
    margin-left: 10px !important;
}

.mL10-b {
    margin-left: 10px;
    display: block;
}

.mT20 {
    margin-top: 20px !important;
}

.mT20-b {
    margin-top: 20px;
    display: block;
}

.mR20 {
    margin-right: 20px !important;
}

.mR20-b {
    margin-right: 20px;
    display: block;
}

.mB20 {
    margin-bottom: 20px !important;
}

.mB20-b {
    margin-bottom: 20px;
    display: block;
}

.mL20 {
    margin-left: 20px !important;
}

.mL20-b {
    margin-left: 20px;
    display: block;
}

.mT30 {
    margin-top: 30px !important;
}

.mT30-b {
    margin-top: 30px;
    display: block;
}

.mR30 {
    margin-right: 30px !important;
}

.mR30-b {
    margin-right: 30px;
    display: block;
}

.mB30 {
    margin-bottom: 30px !important;
}

.mB30-b {
    margin-bottom: 30px;
    display: block;
}

.mL30 {
    margin-left: 30px !important;
}

.mL30-b {
    margin-left: 30px;
    display: block;
}

.mT40 {
    margin-top: 40px !important;
}

.mT40-b {
    margin-top: 40px;
    display: block;
}

.mR40 {
    margin-right: 40px !important;
}

.mR40-b {
    margin-right: 40px;
    display: block;
}

.mB40 {
    margin-bottom: 40px !important;
}

.mB40-b {
    margin-bottom: 40px;
    display: block;
}

.mL40 {
    margin-left: 40px !important;
}

.mL40-b {
    margin-left: 40px;
    display: block;
}

.mT50 {
    margin-top: 50px !important;
}

.mT50-b {
    margin-top: 50px;
    display: block;
}

.mR50 {
    margin-right: 50px !important;
}

.mR50-b {
    margin-right: 50px;
    display: block;
}

.mB50 {
    margin-bottom: 50px !important;
}

.mB50-b {
    margin-bottom: 50px;
    display: block;
}

.mL50 {
    margin-left: 50px !important;
}

.mL50-b {
    margin-left: 50px;
    display: block;
}

.mT60 {
    margin-top: 60px !important;
}

.mT60-b {
    margin-top: 60px;
    display: block;
}

.mR60 {
    margin-right: 60px !important;
}

.mR60-b {
    margin-right: 60px;
    display: block;
}

.mB60 {
    margin-bottom: 60px !important;
}

.mB60-b {
    margin-bottom: 60px;
    display: block;
}

.mL60 {
    margin-left: 60px !important;
}

.mL60-b {
    margin-left: 60px;
    display: block;
}

.mT80 {
    margin-top: 80px !important;
}

.mT80-b {
    margin-top: 80px;
    display: block;
}

.mR80 {
    margin-right: 80px !important;
}

.mR80-b {
    margin-right: 80px;
    display: block;
}

.mB80 {
    margin-bottom: 80px !important;
}

.mB80-b {
    margin-bottom: 80px;
    display: block;
}

.mL80 {
    margin-left: 80px !important;
}

.mL80-b {
    margin-left: 80px;
    display: block;
}

.mT100 {
    margin-top: 100px !important;
}

.mT100-b {
    margin-top: 100px;
    display: block;
}

.mR100 {
    margin-right: 100px !important;
}

.mR100-b {
    margin-right: 100px;
    display: block;
}

.mB100 {
    margin-bottom: 100px !important;
}

.mB100-b {
    margin-bottom: 100px;
    display: block;
}

.mL100 {
    margin-left: 100px !important;
}

.mL100-b {
    margin-left: 100px;
    display: block;
}

.pT0 {
    padding-top: 0px;
}

.pR0 {
    padding-right: 0px;
}

.pB0 {
    padding-bottom: 0px;
}

.pL0 {
    padding-left: 0px;
}

.pT5 {
    padding-top: 5px;
}

.pR5 {
    padding-right: 5px;
}

.pB5 {
    padding-bottom: 5px;
}

.pL5 {
    padding-left: 5px;
}

.pT10 {
    padding-top: 10px;
}

.pR10 {
    padding-right: 10px;
}

.pB10 {
    padding-bottom: 10px;
}

.pL10 {
    padding-left: 10px;
}

.pT20 {
    padding-top: 20px;
}

.pR20 {
    padding-right: 20px;
}

.pB20 {
    padding-bottom: 20px;
}

.pL20 {
    padding-left: 20px;
}

.pT30 {
    padding-top: 30px;
}

.pR30 {
    padding-right: 30px;
}

.pB30 {
    padding-bottom: 30px;
}

.pL30 {
    padding-left: 30px;
}

.pT40 {
    padding-top: 40px;
}

.pR40 {
    padding-right: 40px;
}

.pB40 {
    padding-bottom: 40px;
}

.pL40 {
    padding-left: 40px;
}

.pT50 {
    padding-top: 50px;
}

.pR50 {
    padding-right: 50px;
}

.pB50 {
    padding-bottom: 50px;
}

.pL50 {
    padding-left: 50px;
}

.pT60 {
    padding-top: 60px;
}

.pR60 {
    padding-right: 60px;
}

.pB60 {
    padding-bottom: 60px;
}

.pL60 {
    padding-left: 60px;
}

.pT80 {
    padding-top: 80px;
}

.pR80 {
    padding-right: 80px;
}

.pB80 {
    padding-bottom: 80px;
}

.pL80 {
    padding-left: 80px;
}

.pT100 {
    padding-top: 100px;
}

.pR100 {
    padding-right: 100px;
}

.pB100 {
    padding-bottom: 100px;
}

.pL100 {
    padding-left: 100px;
}

.w150 {
    width: 150px !important;
}

/* フォントサイズ */
.fs20 {
    font-size: 20px;
}

/* フレックスボックス */
.row-layout {
    display: flex;
}
.row-layout.align-center {
    align-items: center;
}
.row-layout.end {
    align-items: end;
}
.row-layout.gap-0 {
    gap: 0px;
}
.row-layout.gap-5 {
    gap: 5px;
}
.row-layout.gap-10 {
    gap: 10px;
}
.row-layout.gap-20 {
    gap: 20px;
}
.row-layout.gap-30 {
    gap: 30px;
}
.row-layout.gap-40 {
    gap: 40px;
}
.row-layout.gap-50 {
    gap: 50px;
}
.row-layout.gap-60 {
    gap: 60px;
}
.row-layout.gap-80 {
    gap: 80px;
}
.row-layout.gap-100 {
    gap: 100px;
}
.row-layout.space-btw {
    justify-content: space-between;
}
.row-layout.jc-center {
    justify-content: center;
}
.row-layout.flex-col {
    flex-direction: column;
}
.row-layout.wrap {
    flex-wrap: wrap;
}
.row-layout .flex-50 {
    flex: 1 1 50%;
}

#Pannel,
#registerPannel {
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1607843137);
    padding: 55px;
    margin: 0 auto;
}
#Pannel.jcan-apply-s,
#registerPannel.jcan-apply-s {
    max-width: 500px;
}
#Pannel.w500,
#registerPannel.w500 {
    max-width: 500px;
}
#Pannel.w1000,
#registerPannel.w1000 {
    max-width: 1000px;
}
@media (max-width: 1000px) {
    #Pannel.w1000,
    #registerPannel.w1000 {
        width: 80%;
    }
}
#Pannel h2,
#registerPannel h2 {
    position: relative;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 8px;
    width: 100%;
    font-weight: 500;
}
#Pannel h2::after,
#registerPannel h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        #cce0f4 0%,
        #51a9e5 22%,
        #43adc2 37%,
        #22b573 63%,
        rgba(4, 175, 93, 0.98) 80%,
        #04af5d 100%
    );
}
#Pannel h3,
#registerPannel h3 {
    font-size: 18px;
    font-weight: 500;
}
#Pannel .mail,
#registerPannel .mail {
    width: 130px;
}

#registerPannel h2 {
    font-size: 24px;
}
#registerPannel h2::after {
    content: none;
}

/* 幅 */
.w400 {
    max-width: 400px;
}

.w420 {
    width: 420px !important;
}

.w400-beside {
    width: 440px;
}

/* 画面幅 */
@media (max-width: 1000px) {
    .w1000-col {
        flex-direction: column !important;
    }
}
/* ツールチップ */
.question {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: linear-gradient(
        270deg,
        #92c8f4 0%,
        #51a9e5 22%,
        #43adc2 37%,
        #22b573 63%,
        rgba(4, 175, 93, 0.9803921569) 80%,
        #04af5d 100%
    );
    border-radius: 50%;
    color: white;
    font-size: 20px;
}
.question .tooltip-box {
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: black;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    width: 300px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
}
.question .tooltip-box::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}
.question .tooltip-box .tooltip-close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #666;
    border-radius: 50%;
    cursor: pointer;
}
.question .tooltip-box .tooltip-close::before,
.question .tooltip-box .tooltip-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background-color: white;
    transform-origin: center;
}
.question .tooltip-box .tooltip-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.question .tooltip-box .tooltip-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.question.visible .tooltip-box {
    opacity: 1;
    pointer-events: auto;
}

/* accordion */
.accordion-arrow {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.accordion-content {
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
}

.accordion-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.accordion-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #4a4a4a;
    border-top: 2px solid #4a4a4a;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
}

.accordion-toggle.open::after {
    transform: rotate(-45deg);
    margin-top: 5px;
}

/* idDocument-accordion */
#idDocument .accordion-toggle {
    background: #dce0e2;
    padding: 15px;
    position: relative;
    cursor: pointer;
    width: 100%;
    color: #211e1e;
}
#idDocument .accordion-toggle:hover {
    color: #211e1e;
}
#idDocument .accordion-toggle::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background:
        linear-gradient(#707070, #707070) center/100% 2px no-repeat,
        linear-gradient(#707070, #707070) center/2px 100% no-repeat;
    border: none;
}
#idDocument .accordion-toggle.open::after {
    background: linear-gradient(#707070, #707070) center/100% 2px no-repeat;
    margin-top: 0;
}
#idDocument .accordion-content {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 10px;
}
#idDocument .accordion-item {
    margin-bottom: 15px;
}
#idDocument p {
    margin-bottom: 0;
}

/* loading */
.spinner {
    width: 75px;
    height: 75px;
    animation: spin 1s linear infinite;
    transform-origin: center center;
}

.certcenter-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    min-width: 300px;
    max-width: calc(100% - 40px);
    padding: 24px 32px;
    text-align: center;
    background: rgba(255, 255, 255, 0.96);
    border: 2px solid #04af5d;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.certcenter-loading p {
    margin: 0 0 16px 0;
    color: #211e1e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
}

.certcenter-loading .spinner {
    width: 75px;
    height: 75px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* dragArea */
body:not(.admin) #dragArea {
    margin-top: 20px;
    width: 100%;
    height: 300px;
    display: table;
    text-align: center;
    position: relative;
}
body:not(.admin) #dragArea.drag-msg::before {
    content: "ドラッグ＆ドロップ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    font-size: 16px;
    pointer-events: none;
    white-space: nowrap;
}
body:not(.admin) #dragArea:not(.sign-drop) p {
    display: table-cell;
    vertical-align: middle;
    color: transparent;
}
body:not(.admin) #dragArea.error {
    background: #fff !important;
}

.dragOver {
    border: solid 1px #333333;
}

#identDocPane #dragArea {
    border: 1px solid #707070;
    height: 200px;
    font-size: 14px;
}

table#identDocList {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

table#identDocList th.identDocFileName {
    width: 250px;
}

table#identDocList th.identDocSize {
    width: 100px;
}

table#identDocList th {
    background-color: #dce0e2;
    border-right: solid 1px #ffffff;
    font-size: 12px;
    padding: 5px;
    font-weight: 400;
}

table#identDocList td {
    background: #f5f5f5;
    border-right: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    text-align: center;
    padding: 5px;
}

table#identDocList td a {
    color: #04af5d;
}

/* Certificate Center document upload */
.certcenter-doc-drop {
    border: 2px dashed #c00000;
    background: #fff8f8;
    padding: 16px;
    min-height: 110px;
    line-height: 1.7;
}

.certcenter-doc-drop p {
    margin: 0 0 14px 0;
    font-weight: 700;
}

.certcenter-ident-doc-list {
    width: 100%;
    margin-top: 10px;
    border-collapse: separate;
    border-spacing: 0 6px;
}

.certcenter-ident-doc-list th {
    padding: 8px 10px;
    background: #f1e7e7;
    border-right: 2px solid #ffffff;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
}

.certcenter-ident-doc-list td {
    padding: 10px;
    background: #ffffff;
    border-top: 1px solid #f0dada;
    border-bottom: 1px solid #f0dada;
    vertical-align: middle;
    line-height: 1.6;
}

.certcenter-ident-doc-list td.numeric {
    white-space: nowrap;
    text-align: right;
}

.certcenter-delete-doc-button {
    display: inline-block;
    min-width: 64px;
    padding: 5px 12px;
    border: 1px solid #c00000;
    border-radius: 5px;
    background: #ffffff;
    color: #c00000 !important;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

.certcenter-delete-doc-button:hover {
    background: #c00000;
    color: #ffffff !important;
}

/* field-accordion */
.f-acc-checknone-content {
    max-height: 2000px;
    opacity: 1;
    transition:
        max-height 0.3s ease,
        opacity 0.5s ease;
}

.f-acc-checknone-content.close {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

/* 職業選択アコーディオン */
#licenseField {
    display: none;
}

/* modal */
.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: #ffffff;
    text-align: center;
    width: 80%;
    max-width: 900px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.modal.b-size {
    max-width: none;
    top: 50px;
    left: auto;
    transform: none;
    width: 90%;
}
.modal.cert-chain {
    max-width: 600px;
    height: 80%;
}
.modal .modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 45px;
    height: 45px;
    background-color: #707070;
    border-radius: 50%;
    cursor: pointer;
}
.modal .modal-close::before,
.modal .modal-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23px;
    height: 3px;
    background-color: white;
    transform-origin: center;
}
.modal .modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .title {
    display: table;
    width: 100%;
    background: linear-gradient(
        270deg,
        #cce0f4 0%,
        #51a9e5 22%,
        #43adc2 37%,
        #22b573 63%,
        rgba(4, 175, 93, 0.98) 80%,
        #04af5d 100%
    );
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-origin: padding-box;
    color: #fff;
    font-size: 32px;
    padding: 3% 15%;
}
.modal .modal-detail {
    padding: 5% 20%;
}
.modal .modal-detail .sub-title {
    font-size: 24px;
    font-weight: 500;
}
.modal .modal-detail .data {
    font-size: 45px;
    font-weight: 500;
}
.modal .modal-detail .message {
    text-align: left;
}
.modal .modal-detail.pad5 {
    padding: 5%;
}
.modal .modal-detail.cert-chain {
    overflow: hidden;
    height: 100%;
    padding: 0;
}
.modal .modal-detail.cert-chain pre {
    overflow-y: auto;
    text-align: left;
    height: 85%;
    max-height: 85%;
    padding: 5%;
}

.btn-ora,
.btn-green {
    position: relative;
    transition: opacity 0.3s ease-in-out;
    padding: 10px 30px;
    text-align: center;
    color: #fff !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 300px;
    height: 60px;
    cursor: pointer;
}
.btn-ora:hover,
.btn-green:hover {
    opacity: 0.7;
    text-decoration: none !important;
}
.btn-ora a:hover,
.btn-green a:hover {
    text-decoration: none !important;
}
.btn-ora::after,
.btn-green::after {
    content: "";
    position: absolute;
    top: 42%;
    right: 13px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.btn-ora::before,
.btn-green::before {
    content: "";
    position: absolute;
    top: 42%;
    right: 21px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.btn-green {
    background: linear-gradient(
        270deg,
        #92c8f4 0%,
        #51a9e5 22%,
        #43adc2 37%,
        #22b573 63%,
        rgba(4, 175, 93, 0.9803921569) 80%,
        #04af5d 100%
    );
}
.btn-green.mw150 {
    width: 150px;
    min-width: 150px !important;
}
.btn-green.btn-s {
    padding: 5px 30px;
    height: auto;
    width: auto;
}
.btn-green.btn-s::after {
    right: 8px;
    width: 7px;
    height: 7px;
}
.btn-green.btn-s::before {
    right: 15px;
    width: 7px;
    height: 7px;
}
.btn-green.btn-s.search {
    position: relative;
}
.btn-green.btn-s.search::before {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    box-sizing: border-box;
    right: 6px;
    top: 9px;
}
.btn-green.btn-s.search::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 2px;
    background-color: #fff;
    top: 20px;
    right: 3px;
    transform: rotate(45deg);
    transform-origin: top left;
    border: none;
}

.btn-ora {
    background: linear-gradient(
        300deg,
        #f4f3cc 0%,
        #e5d151 22%,
        #f6bd66 37%,
        #ec9256 63%,
        rgba(230, 136, 12, 0.9803921569) 80%,
        #eb6a07 100%
    );
}
.btn-ora.mw150 {
    width: 150px;
    min-width: 150px !important;
}

.green-gra {
    background: linear-gradient(
        270deg,
        #cce0f4 0%,
        #51a9e5 22%,
        #43adc2 37%,
        #22b573 63%,
        rgba(4, 175, 93, 0.9803921569) 80%,
        #04af5d 100%
    )
    no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

/* login header-footer */
.setting {
    background: linear-gradient(
        270deg,
        rgba(97, 214, 200, 0.5) 0%,
        rgba(70, 211, 131, 0.5) 22%,
        rgba(70, 211, 131, 0.5) 37%,
        rgba(66, 209, 124, 0.5) 63%,
        rgba(69, 206, 192, 0.5) 80%,
        rgba(72, 210, 224, 0.5) 100%
    );
    display: block;
}

.setting #outerBlock {
    margin-bottom: 0;
}

header {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 50px;
    left: 70px;
    min-height: calc(100vh - 100px);
    box-shadow: 0 4px 12px rgba(102, 102, 153, 0.3);
    padding: 50px 0 20px;
    width: 280px;
}

header h1 {
    font-size: 28px;
}

#menuBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
    flex-wrap: nowrap;
    min-height: calc(100vh - 260px);
    position: relative;
}

#topMenu {
    list-style: none;
    padding: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#bottomMenu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: auto;
}

#bottomMenu li {
    padding: 0 50px;
}

#topMenu li.menu-section {
    padding: 15px 50px;
}

#topMenu li.menu-section span,
nav#menuBlock #topMenu li.menu-section a {
    display: flex;
    align-items: center;
    color: #4a4a4a;
    font-weight: 700;
}

#topMenu li.menu-section-trust .menu-icon {
    display: none;
}

#topMenu li.menu-section-trust span::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2024%2024%22%3E%3Cg%20fill=%22none%22%20stroke=%22%23939393%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20d=%22M7%203.5h7.5L19%208v12.5H7z%22/%3E%3Cpath%20d=%22M14.5%203.5V8H19%22/%3E%3Cpath%20d=%22M9.5%2014l2%202%204-5%22/%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: '';
    display: inline-block;
    flex: 0 0 auto;
    height: 24px;
    margin-right: 8px;
    width: 24px;
}

#topMenu li.sign-service-menu {
    padding: 8px 26px 8px 74px;
}

#topMenu li.sign-service-manual-menu a.menu-manual-link::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2024%2024%22%3E%3Cg%20fill=%22none%22%20stroke=%22%23939393%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20d=%22M6%204.5h8.8L18%207.7v11.8H6z%22/%3E%3Cpath%20d=%22M14.8%204.5v3.2H18%22/%3E%3Cpath%20d=%22M9%2010.5h6%22/%3E%3Cpath%20d=%22M9%2013.5h6%22/%3E%3Cpath%20d=%22M9%2016.5h3.8%22/%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: '';
    display: inline-block;
    flex: 0 0 auto;
    height: 24px;
    margin-right: 8px;
    width: 24px;
}

nav#menuBlock #bottomMenu li a {
    display: block;
    padding: 10px;
    text-align: left;
    color: #4a4a4a;
}

header .accordion-content li {
    padding: 6px 0 6px 12px !important;
}

header .accordion-content li a {
    color: #4a4a4a;
    line-height: 22px;
}

#topMenu li {
    padding: 15px 50px;
}

nav#menuBlock #topMenu li a {
    display: flex;
    align-items: center;
    color: #4a4a4a;
}

.menu-item a {
    text-decoration: none;
    position: relative;
}
.menu-item .menu-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

nav#menuBlock #topMenu li.trust-contract-sub-menu {
    padding: 8px 26px 8px 74px !important;
}

nav#menuBlock #topMenu li.trust-contract-sub-menu a {
    font-size: inherit !important;
    line-height: inherit;
}

nav#menuBlock #topMenu li.trust-contract-sub-menu a::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: '';
    display: inline-block;
    flex: 0 0 auto;
    height: 24px;
    margin-right: 8px;
    width: 24px;
}

nav#menuBlock #topMenu li.trust-contract-sub-menu a[href="/trustcontractidentity"]::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2024%2024%22%3E%3Cg%20fill=%22none%22%20stroke=%22%23939393%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Crect%20x=%223.5%22%20y=%225.5%22%20width=%2217%22%20height=%2213%22%20rx=%222%22/%3E%3Ccircle%20cx=%228.5%22%20cy=%2211%22%20r=%222%22/%3E%3Cpath%20d=%22M5.5%2016c.8-2.1%205.2-2.1%206%200%22/%3E%3Cpath%20d=%22M13.5%2010h4.5%22/%3E%3Cpath%20d=%22M13.5%2014h3%22/%3E%3Cpath%20d=%22M17.2%2016.2l1.1%201.1%202.2-2.5%22/%3E%3C/g%3E%3C/svg%3E");
}

nav#menuBlock #topMenu li.trust-contract-sub-menu a[href="/trustcontract"]::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2024%2024%22%3E%3Cg%20fill=%22none%22%20stroke=%22%23939393%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20d=%22M3.5%208.5h6l2%202h9v8.5h-17z%22/%3E%3Cpath%20d=%22M3.5%208.5V6.5h5.2l1.7%202%22/%3E%3Ccircle%20cx=%2213.5%22%20cy=%2214.2%22%20r=%221.6%22/%3E%3Ccircle%20cx=%2217.8%22%20cy=%2214.2%22%20r=%221.6%22/%3E%3Cpath%20d=%22M10.8%2018c.9-2%204.5-2%205.4%200%22/%3E%3Cpath%20d=%22M15.4%2018c.7-1.4%203.2-1.4%203.9%200%22/%3E%3C/g%3E%3C/svg%3E");
}


.menu-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}


#topMenu li.active {
    background-color: #e7eaec;
    color: #211e1e;
}

#topMenu li.active a {
    color: #211e1e;
}

.menu-item {
    padding: 15px 0 !important;
}

.menu-item .accordion-toggle {
    padding: 15px 50px !important;
}

.menu-item.sign-service-accordion {
    padding: 0 !important;
}

.menu-item.sign-service-accordion .accordion-toggle {
    padding: 9px 26px 9px 74px !important;
}

.menu-item .accordion-content {
    padding: 0 !important;
}

.menu-item .accordion-content li {
    padding: 15px 83px !important;
}

.menu-item.sign-service-accordion .accordion-content li {
    padding: 7px 26px 7px 107px !important;
    text-align: left;
}

#headerBlock,
.inner-wrap,
footer {
    width: calc(100% - 420px);
    margin-left: auto;
    margin-right: 70px;
}

/* login footer */
footer {
    background: #fff;
    box-shadow: 0 4px 12px rgba(102, 102, 153, 0.3);
}
footer a {
    color: #211e1e;
}

.footer-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 45px;
    font-size: 14px;
}
@media (max-width: 1100px) {
    .footer-inner {
        flex-direction: column-reverse;
    }
}

.footer-inner ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
}

footer .logo {
    width: 181px;
}
@media (max-width: 1100px) {
    footer .logo {
        margin-bottom: 10px;
    }
}

.copyright {
    background: #04af5d;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

/* login */
#loginPannel {
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1607843137);
    padding: 55px;
    width: 500px;
}

#loginPannel .logo-top {
    width: 230px;
    margin-bottom: 10px;
}

#loginPannel h1.green-gra {
    font-size: 35px;
}

.password-wrapper {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 20px;
}

#loginPassword {
    width: 100%;
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.toggle-password img {
    width: 30px;
}

form[name="SiteSealReference"] input {
    width: auto;
}

/* login headerBlock */
#headerBlock {
    background: linear-gradient(
        270deg,
        #61d6c8 0%,
        #46d383 22%,
        #46d383 37%,
        #42d17c 63%,
        #45cec0 80%,
        #48d2e0 100%
    );
    position: fixed;
    height: auto;
    top: 50px;
    left: 350px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 999;
}

.inner-wrap {
    background: rgba(255, 255, 255, 0.8);
    padding: 100px 50px 50px;
}
@media (max-width: 1300px) {
    .inner-wrap {
        padding: 120px 50px 50px;
    }
}

.cert-inner {
    width: calc(100% - 115px);
}

#applyBlock {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
}

#applyBlock .certificate-center-label {
    min-width: 250px;
    color: #211e1e;
    padding: 10px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: 700;
}

#applyBlock a {
    width: 230px;
    color: #211e1e;
    padding: 10px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

#applyBlock a.certificate-center-link {
    width: 190px;
}

#applyBlock a:hover {
    background: rgba(255, 255, 255, 0.2);
}

#certBlock,
#certBlock-del,
#certBlock-up {
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    height: auto;
    padding: 10px 30px;
}

#certBlock .box,
#certBlock-del .box,
#certBlock-up .box {
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 20px;
    box-shadow: 0 4px 12px rgba(102, 102, 153, 0.3);
    position: relative;
    min-width: 250px;
}
#certBlock .box::before,
#certBlock-del .box::before,
#certBlock-up .box::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent
    linear-gradient(180deg, #7ad2ea 0%, #81daef 51%, #5ed39b 100%) no-repeat
    padding-box;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
}

#certBlock a,
#certBlock-del a,
#certBlock-up a {
    background: #ebebe5;
    font-size: 14px;
    padding: 2px 23px;
    display: block;
    color: #4a4a4a;
    position: relative;
    font-weight: 500;
}
#certBlock a::after,
#certBlock-del a::after,
#certBlock-up a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #4a4a4a;
    border-right: 2px solid #4a4a4a;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

#certBlock #uploadCertButton,
#certBlock-up #uploadCertButton {
    color: #22b573;
}
#certBlock #uploadCertButton::after,
#certBlock-up #uploadCertButton::after {
    border-top: 2px solid #22b573;
    border-right: 2px solid #22b573;
}

#nameBlock {
    position: absolute;
    right: 15px;
    text-align: center;
}

#nameBlock .accordion-toggle {
    color: #211e1e;
    line-height: 1;
    font-size: 15px;
}

#nameBlock .accordion-toggle::after {
    border-right: 2px solid #211e1e;
    border-top: 2px solid #211e1e;
    margin-left: 5px;
}

#nameBlock .accordion-content {
    background: #fff;
    text-align: left;
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(102, 102, 153, 0.3);
    position: absolute;
    right: 0;
    width: 250px;
}

#nameBlock .accordion-content li {
    border-bottom: 1px solid #cecece;
    padding: 10px 50px 10px 20px;
}
#nameBlock .accordion-content li a {
    color: #211e1e;
}
#nameBlock .accordion-content li:last-child {
    border-bottom: none;
}

#nameBlock img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

/* confirm */
#confirm dt {
    background: #e7e8ee;
    padding: 10px 20px;
}

#confirm dd {
    padding: 10px 20px;
}

/* verify＆sign */
.verify {
    background: linear-gradient(
        270deg,
        rgba(97, 214, 200, 0.5) 0%,
        rgba(70, 211, 131, 0.5) 22%,
        rgba(70, 211, 131, 0.5) 37%,
        rgba(66, 209, 124, 0.5) 63%,
        rgba(69, 206, 192, 0.5) 80%,
        rgba(72, 210, 224, 0.5) 100%
    );
    display: block;
    padding: 50px 5%;
}
.verify .inner-wrap {
    position: static;
    margin: 0;
    width: 100%;
    padding: 5%;
}
.verify .inner-wrap #headerBlock {
    position: static;
    margin: 0;
    width: 100%;
    background: none;
}
.verify .inner-wrap #headerBlock #titleBlock {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    position: relative;
}
.verify .inner-wrap #headerBlock #titleBlock::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
        90deg,
        #cce0f4 0%,
        #51a9e5 22%,
        #43adc2 37%,
        #22b573 63%,
        rgba(4, 175, 93, 0.98) 80%,
        #04af5d 100%
    );
}
.verify .inner-wrap #headerBlock #titleBlock .lang-switch {
    font-size: 18px;
}
.verify footer {
    position: static;
    margin: 0;
    width: 100%;
}

#verifyDragArea,
#dragArea.sign-drop {
    margin-top: 20px;
    margin-bottom: 5px;
    width: 100%;
    min-height: 340px;
    background-color: #e2e4e5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 20px;
    height: auto;
}
#verifyDragArea.drop-border,
#dragArea.sign-drop.drop-border {
    color: #353535;
    outline: 2px dashed #b4b4b4;
    outline-offset: -20px;
}
#verifyDragArea p,
#dragArea.sign-drop p {
    color: #939393;
    font-size: 18px;
}
#verifyDragArea img,
#dragArea.sign-drop img {
    width: 75px;
}

#signResult h2 {
    position: relative;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 8px;
    width: 100%;
    font-weight: 500;
    text-align: center;
}
#signResult h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        #cce0f4 0%,
        #51a9e5 22%,
        #43adc2 37%,
        #22b573 63%,
        rgba(4, 175, 93, 0.98) 80%,
        #04af5d 100%
    );
}
#signResult .no-sign {
    text-align: center;
    font-weight: 500;
}
#signResult .status-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    padding-right: 10px;
}
#signResult .status-mark img {
    width: 100%;
    min-width: 150px;
}
#signResult .data {
    width: 80%;
}
#signResult .data th {
    border-bottom: solid 1px #fff;
    width: 20%;
    margin-bottom: 0;
    padding: 10px 20px;
    background: linear-gradient(
        270deg,
        #c4e7e6 0%,
        #b4e6d0 22%,
        #b6e8d1 37%,
        #b6e8d1 63%,
        #b4e6d0 80%,
        #c4e7e7 100%
    )
    no-repeat padding-box;
    min-width: 200px;
    vertical-align: middle;
    text-align: left;
    font-weight: 500;
}
#signResult .data td {
    padding: 10px 20px;
    border-bottom: solid 1px;
    border-image: linear-gradient(
        90deg,
        #cce0f4 0%,
        #51a9e5 22%,
        #43adc2 37%,
        #22b573 63%,
        rgba(4, 175, 93, 0.9803921569) 80%,
        #04af5d 100%
    )
    1;
    vertical-align: middle;
}
#signResult .data .line {
    border-bottom: solid 1px;
    border-image: linear-gradient(
        90deg,
        #cce0f4 0%,
        #51a9e5 22%,
        #43adc2 37%,
        #22b573 63%,
        rgba(4, 175, 93, 0.9803921569) 80%,
        #04af5d 100%
    )
    1;
}
#signResult .data .v-line {
    border-right: solid 1px;
    border-image: linear-gradient(
        180deg,
        #cce0f4 0%,
        #51a9e5 22%,
        #43adc2 37%,
        #22b573 63%,
        rgba(4, 175, 93, 0.9803921569) 80%,
        #04af5d 100%
    )
    1;
}
#signResult .data .status {
    padding: 0;
}
#signResult .data .status p {
    padding: 10px 20px;
    margin: 0;
}
#signResult .data .w200 {
    width: 200px;
}
#signResult .data .corp-no {
    width: 30px;
    margin-right: 10px;
}
#signResult .data .corp-no-en {
    width: 70px;
    margin-right: 10px;
}
#signResult .data .h50 {
    height: 50px;
}

/* cloud */
#cloud .postcode_block {
    align-items: baseline;
}

#cloud .postcode {
    width: 340px;
}

#cloud .resultsBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
}

#cloud .resultsBlock .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

#cloud .resultsBlock .item01 {
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 20px;
    box-shadow: 0 4px 12px rgba(102, 102, 153, 0.3);
    position: relative;
    min-width: 250px;
    font-size: 16px;
}

#cloud .resultsBlock .item01::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent
    linear-gradient(180deg, #7ad2ea 0%, #81daef 51%, #5ed39b 100%) no-repeat
    padding-box;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
}

#cloud .resultsBlock .item02 {
    position: relative;
    font-size: 14px;
    background: linear-gradient(
        300deg,
        #f4f3cc 0%,
        #e5d151 22%,
        #f6bd66 37%,
        #ec9256 63%,
        rgba(230, 136, 12, 0.9803921569) 80%,
        #eb6a07 100%
    );
    color: #fff;
    padding: 2px 30px;
    margin-bottom: 0;
}

#cloud .resultsBlock .item02::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#cloud .results_list {
    width: 100%;
    border-collapse: collapse;
}

#cloud .results_list th {
    background-color: #5cafe8;
    color: #fff;
    font-weight: normal;
    padding: 5px 0;
    border-right: 2px solid #5cafe8;
}

#cloud .results_list td {
    color: #000;
    text-align: center;
    padding: 5px;
    border-right: 2px solid #fff;
    background-color: rgba(220, 225, 227, 0.8);
}

#cloud .results_list td:last-child {
    border: none;
}

#cloud .results_list td:nth-of-type(1) {
    color: #5cafe8;
    text-align: left;
    padding-left: 20px;
}

#cloud .results_list tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, 0);
}

#cloud .results_list tr td .icon {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

#cloud .results_list tr td.tdCN .icon {
    margin-right: 8px;
}

#cloud .results_list tr.waiting td:nth-of-type(1) {
    color: #000;
}

#cloud .results_list tr.waiting td:nth-of-type(4) {
    color: #ff0000;
}

#cloud .Button_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 50px;
}

.a-btn {
    display: inline-block;
    line-height: 1;
}

.btn-small {
    min-width: 244px !important;
    height: 42px;
}
.btn-small::after {
    display: none;
}
.btn-small::before {
    top: 35%;
}

.btn-gray {
    min-width: 104px;
    height: 42px;
    position: relative;
    transition: opacity 0.3s ease-in-out;
    padding: 20px 50px;
    text-align: center;
    color: #707070;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    background: #ebebe5;
    cursor: pointer;
}
.btn-gray.font-white {
    background-color: rgba(187, 185, 185, 0.5);
    color: #ffffff;
}
.btn-gray.font-white::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.btn-gray.btn-deep-gray {
    background-color: #707070;
    color: #ffffff;
}
.btn-gray.btn-deep-gray::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.btn-gray::before {
    content: "";
    position: absolute;
    top: 35%;
    right: 21px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
}

.file-upload {
    display: inline-block;
}

.inline-b {
    display: inline-block;
}

.btn-ellipse {
    border-radius: 27px;
    height: 42px;
    margin-bottom: 10px;
    position: relative;
    transition: opacity 0.3s ease-in-out;
    padding: 20px 50px;
    text-align: center;
    color: #fff !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 250px;
    cursor: pointer;
    background: linear-gradient(
        270deg,
        #61d6c8 0%,
        #46d383 22%,
        #46d383 37%,
        #42d17c 63%,
        #45cec0 80%,
        #48d2e0 100%
    )
    0% 0% no-repeat padding-box;
}
.btn-ellipse::before {
    content: "";
    position: absolute;
    top: 35%;
    right: 21px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.file-input {
    display: none;
}

.check-center {
    text-align: center;
}
.check-center [type="checkbox"] {
    scale: 1.2;
}
.check-center span {
    font-size: 18px;
}

.h2-icon-style {
    line-height: 1.2;
}
.h2-icon-style img {
    width: 32px;
    vertical-align: bottom;
    margin-right: 10px;
}
.h2-icon-style::after {
    display: none;
}

.mB70 {
    margin-bottom: 70px;
}

.note {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0;
}

.timeStamp-label {
    width: 275px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.timeStamp-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.timeStamp-content.open {
    height: auto !important;
    overflow: visible;
}

#autoTsWrapper .accordion-toggle {
    background: #dce0e2;
    padding: 15px;
    position: relative;
    cursor: pointer;
    width: 100%;
    color: #211e1e;
}

#autoTsWrapper .accordion-toggle:hover {
    color: #211e1e;
}

#autoTsWrapper .accordion-toggle::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #707070;
}

#autoTsWrapper .accordion-toggle.open::after {
    border-top: none;
    border-bottom: 10px solid #707070;
    margin-top: 0;
}

#autoTsWrapper .accordion-content {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 10px;
}

#autoTsWrapper .accordion-item {
    margin-bottom: 15px;
}

#autoTsWrapper p {
    margin-bottom: 0;
}

table.timeStamp-table {
    border-collapse: collapse;
    width: 100%;
}
table.timeStamp-table td {
    border: none;
    padding: 19px 8px;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    vertical-align: middle;
}
table.timeStamp-table td:last-child {
    border-right: none;
}
table.timeStamp-table tr:last-child td {
    border-bottom: none;
}
table.timeStamp-table tr:first-child td {
    border: none;
    padding: 14px 0;
}
table.timeStamp-table tr:first-child td:nth-child(2) {
    border-right: 3px solid #ffffff;
}
table.timeStamp-table .header {
    background-color: #dce0e2;
    font-weight: bold;
    text-align: center;
}
table.timeStamp-table .empty {
    border: none;
    background: none;
}

.timeStamp-table {
    border: none;
}

.align-c {
    align-items: center;
}

.outer-wide {
    width: 100%;
}

.bg-white {
    background-color: #fff;
    width: calc(100% - 420px);
    margin-left: auto;
    margin-right: 70px;
    padding: 40px 50px 50px;
}

.password-w515 {
    max-width: 515px;
    margin-top: 0;
}

.h1-gra-line {
    position: relative;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 8px;
    font-weight: 500;
}
.h1-gra-line::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        270deg,
        #61d6c8 0%,
        #46d383 22%,
        #46d383 37%,
        #42d17c 63%,
        #45cec0 80%,
        #48d2e0 100%
    );
}

#settingBlock {
    width: 244px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
    flex-wrap: nowrap;
    min-height: calc(100vh - 260px);
    position: relative;
}

#settingTop {
    width: 200px;
    margin: 0 auto;
}
#settingTop .btn-small {
    min-width: 200px !important;
    width: 200px !important;
    padding: 20px 0;
}
#settingTop .btn-ellipse {
    min-width: 200px;
    width: 200px !important;
    padding: 20px 0;
}

#settingBottom {
    margin: auto auto 0 auto;
    width: 200px;
}
#settingBottom .btn-green {
    min-width: 100%;
    width: 100%;
}
#settingBottom .btn-ora {
    min-width: 100%;
    width: 100%;
}

#pdf-container {
    width: 100%;
    height: 1200px;
    margin-bottom: 60px;
    border: 17px dashed #a4a3a3;
    border-radius: 50px;
    position: relative;
    box-sizing: border-box;
    overflow: auto;
}
#pdf-container.is-active {
    border: none;
}

.deleteFileBtn.is-active {
    background-color: #707070;
    color: #ffffff;
}
.deleteFileBtn.is-active::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

#pdf-image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    z-index: 0;
}

#pdf-canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pdf-canvas-text {
    font-size: 45px;
    text-align: center;
    color: rgba(163, 163, 164, 0.55);
    line-height: 1.9;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pdf-canvas-text img {
    width: 70px;
    display: block;
    margin: 0 auto;
}

#signature-box {
    width: 300px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    border: 1px solid #ccc;
}
#signature-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.disabled {
    opacity: 0.5;
}

.sign-dropzone ul {
    color: #211e1e;
    font-size: 18px;
}

.results_list {
    width: 100%;
    border-collapse: collapse;
}

.results_list th {
    background-color: #5cafe8;
    color: #fff;
    font-weight: normal;
    padding: 5px 0;
    border-right: 2px solid #5cafe8;
}

.results_list td {
    color: #000;
    text-align: center;
    padding: 5px;
    border-right: 2px solid #fff;
    background-color: rgba(220, 225, 227, 0.8);
}

.results_list td:last-child {
    border: none;
}

.results_list td:nth-of-type(1) {
    text-align: left;
    padding-left: 20px;
}

.results_list tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, 0);
}

.results_list tr td .icon {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.results_list tr td.tdCN .icon {
    margin-right: 8px;
}

.scroll_content {
    overflow-x: scroll;
}

.scroll {
    white-space: nowrap;
}

#dragArea.sign-dropzone:before {
    content: unset;
}

/* sign loding */
.sign-loader {
    background: url(./images/lording.png) no-repeat center top/contain;
    width: 75px;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
    animation: spin 2s linear infinite;
}

.sign-success {
    font-size: 23px;
}

.position-a {
    position: absolute;
}

/* -------------------------------------------------------
 * Verify page: signature result table (from odsigner.css)
 * ------------------------------------------------------- */
body.verify #signResult table {
    border: none;
    border-collapse: collapse;
}
body.verify #signResult table tr.line1 {
    background-color: #d8f6ce;
}
body.verify #signResult table tr.line2 {
    background-color: #eeeeee;
}
body.verify #signResult table th {
    background-color: #cccccc;
    border-right: solid 3px #ffffff;
    padding: 2px 10px;
    text-align: left;
    vertical-align: middle;
}
body.verify #signResult table td {
    padding: 2px 15px;
    border-right: solid 3px #ffffff;
    vertical-align: middle;
}
body.verify #signResult table td.numeric {
    text-align: right;
}
body.verify #signResult table td img {
    margin-right: 10px;
    vertical-align: middle;
}

body.verify div.verifyResultBox {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 49%;
    float: left;
    border: none;
}
body.verify div.verifyResultBox th {
    font-size: 14px;
    padding: 2px 10px;
    text-align: left;
}
body.verify div.verifyResultBox td {
    font-size: 12px;
    padding: 2px 15px;
    vertical-align: middle;
}

/* -------------------------------------------------------
 * jQuery UI Dialog: protect from CSS reset
 * ------------------------------------------------------- */
.ui-dialog {
    padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 8px 10px;
    background: #396648;
    border: none;
    border-radius: 4px 4px 0 0;
}
span.ui-dialog-title {
    color: #ffffff;
}
.ui-dialog .ui-dialog-titlebar-close {
    background: transparent;
    border: none;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
    filter: brightness(10);
}
.ui-dialog .ui-dialog-content {
    padding: 10px;
    overflow: auto;
}

/* -------------------------------------------------------
 * Verify: certificate chain dialog titlebar
 * Keep this override narrow so ordinary jQuery UI dialogs and page layout are not affected.
 * ------------------------------------------------------- */
.ui-dialog.verifyCertDialog .ui-dialog-titlebar {
    background: linear-gradient(90deg, #04af5d 0%, #22b573 55%, #43adc2 100%);
    border: none;
}
.ui-dialog.verifyCertDialog .ui-dialog-title {
    color: #ffffff;
    font-weight: bold;
}
.ui-dialog.verifyCertDialog .ui-dialog-titlebar-close {
    background: transparent;
    border: none;
}
.ui-dialog.verifyCertDialog .ui-dialog-titlebar-close .ui-icon {
    filter: brightness(10);
}

/* -------------------------------------------------------
 * Verify: certificate chain dialog
 * ------------------------------------------------------- */
.verifyCertDialogBody {
    font-size: 13px;
    line-height: 1.6;
}
.verifyCertSummary {
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.verifyCertSummary-ok {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}
.verifyCertSummary-warn {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
}
.verifyCertSummaryText {
    font-weight: bold;
    margin-bottom: 4px;
}
.verifyCertSummaryMeta {
    font-size: 12px;
    color: #666;
}
.verifyChainFlow {
    margin: 10px 0;
}
.verifyChainStage {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 5px 0;
}
.verifyChainStageHeader {
    margin-bottom: 6px;
}
.verifyChainStageBadge {
    display: inline-block;
    background: #396648;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 3px;
}
.verifyChainStage-root .verifyChainStageBadge {
    background: #28a745;
}
.verifyChainStage-intermediate .verifyChainStageBadge {
    background: #17a2b8;
}
.verifyChainStage-endEntity .verifyChainStageBadge {
    background: #396648;
}
.verifyChainStageFields {
    margin: 0;
    padding: 0;
}
.verifyChainStageFields dt {
    font-weight: bold;
    font-size: 12px;
    color: #555;
    display: inline;
}
.verifyChainStageFields dd {
    font-size: 12px;
    margin: 0 0 2px 0;
    display: inline;
}
.verifyChainStageFields dd::after {
    content: "";
    display: block;
}
.verifyCertField {
    margin-bottom: 2px;
}
.verifyCertUnknown {
    color: #999;
    font-style: italic;
}
.verifyChainArrow {
    text-align: center;
    font-size: 18px;
    color: #999;
    line-height: 1;
}
.verifyChainEmpty {
    text-align: center;
    color: #999;
    padding: 20px;
}
.verifyCertRawDetails {
    margin-top: 10px;
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
}
.verifyCertRawDetails summary {
    cursor: pointer;
    color: #396648;
    font-size: 12px;
}
.verifyCertRawDetails pre {
    font-size: 11px;
    background: #f5f5f5;
    padding: 10px;
    overflow-x: auto;
    max-height: 300px;
    white-space: pre-wrap;
    word-break: break-all;
}

/* Upload icon: rotate to point upward */
.sign-drop img[src*="upload-icon"],
#uploadInstruction img[src*="upload-icon"] {
    transform: rotate(180deg);
}

nav#menuBlock a[href="/certupload"] img.menu-icon {
    transform: rotate(180deg);
}

/* Modal overlay for wizard alert dialogs */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

/* Consent/terms scroll box */
.consent-scroll {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
    background: #fafafa;
    font-size: 13px;
    line-height: 1.8;
}

/* Identity notice dialog buttons - wider to prevent text wrapping */
#identNoticeModal .btn-green,
#identNoticeModal .btn-ora,
#identNoticeContent .btn-green,
#identNoticeContent .btn-ora,
.ui-dialog .btn-green,
.ui-dialog .btn-ora {
    min-width: 180px;
    white-space: nowrap;
}

/* Left menu icon normalization: use actual img icons instead of mixed pseudo icons. */
nav#menuBlock #topMenu li.menu-section-trust .menu-icon {
    display: inline-block !important;
}

nav#menuBlock #topMenu li.menu-section-trust span::before,
nav#menuBlock #topMenu li.sign-service-manual-menu a.menu-manual-link::before,
nav#menuBlock #topMenu li.trust-contract-sub-menu a::before {
    background-image: none !important;
    content: none !important;
    display: none !important;
}

nav#menuBlock #topMenu .menu-icon {
    box-sizing: border-box !important;
    display: inline-block !important;
    flex: 0 0 24px !important;
    height: 24px !important;
    margin-right: 8px !important;
    max-height: 24px !important;
    max-width: 24px !important;
    min-height: 24px !important;
    min-width: 24px !important;
    object-fit: contain !important;
    width: 24px !important;
}

nav#menuBlock #topMenu img.menu-icon[src$="/images/cloud-icon.png"] {
    padding: 2px !important;
}

nav#menuBlock #topMenu img.menu-icon[src$="/images/manual-icon.png"],
nav#menuBlock #topMenu img.menu-icon[src$="/images/identity-icon.png"],
nav#menuBlock #topMenu img.menu-icon[src$="/images/room-icon.png"] {
    padding: 0 !important;
}

/* OneDrive folder tree view */
#cloud .results_list tr.od-tree-folder td {
    color: #000;
    text-align: left;
    padding-left: 12px;
    font-weight: 600;
    background-color: rgba(220, 225, 227, 0.8);
}

#cloud .results_list tr.od-tree-folder:nth-child(odd) td {
    background-color: rgba(220, 225, 227, 0.8);
}

#cloud .od-tree-toggle,
#cloud .od-tree-folder-name {
    cursor: pointer;
}

#cloud .od-tree-toggle {
    display: inline-block;
    width: 22px;
    color: #5cafe8;
    text-align: center;
}

#cloud .od-tree-folder-indent,
#cloud .od-tree-file-indent {
    display: inline-block;
    vertical-align: middle;
}

/* JCAN quote public form */
body:has(#quotePage) {
    background: linear-gradient(135deg, #f6fbf8 0%, #eef7f3 46%, #fff8ef 100%);
}

.quotePage {
    max-width: 980px;
    margin: 36px auto 48px;
    padding: 0 22px;
}

.quoteHeader {
    display: flex;
    align-items: center;
    gap: 28px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 8px 24px rgba(102, 102, 153, 0.18);
    padding: 28px 34px;
    margin-bottom: 22px;
}

.quoteLogoLink {
    display: block;
    flex: 0 0 auto;
}

.quoteLogo {
    width: 210px;
    height: auto;
}

.quoteHeaderText {
    flex: 1 1 auto;
    min-width: 0;
}

.quoteServiceName {
    display: inline-block;
    background: #e9f8f1;
    color: #04af5d;
    border: 1px solid #bdebd5;
    border-radius: 999px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 8px 14px;
    margin-bottom: 12px;
}

.quotePage h1 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.quoteLead {
    color: #454545;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.quoteFormCard {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 8px 24px rgba(102, 102, 153, 0.18);
    padding: 28px 34px 32px;
}

.quoteFormTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    background: transparent;
}

.quoteFormTable th,
.quoteFormTable td {
    border: none;
    padding: 0;
    vertical-align: middle;
}

.quoteFormTable th {
    width: 190px;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding-right: 18px;
}

.quoteFormTable label {
    margin-bottom: 0;
}

.quoteFormTable input[type="text"],
.quoteFormTable input[type="email"],
.quoteFormTable input[type="number"],
.quoteFormTable select {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    border: 1px solid #d7ddd9;
    border-radius: 10px;
    background: #fbfdfc;
    color: #222;
    font-size: 15px;
    min-height: 44px;
    padding: 10px 12px;
    margin-bottom: 0;
}

.quoteFormTable input[type="text"]:focus,
.quoteFormTable input[type="email"]:focus,
.quoteFormTable input[type="number"]:focus,
.quoteFormTable select:focus {
    border-color: #04af5d;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(4, 175, 93, 0.12);
}

.quoteFormTable input[type="number"] {
    max-width: 150px;
}

.quoteButtons {
    margin-top: 24px;
    text-align: center;
}

.quoteButtons button {
    background: linear-gradient(270deg, #22b573 0%, #04af5d 70%, #00a85a 100%);
    border: none;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(4, 175, 93, 0.28);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    min-width: 240px;
    padding: 13px 28px;
}

.quoteButtons button:disabled {
    cursor: default;
    opacity: 0.6;
}

.quoteMessage {
    min-height: 1.6em;
    margin-top: 16px;
    text-align: center;
}

.quoteMessage.error {
    color: #b00020;
}

.quoteMessage.success {
    color: #1b6b1b;
}

@media (max-width: 720px) {
    .quotePage {
        margin: 22px auto 32px;
        padding: 0 14px;
    }

    .quoteHeader {
        display: block;
        padding: 24px 22px;
    }

    .quoteLogo {
        width: 180px;
        margin-bottom: 18px;
    }

    .quoteFormCard {
        padding: 22px 20px 26px;
    }

    .quoteFormTable,
    .quoteFormTable tbody,
    .quoteFormTable tr,
    .quoteFormTable th,
    .quoteFormTable td {
        display: block;
        width: 100%;
    }

    .quoteFormTable th {
        padding-right: 0;
        margin-bottom: 6px;
    }
}


.quoteCheckboxLabel {
    align-items: center;
    color: #333;
    display: inline-flex;
    font-weight: normal;
    gap: 8px;
    line-height: 1.6;
}

.quoteCheckboxLabel input[type="checkbox"] {
    height: 18px;
    margin: 0;
    width: 18px;
}

/* =====================================================================
 * Passkey login / WebAuthn settings
 * ===================================================================== */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#loginPannel.passkey-login-panel {
    box-sizing: border-box;
    max-width: calc(100vw - 32px);
    padding: 40px 48px 30px;
    width: 900px;
}

.passkey-login-panel #loginBox {
    width: 100%;
}

.login-method-grid {
    align-items: stretch;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 24px 0 20px;
}

.login-method {
    box-sizing: border-box;
    min-width: 0;
    padding: 8px 38px 18px;
}

.login-method + .login-method {
    border-left: 1px solid rgba(4, 175, 93, 0.22);
}

.login-method h2 {
    color: #333;
    font-size: 20px;
    margin: 0 0 12px;
    text-align: center;
}

.login-method h2 .login-recommended-label {
    display: inline-block;
    margin-left: 7px;
    padding: 3px 9px;
    vertical-align: 2px;
}

.login-method-password input[type="email"],
.login-method-password input[type="password"] {
    box-sizing: border-box;
    width: 100%;
}

.login-method-password .okButton,
.login-method-password .orangeButton,
.passkey-login-button {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    width: 100%;
}

.login-method-password .link-bk {
    margin: 14px auto 24px;
    text-align: center;
}

.login-method-passkey {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.login-method-passkey p {
    line-height: 1.7;
    margin: 12px 0;
}

.passkey-login-visual {
    align-items: center;
    background: #fff;
    border: 1px solid #d7e4e0;
    border-radius: 12px;
    box-shadow: 0 3px 14px rgba(30, 45, 42, 0.12);
    box-sizing: border-box;
    display: flex;
    height: 240px;
    justify-content: center;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 7px;
    width: 240px;
}

.passkey-login-visual img,
#passkeyLoginCanvas {
    display: block;
    height: 224px;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 224px;
}

.passkey-login-visual img[hidden],
#passkeyLoginCanvas[hidden] {
    display: none !important;
}

.passkey-login-control-slot {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    min-height: 108px;
    width: 100%;
}

.passkey-login-initial-controls,
.passkey-login-qr-panel {
    box-sizing: border-box;
    width: 100%;
}

.passkey-login-initial-controls[hidden],
.passkey-login-qr-panel[hidden] {
    display: none !important;
}

.passkey-login-initial-controls p {
    margin: 0 0 10px !important;
}

.passkey-login-button,
.passkey-primary-button {
    background: linear-gradient(100deg, #1676d2, #04af5d);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 5px 12px rgba(20, 105, 140, 0.25);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 22px;
}

.passkey-login-button:disabled,
.passkey-primary-button:disabled {
    cursor: wait;
    opacity: 0.6;
}

.passkey-help-link {
    display: inline-block;
    margin-top: 4px;
}

.passkey-login-message,
.passkey-status-message {
    min-height: 1.4em;
}

.passkey-login-message {
    font-size: 13px;
    margin: 3px 0 0 !important;
}

.passkey-login-message.error,
.passkey-status-message.error {
    color: #b00020;
}

.passkey-status-message.success {
    color: #147244;
}

.login-site-seal {
    margin-top: 4px;
}


.passkey-settings {
    max-width: 1080px;
}

.passkey-settings-intro,
.passkey-register-card,
.passkey-list-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(4, 175, 93, 0.18);
    border-radius: 18px;
    box-shadow: 0 5px 18px rgba(60, 100, 90, 0.1);
    margin: 24px 0;
    padding: 28px 32px;
}

.passkey-settings-intro {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.passkey-settings-intro h2,
.passkey-register-card h2,
.passkey-list-card h2 {
    color: #236a55;
    margin-top: 0;
}

.passkey-enroll-notice {
    background: #edf9f3;
    border-left: 5px solid #04af5d;
    display: none;
    padding: 14px 18px;
}

.passkey-register-fields {
    display: grid;
    gap: 10px 24px;
    grid-template-columns: minmax(180px, 260px) minmax(260px, 1fr);
    margin-bottom: 18px;
}

.passkey-register-fields label {
    align-self: center;
    font-weight: 700;
}

.passkey-register-fields input {
    box-sizing: border-box;
    width: 100%;
}

.passkey-register-fields .required { color: #b00020; font-size: 12px; }
.passkey-register-fields .optional { color: #666; font-size: 12px; font-weight: 400; }

.passkey-primary-button {
    margin-top: 14px;
    min-width: 310px;
}

.passkey-list {
    display: grid;
    gap: 16px;
    margin-top: 20px;
}

.passkey-item {
    background: #fff;
    border: 1px solid #dcebe6;
    border-radius: 12px;
    padding: 20px 22px;
}

.passkey-item.is-revoked {
    background: #f5f5f5;
    opacity: 0.82;
}

.passkey-item-heading {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.passkey-item-heading h3 {
    margin: 0;
}

.passkey-state {
    background: #e5f7ef;
    border-radius: 999px;
    color: #147244;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 12px;
}

.is-revoked .passkey-state {
    background: #e4e4e4;
    color: #555;
}

.passkey-device-memo {
    color: #555;
    margin: 9px 0;
}

.passkey-meta {
    display: grid;
    font-size: 14px;
    gap: 5px 12px;
    grid-template-columns: 80px 1fr;
    margin: 12px 0;
}

.passkey-meta dt { font-weight: 700; }
.passkey-meta dd { margin: 0; }

.passkey-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.passkey-secondary-button,
.passkey-danger-button {
    background: #fff;
    border: 1px solid #8aa9a0;
    border-radius: 7px;
    cursor: pointer;
    padding: 8px 14px;
}

.passkey-danger-button {
    border-color: #c96565;
    color: #a00000;
}

.passkey-empty {
    color: #666;
    text-align: center;
}

@media (max-width: 760px) {
    #loginPannel.passkey-login-panel {
        border-radius: 24px;
        padding: 28px 22px;
        width: calc(100vw - 24px);
    }

    #loginPannel h1.green-gra { font-size: 27px; }

    .login-method-grid {
        grid-template-columns: 1fr;
    }

    .login-method {
        padding: 12px 4px 26px;
    }

    .login-method + .login-method {
        border-left: 0;
        border-top: 1px solid rgba(4, 175, 93, 0.22);
        padding-top: 28px;
    }

    .passkey-settings-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .passkey-register-fields {
        grid-template-columns: 1fr;
    }

    .passkey-primary-button {
        min-width: 0;
        width: 100%;
    }
}

/* Smartphone passkey enrollment hand-off */
.passkey-enrollment-panel {
    align-items: center;
    background: #f7fbfa;
    border: 1px solid #cfe6df;
    border-radius: 14px;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(240px, 280px) minmax(260px, 1fr);
    margin-top: 22px;
    padding: 24px;
}

.passkey-enrollment-panel[hidden] {
    display: none !important;
}

.passkey-enrollment-qr {
    align-items: center;
    background: #fff;
    border: 1px solid #d7e4e0;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(30, 45, 42, 0.12);
    display: flex;
    justify-content: center;
    min-height: 280px;
    padding: 12px;
}

#passkeyEnrollmentCanvas {
    display: block;
    height: auto;
    image-rendering: pixelated;
    max-width: 100%;
}

.passkey-enrollment-instructions h3 {
    color: #236a55;
    margin: 0 0 12px;
}

.passkey-enrollment-instructions ol {
    line-height: 1.8;
    margin: 0 0 14px 1.4em;
    padding: 0;
}

.passkey-enrollment-state {
    color: #147244;
    font-weight: 700;
    margin: 12px 0 4px;
}

.passkey-enrollment-countdown {
    color: #555;
    font-variant-numeric: tabular-nums;
    margin: 4px 0 16px;
}

.passkey-mobile-body {
    background: linear-gradient(145deg, #f4fbf7 0%, #edf6f4 55%, #f8fbff 100%);
    min-height: 100vh;
    margin: 0;
}

.passkey-mobile-page {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 620px;
    padding: 28px 18px 44px;
}

.passkey-mobile-logo {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.passkey-mobile-logo img {
    height: auto;
    max-width: 220px;
    width: 62%;
}

.passkey-mobile-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(4, 175, 93, 0.18);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(40, 90, 75, 0.14);
    padding: 28px 24px 30px;
}

.passkey-mobile-card h1 {
    color: #236a55;
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: center;
}

.passkey-mobile-loading {
    color: #555;
    padding: 18px 0;
    text-align: center;
}

.passkey-mobile-details[hidden] {
    display: none !important;
}

.passkey-mobile-details > p {
    line-height: 1.75;
}

.passkey-mobile-details dl {
    background: #f7fbfa;
    border-radius: 12px;
    display: grid;
    gap: 8px 12px;
    grid-template-columns: 82px 1fr;
    margin: 20px 0;
    padding: 16px;
}

.passkey-mobile-details dt {
    font-weight: 700;
}

.passkey-mobile-details dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.passkey-mobile-details .passkey-primary-button {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    width: 100%;
}

.passkey-mobile-note {
    color: #666;
    font-size: 13px;
    line-height: 1.7;
    margin: 22px 0 0;
}

@media (max-width: 760px) {
    .passkey-enrollment-panel {
        grid-template-columns: 1fr;
    }

    .passkey-enrollment-qr {
        min-height: 0;
    }
}

/* Smartphone QR hand-off on the login panel */
.passkey-login-qr-panel {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
}

.passkey-login-state {
    color: #147244;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55 !important;
    margin: 0 0 2px !important;
}

.passkey-login-countdown {
    color: #555;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
    margin: 2px 0 9px !important;
}

.passkey-login-cancel-button {
    background: #fff;
    border: 1px solid #8aa9a0;
    border-radius: 7px;
    color: #355f53;
    cursor: pointer;
    padding: 7px 14px;
}


/* Account and login/security settings */
.account-settings-page,
.login-security-settings {
    max-width: 1080px;
}

.account-settings-card,
.account-security-link-card,
.security-overview-card,
.security-section-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(4, 175, 93, 0.18);
    border-radius: 18px;
    box-shadow: 0 5px 18px rgba(60, 100, 90, 0.10);
    margin: 24px 0;
    padding: 28px 32px;
}

.account-settings-card h2,
.account-security-link-card h2,
.security-overview-card h2,
.security-section-card > h2,
.security-section-heading h2 {
    color: #236a55;
    margin-top: 0;
}

.account-mail-address,
.security-email-address {
    overflow-wrap: anywhere;
}

.account-security-link-card {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.account-security-link-card p {
    margin-bottom: 0;
}

.account-security-link {
    box-sizing: border-box;
    flex: 0 0 auto;
    text-align: center;
    text-decoration: none;
}

.security-method-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

.security-method-summary {
    background: #f7fbfa;
    border: 1px solid #d7e8e2;
    border-radius: 14px;
    padding: 22px 24px;
}

.security-method-summary.is-recommended {
    border-color: #62c897;
    box-shadow: inset 0 0 0 1px rgba(4, 175, 93, 0.10);
}

.security-method-summary h3 {
    color: #235f4e;
    margin: 0 0 10px;
}

.security-method-summary p {
    margin: 0 0 14px;
}

.security-method-title-row,
.security-section-heading {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.security-recommended-label {
    background: #e5f7ef;
    border-radius: 999px;
    color: #147244;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 11px;
}

.security-section-heading p {
    margin-bottom: 0;
}

.security-qr-section .passkey-register-card,
.security-qr-section .passkey-list-card {
    background: #f9fcfb;
    border: 1px solid #dcebe6;
    border-radius: 14px;
    box-shadow: none;
    margin: 22px 0 0;
    padding: 24px 26px;
}

.security-qr-section .passkey-register-card h3,
.security-qr-section .passkey-list-card h3 {
    color: #236a55;
    margin-top: 0;
}

.security-subsection {
    border-top: 1px solid #dcebe6;
    margin-top: 28px;
    padding-top: 24px;
}

.security-subsection h3 {
    color: #235f4e;
    margin-top: 0;
}

.security-password-fields {
    display: grid;
    gap: 12px 22px;
    grid-template-columns: minmax(190px, 250px) minmax(280px, 515px);
    margin: 18px 0 12px;
}

.security-password-fields > label {
    align-self: center;
    font-weight: 700;
}

.security-password-fields .password-wrapper,
.security-password-fields input {
    box-sizing: border-box;
    width: 100%;
}

.security-check-row {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 11px;
    line-height: 1.7;
    margin: 16px 0 8px;
}

.security-check-row input {
    flex: 0 0 auto;
    margin-top: 6px;
}

.security-save-actions {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 28px;
}

.security-save-actions .okButton {
    flex: 0 0 auto;
    margin: 0;
}

.security-save-actions .passkey-status-message {
    margin: 0;
}

@media (max-width: 760px) {
    .account-settings-card,
    .account-security-link-card,
    .security-overview-card,
    .security-section-card {
        padding: 22px 20px;
    }

    .account-security-link-card,
    .security-section-heading,
    .security-save-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .security-method-grid,
    .security-password-fields {
        grid-template-columns: 1fr;
    }

    .security-password-fields {
        gap: 8px;
    }

    .security-password-fields > label:not(:first-child) {
        margin-top: 10px;
    }

    .security-save-actions .okButton,
    .account-security-link {
        width: 100%;
    }
}
