@charset "utf-8";


/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0;
}
#top_title_wrap .title_img {
	position: relative;
}
#top_title_wrap .title_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.1;
	display:block;
}
#top_title_wrap h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	font-size: 3.6em;
	line-height: 1.0em;
	transform: translate(-50%, -50%);
}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0;
	}
	#top_title_wrap h2 {
		font-size: 70px;
		margin: 0 0;
	}

}

/*=============================================
	
	絞り込み
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#search_wrap {
		color: #FFF;
	}
	#search_wrap dl.accordion {
		border-bottom: 1px solid #CCC;
		border-top: 1px solid #CCC;
		background: #f3f3f3;
		color: #666;
	}
	#search_wrap dl.accordion dt {
		text-align: center;
		font-size: 110%;
		padding: 1.2em 0;
	}
	#search_wrap dl.accordion dt.arrow_below:after {
		right: 25%;
	}
	#search_wrap dl.accordion dd {
		display: none;
		padding: 1.0em 0 2.4em;
		
	}
	#search_wrap dl.accordion dd .search_box {
		background: #FFF;
		padding: 1.2em 1.6em;
		width: 70%;
		margin: 0 auto 1.2em;
	}
	#search_wrap dl.accordion dd .search_box table.search_list {
		width: 100%;
	}
	#search_wrap dl.accordion dd .search_box table.search_list th {
		vertical-align: middle;
		width: 40%;
	}
	#search_wrap dl.accordion dd .search_box table.search_list td {
		vertical-align: middle;
		width: 58%;
	}
	#search_wrap dl.accordion dd .search_box table.search_list td label{
		line-height: 2.2em;
	}
	#search_wrap dl.accordion dd .search_box table.search_list td [type="checkbox"] {
		background: #FCFCFC;
		border: 1px solid #666;
	}
	#search_wrap dl.accordion dd .clear_btn {
		text-align: center;
		padding: 1.6em 0;
		display: block;
	}

	#search_wrap dl.accordion dd .btn_big01 {
		width: 60%;
		margin: 0 auto;
	}
}

@media print, screen and (min-width: 769px) {
	#search_wrap {
		color: #FFF;
		width: 800px;
		margin: 0 auto 40px;
	}
	#search_wrap dl.accordion {
		border-bottom: 1px solid #CCC;
		border-top: 1px solid #CCC;
		background: #f3f3f3;
		color: #666;
	}
	#search_wrap dl.accordion dt {
		text-align: center;
		font-size: 110%;
		padding: 1.2em 0;
	}
	#search_wrap dl.accordion dt.arrow_below:after {
		right: 25%;
	}
	#search_wrap dl.accordion dd {
		display: none;
		padding: 1.0em 0 2.4em;
		
	}
	#search_wrap dl.accordion dd .search_box {
		background: #FFF;
		padding: 1.2em 1.6em;
		width: 90%;
		margin: 0 auto 1.2em;
	}
	#search_wrap dl.accordion dd .search_box table.search_list {
		width: 100%;
	}
	#search_wrap dl.accordion dd .search_box table.search_list th {
		vertical-align: middle;
		width: 20%;
	}
	#search_wrap dl.accordion dd .search_box table.search_list td {
		vertical-align: middle;
		width: 75%;
		text-align: left;
	}
	#search_wrap dl.accordion dd .search_box table.search_list td label{
		line-height: 2.2em;
		display: inline-block;
	}
	#search_wrap dl.accordion dd .search_box table.search_list td [type="checkbox"] {
		background: #FCFCFC;
		border: 1px solid #666;
	}
	#search_wrap dl.accordion dd .clear_btn {
		text-align: center;
		padding: 1.6em 0;
		display: block;
	}
	#search_wrap dl.accordion dd .btn_big01 {
		width: 60%;
		margin: 0 auto;
	}

}


/*=============================================
	
	リスト レイアウト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#report_list_wrap {
		padding: 3em 0;
	}
	#report_list_wrap p.no_hit,
	#report_list_wrap form {
		text-align: center;
	}
	#report_list_wrap dl.report_list {
		margin: 0 0 2.4em;
	}
	#report_list_wrap dl.report_list dt {
		padding-top: 100%;
		background-size: cover;
		background-position: center center;
	}
	#report_list_wrap dl.report_list dt .bg_img {
		padding-top: 100%;
	}
	#report_list_wrap dl.report_list dd {
		position: relative;
		padding: 1.2em 3%;
	}
	#report_list_wrap dl.report_list dd p.season {
		margin: 0 0 0.8em;
		font-size: 95%;
		color: #96cb37;
	}
	#report_list_wrap dl.report_list dd h4 {
		margin: 0 0 0.5em;
		font-size: 100%;
		line-height: 2em;
		color: #333;
	}
	#report_list_wrap dl.report_list dd p.lead_text {
		font-size: 95%;
		color: #999;
		word-break: break-all;
	}
	#report_list_wrap dl.report_list dd .icon_movie {
		position: absolute;
		right: 6%;
		top: -24px;
		width: 48px;
	}
}

@media print, screen and (min-width: 769px) {
	#report_list_wrap {
		text-align: left;
		padding: 80px 0;
	}
	#report_list_wrap .container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#report_list_wrap .container::after {
		content:"";
		display: block;
		width:30%;
	}
	#report_list_wrap p.no_hit,
	#report_list_wrap form {
		text-align: center;
	}
	#report_list_wrap dl.report_list {
		width: 30%;
		margin: 0 0 30px;
	}
	#report_list_wrap dl.report_list {
		margin: 0 0 2.4em;
	}
	#report_list_wrap dl.report_list dt {
		padding-top: 100%;
		background-size: cover;
		background-position: center center;
	}
	#report_list_wrap dl.report_list dt .bg_img {
	}
	#report_list_wrap dl.report_list dd {
		position: relative;
		padding: 20px 5%;
	}
	#report_list_wrap dl.report_list dd p.season {
		margin: 0 0 8px;
		font-size: 95%;
		color: #96cb37;
	}
	#report_list_wrap dl.report_list dd h4 {
		margin: 0 0 0;
		font-size: 100%;
		line-height: 1.8em;
		color: #666;
	}
	#report_list_wrap dl.report_list dd p.lead_text {
		font-size: 95%;
		color: #999;
		word-break: break-all;
	}
	#report_list_wrap dl.report_list dd .icon_movie {
		position: absolute;
		right: 6%;
		top: -24px;
		width: 48px;
	}

}


/*=============================================
	
	下部バナー
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#report_bottom {
	}
	#report_bottom ul {
		width: 80%;
		margin: 0 auto;
	}
	#report_bottom ul li {
		margin: 0 0 1.6em;
	}

}

@media print, screen and (min-width: 769px) {
	#report_bottom {
	}
	#report_bottom ul {
		width: 720px;
		margin: 0 auto;
		text-align: center;
	}
	#report_bottom ul li {
		display: inline-block;
		float: left;
		width: 45%;
		margin: 0 2%;
	}

}
/*=============================================
	
	みんなのW iframe
	
==============================================*/

.mwed_wrap {
	padding: 2em 3em;
}

@media print, screen and (min-width: 769px) {

}
