@charset "utf-8";

html {
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance:auto;
  appearance:auto;
}

html, body, .wrapper {
	height: 100%;
	background-color: #f8f8ff;
	overflow-wrap: break-word;
}

.wrapper {
	display: flex;
	flex-direction: column;
}

	.header {
		display: flex;
		justify-content: flex-end;
		align-items: stretch;
		height: 40px;
		min-width: 800px;
		color: #fff;
		background-color: #0f2733;
		border-bottom: solid 1px #D6D6D6;
	}
		.header .left-area {
			width: 180px;
			min-width: 180px;
			border-right: solid 1px #D6D6D6;
			display: flex;
			align-items: center;
		}
			.header .left-area .logo {
				flex: 1;
				text-align: center;
			}

		.header .right-area {
			flex-grow: 1;
			display: flex;
			align-items: stretch;
			justify-content: space-between;
		}
			.header .right-area .title {
				flex: 1;
				display: flex;
				align-items: center;
				padding: 0 10px;
			}
			.header .right-area .header-nav ul {
				display: flex;
			}
				.header .right-area .header-nav ul li {
					display: flex;
					align-items: center;
					height: 40px;
					padding: 0 10px;
					border-left: solid 1px #fff;
					min-width: 104px;
					text-align: center;
					justify-content: center;
				}
					.header .right-area .header-nav ul li img {
						margin-right: 7px;
					}

	.content-wrapper {
		flex-grow: 1;
		display: flex;
		align-self: stretch;
		min-width: 800px;
	}
		.content {
			flex-grow: 1;
		}

	.footer {
		flex-shrink: 0;
		box-sizing: border-box;
		padding: 10px;
		font-size: 0.7rem;
		text-align: center;
		color: #fff;
		background-color: #0f2733;
		min-width: 800px;
	}

/* ログインページなど */
.section-wrapper {
	margin: auto;
	width: 500px;
}
.login-message-item {
	min-height: 70px;
}
.login-message-error {
	padding: 15px;
	border-radius: 5px;
	background-color: #ea7f7f;
    color: #fff;
    font-weight: 700;
}
.login-image-container{
	margin-top: 14px;
}
.login-form{
	width: 400px;
	margin: 0 auto;
}
.section-login-rounded {
	margin: 0 15px 20px 15px;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 4px 0 #999999;
	border-radius: 8px;
}
.section-login-title {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
}
.section-login-content {
	display: flow-root;
}
.login-message {
	height: 16px;
	padding-top: 2px;
	color: #ff4500;
	font-size: 14px;
}
dl.data-group-login {
	flex-wrap: wrap;
	overflow-wrap: break-word;
}
dl.data-group-login > dt {
	width: 150px;
	padding: 0px 4px 0px 10px;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: normal;
}
	dl.data-group-login:first-of-type > dt {
		padding: 10px 4px 0px 10px;
	}
	dl.data-group-login > dt > label {
		margin:0 0 0 auto;
	}
dl.data-group-login > dd {
	padding: 6px 8px;
}
	dl.data-group-login:last-of-type > dd:last-of-type {
		padding: 20px 8px 0px;
	}
dl.data-group-login.error-login input.form-text {
	border: solid 1px #ff4500;
}
dl.data-group-login.error-login input.form-text:focus {
	border: solid 2px #ff4500;
	outline: none;
	box-shadow: 0 0 2px #b12f00;
}
.login-button-area {
	padding: 0px 6px 35px;
}
.login-button-area ul {
	margin: 10px 0px;
	text-align: center;
}
.login-button-area ul li {
	width: 100%;
	display: inline-block;
}
button.btn-login {
	width: 100%;
	margin: 0;
	padding: 15px;
	border: solid 1px #444444;
	border-radius: 10px;
	color: #fff;
	background-color: #0f2733;
	font-size: 1.0rem;
	font-weight: 500;
	text-shadow: 0 0 1px #fff;
}
	button.btn-login:hover {
		background-color: #34404a;
	}

/* サイドメニュー */
.side-menu {
	width: 180px;
	min-width: 180px;
	color: #fff;
	background-color: #253a4a;
	border-right: solid 1px #D6D6D6;
}
.side-menu dt {
	padding: 0.5rem;
	display: flex;
	align-items: center;
	font-weight: normal;
}
.side-menu dt,
.side-menu dd {
	margin-bottom: 0.5rem;
}
.side-menu dt.active,
.side-menu dd.active {
	background-color: #444D54;
}
.side-menu dt img {
	margin-right: 0.3rem;
	align-self: flex-start;
}
.side-menu dd {
	padding: 3px 0 3px 1.9rem;
}
.side-menu dd > span {
	font-size: 80%;
	margin-right: 4px;
}
.side-menu a:hover {
	text-decoration: underline;
}

/* パンくず */
.breadcrumb {
	padding: 0.5rem;
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}
.breadcrumb > ol > li {
	display: inline-block;
}
.breadcrumb > ol > li + li::before {
	content: '>\00a0';
}
.breadcrumb > ol > li a:hover {
	text-decoration: underline;
}


/* アイコンカラー */
.icon-white{
	filter: invert(100%) sepia(34%) saturate(2%) hue-rotate(256deg) brightness(111%) contrast(101%);
}
.icon-red{
	filter: invert(11%) sepia(79%) saturate(7114%) hue-rotate(359deg) brightness(103%) contrast(112%);
}
.icon-green{
	filter: invert(41%) sepia(82%) saturate(329%) hue-rotate(94deg) brightness(94%) contrast(92%);
}
.icon-navy{
	filter: invert(22%) sepia(18%) saturate(900%) hue-rotate(168deg) brightness(92%) contrast(95%);
}
.icon-black{
	filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(327deg) brightness(96%) contrast(104%);
}

.section-normal {
	margin: 0 15px 20px 15px;
	padding: 0;
	border: solid 1px #c9c9c9;
}

.section-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 50px;
	padding: 10px 10px;
	border-left: solid 7px #0f2733;
	background: linear-gradient(to bottom, #fff 0%,#d6d6d6 100%);
}
	.section-title > h2 {
		flex: 1;
		display: flex;
		align-items: center;
		padding: 0 5px;
	}
		.section-title > div {
			display: flex;
			align-self: flex-start;
		}
			.section-title > div > button {
				margin: 0 5px 0 0;
				padding: 5px 8px;
				border: solid 1px #444444;
				border-radius: 5px;
				color: #fff;
				background-color: #0f2733;
				font-size: 0.95rem;
			}
			.section-title > div > button:hover {
				background-color: #34404a;
			}
				.section-title > div > button > img {
					margin: 0 4px 1px;
				}

.section-rounded {
	margin: 0 15px 20px 15px;
	padding: 0;
	box-shadow: 0 0 3px 0 #999999;
	border-radius: 4px;
}
	.section-rounded .section-title {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	.section-content {
		display: flow-root;
		background-color: #fff;
	}

.anchor-area {
	padding: 2em 10px
}
.anchor-area a.btn-anchor {
	text-decoration: underline;
}
.anchor-area ul > li {
	padding: 0 2em;
}

.button-white {
	margin: 0 5px 0 0;
	padding: 8px 16px 8px 16px;
	border: solid 1px #444444;
	border-radius: 5px;
	color: #000000;
	background-color: #f8f8ff;
	font-size: 1.1rem;
}
	.button-white:hover {
		background-color: #c0c0c0;
	}
	.button-white:disabled {
		background-color: #f8f8ff;
		opacity: 0.5;
	}

.button-yellow {
    margin: 0 5px 0 0;
    padding: 10px 30px 10px 30px;
    border: solid 1px #ffffff;
    border-radius: 20px;
    color: #ffffff;
    background-color: #ffa537;
    font-size: 1.1rem;
    font-weight: bold;
}
	.button-yellow:hover {
		background-color: #bd6800;
	}
	.button-yellow:disabled {
		background-color: #f8f8ff;
		opacity: 0.5;
	}

.flex-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 10px;
}
		.button-area {
			padding: 0 4px 8px 12px;
		}
			.button-area > button.icon {
				margin: 0 5px 0 0;
				padding: 8px 16px 8px 0;
				border: solid 1px #db7900;
				border-radius: 5px;
				color: #fff;
				background-color: #ff8c00;
				font-size: 1.1rem;
			}
			.button-area > button.icon:hover {
				background-color: #ca6f00;
			}
				.button-area > button.icon > img {
					margin: 0 10px;
				}

	dl.data-group2 {
		display: flex;
		flex-wrap: wrap;
		overflow-wrap: break-word;
		min-width: 250px;
	}
		dl.data-group2 > dt {
			padding: 16px 4px 10px 10px;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			font-weight: normal;
		}
		dl.data-group2 > dd {
			flex: 1;
			padding: 8px;
		}

	dl.data-group1 {
		display: flex;
		flex-wrap: nowrap;
		overflow-wrap: break-word;
	}
		dl.data-group1 > dt {
			width: 200px;
			padding: 16px 4px 10px 10px;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			font-weight: normal;
			background-color: #f5f5f5;
		}
		dl.data-group1 > dd {
			flex: 1;
			padding: 8px;
			background-color: #ffffff;
		}

	dl.data-group3 {
		display: flex;
		flex-wrap: wrap;
		overflow-wrap: break-word;
	}
		dl.data-group3 > dt {
			width: 150px;
			padding: 16px 4px 10px 10px;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			font-weight: normal;
		}
			dl.data-group3 > dt > label {
				margin:0 0 0 auto;
			}
		dl.data-group3 > dd {
			flex: 1;
			padding: 8px;
		}

dl.error {
	background-color: #ffc0cb;
}
	dl.error > dt {
		background-color: #ffc0cb;
	}
	dl.error > dd {
		background-color: #ffc0cb;
	}

dl > dt.error {
	background-color: #ffc0cb;
}
dl > dd.error {
	background-color: #ffc0cb;
}


.required {
	font-size: 0.75rem;
	background-color: #ff4500;
	color: #fff;
	border-radius: 5px;
	padding: 2px 6px;
	margin-left: 5px;
	margin-right: 5px;
	white-space: nowrap;
}

.form-text {
	width: 100%;
	height: 2.2em;
	padding: 5px;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	border-radius: 4px;
}
.form-text:disabled {
	background-color: #fafafa;
}
.form-text:read-only {
	background-color: #fafafa;
}

.form-textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	border-radius: 4px;
	resize: none;
}
.form-textarea:disabled {
	background-color: #fafafa;
}
.form-textarea:read-only {
	background-color: #fafafa;
}
.text-right {
	text-align: right;
}


.flex-x {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.flex-y {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.flex-x > label, .flex-y > label {
	display: flex;
	align-items: baseline;
	user-select: none;
}

hr.border-solid {
	border-top: 1px solid #eeeeee;
}

.list-wrapper {
	margin: 10px;
}

.button-area ul {
	margin: 10px;
	text-align: center;
}
.button-area ul li {
	display: inline-block;
}

/* テーブル関連 */
.list-table {
	overflow-wrap: break-word;
	width: 100%;
	border: 1px solid #D6D6D6;
	border-collapse: collapse;
}
.list-table th, .list-table td {
	border: 1px solid #D6D6D6;
	padding: 10px;
	vertical-align: middle;
}
.list-table th {
	text-align: center;
	font-weight: normal;
	background: linear-gradient(to bottom, #253a4a 0%, #0f2733 100%);
	color: #fff;
}
.list-table th a {
	text-decoration: underline;
}
.list-table tr:nth-child(odd) {
	background: #F7F7F7;
}
.list-table tr:nth-child(even) {
	background: #fff;
}

/* ページャー関連 */
.pager-container {
	display: flex;
	justify-content: space-between;
	margin: 10px;
}
.pager-container > li:nth-child(1) {
	flex-basis: 33%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pager-container > li:nth-child(2) {
	flex-basis: 34%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager-container > li:nth-child(3) {
	flex-basis: 33%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.pager-container .select-container {
	width: 80px;
}
.pager-container .prev {
	margin-right: 1rem;
}
.pager-container .next {
	margin-left: 1rem;
}


.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
}
.pagination > li {
	display: flex;
	padding: 0 5px;
	box-sizing: border-box;
}
.pagination > li > a {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #444444;
	background-color: initial;
}
.pagination > li a.active {
	font-weight:bold;
	color: #fff;
	background-color: #4d4d4d;
}
.pagination > li a.prev {
	border: initial;
	background-color: initial;
}
.pagination > li a.next {
	border: initial;
	background-color: initial;
}


.select-container {
	position: relative;
}
/* セレクトボックスの矢印デザイン変更 */
.select-container::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 2.2em;
	pointer-events: none;
	background: #4d4d4d;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.select-container::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4.5px solid #fff;
	content: "";
	position: absolute;
	right: 9px;
	top: 1em;
	width: 0;
	pointer-events: none;
}
.select-container > select {
	border: 1px solid #000;
	appearance: none; /* デフォルトの矢印を非表示 */
	border-radius: 0;
	padding-left: 10px;
	width: 100%;
	height: 2.2em;
	border: 1px solid #bbbbbb;
	background-color: #fafafa;
	border-radius: 4px;

}

.icon-button {
	margin: 0 5px 0 0;
	padding: 5px 8px 5px 4px;
	border: solid 1px #444444;
	border-radius: 5px;
	color: #fff;
	background-color: #0f2733;
	font-size: 0.95rem;
}
.icon-button:hover {
	background-color: #34404a;
}
	.icon-button > img {
		margin: 0 4px 1px;
	}

button.btn-default {
	margin: 0;
	padding: 4px;
	border: solid 1px #444444;
	border-radius: 5px;
	color: #fff;
	background-color: #0f2733;
	font-size: 0.9rem;
}
button.btn-default:hover {
	background-color: #34404a;
}

button.btn-default-blue {
	margin: 0;
	padding: 4px;
	border: solid 1px #444444;
	border-radius: 5px;
	color: #fff;
	background-color: #245a84;
	font-size: 0.9rem;
}
button.btn-default-blue:hover {
	background-color: #2d72a7;
}

.item-area-center {
	padding: 20px 10px;
}
.item-area-center > ul {
	display: flex;
	justify-content: center;
}
.item-area-center > ul > li {
	padding: 0 1em;
}

.item-message {
	padding: 4px;
}

.button-confirm {
	margin: 0 5px 0 0;
	padding: 8px 16px;
	border: solid 1px #444444;
	border-radius: 5px;
	color: #fff;
	background-color: #0f2733;
	font-size: 1.1rem;
}
.button-confirm:hover {
	background-color: #34404a;
}
.button-confirm:disabled {
	background-color: #0f2733;
	opacity: 0.5;
}
.button-delete {
	margin: 0 5px 0 0;
	padding: 8px 16px;
	border: solid 1px #444444;
	border-radius: 5px;
	color: #000000;
	background-color: #f8f8ff;
	font-size: 1.1rem;
}
.button-delete:disabled {
	opacity: 0.5;
}

#delete-button-area {
	margin-left: 80px;
	user-select: none;
}

.button-textbox {
	margin: 0 4px;
	padding: 5px 10px;
	border: solid 1px #444444;
	border-radius: 5px;
	color: #fff;
	background-color: #0f2733;
	font-size: 0.9em;
	white-space: nowrap;
}
.button-textbox:hover {
	background-color: #34404a;
}


.section-item {
	margin: 0 15px 20px 15px;
	padding: 0;
}

.item-content {
	padding: 8px 4px;
	overflow-wrap: anywhere;
}

.message-success {
	border: 1px solid #191970;
	background-color: #b0e0e6;
	padding: 10px;
}
.message-error {
	border: 1px solid #cc4343;
	background-color: #ffc0cb;
	padding: 10px;
}
.message-caution {
	border: 1px solid #000000;
	background-color: #ffd700;
	padding: 10px;
}

.message-group {
	display: flex;
}
.message-group > dt {
	padding: 0;
}
.message-group > dd {
	padding: 4px 8px;
}

.input-fixed {
	display: flex;
}


/* 共通 */
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center !important; }

.section-title-right {
	display: flex;
	margin-left: 6px;
	align-items: center;
}
.section-title-right img {
	cursor: pointer;
	margin-bottom: 2px;
	opacity: 0.8;
}


/* モーダル展開時　親画面の横ズレ防止 */
body.modal-open {
	overflow: hidden;
	padding-right: var(--scrollbar-width);
}


/* ツールチップ（ヘルプ用） */
.dynamic-tooltip {
  position: absolute;
  background-color: #6A6A6A;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
  z-index: 100;
  max-width: 700px;
  max-height: 500px;
  display: flex;
  flex-direction: column;
  
  /* フェードイン */
  opacity: 0;
  animation: fadeIn 0.3s ease forwards;
}

.dynamic-tooltip.closing {
  animation: fadeOut 0.3s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.tooltip-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background-color: #505050;
  border-radius: 6px 6px 0 0;
  cursor: grab;
  user-select: none;
}
.tooltip-header:active {
  cursor: grabbing;
}
.tooltip-title {
  font-size: 16px;
  color: #fff;
}
.tooltip-body {
  padding: 12px;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  overflow-y: auto;
}
.tooltip-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}
.tooltip-close:hover {
  color: #a1a1a1;
}

/* スクロールバー */
.tooltip-body::-webkit-scrollbar {
  width: 6px;
}
.tooltip-body::-webkit-scrollbar-track {
  background: #dadada;
  border-radius: 3px;
}
.tooltip-body::-webkit-scrollbar-thumb {
  background: #a3a3a3;
  border-radius: 3px;
}
.tooltip-body::-webkit-scrollbar-thumb:hover {
  background: #868686;
}


.button-orange {
	border: solid 1px #ff8c00;
	background-color: #ff8c00;
}
.button-orange:hover {
	background-color: #ff8c00;
}

.button-permission-denied {
	background: #808080 !important;
	border: solid 1px #808080 !important;
	opacity: 0.4 !important;
	cursor: not-allowed;
}

/* sunnyimg */
.sunnyimg-container {
	user-select: none;
}
.sunnyimg-container-button {
	display: flex;
	justify-content: flex-start;
	padding: 0 0 5px 0;
}
.sunnyimg-container-drop-zone {
	border: 1px dotted;
	padding: 0;
	display: flex;
	align-items: center;
}
.sunnyimg-container-drop-zone img {
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.sunnyimg-container-drop-zone p {
	text-align: center;
	width: 100%;
}

.sunnyfile-container {
	display: flex;
	align-items: center;
	user-select: none;
}
.sunnyfile-container-button {
	display: flex;
	justify-content: flex-start;
	padding: 0;
}
.sunnyfile-container-button > label {
	display: inline-block;
}
.sunnyfile-container-drop-zone {
	flex: 1;
	border: 1px dotted;
	align-self: stretch;
	display: flex;
}
.sunnyfile-container-drop-zone > p {
	align-self: center;
	margin: 0 8px;
	width: 100%;
}
.sunnyfile-container-drop-zone > p > a {
	text-decoration:underline;
}


/* sunny sortable */
.sunnysortable {
	display: flex;
	flex-direction: column;
	user-select: none;
}
.sunnysortable .row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sunnysortable .row .cell {
	background-color: ghostwhite;
	border:#333333 1px solid; /*境界線を指定*/
	align-self: stretch;
	padding:10px; /*余白を指定*/
	margin-left:-1px;
	margin-top:-1px;
}

/* sunny select */
.sunnyselect-container {
	padding: 0 !important;
}
.sunnyselect {
	border: 1px solid #bbb;
	border-radius: 4px;
	height: 2.2em;
	background-color: #fafafa;
	padding: 0 !important;
	text-align: left;
	box-sizing: border-box;
	cursor: default;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.sunnyselect::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 100%;
	pointer-events: none;
	background: #4d4d4d;
}

.sunnyselect::after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 9px;
	width: 8px;
	height: 4px;
	margin-top: -1px;
	pointer-events: none;
	background: #fff;
	clip-path: polygon(0px 0px, 100% 0px, 50% 100%);
}
.sunnyselect-content {
	padding: 8px 10px;
	margin-right: 35px;
}
.sunnyselect-list-container {
	background-color: #fff;
	border: solid 1px #bbb;
	position: absolute;
	display: flex;
	flex-flow: column;
	z-index: 999;
}
.sunnyselect-list-search-area {
	background-color: #fff;
	border-left: solid 1px #bbb;
	border-right: solid 1px #bbb;
	border-top: solid 1px #bbb;
	border-bottom: solid 2px #bbb;
	padding: 10px;
}
.sunnyselect-input-search {
	background-color: #fff;
	width: 100%;
	display: inline-block;
	padding: 5px;
	border: 1px solid #bbbbbb;
	box-sizing: border-box;
}
.sunnyselect-list-area {
	background-color: #fff;
	overflow-y: auto;
	height: 100%;
	max-height: 100%;
	flex: 1;
}
.sunnyselect-list-item {
	border-bottom: solid 1px #bbb;
	padding: 10px;
	overflow-wrap: break-word;
	cursor: pointer;
}
.sunnyselect-list-item:last-child {
	border-bottom: none;
}
.sunnyselect-list-item:hover {
	background-color: #afeeee;
}
.sunnyselect-list-item-selected {
	background-color: #b0e0e6;/* f5fffa*/
}
.sunnyselect-multiple .sunnyselect-list-item {
	padding: 10px 10px 10px 30px;
	position: relative;
}
.sunnyselect-multiple .sunnyselect-list-item > input {
	position: absolute;
	top: 12px;
	left: 10px;
}
.sunnyselect-multiple .sunnyselect {
	white-space: normal;
	height: auto;
	min-height: 2.2em;
}
.sunnyselect-icon .sunnyselect-list-item {
	padding: 10px 10px 10px 40px;
	position: relative;
}
.sunnyselect-icon .sunnyselect-list-item > div:nth-child(2) {
	position: absolute;
	top: 7px;
	left: 10px;
	width: 24px;
	height: 24px;
}

/* ローディング中のスタイル */
.summary-item.loading .total_member,
.summary-item.loading .total_available_point,
.summary-item.loading .total_scheduled_point {
	opacity: 0.3;
	position: relative;
}
.summary-item.loading::before {
	content: '';
	position: absolute;
	top: 72%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border: 3px solid #e9ecef;
	border-top-color: #007bff;
	border-radius: 50%;
	animation: loading-spin 0.8s linear infinite;
	z-index: 10;
}
@keyframes loading-spin {
	to { transform: translate(-50%, -50%) rotate(360deg); }
}
/* 更新完了時のハイライトアニメーション */
@keyframes highlight-flash {
	0% { 
		background-color: rgba(0, 123, 255, 0.2);
	}
	100% { 
		background-color: transparent;
	}
}
.summary-item.updated {
	animation: highlight-flash 0.6s ease-out;
	border-radius: 8px;
	display: inline-block;
}
/* 数値が変わった時のポップアニメーション */
@keyframes value-pop {
	0% { transform: scale(1.04); }
	100% { transform: scale(1); }
}
.value-updated {
	animation: value-pop 0.4s ease-out;
}
/* 未検索時の検索エリア */
.empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	color: #6c757d;
}
.empty-state-text {
	margin-top: 16px;
	font-size: 15px;
}


/* ポイント管理 共通 */
.summary-item {
	flex: 1;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
}
.summary-item::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 60px;
	background: #e9ecef;
}
.summary-item:last-child::after {
	display: none;
}
.summary-label {
	flex: 0 0 auto;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
	color: #495057;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}


/* ポイント管理一覧 */
.summary-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	padding: 25px 30px;
	background: #fff;
}
.total-summary-unit {
	font-size: 18px;
	margin-left: 4px;
}
.total-summary-label {
	font-size: 14px;
	font-weight: 500;
	margin: 0 20px 10px 0;
	color: #495057;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.total_member,
.total_available_point,
.total_scheduled_point {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 8px;
	display: inline-flex;
	align-items: baseline;
	position: relative;
	justify-content: center;
}
.total_member {
	color: #626262;
}
.total_available_point {
	color: #007bff;
}
.total_scheduled_point {
	color: #008000;
}
.icon-summary {
	width: 18px;
	height: 18px;
	stroke: #6c757d;
}
.summary-header-right {
	display: flex;
	margin-left: 14px;
	align-items: center;
	gap: 12px;
}
.summary-updated-time {
	font-size: 14px;
	color: #495057;
}


/* ポイント管理詳細 */
.dialog-label {
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}
.sunny-box-contents-area > dl.data-group1 > dt {
	width: 155px;
}
.sunny-box-contents-area > dl.data-group1:last-child{
	height: 52%;
}
.user-summary{
	flex: 1;
	background-color: #fff;
}
.user-summary-content {
	display: flex;
	height: 150px;
	padding: 30px 30px 0px;
	background: #fff;

}

/* ポイント付与失効ダイアログ カスタムスタイル */
#inlinePointsDialog .sunny-box-contents-area {
    display: flex;
    flex-direction: column;
	padding: 0px 0px 8px 0px;
	line-height: 1.15;
	height: 80%;
}
/* 備考欄（最後のdl）を残りの余白分下に埋める */
#inlinePointsDialog .sunny-box-contents-area > dl.data-group1:last-of-type {
    flex: 1;
    display: flex;
    min-height: 80px;
}
/* 備考欄のdd部分を伸ばす */
#inlinePointsDialog .sunny-box-contents-area > dl.data-group1:last-of-type > dd {
    flex: 1;
    display: flex;
    flex-direction: column;
}
/* 下の余白分をtextareaで埋める */
#inlinePointsDialog #front_bikou_text {
    flex: 1;
    min-height: 60px;
	margin-bottom: 6px;
}
/* エラーダイアログをコンパクトに */
#inlinePointsDialog .message-error {
	padding: 2px 10px;
}

/* ポイント管理詳細 ポイントサマリーのローディング */
.user-summary-content .summary-item.loading .available_point,
.user-summary-content .summary-item.loading .scheduled_point {
	opacity: 0.3;
}
.user-summary-content .summary-item.loading::before {
	content: '';
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	border: 3px solid #e9ecef;
	border-top-color: #007bff;
	border-radius: 50%;
	animation: loading-spin 0.8s linear infinite;
	z-index: 10;
}
.section-main-title-name {
	font-weight: bold;
	font-size: 18px;
	margin-left: 5px;
	padding-top: 2px;
}
.section-title-name {
	font-size: 18px;
	margin-left: 50px;
}
.limited_point {
	padding-top: 5px;
}
.available_point,
.scheduled_point {
	flex: 1;
	min-height: 0;
	line-height: 0.9em;
	font-size: 28px;
	font-weight: 700;
	justify-content: center;
	align-items: center;
}
#aPoint,
#lPoint {
	color: #007bff;
}
#sPoint {
	color: #008000;
}
.summary-unit {
	flex: 0 0 auto;
	font-size: 12px;
	color: #6c757d;
	font-weight: 500;
}
.summary-memo-container {
	display: flex;
}
.admin-memo-section {
	flex: 1;
	width: 100%;
}
.admin-memo-content {
	padding: 10px 10px;
	background: #fff;
	min-height: 155px;
}
.memo-label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #495057;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.memo-text {
	font-size: 14px;
	line-height: 1.6;
	color: #6c757d;
	background: #f8f9fa;
	padding: 5px;
	border-radius: 6px;
	border: 1px solid #e9ecef;
	min-height: 60px;
	width: 100%;
	height: 135px;
	white-space: pre-wrap;
	overflow-y: scroll;
}
#pointTable td {
	position: relative;
	padding: 10px;
}
#pointTable td a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-right: 10px;
	display: flex;
	align-items: center;
	justify-content: right;
	text-decoration: underline;
	color: inherit;
}
#pointTable td a:hover {
	opacity: 0.5;
	text-decoration: underline;
	background-color: #bfc6cf;
}
#pointTable td a:active {
	opacity: 0.5;
	text-decoration: underline;
	background-color: #9ca3ac;
}
.admin-bikou-textarea {
	height: 100%;
}
.section-title a {
	padding: 8px 16px;
	cursor: pointer;
	text-decoration: none;
	color: #4a5568;
	font-size: 13px;
	font-weight: 500;
	border-radius: 6px;
	background: #ffffff;
	border: 1px solid #d7d7d7;
	white-space: nowrap;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	display: inline-block;
	min-width: 60px;
	text-align: center;
	margin-left: 5px;
}
/* ホバー効果 */
.section-title a:hover {
	opacity: 0.5;
	border: 1px solid #cbd5e0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	transform: translateY(-1px);
}
/* アクティブ（押下）効果 */
.section-title a:active {
	transform: translateY(0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.p-data td:nth-child(6), .p-data td:nth-child(7) {
	font-weight: bold;
}
/* ポイント履歴フィルターボタンのスタイル */
.section-title a {
	padding: 8px 16px;
	cursor: pointer;
	text-decoration: none;
	color: #4a5568;
	font-size: 13px;
	font-weight: 500;
	border-radius: 6px;
	background: #ffffff;
	border: 1px solid #d7d7d7;
	white-space: nowrap;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	display: inline-block;
	min-width: 80px;
	text-align: center;
	margin-left: 5px;
	position: relative;
	overflow: hidden;
	transition: color 0.3s ease;
}
.section-title a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
	transition: left 0.3s ease;
	border-radius: 5px;
}
.section-title a:hover {
	opacity: 1;
	border: 1px solid #cbd5e0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	transform: translateY(-1px);
}
.section-title a:active {
	transform: translateY(0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* ポイント履歴フィルターボタンのコンテナ */
.filter-buttons-container {
	display: flex;
	align-items: center;
	padding: 4px;
	margin: 8px 0px;
	background: #f5f5f5;
	border-radius: 8px;
	position: relative;
	width: fit-content;
}
/* スライドする背景 */
.filter-buttons-container::before {
	content: '';
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	background-color: #007bff;
	border-radius: 6px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* 各ボタンの位置に応じて背景を移動 */
.filter-buttons-container[data-active="0"]::before {
	width: 80px;
	transform: translateX(0);
}
.filter-buttons-container[data-active="1"]::before {
	width: 80px;
	transform: translateX(80px);
}
.filter-buttons-container[data-active="2"]::before {
	width: 80px;
	transform: translateX(160px);
}
.filter-buttons-container[data-active="3"]::before {
	width: 80px;
	transform: translateX(240px);
}
.filter-buttons-container[data-active="4"]::before {
	width: 80px;
	transform: translateX(320px);
}
.filter-buttons-container[data-active="5"]::before {
	width: 80px;
	transform: translateX(400px);
}
.filter-buttons-container[data-active="6"]::before {
	width: 80px;
	transform: translateX(480px);
}
.filter-btn {
	width: 80px;
	padding: 8px 0;
	cursor: pointer;
	text-decoration: none;
	color: #666;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	text-align: center;
	border: none;
	background: transparent;
	position: relative;
	transition: color 0.3s ease;
	user-select: none;
}
.filter-btn.active {
	color: #ffffff;
	font-weight: bold;
	transition-delay: 0.1s;
}
.filter-btn:not(:last-child)::after {
	display: none;
}
.spinner {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 3px solid #ccc;
	border-top-color: #0b84ff;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	vertical-align: middle;
}
@keyframes spin {
to {
	transform: rotate(360deg);
}
}
.hidden {
	display: none !important;
}
.item-message {
	padding: 4px 0 0 0 !important;
}
.sunny-box-contents-area {
	position: absolute;
	right: 0;
	left: 0;
	padding: 10px;
	overflow: auto;
	font-size: 90%;
	line-height: 1.8;
}
/* 折りたたみセクション用スタイル */
.section-collapsible .section-title {
	cursor: pointer;
	user-select: none;
}
.section-collapsible .section-title h2::before {
	content: '▼';
	display: inline-block;
	margin-right: 8px;
	font-size: 20px;
	color: #253a4a;
	transition: transform 0.3s ease;
}
.section-collapsible.collapsed .section-title h2::before {
	transform: rotate(-90deg);
}
.section-collapsible .section-content {
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	max-height: 500px;
	opacity: 1;
}
.section-collapsible.collapsed .section-content {
	max-height: 0;
	opacity: 0;
}
/* ソート可能なヘッダーのスタイル */
#pointTable thead th.sortable {
	cursor: pointer;
	user-select: none;
	position: relative;
	transition: background-color 0.2s ease;
}
#pointTable thead th.sortable:hover {
	background-color: #e9ecef;
}
#pointTable thead th.sortable a {
	color: inherit;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
#pointTable thead th.sortable .sort-label {
	text-decoration: underline;
}
/* ソートインジケーター */
#pointTable thead th.sortable .sort-indicator {
	font-size: 12px;
}