/*2025.06*/
sup{
	font-size: x-small;
	vertical-align: super;
}

#inventec div.feature{
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}

#inventec div.feature img{
	width: 100px;
	flex-basis: 20%;
}

#inventec div.feature .text{
	flex-basis: 80%;
	padding: 0 15px;
}

#inventec div.feature .text h4{
	text-align: left;
}

#inventec ul{
	margin: 0;
	padding: 0;
}

#inventec ul.list-mark{
}

#inventec ul.list-mark li{
	list-style-type: none;
    position: relative;
    padding-left: 18px;
}

#inventec ul.list-mark li:before {
    content: "";
    position: absolute;
    top: .1em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #143bb7;
    border-bottom: 3px solid #143bb7;
  }

#inventec strong{
/*	background-color: yellow;
	font-weight: normal;*/
	/*background-color: #e0e8ff;*/
}

#inventec .post h2{
	margin-bottom: 10px;
    font-size: 140%;
    font-weight: bold;
    color: #143bb7;
	border-left: none;
}
#inventec .post .product-list{
    display: flex;
    justify-content: space-between;
	margin: 0;
}
#inventec .post .product-list li{
    list-style: none;
	text-align: center;
	margin: 5px;
}

#inventec .color-box{
	padding: 15px;
	background-color: #fef3cd;
	/*background-color: #bfdbfc;*/
	margin-bottom: 20px;
}

/*
#inventec h3{
	font-size: 1.4rem;
	text-align: center;
}
*/

#inventec h3 span{
	display: block;
	background-color: #143bb7;
	color: #fff;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	font-size: 1rem;
}
#inventec h4{
	text-align: center;
	color:#143bb7;
	font-size: 1rem;
	margin-top: 1em;
}

#inventec strong{
	font-size: 14px;
	font-weight: bold;
	/*color: red;*/
	/*color: #143bb7;*/
}

#inventec .line-box{
	border: 1px solid #666;
	padding: 15px;
	padding-top: 0px;
	margin-bottom: 40px;
}

#inventec .row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	flex-wrap: wrap;
}

#inventec .row .col-50p{
	width: calc(50% - 30px);
	padding-left: 15px;
	padding-right: 15px;
}

.therma_box_wrap,
.therma_box_wrap .box2{
	display: flex;
	width: 100%;
}

.therma_box_wrap .box1{
	flex-basis: 50%;
}

#inventec div.therma_box_wrap .box1 h4{
	text-align: left;
}

.therma_box_wrap .box3{
	flex-basis: 30%;
}

#inventec div.therma_box_wrap ul.box4{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

#inventec div.therma_box_wrap ul.box4 li{
	margin: 0 0 0 20px;
}

#inventec ol.process{
	color: #143bb7;
}

#inventec ol.process li{
	margin-bottom: 1em;
}

#inventec ol.process li span{
	font-size: larger;
	font-weight: bold;
}

#inventec ol.process li span.black{
	color: #000;
	font-size: inherit;
	font-weight: initial;
}

.inv3 ul{
	display: flex;
}

.inv3 ul p{
	font-weight: bold;
	padding: 0;
}

.inv3 ul li{
	width: calc(100% / 3 - 10px);
	margin: 0;
	padding: 10px;
	list-style: none;
}

.inv3 ul li ul{
	display: block;
}

.inv3 ul li ul li{
	width: auto;
	padding: 0;
}

.inv3 ul li ul li:last-child{
	margin-bottom: 1em;
}

#inventec div.packing ul li{
	list-style: none;
	display: inline-table;
	margin: 10px;
}


@media (max-width: 800px) {
	#inventec .row .col-50p{
		width: 100%;
		margin-bottom: 15px;
	}
}

#inventec .ttl-line{
	display: inline-block;
	border: 1px solid #666;
	padding: 3px 10px;
	font-size: 1rem;
	color:#143bb7;
	background-color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}

#inventec .list-circle{
	display: grid;
  	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	margin-bottom: 30px;
}

#inventec .list-circle li{
	background-color: #0a5dc9;
	color: #FFF;
	border-radius: 100%;
  	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	margin: 8px 0!important;
	font-size: 14px;
}

#inventec .list-circle li::before {
  	display: block;
  	content: '';
  	padding-top: 100%;
}

#inventec .handling-inventec{
	border: 3px solid #143bb7;
}

#inventec .text-center{
	text-align: center;
}

#inventec .handling-inventec h2{
	text-align: center;
	font-size: 1.3rem;
}

#inventec .link-box{
	padding: 2em 1em;
	border: 3px solid #143bb7;
	background-color: #FFF;
	text-align: center;
	margin-bottom: 2em;
}
#inventec .link-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 300px;
	height: 3em;
	background-color: #143bb7;
	border: 2px solid #143bb7;
	color: #FFF;
	border-radius: 5px;
	margin: 1em auto 0;
	font-size: 1.1rem;
	font-weight: bold;
}
#inventec .link-btn a:hover{
	border: 2px solid #143bb7;
	background-color: #FFF;
	background-color: #e6f4fb;
	color: #143bb7;
}

#inventec .link-box-type2{
	text-align: center;
	/*border: 2px solid #666;*/
	border-radius: 10px;
	/*background-color: #c9d6ff;*/
	background-color: #fef3cd;
	padding: 10px;
}

#inventec .link-box-type2 p.txt{
	font-size: 14px;
}

#inventec .link-btn-type2 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	max-width: 300px;
	height: 3em;
	background-color: #143bb7;
	border: 2px solid #143bb7;
	color: #FFF;
	border-radius: 5px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
}
#inventec .link-btn-type2 a:hover{
	border: 2px solid #143bb7;
	background-color: #FFF;
	background-color: #e6f4fb;
	color: #143bb7;
	margin-top: 0;
}

#inventec ul.handling-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	align-items: stretch;
}

#inventec ul.handling-list li{
	margin: 0;
	padding: 0;
	}

#inventec ul.handling-list li{
	width: calc(50% - 20px);
	padding-left: 10px;
	padding-right: 10px;
	list-style: none;
	margin-bottom: 10px;
}

#inventec ul.handling-list li .box{
	/*background-color: #ccc;*/
	border: 1px solid #333;
	border-radius: 10px;
	padding: 10px;
	height: calc(100% - 20px);
}

#inventec ul.handling-list li .box .ttl{
	color: #143bb7;
	font-weight: bold;
	font-size: 14px;
}

.fluorine-box{
	border: 1px solid #333;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.fluorine-box .ttl{
	color: #143bb7;
	font-weight: bold;
	font-size: 14px;
}

.product-box {
	margin-bottom:40px;
}

.product-box:last-child {
	margin-bottom:0px;
}

.product-box-pic {
	float:left;
	width: 382px;
	margin-right:20px;
}

.product-box-pic img{
	border: 1px solid #ccc;
}

.product-box-text {
	float:left;
	width: 528px;
}

.detail-product {
	float:right;
	border-radius: 7px;        /* CSS3���� */
    -webkit-border-radius:7px;    /* Safari,Google Chrome�p */
    -moz-border-radius: 7px;   /* Firefox�p */
    background:#0a5dc9;
}

.detail-product a{
	color:#fff;
	display: block;
    padding: 10px 20px;

}

.detail-product a:hover{
	background:#101010;
	border-radius: 7px;        /* CSS3���� */
    -webkit-border-radius:7px;    /* Safari,Google Chrome�p */
    -moz-border-radius: 7px;   /* Firefox�p */

}

.fluorine-box .detail-product{
	float:left;
	margin-right: 10px;
	margin-top:10px;
}

.product-drawing-box {
	margin-top:20px;
}

.product-drawing {
	float:left;
	width: 300px;
}

.product-drawing-box .product-drawing:last-child {
	margin-left:20px;
}

.youtube {
	margin-top:20px;
}

.youtube iframe {
	width:100%;
}
.post h2{
	margin-bottom: 10px;
    font-size: 140%;
    font-weight: bold;
    color: #143bb7;
	border-left: none;
}

@media only screen and (max-width:414px){

.product-box-text {
    float: none;
    width: 100%;
}

.product-box-pic {
    float: none;
    width: 100%;
    margin-right: 0;
}

.product-box {
	margin-bottom:20px;
}

.product-drawing {
	float:none;
	width: 100%;
}

.product-drawing-box .product-drawing:last-child {
	margin-left:0px;
}

#inventec .post .product-list{
	display: table-cell;
}

.therma_box_wrap, .therma_box_wrap .box2{
	display: block;
}

.therma_box_wrap .box3{
	text-align: center;
}

#inventec div.feature{
	display:block;
}

#inventec div.feature img{
	display: block;
	width: 50%;
	margin: auto;
}

#inventec div.post table.tb01{
	width: 100%;
}

#inventec div.post table.tb01 tr.head{
	display: none;
}

#inventec div.post table.tb01 th,
#inventec div.post table.tb01 tr{
	display: block;
	width: 100%;
}

#inventec div.post table.tb01 td.h-title{
	font-weight: bold;
	background: #f2f4f4;
}



}



@media (max-width: 800px) {
	#inventec ul.handling-list{
	}

	#inventec ul.handling-list li{
		width: 100%;
	}
}
