@charset "utf-8";
/* ------------------------------
 TOP
------------------------------ */
/* -- メインイメージ　TOP -- */
.headering {
	background: url(/yamahafinetech/shared/img/fa_products_main.jpg) no-repeat center center / cover;
}

/* -- メインイメージ　下層 -- */
.contents .headering {
	background: url(/yamahafinetech/shared/img/fa_products_main_s.jpg) no-repeat center center / cover;
}

/* アイコンリスト */
.iconList {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	display: flex;
	flex-flow: row wrap;
}
.iconList > li {
	width: 130px !important;
	margin-bottom: 8px !important;
	line-height: 28px;
	justify-content: center;
	color: #fff;
	border-radius: 3px;
	background: #848E9E;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.iconList > li:not(:nth-child(4n)) {
		margin-right: 8px !important; 
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.iconList > li {
		width: 49% !important;
		margin-bottom: 2% !important;
	}
	.iconList > li:not(:nth-child(2n)) {
		margin-right: 2%; 
	}
}


/* ------------------------------
 下層
------------------------------ */
.productName {
	font-size: 1.8rem;
	line-height: 1.4;
}
.productName strong {
	font-size: 3.4rem;
}


p + ul {
	margin-top: 10px;
}
p + ul + p {
	margin-top: 15px;
}
.sideNav p + ul {
	margin-top: 0;
}


/* -- リンク -- */
.linkBox a {
	display: block;
	text-decoration: none;
}
.linkBox a span {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 15px;
	display: inline-block;
	position: relative;
}
.linkBox a span::after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 2rem;
    color: #337AC4;
    line-height: .7;
    height: 15px;
    margin-left: 10px;
}


/* -- 対象ワークTOP　テーブル -- */
.workTable td {
	padding: 20px;
	text-align: center;
}
.workTable td.imgBox {
	width: 240px;
	text-align: left;
}
.workTable td.imgBox img {
	max-width: 200px;
	max-height: 145px;
}
.workTable td.textBox {
	width: 370px;
	text-align: left;
	border-left: 0;
}
.workTable td.textBox strong {
	font-size: 1.6rem;
}

/* -- 対象ワーク下層　テーブル -- */
.workList ul li {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	width: calc(100% / 2);
}
.workList.w2-3 ul li,
.w2-3 .workList ul li {
	width: 100%;
}
.workList ul li div {
	width: 130px;
	padding-right: 8px;
	text-align: center;
}
/*
.workList ul li div img {
	max-height: 70px;
}
*/
.workList ul li p {
	width: calc(100% - 130px);
}

/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .workList ul {
		max-width: 600px;
	} 
}

/* -- テーブル内　横並び画像 -- */
.mainContents table .w1-2 {
	width: 46%;
}  
.mainContents table .flexBox .w1-2:not(:nth-child(2n)) {
	margin-right: 8%;
}  


/* -- フローリスト -- */
.flowList ol {
	counter-reset: cnt;
}
.flowList li {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 22px 0;
	border-bottom: dotted 1px #CDD0D3;
	padding-left: 80px;
	position: relative;
	display: flex;
	counter-increment: none !important;
}
.flowList li:first-child {
	border-top: dotted 1px #CDD0D3;
}
.flowList li:before {
	content: counter(cnt);
	counter-increment: cnt;
	font-size: 1.6rem;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #E7EAED;
	position: absolute;
	top: 20px;
	left: 0;
}
/* フロー内リスト */
.flowList ol ul li:first-child {
	border-top: none;
}
.flowList ol ul li::before{
	content: "";
	counter-increment: flow;
}
.flowList li li {
	font-weight: 500;
	font-size: 1.6rem;
}


/* -- リスト内分割（画像配置） -- */
.listFlexBox ul {
	display: flex;
	flex-flow: row wrap;
}
.listFlexBox ul li {
	width: 403px;
	display: flex;
}
.listFlexBox ul li:not(:last-child) {
	margin-bottom: 15px;
}
.listFlexBox ul li p {
	width: 55%;
	padding-right: 8%;
}
.listFlexBox ul li div {
	width: 45%;
}


/* -- 画像上下キャプションカスタマイズ -- */
.caption_mb .cms_caption_t {
	margin-bottom: 15px;
}
.caption_mb40 .cms_caption_t {
	margin-bottom: 40px;
}
.caption_mt .cms_caption_b {
	margin-top: 20px;
}

/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* -- 1/2の中で半分 -- */
	.floatImg.w1-2 .cms_caption_b,
	.floatImg.w1-2 .cms_caption_t {
		text-align: left;
		width: 258px;
	}
	.floatImg.w1-2 img {
		max-width: 258px;
	}
	.floatImg.w1-2 .cms_caption_t {
		float: left;
	}
	.floatImg.w1-2 .cms_caption_t + img {
		float: right;
	}
	
	/* -- 対象ワーク下層　テーブル -- */
	.workList ul {
		display: flex;
		flex-flow: row wrap;
	}
	.workList ul li:not(:nth-child(2n)) {
		padding-right: 15px;
	}
	.workList ul li:not(:nth-of-type(-n+2)) {
		margin-top: 15px;
	}

	.workList.w2-3 ul li:not(:nth-child(2n)),
	.w2-3 .workList ul li:not(:nth-child(2n)) {
		padding-right: 0;
	}
	.workList.w2-3 ul li:not(:nth-of-type(-n+1)),
	.w2-3 .workList ul li:not(:nth-of-type(-n+1)) {
		margin-top: 15px;
	}


	/* -- フローリスト -- */
	.flowList {
		width: 979px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フロー内リスト */
	.flowList li p {
		width: 380px;
		padding-right: 30px;
	}
	.flowList li ul {
		width: calc(100% - 380px);
		margin-top: 0;
	}
	/* -- リスト内分割 -- */
	.listFlexBox ul li:not(:nth-child(2n)) {
		margin-right: 40px;
	}

	/* -- 1行分高さ -- */
	.line-h p {
		padding-bottom: 1.6em;
	}

	/* -- 矢印 -- */
	.arrowBlock .w1-2 {
		width: 490px;
	}
	.arrowBox {
		position: relative;
	}
	.arrowBox::after {
		content: "";
		width: 68px;
		height: 55px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -114px;
		margin: auto;
		background: url(/yamahafinetech/shared/img/arrow_b01.jpg) no-repeat 0 0 / cover;
	}
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- リセット -- */
	.cms_fl {
		margin-bottom: 30px !important;
	}
	.cms_fr {
		margin-bottom: 30px !important;
	}
	
	.productName {
		font-size: 1.6rem;
	}
	.productName strong {
		font-size: 2.8rem;
	}

	/* -- リンク -- */
	.linkBox a span {
		font-size: 1.7rem;
		line-height: 1.2;
		margin-top: 15px;
	}
	.linkBox a span::after {
		font-size: 2rem;
		height: 15px;
		margin-left: 10px;
	}

	/* -- 1/2の中で半分 -- */
	.floatImg.w1-2 .cms_caption_b,
	.floatImg.w1-2 .cms_caption_t {
		text-align: left;
	}

	/* -- 対象ワーク下層　テーブル -- */
	.workList ul li {
		width: 100%;
	}
	.workList ul li:not(:last-child) {
		margin-bottom: 15px;
	}

	/* -- フロー -- */
	.flowList li {
		font-size: 1.6rem;
		padding: 15px 0;
		padding-left: 50px;
		display: block;
	}
	.flowList li:before {
		font-size: 1.4rem;
		width: 30px;
		height: 30px;
		line-height: 30px;
		top: 14px;
		left: 0;
	}
	/* フロー内リスト */
	.flowList li li {
		font-size: 1.4rem;
	}
	
	/* -- 画像上下キャプションカスタマイズ -- */
	.caption_mb40 .cms_caption_t {
		margin-bottom: 20px;
	}
	.caption_mt .cms_caption_b {
		margin-top: 15px;
	}

	/* -- 矢印 -- */
	.arrowBox {
		margin-bottom: 90px !important;
		position: relative;
	}
	.arrowBox::after {
		content: "";
		width: 34px;
		height: 42px;
		position: absolute;
		bottom: -70px;
		left: 0;
		right: 0;
		margin: auto;
		background: url(/yamahafinetech/shared/img/arrow_b02.jpg) no-repeat 0 0 / cover;
	}
}<!--0.00017285346984863-->