@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
.top_ttl {
	background: #fafafa;
	text-align: center;
}
.top_ttl img {
	margin: auto;
	width: 1150px;
	max-width: 96%;
}
/* 挨拶 */
#top_msg {
	font-size: 18px;
}
/* お知らせ */
#top_info .img {
	width: 500px;
}
#top_info .info {
	width: 530px;
}
#top_info .info .midashi {
	font-size: 18px;
	margin-bottom: 50px;
}
#top_info .info dl dt {
	color: #81d8d0;
}
#top_info .info dl dd.title {
	font-size : 28px;
	letter-spacing : 8.6px;
	margin-bottom: 30px;
}
#top_info .info dl dd.txt {
	line-height: 2;
	letter-spacing: 1.6px;
	color : #64759B;
}
#top_profile {
	width: 800px;
	height: 250px;
	margin: 0 auto 210px;
	border: 4px solid #81d8d0;
	padding: 5px;
}
#top_profile a {
	display: block;
	height: 100%;
	background: url("../img/arrow.png") no-repeat center bottom 60px, url("../img/top/bg.png") no-repeat center /cover;
	color: #213a70;
	text-align: center;
	line-height: 200px;
	font-size: 53px;
	letter-spacing : 10.6px;
}

@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_info .img {
		width: 30%;
	}
	#top_info .info {
		width: 65%;
	}
	#top_info .info .midashi {
		margin-bottom: 20px;
	}
	#top_info .info dl dd.title {
		font-size: 25px;
		margin-bottom: 15px;
		letter-spacing: 3px;
	}
	#top_info .info dl dd.txt {
		letter-spacing: 1px;
		line-height: 1.8;
	}
	#top_profile {
		width: 100%;
		height: 150px;
		margin-bottom: 180px;
	}
	#top_profile a {
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 95px;
		background-position: center bottom 30px, center;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg {
		font-size: 16px;
	}
	#top_info .img {
		width: 50%;
		margin: 0 auto 20px;
	}
	#top_info .info {
		width: 100%;
	}
	#top_info .info .midashi {
		font-size: 16px;
	}
	#top_info .info dl dd.title {
		letter-spacing: 0;
		font-size: 22px;
	}
	#top_profile a {
		font-size: 20px;
	}
}