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

.thermistor-tab{
	max-width: 1024px;
	margin: auto;
	display: flex;
	margin-top: 100px;
	border-bottom: #035089 2px solid;
}
.thermistor-sensor,.thermistor-element{
	width: 30%;
	height: 60px;
	margin-right: 30px;
}
.thermistor-sensor a,.thermistor-element a{
	display: block;
	width: 100%;
	height: 100%;
	background: #0e8be5;
	color:#fff;
	text-decoration: none;
}
.thermistor-sensor a span,.thermistor-element a span{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.thermistor-sensor a.active,
.thermistor-element a.active,
.thermistor-sensor a:hover,
.thermistor-element a:hover{
	background: #0576cb;
	opacity: 1;
}
/*main*/
.container{
	max-width: 1024px;
}
.c-sidebar {
	width: 26%;
	position: static;
}
.th-main{
    width: 77%;
	max-width: 700px;
}
.th-title {
    font-size: 187.5%;
	color: #006699;
}

.th-item-imgbox{
	display:flex;
	justify-content: space-between;
	padding-top: 40px;
	gap: 30px;
}
.th-item-sensorimg--txt {
	width: 100%;
}
.th-item-sensorimg--img {
	min-width: max-content;
}

.c-itembox{
	margin-bottom: 50px;
}

/*search*/
/*search*/
.search-midashi {
    font-size: 125%;
	border-bottom: #035089 2px solid;
	padding-bottom: 5px;
}
.search-midashi::before{
	content: url("../img/s_icon.png");
	position: relative;
	top: 5px;
	padding-right: 0.5em;
}
.search-nav,.search-nav--icon {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}
.search-nav--icon li {
	max-width: calc(100% / 3 - 20px / 3);
	width: 100%;
	min-height: 80px;
	height: 80px;
	box-sizing: border-box;
	@media screen and ( max-width: 767px ){
		max-width: 100%;
	}
}
.search-nav--icon li a {
  width: 100%;
  height: 100%;
	padding: 1em;
	border: #ccdce7 2px solid;
  display: flex;
	align-items: center;
  padding-left: 120px;
  box-sizing: border-box;
	font-size: 12px;
  color: #035089;
  text-decoration: none;
	font-weight: bold;
}
.search-nav--icon li a span{
	height: 100%;
	display: flex;
	align-items: center;
}
.search-nav--icon li:nth-child(1) a{
	background-image: url("../img/automobiles.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left center;
}
.search-nav--icon li:nth-child(2) a{
	background-image: url("../img/rice-cookers.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left top 0.5em;
}
.search-nav--icon li:nth-child(3) a{
	background-image: url("../img/microwave-ovens.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left 5px top 0.5em;
}
.search-nav--icon li:nth-child(4) a{
	background-image: url("../img/coffee-makers.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left top 0.5em;
}
.search-nav--icon li:nth-child(5) a{
	background-image: url("../img/refrigerators.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left top 0.5em;
}
.search-nav--icon li:nth-child(6) a{
	background-image: url("../img/cooking-stoves.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left 5px center;
}
.search-nav--icon li:nth-child(7) a{
	background-image: url("../img/washer-dryers.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left top 0.5em;
}
.search-nav--icon li:nth-child(8) a{
	background-image: url("../img/irons.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left 5px top 0.5em;
}
.search-nav--icon li:nth-child(9) a{
	background-image: url("../img/air-conditioners.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left 5px top 0.5em;
}
.search-nav--icon li:nth-child(10) a{
	background-image: url("../img/fan-heaters.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left top 0.5em;
}
.search-nav--icon li:nth-child(11) a{
	background-image: url("../img/water-heaters.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left top 0.5em;
}
.search-nav--icon li:nth-child(12) a{
	background-image: url("../img/bidet-toilets.png");
	background-size: 75px auto;
	background-repeat: no-repeat;
	background-position: left top 0.5em;
}
.search-nav--icon li:nth-child(13) a{
	background-image: url("../img/fuel-cells.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left top 0.5em;
}
.search-nav--icon li:nth-child(14) a{
	background-image: url("../img/fire-alarms.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left center;
}
.search-nav--icon li:nth-child(15) a{
	background-image: url("../img/multifunction-printers.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left top 0.5em;
}
.search-nav--icon li:nth-child(16) a{
	background-image: url("../img/refrigerated-display-cases.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left top 0.5em;
}
.search-nav--icon li:nth-child(17) a{
	background-image: url("../img/robotic-arms.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left top 0.5em;
}
.search-nav--icon li:nth-child(18) a{
	background-image: url("../img/medical-devices.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: left 5px center;
}
.search-nav--icon li:nth-child(19) a{
	background-image: url("../img/detection.png");
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: center left 8px;
}


.search-nav li {
	max-width: calc(100% / 3 - 20px / 3);
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	@media screen and ( max-width: 767px ){
		max-width: 100%;
	}
}
.search-nav li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #035089;
  text-decoration: none;
  font-size: 14px;
	background: #ccdce7;
}
.search-nav li a span{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
/*--------------
.circle_list
----------------*/
.circle_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}
.circle_list li{
	
	width: 194px;
	height: 194px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #035089;
	font-size:125%;
	text-align: center;
	font-weight: bold;
}
.arrow-bottom{
	height: 30px;
	background: url("../../../../common/img/arrow-icon10.png")center no-repeat;
	margin-bottom: 50px;
}
/*table*/
.c-itembox.gray {
    background: #f0f4f7;
    padding: 20px;
		margin-bottom: 50px;
}
.product-midashi {
    font-size: 175%;
    text-align: center;
}
.product-sub {
    font-size: 81%;
    text-align: center;
	margin-top: 10px;
}
.product-category {
    color: #035089;
    font-size: 106%;
    text-align: center;
    background: #fff;
    padding: 20px;
    margin-top: 25px;
}
.product-table {
    padding-top: 20px;
}
.contents-wrap table{
	min-width: 660px;
}
.contents-wrap table td, .contents-wrap table th {
    padding: 0;
	width: 214px;
    border: 1px solid #035089;
}
.contents-wrap table th{
	font-weight: normal;
	color: #fff;
	background: #457ea9;
	padding: 10px;
    font-size: 94%;
}

.contents-wrap table td:first-child{
	width: 230px;
	padding: 0;
}
.product-img{
	position: relative;
}
.product-cap {
    position: absolute;
    background: #035089;
    color: #fff;
    top: 20px;
	left: 0;
    width: 100px;
    text-align: left;
    padding: 5px 15px;
    box-sizing: border-box;
}

tr {
	background: #fff;
}

tr.clickable:hover {
	background: #ecf3fa;
	cursor: pointer;
}
.bullet_list {
	padding-top: 0.5em
}
.bullet_list li {
	text-indent: -1em;
	padding-left: 1em;
	&:before {
		content: "・";
	}
	&:not(:last-child) {
		padding-bottom: 0.5em;
	}
}

@media screen and ( max-width: 767px ){
.circle_list{
	flex-wrap: wrap;
	}
.circle_list li {

	width: 47%;
	height: 194px;
	background-size: contain;
	}

.thermistor-tab {
    width: 90%;
    flex-direction: column;
}
.thermistor-sensor, .thermistor-element {
    width: 60%;
    min-width: 288px;
    margin: auto;
    margin-bottom: 20px;
}
	
.th-main{
	width: 100%;
}
.th-item-imgbox {
    flex-direction: column-reverse;
    align-items: center;
}
.th-item-imgbox02 {
	flex-direction: column;
}
.product-table {
	overflow-x: scroll;
    white-space: nowrap;
}
}
@media screen and ( max-width: 500px ){
.search-nav--icon li ,.search-nav li {
	width: 100%;
	margin: auto;
}
}
@media screen and ( max-width: 375px ){
.circle_list {
	display: block;
	}
.circle_list li{
	width: 100%;
	margin:0 auto 30px;
	}
	
}
@media print {

}