@charset "UTF-8";

.main {
}

.temp {
}

.temp_hd {
}

.temp_sec {
	padding: 50px 0 50px;
}

.temp_sec:first-child {
	padding-top: 0;
}

/* 
.temp_sec:last-child {
	padding-bottom: 0;
} */

.temp_sec_ttl {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 17px;
	border-bottom: 5px solid #e2f1f9;
	color: #0283c9;
	font-weight: bold;
	font-size: 22px;
}

.temp_sec_cnt {
}

.temp_sec_cnt_ttl {
	height: auto;
	margin-bottom: 30px;
	padding: 20px;
	border-left: #0283c9 solid 3px;
	background: #dbf2ff;
	font-weight: bold;
	font-size: 24px;
}

.temp_sec_cnt_box {
}

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

@media screen and (max-width:768px) {
	.main {
	}

	.temp {
	}

	.temp_hd {
	}

	.temp_sec {
		padding: 20px 0;
	}

	.temp_sec:first-child {
	}

	.temp_sec_ttl {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 20px;
	}

	.temp_sec_cnt {
	}

	.temp_sec_cnt_ttl {
		padding: 8px 10px;
		font-size: 20px;
	}

	.temp_sec_cnt_box {
	}
}
