@charset "UTF-8";
/*hover*/
/*グラデーション*/
.default-styleArea:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.default-styleArea * + *:not(br) {
  margin-top: 15px;
}
.default-styleArea * + iframe {
  margin-top: 30px;
}
.default-styleArea h3, .default-styleArea h4, .default-styleArea h5 {
  clear: both;
}
.default-styleArea h3 + *, .default-styleArea h4 + *, .default-styleArea h5 + * {
  margin-top: 0;
}
.default-styleArea h3 {
  font-size: 21px;
  border-bottom: 2px solid #000;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 6px;
  padding-left: 15px;
  position: relative;
}
.default-styleArea h3:before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  background: #009acf; /* Old browsers */
  background: linear-gradient(to bottom, #009acf 0%, #4cd1ff 50%, #009acf 100%);
}
.default-styleArea h3 ~ h3,
.default-styleArea * + h3 {
  margin-top: 50px;
}
.default-styleArea h4 {
  font-size: 18px;
  color: #009acf;
  font-weight: bold;
  margin-bottom: 10px;
}
.default-styleArea h4 ~ h4 {
  margin-top: 35px;
}
.default-styleArea h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
.default-styleArea h4 + h5 {
  margin-top: -5px;
}
.default-styleArea h6 {
  font-size: 13px;
  font-weight: normal;
}
.default-styleArea table {
  margin-bottom: 30px;
}
.default-styleArea a {
  text-decoration: underline;
}
.default-styleArea b, .default-styleArea strong {
  color: #eb642c;
  font-weight: bold;
}
.default-styleArea u {
  text-decoration: underline;
}
.default-styleArea i, .default-styleArea em {
  font-style: italic;
}
.default-styleArea s, .default-styleArea del {
  text-decoration: line-through;
}
.default-styleArea sub {
  font-size: 0.72em;
  vertical-align: sub;
}
.default-styleArea sup {
  font-size: 0.72em;
  vertical-align: super;
}
.default-styleArea .text-left {
  text-align: left;
}
.default-styleArea .text-center {
  text-align: center;
}
.default-styleArea .text-right {
  text-align: right;
}
.default-styleArea ul:not(.notice):not(.anchor-list):not(.laboratory-label):not(.group-list):not(.product-label):not(.tech-heat-merit) li {
  background-image: url(../img/icon05.png);
  padding-left: 15px;
  background-position: left 4px;
}
.default-styleArea ul:not(.notice):not(.anchor-list):not(.laboratory-label):not(.group-list):not(.product-label):not(.tech-heat-merit) li + li {
  margin-top: 10px;
}
.default-styleArea ol {
  margin-left: 1.5em;
}
.default-styleArea ol li + li {
  margin-top: 10px;
}
.default-styleArea p + table {
  margin-top: 25px;
}
.default-styleArea table {
  width: 100%;
  border-collapse: collapse;
}
.default-styleArea table caption {
  font-size: 13px;
  margin-bottom: 3px;
  text-align: left;
}
.default-styleArea table th, .default-styleArea table td {
  border: 1px solid #ccc;
  word-break: break-word;
}
.default-styleArea table td {
  padding: 7px 10px;
}
.default-styleArea table th {
  background-color: #f8f8f8;
  padding: 7px 15px;
}
.default-styleArea table tr:first-child th {
  background-color: #e6f8fe;
}
.default-styleArea table.th-middle tr:nth-child(n+2) th {
  vertical-align: middle;
}
.default-styleArea table th.w40, .default-styleArea table td.w40 {
  width: 40px;
}
.default-styleArea table th.w60, .default-styleArea table td.w60 {
  width: 60px;
}
.default-styleArea table th.w80, .default-styleArea table td.w80 {
  width: 80px;
}
.default-styleArea table th.w100, .default-styleArea table td.w100 {
  width: 100px;
}
.default-styleArea table.tbl-simple tr:first-child th {
  background-color: #f8f8f8;
}

/* Colorbox - a jQuery lightbox */
#cboxLoadedContent .default-styleArea {
  padding: 30px;
}

/*RoHS指令対象物質　(EU)2015/863*/
.target-substance table {
  width: auto;
}
.target-substance table td {
  padding-left: 18px;
  padding-right: 18px;
}

/*RoHS指令適合証明書*/
.category-series {
  margin-top: 40px !important;
}
.category-series table {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}
.category-series table th {
  padding: 10px 6px;
}
.category-series table td {
  padding: 4px 2px;
  border: none;
}
.category-series table tr td[rowspan]:first-child {
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
}
.category-series table tr:not(:nth-last-child(2)) td[colspan] {
  border-top: 1px solid #ccc;
  padding-left: 6px;
}
.category-series table tr:nth-last-child(2) td {
  border-top: 1px solid #ccc;
}
.category-series table tr:nth-last-child(2) td[colspan] {
  padding-left: 6px;
}
.category-series table tr td.text-right:first-of-type {
  padding-left: 6px;
}
.category-series table tr td:last-child {
  padding-right: 6px;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

#debug {
  border: none;
  padding: 0;
}

.object-center {
  text-align: center;
  margin: 30px 0;
}

.object-left {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}

* + .object-left {
  margin-top: 0;
}

.object-left + .object-left {
  margin-right: 14px;
}

.object-left + .object-left + .object-left { /*画像並び3つめ*/
  margin-right: 0;
}

.object-left + .object-left + .object-left + .object-left { /*画像並び4つめ*/
  margin-right: 14px;
}

.object-left + .object-left + .object-left + .object-left + .object-left { /*画像並び5つめ*/
  margin-right: 14px;
}

.object-left + .object-left + .object-left + .object-left + .object-left + .object-left { /*画像並び6つめ*/
  margin-right: 0;
}

.object-right {
  float: right;
  margin-left: 14px;
}

.object-center img, .object-left img, .object-right img {
  margin-bottom: 0;
}

p.attribute-caption {
  font-size: 12px;
  margin-top: 3px;
}

/*------------------------------------------------------
 LAYOUT
------------------------------------------------------*/
.main-block + .main-block {
  margin-top: 60px;
}

.columwrap {
  margin-bottom: -16px;
  letter-spacing: -0.4em;
}
.columwrap:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.columwrap .colum, .columwrap .colum--expand {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.divide-2 {
  width: 760px;
  margin-left: -16px;
}
.divide-2 .colum {
  width: 362px;
  margin-left: 16px;
  margin-bottom: 16px;
}
.divide-2 .colum--expand {
  width: 727px;
  margin-left: 16px;
  margin-bottom: 16px;
}

.divide-3 {
  width: 760px;
  margin-left: -16px;
}
.divide-3 .colum {
  width: 236px;
  margin-left: 16px;
  margin-bottom: 16px;
}
.divide-3 .colum--expand {
  width: 476px;
}

.column-under {
  border-top: 1px dashed #ccc;
  margin-top: 30px;
  padding-top: 30px;
}

.flex-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-line div + div {
  margin-top: 0;
}

.lead {
  margin-bottom: 25px;
}
.lead a {
  text-decoration: underline;
}

.lead .video-btn-area {
  margin-top: 25px;
}
.lead .video-btn-area .link {
  font-weight: bold;
}

.text-supply {
  font-size: 13px;
}

.linkBack a {
  text-decoration: none;
  display: inline-block;
  background-image: url(../img/icon13.png);
  background-position: left center;
  padding-left: 20px;
}
.linkBack a:hover {
  text-decoration: underline;
}

.box-serch {
  background-color: #e6f8fe;
  padding: 30px 15px;
}

p + .box-serch {
  margin-top: 30px;
}

.box-serch {
  display: table;
  width: 100%;
}
.box-serch .form_item {
  display: table-cell;
  vertical-align: middle;
}
.box-serch .form_item input {
  width: 100%;
  height: 25px;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-radius: 0;
  border: 1px solid #c1c1c1;
}
.box-serch .form_item .btn {
  width: auto;
  height: 25px;
}
.box-serch .form_item-btn {
  width: 1px;
  white-space: nowrap;
}

input.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* -link style- */
a.link {
  text-decoration: none;
}
a.link:hover {
  text-decoration: underline;
}
a.link.link-arrow01 {
  background-image: url(../img/icon06.png);
  background-position: right center;
  line-height: 16px;
  padding-right: 23px;
}
a.link.link-arrow01.color {
  color: #009acf;
}
a.link.link-tip {
  display: inline-block;
  background-image: url(../img/icon01.png);
  background-size: 7px auto;
  background-position: left 6px;
  padding-left: 12px;
}
a.link.link-back {
  display: inline-block;
  background-image: url(../img/icon13.png);
  background-position: left center;
  padding-left: 20px;
}
a.link.link-download {
  align-items: flex-start;
  display: inline-flex;
  text-decoration: underline;
}
a.link.link-download:before {
  content: url(../img/icon10-download.png);
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
a.link.link-pdf {
  display: inline-block;
  background-image: url(../img/icon_pdf.png);
  background-position: left center;
  padding-left: 30px;
  text-decoration: underline;
}
a.link.link-xls {
  display: inline-block;
  background-image: url(../img/icon_excel.png);
  background-position: left center;
  padding-left: 30px;
  text-decoration: underline;
}
a.link.link-doc {
  display: inline-block;
  background-image: url(../img/icon_doc.png);
  background-position: left center;
  padding-left: 30px;
  text-decoration: underline;
}

span.link:hover {
  text-decoration: none;
}

div.link.link-tip a {
  display: inline-block;
  background-image: url(../img/icon01.png);
  background-size: 7px auto;
  background-position: left 6px;
  padding-left: 12px;
}
div.link a {
  text-decoration: none;
}
div.link a:hover {
  text-decoration: underline;
}

div.link-box a {
  display: inline-block;
  background-image: url(../img/icon13.png);
  background-position: left center;
  padding-left: 20px;
}

.lnk_btn {
  margin: 10px auto;
  text-align: right;
}
.lnk_btn a {
  width: auto;
  color: #009acf;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 10px 10px 30px;
  background-color: #f8f8f8 !important;
  background: url(../img/icon01.png) no-repeat 10px center;
  text-decoration: none;
}

/* -btn style- */
.btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none !important;
  border: 1px solid #d0d0d0;
  position: relative;
  padding: 5px;
}
.btn.btn-strong {
  color: #fff;
  font-weight: bold;
  width: 100%;
  text-align: center;
  background: #007aa5;
  border: 1px solid #fff;
  box-shadow: 0px 0px 3px 1px #ccc;
  padding: 4px 12px 4px 12px;
  position: relative;
}
.btn.btn-strong:after {
  content: url("../img/icon_blank01.png");
  margin-left: 3px;
}
.btn.btn-vivid {
  color: #fff;
  border: 1px solid #903a00;
  border-radius: 5px;
  padding: 5px;
  background: #fa6400; /* Old browsers */
  background: linear-gradient(to bottom, #fa6400 0%, #d65600 100%);
}
.btn.btn-hard {
  color: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 5px;
  background: #fa6400; /* Old browsers */
  background: linear-gradient(to bottom, #888 0%, #555 100%);
}
.btn.btn-simple {
  background-color: #f8f8f8;
}
.btn.btn-is-locked:after {
  content: url("../img/icon08-lock.png");
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
}
.btn.btn-arrow01:after {
  content: url(../img/icon06.png);
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
}
.btn.btn-catalog {
  border: none;
}
.btn.btn-catalog:before {
  content: url(../img/icon10-download.png);
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
.btn.btn-catalog:after {
  content: url(../img/icon09-pdf.png);
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
}
.btn.btn-download {
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 10px;
}
.btn.btn-download:before {
  content: url(../img/icon10-download.png);
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
.btn.btn-pdf {
  background-color: #f8f8f8;
  padding: 12px;
}
.btn.btn-pdf:before {
  display: inline-block;
  content: url(../img/icon_pdf.png);
  margin-right: 12px;
  vertical-align: middle;
}
.btn.btn-excel {
  background-color: #f8f8f8;
  padding: 12px;
}
.btn.btn-excel:before {
  display: inline-block;
  content: url(../img/icon_excel.png);
  margin-right: 12px;
  vertical-align: middle;
}
.btn.btn-search {
  color: #fff;
  background-color: #009acf;
  border: 1px solid #c1c1c1;
  padding: 0 13px;
}
.btn.btn-search:focus {
  outline: none;
}
.btn.btn-cart {
  color: #E75D00;
  border: 2px solid #E75D00;
  padding: 12px 22px 12px 42px;
}
.btn.btn-cart:before {
  content: url(../img/icon_cart01.png);
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
}
.btn.btn-cart2 {
  background-color: #f8f8f8;
  padding: 8px 40px 8px 15px;
  font-size: 15px;
}
.btn.btn-cart2:after {
  content: url(../img/icon_cart01.png);
  display: block;
  position: absolute;
  top: 2px;
  right: 8px;
}
.btn.btn-cart3 {
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
  display: inline-flex;
  justify-content: center;
  padding: 10px;
}
.btn.btn-cart3:after {
  background-image: url(../img/icon_cart01.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-bottom: 7px;
  margin-left: 8px;
  width: 26px;
}
.btn.btn-inq {
  vertical-align: middle;
  padding: 12px 6px;
}
.btn.btn-inq:before {
  display: inline-block;
  content: url(../img/icon14_inq.png);
  margin-right: 6px;
  vertical-align: middle;
}
.btn.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn.btn-lg {
  font-size: 21px;
  font-weight: bold;
  padding: 10px 24px;
}
.btn.btn-mg {
  font-size: 16px;
  padding: 10px 16px;
}
.btn.faceted {
  padding: 8px 40px 8px 15px;
  font-size: 15px;
}
.btn.faceted:after {
  content: url(../img/icon-search.png);
  display: block;
  position: absolute;
  top: 7px;
  right: 15px;
}
.btn.comparison {
  padding: 8px 40px 8px 15px;
  font-size: 15px;
}
.btn.comparison:after {
  content: url(../img/icon-comp-list.png);
  display: block;
  position: absolute;
  top: 7px;
  right: 15px;
}
.btn.comparison2 {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 10px;
}
.btn.comparison2:after {
  background-image: url(../img/icon-comp-list.png);
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 10px;
  width: 16px;
}
.btn.document {
  padding: 8px 40px 8px 15px;
  font-size: 15px;
}
.btn.document:after {
  content: url(../img/icon-document.png);
  display: block;
  position: absolute;
  top: 7px;
  right: 15px;
}
.btn.btn-policy {
  border: none;
  background: none;
  padding: 0;
  text-decoration: underline !important;
  text-align: center;
}
.btn.btn-policy:before {
  background-image: url(../img/btn_info.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 7px;
  vertical-align: middle;
  width: 24px;
}

a.btn:hover {
  opacity: 0.7;
  -moz-box-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

div.btn {
  padding: 0 !important;
}
div.btn:hover {
  opacity: 0.7;
  -moz-box-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
div.btn a {
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}
div.btn.btn-mg a {
  padding: 10px 16px;
}
div.btn.btn-lg a {
  padding: 10px 24px;
}

.wide-button {
  background: #666;
  border: none;
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 12px;
  text-align: center;
  text-decoration: underline !important;
}
.wide-button:hover {
  color: #fff;
  opacity: 0.85;
}

.seminar-link-box .btn + .btn {
  margin: 0 0 0 20px;
}

/* -text style- */
p.txt-att {
  clear: both;
  text-indent: -1.3em;
  font-size: 13px;
  margin-left: 1.3em;
}
p.txt-att:before {
  content: "※";
  padding-right: 0.3em;
}

p.txt-att + p.txt-att {
  margin-top: 7px;
}

.panel-straight {
  border: 1px solid #d0d0d0;
  position: relative;
}
.panel-straight:before {
  content: "";
  display: block;
  background-color: #f8f8f8;
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  z-index: -1;
}

.panel-pagename {
  margin-bottom: 25px;
}

.nosidemenu .panel-pagename {
  margin-top: 25px;
}

.panel-radius {
  border-radius: 5px;
}

.panel-basic {
  background-color: #fbfbfb;
  border: 1px solid #d0d0d0;
  padding: 12px;
}
.divide-3 .panel-basic {
  padding: 10px;
}

.panel-column {
  border: 1px solid #666;
  padding: 20px;
}

.panel {
  position: relative;
}
.panel .btnArea {
  text-align: right;
}

.panel_body.panel_body--btnBottm {
  padding-bottom: 1.8em;
}
.panel_body.panel_body--btnBottm .btnArea {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.tit-pagename {
  min-height: 82px;
  padding: 10px 10px 10px 45px;
  position: relative;
}
.tit-pagename:before {
  content: url("../img/icon_title01.png");
  position: absolute;
  left: 4px;
  top: 11px;
}
.tit-pagename .tit-pagename_main {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 15px;
}
.tit-pagename .tit-pagename_sub {
  font-size: 18px;
}
.tit-pagename .tit-pagename_sub + .tit-pagename_main {
  margin-top: 0;
  padding-top: 0;
}
.tit-pagename .tit-pagename_label {
  background: #444;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-left: 12px;
  margin-top: -4px;
  padding: 0.2em 0.5em;
  vertical-align: middle;
}

.tit-dark {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background-color: #444;
  margin-bottom: 15px;
  padding: 5px 5px 5px 18px;
  position: relative;
  display: table;
  width: 100%;
}
.tit-dark a {
  display: block;
}
.tit-dark:before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  background: #009acf; /* Old browsers */
  background: linear-gradient(to bottom, #009acf 0%, #4cd1ff 50%, #009acf 100%);
}
.tit-dark .tit_name {
  display: table-cell;
  vertical-align: middle;
}
.tit-dark .tit_badgeArea {
  display: table-cell;
  vertical-align: middle;
  width: 1px;
  white-space: nowrap;
  padding-right: 5px;
  line-height: 1;
}
.tit-dark .tit_badge {
  font-size: 13px;
  font-style: normal;
  color: #fff;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px 0 18px;
  background-image: url(../img/bg_badge01.png);
  background-position: left center;
  border-right: 1px solid #fff;
}

.tit-sky {
  font-size: 21px;
  border-bottom: 2px solid #000;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 6px;
  padding-left: 15px;
  position: relative;
}
.tit-sky:before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  background: #009acf; /* Old browsers */
  background: linear-gradient(to bottom, #009acf 0%, #4cd1ff 50%, #009acf 100%);
}

.lead + .tit-sky {
  margin-top: 45px;
}

.tit-ocean {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #009acf;
  position: relative;
}
.tit-ocean + .panel {
  border-top: none;
}
.tit-ocean:after {
  content: url(../img/icon_title02.png);
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -32px;
}
.tit-ocean a {
  display: block;
  padding: 7px 45px 7px 18px;
  position: relative;
  z-index: 100;
}

.tit_myinfo {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #d0d0d0;
  padding: 5px 0;
}

.tit-blue {
  font-size: 15px;
  color: #009acf;
  font-weight: bold;
  margin-bottom: 10px;
}

.tit-basic,
.default-styleArea .tit-basic {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  padding-bottom: 0;
  padding-left: 0;
}
.tit-basic:before,
.default-styleArea .tit-basic:before {
  content: none;
}
.tit-basic a,
.default-styleArea .tit-basic a {
  text-decoration: none;
}

.default-styleArea h3.tit-basic {
  border-bottom: none;
  padding: 0;
}

/* -list style- */
ul.group-list li,
.default-styleArea ul.group-list li {
  display: inline-block;
  background: none;
  padding: 0;
}
ul.group-list > li + li,
.default-styleArea ul.group-list > li + li {
  margin-top: 0px;
  margin-left: 20px;
}
ul.group-list > li > a,
.default-styleArea ul.group-list > li > a {
  background-image: url(../img/icon02.png);
  background-position: 0 center;
  padding-left: 12px;
  text-decoration: none;
}
ul.group-list > li > a:hover,
.default-styleArea ul.group-list > li > a:hover {
  text-decoration: underline;
}

ul.list-att {
  font-size: 13px;
  margin-left: 1.3em;
  text-indent: -1.3em;
}
ul.list-att li {
  background: none !important;
  padding-left: 0 !important;
}
ul.list-att li:before {
  content: "※";
  padding-right: 0.3em;
}

ul.list-skiplink li {
  align-items: flex-start;
  background: none !important;
  display: flex;
  padding-left: 0 !important;
}
ul.list-skiplink li:before {
  background-image: url(../img/icon_skip01.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 17px;
  margin-right: 3px;
  margin-top: 2px;
  width: 17px;
}

.catch-txt {
  font-size: 21px;
  font-weight: bold;
}

.media {
  position: relative;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.media:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.media .media-body,
.media .media-left,
.media .media-right,
.media .media-desc {
  display: table-cell;
  vertical-align: top;
}
.media .media-left, .media .media-right {
  line-height: 0;
}
.media .media-left {
  padding-right: 20px;
  width: 1px;
}
.media .media-right {
  width: 1px;
  white-space: nowrap;
  padding-left: 20px;
  text-align: right;
}
.media .media-right.media-right--exp {
  padding-left: 30px;
}
.media .media-body {
  overflow: hidden;
}
.media .media-body a {
  text-decoration: underline;
}
.media .media-body a.btn,
.media .media-body a.link {
  text-decoration: none;
}
.media .media-body a.link:hover {
  text-decoration: underline;
}
.media .media-body .btnArea {
  margin-top: 10px;
  text-align: right;
}
.media .media-lead {
  display: table-caption;
  margin-bottom: 15px;
}
.media .body--btnBottm {
  padding-bottom: 1.8em;
}
.media .body--btnBottm .btnArea {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.media .body--btnBottm .btnArea a {
  padding-top: 3px;
  padding-bottom: 2px;
  vertical-align: middle;
}
.media .body--btnBottm .btnArea-right {
  right: 0;
}

.video-container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.video-container .video-item {
  display: flex;
  flex-direction: column;
  width: 235px;
}
.video-container .video-item_title {
  font-size: 14px;
  font-weight: normal;
  order: 2;
}
.video-container .video-item_title a {
  border-bottom: 1px solid #666;
}
.video-container .video-item_title:hover {
  opacity: 0.7;
}
.video-container .video-item_label {
  color: #666;
  margin-top: 7px;
  order: 3;
}
.video-container .video-item_label p {
  color: #009acf;
  display: inline-block;
  font-size: 13px;
}
.video-container .video-item_image {
  margin-bottom: 7px;
  order: 1;
}
.video-container .video-item:nth-child(3n-1),
.video-container .video-item:nth-child(3n) {
  margin-left: 17px;
}
.video-container .video-item:nth-child(3) ~ .video-item {
  margin-top: 25px;
}
.video-container .video-item_image {
  flex-shrink: 0;
}
.video-container .video-item_image img {
  height: auto;
  max-width: 100%;
}

.tit-dark + .video-container {
  margin-top: 0;
}

.important-message {
  background: #fff9f6;
  border: 2px solid #ff4d00;
  padding: 7px 15px;
  margin: 0 auto 20px;
}
.important-message strong {
  color: #ff4d00;
}

.app-thumstyle img {
  border: 1px solid #666;
}

.block-part_number th, .block-part_number td {
  text-align: center;
}

.mod-myinfo {
  font-size: 12px;
  margin-top: 25px;
}
.mod-myinfo .mod-myinfo_body {
  border: 1px solid #d0d0d0;
  padding: 7px;
}
.mod-myinfo .mod-myinfo_body ul li {
  padding: 10px 0 5px 0;
}
.mod-myinfo .mod-myinfo_body ul li:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.mod-myinfo .mod-myinfo_body ul li + li {
  border-top: 1px dotted #d0d0d0;
}
.mod-myinfo .mod-myinfo_body ul li img {
  float: left;
}
.mod-myinfo .mod-myinfo_body ul li span {
  display: block;
  padding-left: 67px;
}
.mod-myinfo .mod-myinfo_body ul li a {
  display: block;
}
.mod-myinfo .mod-myinfo_body ul li a:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.mod-myinfo .mod-myinfo_body .linkArea {
  margin-top: 7px;
  text-align: right;
  text-decoration: underline;
}
.mod-myinfo .mod-myinfo_body .linkArea a {
  display: inline-block;
  background-image: url(../img/icon01.png);
  background-size: 7px auto;
  background-position: left center;
  padding-left: 12px;
}
.mod-myinfo .mod-myinfo_body .linkArea a:hover {
  text-decoration: underline;
}

.moz-topics {
  position: relative;
}
.moz-topics .topics_item {
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 165px;
  background-image: url(../img/icon01.png);
  background-position: 0 4px;
}
.moz-topics .topics_item a {
  color: #009acf;
}
.moz-topics .topics_item time {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 17px;
}
.moz-topics .topics_item .icon-new {
  font-size: 11px;
  font-weight: bold;
  color: #E75D00;
  display: inline-block;
  margin-left: 5px;
}
.moz-topics .topics_item .icon-pdf + .icon-new {
  margin-left: 10px;
}
.moz-topics .topics_item .icon-pdf:after {
  content: url(../img/icon09-pdf.png);
  display: inline-block;
  line-height: 1;
  margin-left: 4px;
  vertical-align: middle;
}
.moz-topics .topics_item + .topics_item {
  margin-top: 10px;
}

td.col-btn {
  width: 1px;
  white-space: nowrap;
}
td.col-btn .btn {
  margin-top: 0;
}

/*------------------------------------------------------------
  サイドメニュー下　アクションエリア（サンプル請求BOX、比較表を見るボタン）
------------------------------------------------------------*/
.side-action {
  margin: 25px 0;
  width: 225px;
  z-index: 1000;
}
.side-action .btn {
  font-size: 15px;
  width: 100%;
}
.side-action .btn-cart3,
.side-action .btn.comparison2 {
  height: 50px;
}
.side-action li + li {
  margin-top: 15px;
}
.side-action.fixed {
  background: #fff;
  padding: 5px 0;
  position: fixed;
  top: 0;
}
.side-action.absolute {
  bottom: 0;
  position: absolute;
  margin-bottom: 0;
}

.nowrap {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mBottom38 {
  margin-bottom: 38px !important;
}

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

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

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

/*------------------------------------------------------------
  Cookie 同意許諾メニューのためのCSS
------------------------------------------------------------*/
.consent-popup {
  background: #fff;
  border: 1px solid #ccc;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}
.consent-popup p + p {
  margin-top: 0;
}
.consent-popup .inner {
  display: grid;
  grid-template-areas: "consent-title consent-title" "consent-description consent-actions" "consent-individual consent-individual";
  grid-template-columns: 1fr 270px;
  grid-template-rows: auto auto 1fr;
  margin: 0 auto;
  padding: 20px 0;
  width: 1000px;
}
.consent-popup .title {
  grid-area: consent-title;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.consent-popup .description {
  grid-area: consent-description;
}
.consent-popup .description a {
  text-decoration: underline;
}
.consent-popup .actions {
  grid-area: consent-actions;
  text-align: center;
  padding-left: 45px;
}
.consent-popup .actions li + li {
  margin-top: 15px;
}
.consent-popup .consent-btn {
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  width: 100%;
}
.consent-popup .consent-btn:hover {
  opacity: 0.8;
}
.consent-popup .consent-btn.consent-btn-grant {
  background-color: #009acf;
  border: 1px solid #2e6da4;
  color: #fff;
}
.consent-popup .consent-btn.consent-btn-deny {
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
}
.consent-popup .action-individual {
  margin-top: 20px;
}
.consent-popup .action-individual span {
  cursor: pointer;
  text-decoration: underline;
}
.consent-popup .individual {
  grid-area: consent-individual;
  padding-top: 15px;
}
.consent-popup .individual .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.consent-popup .individual_items {
  align-items: center;
  display: flex;
}
.consent-popup .individual_checker {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
}
.consent-popup .individual_checker input, .consent-popup .individual_checker label {
  cursor: pointer;
}
.consent-popup .individual_checker label {
  font-weight: normal;
  padding-left: 3px;
}
.consent-popup .individual_checker + .individual_checker {
  margin-left: 20px;
}
.consent-popup .individual_required-checker {
  cursor: inherit;
  opacity: 0.55;
}
.consent-popup .individual_required-checker input, .consent-popup .individual_required-checker label {
  cursor: inherit;
}
.consent-popup .individual .consent-individual-btn {
  background-color: #009acf;
  border: 1px solid #2e6da4;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  margin-left: 25px;
  padding: 6px 12px;
}

#kv {
  margin-top: 20px;
}
#kv .bx-wrapper {
  padding: 0;
  border: none;
  box-shadow: inherit;
}
#kv .bx-wrapper .bx-pager, #kv .bx-wrapper .bx-controls-auto {
  bottom: -25px;
}
#kv .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
}
#kv .bx-wrapper .bx-pager.bx-default-pager a:hover,
#kv .bx-wrapper .bx-pager.bx-default-pager a.active,
#kv .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #009acf;
}
#kv .bx-wrapper .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#kv a:hover img {
  opacity: 1;
  -moz-box-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
#kv .bx-wrapper .bx-controls-direction a {
  opacity: 0.4;
  -moz-box-opacity: 0.4;
  -webkit-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}

.notice-text-top {
  border: 1px solid #444;
  padding: 7px 15px;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 13px;
}
.notice-text-top b {
  display: block;
  padding-bottom: 4px;
}
.notice-text-top a {
  color: #009acf;
}

.top-upper-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: -15px;
}
.top-upper-banner + .top-upper-banner {
  margin-top: 0;
}

.top-message {
  background: #fff9f6;
  border: 2px solid #ff4d00;
  padding: 15px;
}
.top-message a {
  color: #ff4d00;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.top-message dt {
  color: #ff4d00;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#main-center {
  width: 740px;
  float: left;
}

#main-right {
  width: 225px;
  float: right;
}

.top-block + .top-block {
  margin-top: 50px;
}

.top-menu-wrap {
  margin-bottom: -16px;
}

.top-menu_panel {
  margin-bottom: 12px;
}
.top-menu_panel a {
  display: table;
  width: 100%;
  padding: 8px;
}
.top-menu_panel .top-menu_panel_sub,
.top-menu_panel .top-menu_panel_main {
  display: table-cell;
  vertical-align: middle;
}
.top-menu_panel .top-menu_panel_sub {
  width: 1px;
  white-space: nowrap;
}
.top-menu_panel .top-menu_panel_main {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  color: #555;
}

.top-menu-l {
  position: relative;
  padding-bottom: 2.5em;
}
.top-menu-l .top-menu_panel {
  position: relative;
}
.top-menu-l .top-menu_panel a {
  padding-right: 40px;
}
.top-menu-l .top-menu_panel:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  right: 10px;
  background-image: url(../img/icon_title03.png);
  background-repeat: no-repeat;
  background-position: right center;
  z-index: -1;
}
.top-menu-l .btnArea {
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-menu-l .btnArea .btn {
  padding: 3px 5px;
}

.top-menu-l .top-menu_panel .top-menu_panel_sub + .top-menu_panel_main {
  padding-left: 20px;
}

.top-menu-m {
  border-top: 1px dotted #ccc;
  padding-top: 20px;
  position: relative;
}
.top-menu-m a {
  padding-right: 40px;
}
.top-menu-m .top-menu_panel {
  margin-bottom: 0;
}
.top-menu-m .top-menu_panel:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 7px;
  background-image: url(../img/icon_title04.png);
  background-repeat: no-repeat;
  background-position: right center;
  z-index: -1;
}

.top-menu-m .top-menu_panel_sub + .top-menu_panel_main {
  padding-left: 12px;
}

.top-menu-new > a {
  display: block;
  position: relative;
  vertical-align: top;
}
.top-menu-new > a:hover:after {
  opacity: 0.7;
  -moz-box-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.top-menu-new > a:after {
  content: url(../img/icon_topmenu_new.png);
  position: absolute;
  top: 1px;
  right: 1px;
}

.top-menu-solution {
  font-size: 13px;
  position: relative;
  padding-bottom: 3.5em;
  border-bottom: 1px dotted #ccc;
}
.top-menu-solution img {
  margin-bottom: 10px;
}
.top-menu-solution .btnArea {
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.top-menu-solution .btnArea .btn {
  padding: 3px 5px;
}

.moz-topics--top .linkArea {
  position: absolute;
  top: 5px;
  right: 0;
}

/*シルバースケールバナー*/
.bnr-top {
  margin-top: 30px;
}

.middlecat-list {
  margin: 15px 0 0 -20px;
  overflow: hidden;
  padding: 0 0 20px 0;
}
.middlecat-list li {
  float: left;
  margin: 5px 0 0 20px;
  box-sizing: border-box;
}
.middlecat-list li a {
  font-size: 11px;
  padding-left: 7px;
  background-image: url(../img/icon01.png);
  background-position: 0 6px;
  background-size: 5px;
  display: block;
}

.product-mainmenu + .solution-block {
  margin: 50px 0 0 0;
}

.product-mainmenu,
.product-submenu {
  font-size: 13px;
}

.product-submenu {
  border-top: 1px dashed #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.product-submenu .panel {
  border-radius: 5px;
  padding-left: 65px;
  background: #ffffff; /* Old browsers */
  background: linear-gradient(to bottom, #ffffff 1%, #f9f9f9 100%);
  position: relative;
}
.product-submenu .panel .product-submenu_tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}
.product-submenu .panel .btnArea a {
  display: inline-block;
  background-image: url(../img/icon06.png);
  background-position: right center;
  line-height: 16px;
  padding-right: 23px;
}
.product-submenu .panel .btnArea a:hover {
  text-decoration: underline;
}
.product-submenu .panel .product-submenu_image {
  position: absolute;
  left: 15px;
  top: 15px;
}
.product-submenu .panel.product-submenu_case .product-submenu_image {
  top: 7px;
}

.product-large {
  padding: 8px;
}
.product-large a {
  display: block;
  padding-right: 30px;
}
.product-large a span {
  display: table-cell;
  vertical-align: middle;
}
.product-large a .top-menu_panel_main {
  padding-left: 20px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  color: #555;
}
.product-large:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  right: 10px;
  background-image: url(../img/icon_title03.png);
  background-repeat: no-repeat;
  background-position: right center;
  z-index: -1;
}

.btnArea.comp-facet {
  overflow: hidden;
  margin-bottom: 20px;
}
.btnArea.comp-facet a.btn,
.btnArea.comp-facet form {
  float: right;
  margin-left: 15px;
  position: relative;
}
.btnArea.comp-facet form input.add-comp-list {
  padding: 8px 40px 8px 15px;
  font-size: 15px;
}
.btnArea.comp-facet form:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon-add-comp.png) no-repeat;
}
.btnArea.comp-facet form:hover:after {
  opacity: 0.7;
  -moz-box-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.product-cat_header {
  position: relative;
}
.product-cat_header .tit-dark {
  margin-bottom: 0;
}
.product-cat_header .hedaer_main {
  margin-bottom: 10px;
  border-bottom: 2px solid #009acf;
}
.product-cat_header .hedaer_main .middle-cat-name {
  font-size: 16px;
  display: block;
  padding: 7px 50px;
  font-weight: bold;
  color: #fff;
  background-color: #009acf;
  display: inline-block;
}
.product-cat_header .hedaer_main ul:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.product-cat_header .hedaer_main li {
  float: left;
  text-align: center;
  width: 33.33%;
}
.product-cat_header .hedaer_main li a {
  font-size: 16px;
  color: #009acf;
  background-color: #d6f0f9;
  display: block;
  padding: 7px 50px;
}
.product-cat_header .hedaer_main li.current a {
  font-weight: bold;
  color: #fff;
  background-color: #009acf;
}
.product-cat_header .header_sub {
  display: table;
  width: 100%;
}
.product-cat_header .header_sub .header_nav, .product-cat_header .header_sub .header_links {
  display: table-cell;
  vertical-align: top;
}
.product-cat_header .header_sub .header_links {
  text-align: right;
  white-space: nowrap;
}
.product-cat_header .header_nav {
  max-width: 610px;
  padding-right: 15px;
}
.product-cat_header .header_nav ul {
  margin-left: -20px;
}
.product-cat_header .header_nav ul:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.product-cat_header .header_nav ul li {
  color: #009acf;
  float: left;
  font-weight: bold;
  margin: 3px 0 0 20px;
}
.product-cat_header .header_nav ul li a {
  text-decoration: underline;
  background-image: url(../img/icon11.png);
  background-position: left center;
  padding-left: 18px;
}
.product-cat_header .header_links ul li {
  display: inline-block;
}
.product-cat_header .header_links ul li + li {
  margin-left: 12px;
}
.product-cat_header .header_links ul li a.btn {
  font-size: 13px;
  border-radius: 5px;
  padding: 10px 7px 10px 40px;
  background-size: 25px auto;
  background-position: 10px center;
}
.product-cat_header .header_links ul li a.btn-sinple--matrix {
  background-image: url(../img/pageicon_matrix.png);
}
.product-cat_header .header_links ul li a.btn-sinple--catalog {
  background-image: url(../img/pageicon_catalog.png);
}

.product-cat_functional-links {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.product-cat_functional-links .btn + .btn {
  margin-left: 12px;
}

.product-cat_body {
  margin-top: 35px;
}
.product-cat_body .tit-dark {
  margin-bottom: 15px;
}
.product-cat_body .product-cat_item {
  font-size: 13px;
  border: 1px solid #d0d0d0;
  padding: 10px 175px 10px 106px;
  position: relative;
  min-height: 98px;
}
.product-cat_body .product-cat_item .item_title {
  font-size: 16px;
  font-weight: bold;
  color: #009acf;
  margin-bottom: 5px;
  text-decoration: underline;
}
.product-cat_body .product-cat_item .btnArea {
  font-size: 15px;
  width: 140px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-cat_body .product-cat_item .btnArea a.btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.product-cat_body .product-cat_item .btnArea .btn + .btn {
  margin-top: 12px;
}
.product-cat_body .product-cat_item .item_thumb {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-cat_body .product-cat_item + .product-cat_item {
  margin-top: 7px;
}
.product-cat_body .cat_group_lead {
  margin-bottom: 25px;
}

.product-cat_group + .product-cat_group {
  margin-top: 45px;
}

.product-cat_footer {
  margin-top: 60px;
}

.product-cat_footer_lead {
  margin-bottom: 30px;
}

.video-link-card {
  align-items: flex-start;
  background-color: #fbfbfb;
  border: 1px solid #d0d0d0;
  display: flex;
  padding: 10px;
}
.video-link-card__image {
  flex-shrink: 0;
}
.video-link-card__summary {
  flex-grow: 1;
  margin-left: 20px;
}
.video-link-card__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.video-link-card__title a {
  background-image: url(../img/icon06.png);
  background-position: right 2px;
  display: inline-block;
  padding-right: 23px;
}
* + .video-link-card {
  margin-top: 20px;
}

.product-tips {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.product-tips .btnArea.comp-facet {
  margin-bottom: 0;
}

.product-copy {
  font-size: 15px;
  font-weight: bold;
}

.product-header {
  margin-bottom: 15px;
}
.product-header .product-cat-mini {
  font-size: 14px;
  margin-bottom: 5px;
}
.product-header .product-copy {
  margin-top: 10px;
}

.product-face {
  position: relative;
}
.product-face:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.product-face .face_main {
  width: 432px;
  float: right;
}
.product-face .face_side {
  width: 275px;
  float: left;
}
.product-face .btnArea {
  margin-top: 15px;
}
.product-face .btnArea:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.product-face .btn-item {
  float: left;
}
.product-face .btn-item .btn {
  width: 135px;
  height: 45px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #ffffff; /* Old browsers */
  background: linear-gradient(to bottom, #ffffff 1%, #f9f9f9 100%);
}
.product-face .btn-item .btn-catalog {
  padding-top: 13px;
}
.product-face .btn-item + .btn-item {
  margin-left: 5px;
}

.face_main ul li {
  font-size: 13px;
}
.face_main ul li + li {
  margin-top: 3px;
}
.face_main h3 ~ h3 {
  margin-top: 20px;
}
.face_main .product-copy {
  font-size: 15px;
}
.face_main .product-copy + ul {
  margin-top: 10px;
}

ul.product-label {
  margin: 15px -3px 0 -3px;
}
ul.product-label li {
  background-image: none !important;
  margin: 5px 3px;
  padding: 3px 10px;
  display: inline-block;
  border: 1px solid #999;
  background-color: #f8f8f8;
}

ul.product-icon {
  margin-top: 15px;
}
ul.product-icon li {
  display: inline-block;
  list-style-type: none;
}
ul.product-icon li + li {
  margin-left: 10px;
}

.block-specification table tr th {
  background-color: #e6f8fe;
}
.block-specification table tr th span {
  display: inline-block;
}
.block-specification table tr th, .block-specification table tr td {
  font-size: 13px;
  font-weight: normal;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  padding: 6px;
}
.block-specification table + .txt-att {
  margin-top: -20px;
}

.block-part_number .btn-vivid {
  font-size: 15px;
}
.block-part_number .btn-hard {
  font-size: 12px;
  padding: 7px;
}
.block-part_number th, .block-part_number td {
  vertical-align: middle;
}
.block-part_number th.col-btn {
  white-space: nowrap;
}
.block-part_number td.col-btn {
  padding: 7px 7px;
}
.block-part_number td .btn {
  text-align: center;
  margin-top: 0;
}
.block-part_number td.col-data {
  white-space: nowrap;
}
.block-part_number .btnArea {
  text-align: right;
}
.block-part_number th.col-data {
  white-space: nowrap;
}
.block-part_number span.part_number-empty {
  font-size: 12px;
}

td.col-btn .btn {
  cursor: pointer;
  max-width: 135px;
  width: 100%;
  outline: none;
}

.product-cad {
  margin-top: 25px;
  border-bottom: 1px dotted #ccc;
}
.product-cad .cad_item {
  border-top: 1px dotted #ccc;
  padding: 10px 0 10px 10px;
}
.product-cad .cad_item:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.product-cad .cad_item .cad_item_name {
  display: inline-block;
  background-image: url(../img/icon07-cad.png);
  background-position: left center;
  min-height: 16px;
  padding-left: 25px;
}
.product-cad .cad_item .btn {
  float: right;
}

.product-document {
  margin-top: 25px;
  margin-right: -22px;
}
.product-document:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.product-document .document_item {
  background-color: #fbfbfb;
  border: 1px solid #d0d0d0;
  border-top: 5px solid #009acf;
  padding: 7px;
  position: relative;
}
.product-document .document_item:hover {
  opacity: 0.85;
  -moz-box-opacity: 0.85;
  -webkit-opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}
.product-document dl {
  padding-left: 5px;
  padding-bottom: 45px;
}
.product-document dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-document dd {
  font-size: 13px;
}
.product-document .document_item_footer {
  position: absolute;
  bottom: 7px;
  left: 7px;
  right: 7px;
}
.product-document .document_item_footer .btn {
  width: 100px;
  text-align: center;
}
.product-document .document_item_footer .link {
  position: absolute;
  right: 5px;
  top: 5px;
}

.d3pdf_button a {
  display: inline-block;
}

.d3pdf_att {
  align-items: center;
  display: flex;
}

a.d3pdf_att_button {
  flex-shrink: 0;
  margin-left: 10px;
  margin-top: 0;
}
a.d3pdf_att_button img {
  height: auto;
  width: 30px;
}

.d3pdf_modal {
  display: none;
  padding: 30px;
}

#cboxLoadedContent .d3pdf_modal {
  display: block;
}

.d3pdf_modal_title {
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
}

.d3pdf_modal_body {
  display: flex;
  margin-top: 15px;
}

.d3pdf_modal_summary * + * {
  margin-top: 10px;
}
.d3pdf_modal_summary .summary_headding {
  font-size: 16px;
  margin-bottom: 10px;
}
.d3pdf_modal_summary .summary_headding ~ .summary_headding {
  margin-top: 15px;
}
.d3pdf_modal_summary ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.d3pdf_modal_summary ul li:before {
  content: "・";
}
.d3pdf_modal_summary ul li + li {
  margin-top: 5px;
}
.d3pdf_modal_summary a {
  text-decoration: underline;
}
.d3pdf_modal_summary p.d3pdf_modal_link {
  margin-top: 25px;
}

.d3pdf_modal_iamge {
  flex-shrink: 0;
  margin-left: 25px;
}
.d3pdf_modal_iamge img {
  height: auto;
  width: 450px;
}

.d3pdf_modal_adobe {
  align-items: flex-start;
  display: flex;
  margin-top: 30px;
}

.d3pdf_modal_adobe_bnr {
  flex-shrink: 0;
  margin-right: 20px;
}

.product-related:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.product-related .related_item {
  font-size: 12px;
  min-height: 76px;
  padding: 2px 2px 2px 78px;
  border: 1px solid #d0d0d0;
  position: relative;
}
.product-related .related_item a {
  display: block;
}
.product-related .related_item a:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.product-related .related_item dl {
  padding-top: 6px;
}
.product-related .related_item dt {
  font-weight: bold;
  margin-bottom: 3px;
}
.product-related .related_item img {
  position: absolute;
  top: 2px;
  left: 2px;
}

#done,
#done_cmp,
#done_samplebox {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  background-color: #d65600;
  border-bottom: 5px double #d65600;
  margin-top: 0;
  padding: 20px 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

@media screen and (max-width: 640px) {
  #done,
  #done_cmp,
  #done_samplebox {
    font-size: 42px;
    padding-top: 100%;
    bottom: 50%;
  }
}
.applications-block h2 {
  margin-top: 35px;
}
.applications-block .columwrap {
  width: 760px;
  margin-left: -17px;
  margin-top: -20px;
}
.applications-block .columwrap .applications-list {
  width: 235px;
  margin: 20px 0 0 17px;
}
.applications-block .columwrap .applications-list .btnArea a {
  width: 235px;
  height: 29px;
  border-bottom: 3px solid #0091c2;
  box-sizing: border-box;
}
.applications-block .columwrap .applications-list .btnArea a:after {
  position: absolute;
  right: 7px;
}
.applications-block .columwrap .applications-list .applications-illust {
  border: 1px solid #d0d0d0;
  border-top: none;
}

.product-inq_summary p + p {
  margin-top: 0;
}

.applications .default-styleArea .app-link-pic {
  width: 450px;
}
.applications .default-styleArea .app-link-pic .note-link-number {
  display: none;
}
.applications .default-styleArea table td {
  vertical-align: top;
  font-size: 90%;
  width: 20%;
  font-weight: bold;
}
.applications .default-styleArea table td img {
  display: block;
  margin: 5px 0;
  width: auto;
  height: 95px;
}

.applications .popheader {
  width: 200px;
  background: #F9FDFE;
  border-top: 2px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 3px solid #0099CC;
  font-weight: bold;
  padding: 3px;
}
.applications .popbody {
  width: 200px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 3px;
}
.applications .popbody img {
  displlay: block;
  margin: 0 auto;
  height: auto;
  width: 138px;
}

.heat_list.matrix_html .default-styleArea .matrix-table-title {
  padding-top: 15px;
}
.heat_list.matrix_html .default-styleArea table {
  font-size: 11px;
  margin-top: 5px;
}
.heat_list.matrix_html .default-styleArea table th:first-child {
  width: 123px;
}

#thumb img {
  height: auto;
  max-width: 275px;
}

.heat-list-selector > h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #999;
}
.heat-list-selector > h3 span {
  font-size: 1.6rem;
  padding: 0 15px 0 0;
}
.heat-list-selector > h3 ~ h3 {
  margin-top: 40px;
}
.heat-list-selector .selector-content {
  display: flex;
  justify-content: space-between;
}
.heat-list-selector .selector-content__left {
  width: 200px;
}
.heat-list-selector .selector-content__left img {
  display: block;
  width: 100%;
  height: auto;
}
.heat-list-selector .selector-content__right {
  width: 500px;
  background: #eaeaea;
  padding: 20px;
}
.heat-list-selector .selector-content__right table tr {
  display: block;
}
.heat-list-selector .selector-content__right table tr ~ tr {
  margin: 20px 0 0;
}
.heat-list-selector .selector-content__right table tr th {
  font-size: 1rem;
}
.heat-list-selector .selector-content__right table tr th sup {
  color: #d65600;
}
.heat-list-selector .selector-content__right table tr td .note {
  margin: 5px 0 0;
}
.heat-list-selector .selector-content__right table tr td .selector-unit {
  padding-left: 7px;
}
.heat-list-selector .selector-content__right table tr:not(.block) th {
  width: 180px;
  text-align: left;
}
.heat-list-selector .selector-content__right table tr:not(.block) td {
  width: 280px;
}
.heat-list-selector .selector-content__right table tr:not(.block) td input[type=number] {
  width: 100px;
}
.heat-list-selector .selector-content__right table tr.block th, .heat-list-selector .selector-content__right table tr.block td {
  display: block;
  text-align: left;
}
.heat-list-selector .selector-content__right table tr.block th {
  margin-bottom: 10px;
}
.heat-list-selector .selector-content__right table tr.block td select {
  color: unset;
  width: 100%;
}

.selector-bottom {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.selector-bottom .note {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
.selector-bottom .note sup {
  color: #d65600;
}
.selector-bottom > div {
  display: flex;
  justify-content: space-between;
  width: 430px;
}
.selector-bottom #btn_reset {
  background: #fff;
  color: unset;
}
.selector-bottom #btn_calc:not(:disabled) {
  background: #009acf;
  border-color: #009acf;
  color: #fff;
}
.selector-bottom input[type=button] {
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: bold;
  width: 200px;
}
.selector-bottom input[type=button]:hover {
  cursor: pointer;
}

.selector-result {
  display: flex;
  border: 3px solid #848484;
  align-items: center;
  justify-content: space-evenly;
  margin: 50px 0 0;
  padding: 20px 0;
}
.selector-result h3 {
  margin-bottom: 0;
}
.selector-result .resultCategory01 {
  display: flex;
}
.selector-result .resultCategory01 .resultContents {
  display: flex;
  align-items: center;
}
.selector-result .resultCategory01 .resultContents + * {
  margin: 0 0 0 40px;
}
.selector-result .resultCategory01 .resultContents p {
  margin-top: 0;
}
.selector-result .resultCategory01 .resultContents p strong {
  font-weight: bold;
  font-size: 1.3rem;
}
.selector-result .resultCategory01 .resultContents p.resultTextBox {
  margin: 0 0 0 15px;
  font-size: 1.6rem;
  color: #d65600;
  font-weight: bold;
}
.selector-result .resultCategory01 .resultContents p.resultTextBox + p {
  margin: 0 0 0 10px;
}

.info-inquiry {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
}

.select-products {
  margin: 40px 0 0;
  display: none;
}
.select-products.is-open {
  display: block;
}
.select-products h3 {
  font-size: 21px;
  border-bottom: 2px solid #000;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 6px;
  padding-left: 15px;
  position: relative;
}
.select-products h3:before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  background: #009acf; /* Old browsers */
  background: linear-gradient(to bottom, #009acf 0%, #4cd1ff 50%, #009acf 100%);
}
.select-products__list {
  display: none;
}
.select-products__list.is-open {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
.select-products__item {
  display: flex;
  justify-content: space-between;
  width: 360px;
  padding: 14px;
  border: 1px solid #ccc;
  margin: 20px 0 0 20px;
}
.select-products--img {
  width: 100px;
}
.select-products--img img {
  height: auto;
  width: 100%;
  display: block;
}
.select-products--txt {
  width: 210px;
}
.select-products--txt h4 {
  font-size: 1rem;
}
.select-products--txt p {
  margin: 6px 0 0;
}
.select-products--txt .btnArea {
  margin: 8px 0 0;
}

.video_embed {
  margin-bottom: 20px;
}

.video_product_container {
  margin-top: 60px;
}

.video_product {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.video_product_item {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  width: 355px;
}
.video_product_item .item_image {
  flex-shrink: 0;
  width: 100px;
}
.video_product_item .item_image img {
  height: auto;
  max-width: 100%;
}
.video_product_item .item_main {
  margin-left: 15px;
  width: calc(100% - 100px);
}
.video_product_item .item_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.video_product_item .item_title a:hover {
  opacity: 0.7;
}
.video_product_item .item_category {
  color: #666;
  margin-bottom: 2px;
}
.video_product_item .item_summary {
  font-size: 13px;
}
.video_product_item .btnArea {
  margin-top: 10px;
  text-align: right;
}
.video_product_item .btnArea .btn {
  padding: 3px 5px;
}
.video_product_item:nth-child(even) {
  margin-left: 30px;
}
.video_product_item:nth-child(2) ~ .video_product_item {
  margin-top: 16px;
}

.selector-conductor {
  background-image: url(../img/product/image_selector01.png);
  background-repeat: no-repeat;
  background-position: right 20px top 15px;
  border: 1px solid #666;
  padding: 20px 270px 30px 20px;
}
.selector-conductor h4.selector-conductor__title {
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
}
.default-styleArea * + .selector-conductor {
  margin-top: 20px;
}
.selector-conductor .selector-conductor__link {
  margin-top: 15px;
}

.selector-conductor + .product-cat_header {
  margin-top: 30px;
}

.selector-conductor.on-middle-cate {
  background-size: 186px auto;
  background-position: right 32px top 13px;
  padding: 15px 270px 20px 20px;
}

/*EMCソリューションサービスバナー*/
.emc-bnr-area {
  margin: 60px 0;
}

.download-entrance-lead {
  background-image: url(../img/product/img_download_entrance01.png);
  background-position: right 15px center;
  min-height: 72px;
}

.download-entrance-list {
  margin-top: 35px;
}
.download-entrance-list .dl-header {
  margin-bottom: 25px;
}
.download-entrance-list .dl-header .link-tip {
  text-decoration: underline;
}
.download-entrance-list .dl-header .link + .link {
  margin-left: 15px;
}
.download-entrance-list h3 ~ h3 {
  margin-top: 45px;
}
.download-entrance-list h3 + p {
  margin: 20px 0;
}
.download-entrance-list .media-left {
  padding-right: 15px;
}
.download-entrance-list .media-body h4 {
  font-size: 14px;
  font-weight: bold;
}
.download-entrance-list .media-body h4 a {
  text-decoration: none;
}
.download-entrance-list .media-body h4 a:hover {
  opacity: 0.7;
}
.download-entrance-list .colum img {
  height: auto;
  width: 55px;
}

ul.middlecat-download-skip-list {
  font-size: 18px;
  margin: 25px 0;
}
ul.middlecat-download-skip-list li {
  display: inline-block;
  vertical-align: top;
}
ul.middlecat-download-skip-list li a {
  background-image: url(../img/icon11.png);
  background-position: 53% bottom;
  background-size: 7px auto;
  color: #009acf;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  padding: 0 5px 8px 5px;
}
ul.middlecat-download-skip-list li + li {
  margin-left: 8px;
}

.middlecat-download-container {
  margin-top: 45px;
}

.middlecat-download-group {
  border: 1px solid #ddd;
}
.middlecat-download-group .group-name {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  padding: 15px;
}
.middlecat-download-group .group-name:after {
  border: 2px solid #999;
  background-image: url(../img/icon_plus.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 20px;
  transform: rotate(0deg);
  transition: transform 0.5s ease-out;
  width: 20px;
}
.middlecat-download-group .group-name.is-open::after {
  transform: rotate(225deg);
}

.middlecat-download-group + .middlecat-download-group {
  margin-top: 15px;
}

.middlecat-download-list {
  display: none;
  padding: 0 15px 15px 15px;
}

.middlecat-download-list-item,
.middlecat-download-list-head {
  align-items: center;
  display: flex;
}
.middlecat-download-list-item > div,
.middlecat-download-list-head > div {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7px 10px;
  vertical-align: middle;
  word-break: break-word;
}
.middlecat-download-list-item .item-name,
.middlecat-download-list-head .item-name {
  flex-basis: 100px;
  flex-grow: 1;
  padding-right: 10px;
}
.middlecat-download-list-item .item-data,
.middlecat-download-list-head .item-data {
  flex: 1;
  text-align: center;
}
.middlecat-download-list-item .item-data,
.middlecat-download-list-head .item-data {
  border-right: 1px solid #eee;
}
.middlecat-download-list-item .item-btn,
.middlecat-download-list-head .item-btn {
  padding: 7px 7px;
  text-align: center;
  width: 120px;
}
.middlecat-download-list-item .item-btn .btn,
.middlecat-download-list-head .item-btn .btn {
  width: 100%;
}
.middlecat-download-list-item .item-btn .btn-vivid,
.middlecat-download-list-head .item-btn .btn-vivid {
  font-size: 12px;
}
.middlecat-download-list-item .item-btn .btn-hard,
.middlecat-download-list-head .item-btn .btn-hard {
  font-size: 12px;
}
.middlecat-download-list-item .item-btn + .item-btn,
.middlecat-download-list-head .item-btn + .item-btn {
  border-left: 1px solid #eee;
}
.middlecat-download-list-item .item-name + .item-data,
.middlecat-download-list-head .item-name + .item-data {
  border-left: 1px solid #eee;
}
.middlecat-download-list-item .item-btn-empty,
.middlecat-download-list-head .item-btn-empty {
  font-size: 13px;
}

.middlecat-download-list-item + .middlecat-download-list-item {
  border-top: 1px dashed #ddd;
}

.middlecat-download-list-head {
  border-bottom: 1px solid #ddd;
  color: #009acf;
  font-size: 13px;
  padding: 0;
  text-align: center;
}
.middlecat-download-list-head .item-name {
  text-align: left;
}

.middlecat-download-aside {
  margin-top: 50px;
}
.middlecat-download-aside .media-left {
  padding-right: 15px;
}
.middlecat-download-aside .media-body h4 {
  font-size: 14px;
  font-weight: bold;
}
.middlecat-download-aside .media-body h4 a {
  text-decoration: none;
}
.middlecat-download-aside .media-body h4 a:hover {
  opacity: 0.7;
}
.middlecat-download-aside .colum img {
  height: auto;
  width: 55px;
}
.middlecat-download-aside .colum.current {
  background-color: #e6e6e6;
}
.middlecat-download-aside .colum.current a {
  pointer-events: none;
}

/* シルバースケール
 ------------------------------ */
body.silverscale article * + *:not(br),
body.silverscale2 article * + *:not(br) {
  margin-top: 15px;
}
body.silverscale article a,
body.silverscale2 article a {
  text-decoration: underline;
}
body.silverscale article .text-center,
body.silverscale2 article .text-center {
  text-align: center;
}
body.silverscale article .anchor-list,
body.silverscale2 article .anchor-list {
  display: flex;
  flex-wrap: wrap;
}
body.silverscale article .anchor-list li,
body.silverscale2 article .anchor-list li {
  margin-top: 0;
}
body.silverscale article .download_box,
body.silverscale2 article .download_box {
  display: flex;
  gap: 0 24px;
  padding-top: 15px;
}
body.silverscale article .download_box div:nth-child(1),
body.silverscale2 article .download_box div:nth-child(1) {
  width: 100%;
}
body.silverscale article .download_box div:nth-child(2),
body.silverscale2 article .download_box div:nth-child(2) {
  width: 120px;
  margin-top: 0;
}
body.silverscale article .download_box div:nth-child(2) img,
body.silverscale2 article .download_box div:nth-child(2) img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
}
body.silverscale article h3 ~ h3,
body.silverscale2 article h3 ~ h3 {
  margin-top: 50px;
}
body.silverscale article h3.tit-sky,
body.silverscale2 article h3.tit-sky {
  font-size: 21px;
  border-bottom: 2px solid #000;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 6px;
  padding-left: 15px;
  position: relative;
}
body.silverscale article h3.tit-sky::before,
body.silverscale2 article h3.tit-sky::before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  background: #009acf;
  background: linear-gradient(to bottom, #009acf 0%, #4cd1ff 50%, #009acf 100%);
}
body.silverscale article h4,
body.silverscale2 article h4 {
  font-size: 18px;
  color: #009acf;
  font-weight: bold;
  margin-bottom: 10px;
}
body.silverscale article h4 ~ h4,
body.silverscale2 article h4 ~ h4 {
  margin-top: 35px;
}
body.silverscale article p + table,
body.silverscale2 article p + table {
  margin-top: 25px;
}
body.silverscale article table,
body.silverscale2 article table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
body.silverscale article table caption,
body.silverscale2 article table caption {
  font-size: 13px;
  margin-bottom: 3px;
  text-align: left;
}
body.silverscale article table th, body.silverscale article table td,
body.silverscale2 article table th,
body.silverscale2 article table td {
  border: 1px solid #ccc;
  word-break: break-word;
}
body.silverscale article table td,
body.silverscale2 article table td {
  padding: 7px 10px;
}
body.silverscale article table th,
body.silverscale2 article table th {
  background-color: #f8f8f8;
  padding: 7px 15px;
}
body.silverscale article table tr:first-child th,
body.silverscale2 article table tr:first-child th {
  background-color: #e6f8fe;
}
body.silverscale article table.th-middle tr:nth-child(n+2) th,
body.silverscale2 article table.th-middle tr:nth-child(n+2) th {
  vertical-align: middle;
}
body.silverscale article section#product-inq,
body.silverscale2 article section#product-inq {
  margin-top: 60px;
}

.search #main #result {
  font-size: 85%;
}
.search #main #result table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  table-layout: fixed;
}
.search #main #result thead th {
  background: #ececec;
  border-left: 1px solid #ccc;
  vertical-align: middle;
  padding: 3px;
}
.search #main #result thead th span {
  display: block;
}
.search #main #result thead .title {
  width: 120px;
}
.search #main #result thead .description {
  width: 170px;
}
.search #main #result thead .thickness {
  width: 108px;
}
.search #main #result thead .link-btn {
  width: 123px;
}
.search #main #result tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.search #main #result tbody td {
  padding: 12px 7px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.search #main #result tbody td span {
  display: block;
  text-align: center;
}
.search #main #result tbody td:first-child a {
  display: block;
  text-align: center;
}
.search #main #result tbody td:first-child a + a {
  margin-top: 4px;
}
.search #main #result tbody td:last-child > * {
  display: block;
}
.search #main #result tbody td:last-child > * + * {
  margin-top: 9px;
}
.search #main #result tbody td:last-child .btn-catalog {
  border: 1px solid #d0d0d0;
}
.search #main #result tbody td:last-child .btn-catalog:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  margin-right: 3px;
}
.search #main #result tbody td:last-child .btn-catalog:after {
  margin-left: 6px;
}
.search #main #result tbody td:last-child .add-comp-list {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: left;
  padding: 7px 5px;
}
.search #main #result tbody td form {
  position: relative;
}
.search #main #result tbody td form:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 7px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon-add-comp.png) no-repeat;
}
.search #main #result tbody td form:hover:after {
  opacity: 0.7;
  -moz-box-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.search #main .faceted-search-box {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.search #main .faceted-search-box .count {
  order: 1;
}
.search #main .faceted-search-box form {
  margin-left: 55px;
  margin-right: auto;
  order: 2;
}
.search #main .faceted-search-box .btn-cart2 {
  border-width: 1px;
  margin-left: auto;
  margin-right: 15px;
  order: 3;
}
.search #main .faceted-search-box .btn.comparison {
  order: 4;
}
.search #main .faceted-search-box > form select {
  height: 32px;
}
.search #main .faceted-search-box > .count {
  left: 0;
  height: 32px;
  padding-top: 16px;
}
.search #main .faceted-search-box > .count span {
  font-size: 29px;
  font-weight: bold;
  color: #009acf;
  padding-right: 2px;
  margin-top: -18px;
  display: inline-block;
}
.search #main .product-cat_footer ul {
  margin: -15px 0 0 -15px;
  overflow: hidden;
}
.search #main .product-cat_footer ul li {
  float: left;
  margin: 15px 0 0 15px;
}
.search #sidemenu form > p {
  font-weight: bold;
  font-size: 16px;
  color: #009acf;
}
.search #sidemenu form select {
  margin: 4px 0 26px;
  width: 225px;
}
.search #sidemenu form .faceted-list-navi-box {
  border: 1px solid #ccc;
  padding-bottom: 20px;
}
.search #sidemenu form .faceted-list-navi-box .faceted-head-navi {
  padding: 12px 18px;
  background: #009acf;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  font-size: 16px;
}
.search #sidemenu form .faceted-list-navi-box .faceted-head-navi input {
  color: #333;
  margin: 0 0 0 10px;
  z-index: 100;
  width: 70px;
}
.search #sidemenu form .faceted-list-navi-box .faceted-head-navi input:disabled {
  color: #999;
}
.search #sidemenu form .faceted-list-navi-box .faceted-head-navi input:hover {
  opacity: 1;
  -moz-box-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: #7f7f7f;
  background: #fdfdfd;
}
.search #sidemenu fieldset {
  padding: 0 18px;
}
.search #sidemenu fieldset legend {
  font-weight: bold;
}
.search #sidemenu fieldset ~ fieldset {
  margin-top: 30px;
}
.search #sidemenu label {
  display: inline-block;
  font-weight: normal;
  font-size: 90%;
}

/*------------------------------------------------------------
  ファセット検索メニュー下　アクションエリア（サンプル請求BOX、比較表を見るボタン）
------------------------------------------------------------*/
.faceted-side-action {
  margin: 25px 0;
  width: 225px;
  z-index: 1000;
}
.faceted-side-action .btn {
  font-size: 15px;
  width: 100%;
}
.faceted-side-action .btn-cart3,
.faceted-side-action .btn.comparison2 {
  height: 50px;
}
.faceted-side-action li + li {
  margin-top: 15px;
}
.faceted-side-action.fixed {
  background: #fff;
  padding: 5px 0;
  position: fixed;
  top: 0;
}
.faceted-side-action.absolute {
  bottom: 0;
  position: absolute;
  margin-bottom: 0;
}

/*------------------------------------------------------------
  ファセット検索拡張用（品番）
------------------------------------------------------------*/
.result-product + .result-product {
  margin-top: 30px;
}

.result-pn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.result-pn {
  align-items: flex-start;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 7px;
  width: 365px;
}
.result-pn p {
  margin-top: 0;
}
.result-pn .pn_title {
  align-self: center;
  width: 70px;
  margin-right: auto;
}
.result-pn .pn_height,
.result-pn .pn_width {
  flex: 1;
}
.result-pn .pn_height,
.result-pn .pn_width,
.result-pn .pn_thickness {
  font-size: 14px;
  margin: 0 3px;
  text-align: center;
  white-space: nowrap;
}
.result-pn .pn_height span,
.result-pn .pn_width span,
.result-pn .pn_thickness span {
  color: #666;
  display: block;
  font-size: 11px;
}
.result-pn .pn_multiplication {
  align-self: center;
  font-size: 15px;
}
.result-pn .pn_samplebox {
  margin-left: 10px;
  width: 65px;
}
.result-pn .pn_samplebox .btn {
  font-size: 11px;
  line-height: 1.3;
  width: 100%;
}

.search_pn_button + .search_pn_modal {
  display: none;
}

.search_pn_conditions {
  display: table;
  font-size: 90%;
  margin: 5px 3px 0 0;
  width: 100%;
}
.search_pn_conditions .conditions_item {
  display: table-row;
}
.search_pn_conditions .conditions_item > span {
  display: table-cell;
  padding: 3px 0;
}
.search_pn_conditions .conditions_item > span:first-child {
  padding-right: 12px;
  width: 0;
  white-space: nowrap;
}
.search_pn_conditions .conditions_item > span:first-child:before {
  content: "・";
}

.search_pn_button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  margin: 10px 18px 0;
  text-align: left;
  text-decoration: underline;
  padding: 0;
}
.search_pn_button:before {
  background-image: url(../img/icon_edit.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left 2px;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 5px;
  padding-top: 4px;
  width: 15px;
}

.search_pn_modal {
  padding: 45px 60px;
}
.search_pn_modal input[type=number]::-webkit-inner-spin-button,
.search_pn_modal input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.search_pn_modal input[type=number] {
  -moz-appearance: textfield;
}
.search_pn_modal .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}
.search_pn_modal .lead {
  text-align: center;
}
.search_pn_modal .standard {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.search_pn_modal .standard .standard__title {
  font-size: 15px;
  font-weight: bold;
  margin-right: 25px;
}
.search_pn_modal .standard li {
  align-items: center;
  display: inline-flex;
  vertical-align: top;
}
.search_pn_modal .standard li input[type=radio],
.search_pn_modal .standard li label {
  cursor: pointer;
}
.search_pn_modal .standard li input[type=radio] {
  margin: 0;
}
.search_pn_modal .standard li label {
  font-weight: bold;
  margin-left: 7px;
}
.search_pn_modal .standard li + li {
  margin-left: 25px;
}
.search_pn_modal .inputs-container {
  height: 42px;
  position: relative;
}
.search_pn_modal .inputs {
  align-items: flex-start;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
}
.search_pn_modal .inputs dl {
  align-items: center;
  border: 1px solid #666;
  display: flex;
  flex: 1;
  height: 100%;
}
.search_pn_modal .inputs dl dt, .search_pn_modal .inputs dl dd {
  height: 100%;
}
.search_pn_modal .inputs dl dt {
  align-items: center;
  align-self: stretch;
  border-right: 1px solid #666;
  display: flex;
  font-weight: normal;
  justify-content: center;
  text-align: center;
  width: 6em;
}
.search_pn_modal .inputs dl dd {
  align-items: center;
  display: flex;
}
.search_pn_modal .inputs dl .unit {
  margin: 0 10px;
  white-space: nowrap;
}
.search_pn_modal .inputs dl input {
  border: none;
  color: unset;
  height: 100%;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.search_pn_modal .inputs dl input:focus, .search_pn_modal .inputs dl input:focus-visible {
  background-color: #eff6f9;
  outline: none;
}
.search_pn_modal .inputs dl input::placeholder {
  color: #999;
  font-size: 13px;
}
.search_pn_modal .inputs dl + dl {
  margin-left: 15px;
}
.search_pn_modal .inputs--sq dl [data-type=weight] + .unit {
  margin-left: 4px;
}
.search_pn_modal .awg-standard {
  align-items: center;
  background-image: url(../img/icon_pulldown.png);
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-right: 10px;
  width: 100%;
}
.search_pn_modal .awg-standard.is-active {
  background-color: #eff6f9;
}
.search_pn_modal .awg-selector {
  background-color: #eff6f9;
  border: 1px solid #999;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 41px;
}
.search_pn_modal .awg-selector ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.search_pn_modal .awg-selector ul li {
  padding: 7px 0;
  text-align: center;
  width: 11.11%;
}
.search_pn_modal .awg-selector ul li span {
  cursor: pointer;
  text-decoration: underline;
}
.search_pn_modal .message {
  color: #ff0000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.search_pn_modal .button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.search_pn_modal .button button {
  cursor: pointer;
  height: 40px;
  width: 150px;
}
.search_pn_modal .button button + button {
  margin-left: 20px;
}
.search_pn_modal .modal-decision-button {
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.search_pn_modal .modal-lift-button {
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  font-size: 18px;
}

.search_cable_modal .inputs dl dt, .search_cable_modal .inputs dl dd {
  flex: 1;
}

.search-cable-colorbox #cboxLoadedContent {
  overflow: visible !important;
}

.pn-area-check {
  background: #eee;
  margin-top: 13px;
  padding: 7px;
  width: 100%;
}

#cableTotalCheck {
  position: fixed;
  top: 50%;
  right: 0;
  background: #ccc;
  padding: 10px;
  z-index: 10000;
  transform: translateY(-50%);
}

.comparison #mtrx_table {
  overflow: auto;
  white-space: nowrap;
  width: 990px;
  letter-spacing: -0.5em;
  font-size: 90%;
}
.comparison #mtrx_table .mtrx_row {
  display: inline-block;
  width: 165px;
  border-right: solid 1px #ccc;
  letter-spacing: normal;
}
.comparison #mtrx_table .mtrx_cell {
  display: block;
  padding: 5px;
  border-bottom: solid 1px #ccc;
  white-space: normal;
  text-align: center;
}
.comparison #mtrx_table .mtrx_cell p {
  display: table-cell;
  vertical-align: middle;
}
.comparison #mtrx_table .mtrx_head {
  border-left: solid 1px #ccc;
}
.comparison #mtrx_table .mtrx_head span {
  margin: 0 0 0 2px;
  font-size: 85%;
  letter-spacing: -1px;
  display: inline-block;
}
.comparison #mtrx_table .mtrx_thumb {
  height: 85px;
  border-top: solid 1px #ccc;
  border-bottom: none;
}
.comparison #mtrx_table .mtrx_product {
  border-bottom: none;
}
.comparison #mtrx_table .mtrx_delete {
  cursor: pointer;
}
.comparison #mtrx {
  position: relative;
}
.comparison #mtrx .mtrx_head {
  position: absolute;
  top: 0;
  left: 0;
  background: #eee;
}
.comparison .lead {
  margin-bottom: 12px;
}
.comparison .select-box {
  overflow: hidden;
  margin: 0 0 10px;
}
.comparison .select-box select, .comparison .select-box form {
  float: right;
  margin-left: 15px;
}
.comparison .select-box select {
  height: 35px;
  border-radius: 0;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.comparison #refresh {
  padding: 8px 0;
  text-align: center;
  background-color: #d65600;
  color: #fff;
  font-size: 17px;
  margin-bottom: 20px;
  cursor: pointer;
}
.comparison #empty {
  text-align: center;
  margin: 70px 0;
  font-size: 16px;
}
.comparison .close-btn-box {
  margin: 40px 0 0;
}
.comparison .close-btn-box input {
  font-size: 14px;
  width: 120px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.faq-index {
  margin-left: 14px;
  padding: 10px 0 5px 0;
  border-left: 1px solid #d0d0d0;
}
.faq-index .faq-index_item {
  font-size: 15px;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.faq-index .faq-index_item:after {
  content: url(../img/icon_faq-q.png);
  position: absolute;
  left: -14px;
  top: 5px;
}
.faq-index .faq-index_item a:hover {
  color: #e35418;
}
.faq-index .faq-index_item + .faq-index_item {
  margin-top: 12px;
}

.faq_header {
  margin-bottom: 35px;
  border-bottom: 2px solid #009acf;
  position: relative;
}
.faq_header ul:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.faq_header li {
  float: left;
}
.faq_header li a {
  font-size: 16px;
  color: #009acf;
  background-color: #d6f0f9;
  display: block;
  padding: 7px 50px;
}
.faq_header li.current a {
  font-weight: bold;
  color: #fff;
  background-color: #009acf;
}
.faq_header li + li {
  margin-left: 3px;
}

.faq_body .faq_label {
  margin-bottom: 0;
}
.faq_body .faq_label ~ .faq_label {
  margin-top: 45px;
}

.faq-box {
  background-image: url(../img/bg_faq.png);
  background-position: right top;
  padding: 0 38px 0 65px;
}
.faq-box .faq-box_title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
  position: relative;
}
.faq-box .faq-box_title h2 {
  font-weight: normal;
}
.faq-box .faq-box_title:after {
  content: url(../img/icon_faq-q.png);
  position: absolute;
  left: -55px;
  top: 12px;
}
.faq-box .faq-box_main {
  position: relative;
}
.faq-box .faq-box_main:after {
  content: url(../img/icon_faq-a.png);
  position: absolute;
  left: -33px;
  top: 0;
}

.box-login {
  font-size: 13px;
  border: 1px solid #333;
  margin-top: 45px;
  padding: 15px 30px;
  padding-right: 20px;
}
.box-login:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.box-login .btnArea {
  text-align: center;
  margin: 15px 0;
}
.box-login .box-login_tit {
  font-size: 18px;
  font-weight: bold;
  color: #009acf;
  text-align: center;
  margin-bottom: 20px;
}
.box-login .box-login_main {
  width: 420px;
  float: left;
  border-right: 1px dotted #ccc;
  padding-right: 30px;
}
.box-login .box-login_main .lead {
  margin-bottom: 15px;
}
.box-login .box-login_sub {
  width: 265px;
  float: left;
  padding-left: 15px;
}

.download_title {
  margin-bottom: 30px;
}
.download_title .download_title_main {
  font-size: 23px;
  font-weight: normal;
  color: #009acf;
  position: relative;
}
.download_title .download_title_main .download_title_label {
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
  display: inline-block;
  margin-left: 20px;
  padding: 2px 7px;
}
.download_title .download_title_sub {
  margin-bottom: 3px;
}

.download_description .media-right {
  padding-right: 25px;
}

.document_container {
  margin-top: 25px;
}
.document_container .document_item {
  position: relative;
  border-bottom: 1px dotted #666;
  padding: 12px 195px 12px 40px;
  @inlude clearfix;
}
.document_container .document_item .document_item_name {
  display: inline-block;
}
.document_container .document_item .document_item_name:before {
  content: url(../img/icon10-download.png);
  position: absolute;
  top: 13px;
  left: 10px;
  display: inline-block;
}
.document_container .document_item .document_item_name a:hover {
  text-decoration: underline;
}
.document_container .document_item .btn {
  width: 180px;
  min-height: 28px;
  text-align: center;
  position: absolute;
  top: 9px;
  right: 0;
}

.tech.heat_html .default-styleArea p {
  clear: none;
}
.tech.heat_html .default-styleArea ul li > ul > li {
  background: none;
  list-style: circle;
  list-style-position: inside;
  padding: 0;
}

.howto h4 ~ h4 {
  margin-top: 50px;
}
.howto .media .media-right {
  padding-left: 35px;
}

.news-container .news_time {
  color: #666;
  margin-bottom: 30px;
}
.news-container .btnArea {
  margin-top: 45px;
}

.columwrap.divide-2.catalog .colum {
  background-color: #fbfbfb;
  border: 1px solid #d0d0d0;
  padding: 12px;
}
.columwrap.divide-2.catalog .colum h3 {
  font-size: 18px;
  color: #009acf;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
  position: static;
}
.columwrap.divide-2.catalog .colum h3:before {
  content: initial;
}
.columwrap.divide-2.catalog .colum .btnArea a {
  background-image: url(../img/icon06.png);
  background-position: right center;
  line-height: 16px;
  padding-right: 23px;
  text-decoration: none;
  color: #333;
}
.columwrap.divide-2.catalog .colum .btnArea a:hover {
  text-decoration: underline;
}
.columwrap.divide-2.catalog .colum + .colum {
  margin-top: 0;
}
.columwrap.divide-2.catalog + .btnArea {
  margin-top: 40px;
}

.columwrap.divide-2.catalog .media .media-body p a:after {
  content: initial;
}

.content-search {
  padding-top: 30px;
}
.content-search .box-serch {
  margin-top: 10px;
}

.content-search_title {
  font-size: 28px;
  font-weight: bold;
}

.content-search_box {
  background-color: #e6f8fe;
  padding: 30px 15px;
}
.content-search_box .box_item {
  display: table;
}
.content-search_box .box_item {
  display: table-cell;
}
.content-search_box .box_item input {
  height: 25px;
}
.content-search_box .box_item input[type=submit] {
  margin-right: 15px;
}
.content-search_box .box_item input[type=radio] {
  display: none;
  margin-left: 20px;
}
.content-search_box .box_item input[type=radio]:checked + .radio::before {
  border-color: #666;
}
.content-search_box .box_item input[type=radio]:checked + .radio::after {
  opacity: 1;
}
.content-search_box .box_item label {
  display: inline-block;
}
.content-search_box .box_item .radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px 5px 30px;
  position: relative;
  width: auto;
}
.content-search_box .box_item .radio::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.content-search_box .box_item .radio::after {
  background: #009acf;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 10px;
  margin-top: -3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 8px;
}

.content-search_catch {
  font-size: 21px;
  margin: 30px 0 15px 0;
}
.content-search_catch .feedback strong {
  font-size: 24px;
  color: #009acf;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
}
.content-search_catch .warning {
  font-size: 18px;
}
.content-search_catch .warning strong {
  font-size: 21px;
  color: #009acf;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
}
.content-search_catch .warning .warning_box {
  font-size: 14px;
  margin-top: 15px;
}
.content-search_catch .warning .warning_box .warning_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.content-search_catch .warning .warning_box ul li {
  background-image: url(../img/icon05.png);
  padding-left: 15px;
  background-position: left 4px;
}
.content-search_catch .warning .warning_box ul li + li {
  margin-top: 10px;
}

.content-search_item {
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}
.content-search_item .item_title {
  font-size: 18px;
  color: #009acf;
  margin-bottom: 7px;
}
.content-search_item .item_title.product-title {
  font-weight: bold;
  text-decoration: underline;
}
.content-search_item .item_title + p {
  margin-top: 2px;
}
.content-search_item .item_cate {
  font-size: 11px;
}
.content-search_item .item_cate span + span {
  margin-left: 2px;
}
.content-search_item .item_cate span + span::before {
  content: ">";
  margin-right: 4px;
}
.content-search_item .item_cate + .item_title {
  margin-top: 9px;
}
.content-search_item .item_url {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
.content-search_item + .content-search_item {
  margin-top: 30px;
}

.pagenavigator {
  position: relative;
  padding: 0 75px;
  margin-top: 50px;
}
.pagenavigator .pages span.other {
  display: inline-block;
  margin: 0 7px;
}
.pagenavigator .pages span.current,
.pagenavigator .pages span.other a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.pagenavigator .pages span.current {
  color: #fff;
  background-color: #009acf;
  margin: 0 4px;
}
.pagenavigator .previous,
.pagenavigator .next {
  position: absolute;
  top: 0;
  display: inline-block;
  border: 1px solid #ccc;
}
.pagenavigator .previous a,
.pagenavigator .next a {
  display: inline-block;
  padding: 5px 10px;
}
.pagenavigator .previous {
  left: 0;
}
.pagenavigator .next {
  right: 0;
}

.sitemap-contaier .depth1 h3 {
  font-size: 16px;
  font-weight: bold;
  color: #009acf;
  text-decoration: underline;
  background-image: url(../img/icon11.png);
  background-position: left center;
  margin-bottom: 10px;
  padding-left: 18px;
}
.sitemap-contaier .depth1 + .depth1 {
  margin-top: 40px;
}
.sitemap-contaier ul.depth2 {
  margin-top: -15px;
}
.sitemap-contaier ul.depth2 > li {
  margin: 15px 0 0 25px;
  display: inline-block;
}
.sitemap-contaier ul.depth2.product {
  margin-top: -8px;
}
.sitemap-contaier ul.depth2.product > li {
  display: list-item;
  font-weight: bold;
}
.sitemap-contaier ul.depth3 li {
  display: inline-block;
  font-weight: normal;
  margin-left: 20px;
  margin-top: 5px;
}
.sitemap-contaier ul.depth3 li:before {
  content: "-";
  margin-right: 3px;
}
.sitemap-contaier ul.depth3 li a:hover {
  text-decoration: underline;
}

.non-page {
  text-align: center;
  width: 574px;
  margin: 40px auto 0 auto;
}
.non-page .non-page_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.non-page .warning p {
  color: #009acf;
  font-weight: bold;
  margin-bottom: 20px;
}
.non-page ul li {
  text-align: left;
  background-image: url(../img/icon05.png);
  padding-left: 17px;
  background-position: left 4px;
}
.non-page ul li + li {
  margin-top: 10px;
}

.heat_list.matrix_html .default-styleArea table td {
  vertical-align: middle;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.tech.heat_html .default-styleArea ul.tech-heat-merit > li {
  background: none !important;
  padding-left: 0;
  list-style-image: none !important;
}
.tech.heat_html .default-styleArea ul.tech-heat-merit > li > ul > li {
  list-style: none !important;
  padding-left: 15px;
  background-repeat: no-repeat;
}
.tech.heat_html .default-styleArea ul.tech-heat-merit > li > ul > li + li {
  margin-top: 3px;
}

.default-styleArea .other-wrap {
  margin: 16px 0 0 0;
}
.default-styleArea .other-wrap h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #009acf;
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
.default-styleArea .other-wrap h3:before {
  content: none;
}
.default-styleArea .other-wrap a {
  text-decoration: none;
}

.pad-l105 {
  padding-left: 105px;
}

.pad-l114 {
  padding-left: 114px;
  margin-top: 0;
}

.pad-l156 {
  padding-left: 156px;
}

.pad-l214 {
  padding-left: 214px;
}

.th_blue_row table th {
  vertical-align: middle;
  background-color: #e6f8fe;
  width: auto;
}
.th_blue_row table td {
  vertical-align: middle;
}
.th_blue_row table td:first-child {
  vertical-align: top;
}

.th_w_80 table th:nth-child(4) {
  width: 80px !important;
}

.popheader {
  width: 200px;
  background: #F9FDFE;
  border-top: 2px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 3px solid #0099CC;
  font-weight: bold;
  padding: 3px;
}

.popbody {
  width: 200px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 3px;
}
.popbody img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 98%;
}

.modal {
  display: none;
}

.modalBody {
  width: 500px;
  height: auto;
  position: fixed;
  left: 50%;
  top: 25%;
  z-index: 1000;
  line-height: normal;
  color: #000;
  background: #fff;
}
.modalBody table {
  width: 96%;
  margin: 10px 10px 20px;
}
.modalBody table th {
  vertical-align: top;
}
.modalBody table td {
  vertical-align: top;
}
.modalBody table td div.object-center {
  margin: 0;
}

.modalBK {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000;
  opacity: 0.75;
}

.cst_prf .btns {
  width: 46px;
  margin: 0 auto;
  cursor: pointer;
}

.close {
  text-align: right;
  cursor: pointer;
  width: 100%;
  background-color: #e8e8e8;
  padding: 8px;
}

div.btns {
  cursor: pointer;
}

.frm_btn {
  margin: 10px auto;
  text-align: right;
}
.frm_btn a {
  width: auto;
  color: #009acf;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 7px 10px 30px;
  background-color: #f8f8f8 !important;
  background: url(../img/icon11.png) no-repeat 10px center;
  text-decoration: none;
}

.media-body.body--btnBottm .product-middlecat-list {
  margin-top: 20px;
}
.media-body.body--btnBottm .product-middlecat-list a {
  display: inline-block;
  margin-top: 3px;
  margin-right: 10px;
  font-size: 11px;
  padding-left: 7px;
  background-image: url(../img/icon01.png);
  background-position: 0 5px;
  background-size: 5px;
  text-decoration: none;
}

.block-specification img {
  height: auto;
  max-width: 740px;
}

.emc_soft_html .default-styleArea .content-body.attribute-pdf {
  display: inline-block;
  text-indent: 1rem;
  margin-top: 0;
}

.emc_center .col {
  overflow: hidden;
}
.emc_center .col .col-l,
.emc_center .col .col-r {
  float: left;
}
.emc_center .col .col-l {
  min-width: 250px;
  margin-right: 50px;
}
.emc_center .col .col-r {
  margin-top: 0;
}

/*EMC ソリューション*/
/*EMC ソリューション トップ*/
.emc-lead .btnArea {
  display: flex;
  margin: 20px 0 0;
}
.emc-lead .btnArea .btn-item + * {
  margin: 0 0 0 30px;
}
.emc-lead .btnArea .btn-item a {
  padding: 12px;
}
.emc-lead .btnArea .btn-item .btn-emc-price {
  background-color: #f8f8f8;
}
.emc-lead .btnArea .btn-item .btn-emc-price::before {
  display: inline-block;
  content: url(../img/icon_pdf.png);
  margin-right: 12px;
  vertical-align: middle;
}
.emc-lead .btnArea .btn-item .btn-emc-apply {
  background-color: #f8f8f8;
}
.emc-lead .btnArea .btn-item .btn-emc-apply::before {
  display: inline-block;
  content: url(../img/icon_excel.png);
  margin-right: 12px;
  vertical-align: middle;
}
.emc-lead .btnArea .btn-item .btn-guide::before {
  display: inline-block;
  content: url(../img/icon_info.png);
  margin-right: 12px;
  vertical-align: middle;
}
.emc-lead .btnArea2 {
  display: flex;
  margin-top: 25px;
}
.emc-lead .btnArea2 a {
  text-decoration: underline;
}
.emc-lead .btnArea2 p + p {
  margin-left: 25px;
  margin-top: 0;
}

.emc-solution-menu .btnArea {
  display: flex;
  margin: 20px 0 0;
}
.emc-solution-menu .btnArea .btn-item + * {
  margin: 0 0 0 20px;
}
.emc-solution-menu .btnArea .btn-item a.btn-sinple--catalog {
  font-size: 13px;
  border-radius: 5px;
  padding: 17px 10px 17px 42px;
  background-size: 25px auto;
  background-position: 10px center;
  background-image: url(../img/pageicon_catalog.png);
}
.emc-solution-menu + .product-mainmenu {
  margin: 30px 0 0;
}

.center-map {
  margin: 30px 0 0;
  text-align: center;
  /*img {
    width: 550px;
    height: auto;
  }*/
}

/*EMC ソリューション トップ*/
/*EMCセンター施設紹介 トップ*/
.lead-building {
  display: flex;
  margin: 20px 0 0;
}
.lead-building__txt {
  margin: 0 0 0 20px;
}
.lead-building__txt h4 {
  font-size: 21px;
  margin: 0 0 8px;
}
.lead-building__txt .btnArea {
  margin: 0 0 0 -16px;
  display: flex;
  align-items: center;
}
.lead-building__txt .btnArea .btn-item {
  margin: 16px 0 0 16px;
}

/*EMC技術支援サービス トップ*/
.default-styleArea + .emc-solution-support {
  margin-top: 40px;
}

.emc-solution-support .colum {
  background-color: #fbfbfb;
  border: 1px solid #d0d0d0;
  padding: 12px;
}
.emc-solution-support .panel-basic {
  background: none;
  border: none;
  padding: 0;
}
.emc-solution-support .tit-double {
  margin: 0 0 10px;
}
.emc-solution-support .tit-double__top {
  display: block;
}
.emc-solution-support .tit-double a {
  font-size: 19px;
  color: #009acf;
}
.emc-solution-support .media .body--btnBottm .btnArea {
  bottom: 0;
  right: 0;
}

.emc-solution-support-list {
  margin-top: 50px;
}
.emc-solution-support-list .emc-solution-support .colum.current {
  background: #e6e6e6;
}
.emc-solution-support-list .emc-solution-support .colum.current a {
  pointer-events: none;
}

/*EMC試験業務*/
h3.testing-title {
  font-weight: normal;
  color: #009dd5;
  padding-left: 0;
  font-size: 18px;
}
h3.testing-title:before {
  content: none;
}
h3.testing-title .testing-num {
  font-size: 26px;
}
h3.testing-title .testing-name {
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #000;
}

/*EMCセンター施設紹介*/
.emc-solution-center {
  margin-bottom: 30px;
}
.emc-solution-center .colum {
  background-color: #fbfbfb;
  border: 1px solid #d0d0d0;
  padding: 12px;
}
.emc-solution-center .panel-basic {
  background: none;
  border: none;
  padding: 0;
}
.emc-solution-center .tit-with-label {
  margin: 0 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.emc-solution-center .tit-with-label a {
  font-size: 19px;
  color: #009acf;
}
.emc-solution-center .tit-with-label .label {
  padding: 4px 8px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}
.emc-solution-center .tit-with-label .label.c-bk {
  background: #000;
}
.emc-solution-center .tit-with-label .label.c-br {
  background: rgb(73, 21, 21);
}
.emc-solution-center .media .body--btnBottm .btnArea {
  bottom: 0;
  right: 0;
}

body.emc_center h5 {
  font-size: 16px;
  padding-left: 8px;
  border-left: 5px solid;
}
body.emc_center .bg-g {
  padding: 20px;
  background: #f5f5f5;
}

/*EMCセンター各施設*/
.laboratory-face {
  display: flex;
}
.laboratory-face > * {
  margin-top: 0 !important;
}
.laboratory-face .face_main {
  margin: 0 0 0 14px;
}
.laboratory-face .face_main .laboratory-label .label {
  padding: 4px 8px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}
.laboratory-face .face_main .laboratory-label .label.c-bk {
  background: #000;
}
.laboratory-face .face_main .laboratory-label .label.c-br {
  background: rgb(73, 21, 21);
}

.emc-solution-labo-list {
  margin-top: 50px;
}
.emc-solution-labo-list .emc-solution-center .colum.current {
  background: #e6e6e6;
}
.emc-solution-labo-list .emc-solution-center .colum.current a {
  pointer-events: none;
}

/*共通パーツ*/
ul.notice {
  margin-top: 18px;
}
ul.notice li {
  text-indent: -1em;
  margin-left: 1em;
}
ul.notice li:before {
  content: "※";
}

ul.anchor-list {
  display: flex;
}
ul.anchor-list li + * {
  margin: 0 0 0 20px;
}
ul.anchor-list li a {
  color: #009acf;
  font-weight: bold;
  text-decoration: underline;
  background-image: url(../img/icon11.png);
  background-position: left center;
  padding-left: 18px;
}

/*EMCセンターご利用案内*/
.serial_group1 {
  counter-reset: serial;
}
.serial_group1 h4.add_serial {
  position: relative;
  padding-left: 34px;
}
.serial_group1 h4.add_serial:before {
  counter-increment: serial;
  content: counter(serial);
  position: absolute;
  font-size: 16px;
  top: 5px;
  left: 8px;
  line-height: 1;
  color: #fff;
  z-index: 1;
}
.serial_group1 h4.add_serial:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #009acf;
  position: absolute;
  top: 1px;
  left: 0;
}

.serial_group2 {
  counter-reset: serial;
}
.serial_group2 h4.add_serial {
  position: relative;
  padding-left: 70px;
}
.serial_group2 h4.add_serial:before {
  counter-increment: serial;
  content: counter(serial);
  position: absolute;
  font-size: 22px;
  top: 2px;
  left: 45px;
  line-height: 1;
  font-style: italic;
  color: #55c9e7;
}
.serial_group2 h4.add_serial:after {
  content: "STEP";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  font-style: italic;
  font-size: 16px;
  color: #55c9e7;
}

.emc-solution-guide .btnArea {
  display: flex;
  margin: 20px 0 0;
}
.emc-solution-guide .btnArea .btn-item + * {
  margin: 0 0 0 30px;
}
.emc-solution-guide .btnArea .btn-item a {
  padding: 12px;
}
.emc-solution-guide .btnArea .btn-item .btn-emc-apply {
  background-color: #f8f8f8;
}
.emc-solution-guide .btnArea .btn-item .btn-emc-apply::before {
  display: inline-block;
  content: url(../img/icon_excel.png);
  margin-right: 12px;
  vertical-align: middle;
}
.emc-solution-guide .btnArea .btn-item .btn-kgs-operation::before {
  display: inline-block;
  content: url(../img/icon_new_window.png);
  margin-right: 12px;
  vertical-align: middle;
}
.emc-solution-guide .btnArea2 {
  display: flex;
  margin-top: 25px;
}
.emc-solution-guide .btnArea2 p + p {
  margin-left: 25px;
  margin-top: 0;
}

.emc-access {
  display: flex;
  justify-content: space-between;
}
.emc-access > * {
  margin-top: 0 !important;
  width: 48%;
}
.emc-access > * p b {
  font-size: 20px;
}

/*業務提携サイト*/
.partner-list__name {
  display: flex;
  align-items: center;
}
.partner-list__name > div {
  width: 70px;
  text-align: center;
}
.partner-list__name > div img {
  max-width: 70px;
  height: auto;
}
.partner-list__name p {
  margin: 0 0 0 15px;
}
.partner-list__name p b {
  font-size: 20px;
  color: #000;
}
.partner-list__name ~ .partner-list__name {
  margin: 25px 0 0;
}
.partner-list a::before {
  display: inline-block;
  content: url(../img/icon_new_window.png);
  margin-right: 12px;
  vertical-align: top;
}

.partner-map {
  margin: 50px 0 0 !important;
}

/*バナー*/
.bnr-emc-solution {
  align-items: center;
  background-color: #fbfbfb;
  border: 1px solid #d0d0d0;
  display: flex;
  padding: 10px;
  margin-top: 20px;
}
.bnr-emc-solution .bnr-img img {
  width: 143px;
  height: auto;
}
.bnr-emc-solution .bnr-txt {
  margin-left: 20px;
}
.bnr-emc-solution .bnr-list {
  margin-left: 40px;
}
.bnr-emc-solution .bnr-list li {
  padding: 1px 0;
  background: #e6e6e6;
  text-align: center;
  font-size: 13px;
  width: 270px;
}
.bnr-emc-solution .bnr-list li + li {
  margin: 8px 0 0;
}

/*規格適合試験・試験項目・対応資格*/
.examination-table th {
  background: #E6F8FF !important;
  white-space: nowrap;
}
.examination-table th, .examination-table td {
  padding: 10px !important;
}

.default-styleArea .emc-inquiry-links {
  display: flex;
  margin-top: 20px;
}
.default-styleArea .emc-inquiry-links p + p {
  margin-left: 25px;
  margin-top: 0;
}

/*プライバシーポリシーページ*/
.privacypolicy_html .default-styleArea sup {
  color: inherit;
}
.privacypolicy_html .default-styleArea table + table {
  margin-top: -31px;
}
.privacypolicy_html .default-styleArea ul {
  margin-left: 1.5em;
}
.privacypolicy_html .default-styleArea ul.list-skiplink {
  margin-left: 0;
}
.privacypolicy_html .default-styleArea ul:not(.notice):not(.anchor-list):not(.laboratory-label):not(.group-list):not(.product-label):not(.tech-heat-merit):not(.list-att) li {
  background-image: none;
  list-style-type: disc;
  padding-left: 0;
}

.ul_export_html {
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.ul_export_html #cboxContent {
  margin-top: 0;
}
.ul_export_html #cboxLoadedContent .default-styleArea {
  padding: 0;
}
.ul_export_html h4 + table ul li {
  background-image: none !important;
  display: inline-block;
  list-style-type: none;
  margin: 1px 0 !important;
  padding-left: 0 !important;
  vertical-align: top;
}
.ul_export_html h4 + table ul li:after {
  content: "，";
}
.ul_export_html h4 + table ul li:last-child:after {
  content: none;
}
.ul_export_html .ul-export-agree-box {
  display: none;
}
.ul_export_html .ul-export-agree-box h4 {
  color: #333;
  font-size: 21px;
  text-align: center;
}
.ul_export_html .ul-export-agree-box h5 {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.ul_export_html .ul-export-agree-box h4 + h5 {
  margin-top: 0;
}
.ul_export_html .ul-export-agree-box .btn-area {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.ul_export_html .ul-export-agree-box .btn-area p + p {
  margin-left: 30px;
  margin-top: 0;
}
.ul_export_html #colorbox .ul-export-agree-box {
  display: block;
}
.ul_export_html #cboxOverlay {
  background: #fff;
  opacity: 1 !important;
}
.ul_export_html .tabs {
  margin-top: 50px !important;
  padding-bottom: 20px;
  width: 740px;
  margin: 0 auto;
  border-left: 1px solid #009acf;
  border-bottom: 1px solid #009acf;
  border-right: 1px solid #009acf;
}
.ul_export_html .tab_item {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #009acf;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-top: 0 !important;
}
.ul_export_html .tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}
.ul_export_html input[name=tab_item] {
  display: none;
}
.ul_export_html .tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}
.ul_export_html #kenkai1:checked ~ #kenkai1,
.ul_export_html #kenkai2:checked ~ #kenkai2 {
  display: block;
}
.ul_export_html .tabs input:checked + .tab_item {
  background-color: #009acf;
  color: #fff;
}

/* 基板－板金（筐体）共振解析　ソフト（説明ページ） */
.simulation_description_html .simulation_description__concern {
  background-color: #f8f8f8;
  padding-top: 1.64rem;
  padding-bottom: 1.64rem;
  font-size: 1.15rem;
  font-weight: bold;
}
.simulation_description_html .simulation_description__product {
  background-color: #e8f9fc;
  padding: 1.64rem;
  border-color: #999;
  border-width: 2px;
}
.simulation_description_html .simulation_description__product .title {
  font-size: 1.32rem;
  font-weight: bold;
  argin-bottom: 0.32em;
}/*# sourceMappingURL=content.css.map */