@charset "utf-8";

/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
	-webkit-text-size-adjust:100%;
	/*-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;*/
-webkit-font-smoothing:antialiased;
/*font-smoothing:antialiased;*/
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}


hr {display:block;}

ol,
ul {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}


/* -- アクセシビリティ用 -- */
a:focus {
	outline: thin #333 dotted;
}

/* ------------------------------
 サイト全体（PC用コード）
------------------------------ */
html,
body {
	font-family: "Helvetica Neue", Helvetica, 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', STXihei, STHeiti, '华文细黑', Helvetica, Arial, "PingHei" ,"sans-serif";
	/* font-weight: 500; */
	line-height: 1.6;
	word-wrap: break-word;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.tal {
	text-align:left !important;
}
.tac {
	text-align:center;
}
.tar {
	text-align:right;
}
.vat {
	vertical-align:top;
}
.vam {
	vertical-align:middle;
}
.vab {
	vertical-align:bottom;
}
.vtb {
	vertical-align:text-bottom;
}
strong,
.bold {
	font-weight: bold;
}
.nobold {
	font-weight: normal !important;
}
.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none{
	display: none;
}

.sp,
.none {
	display:none !important;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display:block !important;
	}
}
/* 行スペース */
.b1 {
	margin-bottom: 1.7em;
}
.b2 {
	margin-bottom: 3.4em;
}
.b3 {
	margin-bottom: 5.1em;
}


/* スペース */
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb130 {
	margin-bottom: 130px !important;
}
.mr0 {
	margin-right: 0 !important;
}
.nopd {
	padding: 0 !important;
}

/* 文字間 */

/* リンク */
a {
	color: #337AC4;
	text-decoration: underline;
	-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;
}
a:focus,
a:hover {
	color: #235487;
}

a img {
	-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;
}
a:focus img,
a:hover img {
	opacity: 0.7;
}

.cms_border {
	border-color: #E1E6EB !important;
}


/* ------------------------------
 PC用限定CSS
------------------------------ */
@media screen and (min-width: 768px) {
	.pc_tac {
		text-align:center;
	}
	.pc_mb0 {
		margin-bottom: 0 !important;
	}
	.pc_mb20 {
		margin-bottom: 20px !important;
	}
	.pc_mb60 {
		margin-bottom: 60px !important;
	}
	.pc_mr40 {
		margin-right: 40px !important;
	}
	.pc_mr0 {
		margin-right: 0 !important;
	}
}


/* カラー */
.red {
	color: #DB0000 !important;
	-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;
}
.blue {
	color: #337AC4 !important;
	-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;
}
.purple {
	color: #48217A !important;
	-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;
}
/* フォントサイズ */
.big,
.f18 {
	font-size: 1.8rem;
}
.small,
small {
	font-size: 1.3rem;
}
.f12 {
	font-size: 1.2rem;
}
.f13 {
	font-size: 1.3rem;
}
.f14 {
	font-size: 1.4rem;
}
.f15 {
	font-size: 1.5rem;
}
.f20 {
	font-size: 2rem;
}
.f22 {
	font-size: 2.2rem;
}
.f23 {
	font-size: 2.3rem;
}
.f24 {
	font-size: 2.4rem;
}
.f28 {
	font-size: 2.8rem;
}
.f30 {
	font-size: 3rem;
}
.f35 {
	font-size: 3.5rem;
}

sup {
	font-size: 80%;
	vertical-align: top;
}
sub {
	font-size: 80%;
	vertical-align: bottom;
}

/* 電話 */
.telBox  {
	font-size: 2.4rem;
}

/* ------------------------------
 サイト全体（スマホ用コード）
------------------------------ */
@media screen and (max-width: 767px) {
	html, 
	body {
		min-width: 100%;
		max-width: 100%;
	}
	
	.fl,
	.fr {
		float: none;
	}
	.site {
		min-width: 0;
	}
	
	/* スペース */
	.mb15 {
		margin-bottom: 10px !important;
	}
	.mb20 {
		margin-bottom: 10px !important;
	}
	.mb25 {
		margin-bottom: 15px !important;
	}
	.mb30 {
		margin-bottom: 15px !important;
	}
	.mb35 {
		margin-bottom: 20px !important;
	}
	.mb40 {
		margin-bottom: 20px !important;
	}
	.mb50 {
		margin-bottom: 30px !important;
	}
	.mb60 {
		margin-bottom: 40px !important;
	}
	.mb70 {
		margin-bottom: 50px !important;
	}
	.mb80 {
		margin-bottom: 55px !important;
	}
	.mb130 {
		margin-bottom: 60px !important;
	}
	.sp_mb20 {
		margin-bottom: 20px !important;
	}
	.sp_mb30 {
		margin-bottom: 30px !important;
	}
	.sp_mb40 {
		margin-bottom: 40px !important;
	}

	.sp_mr0 {
		margin-right: 0 !important;
	}
	
	.nopd {
		padding: 0 !important;
	}
	
	/* フォントサイズ */
	.big,
	.f18 {
		font-size: 1.7rem;
	}
	.f13 {
		font-size: 1.2rem;
	}
	.f14 {
		font-size: 1.3rem;
	}
	.f15 {
		font-size: 1.4rem;
	}
	.f20 {
		font-size: 1.8rem;
	}
	.f22 {
		font-size: 1.9rem;
	}
	.f23 {
		font-size: 2rem;
	}
	.f24 {
		font-size: 2rem;
	}
	.f28 {
		font-size: 2rem;
	}
	.f30 {
		font-size: 2.4rem;
	}
	.f35 {
		font-size: 2.7rem;
	}
	.small,
	small {
		font-size: 1.2rem;
	}
	
	/* 改行関連 */
	.sp_nobr br { display: none;}

	/* 電話 */
	.telBox  {
		font-size: 1.8rem;
	}
	.telBox span  {
		display: block;
	}
}



/* ------------------------------
 ヘッダ
------------------------------ */
.header {
	display: block;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
}
/* ヘッダー上部 */ 
.headerTop {
	height: 83px;
	/* display: flex;
	justify-content: center;
	align-items: center; */
}
.headerBlock  {
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #fff;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.headerBlock.is-before-scrolled  {
	position: fixed;
	top: 0;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headerBlock .gnav .headerMenu > li > p a {
	color: #333;
}

/* ロゴ */
.groupLogo img {
	width: 151px;
	height: auto;
	margin-left: -9px;
	margin-top: 14px;
}
.headerBlock .logo-outer {
	display: flex;
	align-items: center;
}

.headerBlock_logo a {
	color: #333;
	text-decoration: none;
	display: block;
	position: relative;
}
.headerBlock_logo img {
	height: 16px;
	vertical-align: middle;
}
.headerBlock_logo:hover img {
	opacity: 1;
}


/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		min-width: 1240px;
		position: absolute;
	}
	.slidemenu-btn,
	.btn-submenu-toggle,
	.btn-submenu-arrow {
		display: none !important;
	}

    .headerBlock {
		width: 100%;
	}
	.headerBlockIn {
		width: 1140px;
		height: 50px;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}

	/* -- 言語切り替え -- */
	.languageBlock {
		font-size: 1.2rem;
		color: #48217A;
		position: absolute;
		top: -30px;
		right: 50px;
		z-index: 15;
	}

	/* メニューの部分 */
	.languageBlock label {
		display: block;
		cursor:pointer;
	}
	.languageBlock input[type="checkbox"] {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		border: 0;
		overflow: hidden;
		padding: 0;
		clip: rect(0, 0, 0, 0);
	}
	.languageBlock input[type="checkbox"]:focus + div .menu {
		outline: thin #333 dotted;
	}
	.menu {
		font-family: 'Montserrat', sans-serif;
		cursor: pointer;
		display: block;
	}
	/* 開閉コンテンツ */ 
	.select_block {
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		transition: all 300ms ease;
		margin-top: 15px;
		position: absolute;
		right: -10px;
		background: #fff;
		width: 120px;
		padding: 12px 15px;
		box-shadow: 0 0 15px rgba(0,0,0,.2);
	}
	.select_block::before {
		content: "";
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #fff;
		position: absolute;
		top: -8px;
		right: 40px;
	}
	.check_select_block:checked + div .select_block {
		opacity: 1;
		visibility: visible;
		max-height: 1000px;
	}
	.languageBlock .checklist li {
		font-size: 1.3rem;
		margin: 5px 0;
	}
	.languageBlock .checklist li a {
		color: #333;
		text-decoration: none;
	}
	.languageBlock .checklist li a:focus,
	.languageBlock .checklist li a:hover {
		color: #337AC4;
	}
	.languageBlock .checklist li a::after {
		content: '\f105';
		font-family: 'FontAwesome';
		color: #337AC4;
		line-height: 1;
		margin-left: 5px;
	}

	/* 開閉アイコン */ 
	.icon_open {
		height: 13px;
		display: inline-block;
		position: relative;
		margin-left: 5px;
		transition: all 300ms 0s ease;
	}
	.icon_open:after{
		content: '\f107';
		font-family: 'FontAwesome';
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
		position: absolute;
		top: 0;
		left: 0px;
	}
	.check_select_block:checked + div .icon_open:after {
		content: '\f106';
	}

	.headerBlock.is-before-scrolled .languageBlock {
		display: none;
	}

	/* ロゴ */
	.headerBlock .logo-outer {
		width: 450px;
		/* margin-right: 60px; */ 
	}

	/*-- グローバルナビ --*/ 
	.gnav {
		width: calc(100% - 450px);
	}
	/*--
	* + .gnav .headerMenu,
	.gnav .headerMenu:after {
		content: "";
		clear: both;
		display: block;
	}
	 --*/ 
	
	.headerBlock .gnav .headerMenu {
		margin: 0 auto;
		visibility: visible;
		display: flex;
		justify-content: space-between;
	}

	.headerBlock .gnav .headerMenu > li {
		font-size: 1.5rem;
		font-weight: 500;
		height: 50px;
		line-height: 2.2;
		text-align: center;
		position: relative;
		display: flex;
		align-items: center;
	}
	/*--
	.headerBlock .gnav .headerMenu > li:not(:last-child) {
		margin-right: 38px;
	}
	--*/ 

	.headerBlock .gnav .headerMenu > li > p {
		display: flex;
		height: 100%;
		align-items: center;
	}
	.headerBlock .gnav .headerMenu > li > p a {
		display: flex;
		height: 100%;
		align-items: center;
		-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;
		text-decoration: none;
	}
	.headerBlock .gnav .headerMenu > li.btn-contact > p a {
		font-size: 1.4rem;
		font-weight: bold;
		color: #fff;
		margin-top: 5px;
		height: 45px;
		padding: 0 25px 5px;
		border-radius: 3px 3px 0 0 ;
		background-color: #F57C00;
	}
	.headerBlock .gnav .headerMenu > li.btn-contact > p a:hover {
		background-color: #ed5500;
	}
	.headerBlock .gnav .headerMenu > li > p a::after {
		content: "";
		width: 0;
		height: 3px;
		background-color: #337AC4;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	.headerBlock .gnav .headerMenu > li.btn-contact > p a::after {
		display: none;
	}
	
	.headerBlock .gnav .headerMenu > li:focus > p a::after,
	.headerBlock .gnav .headerMenu > li:hover > p a::after,
	.headerBlock .gnav .headerMenu > li.on > p a::after {
		width: 100%;
	}
}
/* ------------------------------
 PC用限定CSS プルダウンメニュー部分
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock .gnav .headerMenu > li > .pulldown {
		min-width: 100%;
		visibility: hidden;
		background: rgba(0, 0, 0, 1);
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0;
		padding: 20px 25px;
		box-shadow: 0 0 5px rgba(0,0,0,.1);
		-webkit-transition: visibility 0s ease .15s, opacity .15s ease-in-out .15s;
		transition: visibility 0s ease .15s, opacity .15s ease-in-out .15s;
	}
	
	/* 下層メニュー */
	.headerBlock .gnav .headerMenu > li > .pulldown > ul {
		text-align: center;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown > ul > li {
		font-size: 1.3rem;
		line-height: 1.4;
		font-weight: 500;
		text-align: left;
		white-space: nowrap;
		padding: 5px 0;
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown > ul > li a {
		color: #fff;
		height: auto;
		text-decoration: none;
		position: relative;
		-webkit-transition: none;
		transition: none;
		-webkit-transition: 0.05s ease-in-out;
		-moz-transition: 0.05s ease-in-out;
		-o-transition: 0.05s ease-in-out;
		transition: 0.05s ease-in-out;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown > ul > li a::after {
		content: '\f105';
		font-family: 'FontAwesome';
		font-size: 2rem;
		color: #337AC4;
		line-height: 0;
		margin-left: 8px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown > ul > li a:hover {
		color: #337AC4;
	}

	.headerBlock .gnav .headerMenu > li > .pulldown:hover,
	.headerBlock .gnav .headerMenu > li:hover > .pulldown {
		visibility: visible;
		opacity: 1;
	}
}

/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 100%;
		z-index: 1000;
	}
	.headerTop {
		height: 69px;
	}
	/* ロゴ */
	.groupLogo img {
		width: 122px;
		margin-left: 2px;
		margin-top: 12.5px;
	}
	
	/* -- 言語切り替え -- */
	.languageBlock {
		border-top: solid 1px #E9E9EA;
		padding: 18px 5%;
	}
	/* メニューの部分 */
	.languageBlock div {
		display: flex;
		justify-content: center;
	}
	.languageBlock .menu {
		display: none;
	}
	.languageBlock .checklist {
		display: flex;
		flex-flow: row wrap;
	}
	.languageBlock .checklist li {
		font-size: 1.5rem;
		margin: 0 10px;
	}
	.languageBlock .checklist li a {
		color: #fff;
		text-decoration: none;
	}
	.languageBlock .checklist li.on a::after {
		content: "";
		border-bottom: solid 2px #337AC4;
		display: block;
	}
	.languageBlock input[type="checkbox"],
	.icon_open {
		display: none;
	}

	.headerBlock  {
		width: 100%;
		height: 45px;
		margin: 0 auto;
	}
	.logo-outer {
		z-index: 10;
		width: 100%;
		top: 0;
		background: #fff;
		position: relative;
	}
	
	/* ロゴ */
	.headerBlock_logo {
		height: 45px;
		display: flex;
		align-items: center;
		padding: 0 5% 5px;
		position: relative;
	}
	.headerBlock_logo img {
		height: 13px;
	}

	/* グローバルナビ */
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 4%;
		top: 5px;
		cursor: pointer;
		background: none;
		-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;
	}

	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 30px;
		height: 3px;
		background-color: #333;
	}
	.menu-icon:before,
	.menu-icon:after {
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	.page-open-slidemenu {
		overflow: hidden;
	}
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background-color: #333;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: '';
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.menu-icon:before {
		top: -8px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -8px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.page-open-slidemenu .menu-icon {
	  background-color: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	/* 開閉メニューボタン */
	
	
	.headerBlock .gnav {
		-webkit-transition: opacity .15s ease-in-out, visibility 0s step-start .3s;
		transition: opacity .15s ease-in-out, visibility 0s step-start .3s;
		position: fixed;
		width: 100%;
		background: rgba(0, 0, 0, 1);
		opacity: 0;
		visibility: hidden;
	}

	/* 開いたら固定 */
	.page-open-slidemenu .headerTop {
		position: fixed;
		width: 100%;
		background: #fff;
	}
	.page-open-slidemenu .headerBlock {
		position: fixed;
		top: 69px;
	}
	.page-open-slidemenu .headerBlock.is-before-scrolled {
		top: 0;
	}
	
	
	.page-open-slidemenu .headerBlock .gnav {
		-webkit-transition: opacity .3s ease-in-out, visibility 0s step-start 0s;
		transition: opacity .3s ease-in-out, visibility 0s step-start 0s;
		max-height: 100vh;
		height: 100vh;
		max-height: -webkit-calc(100vh - 85px);
		max-height: calc(100vh - 85px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		opacity: 1;
		visibility: visible;
	}
	.page-open-slidemenu .headerBlock.is-before-scrolled .gnav {
		max-height: -webkit-calc(100vh - 45px);
		max-height: calc(100vh - 45px);
	}
	.page-open-slidemenu .headerBlock .gnav .headerMenu {
		padding-bottom: 50px;
	}
	.page-open-slidemenu .headerBlock .gnav .headerMenu > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	.headerBlock .gnav .headerMenu > li > p a {
		color: #fff;
	}
	
	/* 開閉ボタン 開く処理 */
	.headerBlock .gnav .headerMenu > li  {
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.headerBlock .gnav .headerMenu > li:last-child  {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.headerBlock .gnav .headerMenu > li a:not(.btn-submenu-toggle)  {
		font-size: 1.7rem;
		display: block;
		width: 100%;
		position: relative;
		line-height: 1.4;
		text-decoration: none;
		padding: 20px 60px 20px 25px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown {
		position: relative;
		overflow: hidden;
		display: none;
		background: #337AC4;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	

	.headerBlock .gnav .headerMenu > li:before,
	.headerBlock .gnav .headerMenu > li:after {
		content: '';
		display: table;
	}
	.headerBlock .gnav .headerMenu > li:after {
		clear: both;
	}
	
	/* ------------------------------
	 プルダウンメニュー部分
	------------------------------ */
	.headerBlock .gnav .headerMenu > li > .pulldown > ul > li:not(:last-child) {
		border-bottom: dotted 1px rgba(255,255,255,.3);
		transition: opacity .3s ease-in-out, visibility 0s step-start 0s;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown > ul > li > a {
		font-size: 1.4rem;
		font-weight: 500;
		width: 100%;
		color: #fff;
		text-decoration: none;
		padding: 12px 12% 12px 5% !important;
		border: none !important;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown > ul > li > a:after {
		font-family: 'FontAwesome';
		font-size: 1.8rem;
		content: '\f105';
		line-height: 12px;
		height: 12px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 27px;
		margin: auto;
		color: #fff;
		display: inline-block;
	}

	/* サポート・お問い合わせボタン */
	.headerBlock .gnav .headerMenu > li.contact a {
		width: auto;
		color: #fff;
		text-align: center;
		padding: 7px 20px;
		margin: 20px 5%;
		background: #333333;
	}
	.headerBlock .gnav .headerMenu > li.btn-contact > p a {
		background-color: #F57C00;
	}
	.headerBlock .gnav .headerMenu > li.btn-contact .btn-submenu-toggle:before,
	.headerBlock .gnav .headerMenu > li.btn-contact .btn-submenu-toggle:after {
		background-color: #fff;
	}

	/* ボタン 矢印 */
	.btn-submenu-arrow {
		display: block;
		width: 60px !important;
		height: 15px;
		padding: 0 !important;
		position: absolute !important;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		text-align: center;
		z-index: 10;
		cursor: pointer;
	}
	.btn-submenu-arrow:after {
		font-family: 'FontAwesome';
		font-size: 2.4rem;
		color: #337AC4;
		line-height: 0;
		content: '\f105';
	}
	
	
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		width: 60px;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 10;
		cursor: pointer;
	}
	
	.btn-submenu-toggle:before,
	.btn-submenu-toggle:after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 1px;
		margin: auto;
		background-color: #337AC4;
		-webkit-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}
	.btn-submenu-toggle:before {
		width: 2px;
		height: 16px;
	}
	.btn-submenu-toggle:after {
		width: 16px;
		height: 2px;
	}
	.headerBlock .gnav .headerMenu > li > p {
		position: relative;
	}
	.is-open .btn-submenu-toggle:before {
		background-color: transparent;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.site {
	width: 100%;
	min-width: 1240px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	font-size: 1.6rem;
}
.contentsHome,
.contentsTop,
.contents {
	width: 100%;
	min-width: 1240px;
	position:relative;
	background: #fff;
	padding-top: 133px;
	padding-bottom: 120px;
	text-align: left;
}

/* -- 横幅1140px -- */
.inBlock {
	text-align: left;
}
.inBlock::after {
	content: "";
	clear: both;
	display: block;
}

/* -- サイドブロック -- */
/* サイドタイトル */
.headTitle {
	font-weight: bold;
	border-top: solid 3px #CDD6DD;
}
.headTitle a {
	padding: 18px 15px;
	color: #333;
	text-decoration: none;
	display: block;
}
.headTitle a:focus,
.headTitle a:hover {
	color: #337AC4;
}

/* サイドナビ */
.sideNav > ul {
	border-bottom: solid 1px #E9E9EA;
}
.sideNav ul li {
	font-size: 1.4rem;
	line-height: 1.4;
}
.sideNav ul li p {
	border-top: solid 1px #E9E9EA;
}
.sideNav ul li p a {
	padding: 12px 15px;
	text-decoration: none;
}
.sideNav ul li p a:focus,
.sideNav ul li p a:hover,
.sideNav ul li.on p a {
	color: #fff;
	background: #337AC4;
}
.sideNav ul li a {
	display: block;
	color: #333;
}

/* 下層ナビ */
.sideNav li ul {
	padding: 10px 15px;
	background: #F0F3F5;
}
.sideNav li ul li {
	font-size: 1.2rem;
	padding: 5px 0;
}
.sideNav li ul li a {
	padding-left: 8px;
	position: relative;
	text-decoration: none;
}
.sideNav li ul li a::before {
	font-family: 'FontAwesome';
	font-size: 1rem;
	content: '\f0da';
	position: absolute;
	left: 0;
	top: .1em;
	color: #337AC4;
}
.sideNav li ul li a:focus,
.sideNav li ul li a:hover,
.sideNav li ul li.on a {
	color: #337AC4;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* -- 横幅1140px -- */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}

	/* -- サイドメニューあり -- */
	.mainContents {
		width: 846px;
		float: right;
	}
	.sideBlock {
		width: 258px;
		float: left;
	}
}

/* ------------------------------
 スマホ用コード（コンテンツ）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		min-width: 320px;
		font-size: 1.5rem;
	}
	#bggr {
		position: relative;
		z-index: 1;
	}
	.contentsHome,
	.contentsTop,
	.contents {
		min-width: 300px;
		padding-top: 114px;
		padding-bottom: 60px;
	}

	/* -- サイドメニューあり -- */
	.contents.twocolumn,
	.contentsTop.twocolumn {
		padding-bottom: 0;
	}
	.mainContents {
		padding-bottom: 40px;
	}
}

.menu-layer {
	display: none;
}
@media screen and (max-width: 767px) {
	.menu-layer {
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: rgba(255, 255, 255, 1);
		top: 0;
		left: 0;
		z-index: 10;
	}
	.page-open-slidemenu .menu-layer {
		display: block;
	}
	.page-open-slidemenu .site {
		overflow: hidden;
	}
}

/* ------------------------------
 下層タイトル回り
------------------------------ */
.headering {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	background: #444;
	margin-bottom: 95px;
}
.contentsTop .headering {
	height: 300px;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.headering {
		height: 100px;
		padding: 5px 5%;
		margin-bottom: 40px;
	}
	.contentsTop .headering {
		height: 150px;
	}
}

/* ------------------------------
 コンテンツナビ
------------------------------ */
/* -- ノーマル -- */
.contents_navi {
	display: flex;
	flex-flow: row wrap;
}
.contents_navi:last-child {
	margin-bottom: -45px;
}
.contents_navi li a {
	color: #333;
	text-decoration: none;
}
.contents_navi li {
	margin-bottom: 45px;
	display: flex;
}
.contents_navi li .imgBox img {
	width: 100%;
}
.contents_navi li .textBox {
	margin-top: 20px;
}
.contents_navi li .textBox span {
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.2;
	padding-right: 20px;
	display: inline-block;
	position: relative;
	-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;
}
.contents_navi li .textBox span::after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 2rem;
	color: #337AC4;
	line-height: .7;
	height: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.contents_navi li .cms_inner_blank span::after {
	content: '';
	width: 12px;
	height: 12px;
	background: url(https://www.yamaha.com.cn/yamahafinetech/wm/img/icon/blank.png) no-repeat 0 0 / cover;
}
.contents_navi li a:focus .textBox span,
.contents_navi li a:hover .textBox span {
	color: #337AC4;
}
.contents_navi li .textBox p, .contents_navi li .textBox div.descriptionBox {
	font-size: 1.4rem;
	margin-top: 10px;
}


/* -- 製品TOPのとき -- */
.productsTop .contents_navi li a {
	border: solid 1px #E1E6EB;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
.productsTop .contents_navi li a::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-color: #E1E6EB;
	border-style: solid;
	border-width: 0;
	-webkit-transition-property: border-width;
	transition-property: border-width;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.productsTop .contents_navi li a:focus::before,
.productsTop .contents_navi li a:hover::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	border-width: 4px;
}
.productsTop .contents_navi li .imgBox {
	text-align: center;
}
.productsTop .contents_navi li .textBox {
	padding: 20px 30px 30px;
	margin-top: 0;
}
.productsTop .contents_navi li .textBox span small {
	font-size: 1.5rem;
}


/* -- 製品下層のとき -- */
.products .contents_navi li {
	margin-bottom: 60px;
}
.products .contents_navi li a {
	width: 100%;
	text-decoration: none;
}
.products .contents_navi li a:focus .titleBox,
.products .contents_navi li a:hover .titleBox {
	color: #337AC4;
}
.products .contents_navi li .imgBox {
	border: solid 1px #E1E6EB;
	text-align: center;
	overflow: hidden;
}
.products .contents_navi li .textBox {
	margin-top: 25px;
}
.products .contents_navi li .titleBox {
	-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;
}
.products .contents_navi li .titleBox span {
	font-size: 2.3rem;
}
.products .contents_navi li .titleBox small {
	font-size: 1.5rem;
	display: block;
}
.products .contents_navi li .textBox p, .products .contents_navi li .textBox div.descriptionBox {
	font-size: 1.6rem;
}


/* -- 製品最下層のとき -- */
.mainContents .products .contents_navi li {
	margin-bottom: 45px;
}
.mainContents .products .contents_navi .cms_inner_blank::after,
.cms_text .contents_navi a[target="_blank"]:after {
	display: none;
}

/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* -- ノーマル -- */
	.contents_navi li {
		width: 350px;
	}
	.contentsTop .contents_navi li:not(:nth-child(3n)) {
		margin-right: 45px;
	}
	
	/* -- 製品下層のとき -- */
	.products .contents_navi li {
		width: 546px;
	}
	.products .contents_navi li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.products .contents_navi li:not(:nth-child(2n)) {
		margin-right: 48px;
	}

	/* -- 製品最下層のとき -- */
	.mainContents .products .contents_navi li {
		width: 403px;
	}
	.mainContents .products .contents_navi li:not(:nth-child(2n)) {
		margin-right: 40px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- ノーマル -- */
	.contents_navi:last-child {
		margin-bottom: -20px;
	}
	.contents_navi li {
		margin-bottom: 20px;
	}
	.contents_navi li .textBox {
		margin-top: 10px;
	}
	.contents_navi li .textBox span {
		font-size: 1.7rem;
	}
	
	
	/* -- 製品TOPのとき -- */
	.productsTop .contents_navi {
		display: block;
	}
	.productsTop .contents_navi a {
		width: 100%;
		display: block;
	}
	.productsTop .contents_navi li .textBox {
		padding: 10px 20px 20px;
	}
	.productsTop .contents_navi li .textBox span {
		font-size: 1.7rem;
	}
	.productsTop .contents_navi li .textBox span small {
		font-size: 1.4rem;
	}
	.productsTop .contents_navi li .textBox p {
		font-size: 1.3rem;
	}
	
	/* -- 製品下層のとき -- */
	.products .contents_navi:last-child {
		margin-bottom: -30px;
	}
	.products .contents_navi li {
		margin-bottom: 30px;
	}
	.products .contents_navi li .textBox {
		margin-top: 10px;
	}
	.products .contents_navi li .titleBox {
		margin-bottom: 5px;
	}
	.products .contents_navi li .titleBox span {
		font-size: 2rem;
	}
	.products .contents_navi li .titleBox small {
		font-size: 1.4rem;
	}
}

/* ------------------------------
 ページ内リンク
------------------------------ */
.pageLink ul li {
	font-weight: bold;
}
.pageLink ul li a {
	display: inline-block;
	padding-right: 28px;
	position: relative;
	text-decoration: none;
}
.pageLink ul li a::after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 2rem;
	color: #337AC4;
	line-height: .7;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pageLink ul {
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
	}
	.pageLink ul li {
		line-height: 1.4;
		padding-left: 18px;
		padding-right: 18px;
		margin-top: 8px;
		margin-bottom: 8px;
		border-right: dotted 1px #959CA1;
	}
	.pageLink ul li:first-child {
		border-left: dotted 1px #959CA1;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.pageLink ul li:first-child {
		border-top: dotted 1px #959CA1;
	}
	.pageLink ul li {
		border-bottom: dotted 1px #959CA1;
	}
	.pageLink ul li a {
		display: block;
		padding: 10px 28px 10px 10px;
		background: #F0F3F5;
	}
	.pageLink ul li a::after {
		right: 10px;
	}
}


/* ------------------------------
 新着機能
------------------------------ */
/* -- 一覧 -- */
.newsList {
	border-top: dotted 1px #CDD0D3;
}
.newsList li {
	width: 100%;
	text-align: left;
	padding: 22px 10px;
	border-bottom: dotted 1px #CDD0D3;
}
.newsList li::after {
	content: "";
	clear: both;
	display: block;
}
.newsList li a {
	color: #333;
	text-decoration: none;
}
.newsList li a:focus,
.newsList li a:hover {
	color: #337AC4;
}
/* -- 日付 -- */
.newsList .date,
.newsTitle .date {
	font-size: 1.6rem;
	color: #828A91;
	width: 100px;
	float: left;
}
/* -- カテゴリー -- */
.newsList .cate,
.newsTitle .cate {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #fff;
	width: 80px;
	float: left;
}
.cate7 {
	background-color: #E4775A;
}
.cate8 {
	background-color: #7EB6BB;
}
.cate9 {
	background-color: #3B5C9A;
}

/* -- 新着テキスト -- */
.newsList .boxText {
	width: calc(100% - 202px);
	margin-left: 22px;
	padding-right: 30px;
	float: left;
	position: relative;
}

.newsList .boxText a::after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 1.5em;
	color: #337AC4;
	line-height: .5;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- 日付 -- */
	.newsList .date {
		font-size: 1.4rem;
	}
	/* -- 新着テキスト -- */
	.newsList .boxText {
		margin-left: 0;
		float: left;
		width: 100%;
		font-size: 1.4rem;
		margin-top: 10px;
	}
	/* -- カテゴリー -- */
	.newsList .cate {
		font-size: 1.2rem;
		line-height: 20px;
		width: 70px;
	}
}

/* ------------------------------
 PDF
------------------------------ */
.pdfBlock .w1-5 {
	margin-right: 0 !important;
	margin-left: 25px;
}

/* ------------------------------
 フッタ
------------------------------ */
.footer {
	background: #EFF0F2;
	position: relative;
	z-index:2;
}
.footerTop {
	background: #E7EAED;
	border-top: solid 1px #D7DEE4;
	border-bottom: solid 1px #D7DEE4;
	padding: 35px 0;
}
.footerTop a[target="_blank"]::after {
    content: '';
	width: 12px;
	height: 12px;
	line-height: .7;
	margin-left: 5px;
	display: inline-block;
    background: url(https://www.yamaha.com.cn/yamahafinetech/wm/img/icon/blank.png) no-repeat 0 0 / cover;
}

/* 会社名 */
.companyName .logo {
	font-weight: bold;
}
.companyName img {
	width: 260px;
	vertical-align: middle;
}

/* フッターメニューブロック */
.footerNav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.footerNav li {
	font-size: 1.3rem;
	line-height: 1.4;
	position: relative;
}

.footerNav a {
	text-decoration: none;
	color: #333;
	-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;
}
.footerNav a:focus,
.footerNav a:hover {
	color: #337AC4;
}

/* -- コピーライト -- */
.footerCopy {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	color: #828A91;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* -- PAGE TOP -- */
.js-btn-pagetop {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	color: #fff;
	text-decoration: none;
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #333;
	z-index: 1000;
	transition: background-color 0.2s ease 0s;
	cursor: pointer;
}
.js-btn-pagetop:focus,
.js-btn-pagetop:hover{
	color: #fff;
	opacity: .7;
}
.js-btn-pagetop span {
	font-size: 3rem;
	padding-top: 5px;
}

/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.footerTop .inBlock {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footerTop .inBlock::after {
		display: none;
	}

	/* フッターメニューブロック */
	.footerNav li:not(:last-child) {
		margin-right: 20px;
	}
}
/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	.footerTop {
		padding: 20px 3%;
	}
	
	/* 会社名 */
	.companyName {
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: 10px;
	}

	/* フッターメニューブロック */
	.footerNav li {
		font-size: 1.2rem;
		position: relative;
	}
	.footerNav li {
		margin: 5px 10px;
	}

	/* -- コピーライト -- */
	.footerCopy {
		font-size: 1rem;
		height: 50px;
		padding: 0 53px 0 3px;
	}
	
	/* -- PAGE TOP -- */
	.js-btn-pagetop {
		width: 50px;
		height: 50px;
	}
	.js-btn-pagetop span {
		font-size: 2rem;
		padding-top: 7px;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #337AC4;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}


/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
	}
	.header {
		position: absolute;
	}
	.js-btn-pagetop {
		position: absolute;
	}
}

 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}


/* ------------------------------
 Android用アラート
------------------------------ */
.alert-old-android-browser {
	display: none;
}
.alert-old-android-browser.is-show {
	border-top: 1px solid #aaa;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #222;
	font-size: 16px;
	z-index: 200000;
	padding: 30px 40px 20px 20px;
}
/* android browser */
.page-fixed-header-android .alert-old-android-browser.is-show {
	position: fixed;
	bottom: 0;
	left: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__text {
	margin-bottom: 1em;
	line-height: 18px;
	background-size: 20px 18px;
	margin-bottom: 10px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link {
	text-decoration: none;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before,
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	content: '';
    display: block;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #aaa;
    width: 20px;
    height: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.alert-old-android-browser.is-show > .alert-old-android-browser__link:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px;
    color: #b09e71;
    display: inline-block;
}

.is-sp {
    display: none;
}

.footerCopy a {
    color: #828A91;
    text-decoration: none;
}
.footerCopy a:hover {
    text-decoration: underline;
} 

@media all and (max-width: 414px) {
    .footerCopy {
        display: block!important;
        height: auto!important;
        padding: 10px 0!important;
    }

    .is-sp {
        display: block;
    }
}