@charset "UTF-8";
.cast-staff-wrapper {
	justify-content: space-between;
	align-items: flex-start;
}
.section-cast, .section-staff{
	width: 46%;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	height: auto;
}
.title-cts {
	display: flex;
}

.title-cts span {
	width: 50%;
	text-align: center;
	display: block;
}
.member-list {
	font-weight: bold;
	margin: 0;

}
.member-list dt {
	color: #0A66A6;
	padding-top: 10px;
	font-size: 0.9em;
}
.member-list dd {
	border-bottom: dashed 2px rgba(10,102,166,0.4);
	line-height: 1.5em;
	padding-bottom: 10px;
}
.small {
	font-size: 0.6em;
	line-height: 1.4em;
	display: block;
}

.kozame1 {
	position: absolute;
	display: block;
	top:-20px;
	left:-20px;
	z-index: 2;
	width: 60px;
}

.kozame2 {
	position: absolute;
	display: block;
	bottom:-70px;
	right:0;
	z-index: 2;
	width: 80px;
}


.icon-comment {
	width: 24px;
	height: 20px;
	margin-left: 7px;
	display: inline-block;
}
.icon-comment img {
	display: block;
	width: 100%;
}
.staff .modaal-container {
	border-radius: 20px;
	background-color: #FFFDE9;
}

.staff .modaal-container .h2_cts {
	font-size: 1.4em;
	color: #fff;
	background-color: #0A66A6;
	padding: 10px 20px;
	border-radius: 5px;
	line-height: 1.4em;
}
/* --------------------------------------
Tablet style
-------------------------------------- */
@media screen and (min-width: 768px) {
	.staff .modaal-container {
		box-sizing: border-box;
		padding: 0 40px;
	}

	.staff .modaal-container .cast_photo {
		width: 300px;
	}

}


/* --------------------------------------
   　PC style
-------------------------------------- */
@media screen and (min-width: 1028px) {

	.section-cast, .section-staff{
		width: 44%;
	}
	.member-list dt {
		padding-top: 15px;
	}
	.member-list dd {
		padding-bottom: 15px;
	}

	.kozame1 {
		top:10px;
		left:-25px;
		width: 130px;
	}

	.kozame2 {
		bottom:-120px;
		right:0;
		width: 150px;
	}
	.staff .modaal-container {
		padding: 0 70px;
	}

}