/*-----------------------------------------------------------------------------------------
	下層ページ（プログラム紹介）
-----------------------------------------------------------------------------------------*/
/*------------------------------ ページ背景画像 ----------*/
#program {
	overflow: hidden;
	background:url(../img/body.jpg) 50% 0 no-repeat #fff;
	background-size: 100% auto;
}
/*------------------------------ ページタイトル ----------*/
#program h1 {
	background:rgba(0,54,100,0.70);
	color:#fff;
	font-size: 36px;
	letter-spacing: 15px;
	text-align: center;
	padding: 40px 0;
	line-height: 130%;
	margin-bottom:50px;
}
#program h1 span {
	font-size: 12px !important;
	display: block;
	letter-spacing: 3px;
}
/*------------------------------ ページコンテンツ ----------*/
.programBox {
	position: relative;
	clear: both;
	overflow: hidden;
	width:1048px;
	padding:10px 0 0 0;
	margin: 0 auto 50px auto;
	background:rgba(255,255,255,0.85);
	text-align: left;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.inner {
	position: relative;
	margin:40px;
}
.inner p {
	margin: 0 20px 40px 40px;
	line-height: 180%;
	font-size: 16px;
	word-wrap: break-word;
}
/*---------- 協創経営プログラムとは ----------*/
.program-img {
	margin:0 auto 100px auto;
	display: block;
}
/*----- box -----*/
.program-list {
	position: relative;
	clear: both;
	overflow: hidden;
	width:940px;
	margin: 0 auto;
}
.program-list li {
	position: relative;
	border:1px solid #003664;
	border-radius: 5px;
	padding:15px;
	float: left;
	margin:0 20px 20px 0;
	width:298px;
	min-height: 370px !important;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.program-list li:nth-child(3) {
	margin-right: 0;
}
.program-list li:nth-child(4) {
	clear: left;
	margin-left:317px;
}
.program-list li:nth-child(5) {
	margin-right: 0;
}
.program-list li dl dt {
	font-size:20px;
	color:#003664;
	line-height: 150%;
	margin-bottom:25px;
}
.program-list li dl dt span {
	font-size:13px !important;
}
.program-list li dl dd {
	font-size:15px;
	line-height: 170%;
}
/*----- box左下イメージ画像 -----*/
.program-img2 {
	position: absolute;
	left:15px;
	top:570px;
}
/*----- ※マーク -----*/
.attention1,
.attention2 {
	position: relative;
	padding-left:30px;
	margin:0 0 10px 15px !important;
	text-align: left;
	font-size: 12px !important;
	line-height: 130% !important;
}
.attention1:before {
	position: absolute;
	content: '※1';
	top:0;
	left: 0;
}
.attention2:before {
	position: absolute;
	content: '※2';
	top:0;
	left: 0;
}
/*----- 目指す人物像・得られるチカラ -----*/
.statueBox {
	position: relative;
	clear: both;
	border:1px solid #003664;
	padding:30px 20px;
	width:940px !important;
	margin: 0 auto 100px auto !important;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05);
	z-index: 1;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.statueBox:before {
	position: absolute;
	content: '';
	bottom:-37px;
	left:50%;
	margin-left: -53.5px;
	width: 107px;
	height: 36px;
	z-index: 0;
	background: #003664;
}
.statueBox:after {
	position: absolute;
	content: '';
	bottom:-76px;
	left:50%;
	margin-left:-85.5px;
	width: 0;
	height: 0;
	z-index: 0;
	border-style: solid;
	border-width: 40px 85.5px 0 85.5px;
	border-color: #003664 transparent transparent transparent;
}
/*----- 目指す人物像 -----*/
.statue-1 {
	position: relative;
	clear: both;
	overflow: hidden;
	padding-bottom:20px;
	margin-botom:40px;
	border-bottom:2px solid #b3c3d0;
}
.statue-1 dt {
	font-size: 24px;
	color:#003664;
	text-align: center;
	line-height: 150%;
	margin-bottom:20px;
}
.statue-1 dd {
	font-size: 16px;
	text-align: center;
	line-height: 170%;
}
/*----- 得られるチカラ -----*/
.statue-2 {
	overflow: hidden;
	padding-bottom:4px;
}
.statue-2 dt {
	font-size: 24px;
	color:#003664;
	text-align: center;
	line-height: 70px;
}
.statue-2 dd {
	font-size: 16px;
	text-align: center;
	line-height: 150%;
	float:left;
	width:280px;
	color:#fff;
	margin:0 8px;
	padding:15px;
	border-radius: 10px;
	letter-spacing: -1px;
	box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.05);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.bg1 { background:#16B11B; }
.bg2 { background:#EC6D65; }
.bg3 { background:#289CE9; }

/*----- 企業、公的機関等の～～みなさんを待っています！ -----*/
.support {
	text-align: center;
	font-size: 24px;
	color:#003664;
	line-height: 180%;
	margin-bottom:40px;
}

/*-----------------------------------------------------------------------------------------
	レスポンシブ
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 680px) {

	/*------------------------------ ページ背景画像 ----------*/
	#program {
		background-size: 100% auto;
		margin-bottom:10%;
	}
	/*------------------------------ ページタイトル ----------*/
	#program h1 {
		font-size: 1.2rem;
		letter-spacing: 8px;
		padding: 7% 0;
		line-height: 130%;
		margin-bottom:10%;
	}
	#program h1 span {
		font-size: 0.7rem !important;
		display: block;
		letter-spacing: 2px;
	}
	/*------------------------------ ページコンテンツ ----------*/
	.programBox {
		width:96%;
		padding:2% 0 0 0;
		margin: 0 auto 7% auto;
	}
	/*------ 画像幅を 伸縮できるように -----*/
	.programBox img {
		width:100%;
		height: auto;
	}
	.inner {
		margin:5% 2%;
	}
	.inner p {
		margin: 0 0 6% 0;
		line-height: 180%;
		font-size: 1rem;
	}
	/*---------- 協創経営プログラムとは ----------*/
	.program-img {
		margin:0 auto 10% auto;
	}
	/*----- box -----*/
	.program-list {
		margin:0 auto 2% auto;
		width:100%;
	}
	.program-list li {
		padding:4%;
		float: none;
		margin:0 2% 4% 2%;
		width:96%;
		min-height: auto !important;
	}
	.program-list li:nth-child(3) {}
	.program-list li:nth-child(4) {
		margin-left:2% !important;
	}
	.program-list li:nth-child(5) {
		margin-right: 2%;
	}
	.program-list li dl dt {
		font-size:1.2rem;
		margin-bottom:4%;
	}
	.program-list li dl dt span {
		font-size:0.9rem !important;
	}
	.program-list li dl dd {
		font-size:1rem;
	}
	/*----- box左下イメージ画像 -----*/
	.program-img2 {
		display: none;
	}
	/*----- ※マーク -----*/
	.attention1,
	.attention2 {
		position: relative;
		padding-left:30px;
		margin:0 0 4% 0 !important;
		font-size: 0.8rem !important;
		line-height: 150% !important;
	}
	.attention1:before {}
	.attention2:before {}
	/*----- 目指す人物像・得られるチカラ -----*/
	.statueBox {
		padding:5% 4%;
		width:96% !important;
		margin: 0 auto 100px auto !important;
	}
	.statueBox:before {
		position: absolute;
		content: '';
		bottom:-37px;
		left:50%;
		margin-left: -40px;
		width: 80px;
		height: 36px;
	}
	.statueBox:after {
		position: absolute;
		content: '';
		bottom:-76px;
		left:50%;
		margin-left:-60px;
		width: 0;
		height: 0;
		z-index: 0;
		border-style: solid;
		border-width: 40px 60px 0 60px;
		border-color: #003664 transparent transparent transparent;
	}
	/*----- 目指す人物像 -----*/
	.statue-1 {
		padding-bottom:6%;
		margin-botom:auto;
	}
	.statue-1 dt {
		font-size: 1.3rem;
		line-height: 150%;
		margin-bottom:4%;
	}
	.statue-1 dd {
		font-size: 1rem;
		padding-bottom:4%;
	}
	.statue-1 dd br {
		display: none;
	}
	/*----- 得られるチカラ -----*/
	.statue-2 {
		padding:6% 2% 2% 2%;
	}
	.statue-2 dt {
		font-size: 1.3rem;
		line-height: 150%;
		margin-bottom:4%;
	}
	.statue-2 dd {
		font-size: 1rem;
		float:none;
		width:100%;
		margin:0 0 4% 0;
		padding:4%;
		letter-spacing: 0;
	}
	.bg1 {}
	.bg2 {}
	.bg3 {}

	/*----- 企業、公的機関等の～～みなさんを待っています！ -----*/
	.support {
		font-size: 1.2rem;
		margin-bottom:5%;
		line-height: 160% !important;
	}
	.support br {
		display: none;
	}

}