/*
	MOSの資格を取ろう
*/
#mos {

}
#mos img {
	width: 100%;
}
.triple_colmun {
	clear: both;
}
.inner_content_fill_color {
	background: #FAF3EF;
	padding-bottom: 20px;
}
@media screen and (min-width: 100px) and  (max-width: 699px) {
	#mos {
		width: 100%;
	}
	#mos_title_pc,
	.mos_square_pc,
	.course_lineup_line_pc,
	.course_lineup_line_pc2 {
		display: none;
	}
	#mos_title_sp,
	.mos_square_sp,
	.course_lineup_line_sp {
		display: block;
	}
	.inner_content,
	.inner_content_fill_color {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (min-width: 701px) and  (max-width: 980px) {
	#mos {
		width: 100%;
	}
}
@media screen and (min-width: 981px) and  (max-width: 5000px) {
	#mos {
		margin-left: auto;
		margin-right: auto;
		width: 980px;
	}
}
@media screen and (min-width: 701px) and  (max-width: 5000px) {
	#mos_title_pc,
	.mos_square_pc,
	.course_lineup_line_pc {
		display: block;
	}
	#mos_title_sp,
	.mos_square_sp,
	.course_lineup_line_sp {
		display: none;
	}
	.inner_content,
	.inner_content_fill_color {
		padding-left: 20px;
		padding-right: 20px;
	}
	.triple_colmun .left_side {
		width: 33%;
		float: left;
	}
	.triple_colmun .central {
		width: 33%;
		float: left;
	}
	.triple_colmun .right_side {
		width: 33%;
		float: left;
	}
}
