@charset "utf-8";
/* CSS Document */
.black .sectionWrap {background: #000;}
.black .sectionWrap #co_contents * {color: #fff;}

#co_contents {width: 100%; margin:0 auto;line-height: 2;}
#co_contents * {line-height: 1.6em;color: #444;}
#co_contents div.item3_tt,
#co_contents span.item3_tt {color: #00378C;font-weight: bold;margin-top: 1.5em;}
#co_contents h3.item3_tt {color: #00378C;font-weight: 600; font-size: 21px; line-height: 1.4em;padding:40px 0 10px 0;}
#co_contents .item3_tt .item3_tt2 { display: block;font-size: 16px;font-weight: 300;padding-bottom: 6px;}

#co_contents div.item3_tt.line {	border-bottom: solid 1px #667183;margin: 2rem 0 1rem;font-size: 19px; line-height: 1.25em;padding-bottom: 10px;}
#co_contents div.item3_img_r,
#co_contents div.item3_cap_r {line-height: 1.7em;font-size: 16px;}
#co_contents div.cap {font-size: 14px;padding: 10px 0;line-height: 1.25em;}

#co_contents .h10_h3 {font-size: 19px;line-height: 1.4em; padding-bottom: 16px;}
#co_contents br + .h10_h3 {padding-top: 40px;}
.h10_h4 {font-size: 17px;line-height: 1.3em; margin: 36px 0 12px 0;}

body.h00 section.container{ width: auto;}

/* 表の設定 */
.c36022852 table {border-collapse: collapse;border:solid 1px #dbdbdb;background: #fff;}
.c36022852 thead th {padding: 12px 4px;}
.c36022852 th,
.c36022852 td {padding: 10px 4px;border:solid 1px #dbdbdb;text-align: center;}
.c36022852 th {background-color:#f3f3f3; }

.black #co_contents .c36022852 th,
.black #co_contents .c36022852 td {color: #444;}

.item3_cap_b.mo_row1.pc_row1 .container {margin: 15px auto;}
#line_i837127FD td {font-size: 0;}

.blockTemplateArea .common-block.item_slider .item .img .table .cell .photo_area { width: 100%; height: 100%; display: block; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-repeat: no-repeat; background-position: center center; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-size: contain;}

.h00_figure {margin: 40px 0 20px 0;}
.h00_figure .cap {font-size: 14px;padding: 10px 0;line-height: 1.25em;}


#co_contents a.btnLinkC { display: block; width: 360px; max-width: 100%; margin:60px auto; border-radius: 4px; color: #fff;font-size: 17px;text-align: center;line-height: 4;border: solid 1px rgba(255,255,255,.5); transition: border 0.15s ease 0s;}
#co_contents a.btnLinkC:hover,
#co_contents a.btnLinkC:focus { border:solid 1px rgba(255,255,255); color: #fff;}

a.btnZILLION_Link { display: block; width: 300px; max-width: 100%; margin:60px auto 0px auto; border-radius: 4px;  color: #fff;font-size: 17px;text-align: center;line-height: 4;border: solid 1px rgba(255,255,255,.5); opacity: 0.7; transition: opacity 0.15s ease 0s;}
a.btnZILLION_Link:hover,
a.btnZILLION_Link:focus { opacity: 1; color: #fff;}

.h00 .photo_area {min-height: 300px;}

.h00_mainImg { text-align: center;}
.h00_mainImg img {width: 100%; max-width: 950px}


/*============================================================================*/
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;
}


/*==============================================================================
 * 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: 0 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}

/*==============================================================================
 * 画像 + 矢印（PCでは横　MOでは縦） ／ item3_sequenceImg
 *============================================================================*/
.item3_sequenceImg {}
.item3_sequenceImg img {
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
	max-height: 100%;
	width /***/:auto;
	height: auto;
}
.item3_sequenceImg > ul {
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 0;
}
.item3_sequenceImg > ul > li {
	flex-basis: 100%;
}
.item3_sequenceImg > ul > li.arrow {
	background-image: url(https://www.daiwa.com/jp/resources/fishing/common/image/item3/arrow-r_1.png);
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	filter: invert(1)
}
body#BodyID.black .item3_sequenceImg > ul > li.arrow {
	filter: invert(0)
}
.item3_sequenceImg > ul > li.arrow {
	background-image: url(https://www.daiwa.com/jp/resources/fishing/common/image/item3/arrow-r_1.png);
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	filter: invert(1)
}
.item3_sequenceImg > ul > li > .cap {
	width: fit-content;
	margin: auto;
}
.item3_sequenceImg > ul > li > .img > img {
	display: block;
	margin: auto;
}



/*==============================================================================
 * 米印
 *============================================================================*/
/*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; }

#i_a_mv_img img#Saltiga15_15H {width: 48%;}


/*============================================================================*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■ 表示領域が 640px 未満の場合　　MO
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 639px) {

	#co_contents div.item3_img_r, #co_contents div.item3_cap_r {font-size: 15px;line-height: 1.4em;}
	#co_contents div.item3_img_r .cap,
	#co_contents div.item3_cap_r .cap,
	div.cap {font-size: 13px; line-height: 1.2;}



	/*============================================================================*/
	.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;
	}

	/*==============================================================================
	 * 画像 + 矢印（PCでは横　MOでは縦） ／ item3_sequenceImg
	 *============================================================================*/
	.item3_sequenceImg {
		margin-bottom: 2rem;
	}
	.item3_sequenceImg > ul {
		flex-direction: column;
	}
	.item3_sequenceImg > ul > li.arrow {
		background-position: center center;
		transform: rotateZ(90deg);
		flex-basis: 40px;
	}

	.h00 .photo_area {min-height: 300px;}

	/*============================================================================*/


}
@media screen and (min-width: 970px) {
	#co_body img:not(.spacer) {max-width: 100%}
}


@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; width: calc( 33.3% - 14px );
		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;
	}
    /* 回り込みなし	pc_noWraparound
       ※一部適用の場合は containerに追加
    --------------------------------------*/
    .item3_cap_r.pc_noWraparound .container,
    .item3_cap_r .container.pc_noWraparound {
        display: flex;
    }
    .item3_cap_r.pc_noWraparound .container > .img,
    .item3_cap_r .container.pc_noWraparound > .img {
        flex-shrink: 0;
    }
    .item3_cap_r.pc_noWraparound .container > .cap,
    .item3_cap_r .container.pc_noWraparound > .cap {
        flex-shrink: 1;
    }

	/*==============================================================================
	 * 動画（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;
	}

	/*==============================================================================
	 * 画像 + 矢印（PCでは横　MOでは縦） ／ item3_sequenceImg
	 *============================================================================*/
	.item3_sequenceImg {}
	.item3_sequenceImg > ul {
	}
	.item3_sequenceImg > ul > li.arrow {
		background-position: center calc(50% - 2rem);
		flex-basis: 20px;
	}

	/*============================================================================*/

/*============================================================================*/
}
/***********************************************//*mobile*/
@media screen and (max-width: 960px) {
	#co_body {max-width:96%; margin: 0 auto;}
	#co_body img:not(.spacer) {
		/*width: 100%;*/
		height: auto;
		max-width: 100%;
		min-width: 30vw;
	}
	#co_body div.c6BD65F14_a_pimg3 img:not(.spacer),
	#co_body .repair_alfa img:not(.spacer) { min-width: auto;}
	#co_body .item3_cap_b.mo_row1.ea3 .container {width: 32.3%;margin-left: 0.7%;}


	#co_body .item3_cap_b.mo_row1 .container a,
	#co_body .item3_cap_b.mo_row1 .container img {width: 100%;}

	.item3_cap_b.pc_row2 .container {width: 48%;margin: 0 1%;}

	.item3_cap_r.pc_row1 .container {width: 100%;}


	body.h20.black .item3_cap_b.pc_row2 .container {
		width: 47%;
		margin-left: 2%;
	}
}

@media screen and (max-width:760px) {
	#co_body .item3_cap_b.mo_row1 .container {width: 100%;margin: 0;}
	#co_body .item3_cap_b.mo_row1 .container a,
	#co_body .item3_cap_b.mo_row1 .container img {width: 100%;}
	.c36022852 {white-space: nowrap;overflow-x: auto;overflow-y: auto;width: 90vw;}

	#co_body .item3_cap_b.mo_row1.saltiga1 .container,
	#co_body .item3_cap_b.mo_row1.ea3 .container {width: 100%;margin-left:auto}

	#co_contents .h10_h3 {font-size: 17px;line-height: 1.3em; color: #000;}
	#co_contents .h10_h4 {font-size: 17px;line-height: 1.3em;font-weight: 600;}
}

@media screen and (max-width:640px) {
}

@media screen and (max-width:480px) {
	.h00 .sectionWrap { padding-top: 62px;}
}





/***********************************************//*PC*/
@media only screen and (min-width:640px) {
	#co_body img { width: auto;}
	.c36022852 table { white-space: normal;}
	.c36022852 { width: 100%;}

}
/***********************************************/
#co_body .relation_container img {/* 陣適用前の『関連リンク』調整用 */
	min-width: auto;
}
/***********************************************/
