@charset "utf-8";

/* 会社概要・事業紹介・納入実績 */
#menu-panel-1 {
	margin: 100px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#menu-panel-1 .panel:hover {
	opacity: 0.9;
	cursor: pointer;
}

#menu-panel-1 .text {
	padding: 15px 0;
	background: #004190;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
}

#menu-panel-1 .text .en {
	font-size: 14px;
}

/* ニュース・お知らせ */
#news-area {
	margin-bottom: 90px;
}

#news-area h2 {
	margin: 0 0 60px;
	color: #004190;
	font-size: 43px;
	line-height: 0.9em;
	text-align: center;
}

#news-area h2 .jp {
	font-size: 17px;
}

#news-list {
	border-top: solid 2px #999999;
}

#news-list .row {
	padding: 20px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	border-bottom: solid 2px #999999;
}

#news-list .sub-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

#news-list .date {
	width: -webkit-calc(7em + 50px);
	width: calc(7em + 50px);
}

#news-list .category {
	width: 11em;
	padding: 4px;
	background: #999999;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

#news-list .title {
	margin-left: 50px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

#news-list .title a {
	color: #4D4D4D;
}

#news-link {
	margin-top: 30px;
	text-align: right;
}

#news-link a {
	color: #004190;
	font-weight: bold;
}

/* 各種許認可・グループ会社 */
#menu-panel-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#menu-panel-2 .panel {
	width: 48%;
	padding: 25px 0;
	background: #004190;
	text-align: center;
}

#menu-panel-2 .panel:hover {
	opacity: 0.9;
}

#menu-panel-2 img {
	margin: 0 auto;
}

#menu-panel-2 .text {
	margin-top: 20px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
}

#menu-panel-2 .text .en {
	font-size: 14px;
	letter-spacing: 0.05em;
}

/* 採用情報 */
#menu-panel-3 {
	margin: 45px 0 50px;
	border: solid 3px #004190;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#menu-panel-3 .text {
	padding-left: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	color: #004190;
	font-size: 45px;
	font-weight: bold;
	line-height: 0.8em;
	text-align: center;
}

#menu-panel-3 .text .jp {
	font-size: 17px;
}

/* タブレットレイアウト */
@media screen and (max-width:999px) {
	
	/* 会社概要・事業紹介・納入実績 */
	#menu-panel-1 {
		margin: 30px 0;
	}

	#menu-panel-1 .panel {
		width: 32.5%;
	}
	
	/* ニュースエリア */
	#news-area {
		margin-bottom: 50px;
	}
	
	#news-area h2 {
		margin-bottom: 30px;
		font-size: 28px;
	}
	
	#news-list .row {
		display: block;
		padding: 20px 10px;
	}
	
	#news-list .sub-row {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	#news-list .date {
		width: auto;
	}
	
	#news-list .category {
		width: 10em;
	}
	
	#news-list .title {
		margin: 15px 0 0 0;
	}
	
	/* 各種許認可・グループ会社 */
	#menu-panel-2 .text {
		font-size: 20px;
	}
	
	/* 採用情報 */
	#menu-panel-3 {
		margin: 15px 0 50px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;	
	}
	
	#menu-panel-3 .text {
		width: 40%;
		padding: 5px 0 0 5px;
		font-size: 22px;
		text-align: center;
		line-height: 1em;
		box-sizing: border-box;
	}
	
	#menu-panel-3 img {
		width: 60%;
	}
}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {
	
	/* 会社概要・事業紹介・納入実績 */
	#menu-panel-1 {
		margin: 20px 0 50px;
		display: block;
	}

	#menu-panel-1 .panel {
		width: 100%;
		margin-bottom: 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		border: solid 3px #00458B;
		box-sizing: border-box;
	}

	#menu-panel-1 .panel img {
		width: 120px;
		height: 120px;
	}

	#menu-panel-1 .panel .text {
		height: 120px;
		padding: 0;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		font-size: 22px;
		line-height: 1.2em;
	}

	/* 最新ニュース */
	#news-list .title a {
		text-decoration: underline;
	}

}