@charset 'utf-8';

/* =============================================================================
トップページ
============================================================================= */
/*-----------------------------------------------------
タブコンテンツ
-------------------------------------------------------*/
#header .tabBlock,
#header .tabBlock * {
	box-sizing: border-box;
}

#header .tabBlock {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

#header .tabBlock .switcher {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 240px;
	min-height: 93px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}
#header .tabBlock .switcher > li {
	height: calc(50% - 2px);
	padding-left: 20px;
	border-right: 4px solid #fff;
	background: url(/mod/common/img/icon_arrow_right_blue.png) no-repeat 10px center #bbd8fa;
	color: #16a8d9;
}
#header .tabBlock .switcher > li.current {
	border-right-color: #003b83;
	background-color: #003b83;
	color: #fff;
}
#header .tabBlock .switcher > li:hover {
	cursor: pointer;
}
#header .tabBlock .switcher > li > div {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
#header .tabBlock .switcher .text {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
@media (-ms-high-contrast: none) {
	#header .tabBlock .switcher > li > div {
		position: relative;
	}
	#header .tabBlock .switcher .text {
		position: absolute;
		left: 0;
		top: 5px;
		width: 215px;
		padding: 10px 0;
	}
}

#header .tabBlock .menuBlock {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 960px;
	margin: 430px auto 0;
	background-color: #004ba6;
	color: #fff;
}

#header .tabBlock .menu {
	width: 720px;
	min-height: 93px;
	padding: 4px;
	background: #003b83;
}
#header .tabBlock .menu > li {
	display: none;
	overflow: hidden;
}
#header .tabBlock .menu > li.is-show {
	overflow: visible;
	height: 100%;
	background: #004ba6;
}

#header .tabBlock .dropDown {
	display: none;
	overflow: hidden;
}
#header .tabBlock .is-show .dropDown {
	overflow: visible;
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-height: 93px;
	height: 100%;
}
#header .tabBlock .dropDown > li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% / 6);
	text-align: center;
}
/*@media (-ms-high-contrast: none) {
}
*/
#header .tabBlock .dropDown > li:hover {
	background-color: #003b83;
	cursor: pointer;
}
#header .tabBlock .dropDown .menutitle {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
/*	height: 54px;*/
	height: 64px;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 1.2;
}
#header .tabBlock .dropDown > li:not(:last-of-type) .menutitle::after {
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 64px;
	margin-top: -32px;
	border-right: 1px solid #497cbb;
	content: "";
}
#header .tabBlock .dropDown > li:hover .menutitle::before {
	position: absolute;
	top: -28px;
	left: 0;
	width: 100%;
/*	border-top: 8px solid transparent;*/
	border-top: 18px solid transparent;
	content: "";
}
#header .tabBlock .dropDown > .connect > .menutitle {
	background-image: url(/mod/img/navi_icon_connect.png);
}
#header .tabBlock .dropDown > .removal > .menutitle {
	background-image: url(/mod/img/navi_icon_removal.png);
}
#header .tabBlock .dropDown > .cut > .menutitle {
	background-image: url(/mod/img/navi_icon_cut.png);
}
#header .tabBlock .dropDown > .recourt > .menutitle {
	background-image: url(/mod/img/navi_icon_recourt.png);
}
#header .tabBlock .dropDown > .accessory > .menutitle {
	background-image: url(/mod/img/navi_icon_accessory.png);
}
#header .tabBlock .dropDown > .light > .menutitle {
	background-image: url(/mod/img/navi_icon_light.png);
}
#header .tabBlock .dropDown > .cleaning > .menutitle {
	background-image: url(/mod/img/navi_icon_cleaning.png);
}

#header .tabBlock .dropDown .menucontents {
	display: none;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	left: 50%;
	bottom: 105px;
	width: 960px;
	height: 430px;
	margin-left: -480px;
	padding: 0;
/*	border-bottom: 10px solid #fff;*/
	border-bottom: 6px solid #fff;
	background-color: #e5e5e5;
}
#header .tabBlock .dropDown .menucontents.current {
/*	background-color: #c00;*/
}
#header .tabBlock .dropDown .menucontentsinner {
	overflow: hidden;
	width: 960px;
	height: 430px;
	cursor: default;
}

/* for debug */
/*#header .tabBlock .dropDown > li.light .menucontents {
	display: block !important;
	padding: 0;
}*/

#header .tabBlock .dropDown .menuslider {
	padding: 0 70px;
	height: 360px;
}
#header .tabBlock .dropDown .menuslider::before,
#header .tabBlock .dropDown .menuslider::after {
	display: table;
	content: "";
}
#header .tabBlock .dropDown .menuslider::after {
	clear: both;
}

#header .tabBlock .dropDown .menuslide {
	float: left;
	width: 820px;
}
#header .tabBlock .dropDown .menuslide > ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	width: 820px;
	margin: 0 auto -5px;
}
#header .tabBlock .dropDown .menuslide > ul::after {
	position: absolute;
	left: 0;
	top: 181px;
	width: 100%;
	border-bottom: 1px solid #bfbfbf;
	content: "";
}
#header .tabBlock .dropDown .menuslide > ul > li {
	width: 100px;
	height: 180px;
	margin-right: 44px;
	padding: 10px 0;
	text-align: left;
}
#header .tabBlock .dropDown .menuslide > ul > li:nth-child(6n) {
	margin-right: 0;
}
#header .tabBlock .dropDown .menuslide > ul a,
#header .tabBlock .dropDown .menuslide > ul span {
	display: block;
}
#header .tabBlock .dropDown .menuslide > ul .menulink {
	position: relative;
	z-index: 999;
}
#header .tabBlock .dropDown .menuslide > ul .fig {
	line-height: 0;
}
#header .tabBlock .dropDown .menuslide > ul .caption {
	margin-top: 5px;
}

#header .tabBlock .dropDown .menucontoroller {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	padding: 9px 20px 5px;
	border-top: 1px solid #bfbfbf;
}
#header .tabBlock .dropDown .menucontoroller::before,
#header .tabBlock .dropDown .menucontoroller::after {
	display: table;
	content: "";
}
#header .tabBlock .dropDown .menucontoroller::after {
	clear: both;
}
#header .tabBlock .dropDown .menucontoroller .links {
	float: left;
	padding-top: 10px;
}
#header .tabBlock .dropDown .menucontoroller .links > li {
	padding-left: 20px;
	background: url(/mod/common/img/icon_arrow_right_blue.png) no-repeat 10px center;
}
#header .tabBlock .dropDown .menucontoroller .close {
	float: right;
	min-height: 40px;
	padding-top: calc((40px - 19px) / 2);
	padding-right: 50px;
	background: url(/mod/img/icon_close.gif) no-repeat right center;
	color: #003b83;
	cursor: pointer;
}

#header .tabBlock .dropDown .bx-wrapper {
	margin-bottom: 0;
}
#header .tabBlock .dropDown .bx-controls-direction a {
	width: 24px;
	height: 45px;
	background-position: center center;
	line-height: 0;
}
#header .tabBlock .dropDown	 .bx-controls-direction .bx-prev {
	left: 20px;
	background-image: url(/mod/img/bx_controller_prev_menuslider.png);
}
#header .tabBlock .dropDown .bx-controls-direction .bx-next {
	right: 20px;
	background-image: url(/mod/img/bx_controller_next_menuslider.png);
}

/*-----------------------------------------------------
メインビジュアル
-------------------------------------------------------*/
#header .tabBlock .mainvisual {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1920px;
	height: 420px;
	margin: 0 0 0 -960px;
	overflow-y: hidden;
}
#header .tabBlock .mainvisual > li {
	height: 420px;
}

#header .tabBlock .mainvisual .caroufredsel_wrapper {
	overflow: hidden;
	position: relative;
	width: 100% !important;
}
#header .tabBlock .mainvisual .mvslider {
	overflow: hidden;
	z-index: 1 !important;
	position: relative !important;
	left: 0 !important;
	width: 1920px !important;
}
#header .tabBlock .mainvisual > *:not([class="is-show"]) .mvslider > li {
	z-index: -1 !important;
}
#header .tabBlock .mainvisual .mvslider > li[aria-hidden="false"] {
	z-index: 2 !important;
}

#header .tabBlock .mainvisual .mvslider > li {
	margin: 0 !important;
}
#header .tabBlock .mainvisual .mvslider > li,
#header .tabBlock .mainvisual .mvlink {
	position: relative;
	width: 100%;
	height: 420px;
	color: #222;
}
#header .tabBlock .mainvisual .mvlink {
	display: block;
	text-decoration: none !important;
}
#header .tabBlock .mainvisual .mvslider > li span,
#header .tabBlock .mainvisual .mvlink span {
	display: block;
}
#header .tabBlock .mainvisual span.mvcontents {
	width: 960px;
	margin: 0 auto;
}
#header .tabBlock .mainvisual span.mvtextwrap {
	display: table !important;
	min-width: 350px;
	width: auto;
	max-width: 70%;
	padding-top: 20px;
}
#header .tabBlock .mainvisual span.mvtext {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 2;
	height: 340px;
	margin: 0 40px;
}
#header .tabBlock .mvtext .newlavel {
	width: 90px;
	margin-bottom: 15px;
	padding: 10px 0;
	background: #ffab1a;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#header .tabBlock .mvtext .productcatch {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.25;
}
#header .tabBlock .mvtext .productsummary {
	margin-top: 10px;
/*	padding: 20px;
	border-radius: 5px;
	background: rgba(255,255,255,0.7);*/
}
#header .tabBlock .mvtext .productname {
	font-size: 18px;
	line-height: 1.6;
}
#header .tabBlock .mvtext .productcode {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.38;
}
#header .tabBlock .mvtext .productcatch.theme_light,
#header .tabBlock .mvtext .productname.theme_light,
#header .tabBlock .mvtext .productcode.theme_light {
	color: #fff;
}
#header .tabBlock .mainvisual .mvfig {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/*#header .tabBlock .mainvisual .bx-viewport {
	overflow: visible !important;
}*/
#header .tabBlock .mainvisual .mvslider-controls-wrapper {
	z-index: 10;
	position: absolute;
	width: 960px;
	height: 42px;
	left: 50%;
	bottom: 15px;
	margin-left: -480px;
	padding-left: 40px;
	line-height: 0;
}
#header .tabBlock .mainvisual .mvslider-controls {
	display: flex;
	justify-content: space-between;
	z-index: 10;
	width: 136px;
}
#header .tabBlock .mainvisual .mvslider-controls > * {
	display: block;
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #aca9a3;
	cursor: pointer;
}
#header .tabBlock .mainvisual .mvslider-controller {
	z-index: 10;
	width: 42px;
	height: 42px;
	margin: 0 5px;
	border: 0;
	text-indent: -9999px;
	outline: none;
}
#header .tabBlock .mainvisual .mvslider-controller {
	background-image: url(/mod/img/bx_controller_stop.png);
}
#header .tabBlock .mainvisual .mvslider-controller.paused {
	background-image: url(/mod/img/bx_controller_start.png);
}
#header .tabBlock .mainvisual .mvslider-controls .mvslider-prev {
	background-image: url(/mod/img/bx_controller_prev.png);
}
#header .tabBlock .mainvisual .mvslider-controls .mvslider-next {
	background-image: url(/mod/img/bx_controller_next.png);
}

#header .tabBlock .mainvisual .mvslider-pager {
	display: flex;
	justify-content: center;
	z-index: 10;
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 30px;
	width: 50%;
	height: 15px;
	margin-left: -25%;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
#header .tabBlock .mainvisual .mvslider-pager-item {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 4.5px;
}
#header .tabBlock .mainvisual .mvslider-pager a {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 4.5px;
	border-radius: 0;
	background: url(/mod/img/bx_controller_pager.png) no-repeat left top transparent;
/*	pointer-events: none;*/
}
#header .tabBlock .mainvisual .mvslider-pager a.selected {
	background-image: url(/mod/img/bx_controller_pager_acive.png);
}

/*-----------------------------------------------------
動画
-------------------------------------------------------*/
#header .tabBlock .menu .video {
	height: 376px;
	padding-top: 39px;
	text-align: center;
	background: #133EC0 url(/mod/common/img/bg_video.jpg) no-repeat center top;
}

/*-----------------------------------------------------
コンテンツ
-------------------------------------------------------*/
#mainContainer {
	padding-top: 40px;
}
#contents h1 {
	display: none;
}
#contents .col2Table {
	position: relative;
	width: 100%;
}
#contents .col2Table > div {
/*	display: table-cell;
	vertical-align: top;
*/
}
#contents .col2Table > div.is-hide {
	display: none;
}
#contents .col2Table > div.col-target {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	padding-right: 40px;
}
#contents .col2Table > div.col-target.is-show {
	display: block;
}
#contents .col2Table > div.col-stopper {
	display: table;
	position: relative;
	width: 100%;
}
#contents .col2Table .col-target + div.col-stopper,
#contents .col2Table .col-target + .col-target + div.col-stopper {
	width: 700px;
	margin-left: auto;
}
.col-stopper .articleList + .articleList.noDate {
	margin-top: 30px;
}
/*#contents .col2Table > div.col-stopper.is-fixed {
	padding-left: 260px;
}*/

/*-----------------------------------------------------
clearfix
-------------------------------------------------------*/
/*#header .tabBlock .mainvisual .imgs {
	zoom: 100%;
}
#header .tabBlock .mainvisual .imgs:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	font-size: 1px;
	line-height: 0;
	visibility: hidden;
}
*/