﻿@charset "utf-8";
/* CSS Document */

/* 製品ページ用レイアウト ver3
	/jp/fishing/common/css/itempage_03.css

------------------------------------------------------------------------------*/
/*============================================================================*/
br.pcbr {/* PCでのみ改行 */
	display: none;
}
br.mobr {/* モバイルでのみ改行 */
	display: inline;
}

/*============================================================================*/

.item3_img_l:after,
.item3_img_r:after,
.item3_yt2:after,
.item3_yt_cap_r .container:after,
.item3_cap_t .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item3_img_l,
.item3_img_r,
.item3_yt2,
.item3_yt_cap_r .container,
.item3_cap_t .container { display: inline-table; }

/* Hides from IE-mac \*/
* html .item3_img_l,
* html .item3_img_r,
* html .item3_yt2,
* html .item3_yt_cap_r .container,
* html .item3_cap_t .container { height: 1%; }

.item3_img_l,
.item3_img_r,
.item3_yt2,
.item3_yt_cap_r .container
.item3_cap_t .container { display: block; }
/* End hide from IE-mac */


/*============================================================================*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*==============================================================================
 * 画像の右寄せ左寄せ ／ item3_img_r　item3_img_l
 *============================================================================*/

/* 左寄せ
--------------------------------------*/
.item3_img_l {
	margin: 15px 0;
}
.item3_img_l img:first-child {
	float: left;
	max-width: 50%!important;
	margin: 0 3vw 3vw 0;
}

/* 右寄せ
--------------------------------------*/
.item3_img_r {
	margin: 15px 0;
}
.item3_img_r img:first-child {
	float: right;
	max-width: 50%!important;
	margin: 0 0 3vw 3vw;
}

/*==============================================================================
 * 動画（YouTube） ／ item3_yt
 *============================================================================*/
.item3_yt {
	margin: 15px 0;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.item3_yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*==============================================================================
 * 動画（YouTube）2列 ／ item3_yt2
 *============================================================================*/
.item3_yt2 {
	margin: 15px 0;
}
.item3_yt2 .container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 3vw;
}
.item3_yt2 .container iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*==============================================================================
 * 動画（YouTube） + 右にキャプション ／ item3_yt_cap_r
 *============================================================================*/
.item3_yt_cap_r {
	margin: 15px 0;
}
.item3_yt_cap_r .container .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1vw;
}
.item3_yt_cap_r .container .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.item3_yt_cap_r .container .cap {
	margin-bottom: 5vw;
}

/*==============================================================================
 * タイトル ／ item3_tt　※div か span のみ
 *============================================================================*/
div.item3_tt,
span.item3_tt {
	color: #00378C;
	font-weight: bold;
	margin-top: 1.5em;
}
div.item3_tt.line {
	border-bottom: solid 1px #667183;
	margin: 2rem 0 1rem;
}

/*==============================================================================
 * img + 下にキャプション ／ item3_cap_b
 *============================================================================*/
.item3_cap_b {
	margin: 15px 0;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.item3_cap_b .container {
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	vertical-align: top;
	width: 48%;
	margin-left: 4%;
	margin-bottom: 3rem;
}

.item3_cap_b .container .img img {
	display: block;
	margin: auto;
	max-width: 100%;
	min-width: inherit!important;
}
/* キャプションの中央揃え ／ cap_center
--------------------------------------*/
.item3_cap_b.cap_center .container .cap {
	text-align: center;
}

/*==============================================================================
 * img + 右にキャプション ／ item3_cap_r
 *============================================================================*/
.item3_cap_r {
	margin: 15px 0;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.item3_cap_r .container {
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	vertical-align: top;
	margin-bottom: 3rem;
	width: 100%;
}
.item3_cap_r .container .img {
	max-width: 50%;
	float: left;
	margin: 0 3vw 2vw 0;
}
.item3_cap_r .container .img img {
	display: block;
	margin: auto;
	max-width: 100%;
	min-width: inherit!important;
}
/*==============================================================================
 * (img + 下にキャプション) + Text回り込み ／ item3_cap_t
 *============================================================================*/
.item3_cap_t .container {
	margin: 15px 0;
}
.item3_cap_t .d2 p {
	margin-top: 0;
	/* text-indent: 1em; */
}
#co_body .item3_cap_t .container > .d1 .img img {
	width: 100%;
}
/*==============================================================================
 * カラム表示 ／ item3_colImg
 *============================================================================*/
.item3_colImg {
    column-gap: 20px;
	margin: 25px 0;
}
.item3_colImg > .d1 {
    padding: 0 0 20px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}
.item3_colImg > a.d1 {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.item3_colImg > a.d1:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.item3_colImg > .d1 > img {
	width: 100%!important;/**/
}
.item3_colImg > .d1 > span {
	display: block;
	margin-top: 3px;
	font-size: 1.2rem;
	text-align: justify;
}
/* 隙間削除 ／ .noGap
--------------------------------------*/
.item3_colImg.noGap {column-gap: 0;}
.item3_colImg.noGap > .d1 {padding: 0 0 0}

/*==============================================================================
 * 米印
 *============================================================================*/
/*ulリスト ※･･･ ※･･･*/
ul.asterisk { margin: 3px 0 3px 2em; }
ul.asterisk li {
	list-style-type: none;
	text-indent: -1.4em;
}
ul.asterisk li:before {
	display: inline;
	content: "※ ";
}
/*ulリスト ・*/
ul.layoutA { margin: 3px 0 3px 2em; }
ul.layoutA li { }

/*==============================================================================
 * TableScroll Layout
 *============================================================================*/
#co_contents .item3_tableScroll {
	overflow: auto;
	height: 80vh;
}
#co_contents .item3_tableScroll::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}
#co_contents .item3_tableScroll table {
	border-collapse: separate;
	border: none;
}
#co_contents .item3_tableScroll table > tbody > tr:first-child > td {
	background-color: white;
	position: sticky;
	top: 0;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	z-index: 10;
}

#co_contents .item3_tableScroll table > tbody > tr > *:first-child {
	background-color: white;
	position: sticky;
	left: 0;
	z-index: 30;
}
#co_contents .item3_tableScroll table > tbody > tr:first-child > td:first-child {
	z-index: 100;
}

/* .nth2 */
#co_contents .item3_tableScroll table > tbody > tr:first-child > td {
	height: 165px;/**/
}
#co_contents .item3_tableScroll.nth2 table > tbody > tr:nth-child(2) > th {
	background-color: white;
	position: sticky;
	top: 165px;/**/
	z-index: 20;
}
#co_contents .item3_tableScroll.nth2 table > tbody > tr:nth-child(2) > th:first-child {
	z-index: 100;
}
/*==============================================================================
 * リンクデコレーション ／ linkDeco*
 *============================================================================*/
/* linkDecoA */
.linkDecoA a,
.linkDecoA a:link,
.linkDecoA a:visited,
.linkDecoA a:hover,
.linkDecoA a:active,
a.linkDecoA,
a.linkDecoA:link,
a.linkDecoA:visited,
a.linkDecoA:hover,
a.linkDecoA:active { text-decoration: underline; }

/* linkDecoB */
.linkDecoB a,
.linkDecoB a:link,
.linkDecoB a:visited,
.linkDecoB a:active,
a.linkDecoB,
a.linkDecoB:link,
a.linkDecoB:visited,
a.linkDecoB:active { text-decoration: none; }

.linkDecoB a:hover,
a.linkDecoB:hover { text-decoration: underline; }




/*============================================================================*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■ 表示領域が 640px 未満の場合　　MO
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 639px) {
	/*============================================================================*/
	.onlyMO {
		display: block;
	}
	br.pcbr {/* PCでのみ改行 */
		display: none;
	}
	br.mobr {/* モバイルでのみ改行 */
		display: inline;
	}
	/*==============================================================================
	 * 画像の右寄せ左寄せ ／ item3_img_r　item3_img_l
	 *============================================================================*/

	/* mo_w100 */
	.item3_img_l.mo_w100 img:first-child,
	.item3_img_r.mo_w100 img:first-child {
		max-width: 100%!important;
		display: block;
		float: none;
		margin: auto;
	}

	/* 左寄せ
	--------------------------------------*/

	/* 右寄せ
	--------------------------------------*/

	/*==============================================================================
	 * img + 下にキャプション ／ item3_cap_b
	 *============================================================================*/
	.item3_cap_b .container:nth-child(2n+1) {
		margin-left: 0;
	}

	/* 1列	mo_row1
	--------------------------------------*/
	.item3_cap_b.mo_row1 .container {
		width: 100%;
		margin-left: 0;
	}

	/*==============================================================================
	 * img + 右にキャプション ／ item3_cap_r
	 *============================================================================*/
	.item3_cap_r .container {
	}

	/* 1列（img 100％ + 下にキャプション）	mo_w100
	--------------------------------------*/
	.item3_cap_r.mo_w100 .container .img {
		max-width: 100%;
		margin: 0 0 2vw;
		float: none;
	}

	/*==============================================================================
	 * (img + 下にキャプション) + Text回り込み ／ item3_cap_t
	 *============================================================================*/
	.item3_cap_t {
	}
	.item3_cap_t .container > .d1 {
		margin-right: auto;
		margin-left: auto;
	}
	.item3_cap_t .container > .d2 {
		margin-top: 1.1em;
	}
	/* 幅
	--------------------------------------*/
	.item3_cap_t .container.mo_w10 > .d1 {width: 10%;}
	.item3_cap_t .container.mo_w20 > .d1 {width: 20%;}
	.item3_cap_t .container.mo_w30 > .d1 {width: 30%;}
	.item3_cap_t .container.mo_w40 > .d1 {width: 40%;}
	.item3_cap_t .container.mo_w50 > .d1 {width: 50%;}
	.item3_cap_t .container.mo_w60 > .d1 {width: 60%;}
	.item3_cap_t .container.mo_w70 > .d1 {width: 70%;}
	.item3_cap_t .container.mo_w80 > .d1 {width: 80%;}
	.item3_cap_t .container.mo_w90 > .d1 {width: 90%;}

	/*==============================================================================
	 * カラム表示 ／ item3_colImg
	 *============================================================================*/
	.item3_colImg {column-count: 2;}
	/* カラム数変更
	--------------------------------------*/
	.item3_colImg.moCol1 {column-count: 1;}
	.item3_colImg.moCol2 {column-count: 2;}
	.item3_colImg.moCol3 {column-count: 3;}
	.item3_colImg.moCol4 {column-count: 4;}

	/*==============================================================================
	 * TableScroll Layout
	 *============================================================================*/

	#co_contents .item3_tableScroll {
		width: 94vw;
	}
	/*============================================================================*/


}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■ 表示領域が 640px 以上の場合　　PC
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 640px) {
	/*============================================================================*/
	.onlyPC {
		display: block;
	}
	br.mobr {/* モバイルでのみ改行 */
		display: none;
	}
	br.pcbr {/* PCでのみ改行 */
		display: inline;
	}
	/*============================================================================*/
	/*==============================================================================
	 * 画像の右寄せ左寄せ ／ item3_img_r　item3_img_l
	 *============================================================================*/

	/* pc_w100 */
	.item3_img_l.pc_w100 img:first-child,
	.item3_img_r.pc_w100 img:first-child {
		max-width: 100%!important;
		display: block;
		float: none;
		margin: auto;
	}

	/* 左寄せ
	--------------------------------------*/
	.item3_img_l img:first-child {
		margin: 0 20px 15px 0;
	}

	/* 右寄せ
	--------------------------------------*/
	.item3_img_r img:first-child {
		margin: 0 0 15px 20px;
	}
	/*==============================================================================
	 * img + 下にキャプション ／ item3_cap_b
	 *============================================================================*/
	.item3_cap_b {
	}
	.item3_cap_b .container {
		width: 303px;
		margin-left: 20px;
		margin-bottom: 3rem;
	}
	.item3_cap_b .container:nth-child(3n+1) {
		margin-left: 0;
	}
	/* 1列	pc_row1
	--------------------------------------*/
	.item3_cap_b.pc_row1 .container {
		width: 950px;
		margin-left: 0;
	}
	/* 2列	pc_row2
	--------------------------------------*/
	.item3_cap_b.pc_row2 .container {
		width: 465px;
		margin-left: 20px;
	}
	.item3_cap_b.pc_row2 .container:nth-child(2n+1) {
		margin-left: 0;
	}
	/* 4列	pc_row4
	--------------------------------------*/
	.item3_cap_b.pc_row4 .container {
		width: 223px;
		margin-left: 19px;
	}
	.item3_cap_b.pc_row4 .container:nth-child(4n+1) {
		margin-left: 0;
	}
	/* 5列	pc_row5
	--------------------------------------*/
	.item3_cap_b.pc_row5 .container {
		width: 176px;
		margin-left: 17px;
	}
	.item3_cap_b.pc_row5 .container:nth-child(5n+1) {
		margin-left: 0;
	}
	/* 6列	pc_row6
	--------------------------------------*/
	.item3_cap_b.pc_row6 .container {
		width: 142px;
		margin-left: 18px;
	}
	.item3_cap_b.pc_row6 .container:nth-child(6n+1) {
		margin-left: 0;
	}
	/* 7列	pc_row7
	--------------------------------------*/
	.item3_cap_b.pc_row7 .container {
		width: 120px;
		margin-left: 18px;
	}
	.item3_cap_b.pc_row7 .container:nth-child(7n+1) {
		margin-left: 0;
	}
	/* 8列	pc_row8 
	--------------------------------------*/
	.item3_cap_b.pc_row8 .container {
		width: 120px;
		margin-left: 18px;
	}
	.item3_cap_b.pc_row8 .container:nth-child(8n+1) {
		margin-left: 0;
	}
	/*==============================================================================
	 * img + 右にキャプション ／ item3_cap_r
	 *============================================================================*/
	.item3_cap_r .container {
		width: 450px;
		margin-left: 50px;
	}
	.item3_cap_r .container:nth-child(2n+1) {
		margin-left: 0;
	}
	.item3_cap_r .container .img {
		margin: 0 20px 15px 0;
	}
	.item3_cap_r .container .img img {
	}
	/* 1列	pc_row1
	--------------------------------------*/
	.item3_cap_r.pc_row1 .container {
		width: 950px;
		margin-left: 0;
	}
	/*==============================================================================
	 * 動画（YouTube）2列 ／ item3_yt2
	 *============================================================================*/
	.item3_yt2 {
	}
	.item3_yt2 .container {
		width: 465px;
		padding-top: 261.56px;/* 16:9 */
		float: left;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.item3_yt2 .container:nth-child(2n+1) {
		margin-left: 0;
	}
	/*==============================================================================
	 * 動画（YouTube） + 右にキャプション ／ item3_yt_cap_r
	 *============================================================================*/
	.item3_yt_cap_r .container {
		margin-bottom: 20px;
	}
	.item3_yt_cap_r .container .movie {
		width: 465px;
		padding-top: 261.56px;/* 16:9 */
		float: left;
		margin-right: 20px;
	}
	.item3_yt_cap_r .container .cap {
		margin-bottom: 0;
	}
	/*==============================================================================
	 * (img + 下にキャプション) + Text回り込み ／ item3_cap_t
	 *============================================================================*/
	.item3_cap_t .container {
		width: 100%;
	}
	.item3_cap_t .container > .d1 {
		width: 50%;
	}
	.item3_cap_t .container > .d1 .cap {
		text-align: justify;
		text-justify: inter-ideograph;/**/
	}
	.item3_cap_t .container > .d2 {
		text-align: justify;
		text-justify: inter-ideograph;/**/
	}
	/* 左右
	--------------------------------------*/
	.item3_cap_t .container.right > .d1 {
		float: right;
		margin: 0 0 10px 25px;
	}
	.item3_cap_t .container.left > .d1 {
		float: left;
		margin: 0 25px 10px 0;
	}
	/* 幅
	--------------------------------------*/
	.item3_cap_t .container.pc_w10 > .d1 {width: 10%;}
	.item3_cap_t .container.pc_w20 > .d1 {width: 20%;}
	.item3_cap_t .container.pc_w30 > .d1 {width: 30%;}
	.item3_cap_t .container.pc_w40 > .d1 {width: 40%;}
	.item3_cap_t .container.pc_w50 > .d1 {width: 50%;}
	.item3_cap_t .container.pc_w60 > .d1 {width: 60%;}
	.item3_cap_t .container.pc_w70 > .d1 {width: 70%;}
	.item3_cap_t .container.pc_w80 > .d1 {width: 80%;}
	.item3_cap_t .container.pc_w90 > .d1 {width: 90%;}

	/*==============================================================================
	 * カラム表示 ／ item3_colImg
	 *============================================================================*/
	.item3_colImg {
		column-count: 3;
	}
	/* カラム数変更
	--------------------------------------*/
	.item3_colImg.pcCol1 {column-count: 1;}
	.item3_colImg.pcCol2 {column-count: 2;}
	.item3_colImg.pcCol3 {column-count: 3;}
	.item3_colImg.pcCol4 {column-count: 4;}
	.item3_colImg.pcCol5 {column-count: 5;}
	.item3_colImg.pcCol6 {column-count: 6;}
	.item3_colImg.pcCol7 {column-count: 7;}
	.item3_colImg.pcCol8 {column-count: 8;}
	.item3_colImg.pcCol9 {column-count: 9;}
	.item3_colImg.pcCol10 {column-count: 10;}

	/*==============================================================================
	 * TableScroll Layout
	 *============================================================================*/

	#co_contents .item3_tableScroll {
		width: 950px;
	}
	/*============================================================================*/

/*============================================================================*/
}
/* ID = s_9901 / 12523 */
