@charset "UTF-8";
/* CSS Document */

/*31.モバイル・アプリケーション科*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.course-footer_link li a.course-footer_link_bg02 {
		background-image: url(https://tmc.tsuzuki.ac.jp/wp-content/uploads/2025/05/5290white.png)!important;
		background-size: 116px 143px!important;
		background-repeat: no-repeat!important;
		background-position: center!important;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	.course-footer_link li a.course-footer_link_bg02 {
		background-image: url(https://tmc.tsuzuki.ac.jp/wp-content/uploads/2025/05/5290white.png)!important;
		background-size: 31px 38px!important;
		background-repeat: no-repeat!important;
		background-position: 8%!important;
	}
}

/*News*/
/*PC*/
@media only screen and (min-width: 762px) {
	.post_content {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.post_content iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 450px;
		margin: 20px auto 20px auto;
		object-fit: cover;
		object-position: center;
	}
	
}

/*SMP*/
@media only screen and (max-width: 761px) {
	.post_content {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.post_content iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 240px;
		margin: 15px auto 15px auto;
		object-fit: cover;
		object-position: center;
	}
	
}