.embed .m-001 {
	position: fixed;
	width: 100%;
	z-index: 200
}

/* add 2019/06/03 EU style */
.embed .m-001__inner {
	margin: 0 auto;
	background-color: #ffffff;
}

.embed .m-001__topbar {
	overflow: hidden;
	background-color: #fff;
	padding-top: 6px;
	height: 60px;
	left: 0;
	line-height: 60px;
	right: 0;
	top: 0;
	z-index: 97;
	border-bottom: 1px solid #e5e5e6
}

/* add 2019/06/03 EU style */
@media print, screen and (min-width: 1010px) {
.embed .m-001__topbar {
		max-width: 1000px;
		margin: 0 auto;
	}
}

.embed .m-001__logo {
	margin: 0;
	padding-right: 5px;
	display: block;
	text-align: right
}

.embed .m-001__logo a {
	display: inline-block;
	text-align: right
}

.embed .m-001__logo img {
	width: 120px;
	display: inline-block;
	padding-left: 5px;
	text-align: right
}

.embed .m-001__global {
	position: absolute;
	width: 68px;
	height: 30px;
	left: 55px;
	top: 15px;
	text-align: center
}

.embed .m-001__global a {
	width: 68px;
	height: 30px;
	display: block;
	text-decoration: none
}

.embed .m-001__global i {
	display: table-cell;
	vertical-align: middle;
	line-height: 30px;
	font-size: 2.3rem
}

.embed .m-001__global p {
	display: table-cell;
	text-decoration: none;
	padding-left: 5px;
	color: #737272;
	vertical-align: middle
}

.embed .m-001__menu-button {
	background: url(/common/img/Icon-MobileMenu.png) no-repeat left center;
	display: inline-block;
	display: none;
	overflow: hidden;
	text-indent: -999em;
	float: left;
	width: 27px
}

.embed .m-001 .DesktopNav {
	display: none
}

.embed #MobileNav {
	background-color: #fff;
	border-bottom: 4px solid #e5e5e6;
	border-top: 1px solid #e5e5e6;
	display: none;
	left: 0;
	padding-bottom: 10px;
	position: absolute;
	width: 100%;
	z-index: 1999
}

.embed .MenuIcon {
	background: url(/common/img/Icon-MobileMenu.png) no-repeat left center;
	display: inline-block;
	position: absolute;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	top: 15px;
	left: 20px;
	cursor: pointer
}

.embed #MobileNav .SubMenu {
	display: none
}

.embed #MobileNav ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.embed #MobileNav ul li {
	background: 0;
	margin-bottom: auto;
	padding-left: 0
}

.embed #MobileNav ul li {
	display: block;
	padding: 12px 15px
}

.embed #MobileNav ul li:before, #MobileNav ul li:after {
	content: " ";
	display: table
}

.embed #MobileNav ul li:after {
	clear: both
}

.embed #MobileNav ul li:before, #MobileNav ul li:after {
	content: " ";
	display: table
}

.embed #MobileNav ul li:after {
	clear: both
}

.embed #MobileNav ul li a {
	color: #737272;
	float: left;
	display: block
}

.embed #MobileNav ul li a.Expand {
	display: inline-block;
	height: 110%;
	float: right;
	padding-left: 30px;
	position: relative;
	text-indent: -999em;
	width: 16px
}

.embed #MobileNav ul li a.Expand:after {
	bottom: -10px;
	content: ' ';
	left: -10px;
	position: absolute;
	right: -10px;
	top: -10px
}

.embed #MobileNav ul li .Contract {
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
	height: 100%;
	margin-right: 15px;
	position: relative;
	width: 16px
}

.embed #MobileNav ul li .Contract:after {
	content: '';
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px
}

.embed #MobileNav ul li ul {
	display: none
}

.embed #MobileNav {
	-webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
	background-color: #fff;
	border-bottom: 0;
	display: block;
	left: -320px;
	max-height: 100%;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	padding-top: 45px;
	top: 0;
	width: 300px;
	z-index: 1500
}

.embed #MobileNav.Active {
	left: 0;
	opacity: 1
}

.embed #MobileNav .Inner {
	padding: 25px
}

.embed #MobileNav .Close {
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px
}

.embed #MobileNav .Home {
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
	left: 25px;
	height: 30px;
	position: absolute;
	top: 15px;
	width: 21px
}

.embed #MobileNav ul {
	border-top: 1px solid #e5e5e5
}

.embed #MobileNav ul li {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 0
}

.embed #MobileNav ul li a {
	padding: 12px 0
}

.embed #MobileNav ul li a:hover {
	color: #e4032e
}

.embed #MobileNav .Home {
	background: url(/common/img/TopBar_Home.png) no-repeat center
}

.embed #MobileNav .Close {
	background-image: url(/common/img/Icon-MobileMenu-Close.png)
}

.embed #MobileNav ul li a.Expand {
	background: url(/common/img/Top-Expand.png) no-repeat right center
}

.embed #MobileNav ul li .Contract {
	background: url(/common/img/Top-Contract.png) no-repeat left center
}

/*--SecondaryCategoryã®è¿½åŠ  210129--*/
.embed #MobileNav .SecondaryCategoryContainer li {
	padding-left: 15px;
}

.embed #MobileNav .SecondaryCategoryContainer li:first-child {
	padding-left: 0px;
}

.embed #MobileNav .SecondaryCategoryContainer .SecondaryCategory {
	padding: 3px 5px;
	background-color: #efefef;
}


@media print, screen and (min-width: 769px) {
.embed .l-hero {
		min-height: 150px
	}

.embed .m-001__topbar {
		height: 50px;
		line-height: 50px
	}

.embed .m-001__logo {
		padding-right: 20px;
		margin: 0;
		display: inline-block;
		float: right;
		text-align: right
	}

.embed .m-001__logo a {
		padding-top: 1px;
		display: block
	}

.embed .m-001__logo img {
		/* width: 40%*/
		width: auto;
		height: 36px;
	}

.embed .m-001__global {
		display: none
	}

.embed .m-001__search {
		display: none
	}

.embed .m-001 .DesktopNav {
		width: 100%;
		margin: 0 auto 0;
		background: #fff;
		display: block
	}

.embed .m-001 .Inner {
		width: 1000px;
		height: 45px;
		margin: 0 auto;
		background: #fff
	}

.embed .m-001 .DesktopNav li {
		padding-left: 0;
		background: none
	}

.embed .m-001 .FirstLevel {
		background: #fff;
		padding-left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		list-style-type: none;
		position: relative;
		z-index: 400
	}

.embed .m-001 .FirstLevel>li {
		position: relative;
		float: left;
		height: 100%;
		text-align: center;
		margin-bottom: 0;
		font-feature-settings: "palt"
	}

.embed .m-001 .FirstLevel>li.icon {
		float: right
	}

.embed .m-001 .FirstLevel>li>a {
		position: relative;
		display: block;
		height: 100%;
		padding-left: 15px;
		padding-right: 15px;
		line-height: 45px;
		background: #fff;
		color: #737272;
		font-size: 1.6rem;
		text-decoration: none;
		z-index: 400;
		cursor: pointer
	}

.embed .m-001 .FirstLevel>li.icon>a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 2.4rem
	}

.embed .m-001 .FirstLevel>li:hover>a {
		background: #f6f6f6;
		color: #737272
	}

.embed .m-001 .FirstLevel>li>ul.SecondLevel {
		visibility: hidden;
		position: absolute;
		top: 45px;
		margin: 0;
		padding-left: 0;
		list-style-type: none;
		z-index: 150
	}

.embed .m-001 .FirstLevel>li:hover>ul.SecondLevel {
		visibility: visible;
		transition: all .3s
	}

.embed .m-001 .FirstLevel>li>ul.SecondLevel>li {
		text-align: left;
		width: 300px;
		height: 35px;
		margin-bottom: 0;
		font-feature-settings: "palt"
	}

.embed .m-001 .FirstLevel>li>ul.SecondLevel>li>a {
		position: relative;
		z-index: 150;
		display: block;
		padding: 0 20px;
		line-height: 35px;
		background: #f6f6f6;
		color: #737272;
		font-size: 1.4rem;
		text-decoration: none
	}

.embed .m-001 .FirstLevel>li>ul.SecondLevel>li>a:hover {
		background: #efefef;
		color: #737272
	}

.embed .m-001 .FirstLevel>li>ul.SecondLevel2Grid {
		visibility: hidden;
		position: absolute;
		top: 45px;
		margin: 0;
		padding-left: 0;
		list-style-type: none;
		z-index: 150;
		width: 580px;
	}

.embed .m-001 .FirstLevel>li:hover>ul.SecondLevel2Grid {
		visibility: visible;
		transition: all .3s
	}

.embed .m-001 .FirstLevel>li>ul.SecondLevel2Grid>li {
		text-align: left;
		width: 290px;
		height: 35px;
		margin-bottom: 0;
		font-feature-settings: "palt";
		float: left;
	}

.embed .m-001 .FirstLevel>li>ul.SecondLevel2Grid>li.wide {
		text-align: left;
		width: 580px;
		height: 35px;
		margin-bottom: 0;
		font-feature-settings: "palt";
		float: left;
	}

.embed .m-001 .FirstLevel>li>ul.SecondLevel2Grid>li>a {
		position: relative;
		z-index: 150;
		display: block;
		padding: 0 20px;
		line-height: 35px;
		background: #f6f6f6;
		color: #737272;
		font-size: 1.4rem;
		text-decoration: none
	}

.embed .m-001 .FirstLevel>li>ul.SecondLevel2Grid>li>a:hover {
		background: #efefef;
		color: #737272
	}

	/*--ThirdLevelã®è¿½åŠ  210129--*/
.embed .m-001 .FirstLevel>li>ul.SecondLevel>li>ul.ThirdLevel {
		visibility: hidden;
		position: absolute;
		top: 0px;
		left: 300px;
		margin: 0;
		padding-left: 0;
		list-style-type: none;
		z-index: 150
	}

.embed .m-001 .FirstLevel>li:hover>ul.SecondLevel>li:hover>ul.ThirdLevel {
		visibility: visible;
		transition: all .3s
	}

.embed .m-001 .FirstLevel>li>ul.SecondLevel>li>ul.ThirdLevel>li {
		text-align: left;
		width: 300px;
		height: 35px;
		margin-bottom: 0;
		font-feature-settings: "palt"
	}

.embed .m-001 .FirstLevel>li>ul.SecondLevel>li>ul.ThirdLevel>li>a {
		position: relative;
		z-index: 150;
		display: block;
		padding: 0 20px;
		line-height: 35px;
		background: #f6f6f6;
		color: #737272;
		font-size: 1.4rem;
		text-decoration: none
	}

.embed .m-001 .FirstLevel>li>ul.SecondLevel>li>ul.ThirdLevel>li>a:hover {
		background: #efefef;
		color: #737272
	}

.embed .m-001 .MenuIcon {
		display: none
	}

.embed .searchBlock {
		width: 270px;
		display: block;
		margin-left: 30px;
		margin-top: 5px
	}

.embed .searchBlock .gsc-input {
		width: 200px !important;
		margin: 0 !important;
	}
}

@media print {
	#IncludePageSidebar,
.embed .l-hero,
.embed .m-001__navbar,
.embed .wrap_serch,footer {
		display: none
	}

.embed .m-001__logo {
		display: block;
		float: left
	}

.embed .m-001 {
		position: relative
	}

.embed .print_logo {
		display: block;
		padding-bottom: 100px
	}
}

.embed .m-003 {
	display: none;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	left: 50%;
	line-height: 50px;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 60px;
	transform: translate(-50%, 0);
	z-index: 100
}

.embed .m-003::-webkit-scrollbar {
	-webkit-appearance: none
}

.embed .m-003::-webkit-scrollbar:vertical {
	width: 12px
}

.embed .m-003::-webkit-scrollbar:horizontal {
	height: 12px
}

.embed .m-003::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border: 2px solid #ffffff
}

.embed .m-003::-webkit-scrollbar-track {
	background-color: #ffffff
}

.embed .m-003__inner {
	width: 100%;
	position: relative;
	margin: auto;
	padding: 35px 15px 0;
	background-color: #fff
}

.embed .m-003__row {
	margin-left: -15px;
	margin-right: -15px
}

.embed .m-003__row:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-003__row:before {
	content: " ";
	display: table
}

.embed .m-003__box {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left
}

.embed .m-003__heading {
	border-bottom: 1px solid #e5e5e6;
	margin: 10px 0;
	padding-bottom: 10px;
	font-size: 2rem
}

.embed .m-003__col {
	position: relative;
	min-height: 1px;
	padding: 0 15px;
	float: left
}

.embed .m-003__link {
	color: #737272;
	display: block;
	text-decoration: none;
	white-space: nowrap
}

.embed .m-003__link:hover,
.embed .m-003__link:focus {
	text-decoration: none;
	color: #e4032e
}

.embed .m-003__image {
	margin-right: 5px;
	vertical-align: middle
}

.embed .m-003__image:hover {
	color: #e4032e
}

.embed .Blackout#RegionBlackout {
	z-index: 95
}

.embed .Blackout {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 98
}

@media print, screen and (min-width: 769px) {
.embed .m-003 {
		top: 95px;
		position: fixed
	}

.embed .m-003__inner {
		max-width: 1000px
	}

.embed .m-003__col--1 {
		width: 100%
	}

.embed .m-003__col--2 {
		width: 50%
	}

.embed .m-003__col--3 {
		width: 33.33333333%;
		line-height: 60px
	}

.embed .m-003__box--left {
		width: 66.66666667%
	}

.embed .m-003__box--right {
		width: 33.33333333%;
		line-height: 60px
	}
}

/* add 2019/06/03 EU style */
.embed .m-004 {
	border-top: 1px solid #e5e5e6;
	margin: auto;
	margin-bottom: 0
}

/* add 2019/06/03 EU style */
@media print, screen and (min-width: 1010px) {
.embed .m-004 {
		max-width: 1000px;
	}
}

.embed .m-004__body ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.embed .m-004__body li {
	margin-bottom: auto;
	padding-left: 0;
	background: 0
}

.embed .m-004__body--space {
	border-bottom: 1px solid #e5e5e6;
	height: 30px
}

.embed .m-004__body--share {
	padding-top: 30px
}

.embed .m-004__body--connect {
	margin-bottom: 40px;
	padding-top: 30px;
	list-style: none
}

.embed .m-004__body--connect:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-004__body--connect:before {
	content: " ";
	display: table
}

.embed .m-004__body--connect li {
	padding-left: 0;
	float: left
}

.embed .m-004__body--connect a {
	display: block;
	background: left top no-repeat;
	overflow: hidden;
	width: 23px;
	height: 23px;
	margin-right: 18px;
	text-indent: -999em
}

.embed .m-004__body--connect a.rss {
	background-image: url(/common/img/module/m004/Icon-RSS.png)
}

.embed .m-004__body--connect a.facebook {
	background-image: url(/common/img/module/m004/Icon-Facebook.png)
}

.embed .m-004__body--connect a.linkedIn {
	background-image: url(/common/img/module/m004/Icon-LinkedIn.png)
}

.embed .m-004__body--connect a.email {
	width: 25px;
	background-image: url(/common/img/module/m004/Icon-Email.png)
}

.embed .m-004__body--connect a.youTube {
	width: 25px;
	background-image: url(/common/img/module/m004/Icon-YouTube.png)
}

.embed .m-004__body--connect a.xing {
	width: 23px;
	background-image: url(/common/img/module/m004/Icon-Xing.png)
}

.embed .m-004__body--copy {
	line-height: 26px
}

.embed .m-004__body--sitemap {
	padding: 20px 15px;
	line-height: 30px;
	border-top: 1px solid #e5e5e6
}

.embed .m-004__body--sitemap li {
	display: inline-block;
	padding-right: 20px
}

.embed .m-004__body--sitemap a {
	color: #737272
}

.embed .m-004__body--backtop a {
	display: inline-block;
	overflow: hidden;
	color: #737272;
	line-height: 32px;
	text-indent: -999em;
	background: url(/common/img/module/m004/Icon-ToTop.png) no-repeat left center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000
}

.embed .m-004__heading {
	margin: 0 0 10px
}

@media print, screen and (min-width: 640px) {
.embed .m-004__body--share,
.embed .m-004__body--space,
.embed .m-004__body--connect {
		padding-bottom: 45px
	}

.embed .m-004__body--copy {
		padding-top: 20px
	}

.embed .m-004__body--sitemap {
		padding-left: 45px;
		padding-top: 0;
		padding-bottom: 0;
		border-top: none
	}

.embed .m-004__body--sitemap ul {
		line-height: 64px
	}

.embed .m-004__body--space {
		border-bottom: none
	}

.embed .m-004__body--backtop a {
		display: inline-block;
		padding-left: 32px;
		text-indent: 0;
		position: inherit;
		margin-top: 15px
	}
}

.embed .m-006 {
	margin: 0 -15px;
	padding: 15px 0;
	background-color: #e7e7e7
}

.embed .m-006__inner {
	position: relative;
	border-bottom: none
}

.embed .m-006__inner:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-006__inner:before {
	content: " ";
	display: table
}

.embed .m-006__column {
	display: block;
	width: auto;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 15px
}

.embed .m-006__column:nth-child(3n+1) {
	clear: both;
	border-left: 0
}

.embed .m-006__overlay {
	position: relative;
	bottom: auto;
	height: auto;
	line-height: 21px;
	padding-top: 12px;
	font-size: 14px;
	background-color: #fff
}

.embed .m-006__body {
	position: relative;
	margin-bottom: 0;
	overflow: visible;
	cursor: pointer
}

.embed .m-006__heading {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px
}

.embed .m-006__content {
	height: auto
}

.embed .m-006__description {
	margin-bottom: 20px
}

.embed .m-006__text {
	margin: 0 0 10px
}

.embed .m-006__text a {
	display: block
}

.embed .m-006__text a strong {
	position: relative;
	top: -0.1em
}

.embed .m-006 img {
	display: none
}

@media print, screen and (min-width: 640px) {
.embed .m-006 {
		padding: 0;
		margin: 0;
		border-bottom: 2px solid #cecece
	}

.embed .m-006__inner {
		padding: 15px;
		border: 1px solid #e7e7e7;
		background-color: #fff;
		border-bottom: none
	}

.embed .m-006__column {
		float: left;
		padding: 12px;
		font-size: 16px;
		margin: 0
	}

.embed .m-006__column:nth-child(3n+1) {
		clear: both;
		border-left: 0
	}

.embed .m-006__column--3 {
		width: 33.33333333%;
		margin-bottom: 10px;
		border-left: 1px solid #e7e7e7
	}

.embed .m-006 img {
		display: block;
		max-width: 100%;
		width: 100%
	}

.embed .m-006__body {
		margin-bottom: 64px
	}

.embed .m-006__body:hover .m-006__overlay {
		bottom: -64px;
		height: auto
	}

.embed .m-006__body:hover .m-006__content {
		height: auto
	}

.embed .m-006__none--wrap {
		margin-bottom: 64px
	}

.embed .m-006__none {
		margin-top: 10px
	}

.embed .m-006__overlay {
		position: absolute;
		bottom: -64px;
		left: 0;
		right: 0;
		height: 64px;
		padding-top: 12px;
		line-height: 19px
	}

.embed .m-006__content {
		height: 0;
		overflow: hidden
	}
}

.embed .m-007 .TabSet {
	background-color: #e5e5e6;
	margin-bottom: 20px;
	position: relative
}

.embed .m-007 .TabSet .Container {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-bottom: 2px solid #cecece;
	padding: 0
}

.embed .m-007 .TabSet .Header {
	overflow: hidden;
	position: relative;
	width: 100%
}

.embed .m-007 .TabSet .Header:before,
.embed .m-007 .TabSet .Header:after {
	content: " ";
	display: table
}

.embed .m-007 .TabSet .Header:after {
	clear: both
}

.embed .m-007 .TabSet .Header:before,
.embed .m-007 .TabSet .Header:after {
	content: " ";
	display: table
}

.embed .m-007 .TabSet .Header:after {
	clear: both
}

.embed .m-007 .TabSet.SingleTab .Header {
	display: none
}

.embed .m-007 .TabSet .Controls {
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	float: left;
	line-height: 50px;
	padding: 0 20px
}

.embed .m-007 .TabSet .Controls a {
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
	background-position: center center;
	display: block;
	float: left;
	line-height: 0;
	height: 0;
	padding-top: 50px;
	width: 27px
}

.embed .m-007 .TabSet .Controls a.Disabled {
	cursor: default;
	opacity: .2
}

.embed .m-007 .TabSet .Controls a.Previous {
	margin-right: 7px
}

.embed .m-007 .TabSet .TabContainer {
	background-color: #e7e7e7;
	display: inline-block;
	float: left;
	height: 50px;
	position: relative
}

.embed .m-007 .TabSet .TabContainer.Activated {
	overflow: hidden
}

.embed .m-007 .TabSet .TabContainer .Tabs {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap
}

.embed .m-007 .TabSet .TabContainer .Tabs:before,
.embed .m-007 .TabSet .TabContainer .Tabs:after {
	content: " ";
	display: table
}

.embed .m-007 .TabSet .TabContainer .Tabs:after {
	clear: both
}

.embed .m-007 .TabSet .TabContainer .Tabs:before,
.embed .m-007 .TabSet .TabContainer .Tabs:after {
	content: " ";
	display: table
}

.embed .m-007 .TabSet .TabContainer .Tabs:after {
	clear: both
}

.embed .m-007 .TabSet .TabContainer .Tabs>li {
	background: 0;
	margin-bottom: auto;
	padding-left: 0
}

.embed .m-007 .TabSet .TabContainer .Tabs>li {
	background-color: #e7e7e7;
	border-right: 1px solid #d6d5d5;
	cursor: pointer;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 0 18px
}

.embed .m-007 .TabSet .TabContainer .Tabs li.Active {
	background-color: #fff
}

.embed .m-007 .TabSet .TabContainer .Tabs>li.MobilePage {
	background: 0;
	display: none;
	padding: 15px;
	font-size: 1.4rem
}

.embed .m-007 .TabSet .Pages>div {
	display: none;
	padding: 15px
}

.embed .m-007 .TabSet .Pages>div.Active {
	display: block
}

.embed .m-007 .TabSet.TwoTabs .Controls {
	display: none
}

.embed .m-007 .TabSet.TwoTabs .TabContainer {
	display: block;
	float: none;
	width: 100%
}

.embed .m-007 .TabSet.FlipBackground {
	background: url(/common/img/TabBackground-Left.jpg) repeat-y bottom left
}

.embed .m-007 .TabSet.FlipBackground.BackgroundRight {
	background-image: url(/common/img/TabBackground-Right.jpg)
}

.embed .m-007 .TabSet .Controls a.Previous {
	background-image: url(/common/img/Nav_Left.png)
}

.embed .m-007 .TabSet .Controls a.Next {
	background-image: url(/common/img/Nav_Right.png)
}

@media screen and (max-width: 640px) {
.embed .m-007 .TabSet {
		border-bottom: 0
	}

.embed .m-007 .TabSet .Header .Controls {
		display: none
	}

.embed .m-007 .TabSet .TabContainer {
		background-color: #fff;
		height: auto
	}

.embed .m-007 .TabSet .TabContainer .Tabs {
		overflow: visible;
		position: relative;
		white-space: normal
	}

.embed .m-007 .TabSet .TabContainer .Tabs>li {
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: left 15px center;
		border-right: 0;
		display: block;
		line-height: 1.5em;
		padding: 10px 0 10px 52px;
		padding-left: 52px;
		width: 100%
	}

.embed .m-007 .TabSet .Pages>div {
		background-color: #e7e7e7;
		padding: 15px 0
	}

.embed .m-007 .TabSet.TwoTabs .TabContainer .Tabs li {
		width: 100%
	}

.embed .m-007 .TabSet .TabContainer .Tabs>li,
.embed .m-007 .TabSet .TabContainer .Tabs>li {
		background-image: url(/common/img/NavArrow-Down.png)
	}

.embed .m-007 .TabSet .TabContainer .Tabs>li.Active,
.embed .m-007 .TabSet .TabContainer .Tabs>li.Active {
		background-image: url(/common/img/NavArrow-Up.png)
	}

.embed .m-007 .TabSet.FlipBackground {
		background-image: none
	}

.embed .m-007 .TabSet.FlipBackground.BackgroundRight {
		background-image: none
	}

.embed .m-007 .TabSet .Pages>div {
		padding-left: 0;
		padding-right: 0
	}

.embed .m-007 .TabSet .TabContainer .Tabs>li th,
.embed .m-007 .TabSet .TabContainer .Tabs>li td {
		font-size: 1.4rem;
		line-height: 1.38
	}
}

@media print {
.embed .m-007 .TabSet .Container {
		border: 0
	}

.embed .m-007 .TabSet .Pages>div {
		display: none;
	}

.embed .m-007 .TabSet .Pages>div.Active {
		display: block padding: 0
	}

.embed .m-007 .Header {
		display: none;
	}
}

.embed .m-008 {
	background: #e7e7e7;
	margin: 0 -15px
}

.embed .m-008__inner {
	padding: 30px 20px
}

.embed .m-008 .g-row>div {
	border-bottom: 1px solid #e7e7e7
}

.embed .m-008 .g-row>div:last-child {
	border-bottom: 0
}

.embed .m-008__link {
	width: 100%;
	display: block;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #fff no-repeat center right 10px;
	background-size: 20px
}

.embed .m-008__link--search {
	background-image: url(/common/img/icon-search.png)
}

.embed .m-008__link--catalog {
	background-image: url(/common/img/icon-catalog.png)
}

.embed .m-008__link--network {
	background-image: url(/common/img/icon-network.png)
}

.embed .l-page-footer .l-section:last-child {
	margin-bottom: 0
}

.embed .nsk_down {
	background-image: url(/common/img/icon-catalog.png);
	width: 13px;
	height: 14px;
	background-size: 13px 14px;
	background-repeat: no-repeat
}

.embed .HomeSearch form {
	margin-top: 0;
	padding: 40px 0;
	overflow: hidden
}

.embed .HomeSearch form span {
	display: block;
	overflow: hidden
}

.embed .HomeSearch form input[type=submit] {
	background: #e4032e url(/common/img/icon_home_search.png) no-repeat center center;
	float: right;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
	width: 61px
}

.embed .HomeSearch form input[type=text] {
	background-image: url(/common/img/Icon-Search-InField.png);
	background-position: left 10px center;
	background-repeat: no-repeat;
	border: 1px solid #d6d5d5;
	padding: 11px 0 11px 55px;
	width: 100%
}

.embed .wrap_serch_bottom {
	width: 100%;
	padding: 25px 20px
}

.embed .searchBlockBottom {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	position: relative
}

.embed .searchBlockBottom .gsc-input {
	margin-top: 2px !important
}

.embed .searchBlockBottom .gsc-input:focus::-webkit-input-placeholder {
	color: transparent
}

.embed .searchBlockBottom .gsc-input:focus:-moz-placeholder {
	color: transparent
}

.embed .searchBlockBottom .gsc-input:focus::-moz-placeholder {
	color: transparent
}

.embed .searchBlockBottom .gsc-input:focus:-ms-input-placeholder {
	color: transparent
}

@media print, screen and (min-width: 640px) {
.embed .m-008 {
		margin: 0
	}

.embed .m-008 .g-row>div {
		border-right: 1px solid #e7e7e7;
		border-bottom: none;
		display: table
	}

.embed .m-008 .g-row>div:last-child {
		border-right: 0
	}

.embed .m-008__link {
		line-height: inherit;
		display: table-cell;
		vertical-align: middle
	}

.embed .l-page-footer .l-section:last-child {
		margin-bottom: 30px
	}
}

.embed .m-009 {
	display: none;
	border-top: 1px solid #e5e5e6;
	margin-bottom: 0
}

.embed .m-009__heading {
	font-size: 2rem;
	line-height: 26px
}

.embed .m-009__heading:first-child {
	margin-top: 1px
}

.embed .m-009__menu {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

.embed .m-009__menu ul {
	list-style: none
}

.embed .m-009__menu li {
	background-image: none;
	padding-bottom: 20px;
	padding-left: 0
}

.embed .m-009__menu li.has-children {
	cursor: pointer;
	background: url(/common/img/NavArrow-Down.png) no-repeat left top
}

.embed .m-009__menu li.open {
	cursor: pointer;
	background-image: url(/common/img/NavArrow-Up.png)
}

.embed .m-009__menu li.has-children.active {
	cursor: pointer;
	background-image: url(/common/img/Icon-Up-Form.png)
}

.embed .m-009__menu li a {
	background-position: left top;
	background-repeat: no-repeat;
	color: #5c5c5c;
	display: block;
	margin-left: 40px
}

.embed .m-009__menu li a.is-active {
	color: #e4032e
}

.embed .m-009__menu li a.desc {
	background-image: url(/common/img/NavArrow-Down.png)
}

.embed .m-009__menu li a.asc {
	background-image: url(/common/img/NavArrow-Up.png)
}

.embed .m-009__menu li a span {
	color: #e4032e
}

.embed .m-009__menu li ul {
	display: none;
	margin-top: 20px;
	margin-bottom: 0
}

.embed .m-009__menu li ul li {
	background: 0;
	padding-left: 15px;
	padding-bottom: 10px
}

.embed .m-009__menu li ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0
}

.embed .m-009__menu li ul li a.active {
	color: #e4032e
}

.embed .m-009__menu li.open ul {
	display: block
}

@media print, screen and (min-width: 640px) {
.embed .m-009 {
		display: block;
		border-top: none
	}
}

.embed .m-010 form {
	margin-top: 0;
	overflow: hidden
}

.embed .m-010 form>span {
	display: block;
	overflow: hidden
}

.embed .m-010__search {
	position: relative;
	margin-bottom: 20px
}

.embed .m-010__search button {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto
}

.embed .m-010__input {
	width: 100%;
	margin-bottom: 20px;
	padding: 11px 0 11px 11px;
	border: 1px solid #d6d5d5
}

.embed .m-010__order ul {
	font-size: 0
}

.embed .m-010__order li {
	display: inline-block;
	width: 50%;
	border-right: 1px solid #ffffff
}

.embed .m-010__order li:last-child {
	border-right: none
}

.embed .m-010__order button {
	font-size: 1.4rem;
	width: 100%
}

@media print, screen and (min-width: 640px) {
.embed .m-010__input {
		position: relative;
		margin-bottom: 0
	}

.embed .m-010__search button {
		position: absolute;
		top: 1px;
		right: 1px;
		bottom: 1px;
		width: 120px
	}

.embed .m-010__order li {
		margin-right: 15px;
		display: inline-block;
		width: 120px;
		border-right: 1px solid #ffffff
	}

.embed .m-010__order li:last-child {
		border-right: none
	}
}

.embed .m-011__header {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5
}

.embed .m-011__company {
	margin-top: 15px;
	margin-bottom: 0
}

.embed .m-011__link {
	margin-top: 10px;
	margin-bottom: 15px
}

.embed .m-011__facility {
	margin-bottom: 10px
}

.embed .m-007 .TabSet .Pages>div .m-011:first-child .m-011__header {
	border-top: none
}

.embed .m-012 {
	margin-bottom: 15px
}

.embed .m-012__item {
	margin-bottom: 15px
}

.embed .m-012__item:last-child {
	margin-bottom: 0
}

.embed .m-012__link {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-bottom: 0;
	/*margin-bottom: 3px*/
}

.embed .m-012__text {
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 4px 0
}

.embed .m-012__footer:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-012__footer:before {
	content: " ";
	display: table
}

.embed .m-012__date {
	font-size: 1.4rem;
	float: left;
	margin-right: 8px
}

.embed .m-012__inner {
	overflow: hidden
}

.embed .m-012__category {
	font-size: 1.4rem;
	float: left;
	word-break: break-word;
}

.embed .m-012__category a {
	display: inline
}

.embed .m-012__category span {
	font-weight: bold
}

@media print, screen and (min-width: 640px) {
	[id^="IncludeNews"] .m-012 {
		display: block;
	}

.embed .m-012__link {
		font-size: 1.6rem;
		line-height: 1.307692307692308;
		/*margin-bottom: 8px*/
	}

.embed .m-012__text {
		font-size: 1.4rem;
		line-height: 1.5;
		margin: 0 0 15px
	}
}

.embed .m-015 {
	margin-bottom: 15px
}

.embed .m-015__heading {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300
}

.embed .m-015__body .m-015__heading {
	margin: 0 0 10px;
	font-weight: 300
}

.embed .m-015__image {
	margin: 2px 0 15px
}

.embed .m-015__image img {
	display: block;
	width: 100%
}

.embed .m-015__text {
	margin-top: 0
}

.embed .m-015__caption {
	padding-top: 5px;
	font-size: 1.2rem
}

@media print, screen and (min-width: 640px) {
.embed .m-015__heading {
		font-size: 1.8rem;
		line-height: 1.333333333333333
	}
}

.embed .m-016 {
	margin-bottom: 15px
}

.embed .m-016__heading {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300
}

.embed .m-016__body {
	position: relative
}

.embed .m-016__body .m-016__heading {
	margin: 0 0 10px;
	font-weight: 300
}

.embed .m-016__image {
	margin: 2px 0 15px
}

.embed .m-016__image img {
	display: none;
	width: 100%
}

.embed .m-016__text {
	margin-top: 0
}

.embed .m-016__link a {
	display: block;
	padding-top: 10px;
	text-align: right;
	font-size: 1.6rem
}

@media print, screen and (min-width: 640px) {
.embed .m-016__heading {
		font-size: 1.8rem;
		line-height: 1.333333333333333
	}

.embed .m-016__image img {
		display: block
	}

.embed .m-016__link a {
		display: block;
		padding-top: 0;
		text-align: right
	}
}

.embed .m-017 {
	margin-bottom: 15px
}

.embed .m-017__inner:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-017__inner:before {
	content: " ";
	display: table
}

.embed .m-017__item {
	margin-bottom: 15px
}

.embed .m-017__item:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-017__item:before {
	content: " ";
	display: table
}

.embed .m-017__heading {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	display: none
}

.embed .m-017__image {
	float: left;
	display: none;
	width: 100px;
	height: auto;
	margin: 0 15px 15px
}

.embed .m-017__image img {
	display: none;
	width: 100%;
	height: auto
}

.embed .m-017__text {
	margin-top: 0;
	margin-bottom: 5px
}

.embed .m-017__text a {
	display: inline-block
}

.embed .m-017 label {
	margin-left: 28px;
	font-size: 1.4rem
}

.embed .m-017 input {
	margin-left: 5px;
	vertical-align: -0.2rem
}

@media print, screen and (min-width: 640px) {
.embed .m-017__heading {
		display: block;
		font-size: 1.8rem;
		line-height: 1.333333333333333
	}

.embed .m-017__image {
		display: block
	}

.embed .m-017__image img {
		display: block
	}

.embed .m-017__body {
		margin-left: 130px
	}
}

.embed .m-017B {
	display: flex;
	flex-wrap: wrap;
}

.embed .m-017B .m-017:nth-child(1) {
	margin-right: 30px;
}

.embed .m-017B .m-017__item {
	display: flex;
}

.embed .m-017B .m-017__image {
	display: block;
	margin: 0 20px 0 0;
}

.embed .m-017B .m-017__image img {
	display: block;
	min-width: 100px;
}

@media print, screen and (min-width: 880px) {
.embed .m-017B {
		flex-wrap: nowrap;
	}
}

@media print, screen and (min-width: 640px) {
.embed .m-017B .m-017__body {
		margin-left: 0px;
	}
}

.embed .m-019 table {
	width: 100%
}

.embed .m-019 caption {
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 15px
}

.embed .m-019 tr {
	display: block;
	padding-bottom: 0
}

.embed .m-019 th {
	display: none;
	vertical-align: middle
}

.embed .m-019 td {
	display: block;
	padding: 5px 0;
	width: 100%;
	border-left-width: 0
}

.embed .m-019 td:before {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1; *display: inline;
	margin-right: 5px;
	color: #888;
	font-weight: normal
}

.embed .m-019 td:before {
	display: inline-block;
	*zoom: 1; *display: inline;
	content: attr(data-th) ":"
}

.embed .m-019 .title {
	margin-top: 15px;
	padding: 10px;
	margin-bottom: 9px;
	border: 1px #e5e5e5 solid;
	text-align: center
}

.embed .m-019 tr:first-child .title {
	margin-top: 0
}

.embed .m-019 .title:before,
.embed .m-019 .empty:before {
	display: none
}

@media print, screen and (min-width: 640px) {
.embed .m-019 {
		display: block
	}

.embed .m-019 thead {
		background-color: #5cc;
		color: #fff
	}

.embed .m-019 tr {
		display: table-row
	}

.embed .m-019 th {
		display: table-cell;
		margin-bottom: 9px;
		padding: 9px 9px;
		background-color: #eeeeee;
		border-left: 1px #e5e5e5 solid;
		font-weight: normal
	}

.embed .m-019 th:first-child {
		border-left-width: 0
	}

.embed .m-019 tbody {
		vertical-align: top;
		border: 1px #ddd solid
	}

.embed .m-019 td {
		display: table-cell;
		width: auto;
		padding: 9px 15px;
		border-left: 1px #ddd solid;
		border-bottom: 1px #ddd solid
	}

.embed .m-019 tbody td:first-child {
		border-left-width: 1px
	}

.embed .m-019 td:before {
		content: none
	}

.embed .m-019 .title {
		text-align: left;
		background: none
	}
}

.embed .m-020__list {
	font-size: 0
}

.embed .m-020__list:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-020__list:before {
	content: " ";
	display: table
}

.embed .m-020__item {
	width: 100%;
	padding: 0;
	background: 0;
	display: table;
	vertical-align: middle;
	position: relative;
}

.embed .m-020__link {
	padding: 10px 25px 10px 10px;
	height: 70px;
	border: 1px #e5e5e5 solid;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 1.4rem;
}

.embed .m-020__link:after {
	font-family: 'FontAwesome';
	content: '\f0da';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -10px
}

@media print, screen and (min-width: 640px) {
.embed .m-020__list {
		margin: 0 -5px 15px
	}

.embed .m-020__item {
		width: 33.3333%;
		padding: 0 5px;
		display: table;
		float: left
	}

.embed .m-020__link {
		padding: 0 25px 0 10px;
		display: table-cell;
		word-break: break-word;
		max-height: 70px;
		width: 100%;
		vertical-align: middle
	}
}

.embed .m-020b {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	color: #e4032e;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100;
	width: 50px;
	height: 50px;
	background-color: rgba(231,231,231,0.80);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.embed .m-020b::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #e4032e;
	border-right: solid 2px #e4032e;
	transform: rotate(-45deg);
}

.embed .m-021 .btn {
	white-space: normal;
}

.embed .m-021__menu {
	display: flex;
	flex-wrap: wrap;
}

.embed .m-021__menu a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.embed .m-023 {
	margin-bottom: 15px
}

.embed .m-023__heading {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300
}

.embed .m-023__body:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-023__body:before {
	content: " ";
	display: table
}

.embed .m-023__body .m-023__heading {
	margin: 0 0 10px;
	font-weight: 300
}

.embed .m-023__image {
	margin: 2px 0 15px
}

.embed .m-023__image img {
	display: block;
	width: 100%
}

.embed .m-023__text {
	margin: 0 0 10px;
	font-size: 1.6rem
}

@media print, screen and (min-width: 640px) {
.embed .m-023__heading {
		font-size: 1.8rem;
		line-height: 1.333333333333333
	}

.embed .m-023__image {
		width: 215px;
		margin-bottom: 0;
		overflow: hidden;
		float: left;
		padding: 0 15px 15px 0
	}
}

@media print, screen and (min-width: 640px) {
.embed .m-007.show-all .TabSet .Container {
		border: 0 none;
	}

.embed .m-007.show-all .TabSet .Controls {
		display: none;
	}

.embed .m-007.show-all .TabSet .Header {
		overflow: visible;
	}

.embed .m-007.show-all .TabSet .Pages {
		border: 1px solid #e7e7e7;
		border-bottom: 2px solid #cecece;
	}

.embed .m-007.show-all .TabSet .TabContainer {
		width: 100% !important;
		background: #fff;
	}

.embed .m-007.show-all .TabSet .TabContainer {
		height: auto;
	}

.embed .m-007.show-all .TabSet .TabContainer .Activated {
		overflow: visible;
		height: auto;
	}

.embed .m-007.show-all .TabSet .TabContainer .Tabs {
		white-space: normal;
		position: static;
		left: 0 !important;
	}

.embed .m-007.show-all .TabSet .TabContainer .Tabs > li {
		margin-right: 5px;
		border: 1px solid #d6d5d5;
		padding: 0 18px 0 28px;
		background-image: url(/common/img/NavArrow-Down02.png);
		background-repeat: no-repeat;
		background-position: left 5px center;
	}

.embed .m-007.show-all .TabSet .TabContainer .Tabs > li.Active {
		background-image: url(/common/img/NavArrow-Down02-on.png);
	}
}

.embed .m-024__inner {
	margin-bottom: 15px;
	font-size: 0
}

.embed .m-024__inner:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-024__inner:before {
	content: " ";
	display: table
}

.embed .m-024__button {
	width: 100%;
	padding: 0;
	background: 0;
	display: table;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.embed .m-024__link {
	padding: 10px 25px 10px 10px;
	height: 50px;
	border: 1px #e5e5e5 solid;
	background-color: #dddddd;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 1.4rem;
	text-decoration: none;
}

.embed .m-024__link:hover,
.embed .m-024__link:focus,a.m-024__link:hover,a.m-024__link:focus {
	background-color: #cccccc;
	text-decoration: none;
}

.embed .m-024__link:after {
	font-family: 'FontAwesome';
	content: '\f002';
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -12px
}

@media print,screen and (min-width: 640px) {
.embed .m-024__inner {
		margin: 0 -5px 15px
	}

.embed .m-024__button {
		width: 33.3333%;
		padding: 0 5px;
		display: table;
		float: right;
	}

.embed .m-024__link {
		padding: 0 25px 0 10px;
		display: table-cell;
		word-break: break-word;
		max-height: 50px;
		width: 100%;
		vertical-align: middle
	}
}

.embed .m-025__inner {
	margin-bottom: 15px;
	font-size: 0
}

.embed .m-025__inner:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-025__inner:before {
	content: " ";
	display: table
}

.embed .m-025__button {
	margin-top: 0;
	padding: 0;
	background: 0;
	display: table;
	vertical-align: middle;
	position: relative;
}

.embed .m-025__link {
	color: #ffffff;
	padding: 10px 25px 10px 20px;
	height: 50px;
	border: 1px #e4032e solid;
	background-color: #e4032e;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 1.4rem;
	text-decoration: none;
}

.embed .m-025__link:hover,
.embed .m-025__link:focus,a.m-025__link:hover,a.m-025__link:focus {
	color: #ffffff;
}

.embed .m-025__link:after {
	font-family: 'FontAwesome';
	content: '\f002';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px
}

@media print,screen and (min-width: 640px) {
.embed .m-025__button {
		display: table;
		float: left;
	}

.embed .m-025__link {
		padding: 0 25px 0 20px;
		display: table-cell;
		word-break: break-word;
		max-height: 50px;
		width: 100%;
		vertical-align: middle
	}
}

.embed .m-026 ul li {
	margin-bottom: 10px;
}

.embed .m-026__list {
	display: flex;
	flex-wrap: wrap;
}

.embed .m-026__item {
	padding-left: 0;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background: 0;
	margin-left: -1px;
}

.embed .m-026__link {
	display: flex;
	flex-direction: column;
	padding: 0 30px;
	text-align: center;
}

.embed .m-026__anchor {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.embed .m-026__anchor::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #E4032E;
	border-bottom: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: 0 0 4px 10px;
}

.embed .m-027 {
	margin-bottom: 15px
}

.embed .m-027__body:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-027__body:before {
	content: " ";
	display: table
}

.embed .m-027__body .m-027__heading {
	margin: 0 0 10px;
	font-weight: 300
}

.embed .m-027__inner .heading_h3 {
	margin-bottom: 20px;
}

.embed .m-027__text {
	margin: 0 0 10px;
	font-size: 1.6rem
}

.embed .m-027__image {
	margin: 0 0 20px 0;
}

.embed .m-027__image img {
	width: 100%;
}

.embed .m-027 .textBox_right {
	padding: 0 0 0 20px;
}

.embed .m-027 .imgBox_left {
	width: 130px;
}

.embed .m-027 .imgBox_CAD {
	width: 130px;
}

.embed .m-027__button {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	background: 0;
	text-align: left;
	line-height: 20px;
	position: relative;
}

.embed .m-027__link {
	display: inline-block;
	padding-right: 40px;
	background-color: #ffffff;
	color: #e4032e;
	font-size: 1.6rem;
	text-decoration: none;
}

.embed .m-027__link:hover,
.embed .m-027__link:focus,a.m-027__link:hover,a.m-027__link:focus {
	color: #98021f;
}

.embed .m-027__link:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	left: 50px;
}

@media print, screen and (max-width: 414px) {
.embed .m-027__inner .box_flex {
		align-items: center;
	}

.embed .m-027__inner .box_flex.mb40 .textBox_right {
		margin-top: 0;
	}

.embed .m-027 .textBox_right {
		padding: 0;
	}

.embed .m-027 .imgBox_CAD {
		width: 100%;
	}
}

.embed .m-028__inner {
	margin: 15px 0 15px 0;
	font-size: 0
}

.embed .m-028__inner:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-028__inner:before {
	content: " ";
	display: table
}

.embed .m-028__button {
	width: 100%;
	padding: 0;
	background: 0;
	display: table;
	vertical-align: middle;
	position: relative;
}

.embed .m-028__link {
	color: #e4032e;
	padding: 10px 25px 10px 20px;
	height: 50px;
	border: 1px #e5e5e6 solid;
	background-color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 1.6rem;
	text-decoration: none;
}

.embed .m-028b__link {
	color: #e4032e;
	padding: 10px 25px 10px 20px;
	height: 50px;
	border: 1px #e5e5e6 solid;
	background-color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 1.6rem;
	text-decoration: none;
}

.embed .m-028__link:hover,
.embed .m-028__link:focus,a.m-028__link:hover,a.m-028__link:focus {
	color: #98021f;
}

.embed .m-028b__link:hover,
.embed .m-028b__link:focus,a.m-028b__link:hover,a.m-028b__link:focus {
	color: #98021f;
}

.embed .m-028__link:after {
	font-family: 'FontAwesome';
	content: '\f08e';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px
}

.embed .m-028b__link:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	right: 15px;
}

@media print,screen and (min-width: 640px) {
.embed .m-028__inner {
		margin: 15px 0px
	}

.embed .m-028__button {
		display: table;
		float: left;
	}

.embed .m-028__link {
		padding: 0 25px 0 20px;
		display: table-cell;
		word-break: break-word;
		max-height: 50px;
		width: 100%;
		vertical-align: middle
	}

.embed .m-028b__link {
		padding: 0 25px 0 20px;
		display: table-cell;
		word-break: break-word;
		max-height: 50px;
		width: 100%;
		vertical-align: middle
	}
}

.embed .m-029 {
	margin: 0 -15px;
	padding: 15px 0;
}

.embed .m-029__inner {
	position: relative;
	border-bottom: none
}

.embed .m-029__inner:after {
	content: " ";
	display: table;
	clear: both
}

.embed .m-029__inner:before {
	content: " ";
	display: table
}

.embed .m-029__column {
	display: block;
	width: auto;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 15px
}

.embed .m-029__column:nth-child(3n+1) {
	clear: both;
	border-left: 0
}

.embed .m-029__overlay {
	position: relative;
	bottom: auto;
	height: auto;
	line-height: 21px;
	padding-top: 12px;
	font-size: 14px;
	background-color: #fff
}

.embed .m-029__body {
	position: relative;
	margin-bottom: 0;
	overflow: visible;
	cursor: pointer
}

.embed .m-029__heading {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px
}

.embed .m-029__content {
	height: auto
}

.embed .m-029__description {
	margin-bottom: 20px
}

.embed .m-029__text {
	margin: 0 0 10px
}

.embed .m-029__text a {
	display: block
}

.embed .m-029__text a strong {
	position: relative;
	top: -0.1em
}

.embed .m-029 img {
	display: none
}

.embed .m-029__column-sp:nth-child(4n-2) {
	padding-right: 5px;
}

.embed .m-029__column-sp:nth-child(4n) {
	padding-left: 5px;
}

.embed .m-029__column-sp p {
	line-height: 1.4rem;
	margin: 0 0 10px;
}

.embed .m-029__button {
	width: 100%;
	padding: 0;
	background: 0;
	display: table;
	vertical-align: middle;
	position: relative;
}

.embed .m-029__link {
	color: #e4032e;
	padding: 10px 25px 10px 20px;
	height: 50px;
	border: 1px #e5e5e6 solid;
	background-color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 1.6rem;
	text-decoration: none;
}

.embed .m-029__link:hover,
.embed .m-029__link:focus,a.m-029__link:hover,a.m-029__link:focus {
	color: #98021f;
}

.embed .m-029__link:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	right: 18px;
}

@media print, screen and (min-width: 415px) {
.embed .m-029 {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #e7e7e7
	}

.embed .m-029__inner {
		padding: 15px;
		border: 1px solid #e7e7e7;
		background-color: #fff;
		border-bottom: none
	}

.embed .m-029__column {
		float: left;
		padding: 12px;
		font-size: 16px;
		margin: 0
	}

.embed .m-029__column:nth-child(3n+1) {
		clear: both;
		border-left: 0
	}

.embed .m-029__column--3 {
		width: 33.33333333%;
		margin-bottom: 10px;
		border-left: 1px solid #e7e7e7
	}

.embed .m-029 img {
		display: block;
		max-width: 100%;
		width: 100%
	}

.embed .m-029__body {
		margin-bottom: 64px
	}

.embed .m-029__body:hover .m-029__overlay {
		bottom: -64px;
		height: auto
	}

.embed .m-029__body:hover .m-029__content {
		height: auto
	}

.embed .m-029__none--wrap {
		margin-bottom: 64px
	}

.embed .m-029__none {
		margin-top: 10px
	}

.embed .m-029__overlay {
		position: absolute;
		bottom: -64px;
		left: 0;
		right: 0;
		height: 64px;
		padding-top: 12px;
		line-height: 19px
	}

.embed .m-029__content {
		height: 0;
		overflow: hidden
	}

.embed .m-029__button {
		display: table;
		float: left;
	}

.embed .m-029__link {
		padding: 0 25px 0 20px;
		display: table-cell;
		word-break: break-word;
		max-height: 50px;
		width: 100%;
		vertical-align: middle
	}
}

.embed .m-030 {
}

.embed .m-030__inner {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.embed .m-030__item {
	flex-basis: calc((100% - 60px)/ 3);
	max-width: calc((100% - 60px)/ 3);
	margin-bottom: 30px;
}

.embed .m-030__item:nth-of-type(1),
.embed .m-030__item:nth-of-type(2),
.embed .m-030__item:nth-of-type(3) {
	margin-top: 0;
}

.embed .m-030__item:nth-of-type(3n-1):nth-last-of-type(1) {
	margin-right: auto;
	margin-left: 30px;
}

.embed .m-030__item__inner {
	flex-direction: column;
	flex-basis: 100%;
}

.embed .m-030__contents {
	flex-direction: column;
	min-height: 0%;
}

.embed .m-030__contents h3 {
	margin-top: 10px;
}

.embed .m-030__image {
	min-height: 0%;
}

.embed .m-030__button {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background: 0;
	line-height: 50px;
	position: relative;
}

.embed .m-030__link {
	display: inline-block;
	padding-right: 40px;
	background-color: #ffffff;
	color: #e4032e;
	font-size: 1.6rem;
	text-decoration: none;
}

.embed .m-030__link:hover,
.embed .m-030__link:focus,a.m-030__link:hover,a.m-030__link:focus {
	color: #98021f;
}

.embed .m-030__link:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	left: 50px;
}

@media print, screen and (max-width: 414px) {
.embed .m-030__inner {
		flex-direction: column;
	}

.embed .m-030__item {
		flex-direction: column;
		margin-left: 0px;
		flex-basis: 100%;
		max-width: 100%;
	}

.embed .m-030__item:nth-of-type(3n-1):nth-last-of-type(1) {
		margin-left: 0px;
	}

.embed .m-030__item__inner {
		flex-direction: row;
	}

.embed .m-030__contents {
	}

.embed .m-030__image {
		margin-top: 2px;
		margin-right: 20px;
	}

.embed .m-030__image img {
		max-width: 157px;
	}

.embed .m-030__button {
	}

.embed .m-030__link {
	}
}

.embed .m-031 {
}

.embed .m-031__inner {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.embed .m-031__item {
	flex-basis: calc((100% - 90px)/ 4);
	max-width: calc((100% - 90px)/ 4);
	margin-bottom: 30px;
}

.embed .m-031__item:nth-of-type(1),
.embed .m-031__item:nth-of-type(2),
.embed .m-031__item:nth-of-type(3),
.embed .m-031__item:nth-of-type(4) {
	margin-top: 0;
}

.embed .m-031__item:nth-of-type(4n-1):nth-last-of-type(1),
.embed .m-031__item:nth-of-type(4n-2):nth-last-of-type(1) {
	margin-right: auto;
	margin-left: 30px;
}

.embed .m-031__item:nth-of-type(4n-2):nth-last-of-type(2) {
	margin-right: 0;
	margin-left: 30px;
}

.embed .m-031__contents {
	flex-direction: column;
	flex-basis: 100%;
}

.embed .m-031__contents h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.embed .m-031__image {
	min-height: 0%;
}

.embed .m-031__button {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	background: 0;
	line-height: 20px;
	position: relative;
}

.embed .m-031__link {
	display: inline-block;
	padding-right: 40px;
	background-color: #ffffff;
	color: #e4032e;
	font-size: 1.6rem;
	text-decoration: none;
}

.embed .m-031__link:hover,
.embed .m-031__link:focus,a.m-031__link:hover,a.m-031__link:focus {
	color: #98021f;
}

.embed .m-031__link:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	left: 50px;
}

@media print, screen and (max-width: 414px) {
.embed .m-031__inner {
		flex-direction: column;
	}

.embed .m-031__item {
		flex-direction: column;
		margin-bottom: 10px;
		margin-left: 0;
		flex-basis: 100%;
		max-width: 100%;
		; }

.embed .m-031__item:nth-of-type(4n-1):nth-last-of-type(1),
.embed .m-031__item:nth-of-type(4n-2):nth-last-of-type(1) {
		margin-right: 0;
		margin-left: 0;
	}

.embed .m-031__item:nth-of-type(4n-2):nth-last-of-type(2) {
		margin-right: 0;
		margin-left: 0;
	}

.embed .m-031__contents {
	}

.embed .m-031__button {
		height: 50px;
		line-height: 50px;
	}

.embed .m-031__link {
		width: 100%;
		padding-right: 0;
		padding-left: 20px;
		border: 1px #e5e5e6 solid;
	}

.embed .m-031__link:hover,
.embed .m-031__link:focus,a.m-031__link:hover,a.m-031__link:focus {
		color: #98021f;
	}

.embed .m-031__link:after {
		content: "";
		position: absolute;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #E4032E;
		border-right: 2px solid #E4032E;
		transform: rotate(45deg);
		margin: auto;
		top: 0;
		bottom: 0;
		right: 18px;
		left: auto;
	}
}

/* TCIä½œæ¥­åˆ† */
/* å…±é€šã‚¨ãƒªã‚¢ */
.embed .m-008__innertab {
	background: #fff;
}

.embed .m-021 {
	position: relative;
}

.embed .m-021 .btn {
	white-space: normal;
}

.embed .m-021__menu.pull-contents {
	position: absolute;
	display: block;
	width: 160px;
	height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
	top: 49px;
	left: -2px;
	opacity: 0;
	z-index: -10;
}

.embed .m-021__menu.pull-contents.is-active {
	opacity: 1;
	z-index: 10;
}

.embed .m-021__menu.pull-contents .btn-year {
	display: block;
	width: 160px;
	padding: 5px 15px;
	background: #F6F6F6;
	color: #737272;
	text-decoration: none;
	cursor: pointer;
}

.embed .m-021__menu.pull-contents .btn-year:hover {
	background: #e5e5e5;
}

.embed .m-021__menu.pull-contents .btn-year:not(:last-of-type) {
	border-bottom: 1px solid #E5E5E6;
}

.embed .m-021__menu--pulldown {
	position: relative;
	padding: 14px;
	border: 1px solid #E4032E;
	color: #E4032E;
	font-size: 14px;
	font-weight: 400;
	width: 160px;
	height: 50px;
	cursor: pointer;
}

.embed .m-021__menu--pulldown:hover {
	color: #98021f;
	text-decoration: underline;
}

.embed .m-021__menu--pulldown.is-active .pulldown__close {
	display: none;
}

.embed .m-021__menu--pulldown.is-active .pulldown__open {
	display: flex;
}

.embed .m-021__menu--pulldown .pulldown__close {
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 1;
}

.embed .m-021__menu--pulldown .pulldown__close::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #E4032E;
	border-bottom: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: 0 0 4px 0;
}

.embed .m-021__menu--pulldown .pulldown__open {
	display: none;
	justify-content: space-between;
	align-items: center;
	display: none;
}

.embed .m-021__menu--pulldown .pulldown__open::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: 2px solid #E4032E;
	border-top: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: 4px 0 0 0;
}

.embed .m-018__inner a.tech_j-download {
	position: relative;
	display: inline-block;
	width: 130px;
	padding: 7px 0 7px 30px;
	border: 1px solid #E4032E;
}

.embed .m-018__inner a.tech_j-download::before {
	content: '';
	position: absolute;
	display: inline-block;
	background: url(/jp/common/img/Icon-Download.png) no-repeat left center;
	margin: 0 10px 0 0;
	width: 14px;
	height: 14px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
}

.embed .m-021__menu--pulldown.tech {
	margin: 5px 0 40px 0;
}

.embed .tab-content.newslist .tab-pane.panel-body {
	padding: 40px 0 15px 0;
}

.embed .heading.heading--02.heading--border.noBorder {
	font-weight: bold;
}

.embed .heading.heading--02.heading--border.noBorder:after {
	border-bottom: none;
	width: 0px;
}

.embed .category__radio {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.embed .category__radio li {
	background: none;
	padding: 0;
	margin: 0 20px 10px 0;
}

.embed .category__radio li input[type=radio] {
	position: relative;
	left: 0;
	width: 14px;
	height: 14px;
	margin: 0 10px 0 0;
	cursor: pointer;
	outline: none;
	background: #fff;
	border: 1px solid #cfd8dc;
	border-radius: 50%;
	appearance: none;
	-webkit-appearance: none;
	vertical-align: middle;
	cursor: pointer;
}

.embed .category__radio li input[type=radio]:checked::before {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	content: "";
	background: #E4032E;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.embed .category__radio li label {
	font-weight: 400;
	cursor: pointer;
	margin: 0;
}

.embed .category__radio li input[type=radio]#company:checked .m-012__item {
	display: none;
}

.embed .category__radio li input[type=radio]#company:checked .m-012__item.company {
	display: block;
}

.embed .m-012__item.flex .m-012__footer {
	margin: 0 0 5px 0;
}

.embed .m-012__item.flex {
	display: flex;
	flex-direction: column-reverse;
	margin: 0 0 30px 0;
}

.embed .is-sp {
	display: none;
}

/* topã®ãƒœã‚¿ãƒ³ã‚¨ãƒªã‚¢ */
.embed .m-008__inner.m-topbutton__inner {
	padding: 10px 15px 15px;
}

.embed .m-link__iconArea.topbutton-products {
	padding: 8px 0;
}

.embed .m-link__iconArea.topbutton-products img {
	width: 36px;
	height: 36px;
}

/* footerã®å…±é€šãƒœã‚¿ãƒ³ */
.embed .g-bg-footNav {
	background: #fff;
}

.embed .iconConts {
	width: calc((99.99% - 10px) / 3);
	border: 1px solid #E5E5E6 !important;
}

.embed .iconConts:not(:last-of-type) {
	margin: 0 5px 0 0;
}

.embed .m-008__link.icon-link {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
}

.embed .m-008__link.icon-link:hover {
	color: #737272;
	text-decoration: underline;
}

.embed .m-008__link.icon-link.global::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #E4032E;
	border-right: 2px solid #E4032E;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	right: 13px;
}

.embed .m-link__iconArea {
	display: flex;
	align-items: center;
	background: #E4022E;
	width: 60px;
	height: 60px;
	padding: 8px;
}

.embed .m-link__iconArea img {
	margin: auto;
}

.embed .icon-link span {
	padding: 0 15px;
	text-align: left;
	color: #5c5c5c;
	font-size: 1.3rem;
}

.embed .m-012__link.news {
	margin: 0;
}

@media print, screen and (max-width: 768px) {
.embed .g-bg-footNav {
		background: #E7E7E7;
	}

.embed .category__radio {
		flex-wrap: wrap;
		margin: 0 0 25px 0;
	}

.embed .category__radio li {
		padding: 15px 20px 15px 10px;
		border: 1px solid #E5E5E6;
		margin: 0 5px 5px 0 !important;
	}

.embed .category__radio li[active="true"] {
		background: rgba(255,0,0,0.1);
		border: 1px solid #E4032E;
	}

.embed .iconConts {
		display: block;
		width: 100%;
	}

.embed .iconConts:not(:last-of-type) {
		margin: 0 0 10px 0;
	}

.embed .m-008__innertab {
		padding: 20px 15px;
		background: #E7E7E7;
	}

.embed .icon-link span {
		font-size: 16px;
	}
}

@media print, screen and (max-width: 414px) {
.embed .is-pc {
		display: none;
	}

.embed .is-sp {
		display: block;
	}

.embed .m-021__menu--pulldown.tech {
		margin: 15px 0 40px 0;
	}

.embed .m-021__menu--pulldown {
		width: 100%;
	}

.embed .tr_tech_pdfConts {
		display: flex;
		width: 100%;
	}

.embed .m-021__menu.pull-contents.techJournal,
.embed .m-021__menu.newslist {
		width: 100%;
	}

.embed .m-021__menu.pull-contents .btn-year {
		width: 100%;
		text-align: center;
		padding: 10px 15px;
	}
}
