@charset "UTF-8";

/*カラー一括置換用  --------------------

背景色：#fff
サブ背景色：#ddd
文字色：#000
メインの色：#006f97
リンク色：#888
線：#aaa

-----------------------------------*/


/*==========================

　共通設定

==========================*/

/*　基本設定
-------------------------------------*/
.ipad .ovfhdn {
	/*overflow: visible;*/
}

body {
	background-color: #fff;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #000;
	/*font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size: small;
	*font: x-small;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: relative;
	right: 0;
	overflow-x: hidden;
	width: 100%;
}

body.zh {
	font-family: "Microsoft Yahei", "PingHei", Avenir, "Helvetica Neue", Helvetica, Arial !important;
}

a:link,
a:visited {
	cursor: pointer;
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	/opacity: 0.6;
	filter: alpha(opacity=60);
	transition: 0.25s;
	color: #006f97;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: 0.25s;
}

img {
	vertical-align: top;
	border: 0;
}

a img {
	vertical-align: top;
}

a.win {}

a.win img {
	display: inline-block;
	margin-left: 6px;
	padding-top: 2px;
}

a.win:after {}

a.win:hover {}

a.linkArrow01 {}

a.linkArrow01:hover {}

#wrap {
	text-align: left;
	width: 100%;
	min-width: 1000px;
}

#main {
	width: 1120px;
	margin: 0 auto;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.hidePc {
	display: none;
}

.hideTxt {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.hideTxt * {
	display: inline !important;
	line-height: 1;
	margin: 0;
	padding: 0 !important;
	font-size: 14px;
}

/*　１カラム　*/
.layout-one-column {
	margin: 0 auto;
}

.layout-one-column #main {
	margin: 0 auto;
}

.layout-one-column .contentIn {
	width: 1000px;
	margin: 0 auto;
}

/*　2カラム（左メニュー）*/
.layout-two-column-left {
	margin: 0 auto;
}

.layout-two-column-left .contentIn {
	width: 1120px;
	margin: 0 auto;
}

.layout-two-column-left #main {
	width: 820px;
	float: right;
}

.layout-two-column-left #sidebar {
	width: 250px;
	float: left;
}

/*ゴーストボタン*/
.button {
	position: relative;
	display: inline-block;
	padding: .5em 4em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	transition: all .2s;
}

.button::before,
.button::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: all .2s;
}

.button::before {
	top: 0;
	left: 0;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
}

.button::after {
	right: 0;
	bottom: 0;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.button:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: #006f97;
	transition: all .2s;
	opacity: 1;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 3px #006f97 inset;
	-moz-box-shadow: 0px 0px 0px 3px #006f97 inset;
	-webkit-box-shadow: 0px 0px 0px 3px #006f97 inset;
}

.button:hover::before,
.button:hover::after {
	width: 0;
	height: 0;
	opacity: 1;
	transition: all .2s;
	margin-left: -3px;
	margin-right: -3px;
}

/*　ロード画面
-------------------------------------*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 9998;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: 0px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 9999;
}

/*　header
-------------------------------------*/
header {
	width: 1120px;
	margin: 9px auto 11px;
	position: relative;
}

header .headTxt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

header .headTxt p {
	text-align: center;
	color: #aaa;
	font-size: 11px;
	line-height: 1;
}

header .headLgo {
	text-align: left;
	margin: 30px 0 44px;
	min-height: 34px;
}

header .headLgo .headLgoIn {}

header .headLgo img {
	float: left;
}

header .headLgo p {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: -3px;
	margin-left: 30px;
	color: #000;
}

header .headLangPC {
	position: absolute;
	width: 162px;
	right: 0;
	top: 0;
	text-align: right;
}

/* 202302 ADD */
header .headLangPC .recruit {
	position: absolute;
	top: -10px;
	left: -170px;
	font-size: 16px;
}

header .headLangPC .recruit span {
	font-weight: bold;
}


/* 202302 ADD */
a.linkBtn,
.footNav a.linkBtn {
	background: url(../images/common/ico-link_01.png) right top no-repeat;
	background-size: 19px auto;
	padding-right: 26px;
}

.footNav a.linkBtn {
	padding-right: 26px;
}

@media screen and (max-width: 760px) {
	.hideEnZh {
		display: none !important;
	}

	a.linkBtn {
		background-position: left 154px top 12px;
	}

	footer .iso ul {
		position: relative;
	}

	footer .iso ul li:first-of-type {
		position: absolute;
		top: 0;
	}

	footer .iso ul li:nth-child(2) {
		margin: 120px 0 0;
	}

	footer .iso ul li span {
		text-align: left;
		padding-left: 10px;
		margin-bottom: 4px;
	}

	.footNav a.linkBtn {
		background-position: left 140px top 14px;
	}

	#pageTop {
		display: none !important;
	}
}

header .headLangPC .language {
	list-style-type: none;
	margin-top: -10px;
}

header .headLangPC .language a {
	text-decoration: none;
}

header .headLangPC .language a img {
	width: 15px;
	margin-top: 10px;
}

header .headLangPC .language a span {
	margin-left: 5px;
	font-style: italic;
}

header .headLangPC .language li {
	display: inline-block;
}

header .headLangPC .language li:after {
	content: "/";
	display: inline;
	margin-left: 5px;
}

header .headLangPC .language li:last-child:after {
	display: none;
}

.headLangSP {
	display: none;
}

.move {
	top: -60px;
	width: 100%;
}

.fixed {
	position: fixed;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 1);
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-bottom: 0;
	height: 60px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.fixed .headerIn {
	width: 1120px;
	margin: 0 auto;
	position: relative;
}

.fixed .headLangPC {
	display: none;
}

.fixed .headerIn .headLgo {
	margin: 0;
}

.fixed .headerIn .headLgo .headLgoIn img {
	width: 125px;
	position: absolute;
	top: 18px;
}

.fixed .headerIn .headLgo .headLgoIn p {
	display: none;
}

.fixed #globalNav {
	position: absolute;
	top: 12px;
	right: 0;
}

#top.en .fixed #globalNav,
#top.zh .fixed #globalNav,
#page.en .fixed #globalNav,
#page.zh .fixed #globalNav {
	right: initial;
	left: 299px;
}

/*--windows用--*/
.win #top.en .fixed #globalNav,
.win #top.zh .fixed #globalNav,
.win #page.en .fixed #globalNav,
.win #page.zh .fixed #globalNav {
	left: 245px;
}

.fixed #globalNav .nav01 {
	display: none;
}

#globalNav nav ul li {
	margin: 0 12px;
}

.fixed #globalNav nav ul li {
	margin: 0 1.52em;
}

.ja .fixed #globalNav nav ul li {
	margin: 0 12px;
}

.fixed #globalNav nav ul li a {
	font-size: 14px;
}

.fixedCare {
	padding-top: 155px;
}

/*　IE9用 */
#globalNav nav ul li:not(:target) {
	display: inline-block\9;
}

.fixed #globalNav nav ul li:not(:target) {
	margin: 0 12px\9;
}

/*:root #globalNav nav ul li {
    display: inline-block\0/;
}*/
/*　globalNav
-------------------------------------*/
#globalNav {}

#globalNav nav ul {
	/*text-align: center;*/
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-pack: justify;
	-moz-flex-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

/*　IE9用 */
#globalNav nav ul:not(:target) {
	text-align: center\9;
}

/*:root #globalNav nav ul {
    text-align: center\0/;
}*/


#globalNav nav ul li {
	/*float:left;*/
	/*position:relative;*/
	/*margin: 0 0.974em;*/
	/*margin: 0 0.806em;*/
	/*display: inline-block;*/
}

#globalNav nav ul li:first-child {
	margin-left: 0;
}

.fixed #globalNav nav ul li:nth-of-type(2) {
	margin-left: 0;
}

#globalNav nav ul li:last-child {
	margin-right: 0;
	/*float: right;*/
}

#globalNav nav ul li a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 1;
	text-align: center;
	padding: 12px 0 0;
}

/*　IE9用 */
#fixed #globalNav nav ul li a:not(:target) {
	font-size: 14px\9;
}

#globalNav nav ul li a:not(:target) {
	font-size: 14px\9;
}



/*:root #globalNav nav ul li a {
    font-size: 15px\0/;
}
:root #fixed #globalNav nav ul li a {
    font-size: 14px\0/!important;
}*/

#globalNav nav ul li a:hover,
#globalNav nav ul li a.active {
	color: #006f97;
	opacity: initial;
}

#globalNav nav ul li.nav01 a {}

#globalNav nav ul li.nav07 a {}

#globalNav #button {
	display: none;
}

/*子メニュー*/
#globalNav nav {
	position: relative;
}

#globalNav .childMenu {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	min-width: 158px;
	width: auto;
	background: #fff;
	border: none;
	padding: 20px 28px;
	white-space: nowrap;
	z-index: 100;
}

#globalNav .childMenu li {
	float: none;
}

#globalNav .childMenu li a {
	width: auto;
	text-align: left;
	border: none;
	font-weight: normal;
	padding: 10px 0;
}

#globalNav .nav07 .childMenu {
	left: auto;
	right: 0;
}

/*　contact
-------------------------------------*/
#contact {
	background: #006f97;
	width: 100%;
}

.ipad #contact {
	min-width: 1120px;
}

#contact .contactIn {
	width: 840px;
	margin: 0 auto;
	padding: 12px 0 10px;
}

#contact .contactIn p {
	color: #fff;
	font-weight: bold;
}

.en #contact .contactIn p {
	text-align: left;
}

.zh #contact .contactIn p {
	text-align: center;
}

#contact .contactIn p br {
	display: none;
}

#contact .contactInfo {
	width: 560px;
	display: table;
	margin: 0 auto;
	margin-top: 10px;
}

#contact .contactInfo .tel {
	display: table-cell;
	vertical-align: middle;
}

#contact .contactInfo .tel a {
	color: #fff;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

#contact .contactInfo .form {
	display: table-cell;
	vertical-align: middle;
}

#contact .contactInfo .form a:hover {
	opacity: 1;
	color: #006f97;
	background: #fff;
}

#contact .button {
	width: 240px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	padding: 0;
	font-weight: bold;
	line-height: 50px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

.en #contact .button,
.zh #contact .button {
	font-style: italic;
	font-size: 25px;
	font-weight: normal;
}

.en #contact .contactInfo,
.zh #contact .contactInfo {
	width: 600px;
}

/*　pageTop
-------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 18px;
	right: 14px;
	display: none;
}

#pageTop img {
	width: 66px;
	height: auto;
}

#pageTop .slideBtn {
	display: none;
}

/*　footer
-------------------------------------*/
footer {
	padding-bottom: 50px;
	overflow: hidden;
}

.ipad footer {
	min-width: 1120px;
}

footer .footerIn {
	width: 1120px;
	margin: 0 auto;
}

footer .footNav {
	background: #eee;
	padding: 23px 0 63px;
	overflow: hidden;
	width: 100%;
}

footer .footerIn ul.accordion {
	float: left;
	margin-right: 4.4em;
}

.ja footer .footerIn ul.accordion {
	margin-right: 6.1em;
}

.en footer .footerIn ul.accordion {
	margin-right: 2.53em;
}

.zh footer .footerIn ul.accordion {
	margin-right: 7em;
}

.win .zh footer .footerIn ul.accordion {
	margin-right: 5.2em;
}

.gecko .en footer .footerIn ul.accordion {
	margin-right: 2.13em;
}

footer .footerIn ul.accordion:first-child li {
	margin-bottom: 10px;
}

footer .footerIn ul.accordion:first-child li:first-child {
	text-indent: -1px;
}

footer .footerIn ul.accordion:last-child {
	margin-right: 0;
}

footer .footerIn ul.accordion>li>a {
	font-weight: bold;
	font-size: 13px;
}

footer .footerIn ul.accordion>li p a {
	font-weight: bold;
}

footer .footerIn ul.accordion a {
	text-decoration: none;
	color: #222;
}

/*--windows用--*/
.win .en footer .footerIn ul.accordion a {
	font-size: 11px;
}

footer .footerIn ul.accordion a:hover {
	text-decoration: underline;
}

footer .footerIn ul li {
	list-style: none;
}

footer .footerIn .childMenu {}

footer .footerIn .childMenu li {
	font-size: 12px;
	margin: 2px 0;
}

footer .footerIn ul li.nav01 {}

footer .footerIn ul li.nav02 {}

footer .footerIn ul li.nav03,
footer .footerIn ul li.nav07 {}

footer .footerIn ul li.nav08 {}

footer .footerIn ul li.nav05 {}

footer .companyInfo {
	width: 1120px;
	padding-top: 40px;
	margin: 0 auto;
	min-height: initial !important;
}

/*.ipad footer .companyInfo {
  padding: 40px 50px 0;
}*/
footer .companyInfo .coBox {
	display: inline-block;
}

.en footer .companyInfo .coBox,
.zh footer .companyInfo .coBox {
	margin-bottom: 10px;
}

footer .companyInfo .coLgo {
	width: 168px;
	display: inline-block;
}

footer .companyInfo .coName {
	width: 129px;
	display: inline-block;
	margin: 0 50px 0 20px;
}

footer .companyInfo .coName img {
	width: 100%;
}

footer .companyInfo .address {
	font-size: 13px;
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
	line-height: 1.8;
	padding-top: 6px;
}

footer .companyInfo .address table th {
	text-align: left;
	min-width: 62px;
}

footer .companyInfo .address table td {
	padding-left: 15px;
}

footer .bottomMost {
	font-size: 13px;
	width: 630px;
	line-height: 1.8;
	letter-spacing: 1px;
	margin: 40px 0;
	display: inline-block;
}

.en footer .bottomMost,
.zh footer .bottomMost {
	margin: 39px 0 27px;
}



footer .iso {
	display: block;
	vertical-align: bottom;
	/*float: right;
	margin-top: 44px;*/
}

.en footer .iso {
	margin-top: 40px;
}

footer .iso img {
	/*width: 166px;
	margin-left: 33px;*/
}

footer .iso ul {
	display: flex;
	justify-content: flex-start;
	align-items: end;
}

footer .iso ul li {
	list-style: none;
	margin-right: 64px;
}

footer .iso ul li span {
	font-weight: bold;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
	letter-spacing: 0.1px;
}

.en footer .iso img,
.zh footer .iso img {
	/*
	width: 221px;
	margin-left: 0;
		*/
}

.en footer .iso img.jp,
.zh footer .iso img.jp {
	display: none;
}

.en footer .iso img.enzh,
.zh footer .iso img.enzh {
	display: block;
}

.ja footer .iso img.enzh {
	display: none;
}

footer .copyright {
	/* 202302 ADD */
	margin-top: 24px;
}

footer .copyright small {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}



/*==========================

　下層ページ

==========================*/

#page .contentIn {
	margin-bottom: 150px;
	width: 1120px;
	margin: 0 auto;
}

/*　pageTtl
-------------------------------------*/
#page .pageTtl {
	width: 1120px;
	margin: 112px auto 0;
	/display: table;
}

#page .pageTtl h2 {
	width: 100%;
	/height: 360px;
	/display: table-cell;
	vertical-align: middle;
	/text-align: right;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	font-size: 56px;
	padding-left: 2px;
	font-family: Arial, sans-serif, Avenir, "Open Sans", "Helvetica Neue", Helvetica;
	margin-bottom: 8px;
}

#page .pageTtl h2 span {
	display: block;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	margin-top: -20px;
	margin-bottom: 30px;
}

#page .pageTtl p {
	display: block;
	line-height: 1;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	/margin-top: -20px;
	/margin-bottom: 30px;
	padding-left: 7px;
}

#page.en .pageTtl,
#page.zh .pageTtl {
	margin-top: 132px;
}

#page.en .pageTtl p,
#page.zh .pageTtl p {
	display: none;
}

#page .mainImg {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 340px;
	overflow: hidden;
	margin-bottom: 20px;
}

.ipad #page .mainImg {
	min-width: 1120px;
}


/*　pnkz
-------------------------------------*/
#pnkz {
	color: #000;
	font-size: 14px;
	text-align: right;
	margin-bottom: 22px;
	line-height: 1;
	font-weight: bold;
}

#pnkz span {
	padding: 0px 0 0px 19px;
	margin-left: 19px;
	/border-left: 1px solid #000;
	font-weight: bold;
	position: relative;
}

#pnkz span::before {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background-color: #000;
	position: absolute;
	top: 3px;
	left: 0;

}

#pnkz span:first-child::before {
	display: none;
}

#pnkz span a {
	font-weight: bold;
}

#pnkz span:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

/*　pager
-------------------------------------*/
.layout-two-column-left #pager {
	position: absolute;
	bottom: 0;
	/*left: 0;*/
	right: 0;
	margin-bottom: 100px;
	border-bottom: none;
	width: 820px;
}

.layout-two-column-left .contentIn {
	position: relative;
	padding-bottom: 200px;
}

#pager {
	text-align: center;
	margin-top: 55px;
	font-size: 16px;
	line-height: 1;
	margin-left: -50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 7px;
	width: 1120px;
	margin: 0 auto;
}

#pager span {
	display: inline-block;
	min-height: 29px;
	margin-left: 50px;
}

#pager .prev {
	background: url(../images/common/ico-arrow_pager_001.png) left center no-repeat;
	padding-left: 32px;
	padding-top: 5px;
	background-size: 12px;
	background-position-y: 7%;
}

#pager .next {
	background: url(../images/common/ico-arrow_pager_002.png) right center no-repeat;
	padding-right: 32px;
	padding-top: 5px;
	background-size: 12px;
	background-position-y: 7%;
}

#pager a {
	font-weight: bold;
	font-size: 18px;
}

/*　sidebar
-------------------------------------*/
#sidebar h1 {
	background: #006f97;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding: 37px;
}

#sidebar h3 {
	background: #006f97;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding: 37px;
}

#sidebar ul {
	/*border-bottom:1px solid #aaa;
	margin-bottom:35px;*/
}

#sidebar ul li {
	list-style: none;
	border-top: 1px solid #aaa;
}

#sidebar ul li a:after {
	content: "";
	display: block;
	position: absolute;
	right: 6px;
	top: 30%;
	width: 12px;
	height: 23px;
	background: url(/images/common/ico-arrow_sidemenu_001.png) no-repeat;
}

#sidebar ul li:first-child {
	border-top: none;
}

#sidebar ul li a {
	text-decoration: none;
	display: block;
	padding: 16px 20px 16px 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	letter-spacing: 0.02em;
}

#sidebar ul li a:hover,
#sidebar ul li a.active {
	color: #006f97 !important;
}

#sidebar ul li a:hover {
	color: #000;
}

#sidebar ul li a.active {
	/*background:#000;
	color:#fff;*/
}

#sidebar ul.child {
	border-bottom: none;
	border-top: 1px solid #aaa;
	margin: 0;
}

#sidebar ul.child li {
	margin-left: 14px;
	border-top: 1px dotted #aaa;
}

#sidebar ul.child li:first-child {
	border-top: none;
}

#sidebar .sideBnr figure {
	margin-bottom: 10px;
}

#sidebar .sideBnr figure img {
	width: 214px;
	height: auto;
}

#sidebar .sideBnr {
	margin-bottom: -4px;
}


@media screen and (max-width: 760px) {

	/*==========================
    
　共通設定

==========================*/

	/*　基本設定
-------------------------------------*/
	#main {
		width: auto;
		margin: 0;
	}

	#main.moduleContent {
		margin: 0;
	}

	figure {
		max-width: 100%;
	}

	figure img {
		max-width: 100%;
		height: auto;
	}

	.hidePc {
		display: inherit;
	}

	.hideSp {
		display: none;
	}

	/*アコーディオン用*/
	.accordion .childMenu {
		/*display:none;*/
		display: block;
	}

	/*　１カラム　*/
	.layout-one-column {
		margin: 0 auto;
	}

	.layout-one-column #main {
		margin: 0;
	}

	.layout-one-column .contentIn {
		width: auto;
		margin: 0 20px;
	}

	/*　2カラム（左メニュー）*/
	.layout-two-column-left {
		margin: 0 auto;
	}

	.layout-two-column-left .contentIn {
		width: auto;
		margin: 0 20px;
	}

	.layout-two-column-left #main {
		width: auto;
		float: none;
		margin-right: 0;
	}

	.layout-two-column-left #sidebar {
		width: auto;
		float: none;
	}

	/*　header
-------------------------------------*/
	header {
		width: auto;
		margin: 0 10px 25px;
	}

	header .headTxt {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		margin-top: 10px;
	}

	header .headTxt p {
		text-align: left;
		line-height: 1.5;
		width: 83%;
		margin: 0 auto;
	}

	header .headLgo {
		margin: 35px 0 16px;
	}

	header .headLgo .headLgoIn {
		width: auto;
		text-align: center;
	}

	header .headLgo img {
		float: none;
	}

	header .headLgo p {
		float: none;
		text-align: center;
		margin: 0;
		margin-top: 15px;
	}

	.headLangPC {
		display: none;
	}

	header .headLangSP {
		display: block;
	}

	header .headLangSP .language {
		list-style-type: none;
		padding-top: 0 !important;
	}

	header .headLangSP .language a {
		text-decoration: none;
		text-align: left !important;
		padding-left: 20px !important;
	}

	header .headLangSP .language a img {
		width: 15px;
		margin-top: 3px;
	}

	header .headLangSP .language a span {
		margin-left: 5px;
		font-style: italic;
	}

	header .headLangSP .language li:first-child a span {
		margin-left: 9px;
	}

	header .headLangSP .language li {
		/display: inline-block;
	}

	header .headLangSP .language li:after {
		/content: "/";
		/display: inline;
		/margin-left: 5px;
	}

	header .headLangSP .language li:last-child:after {
		display: none;
	}

	header .headLangSP .language li {
		float: none !important;
		margin: 0 !important;
	}

	@media screen and (max-width: 535px) {
		header .headLgo p {
			margin: 10px 0 0 0;
		}

		header .headLgo img {
			float: none;
		}
	}

	header .headLgo img {
		margin: 0;
	}

	header .headContact {
		position: inherit;
		max-width: 300px;
		width: auto;
		right: auto;
		top: auto;
		margin: 30px auto 0;
	}

	header .headContact .tel img {
		width: 130px;
		height: auto;
	}

	header .headContact .form {}

	header .headContact .form a {
		width: 160px;
		font-size: 13px;
		letter-spacing: 0;
		padding: 8px 0;
		margin-top: -8px;
	}

	header .headLangPC {
		left: 0;
		top: -22px;
	}

	/*　globalNav
-------------------------------------*/
	#globalNav {}

	#globalNav #slide_menu {
		position: fixed;
		top: 0;
		right: -243px;
		width: 240px;
		height: 100%;
		background: #fff;
		z-index: 9999;
		border-left: 3px solid #006f97;
		/*padding-top:20px;*/
		padding-top: 0;
		overflow: auto;
		padding-bottom: 20px;
	}

	#globalNav nav .accordion {
		border-left: none;
		/height: 100%;
		overflow: auto;
		padding-bottom: 5px;
		padding-top: 90px;
		-webkit-flex-flow: column nowrap;
		-moz-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}

	#globalNav nav ul {
		-webkit-flex-flow: column nowrap;
		-moz-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}

	#globalNav nav .accordion li {
		float: none !important;
		position: relative;
		margin: 0 !important;
	}

	#globalNav nav .accordion li:hover a:hover {
		color: #006f97;
	}

	#globalNav nav .accordion li.nav07 {}

	#globalNav nav .accordion li a {
		text-decoration: none;
		font-weight: bold;
		display: block;
		line-height: 1.5;
		width: auto;
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #aaa;
		padding: 10px 20px;
		font-size: 15px;
	}

	#globalNav nav .accordion li a:hover,
	#globalNav nav .accordion li a.active {
		color: #006f97;
	}

	#globalNav nav .accordion li.nav01 a {
		width: auto;
		border-top: 1px solid #aaa;
	}

	#globalNav nav .accordion li.nav07 a {
		width: auto;
	}

	/*子メニュー*/
	#globalNav .accordion li.parent p {
		cursor: pointer;
	}

	#globalNav .accordion li.parent p:hover span a {
		color: #000;
	}

	#globalNav .accordion li.parent>p span a {
		pointer-events: none;
		position: relative;
		padding-right: 47px;
	}

	#globalNav .accordion li.parent>p span:hover a {
		color: #006f97;
	}

	#globalNav .accordion li.parent>p span a:before,
	#globalNav .accordion li.parent>p span a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		position: absolute;
		right: 20px;
		top: 50%;
	}

	#globalNav .accordion li.parent>p span a:before {
		border-top: 10px solid #fff;
		margin-top: -6px;
		z-index: 10;
	}

	#globalNav .accordion li.parent>p span a:after {
		border-top: 10px solid #aaa;
		margin-top: -5px;
	}

	#globalNav .accordion li.parent>p span.open a {
		background-size: 20px auto;
	}

	#globalNav .accordion li.parent>p span.open a:before {
		border-top: none;
		border-bottom: 10px solid #fff;
		margin-top: -6px;
	}

	#globalNav .accordion li.parent>p span.open a:after {
		border-top: none;
		border-bottom: 10px solid #aaa;
		margin-top: -7px;
	}

	#globalNav .childMenu {
		display: none;
		position: inherit;
		top: auto;
		left: auto;
		min-width: 0;
		width: auto;
		background: #ddd;
		border: none;
		padding: 0;
		white-space: inherit;
		z-index: auto;
	}

	#globalNav .childMenu li {
		float: none;
	}

	#globalNav .childMenu li a {
		width: auto;
		text-align: left;
		font-weight: normal;
		padding: 10px 20px 10px 30px;
		border-bottom: 1px solid #aaa;
		font-size: 13px;
	}

	#globalNav .nav07 .childMenu {
		left: auto;
		right: auto;
	}

	/* 202302 ADD */
	#globalNav ul li.hidePc{
		display: block;
	}

	/*ボタン用*/
	#globalNav #button {
		display: block;
		position: fixed;
		right: 18px;
		top: 10px;
		cursor: pointer;
		background: #006f97;
		width: 50px;
		height: 50px;
		z-index: 10000;
		color: #fff;
	}

	.tcon {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		cursor: pointer;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 10px;
		transition: 0.3s;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 30px;
		background: transparent;
		outline: none;
		padding: 0 10px;
		position: relative;
	}

	.tcon>* {
		display: block;
	}

	.tcon:hover,
	.tcon:focus {
		outline: none;
	}

	.tcon::-moz-focus-inner {
		border: 0;
	}

	.tcon-txt {
		display: block;
		position: absolute;
		bottom: 3px;
		left: 0;
		font-weight: bold;
		text-align: center;
		font-size: 10px;
		color: #fff;
		width: 100%;
	}

	.tcon-menu__lines {
		display: inline-block;
		height: 3px;
		width: 30px;
		transition: 0.3s;
		background: #fff;
		position: relative;
		margin-top: -9px
	}

	.tcon-menu__lines::before,
	.tcon-menu__lines::after {
		display: inline-block;
		height: 3px;
		width: 30px;
		transition: 0.3s;
		background: #fff;
		content: '';
		position: absolute;
		left: 0;
		-webkit-transform-origin: 2.85714px center;
		transform-origin: 2.85714px center;
		width: 100%;
	}

	.tcon-menu__lines::before {
		top: 7px;
	}

	.tcon-menu__lines::after {
		top: -7px;
	}

	.tcon-transform .tcon-menu__lines {
		-webkit-transform: scale3d(0.8, 0.8, 0.8);
		transform: scale3d(0.8, 0.8, 0.8);
	}

	.tcon-menu--xcross {
		width: auto;
		height: 50px;
	}

	.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
		background: transparent;
	}

	.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before,
	.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		top: 0;
		width: 30px;
	}

	.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}

	.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}

	.tcon-visuallyhidden {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.tcon-visuallyhidden:active,
	.tcon-visuallyhidden:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}


	/*　contact
-------------------------------------*/
	#contact .contactIn {
		width: auto;
		padding: 15px 20px 20px;
	}

	#contact .contactIn p {
		text-align: center;
	}

	#contact .contactIn p br {
		display: inherit;
	}

	#contact .contactInfo {
		width: 100% !important;
		text-align: center;
		margin-top: 0;
		display: block;
	}

	#contact .contactInfo .tel {
		display: block;
	}

	#contact .contactInfo .form {
		display: block;
	}

	#contact .contactInfo .form a {
		margin: 7px auto 0;
	}

	#contact .contactInfo .tel a {
		line-height: 1.1;
	}

	/*　pageTop
-------------------------------------*/
	#pageTop {
		position: inherit;
		bottom: auto;
		right: auto;
		border-top: 1px solid #aaa;
		height: 40px;
		position: relative;
	}

	#pageTop:before,
	#pageTop:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: 13px solid transparent;
		position: absolute;
		right: 50%;
		top: 50%;
		margin-right: -13px;
	}

	#pageTop:before {
		border-bottom: 13px solid #fff;
		margin-top: -19px;
		z-index: 10;
	}

	#pageTop:after {
		border-bottom: 13px solid #aaa;
		margin-top: -20px;
	}

	#pageTop img {
		display: none;
	}

	#pageTop a {
		display: block;
		width: 100%;
		height: 40px;
	}

	/*　footer
-------------------------------------*/
	footer {
		width: auto;
		margin: 0px 0 20px;
	}

	footer .footNav {
		padding: 0;
	}

	footer .footerIn {
		width: 100%;
	}

	footer .footerIn .companyInfo {
		float: none;
		max-width: 225px;
		min-height: 0 !important;
		margin: 0 auto;
		width: auto;
		border-right: none;
	}

	footer .footerIn .companyInfo p {
		text-align: center;
	}

	footer .footerIn .companyInfo .txt {
		margin: 15px 0 20px;
		text-align: left;
	}

	footer .footerIn ul.accordion:first-child li {
		margin: 0;
	}

	footer .footerIn ul.accordion {
		float: none;
		margin: 0 !important;
	}

	footer .footerIn ul.accordion a {
		color: #000;
		font-size: 14px;
		display: block;
		width: auto;
		height: 100%;
		padding: 10px 20px;
	}

	footer .footerIn ul.accordion a:hover {
		text-decoration: none;
		/*background:#ddd;*/
		color: #006f97;
	}

	footer .footerIn ul li {
		padding: 0 !important;
		border-bottom: 1px solid #aaa;
	}

	footer .footerIn ul li.parent p span {
		cursor: pointer;
		display: block;
		position: relative;
	}

	footer .footerIn ul li.parent p span:before,
	footer .footerIn ul li.parent p span:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: 13px solid transparent;
		position: absolute;
		right: 20px;
		top: 50%;
	}

	footer .footerIn ul li.parent p span:before {
		border-top: 13px solid #eee;
		margin-top: -7px;
		z-index: 10;
	}

	footer .footerIn ul li.parent p span:after {
		border-top: 13px solid #aaa;
		margin-top: -6px;
		display: none;
	}

	footer .footerIn ul li.parent p span:hover a {
		/*background:#ddd;*/
		color: #006f97;
	}

	footer .footerIn ul li.parent p span:hover:before {
		/*border-top: 13px solid #ddd;*/
	}

	footer .footerIn ul li.parent p span.open {}

	footer .footerIn ul li.parent p span.open:before,
	footer .footerIn ul li.parent p span.open:after {
		border-top: none;
	}

	footer .footerIn ul li.parent p span.open:before {
		border-bottom: 13px solid #eee;
		margin-top: -6px;
	}

	footer .footerIn ul li.parent p span.open:hover:before {
		/*border-bottom: 13px solid #ddd;*/
	}

	footer .footerIn ul li.parent p span.open:after {
		border-bottom: 13px solid #aaa;
		margin-top: -7px;
	}

	footer .footerIn ul li.parent p span a {
		pointer-events: none;
	}

	footer .footerIn .childMenu {
		margin: 0;
	}

	footer .footerIn .childMenu li {
		margin: 0;
		border-bottom: 1px solid #bbb;
	}

	footer .footerIn .childMenu li:last-child {
		border-bottom: none;
	}

	footer .footerIn .childMenu li a {
		background: #fff;
		text-indent: 10px;
		line-height: 1.5;
	}

	footer .footerIn ul li.nav01 {
		width: auto;
		border-left: none;
		border-top: 1px solid #aaa;
	}

	footer .footerIn ul li.nav02 {
		width: auto;
	}

	footer .footerIn ul li.nav03,
	footer .footerIn ul li.nav07,
	footer .footerIn ul li.nav08 {
		margin: 0;
	}

	footer .footerIn ul li.nav05 {
		width: auto;
	}

	footer .companyInfo {
		padding: 40px 15px 0;
		width: 100%;
		box-sizing: border-box;
	}

	footer .companyInfo .coBox {
		text-align: center;
		display: block;
	}

	footer .companyInfo .coLgo {
		padding-top: 20px;
	}

	footer .companyInfo .coName {
		margin-right: 0;
		padding-top: 20px;
	}

	footer .companyInfo .address {
		font-size: 12px;
		margin-top: 20px;
	}

	footer .bottomMost {
		margin: 20px auto 0px !important;
		width: initial;
		font-size: 12px;
		text-align: justify;
		display: block;
		max-width: 342px;
	}

	footer .iso {
		margin-top: 20px;
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}

	footer .iso img {
		margin: 5px 10px;
	}

	.en footer .iso img.enzh,
	.zh footer .iso img.enzh {
		/*display: initial;*/
	}

	footer .copyright {
		text-align: center;
	}

	.zh footer .footerIn ul.accordion {
		margin-right: 0
	}

	/*==========================

　下層ページ

==========================*/
	#page .contentIn {
		margin-bottom: 50px;
		width: 100%;
	}

	/*　pageTtl
-------------------------------------*/
	#page .pageTtl {
		width: calc(100% - 40px);
		display: table;
		margin: 57px 20px !important;
		text-align: center;
	}

	#page .pageTtl p {
		text-align: center;
	}

	#page .mainImg {
		height: 180px;
	}

	#page .pageTtl h2 {
		/*height: 180px;*/
	}





	/*　pnkz
-------------------------------------*/
	#pnkz {
		padding: 0 20px;
	}

	#pnkz span {
		line-height: 2;
		font-size: 12px;
		padding: 0 0 0 9px;
		margin-left: 9px;
	}

	#pnkz span::before {
		top: 1px;
	}

	#pnkz span:nth-of-type(3) {
		display: block;
	}

	#pnkz span:nth-of-type(3)::before {
		display: none;
	}

	#corporate #pnkz span:nth-of-type(3) {
		display: inline;
	}

	#corporate #pnkz span:nth-of-type(3)::before {
		display: block;
	}

	.en #corporate.co_03 #pnkz span:nth-of-type(3) {
		display: block;
	}

	.en #corporate.co_03 #pnkz span:nth-of-type(3)::before {
		display: none;
	}

	/*　pager
-------------------------------------*/
	#pager {
		margin: 50px 0 50px -50px;
		font-size: 16px;
		width: initial;
	}

	#pager span {
		display: inline-block;
		min-height: 20px;
		margin-left: 50px;
	}

	#pager .prev {
		background: url(../images/common/ico-arrow_pager_sp_001.png) left center no-repeat;
		background-size: contain;
		padding-left: 25px;
	}

	#pager .next {
		background: url(../images/common/ico-arrow_pager_sp_002.png) right center no-repeat;
		background-size: contain;
		padding-right: 25px;
	}

	#page .talkPager .pagerBtn a {
		padding: 1px 0.445em;
	}

	.pagerBtn a:hover {
		background-color: #006f97;
		color: #fff;
		font-weight: bold;
	}

	.layout-two-column-left #pager {
		position: initial;
		margin-bottom: 30px;
		border-bottom: none;
		width: initial;
	}


	/*　sidebar
-------------------------------------*/
	#sidebar {}

	#sidebar figure {
		text-align: center;
	}

	#sidebar figure img {
		max-width: 100%;
		height: auto;
	}

}