@charset "utf-8";

/* ======================================================
 * case_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
====================================================== */

@media print, screen and (min-width: 768px) {
	
	.mt60 { margin-top: 60px; }
	
	.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

	.calendar_contents {
		overflow: hidden;
		color: #333;
	}
	.calendar_inner {
		position: relative;
		padding: 20px;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		box-sizing: border-box;
		overflow: hidden!important;
	}
	.imageBox {
		position: relative;
		width: 100%;
		margin-top: 60px;
	}
	.schoolName a {
		text-decoration: none;
		color: #333;
	}
	.schoolName a:hover {
		text-decoration: underline;
	}
	.schoolImg a img:hover, .schoolImg_Last a img:hover {
		opacity: 0.7!important;
	}
	
	
	ul.school_Set {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	ul.school_Set li {
		position: relative;
	}
	.schoolImg, .schoolImg_Last {
		float: left;
		width: 30%;
		margin-bottom: 30px;
	}
	.schoolImg {
		margin-right: 4.8%;
	}
	.schoolImg:nth-child(3n) {
		margin-right: 0%;
	}
	/*
	.schoolImg_Last {
		margin-right: 0!important;
	}*/
	.schoolImg a img, .schoolImg_Last a img {
		width: 100%;
	}
	.TextMain {
		position: relative;
		margin: 0 auto;
	}

	
	h2.main_Tit { 
		font-size: 22px; 
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
		font-weight: bold;
		width: 100%;
		margin: 80px 0px;
		padding: 0;
	}







}

