@charset "utf-8";

/* ------------------------------
 メインタイトル
------------------------------ */
.cms_block.mainimgBlock {
	width: 100%;
	height: 610px;
	background: linear-gradient(-45deg, #f5f6f7 0%, #f5f6f7 39%, #eff0f2 39%, #eff0f2 100%);
	position: relative;
}
.mainimgBlock h1 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #337ac4;
	padding-left: 32px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 29px 29px;
	background-position: 0 5px;
	background-image: url(/yamahafinetech/shared/img/lp/icon_search.png);
}
.mainimgBlock h1::after {
	content: "";
	display: block;
	height: 5px;
	background-repeat: repeat-x;
	background-size: 17px 5px;
	background-position: 0 0;
	margin-left: -32px;
	margin-top: 5px;
	background-image: url(/yamahafinetech/shared/img/lp/wave_bg.png);
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.mainimgBlock .page-title {
		position: absolute;
		top: 85px;
		left: 50%;
		margin-left: -107px;
	}
	.mainimgBlock .imgBox {
		text-align: left;
		position: absolute;
		left: 50%;
		top: 70px;
		margin-left: -570px;
	}
	.mainimgBlock .textBox {
		position: absolute;
		left: 50%;
		top: 165px;
		margin-left: -107px;
	}
	.mainimgBlock .btn-r {
		position: absolute;
		right: 50%;
		margin-right: -570px;
		bottom: 140px;
	}
	.mainimgBlock .btn-r a {
		min-width: 327px;
	}
	.mainimgBlock .deco {
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding-right: 37px;
		margin: auto;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.mainimgBlock {
		margin-left: 0;
		margin-right: 0;
		height: auto;
		padding: 25px 5% 0;
		background: linear-gradient(-45deg, #f5f6f7 0%, #f5f6f7 35%, #eff0f2 35%, #eff0f2 100%);
	}
	.mainimgBlock h1 {
		font-size: 1.7rem;
		padding-left: 25px;
		background-size: 20px 20px;
		background-position: 0 3px;
	}
	.mainimgBlock .btn-r {
		text-align: center;
	}
	.mainimgBlock .btn-r a {
		min-width: 290px;
	}
	.mainimgBlock .deco {
		margin-top: -60px;
		padding-left: 5%;
	}
}
/* ------------------------------
 見出し
------------------------------ */
.title-lp h2 {
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 5.4rem;
	line-height: 1.4;
	color: #000;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 30px;
	margin-top: -30px;
	border-bottom: none;
	position: relative;
}
.title-lp h2 span {
	font-size: 2.9rem;
	font-weight: bold;
	color: #337ac4;
	display: inline-block;
	margin-bottom: 15px;
}
.title-lp h2 span::after {
	content: "";
	display: block;
	height: 5px;
	background-repeat: repeat-x;
	background-size: 18px 5px;
	background-position: 0 0;
	margin-top: 5px;
	background-image: url(/yamahafinetech/shared/img/lp/wave_bg_02.png);
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.title-lp h2 {
		font-size: 3.6rem;
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.title-lp h2 span {
		font-size: 1.9rem;
	}
}
/* ------------------------------
 コスト
------------------------------ */
.costBlock {
	padding: 100px 60px 70px;
	position: relative;
}
.costBlock::before,
.costBlock::after {
	content: "";
	width: 0;
	height: 0;
	border: solid 25px transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.costBlock::before {
	top: 0;
	border-top-color: #fff;
}
.costBlock::after {
	top: 100%;
	border-top-color: #eff0f2;
}
.costBlock .speech .cms_caption_b {
	text-align: right;
}

/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.costBlock h2 {
		letter-spacing: -0.025em;
		text-align: left;
	}
	.costBlock .speech .cms_caption_b img {
		margin-right: -40px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.costBlock {
		padding: 50px 5% 30px;
		margin-left: 0;
		margin-right: 0;
	}
	.costBlock::before,
	.costBlock::after {
		border: solid 20px transparent;
	}
	.costBlock::before {
		border-top-color: #fff;
	}
	.costBlock::after {
		border-top-color: #eff0f2;
	}
	.costBlock .speech > img {
		width: 100%;
	}
	.costBlock .speech .cms_caption_b img {
		width: 22.9%;
	}
}

/* ------------------------------
 コストダウンの秘密
------------------------------ */
.secretBlock h2 {
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 5.4rem;
	line-height: 1.4;
	color: #000;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: none;
	position: relative;
}
.secretBlock h2::before,
.secretBlock h2::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 106px;
	vertical-align: middle;
	border: solid 2px #337ac4;
}
.secretBlock h2::before {
	margin-right: 28px;
	border-right-color: transparent;
}
.secretBlock h2::after {
	margin-left: 28px;
	border-left-color: transparent;
}
.secretBlock h2 span {
	color: #00349d;
}
.secretBlock h2 strong {
	font-size: 133.33%;
}

/* 7つの秘密　図 */
.sevenBox {
	width: 564px;
	height: 555px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.centerIcon .cms_caption_b {
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	width: 31.02836%;
	height: 31.53153%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	position: absolute;
	top: 36.036%;
	left: .8%;
	right: 0;
	margin: auto;
	z-index: 1;
}
.centerIcon .cms_caption_b small {
	font-size: 1.4rem;
}
.icon-point {
	font-size: 2.1rem;
	font-weight: 700;
	color: #fff;
	width: 28.7234%;
	height: 29.18918%;
	border-radius: 100%;
	position: absolute;
	margin-bottom: 0;
	background: rgba(51, 122, 196, 1);
}
.icon-point a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	padding: 0 10px 11.111%;
	border-radius: 100%;
	position: relative;
	background: rgba(0, 52, 157, 1);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.icon-point a::after {
	font-family: 'FontAwesome';
	content: '\f107';
	font-size: 160%;
	font-weight: normal;
	text-align: center;
	line-height: 12px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 17.28395%;
	margin: auto;
}
.icon-point a:focus,
.icon-point a:hover {
	background: rgba(0, 52, 157, 0);
}
.icon-point span {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
}
.centerIcon .cms_caption_b br,
.icon-point span + br {
	display: none;
}

.icon-point.pt01 {
	top: 0;
	left: 35.7%;
}
.icon-point.pt02 {
	top: 13.95%;
	right: 6.25%;
}
.icon-point.pt03 {
	top: 45.58558%;
	right: 0;
}
.icon-point.pt04 {
	bottom: 0;
	right: 19.51%;
}
.icon-point.pt05 {
	bottom: 0;
	left: 19.51%;
}
.icon-point.pt06 {
	top: 45.58558%;
	left: 0;
}
.icon-point.pt07 {
	top: 13.95%;
	left: 6.25%;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.secretBlock h2 {
		font-size: 3.6rem;
		margin-bottom: 20px;
	}
	.secretBlock h2::before,
	.secretBlock h2::after {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 34px;
		height: 100%;
	}
	.secretBlock h2::before {
		margin-right: 0;
		left: 0;
	}
	.secretBlock h2::after {
		margin-left: 0;
		right: 0;
	}
	/* 7つの秘密　図 */
	.sevenBox {
		max-width: 564px;
		max-height: 555px;
		width: 90%;
		height: auto;
	}
	.centerIcon .cms_caption_b {
		font-size: 3.5vw;
	}
	.centerIcon .cms_caption_b small {
		font-size: 66.666%;
	}
	.icon-point {
		font-size: 3.5vw;
	}
	.icon-point span {
		font-size: 66.666%;
	}
}

/* ------------------------------
 POINT
------------------------------ */
.pointBlock {
	padding-top: 150px;
	padding-bottom: 100px;
}
.pointBox {
	padding: 60px;
	background: #fff;
	position: relative;
}
.pointBox:not(:last-child) {
	margin-bottom: 100px;
}
/* 見出し */
.pointBox h2 {
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 5.4rem;
	line-height: 1.3;
	color: #000;
	text-align: center;
	padding-left: 180px;
	padding-right: 180px;
	padding-bottom: 25px;
	border-bottom: solid 2px #eff0f2;
	position: relative;
}
.pointBox h2::before {
	content: "";
	width: 164px;
	height: 152px;
	position: absolute;
	bottom: -2px;
	left: 12px;
	background-image: url(/yamahafinetech/shared/img/lp/lp_point_deco.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.pointBox h3 {
	font-size: 2.3rem;
	margin-bottom: 10px;
	padding-left: 32px;
	position: relative;
}
.pointBox h3 span {
	font-family: 'Roboto', sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 100%;
	background: #337ac4;
	position: absolute;
	top: 3px;
	left: 0;
}
/* ポイントアイコン */
.pointBox .icon-point {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	font-weight: 200;
	line-height: 1.2;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 86px;
	height: 86px;
	border-radius: 100%;
	background: #00339c;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(100% - 45px);
	margin: auto;
}
.pointBox .icon-point strong {
	font-size: 3.5rem;
	font-weight: 700;
}
.pointBox .icon-point::after {
	content: "";
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top-color: #00339c;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 2px);
	margin: auto;
}

/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pointBlock .w1-2,
	.w488 {
		width: 488px;
	}
	.flexBox .w1-2:not(:nth-child(2n)) {
		margin-right: 44px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.colorBg.wide.pointBlock {
		margin-left: 0;
		margin-right: 0;
		padding: 60px 5% 40px;
	}
	.pointBox:not(:last-child) {
		margin-bottom: 50px;
	}
	.pointBox {
		padding: 35px 5%;
	}
	/* 見出し */
	.pointBox h2 {
		font-size: 3.9rem;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 90px;
	}
	.pointBox h2::before {
		width: 98px;
		height: 86px;
		left: 27px;
		right: 0;
		margin: auto;
	}
	.pointBox h2 span {
		display: block;
	}
	.pointBox h3 {
		font-size: 2.3rem;
		margin-bottom: 10px;
	}
	.pointBox h3 span {
		vertical-align: top;
    }
	/* ポイントアイコン */
	.pointBox .icon-point {
		font-size: 1rem;
		width: 66px;
		height: 66px;
		bottom: calc(100% - 20px);
	}
	.pointBox .icon-point strong {
		font-size: 2.7rem;
		line-height: 1;
	}
	.pointBox .icon-point::after {
		border: solid 8px transparent;
		border-top-color: #00339c;
	}

	.pointBlock .w1-2 img {
		width: 100%;
	}
}

/* ------------------------------
 LINE UP
------------------------------ */
.lineup {
	overflow-y: hidden !important;
	overflow-x: scroll;
}
.lineup table {
	min-width: 1830px;
}
.lineup table tbody tr td {
	width: 200px;
}
.lineup table tbody th,
.lineup table tbody tr td {
	white-space: nowrap;
}
.icon-arrow a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.icon-arrow::after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 2rem;
    color: #337AC4;
    line-height: .7;
    height: 15px;
    margin-left: 10px;
}


/* 横スクロールがつく */
.scrollable {
	width: 100% !important;
	overflow-y: hidden !important;
	overflow-x: scroll;
	padding-left: 0em;
	padding-right: 0em;
	position: relative;
	border-top: 1px solid #D9DCDE;
	border-right: 1px solid #D9DCDE;
	border-left: 1px solid #D9DCDE;
}
.scrollable table {
	border-top: none;
	border-right: none;
}
.scrollable table tbody tr th {/*最初の要素を固定する*/
	width: 120px;
	white-space: nowrap;
	z-index: 1;
	position: sticky;
	left: 0;
	border-left: none;
	border-collapse: separate;
}

.scrollable table tbody tr th::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: -1px;
	height: 100%;
	border-right: 1px solid #D9DCDE;
	border-bottom: 1px solid #D9DCDE;
}
.cms_block .scroll-hint-icon {
	z-index: 5;
	height: 90px;
}
@media all and (-ms-high-contrast:none){
	/* IE11 ハック */
	*::-ms-backdrop, .scrollable table tbody tr th::before{
		display: none;
	} 
  }


/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.inline-btn .pc_mr15 {
		margin-right: 15px;
	}
}<!--0.00026607513427734-->