@charset "UTF-8";
/* CSS Document */

/* ダミー　*/
.dummy {
	color: #FF0066 !important;
}

/* ------------------------------ PC ------------------------------ */

/* ---------- フランジ・プロテクタ製品 ---------- */
/* タイトル */
.mainContents__Sec-flange-title {
	width: 100%;
	padding: 88px 0 132px;
	background: url(../../images/slide/slide-06.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
	.flange-title-head {
		margin: 0 auto;
		width: 530px;
		height: 230px;
	}
/* 製品概略 */
.mainContents__Sec-flange-product-outline {
	margin: 84px auto 0;
	width: 1280px;
}
	.flange-product-outline-outer {
		margin: 0 auto;
		width: 1060px;
		padding-left: 10px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
		.flange-product-outline-inner {
			width: 630px;
			padding-top: 36px;
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-wrap: wrap;
		}
			.flange-product-outline-logo {
				width: 400px;
				height: 120px;
			}
			.flange-product-outline-logo.dots {
				margin-left: -22.5px;
			}
			.flange-product-outline-logo.bumper {
				margin-left: 0;
			}
			.flange-product-outline-logo.mags {
				margin-left: -20px;
			}
		.flange-product-outline-inner.multinuts {
				width: 570px;
				padding-top: 36px;
				display: flex;
				align-items: center;
				justify-content: space-between;
				flex-wrap: wrap;
			}
			.flange-product-outline-logo.multinuts {
				margin-left: -47.5px;
			}
			.flange-product-outline-head {
				width: 210px;
				font-size: calc(25rem / 16);
				line-height: calc(30em / 25);
				font-weight: bold;
				text-align: center;
			}
			.flange-product-outline-title {
				margin-top: 24px;
				width: 630px;
				font-size: calc(19rem / 16);
				line-height: calc(21em / 19);
				font-weight: bold;
			}
			.flange-product-outline-lead {
				margin-top: 12px;
				width: 630px;
				font-size: calc(16rem / 16);
				line-height: calc(33em / 16);
			}
		.flange-product-outline-photo {
			width: 360px;
			filter: drop-shadow(4.5px 4.5px 9px rgba(0, 0, 0, 0.35));
		}
		.flange-product-outline-photo.multinuts {
			width: 410px;
			padding: 108px 10px 0 0;
			filter: none;
		}
/* 特徴 */
.mainContents__Sec-flange-product-feature {
	margin: 72px auto 0;
	width: 1280px;
}
	.flange-product-feature-head {
		margin: 72px auto 0;
		width: 980px;
		font-size: calc(19rem / 16);
		line-height: calc(33em / 19);
		color: #2E5075;
		display: flex;
		align-items: center;
	}
	.flange-product-feature-summary-outer {
		margin: 69px auto 0;
		width: 960px;
		padding-left: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.flange-product-feature-summary-image {
			width: 435px;
		}
		.flange-product-feature-summary-list {
			width: 445px;
			margin: 12px 0;
			font-size: calc(22rem / 16);
			line-height: calc(33em / 22);
			font-weight: bold;
			list-style-type: disc;
		}
		.flange-product-feature-summary-list.first {
			width: 480px;
			margin-left: -35px;
			list-style-type: none;
		}
/* ダウンロード＆リンク */
.mainContents__Sec-downloadlinkBtn {
	margin: 84px auto;
	width: 1280px;
}
	.downloadlinkBtn-outer {
		margin: 84px auto 0;
		width: 930px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.downloadlinkBtn-outer.mags {
		justify-content: center; /* ダウンロードボタンのみ */
	}
		.downloadBtn a {
			position: relative;
			margin: 0 auto;
			width: 445px;
			padding: 30px;
			font-size: calc(20rem / 16);
			line-height: calc(24em / 20);
			text-align: center;
			font-weight: bold;
			color: #2E5075;
			background: rgba(46, 80, 117, 0.15);
			display: block;
		}
		.downloadBtn a::after {
			position: absolute;
			top: 50%;
			right: 50px;
			margin-top: -13.5px;
			font-family: 'Material Icons';
			font-size: calc(27rem / 16);
			line-height: calc(27em / 27);
			content: "\e2c4";
		}
		.linkBtn a {
			position: relative;
			margin: 0 auto;
			width: 445px;
			padding: 28px 30px;
			font-size: calc(21.5rem / 16);
			line-height: calc(24em / 21.5);
			text-align: center;
			font-weight: bold;
			color: #2E5075;
			background: #FFF;
			border: 2px solid #2E5075;
			display: block;
		}
		.linkBtn a::after {
			position: absolute;
			top: 50%;
			right: 65px;
			margin-top: -13.5px;
			font-family: 'Material Icons';
			font-size: calc(18rem / 16);
			line-height: calc(27em / 18);
			content: "\e5e1";
		}
/* 事例写真 */
.mainContents__Sec-flange-product-case-photo {
	margin: 120px auto 0;
	width: 1280px;
}
	.flange-product-case-photo-head {
		margin: 120px auto 0;
		width: 980px;
		font-size: calc(19rem / 16);
		line-height: calc(33em / 19);
		color: #2E5075;
		display: flex;
		align-items: center;
	}
	.flange-product-case-photo {
		margin: 84px auto 0;
		width: 930px;
	}