@charset "utf-8";
/* ------------------------------
 ヘッダ
------------------------------ */
/* ヘッダー上部 */ 
.headerTop {
	border-bottom: solid 1px #f2f2f2;
}
.headerMenu .inq-btn {
	text-align: center;
}
.headerMenu .inq-btn a {
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	min-width: 145px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 28px;
	display: inline-block;
	background: #f67c01;
}
.headerMenu .inq-btn a::before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 15px;
	height: 12px;
	background: url(/yamahafinetech/shared/img/icon_mail.png) no-repeat 0 0 / cover;
}
.headerMenu .inq-btn a:focus,
.headerMenu .inq-btn a:hover {
	background: #ed5500;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock .gnav .headerMenu {
		justify-content: flex-end;
	}

}
/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.languageBlock {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page-open-slidemenu .headerBlock .gnav .headerMenu {
		padding-top: 30px;
		border-top: solid 1px rgba(255, 255, 255, .3);
	}
	.headerMenu .inq-btn a {
		font-size: 1.7rem;
		font-weight: bold;
		padding: 12px;
		min-width: 230px;
		border-radius: 40px;
	}
	.headerMenu .inq-btn a::before {
		margin-right: 10px;
		width: 18px;
		height: 14px;
	}
}


/* ------------------------------
 フッタ
------------------------------ */
.footer {
	background: #e7eaed;
	border-top: none;
	border-bottom: none;
	padding: 0;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.footer .inBlock {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer .inBlock::after {
		display: none;
	}
}
/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 会社名 */
	.companyName {
		font-size: 1.5rem;
		text-align: center;
		padding: 18px 5%;
		margin-bottom: 0;
		border-top: solid 1px #d7dee4;
	}
	.footerCopy {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 50px;
		padding-right: 50px;
		border-top: solid 1px #d7dee4;
		background: #eff0f2;
	}
}
<!--0.00032401084899902-->