@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

取扱商品-共通

------------------------------------------------------------ */

/* グローバルナビアクティブ
---------------------------------------------- */
.nav_global ul li.g02::after{height: 5px;}

/* ページタイトル
---------------------------------------------- */
.pagettl h2::before{content: "Products";}

/* 見出し
---------------------------------------------- */
.ttl_products01{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 40px;
}

.ttl_products01 span{
	font-size: 4.4rem;
	display: flex;
	align-items: center;
}

.ttl_products01 span::before{
    margin-right: 20px;
    border-top: 1px solid #212121;
    content: "";
    flex-grow: 12;
	display: block;
	width: 40px;
}

.ttl_products01 span::after{
    margin-left: 20px;
    border-top: 1px solid #212121;
    content: "";
    flex-grow: 11;
	display: block;
	width: 40px;
}

/* テキスト
---------------------------------------------- */
.txt_products01{
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

/* ボタン
---------------------------------------------- */
.btn_down01 a:hover{opacity: 0.8;}

/* テーブル
---------------------------------------------- */
.table_products01{
	width: 100%;
	margin-bottom: 8px;
	font-size: 1.5rem;
}

.table_products01 th,
.table_products01 td{
	border:1px solid #333;
	padding: 15px 5px;
	text-align: center;
	line-height: 1.2;
}

.table_products01 table th,
.table_products01 table td{
	border: none;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

.table_products01 table td:nth-child(1){width: 90px;}
.table_products01 table td:nth-child(2){width: 150px;}

.table_products01 .right_up_border{
	background: linear-gradient(-16deg, /*角度*/
				transparent 49%,
				#333 49%, /*斜線の色*/
				#333 51%, /*斜線の色*/
				transparent 51%, 
				transparent); 
}

.table_products01 + .note01{
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.2;
}

.table_products01 + .note02{
	font-size: 1.4rem;
	line-height: 1.2;
}

/* ------------------------------------------------------------

一覧

------------------------------------------------------------ */

.wrap_item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item{
	width: 558px;
	margin-bottom: 40px;
}

.item a{
	display: block;
	color: #FFF;
}

.item figure{
	height: 344px;
	background: #FFF;
	margin-bottom: 20px;
}

.item h4{
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1;
	padding-left: 15px;
	position: relative;
}

.item h4::before{
	background: #FFFFFF;
	content: "";
	width: 6px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
}

.item h4 span{
	display: inline-block;
	vertical-align: middle;
	background: #FFF;
	text-align: center;
	min-width: 60px;
	border-radius: 20px;
	line-height: 1;
	font-size: 1.4rem;
	padding: 3px;
	margin-left: 13px;
}

.item a:hover h4,
.item a:hover .txt,
.item a:hover figure img{opacity: 0.8;}

/* 防ぐ
---------------------------------------------- */
.sec_protect{
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 80px;
}

.sec_protect::before{
	content: "";
	display: block;
	background: #468C00;
	width: 100vw;
	height: calc(100% - 190px);
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: -1;
	margin-left: -50vw;
}

.sec_protect h3{
	font-weight: bold;
	color: #468C00;
	font-size: 6rem;
	line-height: 1;
	margin-bottom: 50px;
}

.sec_protect h3 span{
	font-size: 1.8rem;
	padding-left: 10px;
}

.sec_protect .item h4 span{color: #468C00;}

/* 捕まえる
---------------------------------------------- */
.sec_capture{
	position: relative;
	padding-bottom: 30px;
}

.sec_capture::before{
	content: "";
	display: block;
	background: #027FC2;
	width: 100vw;
	height: calc(100% - 190px);
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: -1;
	margin-left: -50vw;
}

.sec_capture h3{
	font-weight: bold;
	color: #027FC2;
	font-size: 6rem;
	line-height: 1;
	margin-bottom: 50px;
}

.sec_capture h3 span{
	font-size: 1.8rem;
	padding-left: 10px;
}

.sec_capture .item h4 span{color: #027FC2;}


/* ------------------------------------------------------------

防ぐ(防護柵・メッシュ柵・景観用柵・電気柵)-共通

------------------------------------------------------------ */

/* 見出し
---------------------------------------------- */
.guard .ttl_products01,
.mesh .ttl_products01,
.land .ttl_products01,
.electric .ttl_products01{color: #468C00;}

.ttl_spec01{
	color: #468C00;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 3px;
}

/* ------------------------------------------------------------

防護柵・メッシュ柵

------------------------------------------------------------ */

/* 特徴
---------------------------------------------- */
.sec_quality{position: relative;}

.sec_quality::before{
	content: "";
	display: block;
	background: #E9F1E0;
	width: calc(50vw - 195px);
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -50vw;
	z-index: -1;
}

.guard .sec_quality::before{height: 836px;}

.mesh .sec_quality::before{height: 1035px;}

.quality{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.guard .sec_quality .quality{margin-bottom: 80px;}

.mesh .sec_quality .quality{margin-bottom: 145px;}

.quality_inner{width: 530px;}

.point{
	border-bottom: 1px solid #DDDDDD;
	padding: 30px 0;
	display: flex;
}

.point:nth-child(1){padding-top: 0;}

.point_l{
	width: 60px;
	margin-right: 10px;
}

.point_l p{
	background: #468C00;
	width: 60px;
	height: 60px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "Arial";
	line-height: 1;
	border-radius: 50px;
}

.point_l p span{
	font-family: "Arial";
	font-size: 2.4rem;
}

.point.lineup .point_l p{background: #0BAFE8;}

.point_r{line-height: 1.6;}

.point_r .txt_point01{
	color: #468C00;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}

.point.lineup .point_r .txt_point01{color: #0BADE6;}

/* 製品仕様
---------------------------------------------- */
.guard .sec_spec,
.mesh .sec_spec{
	width: 960px;
	margin: 0 auto 80px;
}

/* オプション品
---------------------------------------------- */
.sec_option{
	padding: 80px 0;
	color: #FFF;
	position: relative;
}

.sec_option::before{
	content: "";
	background: url("../products/img/bg_products01.jpg") no-repeat center;
	background-size: cover;
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50vw;
	z-index: -1;
}

.sec_option .ttl_products01{color: #FFF;}

.sec_option .ttl_products01 span::before,
.sec_option .ttl_products01 span::after{border-top: 1px solid #FFF;}

.option{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.option_inner .inner{
	background: #468C00;
	padding: 15px 20px;
}

.option_inner .inner h4{
	font-weight: bold;
	font-size: 2.2rem;
}

.option_inner .inner .txt{line-height: 1.6;}


/* ------------------------------------------------------------

景観用柵

------------------------------------------------------------ */

.landscape{margin-bottom: 80px;}

.landscape:last-of-type{margin-bottom: 0;}

.landscape_inner{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.landscape_r{width: 530px;}

.landscape_r h4{
	display: flex;
	flex-direction: column-reverse;
	font-size: 4.3rem;
	line-height: 33px;
	font-weight: bold;
	color: #468C00;
	margin-bottom: 20px;
	text-align: center;
}

.landscape_r h4 span{
	background: #468C00;
	color: #FFF;
	font-size: 2rem;
	margin-bottom: 25px;
}

.landscape_r ul li{
	border-bottom: 1px solid #DDDDDD;
	padding: 18px 0;
	font-weight: bold;
	line-height: 1.4;
}

.landscape_r .btn_down01{text-align: center;}


/* ------------------------------------------------------------

防護柵 電気柵

------------------------------------------------------------ */

.sec_electric{
	padding-bottom: 90px;
	margin-bottom: 90px;
	position: relative;
}

.sec_electric::before{
	content: "";
	display: block;
	background: #E9F1E0;
	width: 100vw;
	height: 700px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -50vw;
	z-index: -1;
}

.sec_electric figure{margin-bottom: 60px;}

.sec_electric figure figcaption{
	background: #468C00;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
}

.txt_point_electric{
	color: #468C00;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.txt_point_electric::before{
	content: "Point";
	display: inline-block;
	background: #468C00;
	color: #FFF;
	width: 100px;
	line-height: 40px;
	text-align: center;
	font-size: 1.5rem;
	margin-right: 15px;
}

.sec_electric ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec_electric ul li{
	width: 550px;
	line-height: 1.4;
	padding: 15px 0;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #C3D7AD;
}

/* 製品仕様
---------------------------------------------- */
.electric .sec_spec{
	width: 1140px;
	margin: 0 auto 60px;
}

.spec_electric{margin-bottom: 60px;}

.txt_spec_electric01{
	color: #468C00;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

.spec_electric figure{margin-bottom: 10px;}

.spec_electric .table_products01{margin: 0;}

.electric_maker{
	width: 300px;
	margin: 0 auto 80px;
	text-align: center;
}


/* ------------------------------------------------------------

捕まえる(箱罠・小動物用罠)-共通

------------------------------------------------------------ */

/* 見出し
---------------------------------------------- */
.box .ttl_products01,
.smallanimal .ttl_products01{color: #027FC2;}

/* リスト
---------------------------------------------- */
.list_capture01 li{
	border-bottom: 1px solid #DDDDDD;
	padding: 15px 0;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
}

/* テキスト
---------------------------------------------- */
.txt_capture01{
	color: #017FC1;
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
}

.txt_caution{
	display: inline-block;
	background: #027FC2;
	color: #FFF;
	font-weight: bold;
	min-width: 100px;
	padding: 0 5px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 23px;
}

/* その他
---------------------------------------------- */
.spec_inner{
	display: flex;
	justify-content: space-between;
}


/* ------------------------------------------------------------

箱罠

------------------------------------------------------------ */

.sec_box{
	text-align: center;
	margin-bottom: 90px;
}

.sec_box p:nth-child(1){margin-bottom: 50px;}

/* 製品仕様
---------------------------------------------- */
.box .table_products01{table-layout: fixed;}

.box .table_products01 th{font-weight: bold;}

.list_box01{
	display: flex;
	margin-bottom: 30px;
}

.list_box01 li{
	background: #027FC2;
	color: #FFF;
	font-weight: bold;
	min-width: 100px;
	padding: 0 5px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 23px;
	margin-right: 2px;
}

.list_box01 li:last-of-type{margin-right: 0;}

.box .spec_inner_l{
	width: 673px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.box .spec_inner_l figure img{margin-bottom: 5px;}

.box .spec_inner_l figcaption{
	font-weight: bold;
	font-size: 1.5rem;
}

.box .spec_inner_r{width: 410px;}

.box .spec_inner_r .btn_down01{margin-bottom: 25px;}


/* ------------------------------------------------------------

小動物用罠

------------------------------------------------------------ */

.smallanimal .txt_capture01{padding-top: 70px;}

/* 製品仕様
---------------------------------------------- */
.smallanimal .sec_spec{
	position: relative;
	padding-bottom: 47px;
}

.smallanimal .sec_spec::before{
	content: "";
	display: block;
	background: #E0EDF1;
	width: calc(50vw - 195px);
	height: 760px;
	position: absolute;
	top: -225px;
	left: 50%;
	margin-left: -50vw;
	z-index: -1;
}

.smallanimal .spec_inner figure img{margin-bottom: 5px;}

.smallanimal .spec_inner figcaption{
	font-weight: bold;
	font-size: 1.5rem;
}

.smallanimal .spec_inner_r{width: 530px;}
