 .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__search {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 135px;
	top: 15px
}
.embed .m-001__search a {
	width: 30px;
	height: 30px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/common/img/Icon-Search-Header.jpg) no-repeat center center;
	background-size: 26px;
	cursor: pointer;
}
.embed .m-001__search a.open {
	background: url(/common/img/CloseIcon-Gray.png) no-repeat center center
}
.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__search-icon {
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/jp/p/images/layout/Icon-Search-Header.jpg);
	background-position: center center;
	width: 30px
}
.embed .m-001 .DesktopNav {
	display: none
}
#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
}
#MobileNav .SubMenu {
	display: none
}
#MobileNav ul {
	list-style: none;
	margin: 0;
	padding: 0
}
#MobileNav ul li {
	background: 0;
	margin-bottom: auto;
	padding-left: 0
}
#MobileNav ul li {
	display: block;
	padding: 12px 15px
}
#MobileNav ul li:before, #MobileNav ul li:after {
	content: " ";
	display: table
}
#MobileNav ul li:after {
	clear: both
}
#MobileNav ul li:before, #MobileNav ul li:after {
	content: " ";
	display: table
}
#MobileNav ul li:after {
	clear: both
}
#MobileNav ul li a {
	color: #737272;
	float: left;
	display: block
}
#MobileNav ul li a.Expand {
	display: inline-block;
	height: 110%;
	float: right;
	padding-left: 30px;
	position: relative;
	text-indent: -999em;
	width: 16px
}
#MobileNav ul li a.Expand:after {
	bottom: -10px;
	content: ' ';
	left: -10px;
	position: absolute;
	right: -10px;
	top: -10px
}
#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
}
#MobileNav ul li .Contract:after {
	content: '';
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px
}
#MobileNav ul li ul {
	display: none
}
#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
}
#MobileNav.Active {
	left: 0;
	opacity: 1
}
#MobileNav .Inner {
	padding: 25px
}
#MobileNav .Close {
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px
}
#MobileNav .Home {
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
	left: 25px;
	height: 30px;
	position: absolute;
	top: 15px;
	width: 21px
}
#MobileNav ul {
	border-top: 1px solid #e5e5e5
}
#MobileNav ul li {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 0
}
#MobileNav ul li a {
	padding: 12px 0
}
#MobileNav ul li a:hover {
	color: #e4032e
}
#MobileNav .Home {
	background: url(/common/img/TopBar_Home.png) no-repeat center
}
#MobileNav .Close {
	background-image: url(/common/img/Icon-MobileMenu-Close.png)
}
#MobileNav ul li a.Expand {
	background: url(/common/img/Top-Expand.png) no-repeat right center
}
#MobileNav ul li .Contract {
	background: url(/common/img/Top-Contract.png) no-repeat left center
}
/*--SecondaryCategoryの追加 210129--*/
#MobileNav .SecondaryCategoryContainer li {
	padding-left: 15px;
}
#MobileNav .SecondaryCategoryContainer li:first-child {
	padding-left: 0px;
}
#MobileNav .SecondaryCategoryContainer .SecondaryCategory {
	padding: 3px 5px;
	background-color: #efefef;
}
/*--SecondaryCategory ここまで--*/
.embed .gsc-control-cse {
	font-family: Arial, sans-serif;
	border-color: #FFFFFF;
	background-color: #FFFFFF
}
.embed .gsc-control-cse .gsc-table-result {
	font-family: Arial, sans-serif
}
.embed input.gsc-input,
.embed .gsc-input-box,
.embed .gsc-input-box-hover,
.embed .gsc-input-box-focus {
	border-color: #D9D9D9
}
.embed input.gsc-search-button,
.embed input.gsc-search-button:hover,
.embed input.gsc-search-button:focus {
	border-color: #CCCCCC;
	background-color: #999999;
	background-image: none;
	filter: none
}
.embed .gsc-tabHeader.gsc-tabhInactive {
	border-color: #CCCCCC;
	background-color: #FFFFFF
}
.embed .gsc-tabHeader.gsc-tabhActive {
	border-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF
}
.embed .gsc-tabsArea {
	border-color: #CCCCCC
}
.embed .gsc-webResult.gsc-result,
.embed .gsc-results .gsc-imageResult {
	border-color: #EEEEEE;
	background-color: #FFFFFF
}
.embed .gsc-webResult.gsc-result:hover,
.embed .gsc-imageResult:hover {
	border-color: #EEEEEE;
	background-color: #F3F3F3
}
.embed .gs-webResult.gs-result a.gs-title:link,
.embed .gs-webResult.gs-result a.gs-title:link b,
.embed .gs-imageResult a.gs-title:link,
.embed .gs-imageResult a.gs-title:link b {
	color: #1155CC
}
.embed .gs-webResult.gs-result a.gs-title:visited,
.embed .gs-webResult.gs-result a.gs-title:visited b,
.embed .gs-imageResult a.gs-title:visited,
.embed .gs-imageResult a.gs-title:visited b {
	color: #1155CC
}
.embed .gs-webResult.gs-result a.gs-title:hover,
.embed .gs-webResult.gs-result a.gs-title:hover b,
.embed .gs-imageResult a.gs-title:hover,
.embed .gs-imageResult a.gs-title:hover b {
	color: #1155CC
}
.embed .gs-webResult.gs-result a.gs-title:active,
.embed .gs-webResult.gs-result a.gs-title:active b,
.embed .gs-imageResult a.gs-title:active,
.embed .gs-imageResult a.gs-title:active b {
	color: #1155CC
}
.embed .gsc-cursor-page {
	color: #1155CC
}
.embed a.gsc-trailing-more-results:link {
	color: #1155CC
}
.embed .gs-webResult .gs-snippet,
.embed .gs-imageResult .gs-snippet,
.embed .gs-fileFormatType {
	color: #333333
}
.embed .gs-webResult div.gs-visibleUrl,
.embed .gs-imageResult div.gs-visibleUrl {
	color: #009933
}
.embed .gs-webResult div.gs-visibleUrl-short {
	color: #009933
}
.embed .gs-webResult div.gs-visibleUrl-short {
	display: none
}
.embed .gs-webResult div.gs-visibleUrl-long {
	display: block
}
.embed .gs-promotion div.gs-visibleUrl-short {
	display: none
}
.embed .gs-promotion div.gs-visibleUrl-long {
	display: block
}
.embed .gsc-cursor-box {
	border-color: #EEEEEE
}
.embed .gsc-results .gsc-cursor-box .gsc-cursor-page {
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #1155CC
}
.embed .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #1155CC
}
.embed .gsc-webResult.gsc-result.gsc-promotion {
	border-color: #F6F6F6;
	background-color: #F6F6F6
}
.embed .gsc-completion-title {
	color: #1155CC
}
.embed .gsc-completion-snippet {
	color: #333333
}
.embed .gs-promotion a.gs-title:link,
.embed .gs-promotion a.gs-title:link *,
.embed .gs-promotion .gs-snippet a:link {
	color: #1155CC
}
.embed .gs-promotion a.gs-title:visited,
.embed .gs-promotion a.gs-title:visited *,
.embed .gs-promotion .gs-snippet a:visited {
	color: #1155CC
}
.embed .gs-promotion a.gs-title:hover,
.embed .gs-promotion a.gs-title:hover *,
.embed .gs-promotion .gs-snippet a:hover {
	color: #1155CC
}
.embed .gs-promotion a.gs-title:active,
.embed .gs-promotion a.gs-title:active *,
.embed .gs-promotion .gs-snippet a:active {
	color: #1155CC
}
.embed .gs-promotion .gs-snippet,
.embed .gs-promotion .gs-title .gs-promotion-title-right,
.embed .gs-promotion .gs-title .gs-promotion-title-right * {
	color: #333333
}
.embed .gs-promotion .gs-visibleUrl,
.embed .gs-promotion .gs-visibleUrl-short {
	color: #009933
}
.embed .gsc-control {
	width: 300px
}
.embed .gsc-control div {
	position: static
}
.embed .gsc-control-cse,
.embed .gsc-control-cse .gsc-table-result {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 13px
}
.embed .gsc-control-cse div {
	position: static
}
.embed form.gsc-search-box {
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	width: 100%
}
.embed table.gsc-search-box {
	border-style: none;
	border-width: 0;
	border-spacing: 0 0;
	width: 100%;
	margin-bottom: 2px
}
.embed table.gsc-search-box td {
	vertical-align: middle
}
.embed table.gsc-search-box td.gsc-input {
	padding-right: 12px
}
.embed td.gsc-search-button {
	width: 1%
}
.embed td.gsc-clear-button {
	width: 14px
}
.embed .gsc-branding,
.embed .gcsc-branding {
	display: flex
}
.embed .gsc-branding-text,
.embed .gcsc-branding-text {
	vertical-align: top;
	padding-bottom: 2px;
	text-align: right;
	font-size: 11px;
	margin-right: 2px;
	color: #666
}
.embed .gsc-branding-text:first-child,
.embed .gcsc-branding-text:first-child {
	flex-grow: 1
}
.embed .gsc-branding-img-noclear,
.embed .gcsc-branding-img-noclear {
	width: 51px;
	vertical-align: bottom
}
.embed .gsc-branding-img,
.embed .gcsc-branding-img {
	width: 65px;
	vertical-align: bottom
}
.embed div.gsc-branding-youtube td.gsc-branding-img-noclear {
	width: 55px
}
.embed div.gsc-branding-youtube td.gsc-branding-img {
	width: 69px
}
.embed table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
	margin-right: 0;
	text-align: center
}
.embed table.gsc-branding-vertical td.gsc-branding-img-noclear {
	text-align: center
}
.embed div.gsc-branding-img,
.embed div.gsc-branding-img-noclear,
.embed img.gsc-branding-img,
.embed img.gsc-branding-img-noclear,
.embed div.gcsc-branding-img,
.embed div.gcsc-branding-img-noclear,
.embed img.gcsc-branding-img,
.embed img.gcsc-branding-img-noclear {
	position: relative;
	top: -1px;
	padding-left: 2px;
	padding-right: 2px
}
.embed img.gsc-branding-img,
.embed img.gsc-branding-img-noclear,
.embed img.gcsc-branding-img,
.embed img.gcsc-branding-img-noclear {
	margin: 0 0 0 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	display: inline
}
.embed .gcsc-branding-text {
	white-space: nowrap
}
.embed .gcsc-branding-text {
	margin: 0 2px
}
.embed .gcsc-branding-img-noclear {
	width: auto
}
.embed a.gsc-branding-clickable {
	cursor: pointer
}
.embed input.gsc-search-button {
	margin-left: 2px
}
.embed div.gsc-clear-button {
	display: inline;
	text-align: right;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("//www.google.com/uds/css/clear.gif");
	cursor: pointer
}
.embed .gsc-search-box-tools .gsc-clear-button {
	display: none
}
.embed .gsc-results-close-btn {
	background-image: url("//www.google.com/images/nav_logo114.png");
	background-repeat: no-repeat;
	background-position: -140px -230px;
	float: right;
	display: none;
	opacity: 0;
	height: 12px;
	width: 12px;
	position: absolute !important;
	top: 20px;
	right: 20px;
	cursor: pointer
}
.embed .gsc-results-close-btn-visible {
	display: block;
	opacity: 1
}
.embed .gsc-results-wrapper-overlay {
	border: none;
	margin: auto;
	border-radius: 1px;
	overflow: auto;
	height: 80%;
	-webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	-ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	-o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	border-collapse: separate;
	background: white;
	padding: 30px;
	width: 70%;
	position: fixed !important;
	top: 5%;
	left: 12%;
	opacity: 0;
	z-index: 100002;
	visibility: hidden;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')
}
.embed .gsc-results-wrapper-visible {
	opacity: 1 !important;
	visibility: visible !important
}
.embed .gsc-modal-background-image {
	position: fixed !important;
	top: 0px;
	left: 0px;
	height: 130%;
	width: 100%;
	z-index: 100001;
	background-color: white;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	display: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear
}
.embed .gsc-modal-background-image-visible {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	display: block
}
.embed .gsc-overflow-hidden {
	overflow: hidden
}
.embed input.gsc-input {
	padding: 1px 6px;
	border: 1px solid #DDD;
	width: 99%
}
.embed .gsc-keeper {
	color: #3366cc;
	text-decoration: underline;
	font-size: 13px;
	cursor: pointer;
	font-weight: normal;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 1px 3px;
	background-image: url("//www.google.com/uds/css/blue_check.gif")
}
.embed .gsc-resultsHeader {
	width: 100%;
	clear: both
}
.embed .gsc-resultsHeader td.gsc-twiddleRegionCell {
	width: 75%
}
.embed .gsc-resultsHeader td.gsc-configLabelCell {
	text-align: right;
	width: 75%
}
.embed .gsc-resultsHeader .gsc-twiddle {
	margin-top: 4px;
	display: inline;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 2px
}
.embed .gsc-resultsHeader td.gsc-twiddle-closed div.gsc-twiddle {
	background-image: url("//www.google.com/uds/css/arrow_close.gif")
}
.embed .gsc-resultsHeader td.gsc-twiddle-opened div.gsc-twiddle {
	background-image: url("//www.google.com/uds/css/arrow_open.gif")
}
.embed .gsc-resultsHeader .gsc-title {
	color: #676767;
	margin-right: 10px;
	padding-left: 14px;
	display: inline
}
.embed .gsc-resultsHeader .gsc-stats {
	color: #676767;
	font-size: 11px;
	font-weight: normal;
	display: inline
}
.embed .gsc-resultsHeader td.gsc-twiddle-opened .gsc-stats {
	display: none
}
.embed .gsc-results-selector {
	display: inline
}
.embed .gsc-resultsHeader td.gsc-twiddle-closed .gsc-results-selector {
	display: none
}
.embed .gsc-result-selector {
	cursor: pointer;
	display: inline;
	font-size: 13px;
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: center left
}
.embed .gsc-one-result {
	background-image: url("//www.google.com/uds/css/one-complex-dark.gif")
}
.embed .gsc-more-results {
	background-image: url("//www.google.com/uds/css/more-complex-dark.gif")
}
.embed .gsc-all-results {
	background-image: url("//www.google.com/uds/css/all-complex-dark.gif");
	padding-right: 1px
}
.embed .gsc-one-result-active .gsc-one-result {
	background-image: url("//www.google.com/uds/css/one-complex-light-blue.gif")
}
.embed .gsc-more-results-active .gsc-more-results {
	background-image: url("//www.google.com/uds/css/more-complex-light-blue.gif")
}
.embed .gsc-all-results-active .gsc-all-results {
	background-image: url("//www.google.com/uds/css/all-complex-light-blue.gif")
}
.embed .gsc-resultsHeader .gsc-configLabel {
	color: #676767;
	display: inline;
	font-size: 11px;
	cursor: pointer
}
.embed .gsc-resultsHeader td.gsc-configLabelCell span.gsc-twiddle-closed {
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("//www.google.com/uds/css/settings.gif")
}
.embed .gsc-tabsArea {
	clear: both;
	margin-top: 6px;
	margin-bottom: 8px
}
.embed .gsc-tabsArea .gs-spacer {
	font-size: 1px;
	margin-right: 0;
	overflow: hidden
}
.embed .gsc-tabsArea .gs-spacer-opera {
	margin-right: 0
}
.embed .gsc-tabsAreaInvisible,
.embed .gsc-refinementsAreaInvisible,
.embed .gsc-refinementBlockInvisible {
	display: none
}
.embed .gsc-tabHeader {
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 2px;
	margin-top: 2px
}
.embed .gsc-tabHeader.gsc-tabhActive {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-top: 2px solid #ff9900;
	color: black
}
.embed .gsc-tabHeader.gsc-tabhInactive {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-top: 2px solid #e9e9e9;
	background: #e9e9e9;
	color: #676767;
	cursor: pointer
}
.embed .gsc-tabData.gsc-tabdActive {
	display: block
}
.embed .gsc-tabData.gsc-tabdInactive {
	display: none
}
.embed .gsc-tabData.gsc-tabdActive.gsc-resultsbox-invisible {
	display: none
}
.embed .gsc-refinementsArea {
	clear: both;
	margin-bottom: 4px;
	padding-left: 8px;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 5px
}
.embed .gsc-refinementHeader {
	margin-right: 2px;
	padding: 2px 8px 0 8px
}
.embed .gsc-refinementHeader.gsc-refinementhActive {
	font-weight: bold
}
.embed .gsc-refinementHeader.gsc-refinementhInactive {
	text-decoration: underline;
	cursor: pointer
}
.embed .gsc-tabData .gsc-resultsHeader .gsc-title {
	display: none
}
.embed .gsc-tabData .gsc-resultsHeader .gsc-stats {
	display: none
}
.embed .gsc-tabData .gsc-resultsHeader .gsc-results-selector {
	display: none
}
.embed .gsc-completion-selected {
	background: #EEEEEE;
	cursor: default
}
.embed .gsc-completion-selected .gsc-completion-promotion-table {
	cursor: pointer
}
.embed .gsc-completion-container {
	font-family: Arial, sans-serif;
	font-size: 13px;
	background: white;
	border: 1px solid #DDD;
	border-top-color: #D9D9D9;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	margin: 0
}
.embed .gsc-completion-title {
	color: #0000cc;
	line-height: normal;
	white-space: normal
}
.embed .gsc-completion-snippet {
	line-height: normal;
	white-space: normal
}
.embed .gsc-completion-container .gsc-completion-icon-cell {
	width: 42px;
	height: 42px;
	padding-right: 10px
}
.embed .gsc-completion-icon {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid #dddddd
}
.embed .gsc-completion-container .gsc-completion-promotion-table {
	font-size: inherit;
	background: inherit;
	margin: 5px 0;
	width: 100%
}
.embed .gsc-resultsbox-visible {
	display: block
}
.embed .gsc-resultsbox-invisible {
	display: none
}
.embed .gsc-results {
	padding-bottom: 2px;
	width: 99%
}
.embed .gsc-result {
	margin-bottom: 10px
}
.embed .gsc-result .gs-title {
	height: 1.4em;
	overflow: hidden
}
.embed .gsc-result div.gs-watermark {
	display: none
}
.embed .gsc-results .gsc-result img.gs-ad-marker {
	display: none
}
.embed .gsc-wrapper {
	position: relative;
	display: block
}
.embed .gsc-adBlock {
	position: relative;
	display: block;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 4px
}
.embed .gsc-adBlock h2 {
	float: right;
	margin: 3px 5px 0;
	font-weight: normal;
	font-size: .9em;
	color: #676767
}
.embed .gsc-adBlock .gsc-ad {
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 3px
}
.embed .gsc-adBlock .gsc-ad a {
	font-weight: bolder;
	color: #0000CC;
	line-height: 1.4em
}
.embed .gsc-adBlock .gsc-ad cite {
	font-style: normal;
	color: green
}
.embed .gsc-adBlock .gsc-ad span {
	padding-left: 8px
}
.embed .gsc-adBlockNoHeight {
	height: 0
}
.embed .gsc-adBlockInvisible {
	display: none
}
.embed .gsc-adBlockVertical {
	position: relative;
	display: block;
	float: right;
	clear: right;
	width: 30%
}
.embed .gsc-adBlockBottom {
	position: relative;
	display: block;
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
	margin-bottom: 4px
}
.embed .gsc-thinWrapper {
	width: 69%;
	float: left;
	overflow: hidden
}
.embed .gsc-adBlockVertical h2 {
	text-align: center;
	font-weight: normal;
	font-size: .9em;
	color: #676767;
	margin-top: 6px
}
.embed .gsc-adBlockVertical .gsc-ad {
	padding-left: 8px;
	padding-top: 5px
}
.embed .gsc-adBlockVertical .gsc-ad a {
	font-weight: bolder;
	color: #0000CC;
	line-height: 1.4em
}
.embed .gsc-adBlockVertical .gsc-ad cite {
	font-style: normal;
	color: green;
	display: block
}
.embed div.gsc-config {
	border: 1px solid #e9e9e9;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px
}
.embed form.gsc-config {
	margin-bottom: 0
}
.embed .gsc-configSetting {
	margin-top: 6px
}
.embed .gsc-configSetting_Label {
	color: #676767
}
.embed .gsc-configSettingInput {
	color: #676767;
	border: 1px solid #e9e9e9;
	width: 75%
}
.embed .gsc-configSettingCheckbox {
	color: #676767;
	margin-right: 6px
}
.embed .gsc-configSettingCheckboxLabel {
	display: inline;
	color: #676767
}
.embed div.gsc-configSettingSubmit {
	margin-top: 8px;
	text-align: right
}
.embed input.gsc-configSettingSubmit {
	display: inline;
	font-size: 11px;
	cursor: pointer
}
.embed .gsc-webResult:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.embed .gsc-webResult {
	zoom: 1
}
.embed .gsc-webResult .gsc-result {
	margin: 0;
	padding: .5em 0;
	border-bottom: 1px solid #ebebeb
}
.embed .gsc-above-wrapper-area {
	border-bottom: 1px solid #E9E9E9;
	padding: 5px 0 5px 0
}
.embed .gsc-above-wrapper-area-invisible {
	display: none
}
.embed .gsc-above-wrapper-area-container {
	width: 100%
}
.embed .gsc-result-info {
	text-align: left;
	color: #676767;
	font-size: 13px;
	padding-left: 8px;
	margin: 10px 0 10px 0
}
.embed .gsc-result-info-container {
	text-align: left
}
.embed .gsc-result-info-invisible {
	display: none
}
.embed .gsc-orderby-container {
	text-align: right;
	background: transparent
}
.embed .gsc-orderby-invisible {
	display: none
}
.embed .gsc-orderby-label {
	color: #676767;
	padding: 5px 5px 6px 0
}
.embed .gsc-getlink-container {
	padding-left: 5px;
	padding-top: 1px;
	width: 45px
}
.embed .gsc-getlink-invisible {
	display: none
}
.embed .gsc-getlink {
	width: 5px
}
.embed .gsc-getlink-box {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	box-shadow: 0 1px 1px #eee;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	max-width: 90%;
	min-width: 10px;
	outline: 0;
	padding: 0 28px 0 6px;
	position: relative;
	text-align: center
}
.embed .gsc-control-cse .gsc-getlink-textbox {
	background: #fff;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px #eee;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	cursor: default;
	margin: 0;
	max-height: 360px;
	outline: none;
	padding: 10px;
	position: absolute;
	right: 20px;
	z-index: 7;
	width: auto
}
.embed .gsc-getlink-inputbox {
	width: 300px;
	margin-top: 5px
}
.embed .gsc-getlink-label {
	width: 100%;
	font-size: 14px
}
.embed .gsc-getlink-image {
	height: 29px
}
.embed .gsc-getlink-text-invisible {
	display: none
}
.embed .gsc-selected-option-container {
	background-color: transparent;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	box-shadow: 0 1px 1px #eee;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	max-width: 90%;
	min-width: 54px;
	outline: 0;
	padding: 0 28px 0 6px;
	position: relative;
	text-align: center
}
.embed .gsc-selected-option {
	position: relative;
	width: 100%
}
.embed .gsc-control-cse .gsc-option-selector {
	border: none;
	height: 11px;
	margin-top: -4px;
	position: absolute;
	right: 5px;
	top: 12px;
	width: 7px;
	padding: 0 5px 0 5px;
	background: url(//ssl.gstatic.com/ui/v1/disclosure/small-grey-disclosure-arrow-down.png) center no-repeat
}
.embed .gsc-option-menu-invisible {
	display: none
}
.embed .gsc-control-cse .gsc-option-menu-container {
	color: #000;
	font-size: 80%;
	position: relative
}
.embed .gsc-control-cse .gsc-option-menu {
	background: #fff;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px #eee;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	cursor: default;
	font-size: 13px;
	margin: 0;
	max-height: 360px;
	outline: none;
	padding: 6px 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 7
}
.embed .gsc-option-menu-item {
	color: #777;
	cursor: pointer;
	list-style: none;
	margin: 0;
	padding: 0 30px 0 30px;
	white-space: nowrap
}
.embed .gsc-option-menu-item-highlighted {
	background-color: #EEE;
	border-color: #EEE;
	border-width: 1px 0;
	color: #333
}
.embed .gsc-option {
	cursor: pointer;
	list-style: none;
	white-space: nowrap;
	line-height: 27px;
	text-align: left
}
.embed .gs-web-image-box,
.embed .gs-promotion-image-box {
	float: left;
	padding: 2px 8px 2px 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	width: 62px
}
.embed .gs-web-image-box img.gs-image,
.embed .gs-promotion-image-box img.gs-promotion-image {
	border: 1px solid #e2e2e2;
	max-width: 60px;
	max-height: 120px;
	width: expression(this.width > 64 ? '64px': true);
	height: expression(this.height > 120 ? '120px': true)
}
.embed div.gs-action {
	display: inline;
	margin-right: 0.6em
}
.embed div.gs-action a.gs-action {
	color: #7777CC
}
.embed div.gs-action.cart a.gs-action,
.embed div.gs-action.star a.gs-action,
.embed div.gs-action.rss a.gs-action,
.embed div.gs-action.download a.gs-action,
.embed div.gs-action.email a.gs-action,
.embed div.gs-action.mobile a.gs-action,
.embed div.gs-action.share a.gs-action,
.embed div.gs-action.fullscreen a.gs-action,
.embed div.gs-action.generic a.gs-action,
.embed div.gs-action.link a.gs-action {
	padding-left: 18px;
	background: transparent url("//www.google.com/cse/images/action_icons_sprite.gif") no-repeat
}
.embed div.gs-action.cart a.gs-action {
	background-position: 0 0
}
.embed div.gs-action.star a.gs-action {
	background-position: -16px -34px
}
.embed div.gs-action.rss a.gs-action {
	background-position: -48px -98px
}
.embed div.gs-action.download a.gs-action {
	background-position: -64px -128px
}
.embed div.gs-action.email a.gs-action {
	background-position: -112px -224px
}
.embed div.gs-action.mobile a.gs-action {
	background-position: -131px -257px
}
.embed div.gs-action.share a.gs-action {
	background-position: -32px -64px
}
.embed div.gs-action.fullscreen a.gs-action {
	background-position: -79px -162px
}
.embed div.gs-action.generic a.gs-action {
	background-position: -144px -290px
}
.embed div.gs-action.link a.gs-action {
	background-position: -159px -321px
}
.embed .gsc-imageResult .gs-imageResult .gs-text-box .gs-ellipsis {
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap
}
.embed .gsc-imageResult {
	float: left;
	margin-bottom: 1em;
	margin-right: 20px
}
.embed .gsc-imageResult-column {
	margin-right: 70px
}
.embed .gs-imageResult {
	overflow: hidden
}
.embed .gs-imageResult .gs-image-box {
	height: 86px;
	position: relative
}
.embed .gs-imageResult .gs-text-box {
	text-align: center;
	overflow: hidden;
	height: 4em
}
.embed .gs-imageResult div.gs-title,
.embed .gs-imageResult .gs-snippet,
.embed .gs-imageResult .gs-visibleUrl,
.embed .gs-imageResult .gs-visibleUrl-short,
.embed .gs-imageResult .gs-spelling {
	padding: 0
}
.embed .gs-imageResult .gs-snippet {
	overflow: hidden;
	line-height: 1em;
	white-space: nowrap
}
.embed .gs-imageResult .gs-visibleUrl {
	overflow: hidden;
	line-height: 1.3em;
	height: 1.3em
}
.embed .gs-imageResult .gs-size {
	color: #6f6f6f
}
.embed .gs-imageResult .gs-image-box {
	text-align: center
}
.embed .gs-imageResult .gs-image-box img.gs-image {
	border: none
}
.embed .gs-imageResult-classic .gs-text-box .gs-title {
	display: none
}
.embed .gs-imageResult-column {
	width: 474px;
	height: 84px
}
.embed .gs-imageResult-column .gs-image-box {
	float: left;
	margin-right: 10px;
	text-align: left
}
.embed .gs-imageResult-column .gs-text-box {
	float: left;
	width: 350px;
	height: 86px
}
.embed .gsc-imageResult-column .gs-imageResult-column .gs-text-box .gs-title {
	height: auto;
	text-align: left;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis
}
.embed .gs-imageResult-column .gs-text-box .gs-size {
	display: none
}
.embed .gsc-imageResult.gsc-imageResult-popup,
.embed .gsc-results .gsc-imageResult-popup:hover {
	margin: 0;
	padding: 0;
	border: 0
}
.embed .gsc-imageResult .gs-imageResult-popup {
	width: auto;
	overflow: visible;
	position: relative
}
.embed .gs-imageResult-popup .gs-image-thumbnail-box {
	padding: 5px
}
.embed .gs-imageResult-popup .gs-image-box {
	width: auto
}
.embed .gs-imageResult-popup .gs-image-popup-box {
	width: auto;
	position: absolute;
	padding: 10px;
	background: white;
	left: 0;
	top: 0;
	border: 1px solid #dddddd;
	-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	-webkit-outline: 1px solid rgba(0, 0, 0, 0.2);
	display: none
}
.embed .gs-imageResult-popup .gs-image-popup-box .gs-image-box {
	height: auto;
	width: auto;
	margin-bottom: 10px
}
.embed .gs-imageResult-popup .gs-image-popup-box .gs-text-box {
	height: auto;
	width: auto
}
.embed .gs-imageResult-popup .gs-text-box .gs-title {
	display: none
}
.embed .gsc-videoResult .gs-videoResult .gs-title {
	line-height: 1.3em;
	height: 1.3em;
	overflow: hidden
}
.embed .gsc-videoResult .gs-videoResult .gs-snippet {
	line-height: 1.3em;
	max-height: 2.6em;
	overflow: hidden
}
.embed .gsc-imageResult .gsc-trailing-more-results {
	clear: both
}
.embed .gsc-results .gsc-trailing-more-results {
	margin-bottom: 10px
}
.embed .gsc-results .gsc-trailing-more-results,
.embed .gsc-results .gsc-trailing-more-results * {
	color: #0000cc;
	text-decoration: underline
}
.embed .gsc-imageResult .gsc-cursor-box {
	clear: both
}
.embed .gsc-results .gsc-cursor-box .gsc-trailing-more-results {
	margin-bottom: 0;
	display: inline
}
.embed .gsc-results .gsc-cursor {
	display: inline
}
.embed .gsc-results .gsc-cursor-box {
	margin-bottom: 10px
}
.embed .gsc-results .gsc-cursor-box .gsc-cursor-page {
	cursor: pointer;
	color: #000000;
	text-decoration: underline;
	margin-right: 8px;
	display: inline
}
.embed .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	cursor: default;
	color: #A90A08;
	font-weight: bold;
	text-decoration: none
}
.embed .gs-result .gs-title,
.embed .gs-result .gs-title * {
	color: #0000cc;
	text-decoration: underline
}
.embed .gsc-control-cse .gs-spelling,
.embed .gsc-control-cse .gs-result .gs-title,
.embed .gsc-control-cse .gs-result .gs-title * {
	font-size: 16px
}
.embed .gsc-control-cse .gs-result .gs-spelling-original {
	font-size: 13px
}
.embed .gs-divider {
	padding-bottom: 8px;
	text-align: center;
	color: #676767
}
.embed .gs-result a.gs-visibleUrl,
.embed .gs-result .gs-visibleUrl {
	color: #008000;
	text-decoration: none
}
.embed .gs-relativePublishedDate,
.embed .gs-publishedDate {
	color: #6f6f6f;
	text-decoration: none
}
.embed .gs-result a.gs-clusterUrl,
.embed .gs-result .gs-clusterUrl {
	color: #008000;
	text-decoration: underline;
	cursor: pointer
}
.embed .gs-newsResult .gs-publisher {
	color: #6f6f6f;
	display: inline;
	text-decoration: none
}
.embed .gs-newsResult .gs-relativePublishedDate,
.embed .gs-newsResult .gs-publishedDate {
	display: inline;
	margin-left: 4px
}
.embed .gs-blogResult .gs-relativePublishedDate,
.embed .gs-newsResult .gs-relativePublishedDate {
	display: none
}
.embed .gsc-blogResult .gs-blogResult .gs-publishedDate,
.embed .gsc-newsResult .gs-newsResult .gs-publishedDate {
	display: none
}
.embed .gsc-blogResult .gs-blogResult .gs-relativePublishedDate,
.embed .gsc-newsResult .gs-newsResult .gs-relativePublishedDate {
	display: inline
}
.embed .gs-newsResult .gs-location {
	color: #6f6f6f;
	display: inline;
	text-decoration: none
}
.embed .gs-promotion .gs-title,
.embed .gs-promotion .gs-title * {
	text-decoration: none
}
.embed .gs-promotion a.gs-title,
.embed .gs-promotion a.gs-title * {
	text-decoration: underline
}
.embed .gs-title .gs-promotion-title-right {
	color: #000000
}
.embed .gsc-webResult.gsc-result.gsc-promotion {
	background-color: #fff
}
.embed span.gs-fileFormat {
	color: #666666;
	font-size: 12px
}
.embed span.gs-fileFormatType {
	font-size: 12px
}
.embed .gs-promotion table {
	border: none;
	border-style: none;
	border-width: 0;
	border-spacing: 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0
}
.embed .gs-promotion table .gs-snippet a span.gs-title,
.embed .gs-promotion table .gs-snippet a span.gs-title * {
	font-size: 13px
}
.embed .gs-promotion em {
	font-style: normal;
	font-weight: bold
}
.embed .gs-promotion .gs-title em {
	color: inherit;
	text-decoration: inherit
}
.embed .gs-result img.gs-image,
.embed .gs-result img.gs-promotion-image {
	vertical-align: middle;
	border: 1px solid #e2e2e2
}
.embed .gs-result .gs-directions,
.embed .gs-result .gs-directions * {
	color: #7777cc;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer
}
.embed .gs-secondary-link,
.embed .gs-secondary-link * {
	color: #7777cc;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer
}
.embed .gs-result .gs-directions-to-from {
	display: none;
	margin-top: 4px
}
.embed .gs-result .gs-directions-to-from .gs-label {
	display: inline;
	margin-right: 4px
}
.embed .gs-result .gs-directions-to-from div.gs-secondary-link {
	display: inline
}
.embed .gs-result .gs-directions-to-from .gs-spacer {
	display: inline;
	margin-right: 3px;
	margin-left: 3px
}
.embed .gs-videoResult a.gs-publisher,
.embed .gs-videoResult .gs-publisher {
	color: #008000;
	text-decoration: none
}
.embed .gs-result a {
	cursor: pointer
}
.embed .gsc-loading-fade .gsc-result-info,
.embed .gsc-loading-fade .gsc-loading-resultsRoot,
.embed .gsc-loading-resultsRoot,
.embed .gsc-loading-fade .gsc-loading-refinementsArea,
.embed .gsc-loading-fade .gsc-adBlock,
.embed .gsc-loading-fade .gsc-adBlockVertical,
.embed .gsc-loading-fade .gsc-adBlockNoHeight {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33.3)";
	filter: alpha(opacity=33.3);
	opacity: 0.333
}
.embed .gs-no-results-result .gs-snippet,
.embed .gs-error-result .gs-snippet {
	padding: 5px;
	margin: 5px;
	border: 1px solid #fc3;
	background-color: #fff4c2
}
.embed .gs-result .gs-watermark {
	font-size: 10px;
	color: #7777cc
}
.embed div.gs-results-attribution {
	text-align: center;
	margin-bottom: 4px
}
.embed div.gs-results-attribution,
.embed div.gs-results-attribution * {
	font-size: 10px;
	color: #676767;
	text-decoration: none
}
.embed div.gs-results-attribution a {
	color: #0000cc;
	cursor: pointer
}
.embed div.gs-results-attribution a:hover {
	text-decoration: underline
}
.embed .gs-result .gs-metadata {
	color: #676767
}
.embed .gs-localAd img.gs-ad-marker,
.embed .gs-webAd img.gs-ad-marker {
	padding-left: 4px
}
.embed .gs-webResult div.gs-visibleUrl-long,
.embed .gs-promotion div.gs-visibleUrl-long {
	overflow: hidden;
	display: none
}
.embed .gs-webResult div.gs-per-result-labels a.gs-label {
	text-decoration: underline;
	cursor: pointer;
	padding: 3px;
	color: black
}
.embed .gs-webResult div.gs-per-result-labels a.gs-label.gs-labelActive {
	cursor: default;
	text-decoration: none
}
.embed .gs-localAd div.gs-address * {
	color: #676767
}
.embed .gs-localAd div.gs-street {
	display: inline
}
.embed div.gs-city {
	display: inline
}
.embed div.gs-region {
	display: inline
}
.embed div.gs-country {
	display: none
}
.embed div.gs-infoWindow * {
	font-size: 11px
}
.embed .gs-videoResult * {
	font-size: 13px
}
.embed .gs-videoResult td div.gs-image-box {
	width: 110px;
	height: 78px
}
.embed .gs-videoResult td div.gs-text-box {
	vertical-align: top;
	margin-left: 4px
}
.embed div.gs-book-image-box td,
.embed .gs-bookResult td {
	vertical-align: top
}
.embed div.gs-book-image-box,
.embed div.gs-book-image-box div {
	position: static;
	text-align: start
}
.embed div.gs-book-image-box {
	width: 75px;
	height: 90px
}
.embed .gs-bookResult td div.gs-text-box {
	vertical-align: top;
	margin-left: 4px
}
.embed div.gs-book-image-box img {
	border-spacing: 0 0;
	border: none
}
.embed div.gs-book-image-box div.gs-row-1 {
	line-height: 7px
}
.embed div.gs-book-image-box img.gs-pages {
	height: 7px;
	width: 45px
}
.embed div.gs-book-image-box img.gs-page-edge {
	height: 7px;
	width: 11px
}
.embed div.gs-book-image-box img.gs-image {
	height: 80px;
	border: 1px solid #a0a0a0
}
.embed .gs-bookResult .gs-author {
	display: inline;
	color: #6f6f6f
}
.embed .gs-bookResult .gs-publishedDate {
	display: inline
}
.embed .gs-bookResult .gs-pageCount {
	display: inline;
	color: #6f6f6f;
	margin-left: 4px
}
.embed .gs-patentResult td {
	vertical-align: top
}
.embed .gs-patentResult .gs-patent-number,
.embed .gs-patentResult .gs-publishedDate,
.embed .gs-patentResult .gs-author {
	display: inline
}
.embed .gs-patentResult .gs-image-box {
	padding-right: 8px
}
.embed .gs-patentResult img.gs-image {
	border: 1px solid #7777cc
}
.embed .gs-spelling a {
	color: #0000cc;
	cursor: pointer;
	text-decoration: underline
}
.embed .gsc-control-cse:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
.embed .gs-bidi-start-align {
	text-align: left
}
.embed .gs-bidi-end-align {
	text-align: right
}
.embed .gsc-control-cse-zh_CN .gs-snippet b,
.embed .gsc-control-cse-zh_CN .gs-promotion em,
.embed .gsc-control-cse-zh_TW .gs-snippet b,
.embed .gsc-control-cse-zh_TW .gs-promotion em {
	color: #C03;
	font-style: normal;
	font-weight: normal
}
.embed .gsc-snippet-metadata {
	color: #767676;
	vertical-align: top
}
.embed .gsc-role {
	color: #767676
}
.embed .gsc-tel {
	color: #767676
}
.embed .gsc-org {
	color: #767676
}
.embed .gsc-location {
	color: #767676
}
.embed .gsc-rating-bar {
	vertical-align: top;
	display: inline-block;
	width: 64px;
	height: 12px;
	background: transparent url(/uds/css/cse_snippets_stars.png) -65px 0 no-repeat;
	overflow: hidden;
	margin: 2px 0 0 0
}
.embed .gsc-rating-bar span {
	vertical-align: top;
	display: inline-block;
	height: 12px;
	background: transparent url(/uds/css/cse_snippets_stars.png) 0 0 no-repeat;
	padding: 2px 0 0 0
}
.embed .gsc-review-agregate-first-line {
	margin: 0 40px 0 0;
	padding: 6px 0
}
.embed .gsc-review-agregate-odd-lines,
.embed .gsc-review-agregate-even-lines {
	margin: 0 40px 0 0;
	padding: 6px 0;
	border-top: 1px solid #EBEBEB
}
.embed .gsc-reviewer {
	color: #00c
}
.embed .gsc-author {
	color: #00c
}
.embed .gsc-table-result,
.embed .gs-promotion-table {
	border-spacing: 0px
}
.embed .gsc-table-cell-thumbnail,
.embed .gs-promotion-image-cell {
	vertical-align: top
}
.embed .gsc-table-cell-snippet-close,
.embed .gs-promotion-text-cell {
	vertical-align: top;
	width: 100%
}
.embed .gsc-table-cell-snippet-open {
	vertical-align: top;
	width: 100%
}
.embed .gsc-preview-reviews li {
	list-style: none;
	width: 90%
}
.embed .gsc-zippy {
	margin: 2px 8px 0px 0px;
	float: right;
	outline: none;
	overflow: hidden;
	height: 14px;
	width: 14px;
	background-position: -19px -5px;
	position: relative;
	top: -6px
}
.embed .gsc-table-cell-snippet-close .gsc-preview-reviews {
	display: none
}
.embed .gsc-table-cell-snippet-close .gsc-zippy {
	background: transparent url(/uds/css/plus_icons.png) -19px -5px no-repeat
}
.embed .gsc-table-cell-snippet-open .gsc-zippy {
	background: transparent url(/uds/css/minus_icons.png) -19px -5px no-repeat
}
.embed .gsc-collapsable {
	cursor: pointer
}
.embed html > body .gsc-inline-block {
	display: -moz-inline-box;
	display: inline-block
}
.embed .gsc-inline-block {
	position: relative;
	display: inline-block
}
* html .gsc-inline-block {
	display: inline
}
*:first-child + html .gsc-inline-block {
	display: inline
}
.embed .gsc-url-top {
	display: none
}
.embed .gsc-url-bottom {
	display: block
}
.embed .gsc-thumbnail-left {
	display: block
}
.embed .gsc-thumbnail-inside {
	display: none
}
.embed .gsc-label-result-main-box-visible {
	position: fixed !important;
	z-index: 100003;
	background-color: #fff;
	width: 400px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px 0px;
	opacity: 1;
	display: block;
	border: none;
	margin: auto;
	-webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	-ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	-o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	border-collapse: separate;
	background: white;
	padding: 30px;
	width: 28%;
	top: 30%;
	left: 35%;
	border: 1px solid rgba(0, 0, 0, 0.333)
}
.embed .gsc-label-result-main-box-invisible {
	display: none;
	opacity: 0;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')
}
.embed .gsc-label-result-url {
	padding-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	color: #008000;
	margin-top: 5px;
	font-size: 13px
}
.embed .gsc-label-result-url-title {
	white-space: nowrap;
	margin-top: 10px;
	font-size: 15px;
	color: #0000CC;
	text-decoration: underline;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block
}
.embed .gsc-label-result-url-heading {
	margin-bottom: 15px
}
.embed .gsc-label-result-labels {
	vertical-align: text-top;
	font-size: 13px;
	color: #000
}
.embed .gsc-label-box {
	margin-top: 5px
}
.embed .gsc-labels-box {
	margin-top: 15px
}
.embed .gsc-label-result-buttons {
	margin-top: 20px
}
.embed .gsc-labels-no-label-div-visible {
	margin-top: 20px
}
.embed .gsc-labels-no-label-div-invisible {
	display: none
}
.embed .gsc-labels-label-div-visible {
	margin-top: 10px
}
.embed .gsc-labels-label-div-invisible {
	display: none
}
.embed .gsc-label-result-form-label {
	margin-right: 20px;
	margin-left: 2px;
	font-size: 13px;
	color: #000;
	vertical-align: text-top
}
.embed .gsc-label-result-form-div {
	margin-top: 5px
}
.embed input.gsc-label-result-label-prefix-visible {
	width: 90%;
	height: 20px;
	margin-top: 10px
}
.embed input.gsc-label-result-label-prefix-invisible {
	display: none
}
.embed .gsc-label-result-label-prefix-error {
	color: red;
	margin-top: 10px
}
.embed .gsc-label-result-label-prefix-error-invisible {
	display: none
}
.embed .gsc-label-result-heading {
	font-size: 17px;
	color: black
}
.embed .gsc-result-label-button {
	background-color: #f5f5f5;
	font-weight: bold;
	border-radius: 2px;
	text-align: center;
	padding: 0 8px;
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
	height: 29px;
	border: 1px solid #dcdcdc;
	border-color: rgba(0, 0, 0, 0.1);
	color: #444;
	margin-right: 10px;
	width: 72px
}
.embed .gsc-result-label-save-button {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
	background-image: linear-gradient(top, #4d90fe, #357ae8)
}
.embed .gsc-add-label-error {
	color: red;
	padding-top: 20px
}
.embed .gsc-add-label-error-invisible {
	display: none
}
.embed .gsc-label-results-close-btn-visible {
	display: block;
	opacity: 0.7
}
.embed .gsc-label-result-saving-popup {
	font-size: 13px;
	-webkit-transition: opacity 218ms;
	-moz-transition: opacity 218ms;
	-o-transition: opacity 218ms;
	transition: opacity 218ms;
	border-width: 1px;
	height: 14px;
	opacity: 1;
	padding: 6px 16px;
	background-color: #f9edbe;
	border-color: #f0c36d;
	color: #333;
	position: fixed !important;
	top: 10%;
	left: 45%;
	border-style: solid;
	border-radius: 2px
}
.embed .gsc-label-result-saving-popup-invisible {
	display: none
}
.embed .gsc-richsnippet-popup-box {
	position: fixed !important;
	z-index: 100003;
	background-color: #fff;
	width: 400px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px 0px;
	opacity: 1;
	display: block;
	border: none;
	margin: auto;
	-webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	-ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	-o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
	border-collapse: separate;
	background: white;
	padding: 30px;
	width: 25%;
	top: 15%;
	left: 25%;
	overflow-x: hidden;
	overflow-y: auto;
	height: 65%;
	width: 50%;
	padding: 30px;
	padding-bottom: 10px
}
.embed .gsc-richsnippet-popup-box-invisible {
	display: none
}
.embed .gsc-richsnippet-showsnippet-label {
	color: #000099;
	text-decoration: underline;
	cursor: pointer;
	font-size: 13px
}
.embed .gsc-richsnippet-individual-snippet-box {
	border: 1px solid #ebebeb;
	padding: 15px;
	margin-bottom: 20px
}
.embed .gsc-richsnippet-individual-snippet-key {
	font-size: 14px;
	padding: 1px 0 6px;
	color: #000099
}
.embed .gsc-richsnippet-popup-box-title {
	padding-bottom: 20px;
	font-size: 15px
}
.embed .gsc-richsnippet-popup-box-title-text {
	color: #404040;
	display: inline
}
.embed .gsc-richsnippet-popup-box-title-url {
	font-weight: bold;
	color: black;
	display: inline
}
.embed .gsc-richsnippet-individual-snippet-keyelem {
	display: inline;
	font-weight: bold
}
.embed .gsc-richsnippet-individual-snippet-valueelem {
	display: inline-block;
	height: 1.1em;
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden
}
.embed .gsc-richsnippet-popup-close-button {
	background-image: url("//www.google.com/images/nav_logo114.png");
	background-repeat: no-repeat;
	background-position: -140px -230px;
	float: right;
	height: 12px;
	width: 12px;
	top: 20px;
	right: 20px;
	cursor: pointer
}
.embed .gsc-richsnippet-popup-box-contents {
	overflow-x: hidden;
	overflow-y: auto;
	height: 88%
}
.embed .searchBlock {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px;
	line-height: 1;
	position: absolute;
	display: none
}
#headerArea input {
	margin: 0;
	padding: 0;
	border: 0px solid #ffffff;
	outline: 0px solid #ffffff
}
.embed .wrap_serch {
	margin: 0;
	padding: 0
}
.embed .wrap_serch img {
	padding: 3px 0 0 0
}
.embed .wrap_serch .globalLink img {
	padding: 3px 7px 0 0
}
.embed .gsib_a {
	padding: 0 !important
}
.embed .gsc-input-box {
	width: calc(100% - 70px);
	border: 1px solid #d9d9d9;
	height: 30px !important
}
.embed header .gsc-input-box {
	height: 26px !important
}
#gs_id50 {
	margin-top: 2px
}
.embed header #gs_id50 {
	margin-top: 0px
}
.embed .gsc-input {
	width: 90% !important
}
.embed .gsc-search-button-v2 {
	position: absolute;
	top: -2px;
	right: -1px;
	width: 71px !important;
	height: 30px !important;
	padding: 6px 27px;
	min-width: 13px;
	margin-top: 2px;
}
.embed header .gsc-search-button-v2 {
	height: 26px !important
}
.embed header input.gsc-search-button-v2 {
	padding: 5px 27px !important;
}
.embed .gsc-search-button input {
	background: #e4022e !important;
	border: 1px solid #e40229 !important
}
.embed .print_logo {
	display: none
}
@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 {
	.embed #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 .embed .m-007 .TabSet {
	background-color: #e5e5e6;
	margin-bottom: 20px;
	position: relative
}
.embed .embed .m-007 .TabSet .Container {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-bottom: 2px solid #cecece;
	padding: 0
}
.embed .embed .m-007 .TabSet .Header {
	overflow: hidden;
	position: relative;
	width: 100%
}
.embed .embed .m-007 .TabSet .Header:before,
.embed .embed .m-007 .TabSet .Header:after {
	content: " ";
	display: table
}
.embed .embed .m-007 .TabSet .Header:after {
	clear: both
}
.embed .embed .m-007 .TabSet .Header:before,
.embed .embed .m-007 .TabSet .Header:after {
	content: " ";
	display: table
}
.embed .embed .m-007 .TabSet .Header:after {
	clear: both
}
.embed .embed .m-007 .TabSet.SingleTab .Header {
	display: none
}
.embed .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 .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 .embed .m-007 .TabSet .Controls a.Disabled {
	cursor: default;
	opacity: .2
}
.embed .embed .m-007 .TabSet .Controls a.Previous {
	margin-right: 7px
}
.embed .embed .m-007 .TabSet .TabContainer {
	background-color: #e7e7e7;
	display: inline-block;
	float: left;
	height: 50px;
	position: relative
}
.embed .embed .m-007 .TabSet .TabContainer.Activated {
	overflow: hidden
}
.embed .embed .m-007 .TabSet .TabContainer .Tabs {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap
}
.embed .embed .m-007 .TabSet .TabContainer .Tabs:before,
.embed .embed .m-007 .TabSet .TabContainer .Tabs:after {
	content: " ";
	display: table
}
.embed .embed .m-007 .TabSet .TabContainer .Tabs:after {
	clear: both
}
.embed .embed .m-007 .TabSet .TabContainer .Tabs:before,
.embed .embed .m-007 .TabSet .TabContainer .Tabs:after {
	content: " ";
	display: table
}
.embed .embed .m-007 .TabSet .TabContainer .Tabs:after {
	clear: both
}
.embed .embed .m-007 .TabSet .TabContainer .Tabs > li {
	background: 0;
	margin-bottom: auto;
	padding-left: 0
}
.embed .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 .embed .m-007 .TabSet .TabContainer .Tabs li.Active {
	background-color: #fff
}
.embed .embed .m-007 .TabSet .TabContainer .Tabs > li.MobilePage {
	background: 0;
	display: none;
	padding: 15px;
	font-size: 1.4rem
}
.embed .embed .m-007 .TabSet .Pages > div {
	display: none;
	padding: 15px
}
.embed .embed .m-007 .TabSet .Pages > div.Active {
	display: block
}
.embed .embed .m-007 .TabSet.TwoTabs .Controls {
	display: none
}
.embed .embed .m-007 .TabSet.TwoTabs .TabContainer {
	display: block;
	float: none;
	width: 100%
}
.embed .embed .m-007 .TabSet.FlipBackground {
	background: url(/common/img/TabBackground-Left.jpg) repeat-y bottom left
}
.embed .embed .m-007 .TabSet.FlipBackground.BackgroundRight {
	background-image: url(/common/img/TabBackground-Right.jpg)
}
.embed .embed .m-007 .TabSet .Controls a.Previous {
	background-image: url(/common/img/Nav_Left.png)
}
.embed .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 .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,
.embed a.m-024__link:hover,
.embed 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,
.embed a.m-025__link:hover,
.embed 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,
	.embed a.m-027__link:hover,
	.embed 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,
.embed a.m-028__link:hover,
.embed a.m-028__link:focus {
	color: #98021f;
}
.embed .m-028b__link:hover,
.embed .m-028b__link:focus,
.embed a.m-028b__link:hover,
.embed 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,
.embed a.m-029__link:hover,
.embed 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,
.embed a.m-030__link:hover,
.embed 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,
	.embed a.m-031__link:hover,
	.embed 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,
	.embed a.m-031__link:hover,
	.embed 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;
	}
}