@charset "UTF-8";

.form select,
.form input[type="text"],
.form textarea,
.entry_form dd input[type="number"],
.entry_form dd textarea {
    /* display: inline-block;
    font-size: 0.93vw;
    border: 2px solid #BCBCBC;
    border-radius: 4px;
    padding: 0.5vw 1vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; */
}

@media screen and (max-width: 1024px) {
    .form input[type="text"],
    .form textarea,
    .entry_form dd input[type="number"],
    .entry_form dd textarea {
        /* display: inline-block;
        font-size: 2vw;
        border: 2px solid #BCBCBC;
        border-radius: 4px;
        padding: 0.5vw 1vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 5vw; */
    }
    .form select {
        width: 100%;
        height: 5vw;
        font-size: 2vw;
    }
    .form input[type="text"] {
        /* width: 100%;
        height: 5vw;
        font-size: 3vw; */
    }
    .entry_form dd input[type="email"] {
        /* display: inline-block;
        width: 65vw;
        height: 5vw;
        font-size: 2vw;
        border: 2px solid #BCBCBC;
        border-radius: 4px;
        padding: 0.5vw 1vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; */
    }
}

@media screen and (max-width: 576px) {
    .form select,
    .form input[type="text"],
    .form textarea,
    .entry_form dd input[type="number"],
    .entry_form dd textarea {
        /* display: inline-block;
        font-size: 4vw;
        border: 2px solid #BCBCBC;
        border-radius: 4px;
        padding: 0.5vw 1vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 8vw; */
    }
    .form select {
        width: 100%;
        height: 8vw;
        font-size: 3vw;
    }
    .form input[type="text"] {
        /* width: 100%;
        height: 5vw;
        font-size: 5vw; */
    }
    .entry_form dd input[type="email"] {
        /* display: inline-block;
        width: 65vw;
        height: 10vw;
        font-size: 5vw;
        border: 2px solid #BCBCBC;
        border-radius: 4px;
        padding: 0.5vw 1vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; */
    }
}

.entry_form dd input[type="number"] {
    /* height: 2.5vw; */
}
.entry_form dd textarea {
    /* width: 28vw;
    height: 12vw; */
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-nowrap {
    white-space: nowrap;
}
.text-sm {
    font-size: small;
}
.text-black {
    color: #000;
}
.position-relative,
.pos-relative {
    position: relative !important;
}
.pos-absolute {
    position: absolute !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 0.75rem !important;
}
.mt-4 {
    margin-top: 1rem !important;
}
.mt-5 {
    margin-top: 1.25rem !important;
}
.mt-6 {
    margin-top: 1.5rem !important;
}
.mt-7 {
    margin-top: 1.75rem !important;
}
.mt-8 {
    margin-top: 2rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 0.75rem !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 1.25rem !important;
}
.mb-6 {
    margin-bottom: 1.5rem !important;
}
.mb-7 {
    margin-bottom: 1.75rem !important;
}
.mb-8 {
    margin-bottom: 2rem !important;
}
.mb-12 {
    margin-bottom: 3rem !important;
}
.mb-16 {
    margin-bottom: 4rem !important;
}
.mr-3 {
    margin-right: 0.75rem !important;
}
.mr-4 {
    margin-right: 1rem !important;
}
.mr-8 {
    margin-right: 2rem !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-3 {
    margin-left: 0.75rem !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.p-4 {
    padding: 1rem !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-1 {
    padding-left: 0.25rem !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.pl-4 {
    padding-left: 1rem !important;
}
.pl-8 {
    padding-left: 2rem !important;
}
.pl-16 {
    padding-left: 4rem !important;
}
.pl-24 {
    padding-left: 6rem !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pr-2 {
    padding-right: 0.5rem !important;
}
.pr-4 {
    padding-right: 1rem !important;
}
.pr-8 {
    padding-right: 2rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-3 {
    padding-top: 0.75rem !important;
}
.pt-4 {
    padding-top: 1rem !important;
}
.pt-8 {
    padding-top: 2rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-3 {
    padding-bottom: 0.75rem !important;
}
.pb-4 {
    padding-bottom: 1rem !important;
}
.pb-8 {
    padding-bottom: 2rem !important;
}
.d-none {
    display: none;
}
.d-flex {
    display: flex;
}
.d-block {
    display: block !important;
}
.d-inline {
    display: inline !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-basis-0 {
    flex-basis: 0 !important;
}
.flex-grow {
    flex-grow: 1;
}
.bg-none {
    background: none !important;
}
.float-right {
    float: right !important;
}
.justify-content-space-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.w-auto {
    width: auto !important;
}
.w-25 {
    width: 25% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 35% !important;
}
.w-50 {
    width: 50% !important;
}
.w-65 {
    width: 65% !important;
}
.w-66 {
    width: 66.6% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-auto {
    height: auto !important;
}
.align-items-center {
    align-items: center !important;
}
.font-weight-bold {
    font-weight: bold;
}
.op {
    cursor: pointer;
}
button.op {
    border: 1px solid #bbb;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
    box-sizing: border-box;
}
.row > * {
    /* flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box; */
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4,
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    flex: 0 0 41.6666666666%;
    max-width: 41.6666666666%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.666666666%;
    max-width: 66.666666666%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.333333333%;
    max-width: 83.333333333%;
}
@media (min-width: 768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666666%;
        max-width: 41.6666666666%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.666666666%;
        max-width: 66.666666666%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

.newsletter table tbody .title {
    height: 2.474vw;
    padding-left: 1em;
}

.btn {
    /* display: inline-block; */
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-danger {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.modal_body_header {
    background: #428edc;
}
.modal .modal-header {
    display: block;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-content.agency_modal .modal-header h4 {
    color: #fff;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.uk-h4,
h4 {
    font-size: 1.75rem;
    line-height: 1.4;
}
.modal-content.agency_modal .modal-header {
    margin: 0;
    padding: 1em;
    font-weight: 700;
    border-bottom: 1px solid #009fe1;
    background: #009fe1;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 900px) {
    #olAgencyAddModal .modal-dialog {
        width: 800px;
        max-width: 800px;
    }
}
@media screen and (min-width: 1000px) {
    #olAgencyAddModal .modal-dialog {
        width: 950px;
        max-width: 950px;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 40vw;
        margin: 1.75rem auto;
    }
}
.modal .agency_modal .modal-body {
    padding: 0;
}
.table > tbody > tr > td.modal_body_header {
    color: #ffffff;
    font-weight: bold;
    padding-top: 3px;
    margin-top: 10px;
    text-align: center;
}
.modal.fade .modal-dialog {
    position: relative;
    margin: 8em auto;
    top: auto;
    left: auto;
    width: auto;
}
.modal_body_header {
    background: #428edc;
}
.modal .agency_modal .table {
    margin: 0;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.modal .agency_modal button {
    margin: 0 15px;
}
.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.form-control {
    /* display: block;
    width: 90%;
    height: calc(1.5em + 1.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}

.form .btn,
.box-btn a,
.box-btn button,
.box-btn input[type="submit"] {
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #eb9161;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    min-height: 2.5em;
    display: inline-flex;
    min-width: 12em;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
}

.form .btn {
    padding: 0.375rem 0.75rem;
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.btn-primary {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    color: #fff;
}
.btn.btn-signature {
    min-height: 1.5em;
    min-width: 1.5em;
}
.btn.btn-secondary {
    background-color: #5a6268 !important;
    border-color: #5a6268 !important;
    color: #fff;
}
.btn.btn-success {
    background-color: #198754 !important;
    border-color: #198754 !important;
    color: #fff;
}
.btn.btn-error {
    background-color: #f20000 !important;
    border-color: #f20000 !important;
    color: #fff;
}
.btn.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-green {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn.btn-gray {
    color: #fff;
    background-color: #91989a;
    border-color: #91989a;
}
.btn.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
label.btn {
    border: 1px solid #333;
    background-color: rgba(206, 206, 206, 0.37);
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.history_table.support01 table th,
.history_table.support01 table td {
    font-size: smaller;
}

.table .btn-primary {
    min-width: 65px;
    font-size: 12px;
    line-height: 31px;
    padding: 0 5px;
    margin: 5px;
}

ul.list-trade {
    display: flex;
    flex-wrap: wrap;
}
ul.list-trade li {
    padding-right: 1em;
    margin-bottom: 0.3em;
}
.support01_top_tool {
    position: absolute;
    top: 0.5vw;
    right: 1.5vw;
}
.border-0 {
    border-width: 0 !important;
}
.alert-success {
    background-color: #d4edda !important;
    border-color: #d4edda !important;
    color: #000;
}
.alert-secondary {
    background-color: #e2e3e5 !important;
    border-color: #e2e3e5 !important;
    color: #000;
}
.support01_box_text {
    font-size: large;
}
.with-errors {
    color: #dc3545;
}
.pagenav.pagenav01 ul li.active a {
    background: #008ec9;
    color: #fff;
}
.pagenav.pagenav02 ul li.active a {
    background: #1a8e58;
    color: #fff;
}
.disabled {
}
.bottom_link button img {
    margin-right: 10px;
}
@media screen and (max-width: 1024px) {
    .bottom_link button img {
        margin-right: 10px;
        width: 20px;
    }
}
.bottom_link button {
    margin: 0 15px;
    padding: 0.5em 2em;
    display: flex;
    font-size: large;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #eb9161;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    border-radius: 3px;
    border: 1px solid #bbb;
}
.bottom_link button.btn-csv-download {
    background: #e38399;
}
@media screen and (max-width: 1024px) {
    #main {
        padding-bottom: 1em !important;
    }
    .bottom_link {
        padding: 0 1em;
    }
    .bottom_link button {
        width: 280px !important;
        text-align: center;
        height: auto;
        line-height: 36px;
        display: flex;
        margin: 10px auto 0;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        background: #eb9161;
        box-shadow: 0 0 6px rgb(0 0 0 / 20%);
        border-radius: 3px;
    }
}
.register_btn01 span,
.register_btn01_after span,
.support_top_btn01 a span,
.support_top_btn01_after a span {
    margin-top: -2px;
    margin-left: 3px;
}

.register_btn01_after span.fas,
.support_top_btn01_after a span.fas {
    color: yellow;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group-addon {
    position: absolute;
    top: 0.75em;
    right: 0.5em;
    z-index: 12;
}
.popup_message {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    width: 10em;
    padding: 3px 3px 3px 0;
    z-index: 10;
}
.popup_message:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #ffcc75;
    z-index: 0;
}
.popup_message.alert-secondary:before {
    border-right: 15px solid #e2e3e5;
}
.popup_message.alert-success:before {
    border-right: 15px solid #d4edda;
}

.listbox_cont_flex .box_tit .name_serve {
    font-size: small;
    line-height: 1.4vw;
    color: #000;
}
.modal-dialog {
    /* max-width: 960px !important;
    margin: 7rem auto 2rem !important; */
}
.modal-content .close {
    position: absolute;
    right: 0;
    top: -80px;
    border: none;
    background: none;
    font-size: 80px;
    color: #fff;
}
.support01_box_list li table th input[type="radio"],
.pop_page_cont input[type="radio"] {
    display: unset;
    height: 18px;
    width: 18px;
}
.pop_page_cont input[type="radio"] + span,
.pop_page_cont input[type="radio"]:checked + span {
    background: none;
}

#modal-save {
    font-size: 16px;
    bottom: 200px;
    height: auto;
    box-sizing: border-box;
}
#modal-save .modal-dialog {
    max-width: 1024px;
    margin: auto;
}
#modal-save .modal-header {
    background: #008ec9;
    color: #fff;
    padding: 1em 1em;
    font-size: x-large;
}
#modal-save .modal-header .modal-title {
    border-left: 3px solid #fff;
    padding-left: 1em;
}
.bottom_show_box .right_search button,
#modal-save input[type="submit"],
#modal-save button,
#modal-save .button {
    height: 60px;
    width: 100%;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #eb9161;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    border-radius: 4px;
    border: 0;
}
.bottom_show_box .right_search.save_list {
    margin-top: 12px;
}
#modal-save input[type="submit"],
#modal-save button {
    font-size: 16px;
    height: 36px;
}
.bottom_show_box .right_search.save_list button {
    /* font-size: 13px;
    height: 30px; */
    background: #e38399 !important;
}
#modal-save button {
    margin-top: 1em;
    background: #91989a;
}
.new_box .news_content {
    display: none;
    padding-top: 1vw;
    padding-bottom: 3vw;
    font-size: initial;
    font-weight: initial;
}

.new_box .news_content h1 {
    font-size: 2em;
    font-weight: bold;
}
.new_box .news_content h2 {
    font-size: 1.5em;
    font-weight: bold;
}
.new_box .news_content h3 {
    font-size: 1.17em;
    font-weight: bold;
}
.new_box .news_content h4 {
    font-size: 1em;
    font-weight: bold;
}
.new_box .news_content h5 {
    font-size: 0.83em;
    font-weight: bold;
}
.new_box .news_content h6 {
    font-size: 0.67em;
    font-weight: bold;
}
.new_box .news_content p {
    font-size: 1em;
    padding: revert;
    margin: revert;
}
.new_box .news_content em {
    font-style: italic;
}
.new_box .news_content pre {
    padding: revert;
    margin: revert;
}
.new_box .news_content ul,
.new_box .news_content ol {
    font-size: revert;
    padding: revert;
    margin: revert;
}
.new_box .news_content ul li,
.new_box .news_content ol li {
    font-size: revert;
    list-style-type: revert;
    padding: revert;
    margin: revert;
    float: unset;
}
.text-decoration-none {
    text-decoration: none !important;
}
.bg-izumi-blue {
    background: #0087bf;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.color-white {
    color: #ffffff !important;
}
.font-size-100 {
    font-size: 100%;
}
@media screen and (min-width: 1921px) {
    .btn_box {
        width: 40% !important;
    }
    .btn a {
        font-size: 18pt;
        line-height: 40pt;
    }
    .support01_top .support_top_search_w input {
        font-size: 14pt;
        line-height: 22pt;
        height: 60px;
        width: auto;
    }
    .support01_top .support_top_search_w {
        width: auto;
    }
    .support01_top .support_top_search_w button {
        font-size: 16pt;
        line-height: 22pt;
        height: 60px;
    }
    .entry_link a {
        width: 20em;
        height: 3.5em;
    }
    .file_btn a,
    .file_btn button,
    .side_list .box .tabList li a,
    .side_link ul li a,
    .tab03 .tab02_h,
    .side_list .demo_tab li a,
    .history_table.support01 table th,
    .history_table.support01 table td {
        font-size: 12.5pt;
    }
    .side_list .demo_tab li a {
        padding: 15px 0;
    }
    .tab03 .tab02_h {
        padding: 20px 0 20px 15px;
    }
    .file_btn a,
    .file_btn button {
        width: 20em;
        height: 3.5em;
    }
}

.header_submenu > ul {
    display: flex;
    margin-top: 0.5em;
    border-top: 1px solid #ccc;
    padding-left: 0.5em;
}
.header_submenu > ul > li {
    padding: 3px;
}
.header_submenu > ul > li > a {
    padding: 0.3em 0.8em 0.2em 0.8em;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: medium;
    line-height: 1.4em;
    border: 1px solid #fff;
    border-radius: 10px;
}
.header_submenu > ul > li.pull_down {
    position: relative;
}
.header_submenu > ul > li.pull_down > a:after {
    margin-left: 0.2em;
    display: inline-block;
    content: "\f078";
    color: #008ec9;
    font-weight: normal;
    font-family: FontAwesome;
    line-height: 1em;
}
.header_submenu > ul > li.private > a:after {
    color: #008dc9;
}
.header_submenu > ul > li.client > a:after {
    color: #43a4a8;
}
.header_submenu > ul > li.oem > a:after {
    color: #1a8e58;
}

.header_submenu > ul > li.pull_down.open > a,
.header_submenu > ul > li > a:hover {
    background: #e1eef9;
}

.header_submenu > ul > li.pull_down.open > a:after,
.header_submenu > ul > li.pull_down > a:hover:after {
    color: rebeccapurple;
}
.header_submenu > ul > li.pull_down .tab {
    position: absolute;
    top: calc(100% + 20px);
    left: 1em;
    background: #fff;
    padding: 1.2em 1em;
    border: 2px solid #008ec9;
    font-size: medium;
    width: 20em;
    display: none;
}
.header_submenu > ul > li.private .tab {
    border-color: #008dc9;
}
.header_submenu > ul > li.client .tab {
    border-color: #43a4a8;
}
.header_submenu > ul > li.oem .tab {
    border-color: #1a8e58;
}
.header_submenu > ul > li.pull_down .tab:before {
    position: absolute;
    top: -15px;
    left: 10px;
    content: "";
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #008dc9 transparent;
    z-index: 1001;
}
.header_submenu > ul > li.private .tab:before {
    border-color: transparent transparent #008dc9 transparent;
}
.header_submenu > ul > li.client .tab:before {
    border-color: transparent transparent #43a4a8 transparent;
}
.header_submenu > ul > li.oem .tab:before {
    border-color: transparent transparent #1a8e58 transparent;
}

.header_submenu > ul > li.pull_down .tab .title {
    text-align: center;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
    font-weight: bold;
    border-bottom: 3px solid #008dc9;
}
.header_submenu > ul > li.private .tab .title {
    color: #008dc9;
    border-color: #008dc9;
}
.header_submenu > ul > li.client .tab .title {
    color: #43a4a8;
    border-color: #43a4a8;
}
.header_submenu > ul > li.oem .tab .title {
    color: #1a8e58;
    border-color: #1a8e58;
}

.header_submenu > ul > li.pull_down .tab a {
    color: #000;
}
.header_submenu > ul > li.pull_down .tab a {
    padding: 0.6em 0 0.5em;
    border-bottom: 1px solid #bbb;
    display: block;
    color: #333;
    background: url(../images/top/ico_side04.png) no-repeat right center;
}

.header_submenu > ul > li.pull_down.client .tab a {
    background: url(../images/top/ico_side01.png) no-repeat right center;
}
.header_submenu > ul > li.pull_down.oem .tab a {
    background: url(../images/top/ico_side05.png) no-repeat right center;
}
.header_submenu > ul > li.pull_down .tab .tab_sub {
    margin-top: 1em;
    padding: 0.5em 0.8em 1.2em;
    background: #f4f4f4;
}

.header_submenu > ul > li .tutorial {
    margin-top: 1em;
}
.header_submenu > ul > li .tutorial .side_btn button {
    padding: 0.8em 0;
    font-size: medium;
}
@media screen and (max-width: 1024px) {
    .header_submenu {
        display: none;
    }
}

#modal_submenu_tutorial .login_first {
    max-width: 960px !important;
}
#modal_submenu_tutorial .login_first .modal-content {
    background-color: #f5fffe !important;
    box-sizing: border-box;
}
#modal_submenu_tutorial .login_first_tit {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    padding: 15px 40px 20px;
    background: #008ec9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#modal_submenu_tutorial .login_first_tit span {
    padding-left: 35px;
    line-height: 1;
    display: inline-block;
    border-left: 3px solid #fff;
}
#modal_submenu_tutorial .login_first_box {
    padding: 20px 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
}
#modal_submenu_tutorial .login_first_box dl {
    display: flex;
    justify-content: left;
    align-items: center;
}
#modal_submenu_tutorial .login_first_box dl + dl {
    margin-top: 20px;
}
#modal_submenu_tutorial .login_first_box dt {
    width: 80px;
    height: 86px;
    box-sizing: border-box;
    padding: 15px 0 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    background: #c6c6c6;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: italic;
}
#modal_submenu_tutorial .login_first_box .show dt {
    background: #eb9161;
}
#modal_submenu_tutorial .login_first_box .checked dt {
    background: #008ec9;
}
#modal_submenu_tutorial .login_first_box .checked dd {
    padding-left: 70px;
    background: #dfeffa;
    color: #008ec9;
}
#modal_submenu_tutorial .login_first_box .checked dd:before {
    content: "";
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 30px;
    background: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url("../images/login_manage/ico_login_in01.png") 0 0 no-repeat;
}
#modal_submenu_tutorial .login_first_box dt:before {
    background: url("../images/login_manage/ico_side_login04.png") 0 0 no-repeat;
    width: 25px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
    z-index: 2;
    position: absolute;
}
#modal_submenu_tutorial .login_first_box .checked dt:before {
    background: url("../images/login_manage/ico_side_login03.png") 0 0 no-repeat;
    background-size: 100%;
}
#modal_submenu_tutorial .login_first_box .show dt:before {
    background: url("../images/login_manage/ico_side_login02.png") 0 0 no-repeat;
    background-size: 100%;
}
#modal_submenu_tutorial .login_first_box dl:last-of-type dt:before {
    display: none;
}
#modal_submenu_tutorial .login_first_box dt span {
    display: block;
    font-size: 36px;
    font-weight: 700;
}
#modal_submenu_tutorial .login_first_box dd {
    width: calc(100% - 80px);
    background: #fafafa;
    padding: 25px 30px;
    font-size: 24px;
    font-weight: 700;
    color: #c6c6c6;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#modal_submenu_tutorial .login_first_box dd a {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: auto;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 40px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 34px;
    background: url("../images/login_manage/ico_btn03.png") no-repeat right 10px center #eb9161;
}
#modal_submenu_tutorial .login_first_box .show dd {
    background: #f8ece0;
    color: #eb9161;
}
#modal_submenu_tutorial .login_first_box dd img {
    margin-right: 8px;
    position: relative;
    top: -3px;
}
#modal_submenu_tutorial .login_first_box .check_next {
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
#modal_submenu_tutorial .login_first_box .check_next input[type="checkbox"] {
    display: none;
}
#modal_submenu_tutorial .login_first_box .check_next input[type="checkbox"] + span {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-right: 10px;
    display: inline-block;
    background: url("../images/login_manage/check01.png") no-repeat 0 0;
}
#modal_submenu_tutorial .login_first_box .check_next input[type="checkbox"]:checked + span {
    background: url("../images/login_manage/check02.png") no-repeat 0 0;
}
#modal_submenu_tutorial .login_first_box .close_btn {
    text-align: center;
}
#modal_submenu_tutorial .login_first_box .close_btn a {
    display: inline-block;
    width: 260px;
    line-height: 60px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: url("../images/login_manage/ico_close02.png") no-repeat left 20px center #707070;
}

@media screen and (max-width: 1024px) {
    #modal_submenu_tutorial .login_first {
        width: 100%;
        margin: 20px auto 0;
    }
    #modal_submenu_tutorial .login_first_tit {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        padding: 10px 20px 15px;
        background: #008ec9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #modal_submenu_tutorial .login_first_tit span {
        padding-left: 15px;
        line-height: 1;
        display: inline-block;
        border-left: 2px solid #fff;
    }
    #modal_submenu_tutorial .login_first_box {
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 3px solid #008ec9;
        border-top: none;
    }
    #modal_submenu_tutorial .login_first_box dl {
        display: flex;
        justify-content: left;
        align-items: stretch;
    }
    #modal_submenu_tutorial .login_first_box dl + dl {
        margin-top: 20px;
    }
    #modal_submenu_tutorial .login_first_box dt {
        width: 60px;
        height: auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        background: #c6c6c6;
        position: relative;
        font-family: "Roboto", sans-serif;
        font-style: italic;
    }
    #modal_submenu_tutorial .login_first_box dt:before {
        background: url("../images/login_manage/ico_side_login04.png") 0 0 no-repeat;
        width: 25px;
        height: 10px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        content: "";
        z-index: 2;
        position: absolute;
    }
    #modal_submenu_tutorial .login_first_box dl:nth-child(2) dt:before {
        display: none;
    }
    #modal_submenu_tutorial .login_first_box dt span {
        display: block;
        font-size: 30px;
        font-weight: 700;
    }
    #modal_submenu_tutorial .login_first_box .show dd {
        display: block;
    }
    #modal_submenu_tutorial .login_first_box dd {
        display: flex;
        flex-flow: column;
        justify-content: center;
        width: calc(100% - 60px);
        height: auto;
        background: #fafafa;
        padding: 10px 5px 10px 15px;
        font-size: 16px;
        font-weight: 700;
        color: #c6c6c6;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #modal_submenu_tutorial .login_first_box .checked dd {
        padding-left: 50px;
    }
    #modal_submenu_tutorial .login_first_box .checked dd:before {
        left: 15px;
        height: 20px;
        width: 20px;
        background-size: 100%;
    }
    #modal_submenu_tutorial .login_first_box dd a {
        position: static;
        right: 0;
        display: block;
        top: 50%;
        transform: translateY(0);
        z-index: 2;
        width: 220px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 700;
        padding-left: 20px;
        color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 34px;
        background: url("../images/login_manage/ico_btn03.png") no-repeat right 10px center #eb9161;
    }
    #modal_submenu_tutorial .login_first_box dd img {
        margin-right: 8px;
        position: relative;
        top: -3px;
    }
    #modal_submenu_tutorial .login_first_box .check_next {
        margin: 15px 0;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #333;
    }
    #modal_submenu_tutorial .login_first_box .check_next input[type="checkbox"] {
        display: none;
    }
    #modal_submenu_tutorial .login_first_box .check_next input[type="checkbox"] + span {
        width: 20px;
        height: 20px;
        position: relative;
        top: 3px;
        margin-right: 10px;
        display: inline-block;
        background: url("../images/login_manage/check01.png") no-repeat 0 0;
    }
    #modal_submenu_tutorial .login_first_box .check_next input[type="checkbox"]:checked + span {
        background: url("../images/login_manage/check02.png") no-repeat 0 0;
    }
    #modal_submenu_tutorial .login_first_box .close_btn {
        text-align: center;
    }
    #modal_submenu_tutorial .login_first_box .close_btn a {
        display: inline-block;
        width: 220px;
        line-height: 50px;
        border-radius: 4px;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        background: url("../images/login_manage/ico_close02.png") no-repeat left 20px center #707070;
    }
}

#modal_submenu_tutorial .login_first_box .meter {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

#modal_submenu_tutorial .login_first_box .meter .bar {
    flex: 1;
    height: 15px;
    display: flex;
    box-sizing: border-box;
}
#modal_submenu_tutorial .login_first_box .meter .bar .progress:first-child {
    border-left: 4px solid #e1edf9;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
#modal_submenu_tutorial .login_first_box .meter .bar .progress {
    height: 15px;
    width: 20%;
    box-sizing: border-box;
    border-left-color: #bbcbe4;
    position: relative;
    border-right: 4px solid #e1edf9;
    background: #bbcbe4;
}

#modal_submenu_tutorial .login_first_box .meter .bar .progress:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right-color: #bbcbe4;
}
#modal_submenu_tutorial .login_first_box .meter .bar .progress.completed {
    background-color: #1b6bf8;
    border-left-color: #1b6bf8;
}

#modal_submenu_tutorial .login_first_box .meter .percent {
    width: 4em;
    text-align: right;
    color: #1b6bf8;
    font-size: 12pt;
}

#modal_submenu_tutorial .modal-content.private {
    border: 5px solid #008ec9;
    border-radius: 10px;
    background-color: #e1edf9;
}
#modal_submenu_tutorial .modal-content.private .login_first_box .checked dt {
    background: #008ec9;
}
#modal_submenu_tutorial .modal-content.private .login_first_box .checked dd {
    padding-left: 70px;
    background: #dfeffa;
    color: #008ec9;
}

@media screen and (max-width: 1024px) {
    #modal_submenu_tutorial .modal-content.private .login_first_box .checked dd {
        padding-left: 48px;
    }
}

#modal_submenu_tutorial .modal-content.company {
    border-color: #43a4a8;
}
#modal_submenu_tutorial .modal-content.company .login_first_tit {
    background: #43a4a8;
}
#modal_submenu_tutorial .modal-content.company .login_first_box .checked dt:before {
    background: url(../images/login_manage/ico_side_login05.png) 0 0 no-repeat;
}
#modal_submenu_tutorial .modal-content.company　.login_first .modal-content {
    background-color: #f5fffe !important;
}

#modal_submenu_tutorial .modal-content.company .login_first_box .checked dt {
    background: #43a4a8;
}
#modal_submenu_tutorial .modal-content.company .login_first_box .checked dd {
    background: #e3eff9;
    color: #43a4a8;
}

/* 施策一覧の既読・未読スタイル */
.policy-item.policy-read {
    background-color: #f5f5f5;
}

.policy-item.policy-read .listbox_top {
    background-color: #c0c0c0 !important;
}

.policy-item.policy-read .listbox_cont {
    background-color: #d8d8d8 !important;
}

.policy-item.policy-read .policy-title,
.policy-item.policy-read .subsidy-name,
.policy-item.policy-read .subsidy-tit a {
    color: #444;
    font-weight: normal;
}

.policy-item.policy-unread .policy-title,
.policy-item.policy-unread .subsidy-name,
.policy-item.policy-unread .subsidy-tit a {
    color: #333;
    font-weight: bold;
}

/* 既読アイコン表示（オプション） */
.policy-item.policy-read::before {
    content: "✓";
    position: absolute;
    top: 10px;
    right: 10px;
    color: #444;
    font-size: 14px;
}

/* テーブル形式の施策一覧用 */
tr.policy-read {
    background-color: #f5f5f5;
}

tr.policy-read td {
    color: #444;
}

tr.policy-unread td {
    color: #333;
    font-weight: 500;
}
