@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	program_layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	program_area
=======================================================*/
/* program */
.program_ttl {
	margin-bottom: 50px;
	border-bottom: 1px solid#333;
	border-top: 1px solid#333;
}

.program_box {
	margin-bottom: 120px;
}

.program_box h4 {
	color: #FC1F1F;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.img_x_qr {
margin-bottom: 30px;
}

.img_x_qr img {
	width: 160px;
}

.program_detail_box > p {
	text-align: left;
	margin-bottom: 40px;
}

.program_detail_box {
	margin-bottom: 120px;
}

.img_program_logo {
	margin-bottom: 20px;
}

.img_program_logo img {
	width: 80%;
	max-width: 980px;
}

.cast_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* margin-bottom: 50px; */
}
.cast_list_02 li {
	width: 45%;
	margin: 0 2% 30px;
}

.cast_list_03 li {
	width: 31%;
	margin: 0 1% 30px;
}

.cast_list_04 li {
	width: 23%;
	margin: 0 1% 30px;
}

.cast_list li img {
	width: 100%;
	border-radius: 5px;
}

.cast_list li h5 {
}

@media screen and (max-width: 979px) {
	.program_box > p {
		text-align: left;
	}
	.program_box > p .inline_block {
		display: inline;
	}
	/* .cast_list li {
		width: 48%;
		margin: 0 1% 30px;
	} */
}