﻿@media (max-width: 768px) {
    .row {
        --bs-gutter-x: 0.75rem; /* sm, mdの幅 */
    }
    .table > :not(caption) > * > * {
        padding: .5rem .2rem;
    }
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: white;
}

.table-hover > tbody > tr:not(.table-click-css):hover {
    --bs-table-accent-bg: #bfe9ff;
}

.table-default-highlight {
    background-color: #E6F7E6;
}

.table-click-css {
    --bs-table-accent-bg: #d9f5ff !important;
    background-color: #d9f5ff;
}

caption {
    font-weight: bold;
    caption-side: top;
    text-align: center;
    display: none;
}

html{
    color: black;
}

.spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.analysis_now_status {
    width: calc(100% - 10px);
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
    margin-bottom: 20px;
}

.analysis_unit_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 10px);
    padding: 5px;
    background-color: #f8f9fa;
    border-radius: 5px;
    margin-bottom: 20px;
}

.analysis_unit_info label {
    margin-right: 10px;
    padding: 10px;
}

.analysis_unit_info input[type="checkbox"] {
    margin-left: 5px;
}

/* analysis_unit_list のスタイル */
.analysis_unit_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* analysis_unit のスタイル */
.analysis_unit {
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    min-width: 320px;
    min-height: 200px;
    width: calc(50% - 10px);
    box-sizing: border-box;
}

.analysis_unit_inner {
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    min-width: 280px;
    min-height: 200px;
    width: calc(50% - 10px);
    box-sizing: border-box;
}

/* 変更対象リストのスタイル */
.change_list {
    margin-bottom: 20px;
}

.change_list select {
    width: 100%;          /* 幅を固定値で指定 */
    overflow: hidden;      /* 内容がボックスを超える場合、表示しない */
    text-overflow: ellipsis; /* テキストがボックスを超える場合、省略記号(...)を表示 */
}
/* ベーススタイル */
.app-old-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1rem;
    margin-bottom: 0px;
    color: #333;
}

/* セルのスタイリング */
    .app-old-table th,
    .app-old-table td {
        padding: 5px 5px;
        text-align: left;
    }

    .app-old-table tr {
        border-bottom: 1px solid #dcdcdc;
    }

/* ヘッダーセルのスタイリング */
    .app-old-table th {
        background-color: #f2f2f2;
        font-weight: 600;
        padding: 0px 7px;
    }

/* セルの縦方向の中央揃え */
    .app-old-table td {
        vertical-align: middle;
    }

/* 偶数行の背景色 */
    .app-old-table tbody tr:nth-child(4n + 1),
    .app-old-table tbody tr:nth-child(4n + 3) {
        background-color: #f9f9f9;
    }

/* 奇数行の背景色 */
    .app-old-table tbody tr:nth-child(4n + 2),
    .app-old-table tbody tr:nth-child(4n + 4) {
        background-color: #ffffff;
    }

/* ボタンのスタイリング */
    .app-old-table .btn {
        margin-right: 2px;
        padding: 2px 2px;
        font-size: 0.7rem;
    }

    .app-old-table tbody tr {
        padding: 0.3rem 0.5rem;
    }

        .app-old-table tbody tr th {
            padding: 1px 7px;
        }

/* 入力エリアのスタイリング */
.small-input {
    width: 80px;
}

.form-control {
    padding: 0.175rem 0.5rem;
}

.analysis_unit.analysis_unit_selected {
    border: 2px solid blue;
}

.analysis_unit.analysis_unit_disable:not(.analysis_unit_selected) {
    opacity: 0.4;
}

.analysis_unit.analysis_unit_list_dynamic_height {
    min-height: 500px;
}

.custom-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0.05rem;
    z-index: 9999999;
    background-color: #2c3e50;
}

.fixed-width-btn {
    width: 74px;
}

.footer-item-center {
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.group-section {
    background-color: #e9ecef;
    padding: 1rem;
    border-radius: 5px;
    margin: 1rem 0;
}

.group-title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.scroll-sort-area {
    max-height: 400px;
    overflow-y: auto;
}

.note {
    font-size: 0.8em;
    color: red;
}

.analysis_unit.analysis_unit_history {
    background-color: #D6F0FF;
}

.eachitem_damage_area {
    width: 100%;
    border: 1px solid #ccc; /* 枠線の色を指定 */
    background-color: #d0f4e6; /* 背景色を指定 */
    padding: 10px; /* コンテンツと枠の間の余白を指定 */
}

.eachitem_damage_info_nochange {
    color: darkgray;
}

.eachitem_damage_info_upper {
    color: black;
}

.eachitem_damage_info_lower {
    color: blue;
}

.btn_animattion_fuwafuwa {
    animation: fuwafuwa 2.5s ease 0s infinite alternate;
}

@keyframes fuwafuwa {
    from {
        transform: scale(0.9,0.9);
    }

    to {
        transform: scale(1.3,1.3);
    }
}

.menu_sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

    .menu_sidebar.closed {
        transform: translateX(60px);
    }

.menu_icon-disp-area {
    width: 44px;
    height: 64px;
    margin: 8px;
    background-color: white;
    border-radius: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .menu_icon-disp-area p {
        margin: 0; /* パディングやマージンを必要に応じて調整 */
        padding-top: 5px; /* アイコンと説明文の間のスペースを調整 */
        font-size: 14px; /* 文字サイズを調整 */
        color: #333; /* 文字色を調整 */
    }

.app-inline-text-icon {
    width: 1em;
    height: 1em;
    margin-left: 0.5rem;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    flex-shrink: 0;
}

    .app-inline-text-icon:hover {
        opacity: 1;
    }

.menu_sidebar .menu_icon-disp-area .menu_icon_item {
    width: 30px;
    height: 30px;
    transition: fill 0.3s ease;
}

    .menu_sidebar .menu_icon-disp-area:hover {
        fill: #ccc;
        cursor: pointer;
        opacity: 0.5;
    }

.menu_sidebar_toggle-button {
    position: absolute;
    top: 50%;
    left: -30px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
}

    .menu_sidebar_toggle-button::before {
        content: '→';
        font-size: 20px;
        color: #000;
        transition: transform 0.3s ease;
    }

.menu_sidebar.closed .menu_sidebar_toggle-button::before {
    transform: rotate(180deg);
}

.link-text-button {
    display: block;
    padding: 12px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #0056b340;
}

    .link-text-button p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

label .link-text-button p {
    color: #0d6efd;
    text-decoration: underline;
}

    .link-text-button a {
        color: default;
    }

    .link-text-button:hover {
        color: #0056b3;
        border-color: #0056b3;
        cursor: pointer;
    }

.link-text-current {
    color: orange;
    border: 1px solid darkorange;
}

    .link-text-current:hover {
        color: darkorange;
        border-color: darkorange;
    }

.modal_overlay {
    z-index: 100 !important;
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* モーダルウィンドウの中身 */
.modal_area {
    z-index: 200;
    background-color: #fff;
    width: 95%;
    height: 95%;
    border-radius: 8px;
    display: grid;
    grid-template-rows: 64px auto 64px;
    grid-template-areas:
        "area-header"
        "area-contents"
        "area-footer";
}

.modal_header {
    grid-area: area-header;
    margin: 24px;
}

.modal_contents {
    grid-area: area-contents;
    margin: 0px 24px 24px 24px;
    overflow-y: auto;
}

.modal_footer {
    grid-area: area-footer;
    margin: 0px 24px 24px 24px;
}

.modal_title {
    font-size: large;
}

[v-cloak] {
    display: none;
}

.equip_search-container {
    position: fixed;
    bottom: 8px;
    right: 72px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px;
    max-width: 260px;
}

    .equip_search-container .equip_search-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: large;
        color: #333;
        margin-bottom: 0px;
    }

    .equip_search-container .equip_search-field {
        display: flex;
        align-items: center;
        margin-bottom: 4px;
    }

        .equip_search-container .equip_search-field i {
            margin-right: 4px;
            color: #666;
        }

    .equip_search-container input {
        width: calc(100% - 16px);
        padding: 4px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

        .equip_search-container input::placeholder {
            color: #333;
        }
    .equip_search-container select {
        width: calc(100% - 16px);
        padding: 4px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.flex-wrapper_breaker {
    flex-basis: 100%;
    height: 0;
}

.item-search-header {
    position: sticky;
    top: 0;
    background-color: #f8f8f8;
    padding: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-text-bar {
    display: flex;
    align-items: center;
}

    .search-text-input-textarea {
        flex: 1;
        padding: 8px;
        font-size: large;
        margin: 0 4px;
    }

.search-detail-icon-button {
    background: none;
    border: none;
    font-size: larger;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search-detail-icon-text {
    font-size: x-small;
    margin-top: 4px;
    text-align: center;
}

.advanced-search-cond-dialog {
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: white;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

.search-scrollable-content {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.search-group {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

    .group-label-title {
        display: block;
        margin-bottom: 4px;
        font-weight: bold;
        background-color: #f0f0f0;
        padding: 4px;
        border-radius: 4px;
        width: 100%;
    }

.searc_detail_actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 8px;
    background: #f8f8f8;
    border-top: 1px solid #e0e0e0;
}


.header_sticky {
    position: fixed;
    top: 0;
    left: 0;
}

.search-horizontal-checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.search-horizontal-checkbox {
    margin-right: 4px;
    margin-bottom: 4px;
    width: calc(16% - 4px);
    box-sizing: border-box;
}

.search-horizontal-checkbox input {
    margin-right: 4px;
}

.search-horizontal-check-3col {
    width: calc(33% - 4px);
}

.search-horizontal-check-3col input {
    margin-right: 4px;
}

@media (max-width: 600px) {
    .search-horizontal-check-3col {
        width: calc(50% - 4px);
    }
}

.search-group hr {
    margin: 8px 0px;
}

.horizontal-radio-layout input {
    display: none;
}

.horizontal-radio-layout label {
    display: block;
    float: left;
    cursor: pointer;
    width: 75px;
    margin: 0;
    padding: 12px 2px;
    margin: 4px 0px;
    background: #bdc3c7;
    color: #869198;
    text-align: center;
    line-height: 1;
    transition: 0.2s;
}

    .horizontal-radio-layout label:first-of-type {
        border-radius: 3px 0 0 3px;
    }

    .horizontal-radio-layout label:last-of-type {
        border-radius: 0 3px 3px 0;
    }

.horizontal-radio-layout .radio-active {
    background-color: #497dd0;
    color: #fff;
}

.horizontal-radio-main-tab-layout input {
    display: none;
}

.horizontal-radio-main-tab-layout label {
    display: block;
    float: left;
    cursor: pointer;
    width: 50%;
    max-width: 150px;
    margin: 0;
    padding: 12px 2px;
    margin: 4px 0px;
    background: #DDDDDD;
    color: #000000;
    text-align: center;
    line-height: 1;
    transition: 0.2s;
}

.horizontal-radio-main-tab-layout label:first-of-type {
    border-radius: 3px 0 0 3px;
}

.horizontal-radio-main-tab-layout label:last-of-type {
    border-radius: 0 3px 3px 0;
}

.horizontal-radio-main-tab-layout .radio-active {
    background: #00AAEE;
    color: #FFFFFF;
}

.search-result-container {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.search-result-section {
    min-height: 60px;
    margin: 20px 0;
}

.search-result-sec-label {
    font-weight: 800;
    font-size: 22px;
    margin: 32px 0 12px 0;
    padding: 4px;
    background-color:honeydew ;
}

.search-result-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-result-category {
    width: calc(100% - 10px);
    box-sizing: border-box;
}

.search-result-cat-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #f0f0f0;
    border-radius: 5px;
    transition: background-color 0.3s;
    border-bottom: 2px solid #ff6347;
    padding: 0;
}

    .search-result-cat-header:hover {
        background-color: #e0e0e0;
    }

.search-result-cat-ribbon {
    width: 10px;
    height: 20px;
    background-color: #ff6347;
    margin-right: 10px;
    border-radius: 2px;
}

.search-result-cat-icon-gen {
    margin-right: 10px;
    font-size: 20px;
    color: #ff6347;
}

.search-result-cat-label {
    font-size: 18px;
    font-weight: bold;
    margin: 8px;
}

@media (min-width: 768px) {
    .search-result-category {
        width: calc(50% - 10px);
    }
}

@media (min-width: 1200px) {
    .search-result-category {
        width: calc(33.33% - 10px);
    }
}

.search-res-validation-container {
    max-width: 800px;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-res-validation-group {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #fafafa;
}

.search-res-validation-grp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background-color: #e9e9e9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.search-res-validation-grp-name {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.search-res-validation-grp-info-icon {
    font-size: 16px;
    cursor: pointer;
}

.search-res-validation-grp-toggle-button {
    font-size: 16px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    margin-left: auto;
}

.search-res-validation-grp-content {
    padding: 10px;
    display: none;
}

.search-res-validation-item-info {
    border-top: 1px solid #ddd;
    padding: 5px 0;
}

    .search-res-validation-item-info:first-child {
        border-top: none;
    }

.search-res-validation-item-preview {
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    display: block;
}

.search-res-validation-label {
    background-color: #e0e0e0;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

.search-result-val-icon {
    width: 24px;
    height: 24px;
}

.search-res-validation-item-info p,
.search-res-validation-item-preview p {
    margin: 2px 0;
    font-size: 14px;
}

@media (max-width: 600px) {
    .search-res-validation-container {
        padding: 10px;
    }

    .search-res-validation-grp-toggle-button {
        align-self: flex-end;
    }
}

.search-result-item-dialog-button-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}

.search-result-item-dialog-button-item {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
}

    .search-result-item-dialog-button-item:hover {
        background: #e0e0e0;
    }

.search-result-item-dialog-button-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.search-result-item-dialog-button-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search-result-item-dialog-button-title {
    margin: 0;
    font-size: 16px;
}

.search-result-item-dialog-button-description {
    margin: 0;
    font-size: 12px;
    color: #666;
}

ul li {
    margin-bottom: 8px;
}


.background-div {
    background-color: #f9f9f9;
}

.page-top-contents {
    background-color: #ffffff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
}

.page-top-site-title {
    font-size: 2.5em;
    color: #007BFF;
    margin-bottom: 16px;
    text-align: left;
}

.page-top-sub-title {
    font-size: 1.2em;
    color: #ffffff;
    background-color: #007BFF;
    padding: 8px;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 8px;
}

.page-top-sub-title-color2 {
    background-color: teal;
}

.page-top-sub-title-color3 {
    background-color: purple;
}

.page-top-sub-feature-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.page-top-sub-feature-item {
    width: calc(33.3% - 8px);
    border: 1px solid #007BFF;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 8px;
    margin-right: 4px;
    margin-left: 4px;
    text-align: center;
}

.page-top-sub-feature-area-color2 .page-top-sub-feature-item {
    border: 1px solid teal;
}

.page-top-sub-feature-area-color3 .page-top-sub-feature-item {
    border: 1px solid purple;
}

.page-top-sub-feature-title {
    font-size: 1.5em;
    color: #007BFF;
    margin-bottom: 8px;
}

.page-top-sub-feature-image {
    max-height: 80px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.page-top-sub-feature-description {
    font-size: 1em;
    color: #333;
}

.page-top-sub-external-links {
    background-color: #e9f9e9;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.page-top-sub-external-links-title {
    font-size: 1.5em;
    color: #28a745;
    margin-bottom: 16px;
}

.page-top-sub-external-links-table {
    width: 100%;
    border-collapse: collapse;
}

    .page-top-sub-external-links-table th, .page-top-sub-external-links-table td {
        border: 1px solid #ccc;
        padding: 8px;
        text-align: left;
    }

    .page-top-sub-external-links-table th {
        background-color: #d4edda;
    }

.page-top-sub-external-links a {
    color: #007BFF;
    text-decoration: none;
    transition: color 0.3s;
}

    .page-top-sub-external-links a:hover {
        color: #0056b3;
    }

.page-top-sub-todo-list {
    background-color: #f0f4f8;
    padding: 16px;
    border-radius: 8px;
}

.page-top-sub-todo-list-title {
    font-size: 1.5em;
    color: #6c757d;
    margin-bottom: 16px;
}

.page-top-sub-todo-list-table {
    width: 100%;
    border-collapse: collapse;
}

    .page-top-sub-todo-list-table th, .page-top-sub-todo-list-table td {
        border: 1px solid #ccc;
        padding: 8px;
        text-align: left;
    }

    .page-top-sub-todo-list-table th {
        background-color: #e9ecef;
    }

    .page-top-sub-todo-list-table tr:nth-child(even) {
        background-color: #f8f9fa;
    }


.breadcrumb {
    list-style: none;
    display: flex;
    padding: 8px 16px; /* 上下8px、左右16pxのパディング */
    margin: 0;
    font-size: 1rem; /* 通常の文字サイズ */
    background-color: #f5f5f5; /* 薄いグレーの背景色 */
    border-radius: 0.25rem;
}

    .breadcrumb li {
        display: flex;
        align-items: center;
    }

        .breadcrumb li + li:before {
            content: ">";
            padding: 0 10px;
            color: #6c757d;
        }

    .breadcrumb a {
        text-decoration: none;
        color: #0056b3;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

    .breadcrumb li:last-child a {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.guide-links-container {
    background-color: #ffffff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
}

.guide-links-main-title {
    font-size: 2em;
    color: #007BFF;
    border-bottom: 2px solid #007BFF;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.guide-links-sub-title {
    font-size: 1.5em;
    background-color: #0056b3;
    padding: 4px;
    color: white;
    margin-bottom: 12px;
}

.guide-links-small-title {
    font-size: 1.2em;
    color: #0056b3;
    background-color: #007BFF30;
    padding: 4px;
    margin-bottom: 10px;
}

.guide-links-description {
    margin-left: 4px;
    margin-bottom: 8px;
    color: #333;
    font-size: 1em;
}

.guide-links-items-col-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

    .guide-links-items-col-links a {
        color: #007BFF;
        text-decoration: none;
        font-size: 1em;
        width: calc(33.3% - 16px);
        margin: 8px;
        text-align: center;
        padding: 8px;
        background-color: #d2e9e680;
        border-radius: 5px;
        transition: background-color 0.3s, color 0.3s;
    }

        .guide-links-items-col-links a:hover {
            background-color: #cceeff;
            color: #0056b3;
        }

.guide-links-items-hr {
    margin: 8px 4px 8px 4px;
    padding: 2px;
    background-color: #000000;
}

.text-link-border-blue {
    color: #007bff;
    text-decoration: none;
    border-bottom: 2px solid #007bff;
    padding-bottom: 2px;
    transition: color 0.3s, border-bottom-color 0.3s;
    margin-left: 4px;
}

    .text-link-border-blue:hover {
        color: #0056b3;
        border-bottom-color: #0056b3;
    }



.exp-simu_main_area {
    max-width: 500px;
    margin: auto;
    padding: 8px;
    font-size: 0.85rem;
    line-height: 1.2;
}

.exp-simu_input-calc-target {
    padding: 4px 4px 2px 4px;
    border: 1px dotted black; 
    margin-bottom: 12px;
}

.exp-simu_input-group {
    margin-bottom: 8px;
}

.exp-simu_input-group-small-normal-label {
    font-size: 0.75rem;
    margin-bottom: 2px;
    display: block;
}

.exp-simu-input-field-number {
    height: 28px;
    padding: 2px 4px;
    font-size: 0.85rem;
    border: 1px solid #ced4da;
    border-radius: 3px;
    background-color: #f8f9fa;
    width: 100%;
}

.exp-simu-result-area {
    border: 1px solid #ced4da;
    padding: 8px;
    border-radius: 3px;
    background-color: #e9ecef;
    margin-top: 12px;
    margin-bottom: 12px;
}

    .exp-simu-result-area p {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .exp-simu-result-area p:last-child {
        margin-bottom: 0;
    }

    .exp-simu-result-area h5 {
        font-size: 0.85rem;
        margin-bottom: 4px;
    }

.toggle_switch_label {
    display: flex;
    align-items: center;
}

.toggle_switch_circle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: white;
    transition: 0.5s;
}

.toggle_switch_base {
    width: 56px;
    border-radius: 15px;
    height: 32px;
    background-color: #ddd;
}

input:checked ~ .toggle_switch_base {
    background-color: rgb(219, 234, 254);
    transition: 0.5s;
}

input:checked ~ .toggle_switch_circle {
    transform: translateX(100%);
    background-color: blue;
}

.toggle_switch {
    position: relative;
    width: 56px;
    border-radius: 16px;
    height: 32px;
    background-color: #ddd;
}

.switch_label {
    display: flex;
    align-items: center;
}

.toggle_switch_input_checkbox {
    position: absolute;
    width: 0;
    height: 0;
}

.toggle_switch_title {
    margin-left: 4px;
}

a.no-text-decoration,
a.no-text-decoration:visited,
a.no-text-decoration:hover,
a.no-text-decoration:active,
a.no-text-decoration:focus {
    text-decoration: none !important; /* すべての状態で下線を消す */
    color: inherit; /* 色も継承 */
}

/* レイアウトのフレックスボックス */
.smplcalc-layout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: white;
}

/* メインコンテンツとメモの共通スタイル */
.smplcalc-column {
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    box-sizing: border-box;
}

/* 1カラム対応 */
.smplcalc-column-1 .smplcalc-column {
    width: 100%; /* 幅を均等に */
}

/* 2カラム対応 */
.smplcalc-column-2 .smplcalc-column {
    width: 50%; /* 幅を均等に */
}

/* 3カラム対応 */
.smplcalc-column-3 .smplcalc-column {
    width: 33.33%; /* 幅を均等に */
}

/* 画面が狭い場合はカラムを1列にする */
@media (max-width: 960px) {
    .smplcalc-column-3 .smplcalc-column {
        width: 50%; /* スマホでは2列に */
    }
}

@media (max-width: 540px) {
    .smplcalc-column-3 .smplcalc-column {
        width: 100%; /* スマホでは1列に */
    }
}

@media (max-width: 540px) {
    .smplcalc-column-2 .smplcalc-column {
        width: 100%; /* スマホでは1列に */
    }
}

/* フォーム要素 */
.smplcalc-form-group {
    margin-bottom: 8px;
}

.smplcalc-form-checkbox-group label {
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: bold;
}

.smplcalc-form-checkbox-group input {
    margin: 3px 3px 3px 0px;
}

.smplcalc-form-checkbox-group label {
}

.smplcalc-label {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    color: #444;
}

.smplcalc-select, .smplcalc-input {
    width: 100%;
    padding: 4px;
    border: 1px solid #777;
    border-radius: 4px;
    box-sizing: border-box;
}

/* 出力 */
.smplcalc-output {
    margin-top: 4px;
    margin-bottom: 8px;
    padding: 8px;
    background-color: #4cff0020;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

    .smplcalc-output .smplcalc-output-title {
        font-size: larger;
        font-weight: bold;
    }

    .smplcalc-output .smplcalc-output-detail {
        font-size: xx-small;
    }

.smplcalc-output-other-color {
    background-color: #C5956B20;
}

.smplcalc-output-details {
    display: grid;
    grid-template-columns: auto 1fr;
}

    /* 左側のアイコンエリア */
    .smplcalc-output-details .details-icon-container {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #333;
        border-radius: 50%;
        margin-right: 10px;
        background-color: #fff;
        transition: transform 0.3s;
        cursor: pointer;
    }

        .smplcalc-output-details .details-icon-container:hover {
            background: linear-gradient(120deg, #d4d4d4, #eeeeee);
        }

        .smplcalc-output-details .details-icon-container .details-icon {
            width: 12px;
            height: 12px;
            border: solid #333;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            transition: transform 0.3s;
        }

        .smplcalc-output-details .details-icon-container .open {
            transform: rotate(-135deg); /* 矢印を上向きに変更 */
        }


.smplcalc-details-p-area {
    line-height: 40px;
    font-size: large;
    font-weight: bold;
}


/* メモ用スタイル */
.smplcalc-column-title {
    font-size: large;
    font-weight: bold;
    margin-bottom: 8px;
    color: #007bff;
}

.smplcalc-memo-content {
    line-height: 1.5;
    color: #333;
}

.smplcalc-textarea {
    width: 100%;
    height: 350px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    resize: none;
    color: rgba(0, 0, 0, 0.6);
}

.about-main {
    max-width: 800px;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

    .about-main h2 {
        color: #333;
        border-bottom: 2px solid #666;
        padding-bottom: 0.5rem;
        margin-bottom: 1rem;
    }

    .about-main p {
        margin-bottom: 1.5rem;
    }

.smplcalc-p-category {
    width: 100%;
    color: white;
    background-color: cadetblue;
    padding: 4px;
    margin-bottom: 4px;
}


.smplcalc-memo-content ul li {
    margin-bottom: 4px;
}

.smplcalc-memo-content ol li {
    margin-bottom: 4px;
}

.smplcalc-table-little-padding {
    padding: .65rem 1px !important;
}

.smplcalc-horizontal-checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.smplcalc-horizontal-check-max4col {
    width: calc(25% - 4px);
}

.smplcalc-horizontal-check-max1col {
    width: calc(100% - 4px);
}

.smplcalc-label-step {
    font-weight: bold;
    background-color: gold;
    padding: 4px;
    margin-right: 4px;
}

.multirow-grid-table {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    align-items: start;
}

.multirow-grid-table-hover > div:not(multirow-grid-header):not(.table-click-css):hover {
    background-color: #bfe9ff !important;
}

.multirow-grid-header > div {
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.9);
    padding: 8px;
}

.multirow-grid-table > .multirow-grid-row > div {
    padding: 8px;
    font-size: 0.8rem;
    color: #4a4a4a;
    border-right: 1px dotted #c8c8c8;
}

.plants-seed-loglist-table {
    min-width: 244px;
    overflow-y: hidden;
    overflow-x: auto;
}

.plants-seed-grid-row {
    border-bottom: 1px double #999999;
    display: grid;
    grid-template-columns: minmax(40px, 15%) 1fr minmax(44px, 15%);
}

.plants-seed-grid-row-2col {
    border-bottom: 1px double #999999;
    display: grid;
    grid-template-columns: minmax(40px, 15%) 1fr;
}

    .plants-seed-grid-datas {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
    }

        .plants-seed-grid-datas .plants-seed-grid-data-cell {
            border: 1px dotted #000000;
        }

        .plants-seed-grid-datas .plants-seed-grid-data-memo {
            grid-column: span 4;
            border: 1px dotted #000000;
        }

.plants-seed-datas-value {
    border: 1px dotted #c8c8c8;
}

.plants-seed-bg-hatake {
    background-color: #CEE6C170;
}

.plants-seed-bg-tree {
    border: 1px dotted #c8c8c8;
    background-color: #CDA16F45;
}

.plants-seed-bg-flower {
    border: 1px dotted #c8c8c8;
    background-color: #FFF0F5;
}

.plants-seed-datas-header {
    border: 1px dotted #c8c8c8;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plants-seed-table-functin-area div {
    display: inline-block;
    margin: 4px;
}

.plants-seed-control-capture {
    max-width: 100%;
    max-height: 60px;
    border: solid 1px #777777;
    margin-right: 8px;
}

.plants-seed-control-tableicon {
    width: 28px;
    margin-right: 8px;
}

    .plants-seed-control-tableicon img {
        width: 100%;
        height: 16px;
    }

        .plants-seed-control-tableicon img:hover {
            transform: scale(1.05);
            cursor: pointer;
        }

        .plants-seed-control-tableicon img:active {
            transform: scale(0.95);
        }

    .plants-seed-control-tableicon .plants-seed-control-tableicon-description {
        font-size: xx-small;
        text-align: center;
    }

.pants-seed-bg-very-high-value {
    background-color: #FFC880;
}

.pants-seed-bg-little-high-value {
    background-color: #FFFF99;
}

.plants-seed-bold-font{
    font-weight: 900;
    color: darkslategray;
}

.color-wep-table > :not(caption) > * > * {
    padding: .2rem .0rem;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .color-wep-table > :not(caption) > * > * {
        font-size: 0.95rem;
    }
}

.darkmode--activated img.svg-image {
    filter: brightness(0) invert(1);
}
.darkmode--activated .search-detail-icon-text{
    color: white;
}

.darkmode--activated header nav {
    background-color: black !important;
}

    .darkmode--activated header nav * {
        background-color: black !important;
        color: white !important; /* ダークモード時の文字色（例：白） */
    }

    .darkmode--activated header nav .navbar-toggler-icon {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="rgba(255, 255, 255, 1)" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>') !important;
    }

    .darkmode--activated select option {
        background-color: black;
        color: white;
    }

#darkModeToggle {
    cursor: pointer;
}

.darkmode--activated .plants-seed-table-thead tr th {
    background-color: black !important;
    color: white;
}
    .darkmode--activated .plants-seed-table-thead .plants-seed-bg-hatake {
        background-color: #1C1C33 !important;
    }
    .darkmode--activated .plants-seed-table-thead .plants-seed-bg-tree {
        background-color: #0F1C33 !important;
    }
    .darkmode--activated .plants-seed-table-thead .plants-seed-bg-flower {
        background-color: #0F1C1C !important;
    }
