@charset "utf-8";

/* ----- 個別ページ ----- */
.sectionTitle{
	display: table;
	margin-right: auto;
	margin-left: auto;
	color: #6ba7d2;
	font-size: 30px;
}
.sectionTitle::after{
	content: "";
	display: block;
	width: 90%;
	height: 2px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #6ba7d2;
}
@media screen and (max-width: 768px){
	.sectionTitle{
		display: table;
		color: #6ba7d2;
		font-size: 24px;
	}
}

/* ----- キャストスタッフ ----- */
.cast{
	position: relative;
}
.cast dl{
	display: table;
	width: 100%;
	margin-bottom: 4.8%;
	font-size: 24px;
}
.cast dl.attention{
	margin-bottom: 1.8%;
}

.cast dl:last-of-type{
	margin-bottom: 0;
}
.cast dt{
	position: relative;
	display: table-cell;
	width: 50%;
	padding-right: 67px;
	text-align: right;
}
.cast dl rt{
	font-size: 12px;
	text-align: center;
}
.cast dt::after{
	position: absolute;
	content: "＊＊＊";
	bottom: 0;
	right: -1.5em;
}
.cast .attention dt::after{
	position: absolute;
	content: "＊＊＊";
	bottom: 25px;
	right: -1.5em;
}
.cast dd{
	display: table-cell;
	width: 50%;
	padding-left: 67px;
}
.cast dd span{
	font-size: .62em;
}
.castPhoto{
	display: flex;
	justify-content: space-between;
	margin-top: 7.7%;
	margin-bottom: 2.4%;
}
.castPhoto li{
	width: 31.7%;
	max-width: 195px;
}
.castPhoto2{
	display: flex;
}
.castPhoto2 img{
	width: 100%;
}
@media screen and (max-width: 768px){
	.cast dl{
		font-size: 5.5vw;
	}
	.cast dt{
		padding-right: 24px;
	}
	.cast dl rt{
		font-size: 10px;
	}
	.cast dt::after{
		content: "＊＊";
		bottom: 2px;
		right: -1em;
		font-size: 4vw;
	}
	.cast dd{
		padding-left: 24px;
	}
}
.staff{
	margin-top: 40px;
}
.staff dl{
	display: table;
	width: 100%;
	margin-bottom: 2%;
	line-height: 2;
}
.staff dl:first-of-type dd br{
	display: none;
}
.staff dt{
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 150px;
}
.staff dt::before{
	content: "＊";
	position: absolute;
	top: 0;
	right: 0;
}
.staff dd{
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}
.staff dd span{
	font-size: .87em;
}
.staff dd ul{
	overflow: hidden;
}
.staff dd li{

}
@media screen and (max-width: 768px){
	.staff dl{
		display: block;
	}
	.staff dl:first-of-type dd br{
		display: block;
	}
	.staff dt{
		display: block;
		width: auto;
	}
	.staff dt::before{
		position: static;
		padding-right: 4px;
	}
	.staff dd{
		display: block;
		padding-left: 20px;
	}
	.staff dd li{
		float: none;
		margin-right: 0;
	}
}

/* ----- comment ----- */
.commentBox{
	overflow: hidden;
}
.commentTitle{
	margin-bottom: 6px;
	padding: 4px 0 4px 40px;
	color: #459ab6;
	font-size: 22px;
	font-weight: normal;
	background: url(../teaser/img/comment_icon.png) no-repeat left center;
}
.commentBox{
	line-height: 1.81;
}
.commentBox figure{
	float: right;
	width: 31.7%;
	max-width: 195px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.commentTitle span{
	font-size: .66em;
}
.commentBox + .commentBox{
	margin-top: 7%;
}

