h1 {
	background-image: url(../../images/safety/title_safety.png);
}
h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 70px;
	color: #C9161D;
	font-weight: normal;
	line-height: 1.5;
}
#safety_top {
	width: 100%;
	height: 500px;
	background-image: url(../../images/safety/safety_top.jpg);
	background-size: cover;
	background-position: center center;
}
#safety_top_text {
	padding: 50px;
	max-width: 1000px;
	margin: 0 auto;
}
#safety_top_text h3 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 50px;
}
#safety_top_text h3:first-child{
	margin-top: 0 !important;
}
#safety_top_text p {
	line-height: 1.5;
}
#safety_main {
	width: 100%;
	background-image: url(../../images/safety/safety_main_bottom.png), url(../../images/safety/safety_main_bg.png);
	background-size: auto, cover;
	background-position: bottom left, top center;
	background-repeat: no-repeat, no-repeat;
	box-sizing: border-box;
	padding: 100px 50px 180px;
}
.safety_main_inner{
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}
#safety_main h3 {
	font-size: 36px;
	color: #1995CC;
	line-height: 2;
	font-weight: normal;
	text-align: center;
	margin-bottom: 36px;
}
#safety_main h3 em {
	color: #C9161D;
	font-style: normal;
}
.safety_main_window {
	width: 80%;
	max-width: 1000px;
	background-image: url(../../images/safety/safety_main_window_bg.png);
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,.2);
	margin-bottom: 50px;
}
.safety_main_window:nth-child(odd) {
	margin-left: auto;
}
.safety_main_window:nth-child(even) {
	margin-right: auto;
}
.safety_main_window_inner {
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	display: flex;
	padding: 55px;
	box-sizing: border-box;
}
.safety_main_window_text {
	line-height: 1.5;
	width: 100%;
}
.safety_main_window_text h4 {
	color: #C9161D;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
}
.safety_main_window_image {
	margin-left: 20px;
}
.safety_main_window_image_sp {
	display: none;
}
.safety_button {
	display: flex;
	justify-content: center;
}
.safety_button .btn {
	width: 350px;
	margin: 0 10px;
}
.safety_main_window_heart {
	display: none;
}
/* SP */
@media screen and (max-width: 800px) {
	h1 {
		margin-bottom: 30px;
		background-size: 800px auto;
		background-position: center center;
	}
	h2 {
		font-size: 24px;
		margin-bottom: 45px;
	}
	#safety_top {
		width: 100%;
		height: 230px;
	}
	#safety_top_text {
		padding: 30px 20px;
	}
	#safety_top_text h3 {
		font-size: 18px;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	#safety_top_text p {
		font-size: 14px;
		line-height: 1.5;
	}
	#safety_main {
		padding: 40px 10px 60px;
		background-size: auto 50px, cover;
	}
	#safety_main h3 {
		font-size: 18px;
	}
	.safety_main_window {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	.safety_main_window_inner {
		border-radius: 6px;
		display: block;
		padding: 20px;
		position: relative;
		font-size: 12px;
	}
	.safety_main_window_heart {
		display: block;
		position: absolute;
		top: -33px;
		left: -15px;
	}
	.safety_main_window_text h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.safety_main_window_image {
		display: none;
	}
	.safety_main_window_image_sp {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.safety_main_window_image_sp img {
		width: 100%;
	}
	.safety_button {
		display: block;
		box-sizing: border-box;
	}
	.safety_button .btn {
		width: 100%;
		margin: 10px 0;
		box-sizing: border-box;
	}
}
