@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?90okcb');
  src:  url('../fonts/icomoon.eot?90okcb#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?90okcb') format('truetype'),
  url('../fonts/icomoon.woff?90okcb') format('woff'),
  url('../fonts/icomoon.svg?90okcb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e901";
}
.icon-Facebook:before {
  content: "\e902";
}
.icon-toutiao:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-youku:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-correct:before {
  content: "\e907";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-wechat:before {
  content: "\e909";
}
.icon-weibo:before {
  content: "\e90a";
}
.icon-document-file-pdf:before {
  content: "\e900";
}

.only-xs {
	display: block;
}
.only-pc {
	display: none;
}

.affix-placeholder {
	top: 0;
	min-height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	z-index: 19;
}
.affix-placeholder .container,
.affix-placeholder .container-fluid {
	height: 50px;
}
.affix-placeholder .title {
	display: flex;
	font-weight: bold;
	line-height: 50px;
}
.affix-placeholder .title[href="javascript:;"] {
	cursor: default;
}
.affix-placeholder .title.collapsed:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.affix-placeholder .title:after {
	content: "\f282";
	margin-left: auto;
	font-family: "bootstrap-icons";
	font-size: 16px;
	font-weight: bold;
	color: #c7000b;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: transform .2s ease-in-out;
}
.affix-placeholder a {
	display: block;
	color: #333;
	text-decoration: none;
}
.affix-placeholder .row {
	display: none;
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
}
.affix-placeholder ul {
	margin-bottom: 0;
	padding-left: 15px;
}
.affix-placeholder ul li {
	padding: 8px 0;
	border-bottom: 1px solid #d4d4d4;
}
.affix-placeholder ul li a {
	display: block;
	font-size: 14px;
}
.affix-placeholder ul li.active a:before {
	content: "\f285";
	margin-right: 4px;
	font-family: "bootstrap-icons";
	font-size: 12px;
	color: #c7000b;
}
.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}
ul,ol {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
}
.col {
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.mt40 {
	margin-top: 40px;
}
.mt0 {
	margin-top: 0px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb40 {
	margin-bottom: 40px;
}
.mt10 {
	margin-top: 10px !important;
}
.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.pl-20 {
	padding-left: 20px;
}
.redT {
	color: #d9534f !important;
}
.ml20 {
	margin-left: 20px;
}
.btn-border-gray {
	position: relative;
	color: #333;
	border: 1px solid #c8c8c8;
	background-color: #fff;
}
.btn {
	display: block;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 150px;
}
.d-flex {
	display: flex !important;
	flex-wrap: wrap;
}
.justify-content-end {
    justify-content: flex-end!important;
}
p.small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}
.list-indent-1em {
	margin-left: 1em !important;
	text-indent: -1em !important;
}
.list-indent-1_5em {
	margin-left: 1.5em !important;
	text-indent: -1.5em !important;
}
.d-block {
	display: block !important;
}

.num-list {
	counter-reset: section;
}
.num-list_title {
	padding-bottom: 15px;
}
.num-list_title,
.num-list_title_brackets {
	position: relative;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: baseline;
}
.num-list_title:before {
	content: counter(section) ".";
}
.num-list_title_brackets:before {
	content: "("counter(section) ")";
}
.num-list_title:before,
.num-list_title_brackets:before {
	counter-increment: section;
	display: inline-block;
	padding-right: 6px;
}

ul.btn-wrap {
	margin: 0;
	padding: 0;
	list-style: none;
}
.msg-error {
	border-color: #d12147;
}
.btn-prm {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 7px 0;
	padding: 16px 1rem;
	width: 100%;
	border-color: #2593c9;
	background-color: #2593c9;
	color: #fff;
	border: solid 2px transparent;
	border-radius: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	cursor: pointer;
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: background;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a.btn-prm {
	text-decoration: none;
}
a.btn-prm:hover {
	background-color: #fff;
	border-color: #2593c9;
	color: #2593c9;
}
blockquote.blue {
	font-weight: bold;
	color: #0071c2;
	border-left: 5px solid #0071c2;
}
.table-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
}
.table th {
	background-color: #f0f0f0;
}
@-webkit-keyframes humbergerTop {
	0% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}
}

@keyframes humbergerTop {
	0% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}
}

@-webkit-keyframes humbergerBottom {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(10px) rotate(0);
		transform: translateY(10px) rotate(0);
	}
}

@keyframes humbergerBottom {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(10px) rotate(0);
		transform: translateY(10px) rotate(0);
	}
}

@-webkit-keyframes humbergerTopRev {
	0% {
		-webkit-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes humbergerTopRev {
	0% {
		-webkit-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@-webkit-keyframes humbergerBottomRev {
	0% {
		-webkit-transform: translateY(10px) rotate(0);
		transform: translateY(10px) rotate(0);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes humbergerBottomRev {
	0% {
		-webkit-transform: translateY(10px) rotate(0);
		transform: translateY(10px) rotate(0);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
}
.top-nav .dropdown-menu > li > a {
	position: relative;
	margin: 0;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.top-nav .dropdown-menu > li a {
	display: flex;
	align-items: center;
}
.top-nav .dropdown-menu > .active > a {
	font-weight: bold;
	color: #333;
	background-color: transparent;
}
.top-nav .dropdown-menu > li > a:hover {
	background-color: #f5f5f5;
}
.top-nav li.active a:before {
	font-family: iconfont64;
	content: "\E004";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 17px;
}
.top-nav a .iconfont-globe {
	position: relative;
	bottom: 1px;
	margin-right: 4px;
}
.link_blank {
	margin-right: 5px;
	padding: 2px 20px 0 0;
	background: url(../images/exhibition/img/icon_blank.gif) no-repeat right center;
}
nav.navbar-default {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	z-index: 20;
}
nav.navbar-default:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #d7d7d7;
	content: "";
	transition-timing-function: ease;
	transition-duration: .1s;
	transition-property: background-color;
}
.open nav.navbar-default:after {
	background-color: #fff;
}
nav.navbar-default .navbar-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	padding-left: 5.5556%;
	width: 100%;
	background-color: #fff;
	justify-content: space-between;
	align-items: center;
}
nav.navbar-default .navbar-header .navbar-toggle {
	width: 64px;
	height: 64px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: #2593c9;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 2;
}
nav.navbar-default .navbar-header .navbar-toggle .icon-bar {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 3px;
	margin-top: -1.5px;
	margin-left: -14px;
	background-color: #fff;
}
nav.navbar-default .navbar-header .navbar-toggle .icon-bar.-top {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-animation: humbergerTop .5s forwards;
	animation: humbergerTop .5s forwards;
}
nav.navbar-default .navbar-header .navbar-toggle .icon-bar.-middle {
	transition: opacity .2s .2s;
}
nav.navbar-default .navbar-header .navbar-toggle .icon-bar.-bottom {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-animation: humbergerBottom .5s forwards;
	animation: humbergerBottom .5s forwards;
}
.open nav.navbar-default .navbar-header .navbar-toggle .icon-bar.-top {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	-webkit-animation: humbergerTopRev .5s forwards;
	animation: humbergerTopRev .5s forwards;
}
.open nav.navbar-default .navbar-header .navbar-toggle .icon-bar.-middle {
	opacity: 0;
}
.open nav.navbar-default .navbar-header .navbar-toggle .icon-bar.-bottom {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
	-webkit-animation: humbergerBottomRev .5s forwards;
	animation: humbergerBottomRev .5s forwards;
}
nav.navbar-default .navbar-collapse {
	position: fixed;
	top: 64px;
	bottom: 0;
	width: 100%;
	padding: 0;
	border: 0;
	background-color: transparent;
}
nav.navbar-default .navbar-header:after,
nav.navbar-default .navbar-header:before,
.pht-main .container:before {
	content: normal;
}
nav.navbar-default .navbar-header .navbar-brand {
	display: flex;
	align-items: center;
	padding: 0;
	height: 36px;
}
nav.navbar-default .navbar-brand img {
	width: auto;
/*	height: 36px;*/
	height: 50px;
}
nav.navbar-default .navbar-collapse .scroll {
	height: 100%;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	overflow: auto;
}
nav.navbar-default .navbar-collapse .nav p {
	margin-bottom: 0;
}
nav.navbar-default .navbar-collapse .nav > li > a {
	padding: 11px 15px;
	background-color: #f0f1f3;
}
nav.navbar-default .navbar-collapse .nav > li > a.language {
	color: #fff;
	background-color: #00a9df;
	border: 1px solid #00a9df;
}
nav.navbar-default .navbar-collapse .nav a p:first-of-type {
	color: #7f7f7f;
	/*font-size: .6875rem;*/
	font-family: "Open Sans",sans-serif;
	line-height: 1.6364;
}
nav.navbar-default .navbar-collapse .nav a p:last-child {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.6;
}
nav.navbar-default .navbar-collapse .nav a {
	position: relative;
	display: block;
	padding: 14px 5.5556%;
	padding-right: calc(((80 / 720) * 100%) + 16px);
	color: #0f0f0f;
	border-bottom: solid 3px #f0f1f3;
}
nav.navbar-default .navbar-collapse .nav ul + .title a {
	border-top: solid 3px #f0f1f3;
}
nav.navbar-default .navbar-collapse .nav .child {
	display: none;
}
nav.navbar-default .navbar-collapse .nav li:last-child a {
	padding-bottom: 11px;
	border-bottom: none;
}
nav.navbar-default .navbar-collapse .nav a:hover {
	color: #2593c9;
}
.open nav.navbar-default .navbar-collapse .nav > li:not(.-single) > a:before,
.open nav.navbar-default .navbar-collapse .nav > li:not(.-single) > a:after {
	position: absolute;
	top: 50%;
	right: 7.7778%;
	display: block;
	width: 3px;
	height: 18px;
	background-color: #2593c9;
	content: "";
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.open nav.navbar-default .navbar-collapse .nav > li:not(.-single) > a:before {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.open nav.navbar-default .navbar-collapse .nav > li.is-open > a:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.open nav.navbar-default .navbar-collapse .nav > li:not(.-single) > a:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.open nav.navbar-default .navbar-collapse .nav > li.-single a:before,
.open nav.navbar-default .navbar-collapse .child > .title a:before,
.open nav.navbar-default .navbar-collapse .child ul li a:before {
	position: absolute;
	top: 50%;
	right: 6.25%;
	display: inline-block;
	margin-top: -9px;
	font-size: 18px;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	color: #2593c9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e258";
}
.open nav.navbar-default .navbar-collapse .nav > li.-single a.language:before {
	color: #fff;
}
nav.navbar-default .navbar-collapse .navbar-nav {
	margin: 0;
}
nav.navbar-default .navbar-collapse .nav-sub {
	padding-bottom: 20px;
}
nav.navbar-default .navbar-collapse .navbar-nav > li {
	position: static;
	border-bottom: solid 3px #fff;
}
nav.navbar-default .navbar-collapse .nav-sub .language {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
nav.navbar-default .navbar-collapse .navbar-nav .child .title a p:first-of-type {
	display: none;
}
nav.navbar-default .navbar-collapse .navbar-nav .child .title a p:last-child {
	font-size: 14px;
	font-weight: normal;
}
nav.navbar-default.is-active.is-hide {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ai-bg a {
	padding: 30px 20px !important;
	font-size: 15px;
	font-weight: bold;
	color: #fff !important;
	background-color: #2593c9 !important;
}
.mlanguage {
	margin-top: 20px;
	text-align: center;
}
.mlanguage li {
	display: inline-block;
	margin: 0 18px;
}
.mlanguage li.active a {
	font-weight: bold;
}

.btn-blue {
	background-color: #32aae8;
	color: #fff;
}
.btn-blue-right {
	background: #32aae8 url(../images/common/icon-arrow-white.png) no-repeat right 20px top 50%;
	color: #fff;
}
.btn-border-gray,
.btn-border-gray-rev {
	position: relative;
	color: #333;
	border: 1px solid #c8c8c8;
	background-color: #fff;
}
.btn-down {
	background: #fff url(../images/common/icon-arrow-down-blue.png) no-repeat right 12px top 50%;
}
.btn-border-gray-rev {
	background: #fff url(../images/common/icon-arrow-rev-blue.png) no-repeat left 20px top 50%;
}
.btn-blue:hover,
.btn-blue-right:hover {
	opacity: 0.8;
	color: #fff;
}
.btn-border-gray:hover,
.btn-border-gray-rev:hover,
.blue {
	color: #00a9df;
}
.text-blue {
	color: #32aae8;
}
.language .show-dropdown span {
  font-size: 12px;
  float: right;
}
.banner .carousel-wrap {
	position: relative;
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
}
.banner .carousel-wrap .content:after {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}
.banner .carousel-wrap .content {
	position: relative;
	margin-left: -100%;
	display: flex;
	align-items: center;
	justify-content : center;
}
.banner .carousel-wrap .content,
.banner .carousel-wrap .picture {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.banner .carousel-wrap .content-inner {
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}
.banner .carousel-wrap .content-inner h1 {
	margin: 0;
	font-size: 20px;
}
.banner .carousel-wrap .content-inner h2 {
	margin: 4px 0 0 0;
	font-size: 21px;
}
.banner .carousel-wrap .picture {
	position: relative;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	z-index: -1;
}
section.content-img-box {
	padding: 60px 0;
	background: url(../images/index/data/banner/Mobile/1.webp) no-repeat;
	background-size: cover;
	color: #fff;
}
section.content-img-box h1 {
	margin-bottom: 40px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
section.content-img-box .row {
	display: flex;
	flex-wrap: wrap;
}
.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}
section.content-img-box dl {
	text-align: center;
}
section.content-img-box dd {
	position: relative;
	margin-top: 10px;
	justify-content: center;
}
section.content-img-box dd p {
	margin-bottom: 0;
}
section.content-img-box dd p + p {
	margin-left: 20px;
}
section.content-img-box dd span {
	position: absolute;
	transform: translate(50%, 0);
}
section.content-img-box dd b {
	font-size: 30px;
	line-height: 2.2;
}
section.content-img-box dd img {
	display: block;
	margin: 0 auto;
	height: 73px;
}
.justify-content-center {
	justify-content: center;
}

a.serif {
	overflow: hidden;
}
a.serif:after {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 320px;
	margin: -160px 0 0 -160px;
	border: 160px double rgba(255,255,255,0);
	border-radius: 50%;
}
a.serif:hover:after {
	border-width: 0;
	border-color: rgba(255,255,255,1);
	transition: .5s;
}
.home-brick {
	padding: 30px 0 60px 0;
}
.home-brick figure {
	position: relative;
	margin-bottom: 10px;
}
.home-brick figure img {
	border: 6px solid #fff;
}
.home-brick.bg-white figure img {
	border: 6px solid #e6e6e6
}
.home-brick figure .bi-box-arrow-up-right {
	position: absolute;
	top: 10px;
    right: 12px;
    color: #000;
}
.home-brick figure .bi-box-arrow-up-right.light {
	color: #e6e6e6;
}
.headline-contents,
.home-brick,
.global-wrap {
	background-color: #f1f1f1;
}
.home-brick.bg-white {
	background-color: #fff;
}
.global-wrap {
	margin-top: 100px;
}
.headline-contents .row {
	position: relative;
	top: 30px;
	z-index: 2;
}
.products-wrap,
.news-brick {
	padding: 60px 0;
	background-color: #fff;
}
.global-wrap .title,
.home-brick .title,
.news-brick .title,
.products-wrap .title {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
}
.global-wrap .title > span,
.home-brick .title > span,
.news-brick .title > span,
.products-wrap .title > span {
	position: relative;
	display: inline-block;
	padding: 0 1em;
	z-index: 1;
}
.products-wrap .title > span,
.news-brick .title > span {
	background-color: #fff;
}
.home-brick .title > span,
.global-wrap .title > span {
	background-color: #f1f1f1;
}
.home-brick.bg-white .title > span {
	background-color: #fff;
}
.global-wrap .title:after,
.home-brick .title:after,
.news-brick .title:after,
.products-wrap .title:after {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0.3em;
	left: 0;
	height: 1px;
	content: '';
	background-color: #444;
}
.home-brick li .image {
	margin-bottom: 28px;
}
.home-brick li .summary dt {
	margin: 13px 0 10px;
	font-size: 18px;
}
.home-brick li .summary .lead-text {
	margin: 13px 0 20px;
}
.home-brick li:last-child  {
	margin-bottom: 0;
}
.home-brick li .summary p {
	margin-bottom: 0;
	font-size: 15px;
	color: #000;
}
.home-brick li .summary dl {
	margin-bottom: 32px;
}
.home-brick li .summary dd a {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
    padding: 6px 20px;
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    text-decoration: none;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.home-brick li .summary dd a:hover {
	opacity: .5;
}
.home-brick li .summary dd .wrap p {
	display: inline-block;
}
.home-brick .indicate-wrap:first-child {
	margin-top: 0;
}
.home-brick .indicate-wrap {
	margin-top: 16px;
}
.home-brick .indicate-wrap a {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 96px;
	height: 100%;
	text-decoration: none;
	color: inherit;
	z-index: 1;
	transition-property: color;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.87,0,0.13,1);
}
.home-brick .indicate-wrap a::before,
.home-brick .indicate-wrap a::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f2f2f2;
	z-index: -1;
}
.home-brick .indicate-wrap a::after {
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.87,0,0.13,1);
	background-color: #00a9e0;
	transform: scaleX(0);
	transform-origin: right;
}
.home-brick .indicate-wrap span {
	padding: 10px 61px 10px 24px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.home-brick .indicate .glyphicon-menu-right {
	display: block;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	z-index: 1;
	will-change: opacity, transform;
}
.home-brick .indicate-wrap a:hover {
	color: #fff;
	transition-timing-function: cubic-bezier(0.16,1,0.3,1);
}
.home-brick .indicate-wrap a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
	transition-timing-function: cubic-bezier(0.16,1,0.3,1);
}
.news-brick .wrap {
	margin-bottom: 60px;
}
.news-brick .list-news,
.news-brick .news-list {
	margin: 0 0 40px 0;
}
.news-brick .list-news li {
	padding: 20px;
	border-bottom: 2px solid #ccc;
}
.news-brick .list-news li time {
	display: block;
	margin-bottom: 10px;
	color: #666;
	font-family: "Roboto Condensed", "Noto Sans JP", メイリオ, Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Helvetica, Verdana, sans-serif;
}
.news-brick .list-news li > p {
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-brick .list-news li > p a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.news-brick .list-news li > p a:hover {
	color: #068496;
}
.news-brick .list-news + p .more,
.news-brick .news-list + p .more {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}
.news-brick .list-news + p,
.news-brick .news-list + p {
	margin-bottom: 0;
}
.news-brick .list-news + p .more:hover,
.news-brick .news-list + p .more:hover {
	color: #eee;
	background-color: #555;
	text-decoration: none;
}
.news-brick .news-list {
	display: table;
	table-layout: fixed;
	width: 100%;
	line-height: 3rem;
}
.news-brick .news-list .news-item {
	display: table-row;
	width: 100%;
}
.news-brick .news-list .decoration {
	display: table-cell;
	width: 10%;
	position: relative;
	vertical-align: middle;
	text-align: center;
}
.news-brick .news-list .decoration:before,
.news-brick .news-list .decoration:after {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 1px;
	height: 50%;
	margin: auto;
	background-color: #ccc;
	content: "";
	z-index: -1;
}
.news-brick .news-item:nth-child(1) .decoration:before,
.news-brick .news-item:nth-last-child(1) .decoration:after {
	display: none;
}
.news-brick .decoration:before {
	top: 0;
}
.news-brick .decoration:after {
	bottom: 0;
}
.news-brick .news-list .news-circle {
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #666;
	background-color: #fff;
	vertical-align: middle;
}
.news-brick .news-list .solid-circle {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.3rem;
	overflow: hidden;
	background-color: #666;
	border-radius: 50%;
}
.news-brick .news-item:hover .solid-circle {
	background: #dc0000;
}
.news-brick .news-list .news-box {
	position: relative;
	display: table-cell;
	width: 80%;
	padding: 16px 0 16px 15px;
	color: #000;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 3rem;
}
.news-brick .news-item:hover .news-box {
	background-color: #dc0000;
	color: #fff;
}
.news-brick .news-item:hover .news-box:before {
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 10px solid transparent;
	border-right: 10px solid #dc0000;
	border-bottom: 10px solid transparent;
	content: "";
}
.news-brick .news-item:hover .news-box a,
.news-brick .news-item:hover .news-box time {
	color: #fff;
}
.news-brick .news-list .news-box a {
	display: block;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-brick .news-list .news-box a strong {
	display: block;
}
.news-brick .news-list .news-box time {
	color: #666;
	line-height: 2rem;
	font-size: 14px;
}
.news-brick .news-list .news-box time .iconfont,
.section-wrap .news-title .iconfont,
section.exhi .archive article a dl .iconfont {
	display: inline-block;
	margin-top: -4px;
	margin-right: 4px;
	font-size: 14px;
}
section.exhi .archive article a dl .myicon-riqi {
	margin-left: 10px;
}
.news-brick .news-list .news-box time .myicon-riqi,
.section-wrap .news-title .myicon-riqi {
	margin-left: 18px;
}
.products-wrap .goods-item {
	margin-bottom: 20px;
	padding: 0 10px;
}
.products-wrap .goods-item a {
	color: #000;
	text-decoration: none;
}
.products-wrap .product-card {
	background-color: #f1f1f1;
	-webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.products-wrap .product-card .summary {
	padding: 30px;
}
.products-wrap .product-card .summary h3 {
	margin: 0 0 14px 0;
	font-size: 18px;
	font-weight: bold;
}
.products-wrap .product-card .summary p {
	margin-bottom: 0;
}
.global-wrap {
	padding: 30px 0 80px 0;
}
.global-wrap a {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.global-wrap .imgbox {
	overflow: hidden;
	position: relative;
	height: auto;
}
.global-wrap .imgbox img {
	width: 100%;
	height: auto;
	transition: all 200ms linear;
	-ms-transform-origin: top left;
	transform-origin: top left;
	vertical-align: bottom;
}
.global-wrap a:hover .imgbox img {
	-ms-transform: scale(1.085, 1.085);
	transform: scale(1.085, 1.085);
}
.global-wrap .text-box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transition: color 200ms linear;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.global-wrap .text-box h4,
.global-wrap .text-box h5 {
	color: #fff;
}
.global-wrap .text-box img {
	height: 16px;
}
@-webkit-keyframes CoverLtoR {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(101%);
		transform: translateX(101%);
	}
}

@keyframes CoverLtoR {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(101%);
		transform: translateX(101%);
	}
}

@-webkit-keyframes CoverRtoL {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-101%);
		transform: translateX(-101%);
	}
}

@keyframes CoverRtoL {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-101%);
		transform: translateX(-101%);
	}
}
section.index-news .btn-wrap .btn-prm,
section.contact .btn-wrap .btn-prm {
	width: auto;
	margin: 0;
	padding: 16px 80px;
}
section.contact .btn-wrap .btn-prm {
	margin-top: 10px;
	padding: 16px 60px;
}
section.contact .wrap {
	margin: 0 auto;
	padding: 40px 0 48px 0;
	width: 81.25%;
	text-align: center;
}
section.contact .wrap h4 {
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: bold;
	color: #2593c9;
	line-height: 1.5;
}
section.contact .wrap p {
	margin: 0;
	font-size: 14px;
}
section.contact .wrap p strong {
	margin: 0;
	font-size: 16px;
}

.about,
.product,
.recruit,
.company,
.contacts,
.strength {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.about {
	background-image: url(../images/about/about.jpg);
	background-position: top center;
	background-size: 120%;
}
.product {
	background-image: url(../images/product/1.jpg);
}
.strength {
	background-image: url(../images/strength/Mobile/1.jpg);
}
.recruit {
	background-image: url(../images/recruit/Mobile/1.png);
}
.company {
	background-image: url(../images/company/Mobile/1.jpg);
}
.contacts {
	background-image: url(../images/contact/Mobile/1.jpg);
}
.pht-main.about-wrap {
	background-color: #f0f1f3;
}
.pht-main.product-wrap {
	background-color: #ececec;
}
.pht-main.wrap {
	background-color: #f0f1f3;
}
.pht-main .container .title {
	padding: 80px 0 130px 0;
}
.pht-main .title h1,
header.newsroom h1 {
	margin: 0 0 10px 0;
	font-size: 30px;
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
	color: #2593c9;
	line-height: 1;
}
.pht-main .title p,
header.newsroom p {
	margin: 0;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
	color: #0f0f0f;
	line-height: 1;
}
.company .title h1,
.contacts .title h1,
.strength .title h1,
.strength .title p {
	color: #fff;
	text-shadow: 1px 1px 10px #666;
}
.pht-main .container .row {
	margin-top: -40px;
	padding-bottom: 40px;
}
.product-wrap .container > .wrap {
	margin-top: -50px;
}
.product-wrap .container .nav-tabs {
	display: block;
	margin-bottom: 20px;
	border: none;
}
.product-wrap .container .nav-tabs li {
	margin: 0;
	width: 100%;
}
.product-wrap .nav-tabs > li > a {
	padding: 0;
	height: 50px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #2593c9;
	background-color: #fff;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.product-wrap .nav-tabs > li > a:hover {
	border: none;
}
.product-wrap .nav-tabs > li.active > a {
	color: #fff;
	background-color: #2593c9;
	border: none;
}
.product-wrap .container .row {
	margin-top: 0;
}
.pht-main .card a {
	position: relative;
	display: block;
	margin-bottom: 16px;
	padding: 60px 0;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	border-radius: 4px;
}
.pht-main .card a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: solid 4px transparent;
	border-radius: 4px;
	content: "";
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: border-color;
}
.pht-main .card a:hover:after {
	border-color: #2593c9;
}
.pht-main .card a p {
	font-size: 14px;
	font-weight: bold;
	font-family: "Open Sans",sans-serif;
	color: #2593c9;
}
.pht-main .card a h2 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #0f0f0f;
}

header.lower {
	padding: 52px 0;
}
header.lower nav {
	margin: 0 auto;
	width: 100%;
	border-radius: 17px;
	background-color: #333;
}
header.lower nav > a {
	display: block;
	padding: 8px 5.5556%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 1.2857;
}
header.lower nav.is-active > a:after,
.lower + .main section .wrap .tab-menu.is-active h3:after,
section.index-news .tab-menu.is-active .tab-menu_title h3:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
header.lower nav > a:after {
	background: url(../images/ico/arw-white.svg) no-repeat center;
}
.lower + .main section .wrap .tab-menu_title h3:after,
section.index-news .tab-menu .tab-menu_title h3:after {
	background: url(../images/ico/arw-primary.svg) no-repeat center;
}
header.lower nav > a:after,
.lower + .main section .wrap .tab-menu_title h3:after,
section.index-news .tab-menu .tab-menu_title h3:after {
	display: inline-block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	background-size: contain;
	content: "";
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
section.index-news .tab-menu .tab-menu_title h3:after {
	height: 14px;
}
header.lower ul {
	position: relative;
	display: none;
	padding: 16px 0;
	text-align: center;
	list-style: none;
}
header.lower ul:after {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 88.8889%;
	height: 2px;
	background-color: #7f7f7f;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
header.lower ul li {
	display: block;
	text-align: center;
}
header.lower ul a {
	display: block;
	padding: 4px 5.5556%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
header.lower .title,
header.lower .tit,
header.lower .head {
	font-weight: bold;
	text-align: center;
}
header.lower .title {
	margin-top: 20px;
}
header.lower .title p,
header.lower .tit p,
header.lower .head p {
	font-size: 14px;
	color: #2593c9;
}
header.lower .title h1,
header.lower .tit h1,
header.lower .head h1 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
}
.lower + .main {
	padding: 40px 0;
	background-color: #f0f1f3;
}
.lower + .main section:last-child {
	margin-bottom: 0;
}
.lower + .main section {
	margin: 0 auto 2.5rem;
	padding: 16px 15px;
	width: 91.6667%;
	border-radius: 5px;
    background-color: #fff;
}
.lower + .main section.pro-item {
	margin: 0 auto;
}
.lower + .main section .wrap {
	margin: 32px 0;
}
.lower + .main section .wrap .box {
	margin-bottom: 20px;
}
.map-wrap {
	position: relative;
	padding: 30px 0;
	background-color: #202532;
}
.map-wrap .title {
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.map-wrap .dec {
	margin: 20px 0 40px;
	color: #9599a8;
	font-size: 14px;  
	text-align: center;
}
.map-wrap .container {
	position: relative;
}
@-webkit-keyframes line1Change {
	0% {
		height:0
	}
	to {
		height:28px
	}
}
@keyframes line1Change {
	0% {
		height:0
	}
	to {
		height:28px
	}
}
@-webkit-keyframes line2Change {
	0% {
		width:0
	}
	to {
		width:20px
	}
}
@keyframes line2Change {
	0% {
		width:0
	}
	to {
		width:20px
	}
}
@-webkit-keyframes contentChange {
	0% {
		visibility:hidden;
		opacity:0
	}
	to {
		visibility:visible;
		opacity:1
	}
}
@keyframes contentChange {
	0% {
		visibility:hidden;
		opacity:0
	}
	to {
		visibility:visible;
		opacity:1
	}
}

.point-area,
.point-area,
.point-area,
.point-area {
	position: absolute;
	width: 20px;
	height: 12px;
}
.point-area.China {
	left: 265px;
	top: 40px;
}
.point-area.Korea {
	left: 278px;
	top: 36px;
}
.point-area.Japan {
	left: 286px;
	top: 37px;
}
.point-area.Taiwan {
	left: 281px;
	top: 42px;
}
.point-area.USA {
	left: 64px;
	top: 33px;
}
.point-area:hover .map-tips {
	display: block;
}
.point-area:hover .pointer-blue,
.point-area:hover .pointer-red {
	-webkit-animation:contentChange .2s linear 0s 1 forwards;
	animation:contentChange .2s linear 0s 1 forwards
}
.point-area:hover .line1-blue,
.point-area:hover .line1-red {
	-webkit-animation:line1Change .3s linear .2s 1 forwards;
	animation:line1Change .3s linear .2s 1 forwards
}
.point-area:hover .line2-blue,
.point-area:hover .line2-red {
	-webkit-animation:line2Change .3s linear .5s 1 forwards;
	animation:line2Change .3s linear .5s 1 forwards
}
.point-area:hover .map-tip-blue,
.point-area:hover .map-tip-red {
	-webkit-animation:contentChange .4s linear .8s 1 forwards;
	animation:contentChange .4s linear .8s 1 forwards;
}
.point-blue,
.point-red {
	position: absolute;
	top: -13px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 10px;
	cursor: pointer;
}
.point-blue {
	background-image: url(../images/company/info/mapPointIcoBlue.png);
	background-size:contain;
	background-repeat: no-repeat;
}
.point-red {
	background-image: url(../images/company/info/mapPointIcoRed.png);
	background-size:contain;
	background-repeat: no-repeat;
}

@-webkit-keyframes ripple {
	0% {
		opacity:0;
		-webkit-transform:scale(.1);
		transform:scale(.1)
	}
	5% {
		opacity:1
	}
	to {
		opacity:0;
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@keyframes ripple {
	0% {
		opacity:0;
		-webkit-transform:scale(.1);
		transform:scale(.1)
	}
	5% {
		opacity:1
	}
	to {
		opacity:0;
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}

.point-10,
.point-30,
.point-80,
.point-100 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background-clip: padding-box;
	background: transparent;
	cursor: pointer;
}
.point-10:after,
.point-30:after,
.point-80:after,
.point-100:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%/50%;
	border: 5px solid #4affff;
	opacity: 0;
}
.point-10:after {
	-webkit-animation: ripple 4.5s ease-out 225ms infinite;
	animation: ripple 4.5s ease-out 225ms infinite;
}
.point-30:after {
	-webkit-animation: ripple 4.5s ease-out 675ms infinite;
	animation: ripple 4.5s ease-out 675ms infinite;
}
.point-80:after {
	-webkit-animation: ripple 4.5s ease-out 1.8s infinite;
	animation: ripple 4.5s ease-out 1.8s infinite;
}
.point-100:after {
	-webkit-animation: ripple 4.5s ease-out 2.25s infinite;
	animation: ripple 4.5s ease-out 2.25s infinite;
}
.map-tips {
	position: relative;
	display: none;
	margin-top: -143px;
	margin-left: 11px;
	width: 400px;
	height: 150px;
}
.map-tips .pointer-blue,
.map-tips .pointer-red {
	position: absolute;
	left: -3px;
	bottom: 5px;
	width: 2px;
	height: 2px;
	border-radius: 10px;
}
.map-tips .pointer-blue {
	background: #10b5e0;
}
.map-tips .pointer-red {
	background: #be4980;
}
.map-tips .line1-blue,
.map-tips .line1-red {
	position: absolute;
	left: -2px;
	bottom: 7px;
	width: 1px;
	height: 0;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.map-tips .line1-blue,
.map-tips .line2-blue {
	background: #10b5e0;
}
.map-tips .line1-red,
.map-tips .line2-red {
	background: #be4980;
}
.map-tips .line2-blue,
.map-tips .line2-red {
	position: absolute;
	left: 18px;
	bottom: 26px;
	width: 0;
	height: 1px;
}
.map-tips .map-tip-blue,
.map-tips .map-tip-red {
	position: absolute;
	bottom: 28px;
	left: 37px;
	padding: 2px 4px;
	font-size: 10px;
	color: #fff;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	visibility: hidden;
}
.map-tips .map-tip-blue {
	background: -webkit-gradient(linear,left top,right top,from(rgba(16,178,224,.8)),to(rgba(47,142,255,.8)));
	background: linear-gradient(90deg,rgba(16,178,224,.8),rgba(47,142,255,.8));
}
.map-tips .map-tip-red {
	background: -webkit-gradient(linear,left top,right top,from(rgba(193,152,152,.8)),to(rgba(186,56,124,.8)));
	background: linear-gradient(90deg,rgba(193,152,152,.8),rgba(186,56,124,.8));
}
.map-area {
	position: absolute;
	top: 420px;
	left: 50%;
	font-size: 16px;
	color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
	z-index: 1;
}
.map-text {
	float: left;
	margin-right: 20px;
}
.map-text:last-of-type {
	margin-right: 0;
}
.map-text .imgBox {
	float: left;
	width: 24px;
	height: 30px;
}
.map-text .textBox {
	float: left;
	color: #fff;
	padding-left: 8px;
	line-height: 30px;
}

.catalog .main section .wrap {
	margin-bottom: 17px;
}
.privacy .lower + .main section .wrap p,
.privacy .lower + .main section .wrap ol,
.privacy .lower + .main section .wrap strong {
	line-height: 2;
}
.privacy .lower + .main section .wrap strong {
	display: block;
}
.privacy .lower + .main section .wrap ol {
	padding-left: 40px;
}
.process .lower + .main section > .wrap h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.375;
}
.process .tree ul {
	list-style: none;
}
.process .tree ul li {
	position: relative;
	margin-right: 0;
	margin-left: 0;
	padding: 16px 0 0 36px;
	border: none;
}
.process .tree ul li .media-object {
	width: auto;
}
.process .tree ul li .media-body {
	width: auto;
}
.process .tree ul li .num {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	top: 14px;
	bottom: auto;
	left: 0;
	width: 24px;
	height: 24px;
	padding-left: 0;
	text-align: center;
	color: #333;
	border: 2px solid #333;
	border-radius: 100%;
	background: none;
}
.process .tree ul li .media {
	display: flex;
	padding: 0 0 15px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.process .tree ul li .media-left {
	display: block;
	padding-right: 0;
}
.process .tree ul li .media-heading {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}
.lower + .main section .wrap .lv2 {
	position: relative;
	margin: 0;
	padding: 20px 0 24px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.lower + .main section .wrap .lv2:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 40px;
	height: 3px;
	background-color: #2593c9;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lower + .main section .wrap figure h4 {
	font-size: 14px;
	font-weight: bold;
}
.lower + .main section .section h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.philosophy .main section .wrap .title {
	font-weight: bold;
	text-align: center;
}
.philosophy .main section .wrap .title p {
	margin: 0;
}
.philosophy .main section .wrap .title h1 {
	margin: 0;
	font-size: 32px;
	font-weight: bold;
	color: #2593c9;
	line-height: 1.2941;
}
.philosophy .main section .wrap .wrap {
	text-align: center;
}
.philosophy .main section .wrap h2 {
	display: inline-block;
	margin: 0;
	padding: 16px 30px;
	font-size: 17px;
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
	border: solid 6px #f0f1f3;
	border-radius: 50px;
	line-height: 1.5;
}
.philosophy .main section .wrap .text p {
	line-height: 2;
}
.philosophy .main section .wrap .text p br {
	display: none;
}

.concept section {
	border-top: solid 2px #f0f1f3;
}
.concept section .container {
	padding: 60px 15px;
}
.concept section .text-wrap .head {
	position: relative;
	margin-bottom: 40px;
	padding-top: 11px;
}
.concept section .text-wrap .head:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 3px;
	background-color: #2593c9;
	content: "";
}
.concept section .text-wrap .head h2 {
	margin: 0;
	font-weight: bold;
	color: #2593c9;
}
.concept section .text-wrap .head p {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #2593c9;
}
.concept section .text-wrap .head + p,
.concept section .sec .text-wrap p {
	margin: 16px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}
.concept section .sec {
	margin-top: 32px;
}

.pht-contents {
	padding: 40px 0;
	background-color: #f0f1f3;
}
.pht-contents .container {
	background-color: #fff;
}
.pht-contents .title {
	margin-bottom: 20px;
}
.pht-contents .title:after {
	width: 100%;
	content: "";
	display: block;
	height: 3px;
	background-color: #f0f0f0;
	background-image: -webkit-linear-gradient(left, #00a9df, #78bd1f);
	background-image: -moz-linear-gradient(left, #00a9df, #78bd1f);
	background-image: -o-linear-gradient(left, #00a9df, #78bd1f);
	background-image: -ms-linear-gradient(left, #00a9df, #78bd1f);
	background-image: linear-gradient(to right, #00a9df, #78bd1f);
	margin-top: 14px;
}
.pht-contents .title h1 {
	margin: 0;
	padding-top: 40px;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.5;
}
.lower + .main section .wrap .table caption {
	text-align: center;
	font-weight: bold;
	color: #333;
}
.lower + .main section .wrap .table thead th {
	background-color: #f7f7f7;
	border-top: 2px solid #333;
}
.lower + .main section .wrap .table tbody th, 
.lower + .main section .wrap .table tbody td {
	border-bottom: 1px solid #ddd;
}
.lower + .main section.business .wrap .table {
	border-top: 2px solid #333;
}
.lower + .main section .wrap .tab-menu {
	position: relative;
	margin-bottom: 6.66667vw;
	text-align: center;
	background: #f7f7f7;
}
.lower + .main section .wrap .tab-menu_title {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.lower + .main section .wrap .tab-menu_title h3,
section.index-news .tab-menu .tab-menu_title h3 {
	position: relative;
	display: block;
	margin: 0;
	padding: 16px 12px;
	vertical-align: middle;
	border: 1px solid #dadada;
	border-bottom: 2px solid #2593c9;
	font-size: 16px;
	font-weight: bold;
	color: #2593c9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
section.index-news .tab-menu .tab-menu_title h3 {
	font-size: 20px;
}
section.index-news .tab-content .wrap {
	padding: 40px 0 50px;
	background: -webkit-linear-gradient(
	45deg
	,transparent 20px,#fff 0),-webkit-linear-gradient(
	135deg
	,transparent 20px,#fff 0),-webkit-linear-gradient(
	225deg
	,transparent 20px,#fff 0),-webkit-linear-gradient(
	315deg
	,transparent 20px,#fff 0);
	background: -moz-linear-gradient(45deg,transparent 20px,#fff 20px),-moz-linear-gradient(135deg,transparent 20px,#fff 20px),-moz-linear-gradient(225deg,transparent 20px,#fff 20px),-moz-linear-gradient(315deg,transparent 20px,#fff 20px);
	background: -o-linear-gradient(45deg,transparent 20px,#fff 20px),-o-linear-gradient(135deg,transparent 20px,#fff 20px),-o-linear-gradient(225deg,transparent 20px,#fff 20px),-o-linear-gradient(315deg,transparent 20px,#fff 20px);
	background: -ms-linear-gradient(45deg,transparent 20px,#fff 20px),-ms-linear-gradient(135deg,transparent 20px,#fff 20px),-ms-linear-gradient(225deg,transparent 20px,#fff 20px),-ms-linear-gradient(315deg,transparent 20px,#fff 20px);
	background-position: 0 100%,100% 100%,100% 0,0 0;
	background-size: 51% 51%;
	background-repeat: no-repeat;
}
.lower + .main section .wrap ul.tab-menu_list {
	position: absolute;
	display: none;
	padding: 10px 0;
	width: 100%;
	list-style: none;
	font-weight: bold;
	text-align: center;
	table-layout: fixed;
	background: #f7f7f7;
	border-collapse: collapse;
	border: 1px solid #dadada;
}
.lower + .main section .wrap ul.tab-menu_list li,
section.index-news .tab-menu .tab-menu_list li  {
	display: table;
	padding: 0;
	width: 100%;
}
.lower + .main section .wrap ul.tab-menu_list li a,
section.index-news .tab-menu .tab-menu_list li a {
	display: block;
	padding: 6px 0;
	color: #363636;
	text-decoration: none;
}
.pht-contents .text-wrap p {
	margin: 0;
	font-size: 1.4rem;
    line-height: 1.6;
}
.pht-contents .text-wrap h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #00a9df;
	line-height: 1.5;
}
section.detail {
	margin-top: 40px;
}
section.detail:before {
	content: "";
	display: block;
	height: 3px;
	background-color: #b8a882;
	background-image: -webkit-linear-gradient(left, #00a9df, #78bd1f);
	background-image: -moz-linear-gradient(left, #00a9df, #78bd1f);
	background-image: -o-linear-gradient(left, #00a9df, #78bd1f);
	background-image: -ms-linear-gradient(left, #00a9df, #78bd1f);
	background-image: linear-gradient(to right, #00a9df, #78bd1f);
}
section.detail .item {
	padding: 10px 0 0 0;
}
section.detail .item .list-wrap {
	position: relative;
	overflow: hidden;
	height: 115px;
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	transition: height .2s;
}
section.detail .item.is-open .list-wrap {
	height: auto;
}
section.detail .item .list-wrap:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 115px;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.57) 51%, #fdfdfd 90%, white 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(246, 246, 246, 0.57)), color-stop(90%, #fdfdfd), color-stop(100%, white));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.57) 51%, #fdfdfd 90%, white 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.57) 51%, #fdfdfd 90%, white 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.57) 51%, #fdfdfd 90%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.57) 51%, #fdfdfd 90%, white 100%);
}
section.detail .item.is-open .list-wrap:after {
	display: none;
}
section.detail .item h2 {
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #2593c9;
	line-height: 1.4;
}
section.detail .item > .wrap {
	margin: 0 auto;
}
section.detail .item > .wrap img {
	display: block;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	width: 80%;
}
section.detail .item .list {
	padding: 0 0 20px 0;
}
section.detail .item .row h3 {
	margin: 0;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
}
section.detail .item .list span,
section.detail .item .list strong {
	display: block;
	font-size: 14px;
}
section.detail .item .list strong {
	padding-top: 14px;
}
section.detail .item .list + .list {
	border-top: 1px solid #8f8f8f;
}
section.detail .item .detail-wrap .wrap + .wrap {
	border-top: 1px solid #8f8f8f;
}
section.detail .item .list .wrap p {
	margin-bottom: 6px;
}
section.detail .item .list .wrap p:first-of-type,
section.detail .item .list ul,
section.detail .item .list dl,
section.detail .item .list ol,
section.detail .item .list video {
	padding-top: 14px;
}
section.detail .item .list dl {
	margin-bottom: 0;
}
section.detail .item .list dl dt {
	margin: 10px 0 0 0; 
	font-size: 15px;
}
section.detail .item .list dl dt:first-of-type {
	margin-top: 0;
}
section.detail .item .list ul {
	margin-left: 20px;
}
section.detail .item .btn-toggle {
	display: block;
	padding: 20px;
	font-size: 1.6rem;
	text-align: center;
}
section.detail .item .btn-toggle:before {
	content: attr(data-label-open);
}
section.detail .item.is-open .btn-toggle:before {
	content: attr(data-label-close);
}
section.detail .table-scroll {
	padding-bottom: 20px;
	overflow: auto;
}
section.detail .table-scroll::-webkit-scrollbar {
	height: 20px;
}
section.detail .table-scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
section.detail .table-scroll::-webkit-scrollbar-thumb {
	background: url(../images/product/ico/icon-arrow-white-large.png) right 7px top 5px no-repeat, url(../images/product/ico/icon-arrow-white-large-rev.png) left 7px top 5px no-repeat;
	background-color: #2593c9;
	background-size: 7px auto;
	border-radius: 10px;
}
section.detail .table-scroll table {
	/*min-width: 750px;*/
	table-layout: fixed;
	border-collapse: collapse;
}
section.detail .table-scroll table img {
	max-width: 150px;
}
section.detail .table-scroll table .border-none th,
section.detail .table-scroll table .border-none td {
	background: none;
	border: none;
}
section.detail .table-scroll table thead th,
section.detail .table-container table thead th {
	background: #32aae8;
	color: #fff;
}
section.detail .table-scroll table th {
	background: #f0f0f0;
	border: 1px solid #d2d2d2;
}
section.detail .table-scroll table td,
section.detail .table-container table thead th {
	border: 1px solid #d2d2d2;
}
section.detail .table-scroll table th {
	text-align: center;
}
section.detail .table-scroll table th,
section.detail .table-scroll table td {
	padding: 10px;
}
section.detail .item .list h4 {
	margin: 20px 0 -10px 0;
	font-size: 16px;
	font-weight: bold;
}
section.detail .item .list + h3 {
	position: relative;
	font-size: 1.8rem;
}
section.detail .item .list + h3:after {
	content: "";
	display: block;
	height: 3px;
	background-color: #f0f0f0;
	margin-top: 10px;
}
section.detail .item .list + h3:before {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background-color: #00a9df;
	position: absolute;
	left: 0;
	bottom: 0;
}
section.detail .item .table-scroll td p {
	margin: 0 0 0 30px;
	text-align: left;
} 

.equipment-wrap {
	background-color: #f0f1f3;
}
.main-contents .contents {
	margin: 0 10px;
	padding: 40px 10px 0;
	text-align: center;
	background-color: #fff;
}
.main-contents .contents dl {
	margin-bottom: 0;
}
.main-contents .contents dt {
	padding: 0 0 10px 0;
	font-size: 22px;
}
.main-contents .contents dd.text {
	padding: 0 20px;
	font-weight: 600;
	line-height: 1.625;
}
.main-contents .contents dd.cont {
	padding: 16px 12px 0 12px;
}
.main-contents .contents dd.cont ol li {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 38px;
	background: #f1f4f7;
	vertical-align: top;
}
.main-contents .contents dd.cont ol li:not(:first-child) {
	margin-top: 2px;
}
.main-contents .contents dd.cont ol li:before,
.main-contents .contents dd.cont ol li:after {
	display: none;
}
.main-contents .contents dd.cont ol li a,
.main-contents .contents dd.cont ol li span {
	font-weight: bold;
	color: #333;
}
.main-contents .contents dd.cont ol li a,
.main-contents .contents dd.cont ol li span {
	position: relative;
	text-decoration: none;
	line-height: 1;
	transition: all 0.2s ease-out;
}
.main-contents .contents dd.cont ol li a br,
.main-contents .contents dd.cont ol li span br {
	display: none;
}
.main-contents .contents dd.cont ol li a:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: 16px;
	bottom: 16px;
	border-style: solid;
	border-width: 4px 5px 0 5px;
	border-color: #2593c9 transparent transparent transparent;
	transition: all 0.2s ease-out;
}
.main-contents .contents dd.cont ol li a:hover:after {
	bottom: 4px;
}
.main-contents .contents dd.cont ol li i {
	position: absolute;
	top: 7px;
	left: 10px;
	display: block;
	padding: 5px 6px 3px 6px;
	background: #2593c9;
	color: #fff;
	font-size: 18px;
	font-family: Bahnschrift;
	font-style: normal;
	line-height: 1;
}
.main-contents .contents dd.cont ol li a,
.main-contents .contents dd.cont ol li span {
	display: flex;
	height: 100%;
	font-size: 16px;
	text-align: center;
	align-items: center;
	padding: 0 27px 0 52px;
	font-feature-settings: "palt";
}
.main-contents {
	padding: 40px 0;
	background-color: #f0f1f3;
}
.main-contents section {
	margin: 0 10px;
	padding: 16px 10px;
	background-color: #fff;
	border-radius: 5px;
}
.main-contents section h2 {
	position: relative;
	padding: 24px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.main-contents section h2:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 40px;
	height: 3px;
	background-color: #2593c9;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main-contents section ul {
	margin: 16px 0;
	list-style-type: none;
}
.main-contents section ul li {
	position: relative;
	padding: 50px 10px 35px 10px;
	border: 6px solid #f0f1f3;
}
.main-contents section li .steps {
	position: absolute;
	top: -21px;
	right: 0;
	left: 0;
	display: block;
	margin: auto;
	padding: 8px 0 8px;
	width: 110px;
	font-weight: bold;
	font-weight: 600;
	font-size: 18px;
	font-family: "Open Sans",sans-serif;
	text-align: center;
	background-color: #fff;
	color: #2593c9;
	line-height: 1;
	border: 3px solid #2593c9;
	border-radius: 30px;
}
.main-contents section li h3 {
	margin-top: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.main-contents section li strong {
	display: block;
	font-size: 18px;
	text-align: center;
	color: #2593c9;
}
.main-contents section li p {
	margin: 30px 0 0 0;
	font-size: 16px;
	line-height: 2;
}

.youkou .main section .wrap figure {
	padding: 30px 10px;
	background-color: #f7f7f7;
}
.main section .wrap > .item-title {
	position: relative;
	margin: 0 0 24px;
	padding: 0 0 11px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.story .main section .wrap > .item-title small {
	display: block;
}
.main section .wrap > .item-title:before {
	width: 100%;
	background-color: #d7d7d7;
}
.main section .wrap > .item-title:after {
	width: 40px;
    background-color: #2593c9;
}
.main section .wrap > .item-title:before,
.main section .wrap > .item-title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 2px;
	content: "";
}
.youkou .main section .wrap dl dt {
	font-size: 16px;
	line-height: 2;
}
.youkou .main section .wrap dl dd {
	line-height: 2;
}
.youkou .main section .wrap figure {
	margin-bottom: 20px;
}
.youkou .main section .wrap figure ul {
	list-style-type: none;
}
.youkou .main section .wrap figure li {
	position: relative;
	margin-bottom: 10px;
	padding: 40px 20px;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-box-shadow:0px 5px 5px -3px #dedede;
	-webkit-box-shadow:0px 5px 5px -3px #dedede;
	box-shadow:0px 5px 5px -3px #dedede;
}
.youkou .main section .wrap figure li i:before {
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	margin-left: -18px;
	padding: 10px;
	border: solid #333;
	border-width: 0 6px 6px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: "";
	z-index: 1;
}
.youkou .main section .wrap figure li:last-child i:before {
	display: none;
}
.youkou .main section .wrap figure li .txt {
	margin-left: 20px;
}
.youkou .main section .wrap figure li img {
	width: auto;
	height: 50px;
}
.youkou .main section .wrap figure li h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.youkou .main section .wrap figure li span {
	font-weight: bold;
	color: #2593c9;
}

.info .main section .wrap table,
.info .main section .wrap table tbody,
.access .main section .wrap table,
.access .main section .wrap table tbody {
	display: block;
}
.info .main section .wrap table tr,
.access .main section .wrap table tr {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	border-bottom: solid 2px #d7d7d7;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info .main section .wrap table tr:first-of-type th,
.info .main section .wrap table tr:first-of-type td {
	padding-top: 0;
}
.info .main section .wrap table tr th,
.info .main section .wrap table tr td,
.access .main section .wrap table tr th,
.access .main section .wrap table tr td {
	display: block;
	width: 100%;
	line-height: 1.5714;
}
.info .main section .wrap table tr th,
.access .main section .wrap table tr th {
	padding: 24px 0 0 0;
}
.info .main section .wrap table tr td,
.access .main section .wrap table tr td {
	padding: 8px 0 24px 0;
}
.access .main section .wrap table tr p {
	margin: 0;
}
.main section .wrap table dl {
	margin-bottom: 0;
}
.main section .wrap table dl.dlst-flex {
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main section .wrap table dt,
.main section .wrap table dd,
.main section .wrap table td ul li {
	padding: 4px 0;
}
.main section .wrap table dl.dlst-flex dt,
.main section .wrap table dl.dlst-flex dd {
	width: 100%;
}
.main section .wrap table td ul {
	list-style-type: none;
}

.main section .wrap > dl.box {
	position: relative;
}
.main section .wrap > dl.box:last-child {
	margin-bottom: 0;
}
.main section .wrap > dl.box > dt {
	text-align: left;
	padding: 10px;
	background: rgba(0, 0, 0, 0.15);
	letter-spacing: .04em;
	line-height: 1.2;
}
.main section .wrap > dl.box > dd {
	padding: 10px;
}
.main section .wrap > dl.box dd > dl.dlst-flex {
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main section .wrap > dl.box dd > dl.dlst-flex dd {
	width: 60%;
}
.main section .wrap > dl.box dd > dl {
	margin-bottom: 0;
}
.main section .wrap > dl.box dd > dl dt:not(:first-child) {
	margin-top: 10px;
}
.main section .wrap > dl.box dd > dl.dlst-flex dt {
	margin-top: 0;
	width: 40%;
	text-align: left;
}

.section-hero {
	position: relative;
	min-height: auto;
}
.section-content {
	margin: 0 auto;
	width: auto;
}
.section-hero .image-hero-container {
	position: static;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#fafafa));
	background: -webkit-linear-gradient(top, #eaeaea 0%, #fafafa 100%);
	background: linear-gradient(to bottom, #eaeaea 0%, #fafafa 100%);
}
.section-hero .image-hero-container .image-hero {
	position: static;
	width: auto;
	height: 220px;
	margin: 0 auto;
	background-image: url(../images/company/hqm.png);
	background-size: 292px 220px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	-webkit-transform: none;
	transform: none;
}
.section-hero .headlines {
	position: relative;
	margin: 0 auto;
	width: 87.5%;
}
.section-hero .headlines h1 small {
	margin-left: 10px;
}
.section-hero .headlines h1,
.section-hero .headlines h2 {
	margin: 0;
}
.section-hero .headlines h1 {
	margin-bottom: 10px;
	font-size: 28px;
	font-family: "Noto Sans Japanese";
}
.section-hero .headlines h2 {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 300;
}
.section-bio {
	padding-bottom: 50px;
}
.section-content {
	margin: 0 auto;
	width: 87.5%;
}
.section-bio .col-md-6 {
	padding: 0;
}

.team .lower + .main section h1 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.team .lower + .main section h1 small {
	margin-top: 4px;
	display: block;
}
.team .lower + .main section h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
}
.team .lower + .main section dl {
	margin-bottom: 10px;
}
.team .lower + .main section ul {
	margin: 0 0 10px 20px;
}
.team .lower + .main section dl dt {
	margin-bottom: 4px;
}

.story .main section .wrap > h2 {
	margin: 0 0 20px;
	font-size: 20px;
}
.story .main section .wrap .table {
	margin-top: 10px;
}
.story .main section .wrap .table th,
.story .main section .wrap .table td {
	display: block;
}
.story .main section .wrap .table th {
	text-align: center;
}
.story .main section .wrap .table td p {
	display: inline-block;
	margin: 0;
}
.story .main section .wrap .table td p:last-child {
	margin: 0 0 0 4px;
}

.security .main section .wrap h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.security .main section .wrap figure + p {
	margin-top: 20px;
	font-size: 12px;
}

.wrap-map iframe {
	min-height: 400px;
}
.access table + .section .map-item {
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	justify-content: space-between;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.access table + .section .map a,
section.detail .item .row a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	width: 160px;
	text-decoration: none;
	border: none;
	border: solid 2px #2593c9;
	border-radius: 30px;
	background-color: #2593c9;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1.7143;
	cursor: pointer;
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: background-color,color;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	justify-content: center;
	align-items: center;
}
section.detail .item .row a {
	padding: 4px 0;
}
.access table + .section .map a:hover,
section.detail .item .row a:hover {
	background-color: #fff;
	color: #2593c9;
}
.access table + .section .map a .glyphicon {
	margin-right: 4px;
}

.contact section .wrap .box > p,
.partner section .wrap > h3 + p {
	margin-bottom: 0;
	line-height: 1.5;
}
.contact section .wrap .box > h2,
.partner section .wrap .box > h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #2593c9;
	letter-spacing: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact section .wrap .box > h2:before,
.contact section .wrap .box > h2:after,
.partner section .wrap .box > h2:before,
.partner section .wrap .box > h2:after {
	width: auto;
	border-top: #2593c9 solid 1px;
	content: "";
	flex-grow: 1;
}
.contact section .wrap .box > h2:after,
.partner section .wrap .box > h2:after {
	margin-left: 1rem;
}
.contact section .wrap .box > h2:before,
.partner section .wrap .box > h2:before {
	margin-right: 1rem;
}
.contact .form-btn-list {
	margin-top: 25px;
}
.contact .form-btn-list ul {
	display: block;
}
.contact .form-btn-list .btn {
	width: 100%;
}
.btn-right {
	background: #fff url(../images/common/icon-arrow-blue.png) no-repeat right 20px top 50%;
}
.contact .form-btn-list {
	margin-bottom: 50px;
}
.form-thanks-message {
	margin-top: 50px;
}
.contact .list-col3 {
	margin-top: 15px;
}
.contact .form-btn-list {
	margin-bottom: 50px;
}
.partner section .wrap > h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
section .wrap .table-bordered {
	width: 100%;
	letter-spacing: 2.0px;
}
section .wrap .table-bordered th,
section .wrap .table-bordered td {
	display: block;
	padding: 8px;
}
section .wrap .table-bordered th {
	vertical-align: middle;
	background: #f1f1f1;
}
/*section .wrap .table-bordered th,
section .wrap .table-bordered td {
	display: block;
	padding: 10px 0px;
	width: 100%;
}*/
section .wrap .table-bordered th p,
section .wrap .table-bordered td p {
	margin-bottom: 0;
	padding: 0 15px;
}
section .wrap .table-bordered td p {
	position: relative;
}
section .wrap .table-bordered td p span {
	position: absolute;
	right: 20px;
	bottom: 6px;
	display: block;
	font-size: 12px;
	color: #d12147;
}
section .wrap .table-bordered td p:nth-child(2) {
	padding: 4px 15px;
}
section .wrap .table-bordered td select {
	padding: 6px 6px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 13px;
	line-height: 1.8;
	text-indent: 1px;
	border: #e2e2e2 solid 1px;
	box-sizing: border-box;
	background: #f8f8f8;
}
section .wrap .table-bordered th p span {
	margin-left: 10px;
	font-size: 12px;
}
section .wrap .table-bordered th p i {
	display: inline-block;
	float: right;
	padding: 2px 10px;
	color: #ffffff;
	font-size: 9px;
	font-style: normal;
	background: #2593c9;
}
section .wrap .table-bordered td textarea {
	height: 100px;
}
section .wrap .submit {
	padding: 20px 0 0 0;
}
section .wrap .submit input[type="reset"],
section .wrap .submit input[type="submit"],
section .wrap .submit input[type="button"] {
	display: inline-block;
	margin: 0px 10px;
	padding: 10px;
	color: #fff;
	font-family: 'Noto Sans Japanese';
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.8;
	letter-spacing: 2px;
	cursor: pointer;
	border: 0;
	background-size: auto 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
section .wrap .submit input[type="reset"],
section .wrap .submit input[type="button"] {
	background-color: #333;
}
section .wrap .submit input[type="submit"] {
	background-color: #2593c9;
}
section .wrap .submit input[type="reset"]:hover {
	background-color: #656464;
	background-size: auto 10px;
}
section .wrap .submit input[type="submit"]:hover {
	background-color: #656464;
	background-size: auto 10px;
}

header.newsroom .container {
	padding: 60px 15px;
}
header.newsroom + .main-contents {
	padding: 40px 15px;
}
.main-contents .news-header {
	margin-top: -80px;
	padding: 15px 15px 24px 15px;
	border-radius: 6px;
	border: 2px solid #2593c9;
	background-color: #fff;
}
.main-contents .news-header .wrap h3 {
	position: relative;
	margin: 0 0 8px 0;
	color: #2593c9;
	font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    line-height: 1.875;
}
.main-contents .news-header .wrap h3:after {
	display: inline-block;
	width: 16px;
	content: ":";
	text-align: center;
}
.main-contents .news-header .wrap dl {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-contents .news-header .wrap dl dt a,
.main-contents .news-header .wrap dl dd a {
	display: block;
	padding: 4px 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0f0f0f;
	line-height: 1.6667;
	border: solid 2px transparent;
	border-radius: 15px;
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: color;
}
.main-contents .news-header .wrap dl dt a:hover,
.main-contents .news-header .wrap dl dd a:hover {
	color: #2593c9;
}
.main-contents .news-header .wrap dl .active a,
.main-contents .news-header .wrap dl .active a {
	border-color: #2593c9;
	color: #2593c9;
}
.main-contents .news-header .wrap dl dd {
	-ms-flex: 1;
	flex: 1 1;
}
.main-contents .news-header .wrap dl ul {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-contents section.news_box {
	margin: 20px 0 0 0;
	background-color: transparent;
}
.main-contents section.news_box dl {
	padding: 14px 0;
}
.main-contents section.news_box dl,
section.exhi .archive article {
	margin-bottom: 0;
	border-bottom: solid 1px rgba(30, 44, 71, 0.2);
}
.main-contents section.news_box dl:first-of-type {
	padding-top: 0;
}
.main-contents section.news_box dl a {
	text-decoration: none;
	transition: background .2s linear;
}
.main-contents section.news_box dl a:hover {
	background-color: #2593c9;
}
.main-contents section.news_box dl dt {
	margin-bottom: 10px;
	color: #2593c9;
}
.main-contents section.news_box dl dt time {
	margin-right: 20px;
	font-weight: normal;
	color: #656b76;
}
.main-contents section.news_box dl a:hover dt,
.main-contents section.news_box dl a:hover dt time,
.main-contents section.news_box dl a:hover dd {
	color: #fff;
}
.main-contents section.news_box dl dd {
	color: #333;
	flex: 1;
}

.main-contents section.exhi {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
section.exhi .archive article a {
	display: block;
	padding: 20px 0;
	color: #0f0f0f;
	text-decoration: none;
}
section.exhi .archive article a dl {
	margin-bottom: 0;
}
section.exhi .archive article a h4 {
	font-size: 14px;
	line-height: 1.625em;
}
section.exhi .archive article:nth-child(1) {
	margin-top: 0;
}
/*section.exhi .archive article {
	margin-top: 40px;
}*/
section.exhi .archive article a dl dt,
section.exhi .archive article a dl dd {
	display: block;
}

.contents .section-wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contents .section-wrap .news-title {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 20px 10px;
}
.contents .section-wrap .news-title p {
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	color: #555555;
}
.contents .section-wrap .news-title h1 {
	max-width: 1024px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.35;
	text-align: center;
}
.contents .section-wrap .news-title ul {
	padding: 14px 0 16px;
	text-align: center;
	list-style: none;
}
.contents .section-wrap .news-title ul li,
.contents .section-wrap .news-title ul li a {
	display: inline-block;
}
.contents .section-wrap .news-title ul li a {
	position: relative;
	margin: 0 4px;
	text-decoration: none;
}
.contents .section-wrap .news-title ul li a .icon {
	font-size: 21px;
	color: #666666;
}
.contents .section-wrap .news-title ul li a:hover .icon {
	color: #333333;
}
.wechat-qrcode {
	display: none;
}
.mob-wechat {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 170px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	background: #fff;
	transform: translate(-50% , -50%);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding: 15px 15px 10px 15px;
	text-align: center;
}
.mob-wechat .icon-correct {
	font-size: 42px;
    color: #cb0007;
}
.mob-wechat h3 {
	margin: 6px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
}
.mob-wechat p {
	margin: 0;
	color: #999;
}
.mob-wechat .colse-btn {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.mob-wechat .colse-btn .share-close {
	font-size: 14px;
	color: #1f8dd6;
	background: transparent;
	border: 0;
}

.form-progress {
	padding-bottom: 30px;
}
.form-progress ul {
	width: 100%;
	padding-left: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.form-progress ul li {
	position: relative;
	width: 100%;
	height: 40px;
	background: #d9f2fa;
	color: #00a9df;
	text-align: center;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.form-progress ul li.active {
	color: #fff;
	background: #00a9df;
}
.form-progress ul li.active:after {
	border-color: transparent transparent transparent #00a9df;
}
.form-progress ul li:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 12px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: -12px;
	top: -2px;
	z-index: 1;
}
.form-progress ul li:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 10px;
	border-color: transparent transparent transparent #d9f2fa;
	position: absolute;
	right: -10px;
	top: 0;
	z-index: 2;
}
.form-progress ul li:last-child:before,
.form-progress ul li:last-child:after {
	display: none;
}
.form-input .item {
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
	display: block;
}
.form-input .item-align-top {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.form-input .item:first-child {
	padding-top: 0;
}
.form-input_label {
	margin-bottom: 5px;
	padding-right: 20px;
	min-width: 200px;
	color: #00a9df;
	font-weight: 500;
}
.form-input_select {
	padding: 0 20px;
	height: 50px;
	border: none;
	border: 1px solid #d2d2d2;
	background: #fff url(../images/common/input-select-arrow-down.png) no-repeat top 50% right 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	position: relative;
}
.is-error .form-input_label {
	color: #c82929;
}
.form-error-message,
.form-input_error {
	display: none;
	color: #c82929;
}
.form-input_error {
	margin-top: 15px;
}
.is-error .form-input_select,
.is-error .form-input_textarea,
.is-error .form-input_text {
	background-color: #ffaaaa;
	color: #fff;
}
.form-input_textarea {
	width: 100%;
	height: 250px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    font-size: 16px;
}
.form-input_note {
	display: inline-block;
	margin: 5px 0 0 0;
}
.form-input_text {
	height: 50px;
	padding: 10px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
}
.form-input .form-input_input input[type="checkbox"] {
	margin-top: 4px;
}
.checkbox-inline + .checkbox-inline {
	display: block;
	margin-left: 0;
}
.form-input .form-input_input {
	display: block;
}
.contents .section-wrap .news-cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 15px 45px 15px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
}
.contents .section-wrap .news-cont .wrap > h4 {
	font-weight: bold;
}
.contents .section-wrap .news-cont .wrap > ul {
	margin-left: 1.3em;
}
.contents .section-wrap .news-cont dt {
	margin-bottom: 20px;
}
.contents .section-wrap .news-cont dd {
	margin-bottom: 20px;
}
.guideline_lists {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}
.guideline_lists dt,
.guideline_lists dd {
	width: 95%;
}
.guideline_lists dt {
	padding: 20px;
	background-color: #DADADA;
	margin: 0 0 10px 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guideline_lists dd {
	padding: 20px;
	background-color: #F3F3F3;
	margin: 0 0 10px 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.guideline_lists dd p {
	margin: 0;
}
.guideline_lists dd ul {
	margin-left: 20px;
}
.guideline_lists dd img {
	width: auto;
}

.pht-breadcrumb {
	position: relative;
	z-index: 1;
	background-color: #d7d7d7;
}
.pht-breadcrumb ul {
	margin: 0 auto;
	padding: .75rem 5.5556%;
	font-size: 14px;
}
.pht-breadcrumb ul li {
	display: inline-block;
	line-height: 1.5;
}
.pht-breadcrumb ul li a {
	font-weight: bold;
	color: #0f0f0f;
	text-decoration: none;
}
.pht-breadcrumb ul li a:hover {
	color: #2593c9;
}
.pht-breadcrumb ul li a:after {
	display: inline-block;
	margin: 0 8px;
	width: 10px;
	height: 10px;
	background: url(../images/ico/arw-primary.svg) no-repeat center;
	background-size: contain;
	content: "";
}
.pht-breadcrumb ul li.active {
	color: #777;
}
.pht-breadcrumb .pagetop {
	height: 48px;
}
.pht-breadcrumb .pagetop > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: solid 4px #2593c9;
	background-color: #2593c9;
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: background-color,color;
}
.pht-breadcrumb .pagetop > a:hover {
	background-color: #fff;
}
.pht-breadcrumb .pagetop > a span {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	color: #fff;
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: fill;
	-webkit-transform: translate(-50%, -50%) ;
	transform: translate(-50%, -50%) ;
}
.pht-breadcrumb .pagetop > a:hover span {
	color: #2593c9;
}

.pager-wrap {
	margin-top: 32px;
}
.pager-wrap ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.pager-wrap ul li {
	width: 32px;
	height: 32px;
	font-size: 13px;
}
.pager-wrap ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #0f0f0f;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: "Open Sans",sans-serif;
	line-height: 2.39;
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: color;
}
.pager-wrap ul li a:hover {
	color: #2593c9;
}
.pager-wrap ul li.prev a:after,
.pager-wrap ul li.next a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	border-style: solid;
	border-width: 4px 4px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pager-wrap ul li.prev a:after {
	-ms-transform: translate(-50%, -50%) rotate(225deg);
	-webkit-transform: translate(-50%, -50%) rotate(225deg);
	transform: translate(-50%, -50%) rotate(225deg);
}
.pager-wrap ul li.next a:after {
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.pager-wrap ul li.active a {
	border-radius: 100%;
	background-color: #fff;
}
.pager-wrap ul li.active a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: solid 4px #2593c9;
	border-radius: 100%;
	content: "";
}

.headline-contents .col-md-6:last-child {
	margin-top: 20px;
}
.headline-contents a {
	text-decoration: none;
	color: #000;
}
.headline-contents .text-wrap {
	padding: 20px;
}
.headline-contents .text-wrap h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
}
.headline-contents .figure {
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.products-wrap .product-card:hover,
.headline-contents .figure:hover {
	-webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
	box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
	-webkit-transform: translate3d(0,-2px,0);
	transform: translate3d(0,-2px,0);
}
.headline-contents .figure .text-wrap p {
	margin-bottom: 0;
}
.catalog section li {
	margin-bottom: 15px;
}
.catalog section li a {
	display: block;
	overflow: hidden;
	padding: 20px 8% 20px 40px;
	color: #333;
	text-decoration: none;
	border: 1px solid #ddd;
}
.catalog section li a .icon {
	margin-right: 20px;
	font-size: 60px;
}
.catalog section li span:last-child {
	font-size: 16px;
	color: #666;
}

.lower + .main section.organization {
	padding: 30px 0;
}

.onlineHall {
	width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}
.onlineHall video {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

@-webkit-keyframes snsLstI {
	0% {
		transition: all 0s linear;

		stroke-dasharray: 130 130;
	}
	50% {
		transition: all .3s linear;

		stroke-dasharray: 0 130;
	}
	100% {
		transition: all .3s linear;

		stroke-dasharray: 0 130;
	}
}

@keyframes snsLstI {
	0% {
		transition: all 0s linear;

		stroke-dasharray: 130 130;
	}
	50% {
		transition: all .3s linear;

		stroke-dasharray: 0 130;
	}
	100% {
		transition: all .3s linear;

		stroke-dasharray: 0 130;
	}
}

section.sect-inner h2 {
	margin-bottom: 20px;
	font-size: 2.14286rem;
	text-align: center;
	font-weight: bold;
}
.box-bg {
		padding: 20px;
		background-color: #eee;
}
.box-bg dl {
	margin-bottom: 0;
}
.box-bg dt {
	margin-bottom: 20px;
	text-align: center;
}
.box-bg p {
	padding: 0 10px 0 20px;
	line-height: 1.5 !important;
}
.box-bg p:last-child {
	margin-bottom: 0;
}
.box-bg p span {
	display: block;
}
.box-bg p .disc {
	position: relative;
	padding-left: 1em;
}
.box-bg p .disc:before {
	content: "•";
	position: absolute;
	left: 0;
}
section.sect-inner h3 {
	font-size: 18px;
	font-weight: bold;
}
.filtering-tabs {
	margin-bottom: 20px;
	color: #fff;
	background-color: #898e91;
}
.filtering-tabs ul {
	display: table;
	width: auto;
	max-width: 1170px;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: none;
}
.filtering-tabs li {
	float: none;
	margin: 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: solid #fff;
	border-width: 0 1px;
}
.filtering-tabs .nav-tabs > li.active > a {
	color: #fff;
	background-color: #555a5f;
	cursor: pointer;
	border: none;
}
.filtering-tabs ul > li > a {
	font-size: 16px;
	display: block;
	padding: 14px 11px;
	text-decoration: none;
	color: #fff;
	border-radius: 0;
	border: none;
}
.filtering-tabs ul > li > a:hover {
	border: none;
}

.global-network {
	padding-bottom: 60px;
}
.global-network .title {
	padding: 60px 0 40px 0;
	text-align: center;
	font-weight: bold;
}
.global-network .title ~ .title {
	padding: 40px 0;
}
.global-network .branches-item {
	margin-bottom: 24px;
	overflow: hidden;
	background-color: #f4f4f4;
	border-radius: 20px;
}
.global-network .branches-box {
	padding: 16px;
}

.noticebody {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	background: url(../images/glossary/Mobile/noticebg.png) no-repeat left top;
	background-size: 100%;
	align-items: center;
}
.notice-icon img {
	margin: 21% 20%;
	width: 33%;
}
.notice-icon {
	width: 16.66666667%;
}
.noticetext {
	width: 83.33333333%;
}
.noticetext a {
	text-decoration: none;
	color: #333333;
}
.noticetext a h2 {
	margin: 0;
	padding-left: 2%;
	font-weight: bold;
	font-size: 20px;
}
.glossary .category {
	margin-top: 20px;
}
.glossary .category .menu {
	margin-top: 30px;
/*	border: 1px solid #20364c;*/
}
.glossary .category .menu h2 {
	margin: 0;
	padding: 0.5em;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	background-color: #20364c;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
}
.glossary .category .menu ul.list-unstyled,
.glossary .category .content .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.glossary .category .menu ul.list-unstyled li {
	width: 20%;
	padding: 0.75rem 0;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	text-align: center;
}
.glossary .category .content ul {
	padding-left: 1em;
}
.glossary .category ul li a {
	display: block;
	color: #333;
}
.glossary .category .content h3 {
	font-weight: bold;
}
.glossary .category .content .list {
	flex-wrap: wrap;
}
.glossary .category .content .wrap {
	margin-bottom: 10px;
	width: 100%;
}
.glossary .category .content .wrap dl {
	margin-bottom: 0;
}
.glossary .category .content a {
	display: block;
	padding: 20px;
	height: 100%;
	color: #333;
	background-color: #fff;
	text-decoration: none;
}
.glossary .category .content a:hover {
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.13);
}
.glossary .category .info {
	padding: 20px;
	background-color: #fff;
	/*box-shadow: 0 0 23px rgba(0,0,0,.1);*/
}
.img-wrap a {
	color: #000;
	text-decoration: none;
}
.img-wrap a:hover {
	color: #068496;
}
.img-wrap a figure {
	overflow: hidden;
	margin-bottom: 10px;
}
.img-wrap a figure img {
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.img-wrap a:hover figure img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

footer {
	position: relative;
	padding: 0 0 4.5rem;
	background-color: #333;
	text-align: center;
	z-index: 1;
}
footer .footerlan {
	float: right;
	width: 40%;
	z-index: 1;
}
footer .footerlan li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px solid #4e4f53;
}
/*footer .footerlan li:nth-of-type(3) a img {
	height: 40px;
}*/
footer > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	margin: 0 auto;
	padding: 30px 13px;
	max-width: 400px;
	list-style: none;
	justify-content: space-around;
}
footer a {
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: color;
}
footer ul a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
}
footer ul a:hover,
footer ul a:focus {
	color: #2593c9;
	text-decoration: none;
}
footer ul a span.i {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
}
footer ul a:hover span.i .icon-youtube,
footer ul a:focus span.i .icon-youtube {
	color: #ff0000;
}
footer ul a:hover span.i .icon-Facebook,
footer ul a:focus span.i .icon-Facebook {
	color: #305097;
}
footer ul a:hover span.i .icon-twitter,
footer ul a:focus span.i .icon-twitter {
	color: #00aced;
}
footer ul a:hover span.i .icon-instagram,
footer ul a:focus span.i .icon-instagram {
	color: #d93175;
}
footer ul a:hover span.i .icon-toutiao,
footer ul a:focus span.i .icon-toutiao,
footer ul a:hover span.i .icon-weibo,
footer ul a:focus span.i .icon-weibo {
	color: #ff0000;
}
footer ul a:hover span.i .icon-wechat,
footer ul a:focus span.i .icon-wechat {
	color: #03bb0d;
}
footer ul a:hover span.i .icon-linkedin,
footer ul a:focus span.i .icon-linkedin {
	color: #0e66b7;
}
footer ul a:hover span.i .icon-youku,
footer ul a:focus span.i .icon-youku {
	color: #ff3268;
}
footer ul a .circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
footer ul a .circle circle {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	fill: transparent;
	stroke: #fff;
	stroke-width: 2;
	stroke-dasharray: 126 126;
}
footer ul a:hover .circle circle {
	-webkit-animation-name: snsLstI;
	animation-name: snsLstI;
}
footer ul a span.lbl {
	display: block;
	margin-top: .5rem;
	letter-spacing: .05em;
	font-size: 12px;
	font-weight: bold;
}
footer ul a span.icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 14px;
	transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: fill;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
footer .wrap {
	padding: 48px 0 0 0;
	border-top: solid 1px rgba(255, 255, 255, .1);
}
footer .wrap .container {
	position: relative;
}
footer .wrap .container > .clearfix {
	margin-bottom: 20px;
}
footer .wrap .footerside {
	position: absolute;
	left: 20px;
	width: 120px;
	height: auto;
}
footer .wrap .footerside li {
	margin-bottom: 20px;
}
footer .wrap .logo {
	margin: 0 auto;
	width: 110px;
}
footer .wrap .copyright {
	margin-top: 10px;
	font-size: 14px;
	font-family: "Open Sans",sans-serif;
	opacity: .3;
	color: #fff;
}
footer .wrap ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	/*margin: 24px 0 0;*/
	list-style: none;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer .wrap ul a {
	padding: 0 16px;
	font-weight: bold;
}
.bg-overlay {
	position: fixed;
	top: 25px;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: .4;
	z-index: 2;
}
@media (min-width: 1280px) {
	nav.navbar-default .navbar-collapse .nav > li > a,
	nav.navbar-default .navbar-collapse .nav li:last-child a {
		padding: 11px 20px 19px;
	}
}
@media (min-width: 1024px) {
	.language .show-dropdown {
		margin-left: 20px;
	}
}
@media (min-width: 768px) {
	.only-xs {
		display: none;
	}
	.only-pc {
		display: block;
	}
	.affix-placeholder .container,
	.affix-placeholder .container-fluid {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.affix-placeholder .title {
		padding-right: 30px;
		border-right: 1px solid #e5e5e5;
		line-height: 22px;
	}
	.affix-placeholder .title:after {
		display: none;
	}
	.affix-placeholder .bi-chevron-down {
		display: none;
	}
	.affix-placeholder .row {
		display: block;
		border: none;
		background-color: transparent;
	}
	.affix-placeholder ul li {
		display: inline-block;
		margin: 0 15px;
		border: none;
	}
	.affix-placeholder ul li a {
		position: relative;
		display: block;
	}
	.affix-placeholder ul li.active a:before {
		display: none;
	}
	.affix-placeholder ul li.active a:after {
		content: "";
		position: absolute;
		bottom: -15px;
		display: block;
		width: 100%;
		border-bottom: 3px solid #c7000b;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.w182 {
		width: 182px;
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.mt-md-80 {
		margin-top: 80px !important;
	}
	.top-nav .container {
		width: 93.705%;
		max-width: 1799.136px;
	}
	.top-nav .top-nav-height {
		/*overflow: hidden;*/
		height: 30px;
		position: static;
		text-align: right;
		background-color: #111111;
	}
	.top-nav .dropdown-menu {
		width: 124px;
		min-width: 124px;
	}
	.top-nav .dropdown {
		top: 3px;
	}
	.top-nav .dropdown .iconfont-globe {
		position: relative;
		top: -1px;
	}
	.top-nav .dropdown button {
		color: #ccc;
		background-color: #111111;
		border: transparent;
	}

	.headline-contents .container-fluid {
		margin: 0 80px;
	}
	.headline-contents .figure {
		margin-bottom: 0;
	}
	nav.navbar-default {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		-ms-flex-align: center;
		padding: 0 2.3438%;
		border-bottom: 2px solid #d7d7d7;
		background-color: #fff;
		justify-content: space-between;
		align-items: center;
	}
	nav.navbar-default:after {
		display: none;
	}
	nav.navbar-default .navbar-header {
		padding: 0;
		max-width: 220px;
		width: 18.0328%;
	}	
	nav.navbar-default .navbar-header .navbar-brand {
		height: 65px;
	}
	nav.navbar-default .navbar-brand img {
/*		height: 30px;*/
		height: 60px;
	}
	nav.navbar-default .navbar-collapse .nav-sub {
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: .5rem 0 0;
		-ms-flex-pack: end;
		-ms-flex-align: center;
		align-items: center;
		justify-content: flex-end;
		list-style-type: none;
	}
	nav .language .language-dropdown {
		top: 0;
		right: -38px;
		width: 160px;
	}
	nav.navbar-default .navbar-collapse {
		position: static;
		top: auto;
		left: auto;
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
	}
	nav.navbar-default .navbar-collapse .scroll {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		background-color: transparent;
	}
	nav.navbar-default .navbar-collapse .nav li > a {
		background: none;
	}
	nav.navbar-default .navbar-collapse .navbar-nav li {
		border: none;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child {
		position: absolute;
		left: 0;
		display: none;
		margin-top: -3px;
		padding: 40px 9.375%;
		width: 100%;
		background-color: #f0f1f3;
		transition-timing-function: ease;
		transition-duration: .3s;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform,-webkit-transform;
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title {
		margin: 0 auto;
		margin-bottom: 32px;
		max-width: 1140px;
		transition-timing-function: cubic-bezier(.5, 0, .2, 1);
		transition-duration: .3s;
		transition-property: opacity;
		opacity: 0;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title:not(:first-child) {
		margin-top: 32px;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child.is-active .title,
	nav.navbar-default .navbar-collapse .navbar-nav .child.is-active ul {
		opacity: 1;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title a {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: end;
		padding: 16px;
		text-decoration: none;
		border-bottom: solid 2px #d7d7d7;
		align-items: flex-end;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title a:after {
		top: 26px;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title a:after,
	nav.navbar-default .navbar-collapse .navbar-nav .child ul li a:after {
		position: absolute;
		left: 0;
		display: inline-block;
		font-size: 12px;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		color: #2593c9;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e258";
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title a p:first-of-type {
		display: block;
		color: #2593c9;
		font-weight: 600;
		font-size: 26px;
		font-family: "Open Sans",sans-serif;
		line-height: 1.2308;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title a p:last-child {
		margin-left: 16px;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.75;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child ul {
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		/*padding: 0 2.8846%;*/
		padding: 0 1%;
		list-style-type: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1140px;
		transition-timing-function: cubic-bezier(.5, 0, .2, 1);
		transition-duration: .3s;
		transition-property: opacity;
		opacity: 0;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child ul li {
		/*margin-right: 3.0612%;*/
		margin-right: 2.5%;
		width: 22%;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5714;
	}
	/*nav.navbar-default .navbar-collapse .navbar-nav .child ul li:first-of-type {
		width: 23%;
	}*/
	nav.navbar-default .navbar-collapse .navbar-nav .child ul li a {
		position: relative;
		display: inline-block;
		padding: 4px 0 4px 16px;
		text-decoration: none;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child ul li a:after {
		top: 10px;
	}
	.column,
	.column-c {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
	}
	.column-c {
		justify-content: center;
	}
	.list-col3 {
		margin: 0 15px;
		width: calc((100% - 90px)/3);
	}
	.w220 {
		width: 220px;
	}
	.w370 {
		width: 370px;
	}
	.w800 {
		width: 800px;
	}
	nav.navbar-default .navbar-collapse .scroll {
		overflow: visible;
	}
	nav.navbar-default .navbar-collapse .nav a {
		border: none;
	}
	nav.navbar-default .navbar-collapse .nav p {
		margin-bottom: 0;
		text-align: center;
	}
	section.contact .wrap {
		padding: 60px 0;
		width: 81.25%;
	}
	section.contact .wrap h4 {
		font-size: 20px;
		line-height: 1.75;
	}
	section.contact .wrap p {
		display: inline-block;
		font-size: 16px;
	}
	section.contact .wrap p strong {
		margin: 0 20px 0 10px;
		font-size: 20px;
	}
	section.contact .btn-wrap .btn-prm {
		margin-top: 40px;
	}
	.banner .carousel-wrap .content-inner {
		text-shadow: 0px 0px 10px #000;
	}
	.banner .carousel-wrap .content-inner h1 {
		font-size: 36px;
	}
	.banner .carousel-wrap .content-inner h2 {
		margin-top: 10px;
		font-size: 41px;
	}
	.headline-contents .col-md-6:last-child {
		margin-top: 0;
	}
	.headline-contents .text-wrap {
		padding: 30px 30px 50px;
	}
	.headline-contents .text-wrap h3 {
		margin: 0 0 18px;
		font-size: 24px;
	}
	.headline-contents .text-wrap p {
		height: 40px;
	}
	.products-wrap {
		padding: 70px 0 100px 0;
	}
	.global-wrap {
		margin-top: 120px;
	}
	.home-brick,
	.news-brick,
	.global-wrap {
		padding: 60px 0 100px 0;
	}
	.global-wrap .title,
	.home-brick .title,
	.news-brick .title,
	.products-wrap .title {
		font-size: 26px;
	}
	.home-brick li {
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		margin: 0 0 40px;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.home-brick li .image {
		margin-bottom: 0;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
	.home-brick li .summary {
		padding: 0 0 0 20px;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
	}
	.home-brick li .summary dl {
		margin-bottom: 0;
	}
	.home-brick li .summary dt {
		margin: 4px 0 14px 0;
		font-size: 28px;
	}
	.home-brick li .summary dd a {
		padding: 8px 20px;
		font-size: 16px;
	}
	.home-brick li .summary dd .wrap p {
		margin: 0;
	}
	.home-brick li .summary dd p.lead-text {
		margin: 14px 0;
	}
	.products-wrap .title,
	.home-brick .title {
		margin-bottom: 60px;
	}
	.home-brick .indicate-wrap {
		margin-top: 0;
	}
	.home-brick .indicate-wrap span {
		padding: 10px 20px 10px 30px;
		font-size: 20px;
		line-height: 1.3em;
	}
	.news-brick .wrap {
		margin-bottom: 0;
	}
	.about {
		padding-bottom: 160px;
		background-position: 0 0;
		background-size: cover;
	}
	.product {
		background-position: 0 0;
	}
	.pht-main .container .title {
		padding: 220px 0 360px 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pht-main .title h1 {
		margin: 0 24px 0 0;
		font-size: 64px;
	}
	.pht-main .title p {
		font-size: 30px;
		line-height: 1.5;
	}
	.pht-main .container .row {
		margin-top: -150px;
		padding: 0;
	}
	.product-wrap .container > .wrap {
		margin-top: -135px;
	}
	.product-wrap .container .nav-tabs {
		margin-bottom: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.product-wrap .container .row {
		margin-top: 0;
	}
	.product-wrap .nav-tabs > li > a {
		height: 80px;
		font-size: 2rem;
	}
	.about-wrap .container .row {
		margin-top: -370px;
	}
	.pht-main .card a {
		margin-bottom: 64px;
		padding: 110px 0;
		height: 289px;
	}
	.about-wrap .card a {
		margin-bottom: 80px;
	}
	.pht-main .card a p {
		font-size: 18px;
	}
	.pht-main .card a h2 {
		font-size: 30px;
	}
	.products-wrap .row {
		display: flex;
	}
	.products-wrap .product-card {
		height: 100%;
	}
	.products-wrap .product-card .summary h3 {
		margin-bottom: 20px;
		font-size: 22px;
	}
	
	.global-wrap .imgbox {
		height: 185px;
	}

	header.lower {
		padding: 80px 0;
	}
	header.lower nav {
		border-radius: 0;
    	background-color: transparent;
	}
	header.lower ul {
		display: block;
		padding: 0;
	}
	header.lower ul:after {
		display: none;
	}
	header.lower ul li {
		display: inline-block;
		margin: 0 0 20px 0;
	}
	header.lower li a {
		padding: 0 8px;
		font-size: 18px;
		color: #0f0f0f;
		line-height: 1;
	}
	header.lower li a:hover {
		color: #2593c9;
	}
	header.lower li.active a {
		padding: 8px 10px;
		border-radius: 16px;
		background-color: #333;
		color: #fff;
	}
	header.lower .title {
		margin-top: 60px;
	}
	header.lower .title p,
	header.lower .tit p,
	header.lower .head p {
		font-size: 16px;
	}
	header.lower .title h1,
	header.lower .tit h1,
	header.lower .head h1 {
		margin: 0;
		font-size: 36px;
		font-weight: bold;
	}
	.lower + .main {
		padding: 80px 0;
	}
	.lower + .main section,
	.process .lower + .main section {
		margin-bottom: 4rem;
		padding: 16px 120px;
		max-width: 1140px;
		width: 89.0625%;
	}
	.process .lower + .main section {
		padding: 16px 60px;
		max-width: 1160px;
	}
	.lower + .main section.pro-item {
		padding: 16px 40px 0 40px;
	}
	.lower + .main section.pro-item .wrap {
		margin: 64px 0 0 0;
	}
	.lower + .main section .section h3 {
		padding: 12px 0 16px 0;
	}
	.lower + .main section .wrap .lv2 {
		margin: 0 0 40px 0;
		padding: 20px 0 0 0;
		font-size: 36px;
	}
	.lower + .main section .wrap figure h4 {
		font-size: 18px;
	}
	.lower + .main section .wrap .tab-menu {
		margin-bottom: 0;
	}
	.lower + .main section .wrap ul.tab-menu_list {
		position: static;
		display: table;
		margin-bottom: 60px;
	}
	.lower + .main section .wrap ul.tab-menu_list li {
		display: table-cell;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: middle;
		border-left: 1px solid #dadada;
		background-clip: padding-box;
	}
	.lower + .main section .wrap ul.tab-menu_list li.active {
		border-bottom: 3px solid #2593c9;
	}
	.lower + .main section .wrap ul.tab-menu_list li.active a {
		color: #2593c9;
	}
	.lower + .main section .wrap ul.tab-menu_list li a {
		padding: 20px 0;
		font-size: 16px;
	}
	.lower + .main section .wrap .tab-content {
		padding: 0 100px 60px 100px;
	}
	.story .lower + .main section {
		padding: 16px 120px;
	}
	.lower + .main section > .wrap {
		margin: 64px 0;
	}
	.catalog .main section > .wrap {
		margin: 64px 0 34px 0;
	}
	.privacy .lower + .main section > .wrap {
		font-size: 16px;
	}
	.process .lower + .main section > .wrap h3 {
		font-size: 22px;
		line-height: 1.5;
	}
	.process .lower + .main section > .wrap .tree {
		position: relative;
		margin-top: 30px;
	}
	.process .tree ul {
		position: relative;
		list-style: none;
		z-index: 1;
	}
	.process .tree ul li:first-child {
		padding-top: 0;
	}
	.process .tree ul li.right {
		position: relative;
		margin-left: 50%;
		padding: 20px 0 0 26px;
	}
	.process .tree ul li.left {
		position: relative;
		margin-right: 50%;
		padding: 20px 23px 0 0;
	}
	.process .tree ul li.right .media {
		padding: 0 0 15px 10px;
	}
	.process .tree ul li .media {
		display: block;
	}
	.process .tree ul li .media .media-left {
		display: table-cell;
		padding-right: 10px;
	} 
	.process .tree ul li .media-body p {
		padding-top: 10px;
		font-size: 16px;
		line-height: 1.375;
	}
	.process .tree ul li .media-heading {
		margin-bottom: 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
	}
	.process .tree ul li .num {
		top: auto;
		left: auto;
		width: 53px;
		height: 49px;
		text-align: center;
		color: #fff;
		font-size: 12px;
		line-height: 49px;
		border: none;
	}
	.process .tree ul li.right .num {
		bottom: -23px;
		left: -27px;
		padding-left: 4px;
		background: url(../images/strength/process/icon-num-1.png) no-repeat;
	}
	.process .tree ul li.left .num {
		right: -29px;
		bottom: -23px;
		padding-right: 3px;
		background: url(../images/strength/process/icon-num-2.png) no-repeat;
	}
	.process .tree ul li .line {
		width: 100%;
		height: 2px;
		background: #000;
	}
	.process .tree ul li .point {
		position: absolute;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		background: #000;
	}
	.process .tree ul li.right .point {
		right: 0;
		bottom: -4px;
	}
	.process .tree ul li.left .point {
		bottom: -4px;
		left: 0;
	}
	.process .tree .vertical-point {
		position: absolute;
		top: 0;
		left: 50%;
		width: 10px;
		height: 10px;
		margin-left: -4px;
		border-radius: 100%;
		background: #000;
	}
	.process .tree .vertical-line {
		position: absolute;
		top: 0;
		left: 50%;
		width: 2px;
		height: 100%;
		background: #000;
	}
	.philosophy .main section > .wrap .title {
		margin-bottom: 48px;
	}
	.philosophy .main section > .wrap .title p {
		font-size: 18px;
	}
	.philosophy .main section > .wrap .title h1 {
		font-size: 48px;
	}
	.philosophy .main section .wrap h2 {
		padding: 20px 48px;
		font-size: 30px;
	}
	.philosophy .main section .wrap .text {
		margin-top: 64px;
	}
	.philosophy .main section .wrap .text p {
		font-size: 18px;
		text-align: center;
		line-height: 2;
	}
	.philosophy .main section .wrap .text p br {
		display: block;
	}

	.concept section .container {
		padding: 80px 0 140px 0;
		max-width: 1040px;
		width: 81.25%;
	}
	.concept section .container .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.concept section .container .wrap.sec {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-ms-flex-align: center;
		margin-top: 96px;
		align-items: center;
	}
	.concept section .text-wrap {
		padding-top: 80px;
		width: 35%;
	}
	.concept section .sec .text-wrap {
		padding-top: 0;
	}
	.concept section .text-wrap .head {
		margin-bottom: 56px;
	}
	.concept section .text-wrap .head h2 {
		font-size: 40px;
		line-height: 1.5;
	}
	.concept section .text-wrap .head p {
		margin-top: 8px;
	}
	.concept section .text-wrap .head + p,
	.concept section .sec .text-wrap p {
		font-size: 18px;
	}
	.concept section .fig {
		width: 45.614%;
	}

	.pht-contents {
		padding: 80px 0;
	}
	.lower + .main section .wrap .table {
		margin-bottom: 40px;
	}
	.lower + .main section .wrap .table thead th {	
		font-size: 20px;
	}
	.lower + .main section .wrap .table caption {
		padding: 0 0 30px 0;
		font-size: 30px;
	}
	.lower + .main section.solution .wrap .table thead th,
	.lower + .main section.solution .wrap .table tbody td {
		padding: 11px 34px 10px 34px;
	}
	.lower + .main section.solution .wrap .table tbody td {
		font-size: 18px;
	}
	.pht-contents .container {
		padding: 0 100px;
	}
	.pht-contents .title {
		margin-bottom: 40px;
		padding-top: 80px;
	}
	.pht-contents .title h1 {
		padding-top: 0;
		font-size: 3.4rem;
	}
	.pht-contents .text-wrap p {
		line-height: 1.8;
	}
	.pht-contents .text-wrap h2 {
		font-size: 2.2rem;
	}

	section.detail {
		margin: 40px 0;
		border: 1px solid #b3b2b2;
		border-top: none;
	}
	section.detail .item {
		padding: 30px 30px 0 30px;
	}
	section.detail .item h2 {
		margin: 0;
		padding-top: 20px;
		font-size: 18px;
	}
	section.detail .item > .wrap {
		padding: 40px 0;
		width: 800px;
	}
	section.detail .item > .wrap img {
		padding: 0;
		width: 100%;
	}
	section.detail .item .list h4 {
		font-size: 18px;
	}
	section.detail .item .row h3 {
		font-size: 3.2rem;
		line-height: 1.4;
	}
	section.detail .item .list {
		padding: 0 30px 30px 30px;
	}
	section.detail .item .list dl {
		padding: 0;
	}
	section.detail .item .list dl dt {
		font-size: 16px;
	}
	section.detail .item .list .wrap,
	section.detail .item .list ul,
	section.detail .item .list ol {
		padding-top: 20px;
	}
	section.detail .item .list span {
		font-size: 14px;
	}
	section.detail .item .list strong {
		padding-top: 20px;
		font-size: 14px;
	}
	section.detail .item .list .wrap p {
		margin: 0;
	}
	section.detail .item .list .wrap p:first-of-type {
		padding: 0;
	}
	section.detail .item .list video {
		padding: 0;
	}
	section.detail .table-scroll table {
		width: calc( 100% - 1px);
	}
	section.detail .item .list + h3 {
		margin: 20px 0 40px 0;
		font-size: 2.8rem;
	}

	.main-contents .contents {
		padding: 80px 0 0 0;
	}
	.main-contents .contents {
		margin: 0 auto;
		max-width: 1140px;
		width: 89.0625%;
	}
	.main-contents .contents dt {
		margin-bottom: 24px;
		padding-bottom: 0;
		font-size: 32px;
	}
	.main-contents .contents dd.text {
		font-size: 16px;
	}
	.main-contents .contents dd.cont {
		padding-top: 44px;
	}
	.main-contents .contents dd.cont ol {
		position: relative;
		display: inline-block;
		font-size: 0;
	}
	.main-contents .contents dd.cont ol:after {
		position: absolute;
		content: '';
		display: block;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 33px 0 33px 18px;
		border-color: #fff transparent #fff #f1f4f7;
	}
	.main-contents .contents dd.cont ol li {
		width: auto;
		height: 66px;
	}
	.main-contents .contents dd.cont ol li:not(:first-child) {
		margin-top: 0;
	}
	.main-contents .contents dd.cont ol li:before,
	.main-contents .contents dd.cont ol li:after {
		position: absolute;
		content: '';
		display: block;
		top: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 33px 0 33px 18px;
		border-color: transparent transparent transparent #fff;
	}
	.main-contents .contents dd.cont ol li:before {
		left: 0;
	}
	.main-contents .contents dd.cont ol li:after {
		left: -3px;
		border-left-color: #f1f4f7;
	}
	.main-contents .contents dd.cont ol li:first-child:after {
		content: none;
	}
	.main-contents .contents dd.cont ol li a,
	.main-contents .contents dd.cont ol li span {	
		padding: 0 27px 0 34px;
	}
	.main-contents .contents dd.cont ol li a br,
	.main-contents .contents dd.cont ol li span br {
		display: block;
	}
	.main-contents .contents dd.cont ol li i {
		top: -17px;
		left: 39%;
	}
	.main-contents .contents dd.cont ol li a:after {
		bottom: 8px;
		left: 48%;
	}
	.main-contents {
		padding: 80px 0;
	}
	header.newsroom + .main-contents {
		padding: 40px 0;
	}
	.main-contents section {
		margin: 0 auto;
		padding: 16px 160px;
		max-width: 1140px;
		width: 89.0625%;
	}
	.main-contents section h2 {
		margin: 64px 0;
		font-size: 32px;
	}
	.main-contents section ul li {
		margin-bottom: 48px;
		padding: 54px 64px;
	}
	.main-contents section li h3 {
		font-size: 26px;
	}

	.strength {
		background-image: url(../images/strength/PC/1.jpg);
	}
	.recruit {
		background-image: url(../images/recruit/PC/1.jpg);
	}
	.company {
		background-image: url(../images/company/PC/1.jpg);
	}
	.contacts {
		background-image: url(../images/contact/PC/1.jpg);
	}

	.main section .wrap > .item-title {
		margin-bottom: 32px;
		padding-bottom: 20px;
		font-size: 24px;
		line-height: 1.6154;
	}
	.main section .wrap > .item-title:not(:first-child) {
		margin-top: 60px;
	}
	.youkou .main section .wrap dl {
		margin: 34px 0 0 0;
	}
	.youkou .main section .wrap dl dt {
		margin-bottom: 4px;
		font-size: 20px;
		line-height: 1.6;
	}
	.youkou .main section .wrap dl dd,
	.youkou .main section .wrap p {
		font-size: 16px;
		line-height: 2;
	}
	.youkou .main section .wrap figure {
		margin: 20px 0 0 0;
		padding: 32px 44px 32px 34px;
	}
	.youkou .main section .wrap figure ul {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		margin: 0;
		padding: 0;
		list-style: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.youkou .main section .wrap figure li {
		display: inline-block;
		text-align: center;
		padding: 40px 0;
		width: 18%;
		-moz-box-shadow:1px 2px 1px 1px #dedede;
		-webkit-box-shadow:1px 2px 1px 1px #dedede;
		box-shadow:1px 2px 1px 1px #dedede;
	}
	.youkou .main section .wrap figure li:last-child {
		margin-right: 0;
	}
	.youkou .main section .wrap figure li h3 {
		font-size: 20px;
		margin: 20px 0 30px 0;
	}
	.youkou .main section .wrap figure li img {
		height: 50px;
	}
	.youkou .main section .wrap figure li .txt {
		margin: 0;
	}
	.youkou .main section .wrap figure li span {
		font-size: 16px;
	}
	.youkou .main section .wrap figure li i:before {
		display: none;
	}
	.youkou .main section .wrap figure li i:after {
		position: absolute;
		display: inline-block;
		top: 100px;
		right: -10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px;
		border-color: #fff #fff transparent transparent;
		transform: rotate(45deg);
		box-shadow: 2px -2px 2px #dedede;
		content: '';
	}

	.info .main section .wrap table,
	.access .main section .wrap table {
		font-size: 16px;
		line-height: 1.5;
	}
	.main section .wrap > dl.box {
		padding: 14px 0;
		border: 1px solid #000;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.main section .wrap > dl.box:before {
		background: rgba(0, 0, 0, 0.15);
		content: "";
		display: block;
		position: absolute;
		width: 25%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.main section .wrap > dl.box > dt {
		width: 25%;
		text-align: center;
		background: transparent;
	}
	.main section .wrap > dl.box > dd {
		padding: 0 0 0 20px;
		width: 75%;
	}
	.main section .wrap > dl.box dd > dl.dlst-flex dd {
		width: 75%;
	}
	.main section .wrap > dl.box dd > dl.dlst-flex dt {
		width: 25%;
	}

	.section-content,
	.section-hero .image-hero-container .image-hero {
		width: 980px;
	}
	.section-hero {
		position: relative;
		min-height: 336px;
	}
	.section-hero .image-hero-container {
		position: absolute;
		margin-bottom: 0;
	}
	.section-hero .image-hero-container .image-hero {
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 336px;
		background-size: auto 336px;
		background-position: 381px 100%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.section-hero .headlines {
		margin: 0;
		width: 50%;
		padding-top: 94px;
	}
	.section-hero .headlines h1 {
		font-size: 40px;
	}
	.section-hero .headlines h2 {
		margin-bottom: 0;
		font-size: 32px;
	}
	.section-bio {
		padding: 52px 0 110px 0;
	}
	.section-bio .col-md-6 {
		width: 41.66667%;
	}
	.section-bio .large-offset-1 {
		margin-left: 8.33333%;
	}
	.section-bio p {
		font-size: 16px;
	}

	.team .lower + .main section ul {
		margin: 0 0 20px 20px;
	}
	.team .lower + .main section .col-md-8 {
		float: right;
		padding-left: 40px;
		font-size: 16px;
	}
	.team .lower + .main section .col-md-8 ul,
	.team .lower + .main section .col-md-8 dl dt,
	.team .lower + .main section .col-md-8 dl dd {
		line-height: 1.5;
	}
	.team .lower + .main section .col-md-8 dl.dl-horizontal {
		margin-bottom: 20px;
	}
	.team .lower + .main section .col-md-8 dl.dl-horizontal dt {
		width: auto;
		font-size: 16px;
	}
	.team .lower + .main section .col-md-8 dl.dl-horizontal dd {
		margin-left: 0;
	}
	.team .lower + .main section .col-md-8 dl dt {
		font-size: 18px;
	}
	.team .lower + .main section h1 {
		margin: 0 0 10px 0;
		text-align: left;
		font-size: 32px;
	}
	.team .lower + .main section h1 small {
		display: inline;
		margin-left: 10px;
		margin-top: 0;
	}
	.team .lower + .main section h2 {
		font-size: 24px;
	}
	.team .lower + .main section dl {
		margin-bottom: 0;
	}

	.story .main section .wrap > .item-title {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.story .main section .wrap > .item-title small {
		display: inline;
	}
	.story .main section .wrap > h2 + strong {
		font-size: 16px;
	}
	.story .main section .wrap .table {
		margin: 20px 0 40px 0;
	}
	.story .main section .wrap .table th,
	.story .main section .wrap .table td {
		display: table-cell;
	}
	.story .main section .wrap .table th,
	.story .main section .wrap .table td {
		vertical-align: middle;
	}
	.story .main section .wrap .table th {
		text-align: left;
	}

	.security .main section .wrap h2 {
		font-size: 30px;
	}
	.security .main section .wrap h2 + p {
		margin: 30px 0;
	}
	.security .main section .wrap p {
		font-size: 18px;
	}
	.security .main section .wrap figure {
		width: 50%;
		margin: 30px auto;
	}
	.security .main section .wrap figure + p {
		font-size: 16px;
	}

	.access .main section .wrap table + .section {
		margin-top: 40px;
	}
	.access table + .section .map-item {
		display: -ms-flexbox;
		display: flex;
	}
	.access table + .section .map a {
		margin: 0;
	}

	.wrap-map {
		margin-bottom: 32px;
	}
	.wrap-map iframe {
		min-height: 546px;
	}

	.partner section .wrap > h3 {
		font-size: 24px;
	}
	section .wrap .table-bordered th,
	section .wrap .table-bordered td {
		display: table-cell;
	}
	section .wrap .table-bordered th p,
	section .wrap .table-bordered td p {
		padding: 14px 30px;
	}
	section .wrap .table-bordered td p:nth-child(2) {
		padding: 0 30px;
	}
	section .wrap .table-bordered td p span {
		right: 40px;
		bottom: 20px;
	}
	section .wrap .table-bordered td p:nth-child(2) span {
		bottom: 6px;
	}
	section .wrap .table-bordered td textarea {
		height: 200px;
	}
	section .wrap .submit {
		padding: 40px 0;
		text-align: center;
	}
	section .wrap .submit input[type="reset"],
	section .wrap .submit input[type="submit"],
	section .wrap .submit input[type="button"] {
		padding: 15px 70px;
	}
	section.detail .item .list + h3:after {
		margin-top: 20px;
	}

	header.newsroom {
		padding: 90px 0 130px 0;
	}
	header.newsroom .container {
		padding: 0 15px;
	}
	header.newsroom h1,
	header.newsroom p {
		display: inline-block;
	}
	.main-contents .news-header .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-contents .news-header .wrap:not(:first-child) {
		margin-top: 18px;
	}
	.main-contents .news-header .wrap h3 {
		margin: 0 16px 0 0;
		width: 110px;
		font-size: 18px;
	}
	.main-contents .news-header .wrap h3:after {
		position: absolute;
		top: 0;
		right: 0;
	}
	header.newsroom h1 {
		margin-right: 24px;
		margin-bottom: 0;
		font-size: 60px;
	}
	header.newsroom p {
		font-size: 30px;
	}
	.main-contents .news-header {
		margin: -120px auto 30px auto;
		padding: 20px 120px;
		max-width: 1140px;
		width: 89.0625%;
	}
	.main-contents .news-header .wrap dl dt a,
	.main-contents .news-header .wrap dl dd a {
		padding: 4px 16px;
		border-radius: 17px;
	}
	.main-contents section.news_box {
		margin: 0 auto;
		padding: 0;
	}
	.main-contents section.news_box dl {
		padding: 0;
		font-size: 16px;
	}
	.main-contents section.news_box dl a {
		padding: 34px 0;
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-contents section.news_box dl dt {
		margin: 0 20px;
	}

	.main-contents .exhi-header {
		margin: -140px auto 30px auto;
	}
	.main-contents section.exhi {
		margin: 0 auto;
	}
	/*section.exhi .archive {
		display: -ms-flexbox;
		display: flex;
		max-width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}*/
	section.exhi .archive article:nth-child(1),
	section.exhi .archive article:nth-child(2),
	section.exhi .archive article:nth-child(3) {
		margin-top: 0;
	}
	section.exhi .archive article:nth-child(3n) {
		margin-right: 0;
	}
	section.exhi .archive article a {
		padding: 34px 0;
		text-decoration: none;
		transition: background .2s linear;
	}
	section.exhi .archive article a:hover {
		background-color: #2593c9;
		color: #fff;
	}
	section.exhi .archive article a h4 {
		margin: 16px 0 0 0;
		font-size: 18px;
	}
	section.exhi .archive article a dl dt,
	section.exhi .archive article a dl dd {
		display: inline-block;
	}
	section.exhi .archive article a dl dt {
		margin: 0 40px 0 20px;
	}
	section.exhi .archive article a dl {
		font-size: 16px;
	}

	.form-progress ul li {
		height: 60px;
		font-size: 18px;
	}
	.form-progress ul li:before {
		border-width: 32px 0 32px 12px;
	}
	.form-progress ul li:after {
		border-width: 30px 0 30px 10px;
	}
	.form-input .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.form-input_label {
		margin-bottom: 0;
	}
	.form-input .form-input_input input[type="checkbox"] {
		margin-top: 5px;
	}
	.checkbox-inline + .checkbox-inline {
		display: inline-block;
		margin-left: 10px;
	}
	.form-input .form-input_input {
		display: inline-block;
	}
	.form-input_textarea {
		width: 595px;
	}
	.form-input_note {
		margin: 0 0 0 10px;
	}
	.form-input_note-align-top {
		vertical-align: top;
	}
	.contents .section-wrap .news-title {
		padding: 80px 30px 10px 30px;
	}
	.contents .section-wrap .news-title h1 {
		font-size: 28px;
		line-height: 40px;
	}
	.contents .section-wrap .news-title ul {
		padding: 18px 0 26px;
	}
	.contents .section-wrap .news-title ul li a {
		margin: 0 8px;
	}
	.contents .section-wrap .news-title ul li a .icon {
		font-size: 28px;
	}
	.contact .form-btn-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.contact .form-btn-list .btn {
		width: 280px;
	}
	.contact .form-btn-list {
		margin: 50px 0 0 0;
	}
	.stock .form-btn-list {
		margin-top: 30px 0 0 0;
	}
	.contact .form-btn-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.contact .form-btn-list .btn {
		width: 280px;
	}
	.contact .list-col3 {
		margin-top: 0px;
	}
	.dictionary .list-col3 {
		margin-top: 10px;
	}
	.finish + footer {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.wechat-qrcode {
		position: absolute;
		top: 40px;
		left: -89px;
		width: 200px;
		height: 240px;
		color: #666;
		font-size: 12px;
		font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
		text-align: center;
		border: 1px solid #eee;
		background-color: #fff;
		box-shadow: 0 2px 10px #aaa;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		z-index: 1;
	}
	.wechat-qrcode:after {
		position: absolute;
		display: inline-block;
		top: -4px;
		left: 50%;
		margin-left: -6px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px;
		border-color: #f3f3f3 #f3f3f3 transparent transparent;
		transform: rotate(315deg);
		box-shadow: 2px -2px 2px #dedede;
		content: '';
	}
	.wechat-qrcode .share-close {
		position: absolute;
		top: -6px;
		right: 2px;
		background: transparent;
		border: 0;
		font-size: 25px;
		color: #000;
	}
	.wechat-qrcode h4 {
		height: 26px;
		font-size: 12px;
		background-color: #f3f3f3;
		margin: 0;
		padding: 0;
		color: #777;
		line-height: 26px;
	}
	.wechat-qrcode .qrcode {
		width: 138px;
		margin: 10px auto;
	}
	.wechat-qrcode p {
		margin: 0;
		color: #666;
		font-size: 1em;
		line-height: 1.95em;
	}
	.contents .section-wrap .news-cont {
		padding: 0 0 70px 0;
		font-size: 16px;
		line-height: 26px;
	}
	.contents .section-wrap .news-cont .wrap {
		margin: 60px auto 0 auto;
		max-width: 860px;
	}
	.contents .section-wrap .news-cont .wrap article {
		text-align: center;
	}
	.contents .section-wrap .news-cont .wrap article img {
		width: 600px;
	}
	section .news-cont .table-bordered th,
	section .news-cont .table-bordered td {
		display: table-cell;
	}
	.giftinner {
		margin: 40px 0 0 0;
	}
	.giftinner p {
		margin-bottom: 20px;
	}
	.guideline_lists dt {
		width: 20%;
	}
	.guideline_lists dd {
		width: 80%;
	}

	.pager-wrap {
		margin-top: 64px;
	}
	.pager-wrap ul li {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
	.pager-wrap ul li a {
		line-height: 2.8571;
	}

	.pht-breadcrumb {
		padding: 20px 0;
	}
	.pht-breadcrumb ul {
		padding: 0;
		max-width: 1140px;
		width: 89.0625%;
	}
	.pht-breadcrumb .pagetop {
		position: absolute;
		top: 0;
		right: 0;
		width: 64px;
		height: 64px;
	}

	.contact section .wrap .box > h2,
	.partner section .wrap .box > h2 {
		font-size: 35px;
		line-height: 1.8;
	}
	.contact section .wrap .box > h2:before,
	.contact section .wrap .box > h2:after,
	.partner section .wrap .box > h2:before,
	.partner section .wrap .box > h2:after {
		width: 5em;
	}
	.catalog section li {
		margin-bottom: 30px;
	}
	.catalog section li a {
		display: flex;
		align-items: center;
		padding: 40px 8% 40px 40px;
	}
	.catalog section li a:hover {
		border-color: #c7000b;
	}
	.catalog section li a:hover .icon {
		color: #c7000b;
	}
	.catalog section li span:last-child {
		font-size: 18px;
	}
	.catalog section li a:hover span:last-child {
		text-decoration: underline;
	}

	.lower + .main section.organization {
		padding: 60px 0;
	}

	.map-wrap {
		padding: 60px 0 30px 0;
	}
	.map-wrap .dec {
		margin: 20px 0 40px;
		font-size: 16px;  
	}
	.point-area,
	.point-area,
	.point-area,
	.point-area {
		position: absolute;
		width: 50px;
		height: 30px;
	}
	.point-area.China {
		left: 835px;
		top: 130px;
	}
	.point-area.Korea {
		left: 873px;
		top: 118px;
	}
	.point-area.Japan {
		left: 922px;
		top: 124px;
	}
	.point-area.Taiwan {
		left: 890px;
		top: 164px;
	}
	.point-area.USA {
		left: 182px;
		top: 115px;
	}
	.point-blue,
	.point-red {
		top: -34px;
		width: 26px;
		height: 32px;
	}
	.map-tips {
		position: relative;
		display: none;
		margin-top: -143px;
		margin-left: 11px;
		width: 400px;
		height: 150px;
	}
	.map-tips .pointer-blue,
	.map-tips .pointer-red {
		position: absolute;
		left: 12px;
		bottom: 5px;
		width: 4px;
		height: 4px;
		border-radius: 10px;
	}
	.map-tips .line1-blue,
	.map-tips .line1-red {
		position: absolute;
		left: 13px;
		bottom: 7px;
		width: 1px;
		height: 0;
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.map-tips .line2-blue,
	.map-tips .line2-red {
		position: absolute;
		left: 33px;
		bottom: 26px;
		width: 0;
		height: 1px;
	}
	.map-tips .map-tip-blue,
	.map-tips .map-tip-red {
		position: absolute;
		bottom: 28px;
		left: 53px;
		padding: 8px 16px;
		font-size: 14px;
		color: #fff;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		visibility: hidden;
	}

	section.sect-inner h2 {
		font-size: 30px;
	}
	.box-bg dl,
	.box dl {
		display: table;
	}
	.sect-inner .box-bg dt,
	.sect-inner .box-bg dd,
	.sect-inner .box dt,
	.sect-inner .box dd {
		display: table-cell;
		padding: 15px 10px;
	}
	.sect-inner .box-bg dt,
	.sect-inner .box dt {
		width: 25%;
		font-size: 1.5em;
		vertical-align: middle;
	}
	.sect-inner .box-bg dd,
	.sect-inner .box dd {
		width: 75%;
	}
	section.sect-inner h3 {
		font-size: 24px;
	}
	.filtering-tabs {
		margin-bottom: 50px;
	}
	.filtering-tabs ul {
		width: 100%;
	}
	.filtering-tabs ul li {
		width: 100%;
	}
	.filtering-tabs ul > li > a {
		padding: 1em;
	}

	.global-network {
		padding-bottom: 100px;
	}
	.global-network .title {
		padding: 100px 0 40px 0;
	}
	.global-network .title ~ .title {
		padding: 40px 0;
	}
	.global-network .branches-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.global-network .branches-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 16px);
		flex: 0 1 calc(50% - 16px);
		-ms-flex-preferred-size: calc(50% - 16px);
		min-height: 130px;
	}
	.global-network .branches-box {
		padding: 18px 16px;
	}

	.glossary .wrap {
		font-size: 16px;
	}

	section.content-img-box {
		padding: 5% 0;
		background: url(../images/index/data/banner/PC/1.webp) no-repeat; 
		background-size: cover;
	}
	section.content-img-box h1 {
		margin-bottom: 60px;
		font-size: 42px;
	}
	section.content-img-box dt {
		font-size: 18px;
	}
	section.content-img-box dd {
		font-size: 16px;
	}
	section.content-img-box dd b {
		font-size: 60px;
		line-height: 1.7;
	}

	.noticebody {
		background: url(../images/glossary/PC/noticebg.png) no-repeat left top;
		background-size: 100%;
	}
	.notice-icon {
		width: 8.33333333%;
	}
	.noticetext {
		width: 91.66666667%;
	}
	.notice-icon img {
		margin: 33% 31%;
	}
	.noticetext a h2 {
		font-size: 30px;
	}

	.glossary .category {
		display: flex;
	}
	.glossary .category .menu {
		margin-top: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.glossary .category ul li a {
		font-size: 16px;
	}
	.glossary .category .content {
		margin-left: 20px;
		width: calc(75% - 20px);
	}
	.glossary .category .content .wrap {
		margin-bottom: 10px;
		width: calc(50% - 10px);
	}
	.glossary .category .content .wrap:nth-child(2n) {
		margin-left: 10px;
	}
	.glossary .category .info {
		padding: 40px;
	}

	footer {
		padding-bottom: 0;
	}
	footer .footerlan {
		position: absolute;
		right: 0;
		width: 15%;
	}
	footer .footerlan li a {
		display: block;
	}
	footer .footerlan li a:hover {
		opacity: .5;
	}
	footer .footerlan li:last-child {
		border-bottom: none;
	}
	footer > ul {
		padding: 40px 0;
		-ms-flex-pack: center;
		max-width: 100%;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer > ul a {
		padding: 0 1.5rem 0 calc(1.5rem + 1.5rem + 40px);
	}
	footer ul a span.i {
		position: absolute;
		top: 50%;
		left: 1.5rem;
		width: 44px;
		height: 44px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	footer ul a span.icon {
		font-size: 18px;
	}
	footer ul a span.lbl {
		padding: 10px 0;
		font-size: 14px;
		line-height: 1.5714;
	}
	footer ul a span.lbl br {
		display: none;
	}
	footer .wrap {
		padding: 40px 0;
	}
	footer .wrap .footerside {
		left: 0;
		width: 150px;
	}
	footer .wrap .logo {
		width: auto;
		height: 62px;
		text-align: center;
	}
	footer .wrap .logo img {
		display: inline-block;
		width: auto;
		height: 100%;
	}
	footer .wrap .copyright {
		margin-top: 20px;
	}
	/*footer .wrap ul {
		margin-top: 32px;
	}*/
	footer .wechat-qrcode {
		position: absolute;
		top: 60px;
		left: -60px;
	}
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}

	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.order-sm-0 {
		order: 0;
	}

	.order-sm-1 {
		order: 1;
	}
}

/*@media print,screen and (min-width: 415px) { 
	.info .main section .wrap table tr,
	.access .main section .wrap table tr {
		border-bottom: none;
	}
	.info .main section .wrap table tr th,
	.access .main section .wrap table tr th {
		width: calc(25% - ((20 / 820) * 100%));	
	}
	.info .main section .wrap table tr td,
	.access .main section .wrap table tr td {
		width: calc(75% - ((20 / 820) * 100%));
	}
	.info .main section .wrap table tr th,
	.info .main section .wrap table tr td,
	.access .main section .wrap table tr th,
	.access .main section .wrap table tr td {
		padding: 20px 0;
		border-bottom: solid 2px #d7d7d7;
	}
	.main section .wrap table tr td dl.dlst-flex dt {
		width: calc(33.3333% - ((30 / 820) * 100%));
	}
	.main section .wrap table tr td dl.dlst-flex dd {
		width: calc(66.6667% - ((30 / 820) * 100%));
	}
}*/
@media (max-width: 768px) {
	.banner .swiper-slide strong {
		margin-right: 20px;
		bottom: 20px;
		font-size: 16px;
	}
	.banner .swiper-slide strong br {
		display: none;
	}
	.banner .swiper-slide a.animated {
		bottom: 40px;
		width: 210px;
		height: 58px;
		padding-top: 10px;
	}
}

@media print,screen and (min-width: 415px) { 
	.info .main section .wrap table tr,
	.access .main section .wrap table tr {
		border-bottom: none;
	}
	.info .main section .wrap table tr th,
	.access .main section .wrap table tr th {
		width: calc(25% - ((20 / 820) * 100%));	
	}
	.info .main section .wrap table tr td,
	.access .main section .wrap table tr td {
		width: calc(75% - ((20 / 820) * 100%));
	}
	.info .main section .wrap table tr th,
	.info .main section .wrap table tr td,
	.access .main section .wrap table tr th,
	.access .main section .wrap table tr td {
		padding: 20px 0;
		border-bottom: solid 2px #d7d7d7;
	}
	.main section .wrap table tr td dl.dlst-flex dt {
		width: calc(33.3333% - ((30 / 820) * 100%));
	}
	.main section .wrap table tr td dl.dlst-flex dd {
		width: calc(66.6667% - ((30 / 820) * 100%));
	}
}