@charset "utf-8";
/* CSS Document */

.relativeBox {position: relative;}
#productsWrapper {display: flex; flex-wrap: wrap; margin-top: 4rem;}
#productsWrapper #productsBox {width: calc(100% - 260px);order:2;}
#productsWrapper aside {width: 230px; margin-right: 30px; order:1;}

nav.nav_local_s ul li{ display: inline-block;}
nav.nav_local_s ul li a{ position:relative; display:block; width:100%; height:100%; padding:5px 40px 5px 10px; background:#039; overflow:hidden; color: #fff;}
nav.nav_local_s ul li a:after{ content:""; width:30px; height:90px; background:#4d71b8; position:absolute; right:0; top:0;}
nav.nav_local_s ul li a:before{content: ''; width: 8px;height: 8px; border: 0px; border-top: solid 1px #fff; border-right: solid 1px #fff; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 35%; right: 12px; z-index:10 }
nav.nav_local_s ul li a:hover{ background:#25d; color:#fff;}
nav.nav_local_s ul li a:hover:after{ content:""; width:30px; height:90px; background:#68e; position:absolute; right:0; top:0;}
nav.nav_local_s ul li a:hover:before{ border-top: solid 1px #fff; border-right: solid 1px #fff;}

.itemBox {margin-bottom: 3rem;}
.itemBox .productTitle {padding: 1.6rem; background: rgb(243,243,243); margin-bottom:1rem; }
#contents .itemBox .productTitle h2 {font-size: 1.8rem !important; color: rgb(0,0,0); font-weight: normal; display :inline-block; margin:0 1.5rem 0 0 !important;}
.red {background: rgb(153,0,0); color: rgb(255,255,255); font-size: 1.2rem; padding:0.1rem 0.5rem; line-height:1; vertical-align:text-top;}

/*追記*/
.new_yellow{background: rgb(191,161,47); color: rgb(255,255,255); font-size: 0.2em; padding:0.1rem 0.5rem; line-height:1; vertical-align:text-top; display: inline-block;margin-left: 3px;}
/*IEのみに適用*/
@media all and (-ms-high-contrast: none) {
.new_yellow{background: rgb(191,161,47); color: rgb(255,255,255); font-size: 0.9em; padding:0.1rem 0.5rem; line-height:1; vertical-align:text-top; display: inline-block;margin-left: 3px;}
}
/*Firefoxのみに適用*/
@-moz-document url-prefix() {
.new_yellow{background: rgb(191,161,47); color: rgb(255,255,255); font-size: 0.9em; padding:0.1rem 0.5rem; line-height:1; vertical-align:text-top; display: inline-block;margin-left: 3px;}
}
/*追記*/


.flexBox {display: flex; flex-wrap: wrap;}
.flexBox .productsImg {width: 240px; margin-right: 10px;}
.flexBox .productsList {width: calc(100% - 250px)}
.flexBox .productsList h3 { margin: 0 0 1rem !important; font-size: 1.8rem !important;}
.flexBox .productsList ul.disc {margin: 0 0 2rem;}
.flexBox .productsList ul.disc li {margin-bottom:0;}

aside .filter {padding: 1.6rem; background: rgb(243,243,243); margin-bottom:2rem;}
aside .filter h3 { margin: 0 0 1rem !important; font-size: 1.8rem !important;}
aside .filter ul li { padding-bottom:1rem; padding-top:0.5rem;}
aside .filter ul li:last-child { margin-bottom:0;}
aside .filter ul li label {cursor: pointer;}

.checkbox01-input{ display: none;}
.checkbox01-parts{
  position:relative;
  display: block;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: none;
  background: #039;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #039;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 6px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.ctm-select {position: relative;width: 100%;display: block;}
.cp_ipselect {position: absolute;top: 0;right: 0;}
.ctm-select select {outline:none;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
background: #039;
color: #fff;
border: none;
height: 25px;
text-indent: 0.2rem;
width: 100%;
min-width: 145px;
font-size: 11px;}

.cp_ipselect:after{ content: '';
width: 8px;
height: 8px;
border: 0px;
border-right-width: 0px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
position: absolute;
top: 25%;
right: 8px;
z-index: 1;
}

.blockTitle {display: block;}
.textInput {width: 4.8rem; padding: 0.1rem 0.4rem; margin-right: 0.2rem; border: 1px solid #4d71b8;}

.inputposition {font-size: 1.3rem; position: relative; height: 40px;}
.inputposition .blockTitle {display: inline;}
.inputposition .textInput {width: 4.6rem;}
.inputposition span {position: absolute; left: 0;}
.rightposition {position: absolute; right: 0;}
/*
select option{
  background-color: #039;
  color: #fff;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
*/
/*aside li select {position: absolute; top:0; right:0; border:none; background: #039; color: #fff; padding: 0.1rem; height: 20px; overflow:hidden;}*/

aside ul.itemList {border-top:1px solid rgb(204,204,204);}
aside ul.itemList li {border-bottom: 1px solid rgb(204,204,204);}
aside ul.itemList li a { position:relative;  padding: 0.5rem; display: block; overflow:hidden;}
aside ul.itemList li a:after {content: ''; width: 8px;height: 8px; border: 0px; border-top: solid 1px #68c; border-right: solid 1px #68c; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 35%; right: 12px; z-index:10 }
aside ul.itemList li a:hover:after{ border-top: solid 1px #039; border-right: solid 1px #039;}

/* @vanta */
.left {
  float: left;
}
.right {
  float: right;
}
#slider,#slider2{
  margin: 10px;
  height: 2px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #039;
  border: none;
  border-radius: 50%;
  margin-top: -5px; 
}

/***sort table ****/
table#fav-table tbody td,
table#fav-table thead th {vertical-align: middle;}
table#fav-table tbody td:nth-child(n+1),
table#fav-table thead th:nth-child(n+1){text-align: center;}
#stage #contents table#fav-table tr th{padding-right: 1.5em;}
#stage #contents table#fav-table thead tr:first-child td{background: #fff; text-align:center; border: none;}

#stage #contents table#fav-table tr th {background-color: rgb(178,199,230); font-size: 12px;}

/*-------------Application icon-------------*/
ul.appList {margin-top: 5px;}
ul.appList li {display: inline-block;}
ul.appList li img {width: 60px; margin: 0 0.5rem 1rem 0 !important;}

/*-------------20190814-------------*/
.legacyProducts .icon_pdf {margin-right: 2rem;}
.legacyProducts th:first-child {width: 25%;}
.legacyProducts th:last-child {width: 25%;}
.tab_unit {margin-bottom: 3rem;}
.tab_unit a {line-height: 3.0;}
.tab_unit a.on {background: #fff;}

@media screen and (min-width: 600px) and (max-width: 979px) {
	.flexBox .productsImg, .flexBox .productsList {width: 100%;}
}

@media screen and (max-width: 599px) {
	.tab_unit a {line-height: 1.4;}
	
	#productsWrapper {flex}
	ul.itemList {display: none;}
	#productsWrapper #productsBox, #productsWrapper aside, .flexBox .productsImg, .flexBox .productsList  {width: 100%; margin:0 0 30px;}
}
