@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#greeting h3.sub02 {
	text-align: center;
	margin-bottom: 35px;
}
#greeting .box_txt {
	border: 1px solid #5cac75;
	border-radius: 20px;
	background: url("../img/greeting/img01.png") no-repeat right 70px bottom / 120px;
	padding: 40px 30px;
}
#greeting .txt01 {
	text-align: center;
	font-weight: 500;
	font-size: 170%;
	margin-bottom: 40px;
}
#greeting .txt02 {
	font-size: 125%;
}
@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) {  /* タブレット以下 */
	#greeting h3.sub02 {
		margin-bottom: 15px;
	}
	#greeting .box_txt {
		background: url("../img/greeting/img01.png") no-repeat right 70px bottom / 100px;
		padding: 20px 25px 160px;
	}
	#greeting .txt01 {
		font-size: 140%;
		margin-bottom: 25px;
	}
	#greeting .txt02 {
		font-size: 110%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#greeting .txt01 {
		font-size: 130%;
	}
	#greeting .box_txt {
		background: url("../img/greeting/img01.png") no-repeat center bottom / 90px;
		padding: 15px 15px 150px;
	}
}