@charset "utf-8";
/* CSS Document */

/*資料作成 */

#main_title{
	margin: 50px;
	text-align: center;
	border-radius: 50px;
	font-size: 33px;
	background: #232869;
	color: #fff;
	padding: 10px;
}

#report{
	width: 1000px;
	margin: 100px auto;
	font-size: 18px;
}
#situation{
	background: #E4E4E4;
	overflow: hidden;
	padding: 20px;
}
#situation_title{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 15px 0;
	background: #fff;
	padding: 5px 0;
	color: #333333;
}
	.situation_left{
		float: left;
		width: 68%;
		line-height: 1.8;
	}
	.situation_right{
		float: right;
		width: 30%;
	}
.func_btn{
	 display: inline-block;
	color: #474747;
	background: #fff;
	border: 1px solid #474747;
	border-radius: 10px;
	text-align: center;
	width: 430px;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0;
}
.func_btn:hover{
	color: #fff;
	background: #474747;
	border: 1px solid #474747;
}

.report_title{
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	color: #232869;
	margin: 60px 0 15px;
}
hr{
	border-bottom: 1px solid #D7D7D7;
	width: 80px;
}
.report_title_sub{
	text-align: center;
	font-size: 23px;
}
.report_img {
	text-align: center;
}
.report_img img,.brake_center{
	text-align: center;
}
.left{
	float: left;
	width: 49%;
	text-align: center;
	margin-bottom: 10px;
}
.right{
	float: right;
	width: 49%;
	text-align: center;
}
.simulation_sub{
	text-align: center;
	font-size: 23px;
	background: #E7E7E7;
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
#report{
	margin: 100px auto;
}
#main_title{
	margin: 0 10px 10px 10px;
	border-radius: 20px;
	font-size: 26px;
	padding: 10px;
}
	#report{
		width: 98%;
		margin-left: 1%;
	}
	.situation_left,.situation_right{
		width: 100%;
		}
.func_btn{
	font-size: 20px;
	}
}