.climate_content {
	padding: 100px 0;
}

.climate_content#climate_content02, .climate_content#climate_content04 {
	background-color: #f9f7f4;
}

.climate_content_main_box {
	max-width: 1300px;
	padding: 0 20px;
	margin: 0 auto;
}

.climate_content_main {
	margin-top: 40px;
	display: flex;
}

.climate_content_main_text {
	width: 64.9230769230769%;
}

.climate_content_main_text_item {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #999999;
}

.climate_content_main_text_attention {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #999999;
	text-align: right;
	margin-top: 10px;
}

.climate_content_main_img {
	width: 35%;
	padding-left: 60px;
}

@media screen and (max-width: 1000px) {
	.climate_content {
		padding: 40px 0 60px;
	}
	.climate_content_main {
		margin-top: 20px;
		display: block;
	}
	.climate_content_main_text {
		width: 100%;
	}
	.climate_content_main_text_item {
		font-size: 14px;
	}
	.climate_content_main_text_attention {
		font-size: 14px;
		margin-top: 10px;
		text-align: left;
	}
	.climate_content_main_img {
		width: 100%;
		padding-left: 0;
		max-width: 400px;
		margin: 20px auto 0;
	}
}