@charset "UTF-8";


/*---カバー画像---*/
#Top_Cover {
	width: 100%;
	height: 100%;
	background:url(../img/cover_base.jpg) no-repeat left top;
	background-size: cover;
}

/*---サブナビ---*/
.Bg_Sub_Navi {
	width: 100%;
	background: #ddd6ca;
	padding: 30px 0;
}

/*---カラム指定---*/
.Sub_Navi_column {
	margin: 0 auto;
}
	.Sub_Navi_column .col {
		float: left;
	}
	.Sub_Navi_column.col1 .col {
		margin: 0;
		width: 100%;
	}
	.Sub_Navi_column.col2 .col {
		margin: 0 2.2% 0 0;
		width: 48.9%;
	}
	.Sub_Navi_column.col3 .col {
		margin: 0 2.2% 0 0;
		width: 31.86%;
	}
	.Sub_Navi_column.col2 .col:nth-child(2n),
	.Sub_Navi_column.col3 .col:nth-child(3n) {
		margin-right: 0;
	}
	.Sub_Navi_column.col2 .col:nth-child(2n+1),
	.Sub_Navi_column.col3 .col:nth-child(3n+1) {
		clear: both;
	}

@media screen and (max-width:767px){
	.Sub_Navi_column {
		margin: 0;
	}
	.Sub_Navi_column.col1 .col {
		margin: 0;
		width: 100%;
	}
	.Sub_Navi_column.col2 .col {
		margin: 0 2.2% 0 0;
		width: 48.9%;
	}
	.Sub_Navi_column.col3 .col {
		margin: 0 2.2% 0 0;
		width: 31.86%;
	}

}

/*---ボタン---*/
.Sub_Navi_button a {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	background: #66aed8;
	color: #FFF;
	line-height: 54px;
	font-size: 16px;
}

.Sub_Navi_button_On a {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	background: #477997;
	color: #FFF;
	line-height: 54px;
	font-size: 16px;
}

.Sub_Navi_button a:hover {
	height: 54px;
	background: #477997;
	color: #FFF;
}

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

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

/*---フォント---*/
.fcOrange { color: #eb6100;}
.fz14 { font-size: 14px;}


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

	#Top_Cover {
		display: none;
	}

	.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;
	}

	.Bg_Sub_Navi {
		width: 100%;
		background: #ddd6ca;
		padding: 10px 0;
		margin-top:30px;
	}

	.Sub_Navi_button a {
		display: inline-block;
		width: 100%;
		height: 30px;
		text-align: center;
		text-decoration: none;
		background: #66aed8;
		color: #FFF;
		line-height: 30px;
		font-size: 12px;
	}
	
	.Sub_Navi_button_On a {
		display: inline-block;
		width: 100%;
		height: 30px;
		text-align: center;
		text-decoration: none;
		background: #477997;
		color: #FFF;
		line-height: 30px;
		font-size: 12px;
	}

	.Sub_Navi_button a:hover {
		height: 30px;
		background: #477997;
		color: #FFF;
	}

	.fz14 { font-size: 11px;}

}
