@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
}

.navbar-brand {
    font-weight: 600;
}

@media screen and (max-width: 680px) {
    .sidebar-content {
        display: none;
    }
    .sidebar-content.force-visible {
        display: block;
    }
    .sidebar-title {
        text-align: center;
        font-size: 120%;
        border-radius: 3px;
    }
}

/* Activity */

.activity-action {
    font-size: 88%;
    font-weight: bold;
    padding: 4px 8px;
    background-color: #dfdfdf;
}
.activity-success {
    background-color: #c3e6cb;
}
.activity-warning {
    background-color: #ffc3c3;
}
.activity-error {
    background-color: #fff3cd;
}

/* Member */

.gojuon-links {
    text-align: center;
    margin-bottom: 12px;
}
.gojuon-link {
    color: #565656;
    border: solid 1px #565656;
    padding: 5px 8px;
    margin-bottom: 0.5em;
}
.gojuon-link.active {
    background-color: #6c757d;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 480px) {
    .gojuon-links {
        margin-left: auto;
        margin-right: auto;
        max-width: 240px;
    }
}

.kyokai-select {
    border: solid 1px #acacac;
    border-radius: 3px;
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
    font-weight: bold;
    text-align: center;
}

.kyokai-select .form-inline {
    justify-content: center;
}
@media screen and (min-width: 600px) {
    .kyokai-select select {
        min-width: 300px;
        max-width: 400px;
    }
}
.kyokai-select .form-group {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 480px) {
    .kyokai-select select {
        max-width: 200px;
    }
}

.page-functions {
    text-align: right;
    margin: 0 0 16px 0;
}

.member-functions {
    text-align: right;
    margin: 0 0 16px 0;
}
@media screen and (max-width: 480px) {
    .member-functions {
        text-align: center;
    }
}

.page-index {
    margin-top: 1em;
    margin-bottom: 2em;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .request-edit .col-form-label {
        font-weight: bold;
        border: solid 1px #000;
        padding: 5px 10px;
        margin: 1em;
    }
}

.event-item {
    border: solid 1px #acacac;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 1em;
}
.event-item.status-ready {
    background-color: #e4fdea;
    border: solid 1px #c3e6cb;
}
.event-item table.table {
    margin-bottom: 0;
}
.event-item table.table tr:first-child td {
    border-top-color: transparent;
}
.event-type,
.event-type:hover {
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}
.event-type-cal {
    display: inline-block;
    color: #fff;
    padding: 3px;
    min-width: 32px;
    line-height: 1.0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.event-type-tel {
    background-color: blue;
}
.event-type-mail {
    background-color: green;
}
.event-type-etc {
    background-color: #666;
}
.event-type-goto {
    background-color: red;
}
.event-result {
    font-weight: bold;
}
@media screen and (min-width: 800px) {
    .event-item-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 2em;
    }
}

.section-1100 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.member-check-item {
    font-weight: bold;
    padding: 8px;
    padding-left: 30px;
    background-color: #f3f3f3;
}

.card h4 {
    font-size: 100%;
    font-weight: 600;
    margin: 1em 0;
    padding: 10px;
    background-color: #6c757d;
    color: #fff;
}

.group-list-table tr th:nth-child(3),
.group-list-table tr td:nth-child(3) {
    text-align: center;
    width: 80px;
    background-color: #f3f3f3;
}
.group-member-table tr th:nth-child(2),
.group-member-table tr td:nth-child(2) {
    text-align: center;
    background-color: #f3f3f3;
}

.sheet-count {
    margin-left: 8px;
    padding: 4px;
    background-color: #eff3f3;
    color: #6c757d;
    border-radius: 3px;
}

.top-card {
    margin-bottom: 15px;
}
.pickup-entry {
    display: inline-block;
    margin-right: 8px;
}

.btn-group .fa-ellipsis-h {
    margin-right: 0;
}

.top-alert .message {
    font-weight: 500;
}
.top-alert .cols {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-column-gap: 10px;
    align-items: center;
}

@media screen and (max-width: 680px) {
    .top-alert .message {
        font-size: 12px;
    }
}

