@charset "UTF-8";


/*---背景色---*/
.Bg_Green{
	height: 120px;
	background: #a3d6ce;
	padding:0;
}

/*---見だし---*/
#Heading{
	height: 120px;
	background: url(../img/tit_01.png) no-repeat;
	background-size: 120px;
	position: relative;
	top: 20px;
	font-size: 48px;
	padding: 8px 0px 0px 150px;
}

.Title_01{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 6px 20px;
	background: #f8e2c3;
	color: #000;
}

/* ▼768px以下の場合に適用（iPad portrait以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

	.Bg_Green{
		height: 50px;
		background: #a3d6ce;
		padding:0;
		margin-bottom:20px;
	}
	
	#Heading{
		height: 60px;
		background: url(../img/tit_01.png) no-repeat left top;
		background-size: 60px;
		font-size: 18px;
		padding: 4px 0px 0px 70px;
		position: relative;
		top: 8px;
	}

	.Title_01{
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		padding: 4px 0px 0px 10px;
		background: #f8e2c3;
		color: #000;
	}

}
