@charset "UTF-8";

.st-Main_Header {
	background: url("../img/internship22/bg.png") no-repeat center bottom/cover;
}

.label_attention {
	border: 1px solid #cc0000;
	color: #cc0000;
	padding: 16px;
}

@media screen and (min-width: 768px) {
	.contents22 {
		margin-top: 50px;
	}
	
	.contents22 .is-Tab_Nav_Item {
		flex: 1 0 350px;
		min-width: 350px;
	}
}

@media screen and (max-width: 767px) {
	.st-Main_Header {
		background: none;
	}

	.st-Main_Title {
		background: url("../img/internship22/bg.png") no-repeat center bottom/cover;
	}
	.label_attention {
		padding: 10px;
	}	
}