﻿.selfentry-container {
    width: 95% !important;
    font-size: 20px;
}
.selfentry-container input[type='text']{
    background-color: white;
    border: solid 1px gray;
    border-radius: 5px;
}
.selfentry-container input[type='text']:read-only {
    background-color: #f3f3f3;
    color: #202020;
    border: 1px solid #c0c0c0;
    cursor: not-allowed;
}
.selfentry-container label {
    margin-left: 10px;
    font-size: 20px;
    color: #26466d;
}
ol.self-entry-notes li{
    font-size:20px;
}
.selfentry-container input {
    font-size: 20px;
}
.selfentry-container p {
    font-size: 20px;
    line-height: 1.7;
}
.self-entry-notes li{
    margin-bottom: 5px;
    font-size: 20px;
}
.self-entry-notes li > div{
    margin-left: 5px;
}
div.auth-input-panel {
    color: #664d03;
    background-color: aliceblue;
    border-radius: 10px;
    text-align: center;
}
div.auth-input-panel h5    {
    font-size: 20px;
}
.bbj-required::after {
    content: "必 須";
    background-color: #ee2222;
    color: #fff;
    font-size: 16px;
    font-weight:bold;
    min-width: 10px;
    padding: 4px 8px 6px;
    margin: 0px 5px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}
.bbj-or-required::after {
    content: "どちらか必須" !important;
}
.bbj-optionial::after {
    content: "任 意";
    background-color: #6c757d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    min-width: 10px;
    padding: 4px 8px 6px;
    margin: 0px 5px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}
div.auth-input-panel p {
    margin: 0;
    padding: 0;font-size: 16px;
    line-height: 1.2;
    display: block;
}
div.auth-confirm-panel {
    background-color: aliceblue;
    border-radius: 10px;
    color: #26466d;
    text-align: center;
    font-size: 20px;
}
div.auth-confirm-panel > span::before{
    font-family: bootstrap-icons;
    content: "\F26A";
    color: limegreen;
    margin-right: 10px;
    vertical-align:middle;
    font-size: 28px;
}
div.consent-document-panel-header {
    margin: 0 15px;
    border: solid 2px steelblue;
    flex-shrink: 1;
    border-bottom: none;
    background-color: aliceblue;
    border-radius: 10px 10px 0 0;
    color: #26466d;
    padding: 7px 10px;
    color: #26466d;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
}
div.consent-document-panel {
    margin: 0 15px;
    border: solid 2px steelblue;
    flex-shrink: 1;
    height: 300px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 900px) {
    div.consent-document-panel {
        min-height: 500px;
    }
}
div.consent-document-panel > h6 {
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 400;
}
div.consent-document-panel > p {
    font-size: 14px !important;
    line-height: 26px;
}
div.self-entry-navi {
    border: solid 2px steelblue;
    border-radius: 10px;
    padding: 0;
    position: relative;
    margin: 10px;
    flex-shrink: 1;
}
div.self-entry-navi h5 {
    border-bottom: solid 2px steelblue;
    padding: 7px 10px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    background-color: aliceblue;
}
div.self-entry-navi ul {
    margin: 0;
}
div.self-entry-navi ul li{
    line-height: 1.5;
    padding: 0.5em 0 0.5em 0.8em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important;
    font-size: 20px;
    margin-right: 10px;
}
div.self-entry-navi ul li:before {
    font-family: bootstrap-icons;
    content: "\F633";
    position: absolute;
    left: 0.5em;
    color: steelblue;
}
div.self-entry-navi ul li:last-of-type {
    border-bottom: none;
}
.input-auth-number {
    text-align: center;
    font-size: 24px !important;
    letter-spacing: 20px;
    font-weight: 500;
    padding-left: 12px;
}
input.consent-radio {
    transform: scale(1.5);
    margin-right: 8px;
}
.consent-checbox label {
    display: inline-flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    margin-bottom: .4em;
    padding: .5em .7em;
    border: 1px solid lightgray;
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
}
.consent-checbox label:has(:checked) {
    background-color: #26466d;
    color: #fff;
}
.consent-checbox label::before {
    width: 24px;
    height: 24px;
    border-radius: 1px;
    background-color: #fff;
    content: '';
    border: solid 1px lightgray;
}
.consent-checbox label:has(:checked)::after {
    position: absolute;
    top: 14px;
    left: 22px;
    transform: rotate(45deg);
    width: 8px;
    height: 16px;
    border: solid #26466d;
    border-width: 0 4px 4px 0;
    content: '';
}
.consent-checbox input {
    display: none;
}
.self-start-hdline h4 {
    padding: 0.5em;
    color: #26466d;
    background: aliceblue;
    border-left: solid 5px steelblue;
}
.selfentry-exp{
    line-height: 1.7;
}
p.selfentry-exp {
    margin: 0;
}
label.se-chat-icon:before {
    font-family: bootstrap-icons;
    content: "\F633";
    position: absolute;
    left: 0.5em;
    color: steelblue;
}
div.se-input-memo {
    font-size: 16px;
    color: dimgray;
    line-height: 22px;
    margin-top: 6px;
}
div.se-page-desc {
    color: #26466d;
    font-weight: 500;
    line-height: 1.2;
    font-size: 22px;
    margin: 0 10px;
}
.form-select {
    font-size: 20px;
}
.self-entry-faq {
    font-size: 20px;
    line-height: 1.7;
}
.self-entry-btn {
    width: 80% !important;
    font-size: 22px !important;
    display: block !important;
}
.btn-om {
    font-size: 20px !important;
    font-weight: bold !important;
}
.support-device span#device-or {
    font-size: 12px !important;
    line-height: 1em;
    margin: 0 10px;
}
.support-device span {
    font-size: 18px;
    line-height: 24px;
}
.support-device img {
    width: 28px;
    margin-right: 8px;
}
@media screen and (max-width: 767px) {
    .self-entry-btn {
        width: 90% !important;
        display: block !important;
    }
}
#qrCode img{
    width:250px;
    height:250px;
}
.form-group-consent {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin: 0.8em;
}
.form-group-consent input[type="checkbox"] {
    margin-right: -7em;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.validation-summary-errors {
    margin: 0 auto;
    width: 95%;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: red !important;
    font-weight: bold;
}
.validation-summary-errors > p {
    text-align: center;
}
.self-input-item {
    background-color: lightyellow !important;
    border-color: dimgray !important;
    border-width: 2px !important;
}
.form-group-consent input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    margin-left: 12em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.form-group-consent input[type="checkbox"]::before,
.form-group-consent input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
}

.form-group-consent input[type="checkbox"]::before {
    border-radius: 0.5em/0.5em;
    border: 0.1em solid #666464;
    width: 15em;
    height: 3em;
    transform: translateY(-50%);
    top: 50%;
    right: -3em;
    background: #f0f0f0;
    box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.3);
}
.form-group-consent input[type="checkbox"]::after {
    border-bottom: 0.2em solid #666464;
    border-left: 0.2em solid #666464;
    opacity: 20%;
    height: 1.2em;
    width: 2em;
    transform: rotate(-45deg);
    top: -1em;
    right: 8em;
}
.form-group-consent input[type="checkbox"]:checked::after {
    opacity: 1;
}
.form-group-consent input[type="checkbox"]:checked::before {
    background: #FFDCEC;
}
.control-label-consent {
    z-index: 1;
}
.self-consent-desc {
    font-size: 16px;
    line-height: 24px;
}
.self-consent-desc ol{
    font-weight:bold;
}
.self-consent-desc ol li{
    margin-bottom: 10px;
}
.self-consent-desc-confirm {
    font-size: 16px;
    line-height: 24px;
}
.self-entry-fina-confirm {
    font-size: 16px;
    line-height: 24px;
}
.self-entry-fina-confirm dd {
    border: solid 1px gray;
    background: aliceblue;
    width: 95%;
    margin: auto;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 5px 15px;
}
.self-entry-centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.responsive-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.sic-accordion-btn {
    text-align: center;
    border: 1px solid steelblue;
}
.sic-accordion-btn3 {
    border-bottom: 2px solid steelblue;
    background-color: aliceblue !important;
}
.onegai-img img {
    width: 70% !important;
}
.sic-accordion-btn h5 {
    padding: 10px;
    font-size: 1.4em;
    font-weight: bold;
    color: #26466d;
}
.sic-accordion-btn .sic-open-accordion {
    color: dimgray;
    padding: 0;
    margin: 0;
    background-color: whitesmoke;
}
.sic-open-accordion {
    border-top: solid 1px lightgray;
}
h5.onegai-h5 {
    line-height:1.45em;
}
h5.onegai-h5 > span{
    color: royalblue;
    font-size: 0.80em;
    line-height: 0.85;
}
.sic-accordion-btn2 .sic-open-accordion {
    color: dimgray;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: whitesmoke;
}
.sic-accordion-item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid steelblue;
    flex: 1 1 auto;
    padding: 1rem 1rem;
    border-top: 0;
}
.sic-accordion-item h5 {
    font-size: 22px;
}
.sic-accordion-item img {
    width: 100%;
}
div.self-entry-navi2 {
    border-radius: 10px;
    padding: 0;
    position: relative;
    flex-shrink: 1;
}
div.self-entry-navi2 h5 {
    font-size: 22px;
}
div.self-entry-navi2 ul {
    margin: 0;
}
div.self-entry-navi2 ul li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 0.8em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important;
    font-size: 20px;
    margin-right: 10px;
}
div.self-entry-navi2 ul li:before {
    font-family: bootstrap-icons;
    content: "\F633";
    position: absolute;
    left: 0.5em;
    color: steelblue;
}
div.self-entry-navi2 ul li:last-of-type {
    border-bottom: none;
}


.self-start-hdline h4 {
    padding: 0.5em;
    color: #26466d;
    background: aliceblue;
    border-left: solid 5px steelblue;
}
.self-start-hdline h5 {
    margin: 5px 10px;
    color: #26466d;
    padding: 0.5em;
    border-bottom: solid 3px steelblue;
}
.self-start-ol {
    margin: 0 8px;
    border: solid 2px steelblue;
}
.self-start-ol h5 {
    margin: 0;
    padding: 10px;
    font-size: 22px;
    line-height: 32px;
}
.self-start-ol .self-start-ol-pra {
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 0.95em;
    line-height: 1.7;
}
.self-start-accout-user-msg p {
    font-size: 1rem;
    line-height: 24px;
    color:dimgray;
}
div.self-entry-navi3 {
    padding: 0;
    position: relative;
    margin: 10px 15px;
    flex-shrink: 1;
}
div.self-entry-navi3 h5 {
    border-bottom: solid 3px steelblue;
    padding: 7px 10px;
    font-size: 22px;
    border-radius: 10px 10px 0 0;
}
div.self-entry-navi3 ul {
    margin: 0;
    padding: 0;
}
div.self-entry-navi3 ul li {
    position: relative;
    list-style: none !important;
    line-height: 1.5;
    padding: 0.5em 0 0.75em 2.0em;
    border-bottom: 1px dashed silver;
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
div.self-entry-navi3 ul li::before {
    content: "\f26e";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0.5em;
    font-size: 24px;
    line-height: 24px;
    color: steelblue;
    background: transparent;
}
div.self-entry-navi3 ul li:last-of-type {
    border-bottom: none;
}
.step-indicator {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 35px;
}
.step-indicator i {
    font-size: 1.5rem;
    z-index: 1;
}
.step-indicator i.c-gray{
    color: lightgray;
}
.step-indicator i.c-sblue {
    color: white;
}
.step-line {
    flex-grow: 1;
    height: 2px;
    background-color: lightgray;
    margin: 0 3px;
}
.c-scap2 {
    font-size: 1.4rem;
    font-weight: bold;
    /*line-height: 0;*/
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.1rem;
    color: white;
    padding-top: 5px;
}
.c-title2 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    /* margin: 20px auto 0; */
    color: white;
    margin-bottom: 0 !important;
}
.column-title-line2 {
    width: 70%;
    height: 2px;
    border-bottom: solid 2px white;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.btn-self-entry-login {
    padding: 0 20px;
    display: inline-block;
    border: 1px solid #26466d;
    line-height: 40px;
    border-radius: 18px;
    color: #26466d;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
div.self-entry-navi4 {
    padding: 0;
    position: relative;
    margin: 10px 5px;
    flex-shrink: 1;
}
div.self-entry-navi4 ul {
    margin: 0;
    padding: 0;
}
div.self-entry-navi4 ul li {
    position: relative;
    list-style: none !important;
    line-height: 1.7;
    padding: 0.5em 0 0.5em 2.0em;
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
div.self-entry-navi4 ul li::before {
    content: "\f26e"; 
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0.5em;
    font-size: 24px;
    line-height: 24px;
    color: steelblue;
    background: transparent;
}
div.self-entry-navi4 ul li:last-of-type {
    border-bottom: none;
}
img.self-mail-illust {
    width: 100%;
    aspect-ratio: 20 / 13;
}
.validation-summary-errors {
    background-color: #ffe4e1 !important;
}
.asp-error {
    background-color: #ffe4e1 !important;
}
div.consent-document-panel::-webkit-scrollbar {
    width: 14px;
    height: 22px;
}
div.consent-document-panel::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}
div.consent-document-panel::-webkit-scrollbar-thumb {
    background-color: steelblue;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}
div.consent-document-panel::-webkit-scrollbar-thumb:hover {
    background-color: #4682b4;
}
img.dconfia-icon {
    width: 80px;
    border-radius: 14px;
    margin: 0 0 10px 10px;
    float:right;
}
img.card-reader-icon {
    height: 60px;
    margin-bottom: 5px;
}
.self-ext-link{
    text-decoration: none;
}
.reader-title {
    font-weight: bold;
    margin-bottom: 5px;
    color: midnightblue;
    padding-top: 15px;
    border-top: solid 1px midnightblue;
    margin-top: 30px;
}
.reader-title2 {
    color: midnightblue;
    margin-bottom: 1rem !important;
}
.iphone-reader-pos {
    margin: 10px;
    margin-right: 5px;
    height: 100px;
    float: right;
}
.nosupport-browser {
    color: #842029;
    background-color: #ffe4e1 !important;
    border-color: #f5c2c7;
    border: 1px solid transparent;
    border-radius: .25rem;
    padding: 10px;
    color: red;
    font-weight: bold;
}
.nosupport-browser img{
    float:left;
    height: 40px;
    margin: 5px 10px 0 0;
}
ol.parent-list {
    list-style-type: decimal;
    margin: 10px;
    line-height: 32px;
    font-size: 0.95em;
}
ol.child-list {
    list-style: none;
    counter-reset: child-counter;
    padding-left: 1em;
}
ol.child-list > li {
    counter-increment: child-counter;
    position: relative;
    padding-left: 1.8em;
}
ol.child-list > li::before {
    content: "(" counter(child-counter) ") ";
    position: absolute;
    left: 0;
    width: 2em;
    display: inline-block;
}
.submenu-title1 {
    color: #26466d;
    font-size:20px;
    font-weight:bold;
}

div.om-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #004595;
    padding: 5px;
    /*box-shadow: 0 2px 8px rgba(0,0,0,.2);*/
}
div.om-header2 {
    top: 0;
    z-index: 1000;
    background-color: #004595;
    padding: 0 5px 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    margin-bottom: 20px;
}
.om-header.is-stuck {
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    margin-bottom: 20px;
}
.hdn-tgr {
    z-index: 1001;
    background-color: aliceblue;
    position: relative;
}

.om-header-tag {
    z-index: 1001;
    height: auto;
    position: relative;
    border-bottom: 0 !important;
}
.clogo2{
    margin: 0 auto 0 !important;
}
.clogo2 img {
    padding: 0 0 10px !important;
    margin-top: 10px !important;
}

div.tao-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    padding: 5px;
    /*box-shadow: 0 2px 8px rgba(0,0,0,.2);*/
}
.tao-header.is-stuck {
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    margin-bottom: 20px;
}
.c-tao-scap2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.1rem;
    color: steelblue;
    padding-top: 5px;
}

.c-tao-title2 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    color: steelblue;
    margin-bottom: 0 !important;
}


div.self-entry-navi5 {
    border-radius: 10px;
    padding: 0;
    position: relative;
    flex-shrink: 1;
}

div.self-entry-navi5 h5 {
    font-size: 22px;
}

div.self-entry-navi5 ul {
    margin: 0;
    padding-left: 10px;
}

div.self-entry-navi5 ul li {
    line-height: 1.3;
    padding: 0.5em 0 0.5em 0.3em;
    /*border-bottom: dashed 1px silver;*/
    list-style-type: none !important;
    font-size: 20px;
    margin-right: 10px;
}

div.self-entry-navi5 ul li:last-of-type {
    border-bottom: none;
}