@charset "utf-8";


/*=============================================
	
	タイトル
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#title_wrap {
		color: #FFF;
 		background-position: center 55% !important;
	}
}

@media print, screen and (min-width: 769px) {
	#title_wrap {
		color: #FFF;
		padding: 80px 0 60px !important;
	}
	#title_wrap h4 {
		font-size: 32px;
	}
	#title_wrap.bg_img {
		background-position: center 33%;
	}	

}
/*=============================================
	
	タイトル
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.lead_report {

	}
}

@media print, screen and (min-width: 769px) {
	.lead_report {
		text-align: center;
	}
}

/*=============================================
	
	絞り込み
	
==============================================*/
@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 {
	}
	#report_list_wrap p.no_hit,
	#report_list_wrap form {
		text-align: center;
	}
	#report_list_wrap dl.report_list {
		background: #FFF;
	}
	#report_list_wrap dl.report_list {
		margin: 0 0 2.4em;
	}
	#report_list_wrap dl.report_list dt img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}
	#report_list_wrap dl.report_list dd {
		position: relative;
		padding: 2.0em;
	}
	#report_list_wrap dl.report_list dd p.season {
		margin: 0 0 0.8em;
		font-size: 95%;
	}
	#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 (min-width: 769px) {
	#report_list_wrap {
		text-align: left;
	}
	#report_list_wrap p.no_hit,
	#report_list_wrap form {
		text-align: center;
	}
	#report_list_wrap dl.report_list {
		display: inline-table;
		width: 33%;
		margin: 0 0 30px;
		background: #FFF;
	}
	#report_list_wrap dl.report_list {
		margin: 0 0 2.4em;
	}
	#report_list_wrap dl.report_list dt img {
		aspect-ratio: 3 / 2;
		object-fit: cover;	
	}
	#report_list_wrap dl.report_list dd {
		position: relative;
		padding: 2.0em;
		min-height: 100px;
	}
	#report_list_wrap dl.report_list dd p.season {
		margin: 0 0 0.8em;
		font-size: 95%;
		color: #739d8b;
	}
	#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%;
	}

}

