body{
	margin: 0;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}

.minibr {
	display: none;
}

#inquiryTable h2, #inquiryTable input[type=submit] {
	background-color: #003B49;
	padding-bottom: 5px;
}

#inquiryTable input[type=submit]:hover {
	background-color: #FF8200;
	color: #003B49;
}

#inquiryTable h5 {
	color: #003B49;
}

/*  トップメニュー スティッキー  */
#header_menu{
	background-color: white;
	font-weight: bold;
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 2;
	border-bottom: solid 1px #003B49;
}
#header_menu a {
	text-decoration: none;
	color: inherit;
}

/*  1段目のバックグラウンド  */
#top-head {
	color: #fff;
	text-align: left;
	width: 95%;
	padding-top: 2%;
	padding-bottom: 2%;
	background-image: url(../product/kongsberg/img/landing/top-back.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-left: 5%;
	margin: 0;
}

#top-head h1 {
	font-weight: normal;
	font-size: 2.5em;
	line-height: 1.5em;
	max-width: 1200px;
	text-shadow: 1px 2px 2px rgb(52 85 43 / 80%);
	padding: 1.9em 0 0 0;
}

#top-head img {
	margin-bottom: 10px;
	width: 38%;
}

#top-head p {
	margin: 0;
}

#second_back {
	text-align: left;
	width: 95%;
	padding-top: 9%;
	padding-bottom: 2%;
	background-image: url(../product/kongsberg/img/landing/2nd-back2.png);
//	background-image: url(../product/kongsberg/img/landing/kongsbergC-table.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: -1.8em 0 0 0;
	padding-left: 5%;
}

h3.white, h4.white{
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
	-1px 1px 0 #FFF, 1px -1px 0 #FFF,
	0px 1px 0 #FFF,  0-1px 0 #FFF,
	-1px 0 0 #FFF, 1px 0 0 #FFF;"
}

h3.white {
	text-align: center;
}

/*  中に挟まる吹き出し帯の設定  */
h2.arrow_box{
	position:relative;
	width:100%;
	height:32px;
	background:#163d49;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	margin: 0;
}
h2.arrow_box:after{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(22, 61, 73, 0);
	border-top-width:20px;
	border-bottom-width:10px;
	border-left-width:15px;
	border-right-width:15px;
	margin-left: -15px;
	border-top-color:#163d49;
	top:100%;
	left:50%;
}

/*  2段目のバックグラウンド  */
#2nd-back{
	color: #fff;
	text-align: left;
	width: 100%;
	background-image: url(../product/kongsberg/img/landing/2nd-back.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: -1.8em 0 0 0;
	padding-left: 5%;
}

/* 3パーツ横並び */
.mihuda {
	float: left;
	text-align: center;
	width: 30%;
	padding: 1%;
	margin-left: 1%;
}
.mihuda img {
	width: 99%;
}

.mihuda p b {
	color: #ff8200;
	font-size: large;
}

/* 2パーツ横並び */
.nihuda {
	float: left;
	width: 48%;
	padding-left: 1%;
}
.nihuda img {
	width: 99%;
}

/* 左位置タイトル共通設定 */
.ltitle {
	margin-left: 2%;
}

/* 問合せボタン */
.gcontact {
	background:linear-gradient(135deg, #E3E3E3 0%,#5D6874 100%);
	width: 60%;
	height: 40px;
	text-align: center;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
.gcontact a, .foot_contact a {
	text-decoration: none;
	color: inherit;
}

/* 最後の問合せコメント */
.foot_contact {
	width: 80%;
	margin: auto;
}

.foot_contact h4 {
	font-size: 1.5rem;
}

.foot_contact h3 {
	font-size: 2.0rem;
}

.eichi3 {
	text-align: right;
}

.footer {
	background-color: black;
	width: 90%;
	height: 80px;
	padding: 20px 5%;
	color: white;"
}
.footer a {
	text-decoration: none;
	color: white;
	font-size: 0.8rem;
}
.footer p {
	font-size: 0.8rem;
}

#footer1 {
	width: 12%;
	float: left;
	margin: 0 8px 0 0;
}

#footer1 img{
	width: 100%;
}

#footer2 {
	width: 22%;
	float: left;
	font-size: 1rem;
}

#footer3 {
	width: 50%;
	float: left;
	font-size: 0.8rem;
}

#footer4 {
	width: 15%;
	float: left;
}

#header_menu img {
	height: 70px;
	align: left;
}

#header_menu div p {
	margin-top: 10px;
}


@media (max-width: 950px) {
	.footer {
		height: 140px;
	}

	#footer1 {
		width: 15%;
		float: left;
		margin: 0 2% 0 0;
	}

	#footer2 {
		width: 50%;
		float: left;
		font-size: 1rem;
	}

	#footer3 {
		width: 65%;
		float: left;
		font-size: 0.8rem;
	}

	#footer4 {
		width: 18%;
		float: left;
	}
	#top-head img {
		margin-bottom: 10px;
		width: 55%;
	}

	#header_menu img {
		width: 30%;
	}


}


@media (max-width: 768px) {
	#top-head img {
		margin-bottom: 10px;
		width: 70%;
	}

	#footer1 {
		width: 13%;
	}
	#footer3 {
		width: 78%;
	}
	#footer4 {
		width: 22%;
	}
	.footer p{
		font-size: 0.7rem;
	}
	#top-head h1 {
		font-size: 26px;
		padding-top: 80px;
	}
	.nihuda, .mihuda {
		width: 100%;
	}
	.footer {
		height: 170px;
	}
	#header_menu div p{
		font-size: 0.8rem;
	}
	h2 {
		font-size: 1.3rem;
	}
	h3 {
		font-size: 1.0rem;
	}
	h4 {
		font-size: 0.8rem;
	}

	p {
		font-size: 0.7rem;
	}
	/* 問合せボタン */
	.gcontact {
		width: 80%;
	}
	
	.foot_contact a {
		font-size: 1.3rem;
	}
	.foot_contact h4 {
		font-size: 1.2rem;
	}
}

@media (max-width: 640px) {
	#header_menu div p{
		margin-top: 3px;
	}
	.minibr {
		display: inline;
	}
	#footer3 {
		width: 100%;
	}
	#footer4 {
		width: 50%;
	}
}
