@charset "UTF-8";

/*------------------------------------------------

		list

------------------------------------------------*/
.md_column_text .md_column_circle_list {
	margin: -10px auto;
}
.md_column_flex.is_point > div:first-of-type {
	width: 63.8%;
}
.md_column_flex.is_point > div:last-of-type {
	width: 33.8%;
}
.md_ttl_bg_gray {
	margin-bottom: 20px;
}
.md_column_flex .md_ttl_strong:first-of-type {
	margin-top: 0;
}
.md_column_flex p + .md_ttl_strong {
	margin-top: 20px;
}
@media (max-width: 767px){
	.md_column_flex.is_point > div:first-of-type {
		width: 100%;
	}
	.md_column_flex.is_point > div:last-of-type {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px;
	}
}