.data-area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 20px;
}
.date-block{
	width: 22.8%;
	text-align: center;
	border: solid 2px #6971a9;
	margin: 10px;
	padding: 0;
	border-radius: 10px;
}
.data-title{
	border-bottom: solid 2px #6971a9;
	font-size: 20px;
	padding: 15px;
	color: #6971a9;
	font-weight: 600;
}
img.data-img {
	width: 100%;
}
.staff-thum-area-person{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.staff-schedule{
	font-size: 1.15em; 
	color: #494949;
	margin-left: 1em;
	margin-bottom: 3.5em;
}
.staff-schedule dt{
	padding: 0.2em 0 0 0;
	margin: 0 0 0.7em 0;
	font-weight: 600;
}
.staff-schedule dt span{
	color: #FFFFFF;
	padding: 6px 12px;
	background-color: #999999;
	border-radius: 6px;
}
.staff-schedule dt span.am{
	background-color:#f47f95;
}
.staff-schedule dt span.pm{
	background-color:#6971a9;
}
.staff-schedule dd{
	margin-bottom: 2em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.7em;
	/*padding-left: 10em;*/
	border-bottom: dashed 1px #999999;
	line-height: 1.7em;
}
ul.work-list{
	margin-bottom: 2em;
	font-size: 1.15em;
	color: #494949;
	margin-left: 1.5em;
}
@media screen and (max-width:767px) {
	.data-area{
		margin: 20px 0 ;
	}
	.date-block{
		width: 45%;
		margin: 5px;
	}
	.data-title{
		border-bottom: solid 2px #9fe5ff;
		font-size: 18px;
		padding: 5px;
		color: #3da9fc;
		font-weight: 600;
	}
	ul.work-list{
		margin-bottom: 2em;
		font-size: 0.98em;
		margin-left: 0;
	}
	.accordion-open {
		display: block;
		padding: 8px;
		background: #ebebeb;
		cursor: pointer;
		margin: 7px 0 0 0;
		position: relative;
		border-radius: 5px;
		font-size: 1em;
	}
	.accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
		height: auto;
		opacity: 1;
		padding: 20px 0 10px 0;
		font-size: 0.9em;
	}
	.staff-schedule{
		font-size: 0.9em; 
		margin-left: 1em;
		margin-bottom: 2em;
	}
	.staff-schedule dt{
		padding: 0.2em 0 0 0;
		margin: 0 0 0.7em 0;
		font-weight: 600;
	}
	.staff-schedule dt span{
		padding: 4px 8px;
	}
	.staff-schedule dd{
		margin-bottom: 1.5em;
		padding-bottom: 0.7em;
		line-height: 1.7em;
	}
}


