@charset “utf-8”;
body {
    background: #F5F5F5;
    font-family: -apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
}
header {
    color: #fff;
    position: fixed;
    width: 100%;
    height: 65px;
    z-index: 1;
}
header ul li {
    color: #000;
    font-size: 13px;
}
.logo {
    height: 25px;
}
.logo a {
    display: inline-block;
    position: relative;
    width: 190px;
    height: 25px;
}
.logo a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 190px;
}
#header_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px 20px 20px 30px;
    align-items: center;
}
#header_inner .logo a {
    color: #000;
}
#header_inner nav ul li {
    float: left;
    margin-left: 20px;
    color: #0162AE;
}
#main {
    display: flex;
    overflow: hidden;
    padding-top: 65px;
}
.main_contents {
    width: 100%;
    padding: 20px 30px 0 270px;
}
.main_contents h1 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
aside {
    min-width: 250px;
    background: #0162AE;
    color: #fff;
    height: 100vh;
    position: fixed;
    overflow: scroll;
    padding-bottom: 150px;
}
aside ul li {
    color: #ffffff;
    font-size: 13px;
}
aside ul li a {
    padding: 20px 20px 20px 30px;
    display: block;
    cursor: pointer;
}
aside ul li a i {
    margin-right: 10px;
}
footer {
    margin: 20px 0 20px 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #999999;
}
footer #copy_right {
    text-align: center;
    font-size: 13px;
    color: #999999;
}
#update_account ul li label {
    display: inline-block;
    width: 170px;
}
#view_account div ul li,
#view_executives div ul li {
    margin: 0px 0 10px;
}
#view_account div ul li label,
#view_executives div ul li label {
    display: inline-block;
    width: 250px;
    background: #24A9E2;
    text-align: end;
    padding: 5px 10px;
}
#view_account div ul li p,
#view_executives div ul li p {
    display: inline-block;
    padding: 5px 10px;
}
#view_account form {
    text-align: end;
    display: inline-block;
}
#view_account form .submit_btn,
#view_executives .btn-primary {
    padding: 0px 30px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    font-weight: 600;
    color: #24A9E2;
    border: 3px solid #24A9E2;
    font-size: 18px;
}
#view_account form .submit_btn:hover,
#view_executives .btn-primary:hover {
    background: #24A9E2;
    color: #fff;
    transition: 0.5s;
}
#edit_account div ul li,
#executives_form form div label {
    margin: 0px 0 10px;
}
#edit_account div ul li label,
#executives_form form div label {
    display: inline-block;
    width: 250px;
    background: #24A9E2;
    text-align: end;
    padding: 5px 10px;
}
#edit_account div ul li select,
#edit_account div ul li input,
#edit_account div ul li p,
#executives_form form div select,
#executives_form form div input,
#executives_form form div p {
    width: 250px;
    margin-left: 10px;
    cursor: text;
    padding: 8px 10px;
}
#edit_account div ul li select,
#edit_account div ul li input,
#executives_form form div select,
#executives_form form div input {
    background: lightgrey;
}
#edit_account .unedit,
#edit_account ul li p {
    background: unset;
}
#edit_account div ul li select {
    padding: 8px 10px;
}
#edit_account .submit_btn,
#executives_form #executive_form button {
    padding: 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    font-weight: 600;
    width: 200px;
    text-align: center;
    margin-left: 265px;
    color: #24A9E2;
    border: 3px solid #24A9E2;
}
#edit_account .submit_btn:hover,
#executives_form #executive_form button:hover {
    background: #24A9E2;
    color: #fff;
}
#edit_account ul li p {
    display: inline-block;
}
#alert_wrap .alert-warning {
    color: red;
    font-weight: 600;
}
#alert_wrap a {
    background: #fff;
    width: 200px;
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    border-radius: 10px;
    margin: 10px 0 20px;
    font-weight: 600;
    color: #24A9E2;
    border: 3px solid #24A9E2;
}
#alert_wrap a:hover {
    background: #24A9E2;
    color: #fff;
    border: 3px solid #24A9E2;
    transition: 0.5s
}
.active-link {
    background-color: #037DC2;
    color: #fff;
}
.submenu {
    display: none;
}
.submenu.show {
    display: block;
}
.before_dashboard {
    text-align: center;
}
.before_dashboard h1 {
    width: 100%;
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: 600;
    color: #555555;
}
.before_dashboard .input-container {
    position: relative;
}
.before_dashboard .input-container i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #555555;
}
.before_dashboard .input-container input {
    padding-left: 30px;
}
.before_dashboard .toggle-password {
    cursor: pointer;
}
#login_page,
.before_dashboard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.before_dashboard input[type="email"],
.before_dashboard input[type="password"],
.before_dashboard input[type="text"] {
    width: 300px;
    padding: 10px;
    border: 1px solid #555555;
    border-radius: 5px;
    padding-left: 35px;
    text-align: left;
}
.before_dashboard input[type="email"]::placeholder,
.before_dashboard input[type="password"]::placeholder,
.before_dashboard input[type="text"]::placeholder {
  color: #999999;
}
.before_dashboard input[type="password"] {
    padding-right: 50px;
}
.before_dashboard .icon-container {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    cursor: pointer;
}
.before_dashboard .icon-container i {
    font-size: 16px;
    color: #555555;
    transition: color 0.3s;
}

.before_dashboard .icon-container:hover i {
    color: #333333;
}
.before_dashboard input[type="email"]:focus,
.before_dashboard input[type="password"]:focus,
.before_dashboard input[type="text"]:focus {
    outline: none;
    border-color: #555555;
}
.before_dashboard button[type="submit"] {
    width: 300px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #AEAEAE;
    color: #ffffff;
    font-weight: bold;
    cursor: not-allowed;
    text-align: center;
    margin-top: 10px;
    transition: background-color 0.3s;
}
.before_dashboard input[type="email"]:valid ~ input[type="password"]:valid ~ button[type="submit"] {
    background-color: #24A9E2;
    cursor: pointer;
}
.before_dashboard .login-button {
    margin-bottom: 10px;
}
.before_dashboard .reset-password-link {
    display: inline-block;
    width: 300px;
    padding: 15px 0;
    border-bottom: 2px solid lightgray;
    color: #24A9E2;
    text-decoration: none;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #24A9E2;
    font-size: 14px;
    margin-bottom: 15px;
}
.before_dashboard .register_text,
.before_dashboard .login_text {
    font-size: 14px;
}
.before_dashboard .register_link,
.before_dashboard .login_link {
    color: #24A9E2;
    text-decoration: underline;
    text-decoration-color: #24A9E2;
}
.register_btn,
.login_btn {
    background: #fff;
    color: #24A9E2;
    border: 2px solid #24A9E2;
    border-radius: 5px;
    display: block;
    padding: 5px 30px;
    font-weight: 600;
}
.register_btn:hover,
.login_btn:hover {
    background: #24A9E2;
    color: #fff;
}
.login_text {
    margin-top: 15px;
}
.before_dashboard .complete_registration_btn[type="submit"] {
    width: 300px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #24A9E2;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    transition: background-color 0.3s;
}
aside ul li .submenu li {
    margin-left: 40px;
}
.accordion-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-item i.fa-chevron-down {
    margin-left: auto;
}
.view_executive_count {
    color: #0162AE;
    text-decoration: underline;
    text-decoration-color: #0162AE;
}
.executive_item {
    margin: 10px 0;
}
.executive_item h3 {
    font-size: 18px;
    font-weight: 600;
}
.executives_wrapper {
    overflow-x: scroll;
}
.table-bordered {
    width: 1980px;
}
#view_executives .executives_wrapper {
    padding-bottom: 10px;
}
.section_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pdf_btn {
    padding: 0px 30px;
    cursor: pointer;
    background: red;
    border-radius: 5px;
    font-weight: 600;
    color: #ffffff;
    border: 3px solid red;
    font-size: 18px;
}
.pdf_btn:hover {
    background: #ffff;
    color: red;
    border: 3px solid red;
    font-size: 18px;
    transition: 0.5s;
}
#table_wrap form{
    padding-bottom: 30px;
}
#issue_corporate_id_form table {
    margin-bottom: 20px;
    margin-top: 20px;
}
#issue_corporate_id_form table,
#issue_corporate_id_form td,
#issue_corporate_id_form th {
    border: 2px #c8c9c5 solid;
}
#issue_corporate_id_form #table_wrap {
    overflow-x: scroll;
}
#issue_corporate_id_form thead tr th:first-child {

}
#issue_corporate_id_form thead tr th,
#issue_corporate_id_form tbody tr td {
    padding: 5px;
    white-space: nowrap;
}
#issue_corporate_id_form tbody tr td select,
#issue_corporate_id_form tbody tr td input {
    background-color: #c8c9c5;
    padding: 5px;
    border-radius: 3px;
}
#issue_corporate_id_form tbody tr td .removeRow {
    color: #ffffff;
    background-color: #ff0000;
    padding: 2px 5px;
    border-radius: 3px;
}
#issue_corporate_id_form #addRow,
#issue_corporate_id_form #confirm_btn,
form #remove,
form #register {
    padding: 2px 5px;
    border-radius: 3px;
    width: 100px;
    text-align: center;
}
#issue_corporate_id_form #addRow,
form #remove {
    color: #24A9E2;
    background-color: #ffffff;
    border: 2px solid #24A9E2;
    margin-right: 10px;
}
#issue_corporate_id_form #addRow:hover,
form #remove:hover {
    color: #ffffff;
    background-color: #24A9E2;
    border: 2px solid #24A9E2;
}
#issue_corporate_id_form #confirm_btn {
    color: #ffffff;
    background-color: #24A9E2;
    border: 2px solid #24A9E2;
}
#issue_corporate_id_form #confirm_btn:hover {
    color: #24A9E2;
    background-color: #ffffff;
    border: 2px solid #24A9E2;
}
form #register {
    color: #ffffff;
    background-color: blue;
    border: 2px solid blue;
    margin-right: 10px;
}
form #register:hover {
    color: blue;
    background-color: #ffffff;
    border: 2px solid blue;
}
.search-form {
    justify-content: center;
    margin-bottom: 10px;
}
.search-input {
    width: 250px;
    height: 30px;
    padding: 0px 14px;
    outline: none;
    background: lightgray;
}
.search-button {
    text-align: center;
    width: 50px;
    height: 30px;
    background-color: #336699;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    color: #ffffff;
}
.search-button:hover {
    background-color: #ddd;
}
.search-button i {
    color: #000;
}
.search-input::placeholder {
    color: darkgray;
}
.reset-button {
    border: none;
    background-color: #333;
    color: white;
    cursor: pointer;
    margin-left: 10px;
    height: 30px;
    width: 120px;
    text-align: center;
}
#sort_function {
    display: flex;
}
#sort_function .date_sort {
    margin-right: 10px;
}
.displayed_results form,
.displayed_results p,
.date_sort {
    width: 140px;
    position: relative;
}
.displayed_results form i,
.date_sort i {
    position: absolute;
    right: 10px;
    z-index: -1;
    color: #ccc;
    height: 32px;
    line-height: 32px;
}
.displayed_results form select,
.date_sort select {
    line-height: 30px;
    width: 140px;
    border: 1px solid #ccc;
    height: 32px;
    padding-left: 10px;
    cursor: pointer;
}
.displayed_results form select:hover,
.date_sort select:hover {
    background-color: #336699;
    color: #fff;
    transition: 0.5s;
}
.pagination {
    text-align: center;
}
.pagination_inner {
    display: flex;
    justify-content: center;
}
.pagination .pagination_inner span {
    background-color: #336699;
    color: #fff;
}
.pagination .pagination_inner a {
    color: #336699;
}
.pagination .pagination_inner a:hover {
    background-color: #336699;
    color: #fff;
    transition: 0.5s;
}
.pagination .pagination_inner span,
.pagination .pagination_inner a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: block;
    border: 1px solid #336699;
    margin-right: 10px;
}
#kessansyo {
    display: flex;
}
#upload_contents {
    width: 100%;
}
#upload_contents h2 {
    font-size: 20px;
}
#upload_contents table {
    width: 100%;
    margin: 10px 0;
}
#upload_contents table th,
#upload_contents table td {
    border: 1px solid #000;
    padding: 5px 10px;
}
#uploadForm {
    display: inline-block;
    width: 100%;
    padding-right: 20px;
}
#drop_zone_wrapper {
    height: 300px;
    width: 100%;
    text-align: center;
    border: 4px dashed lightblue;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    margin: 10px 0;
}
#drop-zone {
    width: 100%;
    height: 300px;
}
#drop_zone_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#select-file-btn {
    background: lightblue;
    padding: 4px 15px;
}
#upload_btn {
    background: #037DC2;
    color: #fff;
    width: 150px;
    text-align: center;
    padding: 4px 0;
    cursor: pointer;
    margin: 10px 0;
}
#upload_btn:hover {
    background: #0162AE;
    color: #fff;
    transition: 0.5s;
}
/* オーバーレイのスタイル */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* 半透明の黒 */
    z-index: 999;
}
#main #popupForm {
    background-color:white;
    border:1px solid black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: auto;
    width: 800px;
    height: 500px;
    top: 10%;
    left: 25%;
    top: calc(50% - 250px);
    left: calc(50% - 400px);
    position: absolute;
    z-index: 1000;
    padding:20px;

}
#popupForm #main {
    display: block;
    padding-top: 0;
}
#popupForm #main .main_contents {
    display: block;
    padding: 0;
}
#closeButton {
    background-color: #f44336; /* 赤色 */
    color: white;
    border: none;
    border-radius: 50%; /* 丸くする */
    width: 25px; /* 幅 */
    height: 25px; /* 高さ */
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3); /* 影をつける */
}
#closeButton:hover {
    background-color: #da190b; /* ホバー時の色 */
}
.suppliers_wrapper {
    overflow: auto;
}
.open {
    display: block;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    transform: translateX(26px);
  }

  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

/*viewport(タブレット)-~1080px-*/
@media  screen and (max-width: 1080px) {

}
/*viewport(スマホ)-~767px-*/
@media screen and (max-width: 767px){

}
