@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;
}
.th-item-sensorimg--left {
    width: 55%;
    font-size: 94%;
	line-height: 1.7;
}
.th-item-sensorimg--right {
    width: 38%;
}

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

/*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;
	margin-top: 30px;
}
.search-nav--icon li{
	width: 31%;
	box-sizing: border-box;
	margin: 0 0.9%;
	margin-top: 20px;
	height: 60px;
    min-width: 220px;
}
.search-nav--icon li a {
    width: 100%;
    height: 100%;
	border: #ccdce7 2px solid;
    display: block;
    padding-left: 110px;
    box-sizing: border-box;
    color: #035089;
    text-decoration: none;
    font-size: 93%;
}
.search-nav--icon li a span{
	height: 100%;
	display: flex;
	align-items: center;
}
.search-nav--icon li:nth-child(1) a{
	background: url("../../img/bnr_img01.png")no-repeat;
}
.search-nav--icon li:nth-child(2) a{
	background: url("../../img/bnr_img02.png")no-repeat;
}
.search-nav--icon li:nth-child(3) a{
	background: url("../../img/bnr_img03.png")no-repeat;
}
.search-nav--icon li:nth-child(4) a{
	background: url("../../img/bnr_img04.png")no-repeat;
}
.search-nav--icon li:nth-child(5) a{
	background: url("../../img/bnr_img05.png")no-repeat;
}
.search-nav--icon li:nth-child(6) a{
	background: url("../../img/bnr_img06.png")no-repeat;
}
.search-nav--icon li:nth-child(7) a{
	background: url("../../img/bnr_img07.png")no-repeat;
}
.search-nav--icon li:nth-child(8) a{
	background: url("../../img/bnr_img08.png")no-repeat;
}
.search-nav--icon li:nth-child(9) a{
	background: url("../../img/bnr_img09.png")no-repeat;
}


.search-nav li{
	width: 32%;
	box-sizing: border-box;
	margin: 0 0.6%;
	margin-top: 20px;
	height: 60px;
    min-width: 220px;
}
.search-nav li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #035089;
    text-decoration: none;
    font-size: 93%;
	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;
}
.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;
}

@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-sensorimg--right {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.th-item-sensorimg--left {
    width: 100%;
}
.product-table {
	overflow-x: scroll;
    white-space: nowrap;
}
}
@media screen and ( max-width: 500px ){
.search-nav--icon ,.search-nav {
	display: block;
}
.search-nav--icon li ,.search-nav li {
	width: 100%;
	margin: auto;
	margin-top: 20px;
}
}
@media screen and ( max-width: 375px ){
.circle_list {
	display: block;
	}
.circle_list li{
	width: 100%;
	margin:0 auto 30px;
	}
	
}
@media print {

}