@charset "UTF-8";

@media screen and (max-width: 800px) {


#report section .report_box {
	display: block;
}


#report section .report_box .img_box,
#report section .report_box .txt_box{
	width: 95%;
	margin: 20px auto;
}

#report .sch_con .sch_box {
	display: flex;

}
#report .sch_con .sch_box .serch {
	width:98%;
	margin: 0 auto;
	padding: 10px 2em 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}
#report .sch_con .sch_box .serch > div {
	width: 100%;
	margin: 0;
}
#report #yearsearch { display: none;}

#report #dayori_view .report_box .txt_box table tr.title th {
	vertical-align: middle;
	width:50%;

}

}