@charset "UTF-8";
	/*
*******************************************************************************************************
# サイト共通スタイル - compiled from common.scss
  ・base - サイトのベース
  ・layout - bodyやサイト全体に関わる飾り
  ・header - ヘッダー
  ・header - ヘッダーJP（日本語用ヘッダー専用スタイル）
  ・footer - フッター
  ・Fixedナビ - 固定フッターナビ
  ・contents - コンテンツパーツ（パンくずとか）
  ・module - 他サイト共通パーツ
  ・英語版対応 - 英語化調整
  ・web Font - webfont読み込み
  ・placeholder - 汎用extend
*******************************************************************************************************
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

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

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/* # base
----------------------------------- */
body {
	background: #ffffff;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	word-break: normal;
}
body > img {
	display: block;
}

body.en {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	vertical-align: middle;
}

address {
	font-style: normal;
}

a:link, a:visited {
	color: #00a0e6;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffa200;
	text-decoration: none;
}

input, textarea, select {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
}

input, button {
	cursor: pointer;
}

/* layout
----------------------------------- */
body {
	background-color: #ffffff;
}

.wrap {
	position: relative;
	min-width: 1024px;
	/* padding-top: 92px; */
	padding-top: 125px;
	text-align: center;
	overflow: hidden;
}

.top-contents {
	position: absolute;
	left: 0;
	top: 75px;
	width: 52%;
	height: 313px;
}
.top-contents.bg-dec {
	display: none;
	background: url(/en/assets/before-data/wp-content/themes/nabtesco/img/common/bg_dec_arrow.png) no-repeat right top;
}
.top-contents.head-img {
	z-index: 5;
	left: 50%;
	top: 6px;
	width: 1098px;
	height: 383px;
	margin-left: -549px;
}
.top-contents.head-img .ttl-main {
	position: absolute;
	top: 125px;
	left: 0;
	z-index: 1;
	display: table;
	width: 400px;
	/*width: 390px;*/
	height: 209px;
	padding: 0;
	background: url(/en/assets/before-data/wp-content/themes/nabtesco/img/common/bg_mainimg_arrow.png) no-repeat left top;
	color: #ffffff;
	line-height: 1.2;
}
.top-contents.head-img .ttl-main .inner {
	display: table-cell;
	padding-left: 50px;
	/*padding-left: 60px;*/
	vertical-align: middle;
	text-align: left;
}
.top-contents.head-img .ttl-main .inner .parent-category {
	display: block;
	margin-bottom: 11px;
	font-size: 20px;
	font-family: "DIN Next W01 Regular";
}
.top-contents.head-img .summary {
	position: absolute;
	top: 125px;
	left: 420px;
	display: table;
	width: 626px;
	height: 209px;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.5;
}
.top-contents.head-img .summary .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.top-contents.head-img .btn-play {
	display: none;
	position: absolute;
	right: 61px;
	bottom: 20px;
	line-height: 1.4;
}

.ie9 .top-contents.bg-dec, .ie8 .top-contents.bg-dec, .ie7 .top-contents.bg-dec {
	display: block;
}

.line-top {
	position: fixed;
	z-index: 95;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #00a0e6;
}

.line-left {
	position: fixed;
	z-index: 95;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background: #00a0e6;
}

.line-right {
	position: fixed;
	z-index: 95;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background: #00a0e6;
}

.line-bottom {
	position: fixed;
	z-index: 95;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #00a0e6;
}

.page-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	margin: -20px 0 0 -20px;
}

/* # header
----------------------------------- */
header {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 10;
	width: 994px;
	height: 84px;
	padding-top: 40px;
	margin-left: -497px;
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	header {
		height: 66px;
		padding-top: 0;
	}
}
header .logo {
	float: left;
	width: 100px;
	height: 44px;
	padding: 17px 10px 0 10px;
	color: #ffffff;
}
.ja header .logo {
	padding: 30px 10px 0 10px;
}
header .nav-lang {
	position: absolute;
	top: 30px;
	right: 15px;
	text-align: right;
	display: flex;
}
header .nav-lang-item {
	font-family: "AxisStd-Medium";
	font-size: 12px;
	line-height: 1;
	color: #878B8F;
	padding: 0 10px 0 25px;
	position: relative;
}
header .nav-lang-item:nth-of-type(1) {
	padding: 0 10px 0 0;
}
header .nav-lang-item:nth-of-type(3) {
	padding: 0 0 0 25px;
}
header .nav-lang-item::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	font-size: 10px;
	content: "/";
}
header .nav-lang-item:nth-of-type(1)::before {
	display: none;
}
header .nav-lang-item a {
	color: #878B8F;
}
header .nav-lang-item:nth-of-type(3) a {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	header .nav-lang {
		display: none;
	}
}
header .nav-global {
	position: relative;
	float: right;
	width: 874px;
	text-align: right;
}
.ja header .nav-global {
	text-align: left;
}
header .nav-global .nav-main {
	display: inline-block;
}
header .nav-global .nav-main > li {
	float: left;
	font-family: "AxisStd-Medium";
}
header .nav-global .nav-main > li.act > a {
	color: #ffa200;
}
header .nav-global .nav-main > li > a {
	position: relative;
	display: block;
	/* height: 66px; */
	height: 58px;
	padding: 0 14px 0px;
	font-size: 15px;
	text-align: left;
}
header .nav-global .nav-main > li > a span {
	display: table-cell;
	*display: inline;
	height: 66px;
	vertical-align: middle;
}
.ja header .nav-global .nav-main > li > a span {
	font-size: 14px;
}
header .nav-global .nav-sub {
	float: right;
	width: 198px;
	letter-spacing: 0.05em;
}
.ja header .nav-global .nav-sub {
	margin-right: 7px;
}
header .nav-global .nav-sub > li {
	float: left;
}
header .nav-global .nav-sub > li > a {
	display: block;
	width: 61px;
	height: 56px;
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	font-family: "DIN Next W01 Bold";
}
header .nav-global .nav-sub > li > a#subNavSearch {
	color: #00a0e6;
}
header .nav-global .nav-sub > li > a#subNavMylist {
	color: #08B4AA;
}
header .nav-global .nav-sub > li > a#subNavGlobal {
	color: #9dc93a;
}
header .nav-global .nav-sub > li > a#subNavInfo {
	color: #f8b417;
}
header .nav-global .nav-sub > li > a span {
	display: block;
	margin-top: 5px;
	padding-left: 2px;
}
header .nav-global .nav-sub > li.mylist .btn-sublist-close {
	right: 132px;
}
header .nav-global .nav-sub > li.global .nav-sub-list {
	width: 200px;
	margin-left: 794px;
}
header .nav-global .nav-sub > li.global .btn-sublist-close {
	right: 66px;
}
header .nav-global .nav-sub > li.info .btn-sublist-close {
	right: 0px;
}
header .nav-global .nav-sub > li .jsOpacity {
	opacity: 0;
}

/* グローバル 英 */
header .nav-global-en .nav-main > li > a span {
	text-align: center;
}

/* ドロップダウン サブナビ */
header .nav-global .nav-sub-list {
	position: absolute;
	/* top: 66px; */
	top: 90px;
	display: none;
	/* left: 0; */
	left: -120px;
	width: 994px;
	background: url(/en/assets/before-data/wp-content/themes/nabtesco/img/common/bg_overlay_aquablue.png);
	text-align: left;
	color: #ffffff;
	z-index: 10;
}
header .nav-global .nav-main li:nth-child(n+2) .nav-sub-list {
	top: 58px;
	left: 0;
}

header .nav-global .nav-sub-list .btn-sublist-close {
	position: absolute;
	/* top: -66px;
	width: 66px;
	height: 41px;
	padding-top: 25px; */
	background: url(/en/assets/before-data/wp-content/themes/nabtesco/img/common/bg_overlay_aquablue.png);
	text-align: center;
	cursor: pointer;
	top: -90px;
    width: 74px;
    height: 65px;
	padding-top: 38px;
}
header .nav-global .nav-main li > a > .btn-layer {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #163e4f;
}
header .nav-global li.open > a {
	color: #ffa200;
}
header .nav-global li.open > a > span {
	position: relative;
	z-index: 10;
}
header .nav-global li.open > a .btn-layer {
	display: block;
}

/* products サブナビ */
header .nav-global .products .nav-sub-list {
	display: none;
	padding: 20px 0;
}
header .nav-global .products .nav-sub-list .sttl-products {
	padding-bottom: 15px;
	font-size: 16px;
}

header .nav-global .products .content-products {
	float: left;
	width: 240px;
	margin-left: 26px;
}
header .nav-global .products .content-products .link {
	margin: 12px 4px 0 0;
	text-align: right;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
header .nav-global .products .content-products .link .icn {
	margin-left: 8px;
}

header .nav-global .products .content-select {
	float: right;
	width: 696px;
}
header .nav-global .products .content-select li {
	float: left;
	width: 310px;
	margin-right: 37px;
	line-height: 1.5;
}
header .nav-global .products .content-select li a {
	display: block;
}
header .nav-global .products .content-select li a {
	color: #40b8ec;
}
header .nav-global .products .content-select li a:hover {
	color: #ffa200;
}
header .nav-global .products .content-select li img {
	float: left;
	width: 100px;
	margin-bottom: 16px;
}
header .nav-global .products .content-select li .box-text {
	margin-left: 112px;
	margin-bottom: 10px;
}
header .nav-global .products .content-select li .page-name {
	margin-bottom: 4px;
}
header .nav-global .products .content-select li .summary {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

header .nav-global .products .content-needs {
	clear: both;
	position: relative;
	top: 0;
	margin-left: 26px;
}
header .nav-global .products .content-needs .sttl-products {
	padding-bottom: 7px;
}
header .nav-global .products .content-needs li {
	float: left;
	width: 228px;
	margin: 8px 10px 0 0;
}
header .nav-global .products .content-needs li a {
	width: 100%;
	background-color: #385b69;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 4px;
}
header .nav-global .products .content-needs li a:hover {
	background-color: #ffa200;
}
header .nav-global .products .content-needs li a .inner {
	padding: 13px 0;
}
header .nav-global .products .content-needs .icn-search {
	position: relative;
	top: 6px;
	margin-right: 7px;
}

/* mylist サブナビ */
header .nav-global .nav-sub .nav-sub-list .stit-mylist {
	position: relative;
	margin-top: 6px;
	padding: 27px 56px;
	border-bottom: solid 1px #2b5364;
	font-size: 22px;
	font-family: "DIN Next W01 Regular";
	line-height: 1;
}
header .nav-global .nav-sub .nav-sub-list .stit-mylist .icn svg,
header .nav-global .nav-sub .nav-sub-list .stit-mylist .icn div {
	position: absolute !important;
	left: 32px !important;
	top: 50% !important;
	margin-top: -12px;
}
header .nav-global .nav-sub .nav-sub-list .mylist_err {
	font-size: 14px;
	padding: 0 33px 0;
	line-height: 50px;
}
header .nav-global .nav-sub .nav-sub-list .content-mylist {
	position: relative;
	width: 994px;
	overflow: hidden;
	margin-top: -1px;
	line-height: 1.3;
}
header .nav-global .nav-sub .nav-sub-list .content-mylist ul li {
	position: absolute;
	left: 0;
	top: 0;
	width: 194px;
	padding: 12px 35px 12px 19px;
	border: solid 1px #2b5364;
	opacity: 0;
}
header .nav-global .nav-sub .nav-sub-list .content-mylist .name {
	margin-bottom: 5px;
	font-size: 18px;
	font-family: "DIN Next W01 Bold" "AxisStd-Bold";
	line-height: 1.1;
}
header .nav-global .nav-sub .nav-sub-list .content-mylist .name a {
	color: #ffa200;
}
header .nav-global .nav-sub .nav-sub-list .content-mylist .category {
	font-size: 12px;
	line-height: 1.4;
}
header .nav-global .nav-sub .nav-sub-list .content-mylist .btn-delete {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
}

/* global サブナビ */
header .nav-global .nav-sub .nav-sub-list .content-global {
	font-family: "AxisStd-Regular";
}
header .nav-global .nav-sub .nav-sub-list .content-global ul li {
	border-top: solid 1px #2b5364;
	font-size: 16px;
}
header .nav-global .nav-sub .nav-sub-list .content-global ul li > a {
	display: block;
	padding: 16px 30px;
}
header .nav-global .nav-sub .nav-sub-list .content-global ul li > a:link, header .nav-global .nav-sub .nav-sub-list .content-global ul li > a:visited {
	color: #ffffff;
}
header .nav-global .nav-sub .nav-sub-list .content-global ul li > a:hover, header .nav-global .nav-sub .nav-sub-list .content-global ul li > a:active {
	color: #ffa200;
}
header .nav-global .nav-sub .nav-sub-list .content-global ul li.act a {
	color: #9dc93a;
}
header .nav-global .nav-sub .nav-sub-list .content-global ul li:first-child {
	border-top: none;
}
header .nav-global .nav-sub .nav-sub-list .content-global ul li .btn-global {
	margin: 10px;
}
header .nav-global .nav-sub .nav-sub-list .content-global ul li .btn-global a {
	width: 100%;
	font-size: 16px;
}
header .nav-global .nav-sub .nav-sub-list .content-global ul li .btn-global a .inner {
	margin: 0 26px 0 22px;
	padding: 10px 0 10px 21px;
}
header .nav-global .nav-sub .nav-sub-list .content-global ul li .btn-global a .inner svg,
header .nav-global .nav-sub .nav-sub-list .content-global ul li .btn-global a .inner div {
	left: 22px !important;
}

/* news サブナビ */
header .nav-global .nav-sub .nav-sub-list .stit-info {
	position: relative;
	margin-top: 6px;
	padding: 27px 56px;
	font-family: "AxisStd-Regular";
	font-size: 22px;
	line-height: 1;
	letter-spacing: 2px;
}
header .nav-global .nav-sub .nav-sub-list .stit-info .icn svg, header .nav-global .nav-sub .nav-sub-list .stit-info .icn div {
	position: absolute !important;
	left: 32px !important;
	top: 50% !important;
	margin-top: -9px;
}
header .nav-global .nav-sub .nav-sub-list .content-info {
	width: 994px;
}
header .nav-global .nav-sub .nav-sub-list .content-info ul li {
	padding: 18px 30px 14px 30px;
	border-top: solid 1px #2b5364;
}
header .nav-global .nav-sub .nav-sub-list .content-info ul li .date {
	margin-bottom: 5px;
	font-size: 12px;
}
header .nav-global .nav-sub .nav-sub-list .content-info ul li .disp {
	line-height: 1.4;
}
header .nav-global .nav-sub .nav-sub-list .btn-allnews {
	position: absolute;
	right: 31px;
	top: 31px;
	width: 190px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background-color: #00a0e6;
	text-align: center;
}
header .nav-global .nav-sub .nav-sub-list .btn-allnews a {
	display: block;
	padding: 8px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
}
header .nav-global .nav-sub .nav-sub-list .btn-allnews a:hover {
	background-color: #f8b417;
}

.ie8 .nav-sub-list, .ie7 .nav-sub-list {
	background: #0e3849 !important;
}
.ie8 .nav-sub-list .btn-sublist-close, .ie7 .nav-sub-list .btn-sublist-close {
	background: #0e3849 !important;
}

header .nav-global .nav-sub_lang {
	position: absolute;
	top: 10px;
	right: 104px;
	display: table;
    /* width: auto; */
	width: 278px;
}
header .nav-global .nav-sub_lang > li {
	display: table-cell;
	vertical-align: middle;
}
header .nav-global .nav-sub_lang .nav-sub-list {
	position: static !important;
	display: block !important;
	width: auto !important;
	background: none !important;
	color: #878b8f;
	opacity: 1 !important;
}
header .nav-global .nav-sub_lang .nav-sub-list .content-global ul li {
	display: inline-block;
}
header .nav-global .nav-sub_lang .nav-sub-list .content-global ul li > a {
	color: #878b8f;
	font-size: 12px;
}
header .nav-global .nav-sub_lang .nav-sub-list .content-global ul li {
	position: relative;
}
header .nav-global .nav-sub_lang .nav-sub-list .content-global ul li + li {
	margin-left: 35px;
}
header .nav-global .nav-sub_lang .nav-sub-list .content-global ul li::before {
	content: "";
	position: absolute;
	top: 1px;
	left: -20px;
	display: block;
	width: 1px;
	height: 12px;
	background-color: #878b8f;
	transform: rotate(15deg);
}
header .nav-global .nav-sub_lang .btn-global a {
    background-color: transparent;
}
header .nav-global .nav-sub_lang .btn-global a .inner {
	padding: 0 !important;
	color: #878b8f;
}
header .nav-global .nav-sub_lang .btn-global a .inner svg,
header .nav-global .nav-sub_lang .btn-global a .inner div {
	display: none;
}
header .nav-global .nav-sub_lang > li.search {
    padding-right: 23px;
}
header .nav-global .nav-sub_lang > li.search span {
	display: none;
}
header .nav-global .nav-sub_lang > li.search circle {fill: transparent !important;}
header .nav-global .nav-sub_lang > li.search path {fill: #878b8f !important;}


/* header JP
----------------------------------- */
.ja header {
	height: auto;
	min-height: 66px;
	height: 90px;
	top: 26px;
	padding-top: 0;
	z-index: 30;
}

.ja header .top-news {
	clear: both;
	display: table;
	font-size: 12px;
	text-align: left;
	line-height: 1;
}

.ja header .top-news .stit-news {
	display: table-cell;
	width: 90px;
	padding-top: 3px;
	background-color: #f8b417;
	color: #ffffff;
	font-family: "DIN Next W01 Medium";
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.ja header .top-news ul {
	display: table-cell;
	width: 904px;
	padding-top: 2px;
	border-top: #ececec 1px solid;
}

.ja header .top-news ul li {
	margin: 7px 0;
	padding-left: 22px;
	position: relative;
}

.ja header .top-news ul li svg, header .top-news ul li div {
	position: absolute !important;
	left: 10px !important;
	top: 50% !important;
	margin-top: -4px;
}

.ja header .top-news ul li a {
	display: block;
}

.ja header .top-news ul li a:link, header .top-news ul li a:visited {
	color: #5f6469;
}

.ja header .top-news ul li a:hover, header .top-news ul li a:active {
	color: #ffa200;
}

.ja header .top-news .icn {
	margin: 7px 0;
	padding-left: 22px;
	position: relative;
}

.ja header .nav-global .nav-main {
	/* width: 690px; */
	width: 800px;
	padding-top: 32px;
}

.ja header .nav-global .nav-main > li > a {
	padding-left: 12px;
	padding-right: 12px;
}

header .nav-global .nav-main li > a > .btn-layer {
	top: auto;
	bottom: 0;
	height: 0;
	padding-top: 3px;
	margin-right: 12px;
	background: #f8b417;
}

.ja header .nav-global .nav-sub {
	/* width: 184px; */
	width: 61px;
	padding-top: 10px;
}

.ja header .nav-global .nav-sub > li > a span {
	font-family: "AxisStd-Medium";
}

.ja header .nav-global .nav-sub > li.mylist .btn-sublist-close {
	/* right: 62px; */
	right: 0;
}

.ja header .nav-global .nav-sub > li.global .btn-sublist-close {
	right: 0;
}

.ja header .top-news {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-top: #ececec 1px solid;
}

.ja header .top-news .stit-news {
	display: block;
	width: 115px;
	padding: 14px 18px;
	background: none;
	font-size: 16px;
	color: #222;
	box-sizing: border-box;
}

.ja header .top-news .body {
	display: block;
	width: 844px;
	padding: 14px 18px;
	border-top: none;
	/* 一時対応 */
	background: #ffebeb;
	/* 一時対応 */
}

.ja header .top-news .body a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
	/* 一時対応 */
	color: #d90000;
	/* 一時対応 */
}


header .nav-global .nav-columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .nav-global .nav-banner:not(:last-child) {
	margin-bottom: 10px;
}

header .nav-global .nav-banner {
	position: relative;
}

header .nav-global .nav-banner a {
	display: block;
}

header .nav-global .nav-banner .img {
	position: relative;
	overflow: hidden;
}

header .nav-global .nav-banner .img:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}

header .nav-global .nav-banner .img img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: transform .5s cubic-bezier(0.2, .675, .626, 1);
}

header .nav-global .nav-banner a:hover .img img {
	transform: scale(1.05);
}

header .nav-global .nav-banner .txt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: "AxisStd-Medium";
}

header .nav-global .nav-banner.no-image {
	padding: 30px 10px;
	background: #fff;
	color: #00a0e6;
}

header .nav-global .nav-banner.no-image a{
	display: block;
	margin: -30px -10px;
	padding: 30px 10px;
	background: #fff;
	color: #00a0e6;
}

header .nav-global .nav-banner.no-image .txt {
	position: static;
	color: #00a0e6;
	font-size: 16px;
	line-height: 1;
	transform: none;
}

header .nav-global .nav-banner.no-image a:hover .txt {
	color: #ffa200;
}

header .nav-global .products .nav-sub-list,
header .nav-global .download .nav-sub-list {
	padding: 20px 30px;
	box-sizing: border-box;
	background: #cfd0d2;
}

header .nav-global .products .nav-columns {
	margin: 0 -5px;
}

header .nav-global .products .nav-columns > .nav-column.wide {
	width: 292px;
}

header .nav-global .products .nav-columns > .nav-column {
	width: 312px;
	margin: 0 5px;
}

header .nav-global .download {
	position: relative;
}

header .nav-global .download .nav-sub-list {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

header .nav-global .download .nav-dropdown-list {
	padding: 15px 5px;
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	background: #fff;
}

header .nav-global .download .nav-dropdown-list:not(:last-child) {
	margin-bottom: 5px;
}

header .nav-global .download .nav-dropdown a {
	display: block;
	margin: -15px -5px;
	padding: 15px 5px;
}

/* # footer
----------------------------------- */
footer {
	text-align: center;
}
footer .footer-contents {
	width: 978px;
	margin: 0 auto;
	padding: 0 23px;
	text-align: left;
}
footer .sitemap {
	padding-top: 39px;
	border-bottom: solid 1px #dfe0e1;
}
footer .sitemap .logo {
	float: left;
	width: 252px;
	color: #ffffff;
}
footer .sitemap .box-cell {
	float: left;
	width: 252px;
}
footer .sitemap .box-cell.last {
	width: 222px;
}
footer .sitemap .box-cell .tit {
	margin-bottom: 15px;
	padding-right: 10px;
	font-family: "AxisStd-Medium";
	font-size: 16px;
	color: #00a0e6;
	line-height: 1.4;
}
footer .sitemap .box-cell ul {
	padding-bottom: 33px;
}
footer .sitemap .box-cell ul li {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 1.4;
}
footer .sitemap .box-cell ul li a:link, footer .sitemap .box-cell ul li a:visited {
	color: #878b8f;
}
footer .sitemap .box-cell ul li a:hover, footer .sitemap .box-cell ul li a:active {
	color: #ffa200;
}
footer .nav-otherinfo {
	padding: 21px 0 42px;
	border-top: solid 1px #efeff0;
}
footer .nav-otherinfo .link-list {
	float: left;
	/* width: 854px; */
	width: 920px;
	font-size: 12px;
	line-height: 1.4;
}
footer .nav-otherinfo .link-list .icon {
	margin-top: -4px;
}
.ja footer .nav-otherinfo .link-list {
	width: 880px;
}
.en.home footer .nav-otherinfo .link-list {
	width: 800px;
}
footer .nav-otherinfo .link-list li {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
footer .nav-otherinfo .external img {
	width: 100%;
}
.en.home footer .nav-otherinfo .external {
	float: right;
	margin-right: 23px;
	width: 81px;
}
footer .nav-otherinfo .language {
	display: none;
	float: right;
	position: relative;
	width: 90px;
	height: 17px;
	cursor: pointer;
}
.ja footer .nav-otherinfo .language {
	display: block;
}
footer .nav-otherinfo .language .float-menu {
	position: absolute;
	bottom: 28px;
	display: none;
	left: 50%;
	width: 110px;
	margin-left: -55px;
	background-color: #ffffff;
	-webkit-box-shadow: 3px 3px 4px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 3px 3px 4px rgba(50, 50, 50, 0.25);
	box-shadow: 3px 3px 4px rgba(50, 50, 50, 0.25);
	font-size: 16px;
	text-align: center;
}
footer .nav-otherinfo .language .float-menu a {
	display: block;
	padding: 12px 0;
}
footer .footer-copy {
	background-color: #f7f7f7;
	padding: 45px 0 140px;
	font-family: "DIN Next W01 Medium";
	color: #5f6469;
}
footer .footer-copy .group {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 22px 0 13px;
	font-size: 17px;
	color: #5f6469;
}
footer .footer-copy .group .copy-logo {
	display: flex;
	flex-wrap: nowrap;
	width: 320px;
	margin-right: 30px;
}
footer .footer-copy .group .copy-logo img {
	width: 320px;
}
footer .footer-copy .group .copy-logo::after {
	content: '|';
	display: inline-block;
	margin-left: 10px;
}
footer .footer-copy .logo-nabtesco {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 227px;
	height: 36px;
}
footer .footer-copy .copyright {
	font-size: 10px;
}
footer .footer-copy .copyright .copy-logo {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 107px;
	height: 18px;
}

.ie7 .float-menu, .ie8 .float-menu {
	border: solid #efeff0 1px;
}

.box-breadcrumbs {
	border-top: solid 1px #dfe0e1;
	border-bottom: solid 1px #efeff0;
	font-size: 12px;
}
.box-breadcrumbs ul {
	padding: 13px 0;
	border-top: solid 1px #efeff0;
	border-bottom: solid 1px #dfe0e1;
}
.box-breadcrumbs ul li {
	float: left;
	padding-left: 5px;
	color: #878b8f;
}
.box-breadcrumbs ul li:first-child {
	padding-left: 0;
}
.box-breadcrumbs ul li.act {
	color: #ffa200;
}
.box-breadcrumbs ul li a {
	margin-right: 5px;
}
.box-breadcrumbs ul li a:link, .box-breadcrumbs ul li a:visited {
	color: #878b8f;
}
.box-breadcrumbs ul li a:hover, .box-breadcrumbs ul li a:active {
	color: #ffa200;
}

.nav-fixed {
	position: fixed;
	z-index: 100;
	left: 0;
	display: none;
	bottom: 0px;
	width: 100%;
	height: 60px;
	background-color: #00a0e6;
	font-family: "AxisStd-Medium";
}
.nav-fixed ul {
	width: 1026px;
	margin: 0 auto;
}
.nav-fixed ul li {
	float: left;
	width: 255px;
	border-right: solid 1px #80d0f3;
}
.nav-fixed ul li:first-child {
	border-left: solid 1px #80d0f3;
}
.nav-fixed ul li.products-search {
	width: 256px;
}
.nav-fixed ul li a {
	display: block;
	width: 255px;
	min-height: 60px;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
}
.nav-fixed ul li a:hover,
.nav-fixed ul .support-web a,
.nav-fixed ul .support-inquiry a {
	background-color: #f8b417;
}
.nav-fixed ul li a span {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin-top: 20px;
	padding-left: 31px;
}
.nav-fixed ul li a span svg, .nav-fixed ul li a span div {
	position: absolute !important;
	left: 0px !important;
	top: 50% !important;
}
.nav-fixed ul li a span#navAll svg, .nav-fixed ul li a span#navAll div {
	margin-top: -6px;
}
.nav-fixed ul li a span#navType {
	padding-left: 37px;
}
.nav-fixed ul li a span#navType svg, .nav-fixed ul li a span#navType div {
	margin-top: -10px;
}
.nav-fixed ul li a span#navCase {
	padding-left: 32px;
}
.nav-fixed ul li a span#navCase svg, .nav-fixed ul li a span#navCase div {
	margin-top: -10px;
}
.nav-fixed ul li a span#navSearch svg, .nav-fixed ul li a span#navSearch div {
	margin-top: -10px;
}
/* お問い合わせ */
.nav-fixed ul li a span#navInquiry svg, .nav-fixed ul li a span#navInquiry {
	position: relative;
	padding-left: 67px;
}

.nav-fixed span::before,
.nav-fixed span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	background-position: center;
}

.nav-fixed ul li a span#navInquiry::before {
	left: 0;
	width: 23px;
	background-image: url(/en/assets/before-data/wp-content/themes/nabtesco/img/new_lifestyle/nav-fixed-network.svg);
}

.nav-fixed ul li a span#navInquiry::after {
	left: 28px;
	width: 28px;
	background-image: url(/en/assets/before-data/wp-content/themes/nabtesco/img/new_lifestyle/nav-fixed-inquiry.svg);
}

.nav-fixed .support-web a span::before {
    left: 0;
	width: 26px;
    background-image: url(/en/assets/before-data/wp-content/themes/nabtesco/img/support/nav-fixed-inquiry.svg);
}

.nav-fixed .support-inquiry a span::before {
	left: 0;
	width: 23px;
	background-image: url(/en/assets/before-data/wp-content/themes/nabtesco/img/support/nav-fixed-network.svg);
}

.ios-portrait .nav-fixed {
	height: 130px;
}
.ios-portrait .nav-fixed li a {
	min-height: 130px;
	font-size: 22px;
}
.ios-portrait .nav-fixed li a span {
	margin-top: 35px;
	padding-left: 0 !important;
}
.ios-portrait .nav-fixed li a span svg, .ios-portrait .nav-fixed li a span div {
	position: static !important;
	display: block;
	margin: 0 auto 25px !important;
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
}
.ios-portrait .nav-fixed li a span#navAll svg, .ios-portrait .nav-fixed li a span#navAll div {
	margin-top: 5px !important;
	margin-bottom: 30px;
}

/* # Fixedナビ
----------------------------------- */
.lower-browser {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 250;
}

.lower-browser .overlay-close {
	background: url(/en/assets/before-data/wp-content/themes/nabtesco/img/common/btn_overlay_close.png);
	text-indent: -9999px;
	overflow: hidden;
}

#cnt-svgmenu {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	font-family: "AxisStd-Regular";
	color: #ffffff;
}
#cnt-svgmenu .stit-menu {
	margin: 100px 0 20px 45px;
	font-size: 30px;
}
#cnt-svgmenu ul {
	margin-right: -70px;
	padding: 0 43px;
}
#cnt-svgmenu ul li {
	float: left;
	position: relative;
	width: 266px;
	height: 70px;
	border-bottom: solid 1px #2e5464;
	cursor: pointer;
	color: #ffffff;
	margin-right: 70px;
	font-size: 16px;
	line-height: 1.3;
}
#cnt-svgmenu ul li a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 266px;
	height: 70px;
}
#cnt-svgmenu ul li a:link, #cnt-svgmenu ul li a:visited {
	color: #ffffff;
}
#cnt-svgmenu ul li a:hover, #cnt-svgmenu ul li a:active {
	color: #ffa200;
}
#cnt-svgmenu .subcate-section {
	margin: 0 43px;
	padding: 20px 0;
	border-top: solid 1px #2e5464;
}
#cnt-svgmenu .subcate-section h3.ttl-sub {
	margin-bottom: 20px;
	font-size: 18px;
	color: #5c8596;
}
#cnt-svgmenu .subcate-section ul {
	padding-right: 0;
	padding-left: 0;
}
#cnt-svgmenu .subcate-section ul li {
	position: relative;
	border-bottom: none;
}
#cnt-svgmenu .svg-static {
	position: absolute;
	width: 80px;
	height: 70px;
	top: 0px;
	left: 0px;
}
#cnt-svgmenu .svg-static svg, #cnt-svgmenu .svg-static div {
	left: 0 !important;
}
#cnt-svgmenu .svg-anim {
	position: absolute;
	left: 0;
	top: 0;
	width: 266px;
	height: 70px;
	z-index: 2147483647;
}
#cnt-svgmenu .btn-svg .txtarea {
	margin-left: 100px;
}
#cnt-svgmenu .btn-svg .txtarea .inner {
	display: table-cell;
	width: 166px;
	height: 70px;
	vertical-align: middle;
}

.svg-still {
	width: 80px;
	height: 70px;
}

.en #cnt-svgmenu .box-menu-category .stit-menu {
	margin-bottom: 30px;
}
.en #cnt-svgmenu .box-menu-category ul li {
	margin-right: 0px;
}
.en #cnt-svgmenu .box-menu-category .subcate-section {
	border-top: solid 1px #ffffff;
}
.en #cnt-svgmenu .box-menu-category .subcate-section h3.ttl-sub {
	float: left;
	display: block;
	width: 188px;
	font-size: 17px;
	color: #ffffff;
	line-height: 1.3;
}
.en #cnt-svgmenu .box-menu-category .subcate-section ul {
	float: left;
	width: 750px;
}
.en #cnt-svgmenu .box-menu-category .subcate-section ul li {
	width: 250px;
}
.en #cnt-svgmenu .box-menu-category .subcate-section ul li a {
	width: 250px;
}
.en #cnt-svgmenu .box-menu-category .subcate-section ul li a .svg-anim canvas {
	left: 8px !important;
}
.en #cnt-svgmenu .box-menu-category .svg-static {
	left: 8px;
}

/* Overlay style */
.overlay.overlay-contentscale {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(14, 59, 78, 0.9);
	opacity: 1 !important;
}

/* Overlay closing cross */
.overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 52px;
	top: 52px;
	cursor: pointer;
}

/* Effects */
.container.css-scale {
	background: #fff;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.container.css-scale.overlay-open {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

/* # contents
----------------------------------- */
.contents {
	position: relative;
	z-index: 1;
	width: 978px;
	margin: 0 auto;
	/* padding: 18px 23px 0; */
	padding: 36px 23px 0;
	text-align: left;
	line-height: 1.5;
  /* # sidebar
  ----------------------------------- */
  /* # main
  ----------------------------------- */
}
.contents.head-img {
	padding-top: 336px;
}
.contents .breadcrumbs {
	padding-bottom: 20px;
	font-size: 12px;
}
.contents .breadcrumbs li {
	float: left;
	padding-left: 5px;
	color: #878b8f;
}
.contents .breadcrumbs li:first-child {
	padding-left: 0;
}
.contents .breadcrumbs li.act {
	color: #ffa200;
}
.contents .breadcrumbs li a {
	margin-right: 5px;
}
.contents .breadcrumbs li a:link, .contents .breadcrumbs li a:visited {
	color: #878b8f;
}
.contents .breadcrumbs li a:hover, .contents .breadcrumbs li a:active {
	color: #ffa200;
}
.contents .section {
	position: relative;
}
.contents .sidebox-wide {
	padding-bottom: 80px;
}
.contents .sidebar {
	float: left;
	width: 200px;
	margin-right: 52px;
	padding-bottom: 39px;
	background-color: #ffffff;
}
.contents .sidebar#jsStickBar {
	padding-bottom: 0;
}
.contents .sidebar#jsStickBar.stick {
	position: fixed;
	left: auto;
	top: 25px;
}
.contents .sidebar#jsStickBar.stop {
	position: absolute;
	top: auto;
	bottom: 50px;
}
.contents .sidebar .stit-side-category {
	position: relative;
	display: table;
	width: 200px;
	height: 60px;
	border-top: solid 2px #00a0e6;
	font-family: "AxisStd-Medium";
	font-size: 16px;
	color: #00a0e6;
}
.contents .sidebar .stit-side-category .inner {
	display: table-cell;
	width: 100px;
	padding-left: 11px;
	vertical-align: middle;
}
.contents .sidebar .stit-side-category.icn-box svg, .contents .sidebar .stit-side-category.icn-box div {
	position: absolute !important;
	top: 19px !important;
	left: 10px !important;
}
.contents .sidebar .stit-side-category.icn-box .inner {
	width: 200px;
	padding-left: 46px;
}
.contents .sidebar .stit-wrap-category {
	margin: 0 0 8px 0;
	padding-left: 10px;
	border-left: 3px #00a0e6 solid;
	font-size: 12px;
	font-weight: bold;
}
.contents .sidebar .list-category {
	margin-bottom: 20px;
	border-top: solid 1px #dfe0e1;
}
.contents .sidebar .list-category li {
	border-bottom: solid 1px #dfe0e1;
}
.contents .sidebar .list-category li a {
	position: relative;
	display: block;
	margin: 1px 0;
	padding: 10px 13px 7px 13px;
}
.contents .sidebar .list-category li a:link, .contents .sidebar .list-category li a:visited {
	color: #333333;
}
.contents .sidebar .list-category li a:hover, .contents .sidebar .list-category li a:active {
	color: #ffa200;
}
.contents .sidebar .list-category li a svg, .contents .sidebar .list-category li a div {
	position: absolute !important;
	left: 188px !important;
	top: 50% !important;
	margin-top: -4px;
}
.contents .sidebar .list-category li.act a {
	background-color: #fffbf3;
	background-image: none;
	font-weight: bold;
}
.contents .sidebar .list-category li.act a:link, .contents .sidebar .list-category li.act a:visited, .contents .sidebar .list-category li.act a:hover, .contents .sidebar .list-category li.act a:active {
	color: #ffa200;
}
.contents .sidebar .list-category li.act a svg, .contents .sidebar .list-category li.act a div {
	display: none !important;
}
.contents .sidebox-wide .sidebar {
	float: left;
	width: 306px;
	margin-right: 30px;
}
.contents .sidebox-wide .sidebar .img {
	position: relative;
}
.contents .sidebox-wide .sidebar .img .icn-type {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 80px;
	height: 70px;
	background-color: #00a0e6;
}
.contents .sidebox-wide .sidebar .stit-side {
	font-size: 24px;
	color: #00a0e6;
	font-family: "AxisStd-Medium";
	margin-top: 10px;
	padding: 10px 0 5px;
}
.contents .sidebox-wide .sidebar .btn-next {
	margin-top: 24px;
}
.contents .main {
	float: right;
	position: relative;
	width: 726px;
}
.contents .sidebox-wide .main {
	width: 642px;
}

.contents .sidebar .sidebar-bnr,
.contents .sidebar .sidebar-bnr img {
	width: 100%;
	margin-top: 10px;
}

/* # module
----------------------------------- */
/* # heading
----------------------------------- */
.ttl-main {
	font-size: 36px;
	color: #333333;
	font-family: "AxisStd-Medium";
	padding: 15px 0 45px;
	line-height: 1.25;
}

/* .ttl-main2 */
.ttl-main2 {
	padding: 0 0 30px 0;
	line-height: 1.25;
	font-family: "AxisStd-Medium";
	color: #00a0e6;
}

.ttl-main2 .ttl {
	font-size: 36px;
	color: #333333;
}

.ttl-main2 .sttl {
	font-size: 22px;
	margin-top: 15px;
	color: #333333;
}

.ttl-main2 .sub {
	margin: 0 0 15px 0;
	font-size: 16px;
}

/* ttl-heading1（上線：青／下線：グレー） */
.ttl-heading1 {
	border-top: 2px solid #00a0e6;
	border-bottom: 1px solid #efeff0;
}

.ttl-heading1 .tit {
	padding: 12px 0;
	border-bottom: 1px solid #dfe0e1;
	font-size: 20px;
	font-family: "AxisStd-Medium";
}

/* ttl-heading2（上線：青とグレー） */
.ttl-heading2:before {
	content: '';
	display: block;
	height: 2px;
	background: #00a0e6;
	background: -moz-linear-gradient(left, #00a0e6 0%, #00a0e6 14%, #bfc1c3 14%, #bfc1c3 100%);
	background: -webkit-linear-gradient(left, #00a0e6 0%, #00a0e6 14%, #bfc1c3 14%, #bfc1c3 100%);
	background: linear-gradient(to right, #00a0e6 0%, #00a0e6 14%, #bfc1c3 14%, #bfc1c3 100%);
}

*:first-child + html .ttl-heading2 {
  /* IE7 Hack */
	border-top: 2px solid #00a0e6;
}

.ttl-heading2 .tit {
	padding: 12px 0;
	font-size: 18px;
	font-family: "AxisStd-Medium";
}

/* ttl-heading3（左線：青） */
.ttl-heading3 {
	padding: 0 0 0 10px;
	border-left: 3px solid #00a0e6;
	font-size: 16px;
	font-family: "AxisStd-Medium";
	line-height: 1.2;
}

/* ttl-heading4（上線：青） */
.ttl-heading4 {
	border-top: 2px solid #00a0e6;
}

.ttl-heading4 .tit {
	padding: 12px 0 0 0;
	font-size: 20px;
	font-family: "AxisStd-Medium";
}

/* ttl-sub */
.ttl-sub1,
.ttl-sub2,
.ttl-sub3 {
	font-family: "AxisStd-Medium";
}

.ttl-sub1 {
	font-size: 18px;
}

.ttl-sub2 {
	font-size: 14px;
}

.ttl-sub3 {
	font-size: 12px;
}

/* # icn
----------------------------------- */
.icn-blank .inner {
	margin-left: 5px;
}

/* # btn
----------------------------------- */
.btn-basic, .btn-next, .btn-back, .btn-media, .btn-prev, .btn-play, .btn-pdf, .btn-mylist, .table-base .icn-mylist, .btn-select, .btn-search, .btn-download, .btn-global, .btn-blank, .btn-anchor {
	font-family: "AxisStd-Medium";
}
.btn-basic a, .btn-next a, .btn-back a, .btn-media a, .btn-prev a, .btn-play a, .btn-pdf a, .btn-mylist a, .table-base .icn-mylist a, .btn-select a, .btn-search a, .btn-download a, .btn-global a, .btn-blank a, .btn-anchor a {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #00a0e6;
	color: #ffffff;
}
.btn-basic a:hover, .btn-next a:hover, .btn-back a:hover, .btn-media a:hover, .btn-prev a:hover, .btn-play a:hover, .btn-pdf a:hover, .btn-mylist a:hover, .table-base .icn-mylist a:hover, .btn-select a:hover, .btn-search a:hover, .btn-download a:hover, .btn-global a:hover, .btn-blank a:hover, .btn-anchor a:hover {
	background-color: #f8b417;
}
.btn-basic a .inner, .btn-next a .inner, .btn-back a .inner, .btn-media a .inner, .btn-prev a .inner, .btn-play a .inner, .btn-pdf a .inner, .btn-mylist a .inner, .table-base .icn-mylist a .inner, .btn-select a .inner, .btn-search a .inner, .btn-download a .inner, .btn-global a .inner, .btn-blank a .inner, .btn-anchor a .inner {
	display: block;
	padding-top: 6px;
	padding-bottom: 8px;
	text-align: center;
}
.btn-basic a .inner svg, .btn-next a .inner svg, .btn-back a .inner svg, .btn-media a .inner svg, .btn-prev a .inner svg, .btn-play a .inner svg, .btn-pdf a .inner svg, .btn-mylist a .inner svg, .table-base .icn-mylist a .inner svg, .btn-select a .inner svg, .btn-search a .inner svg, .btn-download a .inner svg, .btn-global a .inner svg, .btn-blank a .inner svg, .btn-anchor a .inner svg, .btn-basic a .inner div, .btn-next a .inner div, .btn-back a .inner div, .btn-media a .inner div, .btn-prev a .inner div, .btn-play a .inner div, .btn-pdf a .inner div, .btn-mylist a .inner div, .table-base .icn-mylist a .inner div, .btn-select a .inner div, .btn-search a .inner div, .btn-download a .inner div, .btn-global a .inner div, .btn-blank a .inner div, .btn-anchor a .inner div {
	position: absolute !important;
	left: auto !important;
	top: 50% !important;
}

.btn-next a .inner {
	padding: 6px 37px 8px 27px;
}
.btn-next a .inner svg, .btn-next a .inner div {
	right: 15px;
	margin-top: -4px;
}

.btn-back a {
	background-color: #ffffff;
	color: #00a0e6;
	border: 1px solid #00a0e6;
}
.btn-back a:hover {
	background-color: #ffffff;
	color: #f8b417;
	border: 1px solid #f8b417;
}
.btn-back a .inner {
	padding: 6px 0 7px 0;
}
.btn-back a .inner svg, .btn-back a .inner div {
	left: 7px !important;
	top: 0 !important;
	margin: 16px 0 0 0 !important;
}

.btn-media a {
	background-color: #ffffff;
	color: #00a0e6;
	border: 1px solid #00a0e6;
	font-size: 18px;
}
.btn-media a:hover {
	background-color: #ffffff;
	color: #f8b417;
	border: 1px solid #f8b417;
}
.btn-media a .inner {
	padding: 9px 15px;
}

.btn-prev a {
	border: solid 1px #00a0e6;
	background-color: #ffffff;
	color: #00a0e6;
}
.btn-prev a:hover {
	border-color: #ffa200;
	background-color: #ffffff;
	color: #ffa200;
}
.btn-prev a .inner {
	padding: 6px 37px 8px 27px;
}
.btn-prev a .inner svg, .btn-prev a .inner div {
	left: 6px !important;
	margin-top: -4px;
}

.btn-play a .inner {
	margin-left: 24px;
	padding: 6px 23px 8px 29px;
	font-size: 16px;
}
.btn-play a .inner svg, .btn-play a .inner div {
	left: 24px !important;
	margin-top: -11px;
}

.btn-pdf a .inner {
	margin: 0 11px 0 31px;
	padding: 6px 0 7px 0;
}
.btn-pdf a .inner svg, .btn-pdf a .inner div {
	left: 17px !important;
	margin-top: -7px;
}

.btn-mylist a, .table-base .icn-mylist a {
	background-color: #08B4AA;
	text-align: center;
}
.btn-mylist a:hover, .table-base .icn-mylist a:hover {
	opacity: 0.8;
}
.btn-mylist a .inner, .table-base .icn-mylist a .inner {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 0 12px;
	padding: 7px 5px 7px 21px;
}
.btn-mylist a .inner svg, .table-base .icn-mylist a .inner svg, .btn-mylist a .inner div, .table-base .icn-mylist a .inner div {
	left: 0px !important;
	margin-top: -9px;
}
.btn-mylist.inact a, .table-base .inact.icn-mylist a {
	background-color: #afb1b4;
}

.btn-select a {
	background-color: #afb1b4;
	font-size: 16px;
}
.btn-select a:hover {
	background-color: #afb1b4;
}
.btn-select a .inner {
	width: 240px;
	padding: 8px 33px 10px;
}
.btn-select a .inner svg, .btn-select a .inner div {
	left: 8px !important;
	margin-top: -12px;
}
.btn-select a .inner svg {
	visibility: hidden;
}
.btn-select a .inner div {
	display: none !important;
}
.btn-select.act a {
	background-color: #f8b417;
}
.btn-select.act a:hover {
	background-color: #f8b417;
}
.btn-select.act a .inner svg {
	visibility: visible;
}
.btn-select.act a .inner div {
	display: inline !important;
}

.btn-search {
	text-align: center;
}
.btn-search a {
	width: 266px;
	font-size: 18px;
}
.btn-search a .inner {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 6px 8px 8px 33px;
}
.btn-search a .inner svg, .btn-search a .inner div {
	left: 0px !important;
	margin-top: -11px;
}

.btn-download {
	text-align: center;
}
.btn-download a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	width: 80px;
	font-size: 14px;
}

.btn-global a {
	background-color: #9dc93a;
}
.btn-global a .inner {
	padding: 6px 0 7px 28px;
}
.btn-global a .inner svg, .btn-global a .inner div {
	left: 40px !important;
	top: 50% !important;
	margin-top: -10px;
}

/* btn-blank */
.btn-blank a .inner {
	padding-bottom: 7px;
	padding-left: 25px;
}
.btn-blank a .inner svg, .btn-blank a .inner div {
	left: 18.5px !important;
	top: 0 !important;
	margin: 12px 0 0 0 !important;
}

/* btn-back */
.btn-back a {
	background-color: #ffffff;
	color: #00a0e6;
	border: 1px solid #00a0e6;
}
.btn-back a .inner {
	padding-bottom: 7px;
}
.btn-back a .inner svg, .btn-back a .inner div {
	left: 7px !important;
	top: 0 !important;
	margin: 16px 0 0 0 !important;
}
.btn-back a:hover {
	background-color: #ffffff;
	color: #f8b417;
	border: 1px solid #f8b417;
}

/* btn-anchor */
.btn-anchor a {
	padding: 0 10px 0 0;
}
.btn-anchor a .inner {
	padding: 6px 23px 8px 12px;
}
.btn-anchor a .inner svg, .btn-anchor a .inner div {
	right: 10px !important;
	top: 0 !important;
	margin: 14px 0 0 0 !important;
}


/* sdgsボタン */
.btn.btn-sdgs {
	position: relative;
	margin-top: 120px;
	margin-bottom: 160px;
	border-radius: 10px;
	overflow: hidden;
}
.btn.btn-sdgs .btn-sdgs-inner{
	background-image: url(/en/assets/before-data/wp-content/themes/nabtesco/img/common/sdgs_btn_bg.png);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 160px;
}
.btn.btn-sdgs .btn-sdgs-content{
	color: #00A0E6;
	width: 45%;
	height: 100%;
	margin-left: auto;
	padding: 7px 0 0;
	text-align: left;
}
.btn.btn-sdgs .btn-sdgs-text{
	font-size: 24px;
}
.btn.btn-sdgs .small-text{
	font-size: 0.6em;
	padding-top: 10px;
}
.btn.btn-sdgs .btn-next{
	position: relative;
	width: 100%;
}
.btn.btn-sdgs .btn-next a{
	height: 48px;
	line-height: 48px;
	width: 286px;
	margin-top: 8px;
	text-align: center;
	font-size: 18px;
}


/* # table
----------------------------------- */
.table-base {
	width: 100%;
	border-top: solid 2px #5f6469;
	background-color: #ffffff;
}
.table-base thead th {
	height: 47px;
	padding-left: 0;
	border-bottom: solid 1px #dfe0e1;
	background-color: #f7f7f7;
	font-size: 12px;
	color: #5f6469;
}
.table-base thead th.cell-name {
	width: 138px;
}
.table-base thead th.cell-name span {
	padding-left: 20px;
}
.table-base thead th.cell-type {
	width: 130px;
}
.table-base thead th.cell-type span {
	padding-left: 13px;
}
.table-base thead th.cell-note span {
	padding-left: 13px;
}
.table-base thead th.cell-net {
	width: 70px;
}
.table-base thead th span {
	padding: 13px 0 13px 13px;
	display: block;
}
.table-base tbody th, .table-base tbody td {
	height: 50px;
	padding: 10px 0 8px 15px;
	border-bottom: solid 1px #ccecfa;
}
.table-base tbody th {
	padding-left: 20px;
	font-family: "DIN Next W01 Bold", "AxisStd-Bold", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #00a0e6;
	line-height: 1.25;
}
.table-base tbody .even {
	background-color: #f2fafe;
}
.table-base tbody .act {
	background-color: #fffbf3;
	cursor: pointer;
}
.table-base tbody .act th, .table-base tbody .act td {
	color: #ffa200;
}
.table-base tbody .act a:link, .table-base tbody .act a:visited, .table-base tbody .act a:hover, .table-base tbody .act a:active {
	color: #ffa200;
}
.table-base tbody .center {
	padding: 0;
	text-align: center;
}
.table-base th.cell-w48, .table-base td.cell-w48 {
	width: 48px;
}
.table-base th.cell-w60, .table-base td.cell-w60 {
	width: 60px;
}
.table-base th.cell-w70, .table-base td.cell-w70 {
	width: 70px;
}
.table-base th.cell-w100, .table-base td.cell-w100 {
	width: 100px;
}
.table-base th.cell-w110, .table-base td.cell-w110 {
	width: 110px;
}
.table-base th.cell-w120, .table-base td.cell-w120 {
	width: 120px;
}
.table-base th.cell-w130, .table-base td.cell-w130 {
	width: 130px;
}
.table-base th.cell-w130 a, .table-base td.cell-w130 a {
	display: block;
	width: 130px;
}
.table-base th.cell-w140, .table-base td.cell-w140 {
	width: 140px;
}
.table-base th.cell-w140 a, .table-base td.cell-w140 a {
	display: block;
	width: 140px;
}
.table-base th.cell-w150, .table-base td.cell-w150 {
	width: 150px;
}
.table-base th.cell-w160, .table-base td.cell-w160 {
	width: 160px;
}
.table-base th.cell-w180, .table-base td.cell-w180 {
	width: 180px;
}
.table-base th.cell-w180 a, .table-base td.cell-w180 a {
	display: block;
	width: 180px;
}
.table-base th.cell-w190, .table-base td.cell-w190 {
	width: 190px;
}
.table-base th.cell-w200, .table-base td.cell-w200 {
	width: 200px;
}
.table-base th.cell-w220, .table-base td.cell-w220 {
	width: 220px;
}
.table-base th.cell-category, .table-base td.cell-category {
	width: 280px;
}
.table-base th.cell-category span, .table-base td.cell-category span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 140px;
}
.table-base th.cell-category span.cate-box, .table-base td.cell-category span.cate-box {
	width: 130px;
	margin-right: 5px;
}
.table-base .cell-end {
	padding-right: 10px !important;
}
.table-base .cell-end2 {
	padding-right: 15px !important;
}
.table-base.coler-gray tbody th, .table-base.coler-gray tbody td {
	border-bottom: solid 1px #dfe0e1;
}
.table-base.coler-gray .even th, .table-base.coler-gray .even td {
	background-color: #f7f7f7;
}
.table-base .icn-mylist a {
	width: 40px;
	height: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.table-base .icn-mylist a .inner {
	position: static;
}
.table-base .icn-mylist a .inner svg, .table-base .icn-mylist a .inner div {
	left: 15px !important;
	margin-top: -7px;
}
.table-base .icn-mylist.inact a {
	background-color: #afb1b4;
}
.table-base .icn-catalog, .table-base .icn-pdf, .table-base .icn-cad {
	display: inline;
}
.table-base .icn-catalog a, .table-base .icn-pdf a, .table-base .icn-cad a {
	padding: 5px;
}
.table-base .icn-catalog a svg, .table-base .icn-catalog a div, .table-base .icn-pdf a svg, .table-base .icn-pdf a div, .table-base .icn-cad a svg, .table-base .icn-cad a div {
	margin-top: 3px;
}

.table-base2 {
	width: 100%;
	border-top: solid 2px #5f6469;
}

.table-base2 thead th {
	height: 47px;
	padding-left: 0;
	border-bottom: solid 1px #dfe0e1;
	background-color: #f7f7f7;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #5f6469;
}

.table-base2 thead th span {
	padding: 13px 0 13px 13px;
	display: block;
}

.table-base2 tbody th, .table-base2 tbody td {
	height: 50px;
	padding: 10px 0 5px 15px;
	border-bottom: solid 1px #dfe0e1;
}

.table-base2 tbody .even {
	background-color: #f7f7f7;
}

.table-base2 tbody .center {
	padding: 0;
	text-align: center;
}

/* news table */
.news-shiyou-table {
	margin: 0 auto;
}
.news-shiyou-table th, .news-shiyou-table td {
	border: solid 1px #333333;
	padding: 5px 10px;
}
.news-shiyou-table th {
	background-color: #99CCFF;
}

/* # parts
----------------------------------- */
.list-switch {
	border-left: solid 1px #dfe0e1;
	border-bottom: solid 1px #dfe0e1;
}
.list-switch#jsStickMenu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 726px;
}
.list-switch#jsStickMenu.stick {
	position: fixed;
	left: auto;
	top: 25px;
}
.list-switch#jsStickMenu.stop {
	position: absolute;
	top: 0;
}
.list-switch li {
	position: relative;
	float: left;
	border-top: solid 2px #00a0e6;
	background-color: #ffffff;
	line-height: 1.2;
}
.list-switch li a {
	display: block;
	padding: 10px 20px;
	border-right: solid 1px #dfe0e1;
	font-family: "AxisStd-Medium";
	font-size: 16px;
	text-align: center;
}
.list-switch li a svg, .list-switch li a div {
	position: absolute !important;
	left: auto !important;
	right: 8px;
	top: 50% !important;
	margin-top: -4px;
}
.list-switch .act {
	border-top: solid 2px #f8b417;
	background-color: #fffbf3;
}
.list-switch .act a:link, .list-switch .act a:visited, .list-switch .act a:hover, .list-switch .act a:active {
	color: #ffa200;
}
.list-switch .act svg, .list-switch .act div {
	display: none !important;
}
.list-switch.split1 .list1 {
	width: 725px;
}
.list-switch.split2 .list1 {
	width: 362px;
}
.list-switch.split2 .list2 {
	width: 363px;
}
.list-switch.split3 .list1 {
	width: 241px;
}
.list-switch.split3 .list2 {
	width: 242px;
}
.list-switch.split3 .list3 {
	width: 242px;
}
.list-switch.split4 .list1 {
	width: 181px;
}
.list-switch.split4 .list2 {
	width: 182px;
}
.list-switch.split4 .list3 {
	width: 181px;
}
.list-switch.split4 .list4 {
	width: 181px;
}
.list-switch.split5 .list1 {
	width: 145px;
}
.list-switch.split5 .list2 {
	width: 145px;
}
.list-switch.split5 .list3 {
	width: 145px;
}
.list-switch.split5 .list4 {
	width: 145px;
}
.list-switch.split5 .list5 {
	width: 145px;
}

.tab-contents {
	padding: 84px 0 33px 0;
	text-align: center;
}
.tab-contents .tab-box {
	display: none;
}
.tab-contents .tab-box.act {
	display: block;
}

.recommend {
	margin-top: 20px;
	border-top: solid 2px #00a0e6;
}
.recommend .tit {
	float: left;
	padding: 25px 0 0 2px;
	width: 250px;
	font-size: 20px;
}
.recommend .box-section {
	float: right;
	width: 726px;
	margin: 35px 0 60px;
}
.recommend .box-link a {
	position: relative;
	display: block;
	border: solid 1px #dfe0e1;
	padding: 1px;
}
.recommend .box-link .box-link__inner {
	position: relative;
	display: block;
	border: solid 1px #dfe0e1;
	padding: 1px;
}
.recommend .box-link a:hover, .recommend .box-link a:active {
	border: solid 1px #f8b417;
}
.recommend .box-link a:link .text, .recommend .box-link a:visited .text {
	color: #222222;
}
.recommend .box-link a:hover .text, .recommend .box-link a:active .text {
	color: #ffa200;
}
.recommend .box-link img {
	float: left;
}
.recommend .box-link .box-text {
	float: left;
	width: 370px;
	padding: 17px 0px 0px 30px;
}
.recommend .box-link .box-text .text {
	display: table-cell;
	height: 105px;
	vertical-align: middle;
}
.recommend .box-link .box-text .link-arrow {
	position: absolute;
	right: 18px;
	bottom: 17px;
	padding-right: 13px;
	font-weight: bold;
	text-align: right;
}
.recommend .box-link .box-text .link-arrow svg, .recommend .box-link .box-text .link-arrow div {
	position: absolute !important;
	left: auto !important;
	right: 0;
	top: 50% !important;
	margin-top: -4px;
}

.advantage {
	border-top: solid 2px #00a0e6;
	background: url(/en/assets/before-data/wp-content/themes/nabtesco/img/common/bg_advantages_hexagram.png) no-repeat left top;
}
.advantage .tit {
	float: left;
	padding: 25px 0 0 2px;
	width: 220px;
	font-size: 20px;
}
.advantage .box-section {
	float: right;
	width: 756px;
	margin: 35px 0 30px;
}
.advantage .box-link {
	float: left;
	width: 222px;
	margin: 0 0 30px 30px;
}
.advantage .box-link a {
	position: relative;
	display: block;
	border: solid 1px #dfe0e1;
	padding: 2px;
}
.advantage .box-link a:hover, .advantage .box-link a:active {
	border: solid 1px #f8b417;
}
.advantage .box-link a:link .text, .advantage .box-link a:visited .text {
	color: #222222;
}
.advantage .box-link a:hover .text, .advantage .box-link a:active .text {
	color: #ffa200;
}
.advantage .box-link img {
	margin-bottom: 18px;
}
.advantage .box-link .box-text {
	padding: 0 17px 17px;
}
.advantage .box-link .box-text .stit-emp {
	margin-bottom: 10px;
	font-size: 26px;
	text-align: center;
	line-height: 1.1;
}
.advantage .box-link .box-text .text {
	margin-bottom: 30px;
}
.advantage .box-link .box-text .link-arrow {
	display: table-cell;
	width: 182px;
	vertical-align: bottom;
	font-weight: bold;
	text-align: right;
}
.advantage .box-link .box-text .link-arrow span {
	position: relative;
	display: block;
	padding-right: 13px;
}
.advantage .box-link .box-text .link-arrow span svg, .advantage .box-link .box-text .link-arrow span div {
	position: absolute !important;
	left: auto !important;
	right: 0;
	top: 50% !important;
	margin-top: -4px;
}

.support-area {
	border-top: solid 2px #00a0e6;
	padding: 30px 0 80px;
}
.support-area .support-links li {
	float: left;
	width: 222px;
	margin-left: 30px;
}
.support-area .support-links li:first-child {
	margin-left: 0;
}
.support-area .support-links li a .stit {
	margin: 12px 0 4px;
	font-weight: bold;
}
.support-area .support-links li a .text {
	color: #333333;
	font-size: 12px;
}

/* 関連コンテンツ */
.box-relation {
	margin: 0 0 100px 0;
	border: 4px solid #ccedea;
	clear: both;
}

.box-relation .box-inner {
	border: 1px solid #00a395;
	background: #ffffff;
}

.box-relation .tit {
	padding: 10px 25px;
	background: #f2fafa;
	font-size: 16px;
	font-family: "AxisStd-Medium";
	color: #00a395;
}

.box-relation .panel {
	width: 666px;
	margin: 0 auto;
	padding: 20px 0;
}

.box-relation .panel a {
	display: table;
	width: 222px;
	float: left;
	color: #333333;
}

.box-relation .clm .panel a {
	width: 333px;
}

.box-relation .panel a.last-child {
	margin: 0;
}

.box-relation .panel a:hover,
.box-relation .panel a:active {
	color: #ffa200;
}

.box-relation .panel p {
	display: table-cell;
	vertical-align: middle;
}

*:first-child + html .box-relation .panel p {
  /* IE7 Hack */
	display: inline;
	zoom: 1;
}

.box-relation .panel .thumb {
	width: 56px;
  /* CSSで枠線を付ける場合は以下 */
  /*width: 52px;
  padding: 1px;
  border: 1px solid #cfd0d2;*/
}

.box-relation .panel .link {
	padding: 0 12px;
	font-size: 16px;
	line-height: 1.2;
}

.box-relation a.last-child .link {
	padding: 0 0 0 12px;
}

/* 詳細をみる */
.box-productdetail {
	margin: 0 0 100px 0;
	border: 4px solid #ccecfa;
	clear: both;
}

.box-productdetail .box-inner {
	padding: 5px 0;
	border: 1px solid #00a0e6;
	background: #ffffff;
}

.box-productdetail .panel {
	width: 706px;
	margin: 0 auto;
}

.box-productdetail .panel a {
	display: table;
	width: 706px;
}

.box-productdetail .img {
	display: table-cell;
	width: 126px;
	padding: 0 5px 0 0;
}

.box-productdetail .tit {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 15px;
	font-size: 20.5px;
	font-family: "AxisStd-Medium";
}

*:first-child + html .box-productdetail .img,
*:first-child + html .box-productdetail .tit {
  /* IE7 Hack */
	display: inline;
	zoom: 1;
}

/* box-lead */
.box-lead:before {
	content: '';
	display: block;
	height: 2px;
	background: #00a0e6;
	background: -moz-linear-gradient(left, #00a0e6 0%, #00a0e6 14%, #bfc1c3 14%, #bfc1c3 100%);
	background: -webkit-linear-gradient(left, #00a0e6 0%, #00a0e6 14%, #bfc1c3 14%, #bfc1c3 100%);
	background: linear-gradient(to right, #00a0e6 0%, #00a0e6 14%, #bfc1c3 14%, #bfc1c3 100%);
}

*:first-child + html .box-lead {
  /* IE7 Hack */
	border-top: 2px solid #00a0e6;
}

.box-lead p {
	padding: 20px 0 0 0;
}

.box-lead .lead {
	font-weight: bold;
}

/* box-lead2 */
.box-lead2 {
	margin: 0 0 40px 0;
	padding: 20px;
	background: #f2fafe;
}

.box-lead2 .lead {
	font-size: 18px;
	color: #00a0e6;
}

/* box-lead3 */
.box-lead3 {
	border-top: 2px solid #00a0e6;
}

.str-ja {
	font-size: 0.9em !important;
	vertical-align: middle;
}

.str-en {
	vertical-align: middle;
}

.font-def {
	font-family: sans-serif !important;
}

.font-langEL {
	font-family: "AxisStd-ExtraLight";
}

.font-langL {
	font-family: "AxisStd-Light";
}

.font-langR {
	font-family: "AxisStd-Regular";
}

.font-langM {
	font-family: "AxisStd-Medium";
}

.font-langB {
	font-family: "AxisStd-Bold";
}

.font-langH {
	font-family: "AxisStd-Bold";
}

.en .font-langEL {
	font-family: "DIN Next W01 Regular";
}

.en .font-langL {
	font-family: "DIN Next W01 Regular";
}

.en .font-langR {
	font-family: "DIN Next W01 Regular";
}

.en .font-langM {
	font-family: "DIN Next W01 Medium";
}

.en .font-langB {
	font-family: "DIN Next W01 Bold";
}

.en .font-langH {
	font-family: "DIN Next W01 Heavy";
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb12 {
	margin-bottom: 12px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb41 {
	margin-bottom: 41px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr50 {
	padding-right: 50px !important;
}

/* テキストの装飾 */
.txt-bold {
	font-weight: bold !important;
}

.txt-normal {
	font-weight: normal !important;
}

/* 文字サイズ */
.txt-size1 {
	font-size: 12px;
}

.txt-size2 {
	font-size: 14px;
}

.txt-size3 {
	font-size: 16px;
}

.txt-size4 {
	font-size: 18px;
}

.content-article .alignright {
	float: right;
}
.content-article .alignleft {
	float: left;
}
.content-article .aligncenter {
	text-align: center;
}
.content-article img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.content-article strong {
	font-weight: bold;
}
.content-article em {
	font-style: italic;
}
.content-article .table-style1 th, .content-article .table-style1 td {
	padding: 5px;
	border: solid 1px #000000;
}

/* 上付け・下付け */
.txt-sup,
.txt-sub {
	position: relative;
	font-size: 10px;
}

.txt-sup {
	top: -8px;
	padding: 0 1px;
}

.txt-sub {
	top: 2px;
	padding: 0 1px;
}

/* リンクアイコン：blank */
.icn-blank .inner {
	margin: 0 0 0 5px;
}

/* アイコン：質問 */
.icn-question .inner {
	position: relative;
}

.icn-question .inner svg,
.icn-question .inner div {
	position: absolute !important;
	left: -30.5px !important;
  /*top: 0 !important;*/
}

/* アイコン：回答 */
.icn-answer .inner {
	position: relative;
}

.icn-answer .inner svg,
.icn-answer .inner div {
	position: absolute !important;
	left: -30.5px !important;
  /*top: 0 !important;*/
}

/* アイコン：ページトップ */
.pagetop {
	text-align: right;
	clear: both;
	*zoom: 1;
}
.pagetop:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.pagetop a {
	float: right;
	color: #333333;
}
.pagetop a:hover, .pagetop a:active {
	color: #ffa200;
}
.pagetop .inner {
	display: block;
	position: relative;
}
.pagetop .inner svg, .pagetop .inner div {
	position: absolute !important;
	top: 3px !important;
	margin: 0 0 0 -19px !important;
}

/* # js
----------------------------------- */
.overlay {
	z-index: 200;
}

.modal-box {
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 210;
	padding: 30px;
	background-color: #ffffff;
	text-align: left;
	line-height: 1.5;
}
.modal-box .stit-modal {
	margin-bottom: 32px;
	font-size: 26px;
	color: #00a0e6;
	line-height: 1.4;
}
.modal-box .list-modal li {
	float: left;
	width: 222px;
	margin-left: 30px;
	line-height: 1.5;
}
.modal-box .list-modal li img {
	margin-bottom: 8px;
	padding: 9px;
	border: solid 1px #dfe0e1;
}
.modal-box .list-modal li:first-child {
	margin-left: 0;
}
.modal-box .table-modal .table-download {
	width: 919px;
	margin-bottom: 15px;
}
.modal-box .table-modal .table-download th, .modal-box .table-modal .table-download td {
	border: solid 1px #bec2c5;
}
.modal-box .table-modal .table-download thead {
	background-color: #f2fafd;
}
.modal-box .table-modal .table-download thead th {
	height: 58px;
	text-align: center;
}
.modal-box .table-modal .table-download tbody td {
	height: 61px;
	padding: 0 13px;
}
.modal-box .table-modal .table-download .cell-download {
	width: 145px;
}
.modal-box .table-modal .table-download .list-download {
	vertical-align: top;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}
.modal-box .table-modal .table-download .list-download li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 0 5px;
}
.modal-box .table-modal .text-head {
	font-weight: bold;
}
.modal-box .switch {
	display: none;
}
.modal-box tr.act {
	display: table-row;
	*display: block;
}
.modal-box span.act {
	display: inline;
}
.modal-box .btn-modal-close {
	position: absolute;
	top: 33px;
	right: 30px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.inform-modal {
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	width: 790px;
	height: 235px;
	z-index: 210;
	padding: 30px;
	background-color: #ffffff;
	text-align: left;
	line-height: 1.3;
	margin: -155px 0 0 -435px;
	padding: 75px 30px 0 50px;
}
.inform-modal .inform-logo {
	float: left;
	width: 258px;
	padding-top: 5px;
}
.inform-modal .box-text {
	overflow: auto;
}
.inform-modal .stit {
	font-size: 30px;
	margin-bottom: 15px;
	color: #00a0e6;
}
.inform-modal .text {
	margin-bottom: 32px;
	font-size: 16px;
}
.inform-modal .btn-area {
	text-align: center;
}
.inform-modal .btn-next a {
	width: 222px;
}

/* ----------------------------------------------------------------------
英語版対応
---------------------------------------------------------------------- */
/* # header
----------------------------------- */
.en .nav-global .nav-main > li {
	font-family: "DIN Next W01 Medium" !important;
}
.en .nav-global .nav-main > li > a {
	padding: 0 15px 0px;
	font-size: 16px;
}
.en .nav-global .nav-sub .nav-sub-list .stit-mylist {
	font-family: "DIN Next W01 Regular" !important;
}
.en .nav-global .nav-sub .nav-sub-list .stit-info {
	font-family: "DIN Next W01 Regular" !important;
}
.en .nav-global .nav-sub .nav-sub-list .stit-info .icn svg, .en .nav-global .nav-sub .nav-sub-list .stit-info .icn div {
	position: absolute !important;
	left: 32px !important;
	top: 50% !important;
	margin-top: -11px;
}
.en .nav-global .nav-sub .nav-sub-list .content-mylist {
	line-height: 1.2;
}

/* # footer
----------------------------------- */
.en .nav-fixed {
	font-family: "DIN Next W01 Bold";
}
.en footer .sitemap .box-cell .tit {
	font-family: "DIN Next W01 Medium";
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.en .nav-fixed li span {
	margin-top: 22px;
}
.en .nav-fixed li span#navType svg, .en .nav-fixed li span#navType div {
	margin-top: -13px;
}
.en .nav-fixed li span#navCase svg, .en .nav-fixed li span#navCase div {
	margin-top: -13px;
}
.en .nav-fixed li span#navSearch svg, .en .nav-fixed li span#navSearch div {
	margin-top: -13px;
}
.en .nav-fixed li span#navAll svg, .en .nav-fixed li span#navAll div {
	margin-top: -9px;
}
.en #cnt-svgmenu {
	font-family: "DIN Next W01 Regular";
}
.en #cnt-svgmenu .stit-menu {
	font-size: 28px;
}
.en #cnt-svgmenu ul li {
	font-size: 18px;
	line-height: 1.2;
}

/* # heading
----------------------------------- */
/* .ttl-main */
.en .ttl-main {
	padding: 12px 0 35px 0;
	font-family: "DIN Next W01 Medium";
	font-size: 46px;
	letter-spacing: -1px;
}

/* .ttl-main2 */
.en .ttl-main2 {
	padding: 0 0 20px 0;
	font-family: "DIN Next W01 Medium";
}

.en .ttl-main2 .ttl {
	font-size: 46px;
	letter-spacing: -1px;
}

.en .ttl-main2 .sub {
	margin: 0 0 7px 0;
}

/* ttl-heading1（上線：青／下線：グレー） */
.en .ttl-heading1 .tit {
	padding: 12px 0 10px 0;
	font-family: "DIN Next W01 Medium";
	font-size: 24px;
	line-height: 1.2;
}

/* ttl-heading2（上線：青とグレー） */
.en .ttl-heading2 .tit {
	font-family: "DIN Next W01 Medium";
	font-size: 20px;
	line-height: 1.2;
}

/* ttl-heading3（左線：青） */
.en .ttl-heading3 {
	font-family: "DIN Next W01 Medium";
	font-size: 18px;
}

.en .ttl-heading3 .tit {
	padding: 2px 0 0 0;
}

/* ttl-heading4（上線：青） */
.en .ttl-heading4 .tit {
	font-family: "DIN Next W01 Medium";
	font-size: 20px;
	line-height: 1.2;
}

/* ttl-sub */
.en .ttl-sub1,
.en .ttl-sub2,
.en .ttl-sub3 {
	font-family: "DIN Next W01 Medium";
	font-size: 14px;
	line-height: 1.2;
}

.en .summary-ttl {
	font-family: "DIN Next W01 Regular";
	line-height: 1.2;
}

/* # contents
----------------------------------- */
/* box-lead2 */
.en .box-lead2 .lead {
	line-height: 1.2;
}

/* sidebar */
.en .contents .sidebar .stit-side-category {
	font-family: "DIN Next W01 Medium";
	font-size: 18px;
	line-height: 1.2;
}

.en .contents .sidebar .stit-side-category .inner {
	padding: 3px 0 0 11px;
}

.en .contents .sidebar .icn-box .inner {
	padding-left: 46px;
}

.recommend .box-link .box-text {
	padding-top: 14px;
}
.recommend .box-link .box-text .link-arrow {
	bottom: 10px;
}

/* # btn
----------------------------------- */
body.en .btn-basic, body.en .btn-next, body.en .btn-back, body.en .btn-media, body.en .btn-prev, body.en .btn-play, body.en .btn-pdf, body.en .btn-mylist, body.en .table-base .icn-mylist, .table-base body.en .icn-mylist, body.en .btn-select, body.en .btn-search, body.en .btn-download, body.en .btn-global, body.en .btn-blank, body.en .btn-anchor {
	font-family: "DIN Next W01 Bold";
	font-size: 16px;
	line-height: 1.2;
}
body.en .btn-basic .inner, body.en .btn-next .inner, body.en .btn-back .inner, body.en .btn-media .inner, body.en .btn-prev .inner, body.en .btn-play .inner, body.en .btn-pdf .inner, body.en .btn-mylist .inner, body.en .table-base .icn-mylist .inner, .table-base body.en .icn-mylist .inner, body.en .btn-select .inner, body.en .btn-search .inner, body.en .btn-download .inner, body.en .btn-global .inner, body.en .btn-blank .inner, body.en .btn-anchor .inner {
	padding-top: 8px;
	padding-bottom: 6px;
}

.en .pagetop .inner svg, .en .pagetop .inner div {
	top: 4px !important;
}

/* 1105行目を修正・追記 */
.en .sidebar .btn-next a .inner {
	padding: 8px 37px 6px 27px;
}

.en .btn-blank a .inner {
	padding: 8px 0 6px 18px;
}

.en .btn-blank a .inner svg,
.en .btn-blank a .inner div {
	left: 12.5px !important;
}

/* # parts
----------------------------------- */
/* 商品情報 */
.en .contents .sidebox-wide .sidebar .stit-side, .en .stit-detail {
	font-family: "DIN Next W01 Medium";
}
.en .contents .sidebox-wide .sidebar .stit-side {
	margin-top: 10px;
	font-size: 28px;
	line-height: 1.2;
}
.en .sensors-select .select-board .stit {
	font-family: "DIN Next W01 Regular";
	font-size: 26px;
}
.en .sensor-products .products-info .stit {
	font-family: "DIN Next W01 Medium";
	font-size: 32px;
}
.en .stit-acce {
	padding: 46px 0 12px;
	font-family: "DIN Next W01 Medium";
	font-size: 46px;
}
.en .box-accessories .box-data .stit-acce-spec {
	padding: 16px 0 20px;
	font-family: "DIN Next W01 Medium";
	font-size: 30px;
	line-height: 1.2;
}

/* 施工事例 */
.en .lined-block .box-block .stit {
	font-family: "DIN Next W01 Medium";
}
.en .search-word .stit-word,
.en .search-select .stit-select {
	font-size: 26px;
}

/* 関連コンテンツ */
.en .box-relation .tit {
	padding: 8px 25px 6px 25px;
	font-family: "DIN Next W01 Medium";
	font-size: 18px;
}

/* 詳細をみる */
.en .box-productdetail .tit {
	font-family: "DIN Next W01 Medium";
}

/* アイコン：回答 */
.en .icn-answer .inner svg,
.en .icn-answer .inner div {
	margin: -3px 0 0 0;
}

/* list-switch */
.en .list-switch li {
	line-height: 1.2;
}

.en .list-switch li a {
	font-family: "DIN Next W01 Medium";
}

.en .recommend .tit,
.en .advantage .tit {
	font-size: 22px;
	line-height: 1.2;
}

.en .advantage {
	background: url(/en/assets/before-data/wp-content/themes/nabtesco/img/common/bg_advantages_hexagram_en.png) no-repeat left top;
}
.en .advantage .box-link .box-text .link-arrow span {
	line-height: 1.2;
}
.en .advantage .box-link .box-text .stit-emp {
	margin-bottom: 25px;
	color: #333333;
	font-size: 20px;
	font-family: "DIN Next W01 Medium";
	line-height: 1.2;
	text-align: left;
}

.en .modal-box .stit-modal {
	margin: 4px 0 24px;
}

@font-face {
	font-family: "AxisStd-ExtraLight";
	src: url("Fonts/cae76507-fde0-48d2-8060-f95b67662772.eot?#iefix");
	src: url("Fonts/cae76507-fde0-48d2-8060-f95b67662772.eot?#iefix") format("eot"), url("Fonts/9adc0413-55bd-4001-9bc0-f823476aa22e.woff2") format("woff2"), url("Fonts/25516da4-2e65-456a-bc9c-cc6960f6c384.woff") format("woff"), url("Fonts/8c439ac8-83ef-4635-a477-df9c64f97b62.ttf") format("truetype"), url("Fonts/93d1f11a-903e-4293-a2f1-cd55b87b5087.svg#93d1f11a-903e-4293-a2f1-cd55b87b5087") format("svg");
}

@font-face {
	font-family: "AxisStd-Light";
	src: url("Fonts/aa7c9f5f-bd2d-4fbb-a4a5-82ba2cd0189c.eot?#iefix");
	src: url("Fonts/aa7c9f5f-bd2d-4fbb-a4a5-82ba2cd0189c.eot?#iefix") format("eot"), url("Fonts/ca94208f-21dd-4dc8-ab7c-057d8dbfcccb.woff2") format("woff2"), url("Fonts/18820f9e-d51e-43be-9d0f-e510d9d1878a.woff") format("woff"), url("Fonts/cb3a3886-7dec-420d-bf42-698737ce3561.ttf") format("truetype"), url("Fonts/9bdde1f9-7637-4fa1-994d-2f2ad4929b1f.svg#9bdde1f9-7637-4fa1-994d-2f2ad4929b1f") format("svg");
}

@font-face {
	font-family: "AxisStd-Regular";
	src: url("Fonts/7e908add-1f72-4926-8e0d-33613fad3a87.eot?#iefix");
	src: url("Fonts/7e908add-1f72-4926-8e0d-33613fad3a87.eot?#iefix") format("eot"), url("Fonts/d226afef-6536-4b18-9b28-defffcc4baae.woff2") format("woff2"), url("Fonts/6e9eb620-9339-4b2e-bb9b-d514def96de7.woff") format("woff"), url("Fonts/a71ba532-858c-440c-8abd-e89a2ae8efea.ttf") format("truetype"), url("Fonts/5d948218-1de1-4508-b1a6-fe03ccced886.svg#5d948218-1de1-4508-b1a6-fe03ccced886") format("svg");
}

@font-face {
	font-family: "AxisStd-Medium";
	src: url("Fonts/724feca3-e632-4df0-811e-d0184d5e569c.eot?#iefix");
	src: url("Fonts/724feca3-e632-4df0-811e-d0184d5e569c.eot?#iefix") format("eot"), url("Fonts/3e49aace-6c5a-4a76-a80e-21ab7ad44f14.woff2") format("woff2"), url("Fonts/2a67f3cb-4bfa-4ec5-9167-73e8c4e78635.woff") format("woff"), url("Fonts/f09ad952-d955-4c72-a632-1313427634d0.ttf") format("truetype"), url("Fonts/c60a0c5e-c39d-4513-b578-1a5858cbecde.svg#c60a0c5e-c39d-4513-b578-1a5858cbecde") format("svg");
}

@font-face {
	font-family: "AxisStd-Bold";
	src: url("Fonts/c560bf6b-69f6-4f4d-bdb5-871df542e091.eot?#iefix");
	src: url("Fonts/c560bf6b-69f6-4f4d-bdb5-871df542e091.eot?#iefix") format("eot"), url("Fonts/155d7ef4-60ae-4836-a63c-2aef89997f65.woff2") format("woff2"), url("Fonts/046ac2c8-1355-4a58-99e3-77b70cdc7d2d.woff") format("woff"), url("Fonts/695b31e6-82e7-479e-9f53-be80bea18972.ttf") format("truetype"), url("Fonts/4a75d965-22ab-4673-9e14-6b3e8f4bbec6.svg#4a75d965-22ab-4673-9e14-6b3e8f4bbec6") format("svg");
}

@font-face {
	font-family: "DIN Next W01 Regular";
	src: url("Fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix");
	src: url("Fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix") format("eot"), url("Fonts/44e7b0fa-6c8d-43c2-b19e-f1e3ce9ea57c.woff2") format("woff2"), url("Fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff") format("woff"), url("Fonts/868c94b5-ca49-46b7-b62b-297f8d861125.ttf") format("truetype"), url("Fonts/e3145f65-29b5-4f7f-8c6e-2dc135021b6a.svg#e3145f65-29b5-4f7f-8c6e-2dc135021b6a") format("svg");
}

@font-face {
	font-family: "DIN Next W01 Medium";
	src: url("Fonts/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix");
	src: url("Fonts/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix") format("eot"), url("Fonts/be607c9f-3c81-41b4-b7ad-17af005c80bb.woff2") format("woff2"), url("Fonts/4bf0ead4-e61b-4992-832b-6ff05828d99f.woff") format("woff"), url("Fonts/73713a0b-8f6a-4c4e-b8a8-7cf238e632f6.ttf") format("truetype"), url("Fonts/b90b6bdf-15e2-4544-9fe0-92c79fff0ecd.svg#b90b6bdf-15e2-4544-9fe0-92c79fff0ecd") format("svg");
}

@font-face {
	font-family: "DIN Next W01 Bold";
	src: url("Fonts/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix");
	src: url("Fonts/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix") format("eot"), url("Fonts/121784c1-863c-4e49-b682-625ea7de55b0.woff2") format("woff2"), url("Fonts/9949035f-6226-4080-a14a-bf7d94ffb1e1.woff") format("woff"), url("Fonts/6241bd09-15c2-485e-9796-9db8d0aa6974.ttf") format("truetype"), url("Fonts/af94da3e-4232-416a-b6bc-f39f85dd5db6.svg#af94da3e-4232-416a-b6bc-f39f85dd5db6") format("svg");
}

@font-face {
	font-family: "DIN Next W01 Heavy";
	src: url("Fonts/ffaa522c-c9e9-4f51-8688-2a18c2987b94.eot?#iefix");
	src: url("Fonts/ffaa522c-c9e9-4f51-8688-2a18c2987b94.eot?#iefix") format("eot"), url("Fonts/7bf16356-e401-402b-969e-ca3ffbd56142.woff2") format("woff2"), url("Fonts/d5c47039-3cdf-4eb9-ad4a-220e7441ec5d.woff") format("woff"), url("Fonts/64bef797-e9f8-447f-b80a-aece7617c45f.ttf") format("truetype"), url("Fonts/a7139e2d-6218-4f3c-9bb0-b42325336f56.svg#a7139e2d-6218-4f3c-9bb0-b42325336f56") format("svg");
}

.cfx {
	*zoom: 1;
}
.cfx:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

@media print, screen and (max-width: 768px) {
	footer.wrp-footer {
		font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		margin-top: 40px;
		border-top: solid 2px #00a0e6;
		text-align: left;
		padding-bottom: 60px;
	}
	footer.wrp-footer a {
		display: block;
	}
	footer.wrp-footer a:link,
	footer.wrp-footer a:visited {
		color: #00a0e6;
		text-decoration: none;
	}
	footer.wrp-footer a:hover,
	footer.wrp-footer a:active {
		color: #ffa200;
		text-decoration: none;
	}
	footer.wrp-footer .link-top {
		margin-bottom: 27px;
		border-bottom: solid 1px #dddddd;
		font-size: 15px;
		text-align: center;
	}
	footer.wrp-footer .link-top a {
		display: block;
		padding: 12px 0;
		color: #333333;
	}
	footer.wrp-footer .link-top a .link-inner {
		display: inline-block;
		padding-left: 25px;
		background: url(/en/assets/before-data/wp-content/themes/nabtesco/img/common/icn_top.png) no-repeat left 2px;
		background-size: 16px 11px;
	}
	footer.wrp-footer .font-langM {
		font-family: "AxisStd-Medium";
	}
	footer.wrp-footer .global-nav {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin: 0 25px 20px;
		width: calc(100% - 50px);
	}
	footer.wrp-footer .global-nav li {
		float: left;
		width: calc((100% - 10px) / 2);
		margin-bottom: 24px;
		font-size: 15px;
	}
	footer.wrp-footer .global-nav li a {
		color: #333333;
	}
	footer.wrp-footer .sub-nav {
		margin: 0 15px 30px;
	}
	footer.wrp-footer .sub-nav li {
		display: inline-block;
		margin: 0 10px 5px;
		font-size: 12px;
		line-height: 1.8;
		font-family: "AxisStd-Medium";
	}
	footer.wrp-footer .footer-copy {
		padding: 32px 0;
		background-color: #f7f7f7;
		text-align: center;
	}
	footer.wrp-footer .footer-copy .logo-nabtesco {
		margin-bottom: 7px;
	}
	footer.wrp-footer .footer-copy .group {
		margin-bottom: 7px;
		font-size: 11px;
	}
	footer.wrp-footer .footer-copy .group .copy-logo {
		width: auto;
		margin-right: 15px;
	}
	footer.wrp-footer .footer-copy .group .copy-logo img {
		max-width: 200px;
	}
	footer.wrp-footer .footer-copy .group .copy-logo::after {
		margin-left: 5px;
	}
	footer.wrp-footer .footer-copy .group a {
		display: inline;
	}
	footer.wrp-footer .footer-copy .copyright {
		font-size: 10px;
	}
}

footer.wrp-footer .only-sp,
footer.wrp-footer .sp-only {
	display: none !important;
}

@media screen and (max-width: 767px) {
	footer.wrp-footer .only-pc,
	footer.wrp-footer .pc-only {
		display: none !important;
	}
	footer.wrp-footer .only-sp,
	footer.wrp-footer .sp-only  {
		display: block !important;
	}
}

.box-linkarea_tovr {
	position: relative;
	width: 100%;
	max-width: 940px;
	height: 152px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/en/assets/before-data/wp-content/themes/nabtesco/img/common/img_tovr.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.box-linkarea_tovr .box-linkarea__inner {
	position: absolute;
	top: 34px;
    right: 30px;
    width: 150px !important;
}
.box-linkarea_tovr .box-linkarea__inner .btn-next + .btn-next {
	margin-top: 15px;
}
.box-linkarea_tovr .box-linkarea__inner .btn-next a {
	display: block;
	width: 150px !important;
	height: 35px;
}
.btn-next a .inner {
	padding-top: 11px;
}

.btn-next a .txt-left {
	text-align: left;
}

.box-linkarea_tovr.producttop {
	max-width: 978px;
	height: 95px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	background-image: url(/en/assets/before-data/wp-content/themes/nabtesco/img/common/img_tovr_l.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.box-linkarea_tovr.producttop .box-linkarea__inner .btn-next a {
    display: block;
    width: 150px;
    height: 35px;
}
.box-linkarea_tovr.producttop .box-linkarea__inner {
	top: 31px;
    right: 24px;
	width: 310px !important;
}
.box-linkarea_tovr.producttop .box-linkarea__inner:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.box-linkarea_tovr.producttop .box-linkarea__inner .btn-next:nth-child(1) {
	float: left;
}
.box-linkarea_tovr.producttop .box-linkarea__inner .btn-next:nth-child(2) {
	float: right;
}
.box-linkarea_tovr.producttop .box-linkarea__inner .btn-next + .btn-next {
	margin-top: 0;
}
.box-linkarea_tovr.producttop .box-linkarea__inner .btn-next a .inner {
    padding-top: 7px;
}
.en .box-linkarea_tovr {
	display: none;
}

.area-tovr.automatic {
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin-bottom: 50px;
	padding: 1px;
	border: 1px solid #dfe0e1;
}
.area-tovr.automatic .area-tovr__inner {
	display: table-cell;
	vertical-align: middle;
}
.area-tovr.automatic .area-tovr__inner:nth-child(2) {
	width: 100%;
	padding-right: 20px;
	padding-left: 25px;
}
.area-tovr.automatic .area-tovr__inner > span {
	display: block;
	width: 304px;
}
.area-tovr.automatic .area-tovr__inner img {
	width: 304px;
}
.link-vr {
	margin-top: 15px;
	text-align: right;
}
.link-vr > li {
	display: inline-block;
}
.link-vr > li + li {
	margin-left: 25px;
}
.link-vr > li a {
	position: relative;
	display: block;
	border: 0 !important;
	padding-right: 12px !important;
	font-weight: bold;
}
.link-vr > li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-right: 0;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #00a0e6;
}
.link-vr > li a:hover::before {
	border-left: 5px solid #ffa200;
}
.recommend .link-vr {
	margin-top: 0;
}

/* マーケティングWeek夏展 */
.bnr-marketingweek {
	margin: 30px auto;
}

.bnr-marketingweek a {
	transition: opacity .3s;
}

.bnr-marketingweek a:hover img {
	opacity: .8;
}

.bnr-marketingweek img {
	width: 100%;
}

/* 大学向け自動ドア 広告配信サービス */
.bnr-marketingweek.bnr-advertisement {
	margin-top: 0;
	margin-bottom: 120px;
}

/* デジタルサイネージ ソリューション */
.bnr-marketingweek.bnr-signage {
	margin-top: 0;
	margin-bottom: 120px;
}

/* デジタルサイネージソリューション0 */
.bnr-marketingweek.bnr-signage0 {
	margin-top: 50px;
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.bnr-marketingweek {
		padding: 0 5%;
	}

	/* 大学向け自動ドア 広告配信サービス */
	.bnr-marketingweek.bnr-advertisement {
		padding: 0;
		margin-bottom: 60px;
	}

	/* デジタルサイネージ ソリューション */
	.bnr-marketingweek.bnr-signage {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
