/*----------------------------------------

共通

----------------------------------------*/
.w-6 {
	width: 6%;
}

.w-9 {
	width: 9%;
}

.w-10 {
	width: 10%;
}

.w-12 {
	width: 12%;
}

.w-15 {
	width: 15%;
}

.w-18 {
	width: 18%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.h6 {
	font-size: 1.15rem !important;
	font-weight: bold;
}

.none {
	display: none;
}

/* 水平垂直中央揃え */
.flex-center-center {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* PC非表示、SP表示*/
.spon {
	display: none;
	padding: 0;
}

.md-spon {
	display: none !important;
}

.th-spon {
	display: none;
}

.bg-disabled {
	background-color: #b6b6b6 !important;
}

/* bootstrap5 */
.bg-danger-subtle {
	background-color: #f8d7da !important;
}

/*
.bg-disabled {
	background-color: #acb4bb !important;
}*/

.bg-lightblue {
	background-color: #14498d !important;
}

.bg-green {
	background-color: #2a6e0a !important;
}

.bg-yellow {
	background-color: #ffcf01 !important;
}

.bg-very-light {
	background-color: #f6f6f6 !important;
}

/* 
.swal2-confirm {
	background-color: #007bff !important;
	color: #fff !important;
}

.swal2-deny {
	background-color: #dc3545 !important;
	color: #fff !important;
} */

/* Bootstrap5 */
.border-info {
	border: 1.5px solid #17a2b8 !important;
}

.border-primary {
	border: 1.5px solid #007bff !important;
}

.border-success {
	border: 1.5px solid #28a745 !important;
}

.border-dark {
	border: 1.5px solid #343a40 !important;
}

.border-secondary {
	border: 1.5px solid #6c757d !important;
}

.border-warning {
	border: 1.5px solid #ffc107 !important;
}

.border-danger {
	border: 1.5px solid #dc3545 !important;
}

.border-light {
	border: 1.5px solid #f8f9fa !important;
}

.border-white {
	border: 1.5px solid #ffffff !important;
}

.border-muted {
	border: 1.5px solid #6c757d !important;
}

/* nowLoadingモーダルが上に重なるように */
#nowLoading.modal {
	z-index: 1100 !important;
}

.dropdown-menu {
	min-width: 100px;
	max-width: 240px;
	padding: 0;
}

.dropdown-item {
	padding-left: 1rem;
	padding-right: 1rem;
}

.server_path {
	position: absolute;
	top: -10000px;
	width: 1px;
	border: none;
	padding: 0;
	margin: 0;
}

/* 発信リンク無効化 */
/* a[href^="tel:"] {
	pointer-events: none;
} */

/* .main-header.scroll_fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
} */

.is-invalid>.invalid-feedback {
	display: block;
}

.invalid-feedback {
	background-color: #fff;
	padding-left: 0.3rem;
}

.custom-select.form-control-border,
.form-control.form-control-border {
	font-size: 1.25rem;
	font-weight: 600;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	box-shadow: inherit;
}


.btn-orange {
	color: #1f2d3d;
	background-color: #fd7e14;
	border-color: #fd7e14;
	box-shadow: none;
}

.btn-group-toggle .btn-default:nth-child(1) {
	border-bottom: solid 3px #007bff;
}

.btn-group-toggle .btn-default:nth-child(2) {
	border-bottom: solid 3px #fd7e14;
}

.btn-group-toggle .btn-default:nth-child(3) {
	border-bottom: solid 3px #ffc107;
}

.btn-group-toggle .btn-default:nth-child(4) {
	border-bottom: solid 3px #605ca8;
}

.btn-group-toggle .btn-default:nth-child(5) {
	border-bottom: solid 3px #28a745;
}

.btn-group-toggle .btn-default:nth-child(6) {
	border-bottom: solid 3px #17a2b8;
}

.btn-group-toggle .btn-default:nth-child(1).active {
	background-color: #007bff;
	border-color: #007bff;
}

.btn-group-toggle .btn-default:nth-child(2).active {
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-group-toggle .btn-default:nth-child(3).active {
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-group-toggle .btn-default:nth-child(4).active {
	background-color: #605ca8;
	border-color: #605ca8;
}

.btn-group-toggle .btn-default:nth-child(5).active {
	background-color: #28a745;
	border-color: #28a745;
}

.btn-group-toggle .btn-default:nth-child(6).active {
	background-color: #17a2b8;
	border-color: #17a2b8;
}

/*--navbar--*/
.brand-link {
	font-size: 1.1rem;
	/* text-align: center; */
	border-bottom: 1px solid #c9c8c8;
	padding: .9rem 1.5rem .8rem 1rem;
}

.brand-link>img {
	width: 28px;
	margin: -3px 3px 0 0;
}

.badge.big {
	font-size: 110%;
}

.user-panel {
	border-bottom: 1px solid #c9c8c8;
}

/* 検索条件表示欄 */
#search_condition_area button {
	pointer-events: none;
}

.btn-condition {
	color: #1f2d3d;
	background-color: #dbdbdb;
	border-color: #dbdbdb;
	box-shadow: none;
}

/* 各ページの表共通 */
th,
table td.center,
table tr.center td {
	text-align: center;
	vertical-align: middle !important;
}

table td {
	vertical-align: middle !important;
}

table tr.center td>p {
	margin-bottom: 0px;
}

.table-bordered td,
.table-bordered th {
	border: solid #dee2e6;
	border-width: 1px 1px 0 0;
}

.table-bordered tr>*:last-child {
	border-right: none;
}

.table-bordered thead th {
	border-bottom-width: 0;
	padding: 5px;
}

#member_list th {
	background-color: #003087;
	color: #FFF;
}

#sp_member_list th {
	background-color: #003087;
	color: #FFF;
}

#branch_member_list th {
	background-color: #003087;
	color: #FFF;
}

#schedule_list th {
	background-color: #003087;
	color: #FFF;
}

#staff_list th {
	background-color: #003087;
	color: #FFF;
}

.invoice_list th {
	background-color: #003087;
	color: #FFF;
}

.mb-col-0 {
	margin-bottom: 0px;
}


/*----------------------------------------
会員・支部会員共通 
----------------------------------------*/
/* タブ */
.nav-tabs .nav-link.active {
	border-top: 3px solid #5c5c5c;
}

#member_list .service-contract,
#branch_member_list .service-contract {
	width: 3em;
	height: 2em;
	padding: .4em .4em;
	font-size: 87%;
	font-weight: lighter;
}

#member_list tr.disabled,
#branch_member_list tr.disabled {
	background-color: darkgrey;
}

.accounttrancefer_none {
	display: none;
}

#member_list .face_photo,
#branch_member_list .face_photo {
	width: 40px;
	height: 50px;
}

/* -- 会員名簿 -- */

/* 顔写真 */
#member_list td:nth-child(1) {
	width: 5%;
}

/* 会員名・フリガナ */
#member_list td:nth-child(2) {
	width: 13%;
	font-weight: 600;
}

#member_list td:nth-child(3) {
	width: 10%;
}

/* 理事役員 */
#member_list td:nth-child(4) {
	width: 8%;
}

/* 委員会 */
#member_list td:nth-child(5) {
	width: 32%;
}

/* 周年実行委員 */
#member_list td:nth-child(6) {
	width: 13%;
}

/* 誕生日 */
#member_list td:nth-child(7) {
	width: 11%;
}

/* 在籍年数 */
#member_list td:nth-child(8) {
	width: 10%;
	text-align: right;
}


#member_list td:nth-child(1),
#member_list td:nth-child(4),
#member_list td:nth-child(6) {
	text-align: center;
}

/* table tr.center td {
	font-size: clamp(0.85rem, calc(1.1vw - 0.15rem), 1rem);
} */


/*----------------------------------------

会員詳細画面 

----------------------------------------*/

/* 顔写真 */
.photo .face_photo {
	width: 100px;
	height: 120px;
	margin: auto;
}

.member_name {
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 600;
}

.lion_logo {
	object-fit: contain;
	width: 150px;
	height: 150px;
	margin: auto;
	filter: grayscale(100%);
	opacity: 0.3;
}


/* 特別家族会員名簿 */
#sp_member_list .service-contract {
	width: 3em;
	height: 2em;
	padding: .4em .4em;
	font-size: 87%;
	font-weight: lighter;
}

#sp_member_list tr.disabled {
	background-color: darkgrey;
}

#sp_member_list td:nth-child(1) {
	width: 5rem;
}

/* 会員名・スポンサー */
#sp_member_list td:nth-child(2),
#sp_member_list td:nth-child(3) {
	width: 7rem;
}

/* 入会日・誕生日・郵便番号 */
#sp_member_list td:nth-child(4),
#sp_member_list td:nth-child(5),
#sp_member_list td:nth-child(6) {
	width: 3rem;
}

#sp_member_list td:nth-child(5),
#sp_member_list td:nth-child(6) {
	text-align: center;
}

#sp_member_list td:nth-child(7) {
	width: 10rem;
}

/*----------------------------------------

HOME

----------------------------------------*/
/* 全画面ローディング */
#full_screen_loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2000;
	display: none;
	justify-content: center;
	align-items: center;
}

/* スピナーを中央に配置 */
#full_screen_loading .loading-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #ced4da;
}

.small-box .h3 {
	font-size: 3.5rem;
	font-weight: 700;
}

.small-box span {
	font-size: 1.8rem;
	font-weight: 700;
}

#home_schedule_list>tbody>tr.top {
	border-top: solid 2px #e7e7e7;
}

#home_schedule_list .category {
	padding: 4px;
	text-indent: 0;
	line-height: 1.2;
	text-align: center;
	width: 80px;
	font-weight: 400;
	flex: none;
	min-height: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	border: 1px solid #dee2e6;
}

#home_schedule_list td:nth-child(1) {
	text-align: center;
	width: 20%;
}

/* ど真ん中配置 */
#home_schedule_list>tbody>tr>td {
	vertical-align: middle;
}

#home_attendance_list .description-text,
#home_stat_list .description-text {
	font-size: .9rem;
}

/*--- カレンダー ---*/
/* 土曜日 */
.fc-day-sat .fc-daygrid-day-top,
.fc-day-sat .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion,
.fc-day-sat .fc-list-day-cushion {
	color: #4294e6;
}

/* 日曜日 */
.fc-day-sun .fc-daygrid-day-top,
.fc-day-sun .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion,
.fc-list-day-cushion {
	color: #fd6952;
}

/* 日付・六曜 */
.fc .fc-daygrid-day-number {
	padding: 3px;
	font-size: 0.85rem;
}

.fc .fc-daygrid-day-top {
	flex-direction: row;
}

.schedule_guide {
	font-size: 0.9rem;
}

.schedule_guide .schedule {
	width: 2rem;
	border-color: rgb(0, 90, 159);
	background-color: rgb(0, 90, 159);
	border-radius: 3px;
}

.schedule_guide .birthday {
	width: 2rem;
	border-color: rgb(227, 195, 66);
	background-color: rgb(227, 195, 66);
	border-radius: 3px;
}

.home-info-box {
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	border-radius: .25rem;
	background: #fff;
	display: flex;
	margin-bottom: 1rem;
	min-height: 60px;
	padding: .5rem;
	position: relative;
}

.home-info-box .home-info-box-icon {
	border-radius: .25rem;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.875rem;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 50px;
}

.home-info-box .home-info-box-content {
	-ms-flex: 1;
	flex: 1;
	padding: 10px;
	display: flex;
}

.home-info-box .home-info-box-content .home-info-box-text {
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-info-box .home-info-box-content .home-info-box-number {
	display: block;
	width: 30%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-info-box .home-info-box-content .home-info-box-number {
	text-align: right;
	font-weight: 700;
}


.home-info-box .home-info-box-icon.bg-orange,
.home-info-box .home-info-box-icon.bg-warning {
	color: #fff !important;
}


/*----------------------------------------

会費請求管理

----------------------------------------*/

.description-block>.description-header {
	font-size: 1.65rem;
}

.description-block>.description-header.jp {
	font-size: 1.5em;
}

.invoice .brand-image {
	max-height: 33px;
}

/* 入金済みグレーアウト */
.table-invoice-paid {
	background-color: #f2f2f2 !important;
	color: #585757 !important;
}

.table-invoice-paid .btn,
.table-invoice-paid a {
	opacity: 0.7;
}


#modal-invoice .invoice .table {
	margin-bottom: 0;
}

#modal-invoice .invoice .invoice-detail-list td:nth-child(1),
#modal-invoice .invoice .invoice-detail-list td:nth-child(2),
#modal-invoice .invoice .invoice-detail-list td:nth-child(3) {
	text-align: center;
	width: 33%;
}

#modal-invoice .invoice .invoice-month thead th,
#modal-invoice .invoice .invoice-total thead th,
#modal-invoice .invoice .invoice-detail-list thead th,
#modal-invoice .invoice .invoice-deposit thead th {
	padding: 0;
}

#modal-invoice .invoice .invoice-month td,
#modal-invoice .invoice .invoice-deposit td,
#modal-invoice .invoice .invoice-total td {
	text-align: center;
	font-weight: 700;
}

/* 新規作成モーダル */
#create_form .modal-dialog .form-group label {
	padding-left: 0;
	text-indent: 0;
}

#create_form .modal-dialog .form-group label::before {
	display: none;
}

/* 編集画面 */
#invoice-edit .invoice .invoice-detail-list td {
	vertical-align: middle;
	padding: 0.25rem;
}

#invoice-edit .invoice .invoice-detail-list .form_input_detail_price {
	width: 5rem;
}

#invoice-edit .invoice .invoice-detail-list .form_input_detail_quanitiy {
	width: 3rem;
}

#invoice-edit .invoice .invoice-detail-list .form_input_detail_unit {
	width: 4rem;
}

#invoice-edit .invoice .invoice_total {
	font-weight: 700;
}

/* 納入依頼書一覧 */
/*ボタン*/
form>.container-fluid>.card>.card-header #invoice_button {
	justify-content: end;
}


.invoice_list td {
	vertical-align: middle;
}

.invoice_list td:nth-child(1),
.invoice_list td:nth-child(2),
.invoice_list td:nth-child(3),
.invoice_list td:nth-child(4),
.invoice_list td:nth-child(5),
.invoice_list td:nth-child(6),
.invoice_list td:nth-child(7),
.invoice_list td:nth-child(8),
.invoice_list td:nth-child(9),
.invoice_list td:nth-child(10) {
	text-align: center;
}

.invoice_list td:nth-child(2) {
	width: 10rem;
}

.invoice_list td:nth-child(3),
.invoice_list td:nth-child(4) {
	width: 7rem;
}

.invoice_list td:nth-child(8) {
	width: 10rem;
}

.invoice_list td:nth-child(7) {
	width: 10rem;
}

.invoice_list td:nth-child(5),
.invoice_list td:nth-child(6) {
	width: 8rem;
}

.invoice_list td:nth-child(9) {
	width: 6rem;
}

.invoice_list td:nth-child(10) {
	width: 8rem;
}

.invoice_list td:nth-child(1) {
	width: 3rem;
}

#invoice_create_list td {
	vertical-align: middle;
}

#invoice_create_list th:nth-child(1),
#invoice_create_list td:nth-child(1) {
	width: 3rem;
}

#invoice_create_list th:nth-child(3),
#invoice_create_list td:nth-child(3) {
	width: 10rem;
}

#invoice_create_list th:nth-child(4),
#invoice_create_list td:nth-child(4) {
	width: 7rem;
}


#service_link_list th:nth-child(1),
#service_link_list td:nth-child(1) {
	width: 6rem;
}

#service_link_list th:nth-child(2),
#service_link_list td:nth-child(2) {
	width: 6rem;
}

#service_link_list th:nth-child(3),
#service_link_list td:nth-child(3) {
	width: 12rem;
}

#service_link_list th:nth-child(4),
#service_link_list td:nth-child(4) {
	width: 8rem;
}

#service_link_list th:nth-child(6),
#service_link_list td:nth-child(6) {
	width: 4rem;
}

#service_link_list td:nth-child(1),
#service_link_list td:nth-child(2),
#service_link_list td:nth-child(3),
#service_link_list td:nth-child(4) {
	text-align: center;
}

.file_upload_area {
	padding: 3rem 0;
	border: dashed 1px #777;
	text-align: center;
}

.file_upload_area .btn_area {
	padding-top: 3rem;
}

/*--- 会費納入状況一覧 ---*/
#deposit_list .first {
	background-color: #ffc08c;
}

#deposit_list .second {
	background-color: #a5d6fe;
}

#deposit_list .gray {
	background: #f0efef;
}

/*----------------------------------------

予定管理

----------------------------------------*/

/* 予定一覧 */
.table-secondary td {
	border-color: #cdcdcd;
}

.table-disable {
	background-color: #afafaf;
}

#schedule_list tr {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	width: auto;
	font-size: 13px;
}

#schedule_list td {
	padding: .75rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#schedule_list .category {
	padding: 4px;
	text-indent: 0;
	line-height: 1.2;
	text-align: center;
	width: 80px;
	font-weight: 400;
	flex: none;
	min-height: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	border: 1px solid #dee2e6;
}

#schedule_list th:nth-child(1),
#schedule_list td:nth-child(1) {
	width: 9%;
	text-align: center;
}

/* 年月日セルだけは縦並び */
#schedule_list td.schedule-date-cell {
	display: block !important;
	text-align: center;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

#schedule_list th:nth-child(2),
#schedule_list td:nth-child(2) {
	width: 10%;
	text-align: center;
}

#schedule_list th:nth-child(3),
#schedule_list td:nth-child(3) {
	width: 10%;
	text-align: center;
}

#schedule_list th:nth-child(4),
#schedule_list td:nth-child(4) {
	width: 10%;
}

#schedule_list th:nth-child(5),
#schedule_list td:nth-child(5) {
	width: 24%;
}

#schedule_list th:nth-child(6),
#schedule_list td:nth-child(6) {
	width: 24%;
}

#schedule_list th:nth-child(7),
#schedule_list td:nth-child(7) {
	width: 13%;
}

#schedule_list th:nth-child(8),
#schedule_list td:nth-child(8) {
	width: 10%;
}

.custom_danger {
	background: #ffbac5;
	border: 2px solid #e44069;
}


/* 予定詳細 */
.year-label-badge {
	display: inline-block;
	background-color: #e9ecef;
	color: #495057;
	padding: 0.4rem 0.7rem;
	border-radius: 0.4rem;
	line-height: 1;
	white-space: nowrap;
}

.bg-light,
.bg-light>a {
	color: #fafafa !important;
	background-color: #b9b9b9 !important;
}

.bg-na,
.bg-na>a {
	color: #8b8b8b !important;
	background-color: #ffffff !important;
}

/* .lead {
	position: relative;
	display: inline-block;
	border-bottom: solid 1px #d5d5d5;
	padding: 5px 0 5px 0;
} */

.btn-outline-orange {
	color: #ff8615;
	border-color: #ff8615;
}

.btn-outline-orange:hover {
	color: #FFF;
	background-color: #ff8615;
}

.btn-outline-docs {
	color: #1F64C2;
	border-color: #1F64C2;
}

.btn-outline-docs:hover {
	color: #FFF;
	background-color: #1F64C2;
}

.btn-outline-xlsx {
	color: #0D6E38;
	border-color: #0D6E38;
}

.btn-outline-xlsx:hover {
	color: #FFF;
	background-color: #0D6E38;
}

.deadline {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
}

img.table-avatar {
	border-radius: 10%;
	display: inline;
	width: 25px;
	height: 30px;
}

label.btn {
	width: 8rem;
	height: 3rem;
	padding-top: 0.65rem;
	font-size: larger;
}

#attendance_list td:nth-child(1) {
	width: 10%;
	text-align: center;
}

#attendance_list td:nth-child(2) {
	width: 5%;
	text-align: center;
}

#attendance_list td:nth-child(3) {
	font-size: 1.2rem;
	width: 12%;
	font-weight: 600;
	padding: 0.75rem 0;
}

#attendance_list td:nth-child(4) {
	width: 4%;
	padding: 0.75rem 0;
}

#attendance_list td:nth-child(5) {
	width: 3%;
	padding: 0.75rem 0;
}

#attendance_list td:nth-child(6) {
	width: 3%;
}

#attendance_list td:nth-child(7) {
	width: 33%;
	text-align: left;
}

/* 委員会 */
#attendance_list td:nth-child(8) {
	width: 22%;
	text-align: left;
}

#attendance_list td:nth-child(9) {
	width: 8%;
}


/* 全員参加の予定 */
/* #attendance_list .committee_all td:nth-child(1) {
	width: 13%;
}

#attendance_list .committee_all td:nth-child(3) {
	width: 15%;
}

#attendance_list .committee_all td:nth-child(5) {
	width: 42%;
} */


/*--- 予定new,edit ---*/
.custom-file {
	overflow: hidden;
}

.custom-file-label {
	white-space: nowrap;
	margin-bottom: 0;
}

.card .pickup {
	max-height: 300px;
}

/*----------------------------------------

同好会管理

----------------------------------------*/
/* メンバー編集 */
#club_member_edit_list td {
	vertical-align: middle;
}

#club_member_edit_list td:nth-child(1) {
	text-align: center;
	width: 3rem;
}

#club_member_edit_list td:nth-child(2) {
	width: 10rem;
}

/* 同好会詳細 */
#club_member_list td:nth-child(1) {
	width: 10%;
}

#club_member_list td:nth-child(2) {
	width: 15%;
}

/*----------------------------------------

同好会予定管理

----------------------------------------*/

#club_attendance_list td:nth-child(1) {
	width: 5%;
	text-align: center;
}

#club_attendance_list td:nth-child(2) {
	width: 15%;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
}

#club_attendance_list td:nth-child(3) {
	width: 10%;

	/* padding: 0.75rem 0; */
}

#club_attendance_list td:nth-child(4) {
	width: 10%;
	/* padding: 0.75rem 0; */
}

#club_attendance_list td:nth-child(5) {
	width: 40%;
	text-align: left;
}

#club_attendance_list td:nth-child(6) {
	width: 10%;
	text-align: center;
}



/*----------------------------------------

ログイン画面

----------------------------------------*/

.login_container {
	overflow: hidden;
	height: 100svh;
}

.login_container>.container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.login_container .logo {
	padding-right: 15px;
	padding-left: 15px;
}

.login_container .logo img {
	max-width: 458px;
	width: 100%;
}

.btn_login {
	background-color: #005A9F !important;
	transition: opacity .15s ease-in-out !important;
}

.btn_login:hover {
	opacity: .8 !important;
}

/* カード */
.card>.card-header,
.container-fluid>.card>.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.7rem;
	flex-wrap: wrap;
}

.card>.card-header::after,
.container-fluid>.card>.card-header::after {
	display: none;
}

.card>.card-header>.card-title,
.container-fluid>.card>.card-header>.card-title {
	float: unset;
}

.card>.card-header>.card-tools,
.container-fluid>.card>.card-header>.card-tools {
	float: unset;
	margin-right: 0;
}

/* 見出しラベル */
/* .form-group>label:not(.form-check-label,.custom-file-label) {
	padding-left: 20px;
	text-indent: -20px;
}

.form-group>label:not(.form-check-label,.custom-file-label)::before {
	content: "";
	display: inline-block;
	background: #005A9F;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 10px;
}

.form-group>input+label:not(.form-check-label,.custom-file-label),
.form-edit .form-group>label {
	padding-left: 0;
	text-indent: 0;
}

.form-group>input+label:not(.form-check-label,.custom-file-label)::before,
.form-edit .form-group>label::before {
	display: none;
} */

/* 表示順 */
.wrap-sort {
	min-width: 340px;
}

/* 詳細ページ レイアウトパターン1 */
.layout-detail01 .form-group {
	align-items: flex-start;
	margin-bottom: 0.5rem;
}


.layout-detail01 .form-group>label {
	background: #003087;
	;
	color: #ffffff;
	padding: 4px;
	text-indent: 0;
	border-radius: 12px;
	line-height: 1.2;
	text-align: center;
	width: 90px;
	font-weight: 400;
	flex: none;
	min-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.layout-detail01 .form-group>label::before {
	display: none;
}

.layout-detail01 .form-group>div {
	flex: 1;
	padding-left: 15px;
}

.layout-detail01 .form-group>div p {
	padding: 0;
}

/* ライオンズ ロゴテキスト */
.lc-title {
	color: #363a3d;
}

/* サイドメニュー */
.layout-fixed .main-sidebar {
	background: #FFF;
}

.badge {
	font-size: 15px;
}

/* カード */
.card-outline {
	border-color: #F1C400 !important;
}

/* ボタン */
.btn-type01 {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 14px;
}


/*----------------------------------------

マスタ管理

----------------------------------------*/

.dragicon {
	cursor: grab;
}

.dragicon:active {
	cursor: grabbing;
}

.card-body.master {
	padding: 1.25rem .5rem;
}

/* 会員選択モーダル */
#pickup_member_table_wrapper,
#pickup_committee_member_table_wrapper {
	max-width: calc(100vw - 20px);
	overflow-x: auto;
}

#pickup_committee_member_table td:first-child {
	width: 50px;
	text-align: center;
	vertical-align: middle;
}

#pickup_committee_member_table .form-check-input {
	margin-left: 0;
	margin-right: 0;
	position: static;
	transform: none;
}

@media (max-width: 1200px) {

	/* ボタン */
	.btn-type01 {
		font-size: 0;
		background: none;
		border: none;
		padding: 0;
		display: inline-block;
	}

	.btn-type01 i {
		font-size: 14px;
	}

	/* 予定一覧 */
	#schedule_list th:nth-child(3),
	#schedule_list td:nth-child(3) {
		width: 12%;
	}

	#schedule_list th:nth-child(4),
	#schedule_list td:nth-child(4) {
		width: 12%;
	}

	#schedule_list th:nth-child(5),
	#schedule_list td:nth-child(5) {
		width: 25%;
	}

	#schedule_list th:nth-child(6),
	#schedule_list td:nth-child(6) {
		width: 25%;
	}

	#schedule_list th:nth-child(7),
	#schedule_list td:nth-child(7) {
		width: 7%;
	}
}

/*----------------------------------------

統計管理

----------------------------------------*/
#total_statistics_list th,
#member_statistics_list th {
	background: #003087;
	color: #FFF;
}

/* 左上透明にする */
#total_statistics_list th:first-child {
	background: none;
	border-left: none;
	border-top: none;
}

#total_statistics_list th,
#total_statistics_list td {
	border-right: 1px solid #dee2e6;
}


#total_statistics_list th.first,
#total_statistics_list th.second,
#total_statistics_list tr:last-child {
	border-bottom: 1px solid #dee2e6;
}

#total_statistics_list td,
#member_statistics_list td {
	text-align: right;
}


#total_statistics_list tr:nth-of-type(3),
#total_statistics_list td:first-child,
#total_statistics_list td:last-child {
	background: #f1f1f1;
}

#total_statistics_list th.first,
#total_statistics_list th.second {
	background: #748099;
}

#total_statistics_list th.average {
	background: #6c7280;
}

/* #total_statistics_list .average_tr td:last-child {
	font-weight: 600;
} */

#total_statistics_list td:last-child {
	border-left: 3px double #dee2e6;
}

#total_statistics_list tr.average_tr {
	border-top: 3px double #dee2e6;
}

#member_statistics_list td:first-child {
	font-weight: 600;
	border-right: 3px double #dee2e6;
	text-align: center;
	width: 15%;
}

#member_statistics_list td:nth-of-type(14),
#member_statistics_list td:nth-of-type(15) {
	border-left: 3px double #dee2e6;
	text-align: center;
	width: 10%;
}

#member_statistics_list th:nth-child(n+2):nth-child(-n+13),
#member_statistics_list td:nth-child(n+2):nth-child(-n+13) {
	width: 5%;
	min-width: 40px;
	max-width: 60px;
	text-align: center;
}

#member_statistics_list th:nth-child(n+2):nth-child(-n+13) {
	white-space: nowrap;
}

#total_statistics_list {
	width: 100%;
	table-layout: fixed;
}

#total_statistics_list th,
#total_statistics_list td {
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}

#total_statistics_list th:first-child,
#total_statistics_list td:first-child {
	width: 15%;
}

#total_statistics_list th:last-child,
#total_statistics_list td:last-child {
	width: 10%;
	font-weight: bold;
}

#total_statistics_list th:nth-child(n+2):nth-child(-n+13),
#total_statistics_list td:nth-child(n+2):nth-child(-n+13) {
	width: 6.25%;
	/* (100% - 15% - 10%) / 12 */
}

#total_statistics_list thead th {
	white-space: nowrap;
}

/*////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px) {
	.mb-col-0 {
		margin-bottom: 1rem;
	}

	/* 	各ページ一覧テーブル共通 */
	.content-header h1.master {
		font-size: 1.45rem;
		margin: 0;
	}

	.card-body h2 {
		font-size: 1.5rem;
		margin: 0;
	}

	/* レスポンシブル表示非表示 */
	.md-none {
		display: none !important;
	}

	.md-spon {
		display: inline !important;
	}

	.md-spon-block {
		display: block !important;
	}

	.table-sm .table-bordered td {
		border: none;
	}

	.login_container .logo img {
		max-width: 345px;
	}

	.lc-title {
		font-size: 1rem;
	}

	.table-bordered {
		border: none;
	}

	.table-bordered tr {
		/* border-top: none !important; */
		position: relative;
		margin-bottom: 10px;
	}

	/* .table-bordered tr::after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 1px solid #6464646e;
	} */

	a[href^="tel:"] {
		pointer-events: auto;
	}

	/*----------------------------------------

			マスタ管理

----------------------------------------*/

	#master-button>button {
		font-size: 1rem;
		padding: .5rem .6rem;
	}

	#btn_sort_fix {
		display: none !important;
	}

	/*----------------------------------------

			HOME

----------------------------------------*/

	/* 日付・六曜 */
	.fc .fc-daygrid-day-number {
		padding: 3px;
		font-size: 0.7rem;
	}

	.schedule_guide {
		font-size: 0.8rem;
	}

	.fc-toolbar {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1rem;
	}

	.fc .fc-toolbar-title {
		font-size: 1.5em;
		font-weight: 700;
	}

	.fc .fc-toolbar.fc-header-toolbar {
		margin: 0.5em 0;
	}

	.fc-toolbar,
	.fc-toolbar.fc-header-toolbar {
		padding: 0 0.5rem 0.5rem;
	}

	.fc-event-title {
		font-size: 0.65rem;
	}

	.fc .fc-button {
		font-size: 0.75rem;
	}

	.card-body#calendar {
		padding: 1rem 0.4rem;
	}

	/*----------------------------------------

			スタッフ一覧

----------------------------------------*/
	#staff_list tr::after {
		border-bottom: none;
	}

	#staff_list thead {
		display: none;
	}

	#staff_list tr {
		display: flex;
		flex-wrap: wrap;
		width: auto;
		border: 1px solid #dee2e6;
		border-top: none;
	}

	#staff_list td {
		width: 50%;
		border-top: 1px solid #dee2e6;
		border-left: none;
		border-right: none;
		border-bottom: none;
		display: flex;
		align-items: center;
	}

	#staff_list td:nth-of-type(1) {
		border-right: 1px solid #dee2e6;
	}

	#staff_list td:nth-of-type(2) {
		order: 1;
		width: 33.333%;
		border-right: 1px solid #dee2e6;
		justify-content: center;
	}

	#staff_list td:nth-of-type(3) {
		order: 0;
	}

	#staff_list td:nth-of-type(4) {
		order: 1;
		width: 33.333%;
		border-right: 1px solid #dee2e6;
		justify-content: center;
	}

	#staff_list td:nth-of-type(5) {
		order: 1;
		width: 33.333%;
		border-right: 1px solid #dee2e6;
		justify-content: center;
	}

	#staff_list td.email::before {
		content: "ID:"
	}

	/*----------------------------------------

			会員一覧

----------------------------------------*/
	#member_list tr {
		border: 1px solid #6464646e;
	}

	/* 非表示 */
	#member_list td:nth-child(3),
	#member_list td:nth-child(6),
	#member_list td:nth-child(7),
	#member_list td:nth-child(8) {
		display: none;
	}

	/* 表示 */
	#member_list .spon {
		display: block;
		font-size: 1rem;
	}

	/* 会員名 */
	#member_list .name {
		margin: auto;
	}

	#member_list .name a {
		display: block;
		font-size: clamp(1.5rem, 3vw, 2.5rem);
		font-weight: 600;
	}

	#member_list tr {
		display: flex;
		flex-wrap: wrap;
		width: auto;
		border-top: solid 1.5px #6464646e;
	}

	#member_list td {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	#member_list td:nth-child(1) {
		width: 30%;
		font-size: 2rem;
	}

	#member_list td:nth-child(2) {
		width: 70%;
	}

	#member_list td:nth-child(5) {
		width: 100%;
		margin-top: 0.5rem;
		border-top: solid 1.5px #bbbbbb6e;
	}

	#member_list .service-contract {
		width: 3em;
		height: 2em;
		padding: .4em .4em;
		font-size: 87%;
		font-weight: lighter;
	}

	#member_list tr.disabled {
		background-color: darkgrey;
	}

	table tr.center td>p {
		font-size: 1rem;
	}

	table tr.center td>p.committee {
		font-size: clamp(0.87rem, 2vw, 1rem);
	}

	#member_list .face_photo {
		width: calc(40px*1.3);
		height: calc(50px*1.3);
	}


	/*----------------------------------------

特別家族会員

----------------------------------------*/
	#sp_member_list tr {
		border: 1px solid #6464646e;
	}

	/* 非表示 */
	#sp_member_list td:nth-child(6),
	#sp_member_list td:nth-child(7) {
		display: none;
	}

	/* 表示 */
	.spon {
		display: inline;
	}

	.th-spon {
		display: table-header-group;
	}


	#sp_member_list tr {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		width: auto;
		border-top: solid 1px #adadad;
	}

	#sp_member_list td:nth-child(1) {
		order: 1;
		width: 50%;
		text-align: center;
	}

	#sp_member_list td:nth-child(2) {
		order: 3;
		width: 50%;
		font-weight: 600;
	}

	#sp_member_list td:nth-child(3) {
		order: 4;
		width: 50%;
	}


	#sp_member_list td:nth-child(4) {
		order: 2;
		width: 50%;
	}

	/*----------------------------------------

			支部会員

----------------------------------------*/

	/* 非表示 */
	#branch_member_list td:nth-child(3),
	#branch_member_list td:nth-child(6) {
		display: none;
	}

	/* 表示 */
	#branch_member_list .spon {
		font-size: 1rem;
		padding-right: 0.35rem;
	}

	#branch_member_list tr {
		border: 1px solid #6464646e;
		text-align: center;
		display: grid;
		flex-wrap: wrap;
		width: auto;
		border-top: solid 1px #adadad;
	}

	#branch_member_list .face_photo {
		width: calc(40px*0.5);
		height: calc(50px*0.5);
	}

	#branch_member_list td:nth-child(2) {
		font-size: large;
		font-weight: 600;
	}

	#branch_member_list td:nth-child(4) {
		padding: 0;
	}

	/*----------------------------------------

			予定管理

----------------------------------------*/

	/* 予定一覧 */

	.alert {
		padding: .7rem 1rem;
	}

	#schedule_list tr {
		border: 1px solid #6464646e;
	}

	/* 非表示 */
	/* #schedule_list td:nth-child(6) {
		display: none;
	} */

	.custom_warning {
		font-size: clamp(0.85rem, 2vw, 1.1rem);
	}

	.badge {
		font-size: 17px;
	}

	#schedule_list tr {
		position: relative;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		width: auto;
		/* border-top: solid 2px #6464646e; */
		font-size: clamp(0.8rem, 2vw, 1rem);
		font-size: 16px;
	}

	#schedule_list td {
		padding: 0.7rem 0.8rem;
	}

	/* 日付 */
	#schedule_list td:nth-child(1) {
		width: 30%;
		font-weight: 600;
		border-right: none;
		border-top: none;
		padding-left: 0.6rem;
		text-align: center;
	}

	/* 時間 */
	#schedule_list td:nth-child(2) {
		order: 6;
		width: 45%;
		font-size: 15px;
		border-left: none;
		border-right: none;
		text-align: left;
		border-top: none;
		justify-content: flex-start;
	}

	/* 出欠 */
	#schedule_list td:nth-child(3) {
		order: 5;
		width: 30%;
		border-top: none;
		border-right: none;
		padding-left: 0.6rem;
		text-align: center;
		/* font-size: 18px; */
	}

	/* ステータス */
	#schedule_list td:nth-child(4) {
		order: 3;
		width: 30%;
		border-right: none;
		font-weight: 600;
		text-align: left;
		padding-left: 0.6rem;
		padding-bottom: 0;
		text-align: center;
		font-size: 11px;
	}

	/* 予定名 */
	#schedule_list td:nth-child(5) {
		width: 60%;
		border: none;
		text-align: left;
		order: 1;
		justify-content: flex-start;
	}

	/* 開催場所 */
	#schedule_list td:nth-child(6) {
		order: 4;
		width: 70%;
		font-size: 15px;
		/* padding-left: 0.5rem; */
		padding-bottom: 0;
		border-right: none;
		text-align: left;
		justify-content: flex-start;
	}

	/* 詳細ボタン */
	#schedule_list td:nth-child(7) {
		order: 2;
		width: 10%;
		padding-left: 0.5rem;
		border-top: none;
		z-index: 10;
	}

	/* 予定詳細 */
	label.btn {
		width: 6rem;
		height: 3rem;
		font-size: medium;
	}

	#attendance_list.table td,
	.table th {
		padding: .55rem;
	}

	.card-body.attendance-card {
		padding: 1.25rem 0.7rem;
	}

	.guide,
	.sort {
		font-size: 0.9rem;
	}

	#attendance_list td:nth-child(3) {
		/* width: 2rem; */
		font-size: 1.02rem;
		text-align: center;
	}

	/* #attendance_list td:nth-child(5) {
		width: fit-content;
	} */


	/*----------------------------------------

請求管理

----------------------------------------*/

	/* 納入依頼書一覧 */
	/*ボタン*/
	#invoice_card .btn.list {
		display: block;
		width: 100%;
	}

	#invoice_card .btn.new_invoice,
	#invoice_card .btn.invoices {
		width: 48%;
	}



	/* 非表示 */
	.invoice_list th:nth-child(4),
	.invoice_list td:nth-child(4),
	.invoice_list th:nth-child(5),
	.invoice_list td:nth-child(5),
	.invoice_list th:nth-child(6),
	.invoice_list td:nth-child(6),
	.invoice_list th:nth-child(7),
	.invoice_list td:nth-child(7),
	.invoice_list th:nth-child(8),
	.invoice_list td:nth-child(8) {
		display: none;
	}

	.invoice_list .btn-detail,
	.invoice_list .btn_pdf {
		font-size: 0.7rem;
	}

	.invoice_list tr {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		width: auto;
		border-top: solid 1px #7464646e;
		font-size: clamp(0.8rem, 2.6vw, 1rem);
		margin-bottom: 0;
	}

	.invoice_list td {
		padding: 0.8rem 0.3rem;
		;
	}

	.invoice_list th:nth-child(1),
	.invoice_list td:nth-child(1) {
		order: 1;
		width: 10%;
		/* border-top: solid 1.5px #6464646e; */
		padding-left: 0 !important;
	}

	.invoice_list th:nth-child(2),
	.invoice_list td:nth-child(2) {
		order: 2;
		width: 28%;
		font-weight: 600;
	}

	.invoice_list th:nth-child(3),
	.invoice_list td:nth-child(3) {
		order: 3;
		width: 20%;
		/* font-weight: 600; */
		/* border-top: solid 1.5px #6464646e; */
	}

	/*支払い方法*/
	/* .invoice_list th:nth-child(4),
	.invoice_list td:nth-child(4) {
		order: 8;
		width: 35%;
		text-align: center;
		border-top: solid 1.5px #6464646e;
	} */

	/*期限*/
	/* .invoice_list th:nth-child(6),
	.invoice_list td:nth-child(6) {
		order: 7;
		width: 35%;
		text-align: center;
		border-top: solid 1.5px #6464646e;
		padding-left: 0.5rem;
	} */

	/*期限*/
	/* .invoice_list th:nth-child(7),
	.invoice_list td:nth-child(7) {
		order: 4;
		width: 25%;
		font-weight: 600;
		border-top: solid 1.5px #6464646e;
		padding-left: 0.5rem;
	} */

	/*状況*/
	/* .invoice_list th:nth-child(8),
	.invoice_list td:nth-child(8) {
		order: 4;
		width: 30%;
		border-top: solid 1.5px #6464646e;
		padding-left: 0.5rem;
	} */

	/*入金*/
	.invoice_list th:nth-child(9),
	.invoice_list td:nth-child(9) {
		order: 5;
		width: 20%;
		/* border-top: solid 1.5px #6464646e; */
		padding-left: 0.5rem;
	}

	/*アイコン*/
	.invoice_list th:nth-child(10),
	.invoice_list td:nth-child(10) {
		order: 6;
		width: 22%;
		text-align: center;
		/* border-top: solid 1.5px #6464646e; */
		padding: 0.5rem;
	}

	/*----会費納入状況一覧----*/
	#deposit_list tbody tr td {
		border: solid 1px #dee2e6;
	}

	#deposit_list th.first,
	#deposit_list th.second,
	#deposit_list td {
		font-size: clamp(0.8rem, 2.5vw, 1rem);
	}

	#deposit_list .th-large {
		font-size: 0.9rem !important;
	}

	/*----会費納入状況一覧----*/
	#deposit_list tbody tr td {
		border: solid 1px #dee2e6;
	}

	#deposit_list th.first,
	#deposit_list th.second,
	#deposit_list td {
		font-size: clamp(0.8rem, 2.5vw, 1rem);
	}

	#deposit_list .th-large {
		font-size: 0.9rem !important;
	}


	/* 表示順 */
	.wrap-sort {
		min-width: 100%;
	}

	/* 出欠情報 テーブル */
	.attendance-card {
		overflow: hidden;
	}

	.attendance_list_wrapper {
		width: calc(100% + 2.5rem);
	}

	.attendance_list_wrapper>.inner {
		width: 100%;
		margin-left: -1.25rem;
		padding: 0 1.25rem;
		overflow: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.attendance_list_wrapper>.inner>table {
		white-space: nowrap;
		background: #FFF;
	}

	.googleCalendar iframe {
		width: 100%;
		height: 400px;
		max-width: 800px;
	}

	.cal_wrapper {
		max-width: 960px;
		min-width: 200px;
		margin: 2.0833% auto;
	}

	.googleCalendar {
		position: relative;
		padding-bottom: 100%;
		height: 0;
	}

	.googleCalendar iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

	/*----------------------------------------

同好会管理

----------------------------------------*/
	/* メンバー編集 */
	#club_member_edit_list td {
		font-size: 90%;
	}

	#club_member_edit_list td:nth-child(1) {
		text-align: center;
		width: 1rem;
	}

	#club_member_edit_list td:nth-child(2) {
		width: 6.5rem;
	}

	#club_member_edit_list td:nth-child(3) {
		width: 6rem;
	}

	/* 同好会詳細 */
	#club_member_list td:nth-child(1) {
		width: 20%;
	}

	#club_member_list td:nth-child(2) {
		width: 35%;
	}


	/* #club_member_list td:nth-child(2) {
		border-right: none;
	} */


	#club_member_card {
		padding: 0.25rem;
	}

	#club_member_card #club_name {
		padding: 1.25rem 1.25rem 0;
	}

	/*----------------------------------------

		統計管理

----------------------------------------*/
	#total_statistics_card,
	#member_statistics_card {
		padding: 1.25rem .8rem;
	}

	#total_statistics_list,
	#member_statistics_list {
		width: auto;
		white-space: nowrap;
	}

	#member_statistics_list th,
	#member_statistics_list td,
	#total_statistics_list th,
	#total_statistics_list td {
		min-width: 80px;
		padding: 8px;
		vertical-align: middle;
		text-align: center;
		border-right: 1px solid #dee2e6;
		/* テキストの折り返しを防ぐ */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.table-wrapper {
		display: inline-block;
		min-width: 100%;
	}

	/*-- 縞模様の背景色 --*/
	/* 偶数行の背景色 */
	#member_statistics_list tbody tr:nth-child(even) {
		background-color: #f1f1f1;
	}

	/* 奇数行の背景色 */
	#member_statistics_list tbody tr:nth-child(odd) {
		background-color: #ffffff;
	}

	/* 固定する列のスタイル */
	#total_statistics_list th:first-child,
	#member_statistics_list th:first-child,
	#total_statistics_list th:last-child,
	#member_statistics_list th:last-child,
	#total_statistics_list td:first-child,
	#member_statistics_list td:first-child,
	#total_statistics_list td:last-child,
	#member_statistics_list td:last-child {
		position: sticky;
		z-index: 1;
	}

	#total_statistics_list th:first-child,
	#member_statistics_list th:first-child,
	#total_statistics_list td:first-child,
	#member_statistics_list td:first-child {
		left: 0;
		width: 15%;
		border-right: 1px solid #dee2e6;
	}

	#total_statistics_list th:last-child,
	#member_statistics_list th:last-child,
	#total_statistics_list td:last-child,
	#member_statistics_list td:last-child {
		right: 0;
		width: 10%;
		border-left: 1px solid #dee2e6;
	}

	/*いらないかも*/
	/* #total_statistics_list thead th,
	#member_statistics_list thead th {
		white-space: nowrap;
	} */

	/* 背景色と枠線 */
	#total_statistics_list th:first-child:before,
	#member_statistics_list th:first-child:before,
	#total_statistics_list td:first-child:before,
	#member_statistics_list td:first-child:before,
	#total_statistics_list th:last-child:before,
	#member_statistics_list th:last-child:before,
	#total_statistics_list td:last-child:before,
	#member_statistics_list td:last-child:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: inherit;
		border-right: 1px solid #dee2e6;
		border-left: 1px solid #dee2e6;
	}

	#total_statistics_list tr.average_tr {
		border-top: 3px double #dee2e6;
	}

	/* 左上の目隠し */
	#total_statistics_list th:first-child:before {
		background: #FFF;
		border-left: 1px solid #FFF;
		/* border-top: 1px solid #FFF; */
	}

	/* 一番上の行のth (会員名と出席率) の背景色を#003087に固定 */
	#member_statistics_list thead th:first-child,
	#member_statistics_list thead th:last-child {
		background-color: #003087;
		color: #FFF;
		z-index: 2;
	}

	#member_statistics_list td:first-child {
		font-weight: 600;
		border-right: 3px double #dee2e6;
		text-align: center;
	}

	#member_statistics_list td:nth-of-type(14),
	#member_statistics_list td:nth-of-type(15) {
		border-left: 3px double #dee2e6;
		text-align: center;
	}

	/* 固定する列の背景色 */
	#member_statistics_list th:first-child,
	#member_statistics_list td:first-child,
	#member_statistics_list th:last-child,
	#member_statistics_list td:last-child {
		background: inherit;
	}

	#member_statistics_list th:first-child:before,
	#member_statistics_list td:first-child:before,
	#member_statistics_list th:last-child:before,
	#member_statistics_list td:last-child:before {
		background: inherit;
		/* border-right: 1px solid #dee2e6; */
	}

	/*-- 特定の th の背景色 --*/
	#total_statistics_list th.first:before,
	#total_statistics_list th.second:before {
		background: #748099;
	}

	#total_statistics_list th.average:before {
		background: #6c7280;
	}

	/* 7月～6月までの幅均等 */
	#total_statistics_list th:nth-child(n+2):nth-child(-n+13),
	#total_statistics_list td:nth-child(n+2):nth-child(-n+13),
	#member_statistics_list th:nth-child(n+2):nth-child(-n+13),
	#member_statistics_list td:nth-child(n+2):nth-child(-n+13) {
		width: 6.25%;
	}

	/*-- スクロールバーのスタイル --*/
	.table-responsive::-webkit-scrollbar {
		height: 8px;
	}

	.table-responsive::-webkit-scrollbar-thumb {
		background-color: #888;
		border-radius: 4px;
	}

	.table-responsive::-webkit-scrollbar-track {
		background-color: #f1f1f1;
	}

	/* スクロール可能な領域を設定 */
	.table-responsive {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 768px) {

	#total_statistics_list th,
	#member_statistics_list th,
	#total_statistics_list td,
	#member_statistics_list td {
		min-width: 45px;
	}
}

@media (max-width: 576px) {
	.xs-none {
		display: none !important;
	}

	.card-header#button_header {
		display: block;
	}

	.card-header #invoice_button {
		text-align: center;
	}

	button.list {
		margin-top: 0.8rem;
		margin-bottom: 0.5rem;
		display: block;
		width: 100%;
	}

	button.btn.new_invoice,
	button.btn.invoices {
		width: 49%;
	}
}