.notice_content {
	border-radius: 4px;
	background-color: var(--white);
	background-color: #FFFFFF\0;
	box-sizing: border-box;
	padding: 30px;
}
.notice_title {
	font-size: 40px;
	font-weight: bold;
	padding: 50px 0 100px 0;
	text-align: center;
}
.notice1_info {
	padding: 0 30px;
}
.notice1_info::after {
	content:"";
	display: block;
	width: 100%;
	clear: both;
}
.notice1_info .notice1_pic {
	display: block;
	width: 520px;
	height: auto;
	float: left;
}
.notice1_info .notice1_text {
	padding-left: 560px;
	font-size: 18px;
	line-height: 32px;
}
.notice1_info .notice1_text p {
	text-indent: 2em;
	margin-bottom: 25px;
}
.notice1_conact {
	text-align: center;
	padding: 90px;
}
.notice1_conact .title {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}
.notice1_conact .tel_number {
	font-size: 50px;
	font-weight: bold;
	color: #007de4;
	font-family: Arial, Helvetica, sans-serif;
}
.notice2_h1 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
	color: #007de4;
	margin-bottom: 10px;
}
.notice2_h2 {
	text-align: center;
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;
}
.notice2_h2 span {
	color: #ffffff;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	background-color: #007de4;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	line-height: 50px;
	margin-right: 20px;
}
.notice2_img {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}