@charset "UTF-8";

#contents_blk {
	width: auto;
	float: none;
}
#base_blk {
	background-color: #EDEDED;
	padding: 30px 40px;
	border-radius: 20px;
}
#base_blk h1 {
	line-height: 1;
	color: #4496D3;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #4496D3;
	margin-bottom: 40px;
}
#base_blk h2 {
	line-height: 1;
	font-weight: bold;
	color: #333;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
#base_blk p {
	padding-bottom: 40px;
	line-height: 1.8;
}


@media screen and (max-width: 767px) {
	#contents_blk {
		padding: 0;
	}
	#base_blk {
        padding: 0;
        border-radius: 0;
    }
	#base_blk h1 {
		background-color: #e17b34;
		color: #FFF;
		font-size: 16px;
		line-height: 40px;
		padding: 0 20px;
		border-bottom: none;
		margin-bottom: 20px;
	}
	#base_blk h2 {
		font-size: 14px;
		margin: 0 20px 20px;
	}
	#base_blk p {
		font-size: 14px;
		line-height: 1.5;
		padding: 0 20px 30px;
	}
}
