	.staff-list {
						display: flex;
						flex-flow: row wrap;
						justify-content: space-around;
						box-sizing: border-box;
						max-width: 1000px;
						width: 100%;
						margin: 60px auto 100px;
					}

					.staff-list>* {
						flex: 0 0 calc(95% / 4);
						/* flex: 0 0 calc(95% / 2); */
					}

					.staff-list .staff {
						list-style: none;
						overflow: hidden;
						position: relative;
						margin: 0 0 10px;
					}

					.staff-list .staff>* {
						display: block;
					}

					.staff-list .staff img[src=""] {
						visibility: hidden;
					}

					.staff-list .staff-content {
						/* display: inline-flex; */
						color: #333;
					}

					.staff-image-area {
						position: relative;
					}

					.staff-list .staff-image {
						display: block;
						background: transparent;
						width: 100%;
						height: auto;
						max-height: 300px;
						margin: auto;
						object-fit: cover;
						object-position: top;
					}

					.staff-list .staff-sub-images {
						margin-top: 0.5rem;
						display: flex;
						flex-flow: row nowrap;
						justify-content: space-between;
					}

					.staff-list .staff-sub-images.display-none {
						display: none;
					}

					.staff-list .staff-sub-image {
						flex: 0 0 auto;
						display: block;
						width: calc(25% - 0.25rem);
						height: 100%;
					}

					.today-staff-list .staff-tenpo {
						position: absolute;
						z-index: 1;
						background-color: #fff;
						padding: 5px;
						top: 17px;
						left: -33px;
						transform: rotate(-45deg);
						width: 130px;
						text-align: center;
						font-size: 14px;
					}

					.today-staff-list .staff-tenpo.staff-tenpo-01 {
						background-color: #fdc7ef;
					}

					.today-staff-list .staff-tenpo.staff-tenpo-02 {
						background-color: #febea7;
					}

					.today-staff-list .staff-tenpo.staff-tenpo-03 {
						background-color: #fbd789;
					}

					.logo_icon {
						width: 40%;
						position: absolute;
						bottom: 2px;
						right: 0;
					}

					.logo_icon img {
						width: 100%;
					}

					.wcicon-on {
						background-image: url(/common/img/icon_wakuchin.png);
						background-size: contain;
						background-repeat: no-repeat;
						position: absolute;
						top: 3px;
						right: 3px;
						width: 25%;
						height: 25%;
					}

					.staff-list .staff-data {}

					.staff-list .staff-data .staff-name-box {
						text-align: center;
						background-color: rgba(255, 255, 255, 0.5);
						padding: 0 0 3px;
						margin: 1px 0;
					}

					.staff-list .staff-data-name {
						font-weight: bold;
						/*font-size: 150%;*/
						font-size: 135%;
						display: inline-block;
						margin: 0.2rem 0.5rem 0 0;
					}

					.staff-list .staff-data-name:first-letter {
						color: #fbd789;
					}

					.staff-list .staff-data-age {
					    font-size: 14px;
					}

					.staff-list .staff-data-new {
						display: inline-block;
						margin: 0 0.25rem 0;
						font-weight: bold;
						color: #f62;
					}

					.staff-list .staff-data-anything {
						margin: 0 0.5rem 0 0;
					}

					.staff-list .hitokoto {
						padding: 0.25rem 0;
					}

					.staff-list .staff-data-anything {
						display: block;
						margin: 1px 0;
						padding: 2px;
						text-align: center;
						font-size: 14px;
					}

					.staff-list .staff-data-anything01 {}

					.staff-list .staff-data-anything02 {
						background-color: #ADA1971a;
						display: none;
					}

					.staff-list .staff-data-anything03 {
						display: none;
					}

					.staff-list .hitokoto {
						border-top: 1px solid #ddd;
						font-size: 70%;
						padding: 10px;
					}

					@media screen and (max-width: 679px) {
						.staff-list {
							margin: 0;
							padding: 15px 0 40px;
						}

						.staff-list>* {
							flex: 0 0 calc(94% / 2);
							margin: 0 0px 10px;
							box-sizing: border-box;
						}

						.staff-list .staff-data {
							padding: 0;
						}

						.staff-list .staff-image {
							max-height: 227px;
						}

						.today-staff-list .staff-tenpo {
							padding: 2px;
							top: 14px;
							left: -31px;
							width: 110px;
							font-size: 12px;
							color: #555;
						}
					}