@charset "UTF-8";
/*
 * marine_products/style.css
 *
 */

/* !marine_products/index.html
---------------------------------------------------------- */
#lNavi{
	padding-top: 40px;
}
#copyright{
		font-family: '游明朝体', 'Yu Mincho', 'YuMincho', 'Times New Roman', 'Georgia', serif;
		font-size: 14px;
		line-height: 21px;
		color: #ffffff;
}
.section{
	margin-bottom: 40px;
}
.section p, .sectionLast p{
	font-size: 16px;
}
.marineProductsIndexTxt01 {
	text-align: center;
	padding-bottom: 35px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e1dccd;
	font-size: 16px;
}

.marineProductsIndexBox01 ul li {
	margin-bottom: 1px;
}
	.marineProductsIndexBox01 ul li.last {
		margin-bottom: 0;
	}

.marineProductsIndexH201 {
	margin-top: 65px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1dccd;
}

.marineProductsIndexBox02 {
	width: 764px;
	overflow: hidden;
	margin-top: 30px;
}
	.marineProductsIndexBox02 ul {
		width: 774px;
		margin-top: -10px;
		overflow: hidden;
	}
		.marineProductsIndexBox02 ul li {
			float: left;
			display: inline;
			width: 248px;
			margin: 10px 10px 0 0;
		}
		.marineProductsIndexBox02 ul li a:hover img {
			opacity: 0.8;
			filter: alpha(opacity=80);
			-ms-filter: "alpha(opacity=80)";
		}

/* !marine_products/common
---------------------------------------------------------- */
.marineProductsH201 {
	margin: 50px 0 30px;
}

 body.marinelNaviTop #lNavi ul li#lNavi02 p a{
	margin-left: 0;
}
#lNavi02 img{
	width: 100%;
	object-fit: contain;
}
#lNavi02 a:hover{
	margin-left: 0;
}

#lNavi ul li#lNavi02 .lNavi02_text {
	color: #052154;
	font-family: '游明朝体', 'Yu Mincho', 'YuMincho', 'Times New Roman', 'Georgia', serif;
	font-size: 15px;
	font-weight: 600;
	height: auto;
	margin-top: -20px;
	padding-bottom: 10px;
}

.marineProductsH202 .H2Inner {
	color: #876500;
	font-family: '游明朝体', 'Yu Mincho', 'YuMincho', 'Times New Roman', 'Georgia', serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 600;
	position: relative;
}

.marineProductsH202 .jpText {
	font-size: 28px;
	font-weight: 600;
	line-height: 33.6px;
	position: relative;
	right: -14px;
	top: -3px;
}

.marineProductsH301 {
	display: flex;
	flex-direction: column;
  justify-items: center;
  align-items: center;
	min-height: 106px;
}

.marineProductsH301.marineProductsH301--type02 {
	min-height: 83px;
}

.marineProductsH301 img {
	margin-bottom: 10px;
}

.marineProductsH301 .jpText {
	color: #365998;
	text-align: center;
	font-family: '游明朝体', 'Yu Mincho', 'YuMincho', 'Times New Roman', 'Georgia', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 21px;
	margin-bottom: 5px;
	word-break: normal;
}

.marineProductsH301 .enText {
	color: #333;
	text-align: center;
	font-family: '游明朝体', 'Yu Mincho', 'YuMincho', 'Times New Roman', 'Georgia', serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.4px;
}

/* marineProductsList01 */
.marineProductsList01 {
	width: 764px;
	overflow: hidden;
	margin-top: 20px;
}
	.marineProductsList01 ul {
		width: 789px;
		overflow: hidden;
		margin-top: -40px;
		display: block;
		min-height: 1%;
	}
	.marineProductsList01 ul:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
		.marineProductsList01 ul li {
			float: left;
			display: inline;
			width: 238px;
			margin: 53px 25px 0 0;
		}

.marineProductsList01 ul li ul {
	width: 238px;
	margin-top: -10px;
}
	.marineProductsList01 ul li ul li {
		float: none !important;
		display: block;
		width: 238px;
		margin: 10px 0 0 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #e1dccd;
	}
		.marineProductsList01 ul li ul li .tit01 {
			font-weight: bold;
			line-height: 1.3;
			font-size: 16px;
		}
		.marineProductsList01 ul li ul li p {
			font-size: 14px;
		}

.marineProductsList01 ul li h3 {
	margin-bottom: 15px;
}
.marineProductsList01 ul li .img01 {
	margin-bottom: 20px;
}

.btnContact01 {
	text-align: center;
	margin-top: 70px;
}
#lNavi03{
	text-align: center;
}
#lNavi03 li a{
	color: #444444;
	font-family: '游明朝体', 'Yu Mincho', 'YuMincho', 'Times New Roman', 'Georgia', serif;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding-block: 10px;
	display: block;
	transition: .3s all;
}

#lNavi03 li{
	border-top: 1px solid #D7D4CF;
}
#lNavi03 li:last-child{
	border-bottom: 1px solid #D7D4CF;
}

#lNavi03 li a:hover{
	color: #758094;
	transition: .3s all;
}
