@charset "UTF-8";

html {
    scroll-behavior: smooth;
}
/* ====================
	　　スタイル変更
	==================== */

/********** common.css スタイル変更 ******************/
@media print, screen and (min-width: 768px) {
  .btn__style1 {
	padding: 3px 20px 0 0;		
	line-height:1.3;
  }
}

@media screen and (min-width: 768px) {
  .page__leaf1 .page-main, .page__leaf2 .page-main {
    padding-top: 75px;
  }
}

@media print, screen and (min-width: 768px) {
	.btn__style3:hover{
		background: url(../img/arrows/linkarrow-w31.png) right 12px center/31px auto no-repeat, #c8102e;
	}
	.btn__style2:hover{
		background: url(../img/arrows/linkarrow-w20.png) right 4px center/20px auto no-repeat, #1186a0;
	}
	.btn__style2.large:hover{
    	background: url(../img/arrows/linkarrow-w31.png) right 12px center/31px auto no-repeat, #1186a0;	
	}
}

@media print, screen and (min-width: 768px)  {
  .issues__list {
	min-height:235px;
	}
}

.btn__style4 .label-blog {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0.5em;
	font-weight:800;
}

@media print, screen and (min-width: 768px)  {
  .btn__style4 .label-blog {
    font-size: 27px;
    margin: 0 16px;
  }
}

.btn__style4 .label-blog_small {
  display: block;
  font-size: 15px;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px)  {
  .btn__style4 .label-blog_small {
	  /* font-size: 20px; */
    font-size: 19px;
  }
}

/********** leaf1.css スタイル変更　　 ******************/
/* .linklist の　.page__leaf1 .feats__post 縛りを削除しました。　*/

/*　IE11のためだけに、paddingが効かない事象を解消。　*/
.page__leaf1 .feats__post .post-title {
	display:block;
	line-height:120%;
	vertical-align: baseline;
}
@media all and (-ms-high-contrast: none) {
  .page__leaf1 .feats__post .post-title {
	padding-top:9px;
  }
}

/* メインビジュアルの内容部分画像が左寄せの場合、タブレット等で画面サイズが小さくなったら左にマージンを入れる。　*/
@media screen and (max-width: 1000px) {
	.page__leaf1 .lens .intro__visual.pc-only > .img {
		margin-left:30px;
	}
	.page__leaf1 .sub .intro__visual.pc-only > .img {
		margin-left:30px;
	}
}

/********** leaf2.css スタイル変更 ******************/
.relat__item{
	overflow:hidden;
}
.post-body{
	overflow:hidden;
}

.relat__item .b_left{
		float:none;
		margin-bottom:10px;
}
@media print, screen and (min-width: 1100px) {
	.relat__item .b_left{
		float:left; 
		margin-bottom:0;
	}
	.relat__item .b_right {
		float:right;
	}
}

/*=== .page__leaf2 .summa__sect 本文エリア ===*/
/*　内の　summa__sect 、summa__post　の	.page__leaf2限定を解除　*/
/*=== .page__leaf2 .inndl__sect ディレクトリ内ナビ ===*/
/*　内の　.inndl__sect、.inndl__nav　の	.page__leaf2限定を解除　*/
/*=== .page__leaf1 : .relat__sect ===*/
/*　内の　relat__sect、.relat__item　の　.page__leaf2限定を解除　*/
/*=== .page__leaf2 .title__sect タイトル部 ===*/
/*　内の　relat__sect、.title__sect　の　.page__leaf2限定を解除　*/

.summa__post .post-title {
  margin-top: 25px;
	font-weight:500;
	font-size:19px;
	line-height:1.1;
}




/* ====================
	追加スタイル　共通部品
	==================== */
.h3_title {
  display: flex;
  font-size: 16.5px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
	.h3_title {
          font-size: 17px;
	}
}
.h3_title::before {
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  background-color: #c8102e;
  margin-right: 6px;
  margin-top: 3px;
}
@media print, screen and (min-width: 768px) {
  .h3_title::before {
    width: 4px;
    height: 18px;
    margin-left: 14px;
    margin-right: 12px;
    margin-top: 1px;
  }
}

.h4_title {
	background:#eee;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	
	width:100%;
	margin: 10px 0 10px 0;
	padding:3px 1em;
}
@media print, screen and (min-width: 768px) {
	.h4_title {
		margin: 10px 0 10px 30px;
	}
}

.h3_kakomi {
	border: #c8102e solid 2px;
	padding:10px;
	margin: 20px 0 15px 0;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 500;
}
@media print, screen and (min-width: 768px) {
.h3_kakomi {
	margin: 20px 0 15px 30px;
	}
}

/*　ページ下部の第三階層への横移動ボタンエリア　*/
.relat__item.level3{
	border: #10859e 1px solid;
	width:100%;
	padding:0 0 5px 0;
	margin-bottom:40px;
}
.relat__item .level3_ttl{
	border-bottom: #10859e 1px solid;
	width:100%;
	margin:0 0 5px 0;
	padding:5px 0;
}
.relat__item ul.level3_menu{
	list-style-type:none;
	display:inline-block;
	vertical-align:middle;
	margin:3px 10px;
	padding:0;
	
}
.relat__item ul.level3_menu li{
	list-style-type:none;
	float:left;
	margin:4px 3em 2px 0;
	/* padding:0 20px 0 0; */
    padding:0 1.2em 0 0;
    padding-right:1.2em;
	min-height:20px;
	background:url(../img/arrows/linkarrow-w16gr.png) right 0 top 0 no-repeat;
    background-size: 16px 16px;
	
	font-size:15px;
	color:#10859e;
	line-height:1.2;
	vertical-align:middle;
}
.relat__item ul.level3_menu li:hover{
	text-decoration:underline;
}
.relat__item ul.level3_menu li.have3{
	margin-right: 1em;
}
.relat__item ul.level3_menu li.level4{
	list-style-type:none;
	float:left;
	display:block;
	border: #10859e 1px solid;
	
	margin:2px 1em 0 0;
	/* padding:3px 20px 2px 2px; */
    padding:3px 1.5em 2px 2px;
	min-height:20px;
	background:url(../img/arrows/linkarrow-w15gr.png) right 2px center no-repeat;
    background-size: 15px 15px;
	
	font-size:13px;
	color:#10859e;
	line-height:1;
	vertical-align:text-bottom;
}



/*　リード文 */
.post-lead{
	font-size: 16px;
	font-weight: 400;
	line-height:160%;
	overflow:hidden;
	margin-bottom:10px;
}
@media print, screen and (min-width: 768px) {
	.post-lead{
		margin-bottom:10px;
	    font-size: 17px;
	}
}


/* 本文 */
.post-image_text{
	font-size: 14px;
	font-weight: 300;
	overflow:hidden;
	margin-bottom:10px;
	line-height:170%;
}
@media print, screen and (min-width: 768px) {
	.post-image_text{
        font-size: 16px;
		padding-left: 30px;
		margin-bottom:0;
	}
}
.post-image_text p{
	font-size: 14px;
	font-weight: 300;
	line-height:170%;
	margin-bottom:5px;
}
@media print, screen and (min-width: 768px) {
	.post-image_text p{
        font-size: 16.5px;
	}
}

.post-image_text.flex_base{
    display:flex;
    flex-direction: row;
    justify-content: space-between; 
    align-items: center;
}

.ds_points .post-image_text{
	font-size: 16px;
	font-weight: 300;
	line-height:160%;
}

/*　キャプション　*/
.caption_txt{
	margin-top:5px;
	font-size:13px;
	line-height: 130%;
}
@media print, screen and (min-width: 768px) {
	.caption_txt{
		margin-top:5px;
		font-size:10px;
		line-height: 130%;
	}
}
.caption_txt2{
	margin-top:5px;
	font-size:0.9em;
	line-height: 130%;
}
.caption{
	font-size:0.95em;
}

/* .btn__style7
課題・ニーズからのボタン */
.btn__style7 {
  display: block;
  background: #019886 url(../img/arrows/linkarrow-w47.png) right 10px center/23px auto no-repeat;
  font-size: 15px;
  padding: 8px 7px 6px;
  line-height: 1.333;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .btn__style7{
    border-radius: 0;
    padding: 7px 32px 7px 10px;
    font-size: 14px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .btn__style7 {
    border-color: #087086;
    background: url(../img/arrows/linkarrow-w20.png) right 4px center/20px auto no-repeat, linear-gradient(#19b8a5, #019886);
  }
}
.btn__style7:hover{
    background:  url(../img/arrows/linkarrow-w20.png) right 4px center/20px auto no-repeat,#019886;
}



/* ====================
	　　ページ固有
	==================== */

/*************  画像認識　 メインビジュアル　****************/

/* vp-------mainvisual */ 
#vp_mainvisual {
	width: 100%;
	position: relative; 
	margin:0; padding:0;
	overflow: hidden;
	text-align:center;
  	background: url(../vp/img/top/prod-vp-intro-bg_new.jpg) center top;
	background-size: cover;
}

#vp_mainvisual .main_exp{
	width: 100%; 
	min-height:560px;
	padding:5px;
    display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
    #vp_mainvisual .main_exp{ 
        min-height:560px;
        margin-left:15px;
    }
}
@media screen and (min-width: 1000px) {
    #vp_mainvisual .main_exp{ 
        width: 1000px;
        margin:0 auto 0 auto;
        padding:0;
    }
}

#vp_mainvisual .main_exp h4{
    margin:50px auto 0 auto;
    font-size:19px;
    line-height:1.7;
    font-weight:600;
    color:#382f2d;
}
@media print, screen and (min-width: 768px) {
    #vp_mainvisual .main_exp h4{
        font-size:26px;
    }
}

#vp_mainvisual .main_exp .logoimg{
    width:280px;
    height:auto;
    margin:50px auto 0 auto;
}
@media print, screen and (min-width: 768px) {
    #vp_mainvisual .main_exp .logoimg{
        width:490px;
    }
}

#vp_mainvisual .main_exp img{
    margin:0;
}

#vp_mainvisual .main_exp a.btn_sqr{
    border:#382f2d 2px solid;
    width:160px;
    height:56px;
    padding:0;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items: center;
    
    font-size:20px;
    text-decoration:none;
    color:#382f2d;
    font-weight:600;
}

#vp_mainvisual .main_exp a.btn_sqr:hover{
    background:#382f2d;
    color:#fff;
}

#vp_mainvisual .main_exp h5{
    font-size:18px;
    font-weight:300;
    margin:40px auto 40px auto;
    line-height:1.7;
    color:#382f2d;
}

/*************  画像認識　 ****************/
/*　トップページ　*/
.sub_copy_large{
	font-size:1.4em;
	line-height:1.4;
    text-align:left;
    font-weight:500;
	margin:0 auto 30px;
    padding:0;
    color:#333;
}
@media print, screen and (min-width: 768px) {
    .sub_copy_large{
        font-size:1.7em;
        line-height:1.6;
        text-align:center;
	    margin:0 auto 10px;
	}
}
.sub_copy_large .red{
    font-weight:bolder;
}

/* 3つの特長　*/
.lp_three_img{
    width:98%;
    max-width:940px;
	margin:10px auto 0;
    padding:0;
	display:block;
	overflow:hidden;
}

.lp_three_img a{
	display:flex;
    align-items:center;
    flex-basis:auto;
	width:100%;
	margin: 20px auto 0 auto;
    text-decoration:none;
    color:#555;
 }
.lp_three_img a figure{
    width:60px;
    flex-grow: 0;
    margin-right:8px;
}
@media print, screen and (min-width: 768px) {
    .lp_three_img a figure{
        width:80px;
        margin-right:0;
    }
}
.lp_three_img a figure img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.lp_three_img a p{
    flex-grow: 1;
	display:flex;
    align-items:center;
    border-radius: 0 30px 30px 0;
    height:auto;
    padding:10px 30px 10px 10px;
    text-align:left;
    
	font-size:1.3em;
	line-height:1.4;
    font-weight:600;
}
@media print, screen and (min-width: 768px) {
    .lp_three_img a p{
        height:60px;
        padding:0 50px;
        font-size:1.7em;
	    line-height:1;
	}
}
.lp_three_img a.lp_three_1 p{
	background:url(../vp/img/concept/arw_right.svg) right 15px center no-repeat, #FFE2CA;	
}
.lp_three_img a.lp_three_1 p:hover{
	background:url(../vp/img/concept/arw_right.svg) right 10px center no-repeat, #FFD7B5;	
}
.lp_three_img a.lp_three_2 p{
	background:url(../vp/img/concept/arw_right.svg) right 15px center no-repeat, #C0E7D0;	
}
.lp_three_img a.lp_three_2 p:hover{
	background:url(../vp/img/concept/arw_right.svg) right 10px center no-repeat, #A6E5C0;	
}
.lp_three_img a.lp_three_3 p{
	background:url(../vp/img/concept/arw_right.svg) right 15px center no-repeat, #FAF2AF;	
}
.lp_three_img a.lp_three_3 p:hover{
	background:url(../vp/img/concept/arw_right.svg) right 10px center no-repeat, #F8ED8C;	
}

.vp_concept .guess{
    margin: 120px auto 0;
	position: relative;
}
.vp_concept .guess_waku{
    width: 100%;
	margin: 0 auto 0;
	padding:28px;
	background: #E9F2F4;	
    border-radius: 8px;
	position: relative;
}
.vp_concept .guess p{
	color: #0F149F;
    line-height:1.2;
    text-align:left;
    
    font-size:20px;
    margin-left:140px;
}
@media print, screen and (min-width: 768px) {
    .vp_concept .guess p{
        font-size:26px;
        margin-left:0;
    }
}

.vp_concept .guess_img img{
    width:75%;
    height:auto;
}
.vp_concept .guess_img{
	position: absolute;
        top: -10px;
        left:10px;
}
@media print, screen and (min-width: 768px) {
    .vp_concept .guess_img img{
        width:auto;
    }
    .vp_concept .guess_img{
        top:-55px;
        right:10px;
        left:auto;
    }
}
@media print, screen and (min-width: 1000px) {
    .vp_concept .guess_img{
        right:98px;
    }
}
.vp_concept .guess_arw{
	position: relative;
    margin-top:10px;
    margin-left:40%;
}
@media print, screen and (min-width: 1000px) {
    .vp_concept .guess_arw{
        position: relative;
        margin-top:10px;
        margin-left:170px;
    }
}

/*　画像認識トップの２列　*/
.feats__sect.column2 {
	padding-top:30px;
	padding-bottom:50px;
}
@media print, screen and (min-width: 768px) {
	.feats__sect.column2 {
		overflow:hidden;
	}
}
.column2 .feats__sect .sect-container{
	
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	
	width:100%;
	overflow:hidden;
	align-items:top;
	
	padding:0;
	margin:0;

}

.column2 .feats__post{
	margin-top:10px;
	padding:20px 10px 10px 10px;
}

@media print, screen and (min-width: 768px) {
	.column2 .feats__post{
		width:48%;
		float:left;
	}
	.column2 .feats__post + article{
		margin-left:20px;
	}
}

.column2 .feats__post .post-body{
	display:block;
	padding:0;
	margin:0;
	
}
.column2 .feats__post .post-texts{
	display:block;
}
.column2 .feats__post .post-title{
	display:block;
	width:100%;
}
.column2 .feats__post .post-footer{
	overflow:hidden;
	padding:0;
	margin:0;
}
.column2 .feats__post .sam-image{
	width:100%;
}
@media print, screen and (min-width: 768px) {
	.column2 .feats__post .sam-image{
		width:200px;
		float:left;
	}
	.column2 ul.linklist{
		padding-top:80px;
	}
}
.column2 .feats__post .post-lead{
	display:block;
	font-size:17px;
	line-height:160%;
}
@media print, screen and (min-width: 768px) {
	.column2 .feats__post .post-lead{
		display:block;
		font-size:15px;
		line-height:160%;
	}
}


/*************  コンセプト　 ****************/

.back_bluegrey{ 
	width:100%;
	background:#e9f2f4;
	font-size:16px;
	padding:20px 10px;
	margin-bottom:10px;
}
@media print, screen and (min-width: 768px) {
	.back_bluegrey{ 
		font-size:17px;
	}
}

#exp1,#exp2,#exp3{
	font-size:16px;
}
#exp2,#exp3{
	margin-top:50px;
}

.expttl{
	font-size:1em;
	font-weight:600;
	margin:0 0 10px;
	line-height:1.3;
}

.krrk, .krrk2{
	margin-top:5px;
	padding:20px 20px 10px 100px; 
	line-height:1.6;
	box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
}
	@media only screen and (max-width: 480px) {
		.krrk, .krrk2{
			padding:10px 10px 10px 50px;  
			font-size:1em; line-height:1.4;
		}}

#exp1 .krrk{ background:url(../vp/img/concept/expPC1.jpg) left center no-repeat, url(../vp/img/concept/expSPback1.jpg) left  top repeat-y, #fff; }
#exp2 .krrk{ background:url(../vp/img/concept/expPC2.jpg) left center no-repeat, url(../vp/img/concept/expSPback2.jpg) left  top repeat-y, #fff; }
#exp3 .krrk{ background:url(../vp/img/concept/expPC3.jpg) left center no-repeat, url(../vp/img/concept/expSPback3.jpg) left  top repeat-y, #fff; }
.krrk2{ background:url(../vp/img/concept/expPC0.jpg) left center no-repeat, url(../vp/img/concept/expQ_back.jpg) left  top repeat-y, #fff; }

#exp1 .krrk,#exp2 .krrk,#exp3 .krrk,.krrk2{
	background-size: 40px;
}
@media print, screen and (min-width: 768px) {
	#exp1 .krrk,#exp2 .krrk,#exp3 .krrk,.krrk2{
		background-size: 80px;
	}
}


/* 矢印 */
.vp_concept .arrow{
	width:166px; height: 31px; 
	margin:2px auto 0 auto;
}
.vp_concept .arrow img{width:100%; height: 100%; }

/* 枠内の画像　*/
.vp_concept img.fit{
	width:100%;
	height:auto;
	margin-top:5px;
}
@media print, screen and (min-width: 768px) {
	.vp_concept img.fit{
		width:100%;
		height:auto;
	}
}
@media print, screen and (min-width: 1000px) {
	.vp_concept img.fit{
		width:auto;
		height:auto;
	}
}
.vp_concept .img3{ text-align:center; margin: 5px auto;}

/* 囲み強調部分 */
.vp_concept .kakomi{
	color:#000;
	font-size:1.2em;
	font-weight:bolder;
	padding:6px 5px 4px 12px;
	margin-bottom:15px;
}
.vp_concept #exp1 .kakomi{ background:#ffe2ca; }
.vp_concept #exp2 .kakomi{ background:#c0e7d0; }
.vp_concept #exp3 .kakomi{ background:#faf2af; }

/* まとめ　*/
.cc_matome{
	width:100%;
	margin:30px auto;
	padding:30px 40px 40px 40px;
	background:url(../vp/img/concept/cc_matome_back.jpg) no-repeat;
	background-size:cover;
	font-size:18px;
	font-weight:500;
}
.cc_matome .cc_ttl{
	color:#fff;	
	font-size:1.4em;
	font-weight: 500;
	text-align:center;
	margin:0 auto 30px auto;
	
}



/* 4列　*/
.cc_lineup{
	display:inline-block;
}
.cc_lineup .area3{
	width:98%;
	float:none;
	padding:10px;
	margin-right:0;
	margin-bottom:15px;
	border:#c8102e solid 1px;
	font-size: 16px;
}
.cc_lineup .area3:hover{
	padding:8px;
	border:#c8102e solid 3px;
}
@media print, screen and (min-width: 768px) {
	.cc_lineup .area3{
		width:240px;
		float:left;
		margin-right:10px;
		margin-bottom:15px;
		font-size: 13px;
	}
}

.cc_lineup .area3 .ttl{
	font-size:16px;
	font-weight:500;
	border-bottom:#c8102e solid 2px;
	margin-bottom:10px;
}

.cc_lineup .area3 img{
	width:100%;
	height:auto;
}
@media print, screen and (min-width: 768px) {
	.cc_lineup .area3  img{
		width:200px;
		height:auto;
	}
}

.cc_lineup .area3 .footer{
	width:100%;
	height:31px;
	background:url(../img/arrows/linkarrow-w31.png) right  bottom  no-repeat;
	text-align:right;
	font-size:17px;
	line-height:1.8;
	padding-right:40px;
}
.cc_lineup .area3 a{
	text-decoration:none;
	color: #555;
}




/*　400 */
.vp400 .area3{
	width:98%;
	float:none;
	padding:10px;
	margin-right:0;
	margin-bottom:15px;
	border:#c8102e solid 1px;
	
}
.vp400 .area3:hover{
	padding:8px;
	border:#c8102e solid 3px;
}
@media print, screen and (min-width: 768px) {
	.vp400 .area3{
		width:315px;
		float:left;
		margin-right:15px;
		margin-bottom:15px;
	}
}

.vp400 .area3 .ttl{
	font-size:16px;
	font-weight:500;
	border-bottom:#c8102e solid 2px;
	margin-bottom:10px;
}

.vp400 .area3 img{
	width:100%;
	height:auto;
}
@media print, screen and (min-width: 768px) {
	.vp400 .area3  img{
		width:295px;
		height:auto;
	}
}

.vp400 .area3 .footer{
	width:100%;
	height:31px;
	background:url(../img/arrows/linkarrow-w31.png) right  bottom  no-repeat;
	text-align:right;
	font-size:17px;
	line-height:1.8;
	padding-right:40px;
}
.vp400 .area3 a{
	text-decoration:none;
	color: #555;
}

.vp_sol_inner_img{
	float:left;
	font-size:14px;
	text-align:center;
	margin-top:15px;
}


/* iFrame */
.text-box-iframe {
	overflow: auto;
	margin: 0 auto;
	width: 100%;
	height: 200px;
	border:1px #a9a9a9 solid;
	padding-right:10px;
	background: #f6f5ed;
}
.text-box-iframe p {
	color: #333;
	margin: 12px 0 10px 0;
	text-align: center;
}
.text-box-iframe ol li {
	color: #333;
	margin: 4px 0;
	font-size:0.9em;
	line-height:1.3;
}



/*************  組込みIoTソリューション　 ****************/

/* IoT-------mainvisual */ 
/*
#iot_mainvisual {
	width: 100%;
	margin:0; padding:0;
	position: relative; overflow: hidden;
	text-align:center;
	background: url(../iot/img/prod-iot-intro-bg-pc.jpg) center top;
	background-size: cover;
}

#iot_mainvisual .main_exp{
	width: 100%; 
	height:500px;
	margin:0 auto;
	margin: 0; padding:0;
  	background: url(../iot/img/prod-iot-intro-fig-sp.png) center no-repeat;
	background-size: contain;
	position: relative; 
}
@media print, screen and (min-width: 1000px) {
    #iot_mainvisual .main_exp{ 
        width: 1000px;
        height:560px;
        margin:0 auto;
        background: url(../iot/img/prod-iot-intro-fig-pc.png) center top no-repeat;
        background-size:auto;
    }
}

#trans_btn1,#trans_btn2,#trans_btn3{
	width:30%; height:120px;
}
#trans_btn4,#trans_btn5{
	width:30%; height:60px;
}
#trans_btn1,#trans_btn2,#trans_btn3,#trans_btn4,#trans_btn5{
	position: absolute; 
	cursor : pointer;
	z-index:9;
	background:none;
}

@media print, screen and (min-width: 1000px) {
	#trans_btn1,#trans_btn2,#trans_btn3{
		width:200px; height:200px;
	}
	#trans_btn4,#trans_btn5{
		width:200px; height:100px;
	}
	#trans_btn1,#trans_btn2,#trans_btn3,#trans_btn4,#trans_btn5{
		position: absolute; 
		cursor : pointer;
		z-index:9;
	}
	#trans_btn1{ background:url(../iot/img/prod-iot-introicon-1.png) center top no-repeat;background-size:contain;}
	#trans_btn2{ background:url(../iot/img/prod-iot-introicon-3.png) center top no-repeat;background-size:contain;}
	#trans_btn3{ background:url(../iot/img/prod-iot-introicon-4.png) center top no-repeat;background-size:contain;}
	#trans_btn4{ background:url(../iot/img/prod-iot-introicon-2.png) center top no-repeat;background-size:contain;}
	#trans_btn5{ background:url(../iot/img/prod-iot-introicon-2b.png) center top no-repeat;background-size:contain;}

	#trans_btn1:hover{ background:url(../iot/img/prod-iot-introicon-1_on.png) center top no-repeat;background-size:contain;}
	#trans_btn2:hover{ background:url(../iot/img/prod-iot-introicon-3_on.png) center top no-repeat;background-size:contain;}
	#trans_btn3:hover{ background:url(../iot/img/prod-iot-introicon-4_on.png) center top no-repeat;background-size:contain;}
	#trans_btn4:hover{ background:url(../iot/img/prod-iot-introicon-2_on.png) center top no-repeat;background-size:contain;}
	#trans_btn5:hover{ background:url(../iot/img/prod-iot-introicon-2b_on.png) center top no-repeat;background-size:contain;}
}

#trans_btn1{ right: 10%; top: 100px; }
#trans_btn2{ left: 10%; top: 100px;}
#trans_btn3{ left: 10%; bottom: 0px; }
#trans_btn4{ right: 10%; bottom: 60px; }
#trans_btn5{ right: 10%; bottom: 0px; }
	@media print,screen and (min-width: 1000px) {
		#trans_btn1{ right: 25px; top: 20px; }
		#trans_btn2{ left: 28px; top: 20px; }
		#trans_btn3{ left: -2px; bottom: 100px; }
		#trans_btn4{ right: -5px; bottom: 200px; }
		#trans_btn5{ right: -5px; bottom: 100px; }
	}

*/


/*************  組込みシステム受託開発　 ****************/

.post_arw_below{
    margin:0 auto;
  	text-align:center;
}
.caption_inline{
    display:inline-block;
    vertical-align: middle;
    font-size:0.9em;
}

.caption_flex{
    display:flex;
	flex-direction: column;
    justify-content: start;
    font-size:0.8em;
    line-height:1.6;
    margin-bottom:30px;
}
@media print, screen and (min-width: 768px) {
    .caption_flex{       
		flex-direction: row;
        justify-content: space-between;
    }
}
.caption_flex div{
    margin-right:40px;
}

.caption_flex ul.plain{
    list-style-position: inside;
    margin: 0;
    padding:0;
    font-size:inherit;
    line-height:1.2;
}
.caption_flex ul.plain li{
    padding:0 0 0 16px;
    margin: 0;
}


.arm_core{
    display:flex;
    margin:0;
    padding:0;
    font-size:inherit;
}
.arm_core li{
    display:flex;
    justify-content:center;
    align-items: center;
    
    height:23px;
    padding:1px 5px;
    margin:0 5px 0 0;
    line-height:1;
    color:#fff;
}
.arm_core .block_blue{
    background:#2B279D;
}
.arm_core .block_orange{
    background:#FF7200;
}
.arm_core p{
    
    font-size:inherit;
}


.micon_ul{
	list-style-type:none;
    list-style-position: inside;
	padding:0 0 0 ;
	margin:10px 0 0;
}
.micon_ul li{  
	padding-bottom:10px;
	font-size:1.1em;
}
.micon_ul li::before {
    content: "★ ";
    color: green;
    font-weight: bold;
}


/*************  超精密レンズ　 ****************/

/* lens-------mainvisual */ 
#lens_mainvisual {
	width: 100%;
	position: relative; 
	margin:0; padding:0;
	overflow: hidden;
	text-align:center;
  	background: url(../lens/img/prod-lens-intro-bg-pc.jpg) center top;
	background-size: cover;
}

#lens_mainvisual .main_exp{
	width: 100%; 
	position: relative; 
	min-height:630px;
	margin: 0;
	text-align:left;
	padding:10px;
}
	@media print, screen and (min-width: 768px) {
		#lens_mainvisual .main_exp{ 
			min-height:560px;
			margin-left:15px;
		}
	}
	@media screen and (min-width: 1000px) {
		#lens_mainvisual .main_exp{ 
			width: 1000px;
			margin:0 auto 0 auto;
			padding:0;
		}
	}

#lens_mainvisual .main_exp img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

#lens_mainvisual .main_exp .main_lead{
	width: 100%; 
	color:#fff;
	font-size:14px;
			line-height:1.6;
	padding: 0;
}
	@media print, screen and (min-width: 768px) {
		#lens_mainvisual .main_exp .main_lead{
			font-size:17px;
			line-height:1.6;
			padding-right:15px;
		}
	}

/* レンズ　メインビジュアルの　紹介、Introduction */
#lens_mainvisual .main_ttl1{
	width: 100%;
	position:absolute; 
	bottom:180px; left:15px;
	overflow:hidden;
}
	@media print, screen and (min-width: 768px) {
		#lens_mainvisual .main_ttl1{
			bottom:120px; left:0;
		}
	}

#trans_btn21,#trans_btn22,#trans_btn23{
	width:100px; height:70px; 
	margin-right:5px;  margin-bottom:5px;
	float:left;
	cursor : pointer;
}
	@media print, screen and (min-width: 768px) {
		#trans_btn21,#trans_btn22,#trans_btn23{
			width:127px; height:91px; margin-right:10px;
		}
	}
#trans_btn21{
	background: url(../lens/img/main_btn1.jpg) no-repeat;background-size: contain;
}
#trans_btn22{
	background: url(../lens/img/main_btn2.jpg) no-repeat;background-size: contain;
}
#trans_btn23{
	background: url(../lens/img/main_btn3.jpg) no-repeat;background-size: contain;	
}
.lens_e #trans_btn21{
	background: url(../lens/img/main_btn1E.jpg) no-repeat;background-size: contain;
}
.lens_e #trans_btn22{
	background: url(../lens/img/main_btn2E.jpg) no-repeat;background-size: contain;
}
.lens_e #trans_btn23{
	background: url(../lens/img/main_btn3E.jpg) no-repeat;background-size: contain;	
}

/* onMouse */
#trans_btn21:hover{
	background:  linear-gradient(rgba(192, 237, 247, 0.3), rgba(192, 237, 247, 0.3)), url(../lens/img/main_btn1.jpg) no-repeat;background-size: contain;
}
#trans_btn22:hover{
	background:  linear-gradient(rgba(192, 237, 247, 0.3), rgba(192, 237, 247, 0.3)), url(../lens/img/main_btn2.jpg) no-repeat;background-size: contain;
}
#trans_btn23:hover{
	background:  linear-gradient(rgba(192, 237, 247, 0.3), rgba(192, 237, 247, 0.3)), url(../lens/img/main_btn3.jpg) no-repeat;background-size: contain;	
}
.lens_e #trans_btn21:hover{
	background:  linear-gradient(rgba(192, 237, 247, 0.3), rgba(192, 237, 247, 0.3)), url(../lens/img/main_btn1E.jpg) no-repeat;background-size: contain;
}
.lens_e #trans_btn22:hover{
	background:  linear-gradient(rgba(192, 237, 247, 0.3), rgba(192, 237, 247, 0.3)), url(../lens/img/main_btn2E.jpg) no-repeat;background-size: contain;
}
.lens_e #trans_btn23:hover{
	background:  linear-gradient(rgba(192, 237, 247, 0.3), rgba(192, 237, 247, 0.3)), url(../lens/img/main_btn3E.jpg) no-repeat;background-size: contain;	
}



/* レンズ　メインビジュアルの　お問い合わせ */
#lens_mainvisual .main_ttl2{
	width: 100%;
	position:absolute; 
	bottom:80px; left:15px;
	overflow:hidden;
}
	@media print, screen and (min-width: 768px) {
		#lens_mainvisual .main_ttl2{
			bottom:20px; left:0;
		}
	}
#trans_btn24,#trans_btn25{
	width:250px; height:40px; margin-right:10px; margin-bottom:5px;
	float:left;
	cursor : pointer;
}
#trans_btn24{
	background: url(../lens/img/main_btn_E_off.png) no-repeat;
}
#trans_btn25{
	background: url(../lens/img/main_btn_J_off.png) no-repeat;
}
#trans_btn24:hover{
	background: url(../lens/img/main_btn_E_on.png) no-repeat;
}
#trans_btn25:hover{
	background: url(../lens/img/main_btn_J_on.png) no-repeat;
}



/* レンズ　メインビジュアルの　言語切り替えボタン*/
#lens_mainvisual .main_ttl3{
	width: 200px;height:40px;
	position:absolute; 
	bottom:20px; left:15px;
	margin:0; padding:0;
}
	@media print, screen and (min-width: 768px) {
		#lens_mainvisual .main_ttl3{
			margin-right:30px; 
			bottom:20px; right:5px; left: auto;
		}
	}
	@media print, screen and (min-width: 1000px) {
		#lens_mainvisual .main_ttl3{
			margin-right:0; 
		}
	}
.lens_btn30{
	width: 200px;height:40px;
	background: url(../lens/img/btn_E_off.jpg) no-repeat;
}
.lens_btn31{
	width: 200px;height:40px;
	background: url(../lens/img/btn_J_off.jpg) no-repeat;
}
.lens_btn30:hover{
	background: url(../lens/img/btn_E_on.jpg) no-repeat;
}
.lens_btn31:hover{
	background: url(../lens/img/btn_J_on.jpg) no-repeat;
}

/* レンズ　ページ下部　*/
.lens_footer{
	width:100%;
	overflow:hidden;
}
.lens_footer a{
	float:right;
}

.lens_layer3btn_container{
	width:100%;
	margin-top:60px;
	margin-left:30px;
}
.lens_layer3btn_container ul{
	list-style-type:none;
	display:inline-block;
	width:100%;
	margin:0; padding:0;
}
.lens_layer3btn_container ul li{
	list-style-type:none;
	float:left;
	width:300px; height:90px;
	margin-right:10px;
	margin-bottom:10px;
}
.lens_layer3btn_container a{
	display:block;
	width:300px; height:90px;
}
.lens_layer3_btnJ1{ background: url(../lens/img/btn_layer3J-1.jpg) no-repeat; }
.lens_layer3_btnJ2{ background: url(../lens/img/btn_layer3J-2.jpg) no-repeat; }
.lens_layer3_btnJ3{ background: url(../lens/img/btn_layer3J-3.jpg) no-repeat; }
.lens_layer3_btnE1{ background: url(../lens/img/btn_layer3E-1.jpg) no-repeat; }
.lens_layer3_btnE2{ background: url(../lens/img/btn_layer3E-2.jpg) no-repeat; }
.lens_layer3_btnE3{ background: url(../lens/img/btn_layer3E-3.jpg) no-repeat; }

.lens_layer3_btnJ1:hover{ background: linear-gradient(rgba(192, 237, 247, 0.3), rgba(192, 237, 247, 0.3)),url(../lens/img/btn_layer3J-1.jpg) no-repeat; }
.lens_layer3_btnJ2:hover{ background: linear-gradient(rgba(192, 237, 247, 0.3), rgba(192, 237, 247, 0.3)),url(../lens/img/btn_layer3J-2.jpg) no-repeat; }
.lens_layer3_btnJ3:hover{ background: linear-gradient(rgba(192, 237, 247, 0.3), rgba(192, 237, 247, 0.3)),url(../lens/img/btn_layer3J-3.jpg) no-repeat; }
.lens_layer3_btnE1:hover{ background: linear-gradient(rgba(192, 237, 247, 0.3), rgba(192, 237, 247, 0.3)),url(../lens/img/btn_layer3E-1.jpg) no-repeat; }
.lens_layer3_btnE2:hover{ background: linear-gradient(rgba(192, 237, 247, 0.3), rgba(192, 237, 247, 0.3)),url(../lens/img/btn_layer3E-2.jpg) no-repeat; }
.lens_layer3_btnE3:hover{ background: linear-gradient(rgba(192, 237, 247, 0.3), rgba(192, 237, 247, 0.3)),url(../lens/img/btn_layer3E-3.jpg) no-repeat; }

/*************  滅菌サンプラー　 ****************/


.lead_container{
	width:100%;
	overflow:hidden;
}
.lead_right_img{
	float:none;
	text-align:center;
}
@media print, screen and (min-width: 768px) {
	.lead_right_img{
		float:right;
        margin-left:50px;
	}
}
.lead_left{
	font-size: 18px;
	font-weight: 400;
	line-height:160%;
	margin-right:0;
}

.sampler .flex2col{
	display:flex;
	flex-direction: column;
    justify-content: center;
    flex-wrap : wrap;
    
}
@media print, screen and (min-width: 768px) {
    .sampler .flex2col{
		flex-direction: row;
        justify-content: start;
    }
}

.sampler .feats_2col_menu{
    width:100%;
    background-color: #fff;
    padding:5px;
    margin: 0 auto 15px auto;
}
@media print, screen and (min-width: 768px) {
    .sampler .feats_2col_menu{
        width:48%;
        margin:0 15px 15px 0;
    }
    .sampler .flex1col .feats_2col_menu{
        width:97.5%;
        margin-bottom:60px;
    }
}
@media print, screen and (min-width: 1000px) {
    .sampler .feats_2col_menu{
        width:480px;
    }
    .sampler .flex1col .feats_2col_menu{
        width:97.5%;
    }
}

.sampler .feats_2col_menu .post-title {
    border-left: 8px solid #c8102e;
    margin: 5px;
    padding-left:6px;
    font-weight:500;
    font-size:22px;
    line-height:1.3;
}
@media print, screen and (min-width: 768px) {
  .sampler .feats_2col_menu .post-title {
        border-left-width: 10px;
        font-size:19px;
        line-height:1.2;
  }
}

.sampler .feats_2col_menu .post-container{
    display: flex;
    flex-direction: column; 
    
}
@media print, screen and (min-width: 768px) {
    .sampler .feats_2col_menu .post-container{
        flex-direction: row; 
        justify-content: start;
        
        /* メニューの左画像を、上寄せで統一　*/
        align-items:flex-start;
    }
    .sampler .feats_2col_menu .post-container.jo_btn{
        flex-direction: row; 
        justify-content: space-between;
        align-items: flex-end;
    }
}


.sampler .feats_2col_menu figure{
    width:200px;
    height:auto;
    
}
.sampler .flex1col .feats_2col_menu figure{
    width:100%;
}
@media print, screen and (min-width: 768px) {
    .sampler .feats_2col_menu figure{
        width:150px;
        height:auto;
    }
    .sampler .flex1col .feats_2col_menu figure{
        width:500px;
        height:auto;
    }
}

.sampler .feats_2col_menu img{
    width:100%;
    height:100%;
    object-fit:contain;
    
}

.sampler .feats_2col_menu ul{
    margin:0 0 20px 0;
    padding-top:0;
}
.sampler .feats_2col_menu li{
    margin:0;
    font-size:19px;
    line-height:2;
}
@media print, screen and (min-width: 768px) {
    .sampler .feats_2col_menu li{
        font-size:14.5px;
        line-height:1.2;
        margin-bottom:8px;
    }
}
.sampler .feats_2col_menu a:hover, .sampler .feats_2col_menu a:active, .sampler .feats_2col_menu a:focus{
    text-decoration:underline;
}


.sampler .post-cat-title{
    display: flex;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin:15px 0 14px 5px;
}
@media print, screen and (min-width: 768px) {
	.sampler .post-cat-title{
		margin:15px 0 14px 5px;		
	}
}
.sampler .post-cat-title::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #c8102e;
  margin-right: 6px;
  margin-top: 3px;
}
@media print, screen and (min-width: 768px) {
  .sampler .post-cat-title::before{
    width: 18px;
    height: 18px;
    margin-right: 12px;
    margin-top: 1px;
  }
}

.sampler .feats__post{
	width:100%;
	float:none;
	padding:0;
	margin-bottom:15px;
}
@media print, screen and (min-width: 768px) {
	.sampler .feats__post{
		width:315px;
		float:left;
		padding:0;
		margin-right:15px;
		margin-bottom:15px;
	}
}

.sampler .feats__post .post-title{
	margin:10px;
	font-weight:500;
	font-size:19px;
}

.sampler .feats__post img{
	width:100%;
	height:auto;
}
@media print, screen and (min-width: 768px) {
	.sampler .feats__post img{
		width:315px;
		height:auto;
	}
}

.sampler .feats__post .post-footer{
	width:100%;
	height:41px;
	text-align:center;
}
@media print, screen and (min-width: 768px) {
	.sampler .feats__post a .post-footer{
		background:url(../img/arrows/linkarrow-w31.png) right 10px bottom 10px no-repeat;
		/* transition: 1.0s ; */
	}
	.sampler .feats__post a:hover .post-footer{
		background:url(../img/arrows/linkarrow-w31_on.png) right 10px bottom 10px no-repeat;
	}
}
.sampler .post-footer ul{
	width:98%;
	margin:0 auto; 
	padding:0;
}
.sampler .post-container a{
	text-decoration:none;
}



.btn_s2_large{
	width:100%;
	margin:0 auto;
}
@media print, screen and (min-width: 768px) {
	.btn_s2_large{
		width:460px;
		margin-top:0;
		margin-left:30px;
	}
}
.btn_s2_large .btn__style2{
	height:50px;
	text-align:center;
	margin-top:0;
	font-size:18px;
	font-weight:600;
	line-height:2;
}

/* 他製品への移動バナー */
.else_banner {
    position: relative;
    overflow: hidden;
    margin:0 auto 60px;
    height:180px;
    width:100%;
    
    background:#F0F0F0;
    
    display:flex;
    justify-content: end;
    align-items: center;
}
@media print, screen and (min-width: 768px) {
    .else_banner{ 
        height:64px;
    }
}

.else_banner.else_ban_stn:after {    
    background:url(../sampler/img/banner01_back.jpg) center center no-repeat;   
}
.else_banner.else_ban_dispo:after {    
    background:url(../sampler/img/banner02_back.jpg) center center no-repeat;   
}
.else_banner:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.else_banner:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.else_banner.else_ban_stn img{ 
    max-width:314px;
    width:100%;
}
@media print, screen and (min-width: 768px) {
    .else_banner.else_ban_stn img{ 
        width:314px;
    }
}

.else_banner.else_ban_dispo img{ 
    max-width:374px;
    width:100%;
}
@media print, screen and (min-width: 768px) {
    .else_banner.else_ban_dispo img{ 
        width:374px;
    }
}

.else_banner img{
    position: relative;
    z-index: 1;
    height:auto;
    margin-right:20px;
}




/*********** Smalight ****************/

/* Smalight  ニュース　第二階層　*/
.page__leaf1 .news__list {
	margin: 0 4px 10px 4px;
	border: 1px solid #c8102e;
	padding: 20px 10px 10px;
}
@media print, screen and (min-width: 768px) {
  .page__leaf1 .news__list {
    width: 100%;
    margin: 0 auto 10px auto;
  }
}

.page__leaf1 .news__list .item {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .page__leaf1 .news__list .item {
    display: flex;
  }
}

.page__leaf1 .news__list .item-date {
  display: flex;
  align-items: center;
  font-size: 10px;
  height: 16px;
  margin-bottom: 2px;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .page__leaf1 .news__list .item-date {
    font-size: 14px;
    height: 22px;
    flex: 0 0 135px;
  }
}

.page__leaf1 .news__list .item-date::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #c8102e;
  margin-right: 4px;
}
@media print, screen and (min-width: 768px) {
  .page__leaf1 .news__list .item-date::before {
    width: 5px;
    margin-right: 5px;
  }
}

.page__leaf1 .news__list .item-title {
  font-size: 13px;
  line-height: 1.308;
  padding-left: 8px;
	margin:3px 0 8px;
}
@media print, screen and (min-width: 768px) {
  .page__leaf1 .news__list .item-title {
    font-size: 16px;
    padding-top: 2px;
	  margin:0;
  }
}

/* Smalight ニュース　第三階層　*/
.page__leaf2 .news__list {
	margin: 0 4px 10px 0;
	padding: 20px 10px 10px 0;
}
@media print, screen and (min-width: 768px) {
  .page__leaf2 .news__list {
    width: 100%;
    margin: 0 auto 10px auto;
  }
}

.page__leaf2 .news__list .item {
  	margin-bottom: 10px;
	padding-bottom:20px;
	border-bottom: 1px solid #eee;
}
@media print, screen and (min-width: 768px) {
  .page__leaf2 .news__list .item {
    display: flex;
  }
}

.page__leaf2 .news__list .item-date {
  display: flex;
  align-items: center;
  font-size: 10px;
  height: 16px;
  margin-bottom: 2px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .page__leaf2 .news__list .item-date {
    font-size: 14px;
    height: 22px;
    flex: 0 0 135px;
  }
}

.page__leaf2 .news__list .item-date::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #c8102e;
  margin-right: 4px;
}
@media print, screen and (min-width: 768px) {
  .page__leaf2 .news__list .item-date::before {
    width: 5px;
    margin-right: 5px;
  }
}

.page__leaf2 .news__list .item-title {
	font-size: 13px;
	font-weight:400;
	line-height:140%;
	padding-left: 8px;
	margin:3px 0 8px;
}
@media print, screen and (min-width: 768px) {
  .page__leaf2 .news__list .item-title {
	font-size: 16px;
	padding-top: 2px;
	margin:0;
  }
}

.page__leaf2 .news__list .item-title .txt{
	font-size:0.85em;
	font-weight:200;
}


/*************  会社概要　 ****************/
.line_higher{
	line-height:195%;
	font-size: 1.1em;
	/* letter-spacing:0.2px; */
}


/******************************************************/
/*************  課題・ニーズ　　事例紹介　 ****************/
/******************************************************/

body.page__leaf1.issu { 
    background: #f2f2f2;  
}

.issu .item-btn{
 	display: inline-block;
	margin: 15px auto 30px;	
}

/* .btn__style5
　・btn__style3の縮小版
  -背景が red (PCでは redボーダー＋red系グラデーション背景)。 */
.btn__style5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background: #c8102e url(../img/arrows/linkarrow-w47.png) right 10px center/20px auto no-repeat;
	padding: 11px 24px 11px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .btn__style5 {
    border-radius: 0;
    height: 40px;
    border: 1px solid #c8102e;
    background: url(../img/arrows/linkarrow-w31.png) right 10px center/20px auto no-repeat, linear-gradient(#f46079, #c8102e);
  }
}
@media print, screen and (min-width: 768px) {
	.btn__style5:hover{
		background: url(../img/arrows/linkarrow-w31.png) right 10px center/20px auto no-repeat, #c8102e;
	}
}
.btn__style5 .label {
  font-size: 14px;
  line-height: 1;
  margin: 0 0.5em;
}

@media print, screen and (min-width: 768px) {
  .btn__style5 .label {
    font-size: 15px;
    margin: 0 16px;
  }
}

/* .btn__style6
　・btn__style6のブルー版　*/
.btn__style6 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background: #028da8 url(../img/arrows/linkarrow-w47.png) right 10px center/20px auto no-repeat;
    padding: 11px 24px 11px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .btn__style6 {
    border-radius: 0;
    height: 40px;
    border: 1px solid #087086;
    background: url(../img/arrows/linkarrow-w31.png) right 10px center/20px auto no-repeat, linear-gradient(#21aecd, #1186a0);
  }
}
@media print, screen and (min-width: 768px) {
	.btn__style6:hover{
		background: url(../img/arrows/linkarrow-w31.png) right 10px center/20px auto no-repeat, #1186a0;
	}
}
.btn__style6 .label {
  font-size: 14px;
  line-height: 1;
  margin: 0 0.5em;
}

@media print, screen and (min-width: 768px) {
  .btn__style6 .label {
    font-size: 15px;
    margin: 0 16px;
  }
}

/*************  事例紹介　トップページ ****************/
.case_article{ 
    position: relative;
	display: flex;
    flex-direction: column;
    background:#fff;
    padding: 5vw;
    margin:15px 0;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}
@media print, screen and (min-width: 768px) {
    .case_article{ 
        display: flex;
        flex-direction: row;
        padding: 25px;
        justify-content: space-between;
    }
}

.case_article-body{
    flex-grow: 1;
    max-width:580px;
}
.case_article-ttl{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.case_tag{
    width:76px;
    height:20px;
    border-radius: 3px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    letter-spacing: .2rem;
    text-align:center;
    line-height:1;
    padding:4px;
    margin-right:10px;
}
.tag_gr{
    background:#119E8C;
}

.case_article-txt{
    color:#626262;
    font-size:12px;
    font-weight:normal;
    line-height:1.6;
    margin-top:20px;
    
    /*　２行以上にテキストが溢れたら3点リーダーを付ける　*/
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px;
}
.case_article-more{
    font-size:0.9em;
}

.case_article figure{
    margin:20px auto 0;
}
@media print, screen and (min-width: 768px) {
    .case_article figure{
        margin:0 0 0 20px;
        width:160px;
        height:110px;
        flex-shrink: 0;
    }
}
.case_article figure img{
    width:80vw;
    height:auto;
}
@media print, screen and (min-width: 768px) {
    .case_article figure img{
        width:160px;
        height:110px;
    }
}

a.hyde_link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


/*************  事例紹介　記事ページ ****************/
/* 記事タイトル　*/
.case_header{
    background:#CAE5DD;
}
.case_header .sect-container{
    display: flex;
    flex-direction: column;
    padding:20px 8px;
}
@media print, screen and (min-width: 1000px) {
    .case_header .sect-container{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
}

.case_header figure{
    margin:10px auto 0;
}
@media print, screen and (min-width: 1000px) {
    .case_header figure{
        margin:0 0 0 10px;
        height:200px;
    }
}
.case_header figure img{
    width:100%;
    height:auto;
}
@media print, screen and (min-width: 1000px) {
    .case_header figure img{
        height:200px;
        width:auto;
    }
}
.case_header .case_artile-ttl{
    font-size:12px;
}
.case_header_txt p{
    margin-top:8px;
    font-size:20px;
}


/*　記事　関連製品の紹介*/
.case_prodinfo{
    background:#F0F0F0;
}
.case_prodinfo .sect-container{
    padding: 20px 8px 8px 8px;
}
@media print, screen and (min-width: 1000px) {
    .case_prodinfo .sect-container{
        padding: 30px 0 5px 0;
    }
}
.case_prodinfo p{
    font-size:1.2em;
    font-weight:bolder;
}
.case_prodinfo p a{
    font-weight:normal;
}
.case_prodinfo figure{
    padding:0;
    margin:5px auto 20px 0;
    text-align:center;
}
.case_prodinfo figure img{
    border:1px solid #B1B1B1; 
    width:75vw;
    height:auto;
}
@media print, screen and (min-width: 1000px) {
    .case_prodinfo figure img{
        width:600px;
    }
} 
.case_prodinfo .item-btn{
    width:100%; 
    display: flex;
    flex-direction: column;
}
@media print, screen and (min-width: 1000px) {
    .case_prodinfo .item-btn{
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
    }
}
.case_prodinfo .item-btn a{
    margin:0;
}
.case_prodinfo .item-btn a.btn__style6{
    margin:0 0 8px 0;
}
@media print, screen and (min-width: 1000px) {
    .case_prodinfo .item-btn a.btn__style6{
        margin:0 8px 0 0;
    }
}

.casepost_lead{
    margin:70px 0 0;
	font-size: 17px;
	font-weight: normal;
	line-height:180%; 
}
@media print, screen and (min-width: 768px) {
	.casepost_lead{
		padding-left: 30px;
        font-size: 16px;
	}
}

.casepost{
    margin:60px 0 0;
	font-size: 16px;
	font-weight: 300;
	line-height:170%;
    
	display: flex;
    flex-direction: column;
}
@media print, screen and (min-width: 768px) {
	.casepost{
		padding-left: 30px;
        font-size: 15px;
        
        flex-direction: row;
        justify-content: space-between;
	}
}

@media print, screen and (min-width: 768px) {
	.casepost .right_img{
        flex-shrink: 0;
	}
    .casepost .right_img img{
		width: 360px;
    }
    .casepost .casepost_txt{
        padding-right:30px;
    }
}

.casepost_ttl{
    color:#119E8C;
    font-size:1.1em;
    font-weight:600;
}

.casepost_quest{
    margin-top:16px;
    font-weight:600;
}
.casepost_txt p{
    margin-top:8px;
}

.case_custinfo{
    margin-top:60px;
    margin-bottom:120px;
    background:#F0F0F0;
    padding:30px 40px 40px 30px;
    border-top:1px solid #119E8C;
    
	font-size: 16px;
	font-weight: 300;
	line-height:170%;
}
@media print, screen and (min-width: 768px) {
	.case_custinfo{
        font-size: 15px;
	}
}
.case_custinfo_ttl{
    font-weight:600;  
}
.case_custinfo_body{
	display: flex;
    flex-direction: column;
    margin-top:8px;
}
@media print, screen and (min-width: 768px) {
	.case_custinfo_body{        
        flex-direction: row;
        justify-content: space-between;
	}
}
@media print, screen and (min-width: 768px) {
	.case_custinfo_body .right_img{
        flex-shrink: 0;
	}
    .case_custinfo_body .right_img img{
		width: 320px;
    }
    .case_custinfo_body .case_custinfo_txt{
        padding-right:30px;
    }
}


/* 導入事例のバナー */
.case_banner {
    position: relative;
    overflow: hidden;
    width:100%;
    
    background:#F0F0F0;
    
    display:flex;
    justify-content: end;
    align-items: center;
}
.case_banner.case_banL{ 
    margin:60px auto;
    height:240px;
}
@media print, screen and (min-width: 768px) {
    .case_banner.case_banL{ 
        height:140px;
    }
}
.case_banner.case_banS{ 
    margin:0 auto 10px;
    height:180px;
}
@media print, screen and (min-width: 768px) {
    .case_banner.case_banS{ 
        height:64px;
    }
}

.case_banner.case_banL:after {    
    background:url(../case/img/banner_back.jpg) center center no-repeat;   
}
.case_banner.case_banS:after {    
    background:url(../case/img/banner_back.jpg) center top -70px no-repeat;   
}
.case_banner:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.case_banner:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.case_banner.case_banL img, .case_banner.case_banS img{ 
    max-width:194px;
    width:100%;
}
@media print, screen and (min-width: 768px) {
    .case_banner.case_banL img{ 
        width:194px;
    }
}
.case_banner img{
    position: relative;
    z-index: 1;
    height:auto;
    margin-right:20px;
}




/*************  課題・ニーズから　 ****************/
.faq_topmenu{ 
	display: flex;
    flex-direction: column;
    background:#fff;
    padding: 20px 0 12px;
}
@media print, screen and (min-width: 768px) {
    .faq_topmenu{ 
        display: flex;
        flex-direction: row;
        
        justify-content: space-between;
    }
}
.faq_topmenu ul{
    width:100%;
    padding: 0 10px;
    margin:0;
}
@media print, screen and (min-width: 768px) {
    .faq_topmenu ul{
        width:48%;
        padding: 0 20px;
    }
}
.faq_topmenu a{
    display:block;
    width:100%;
    margin-bottom:8px;
    padding-left:10px;
    
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff url(../img/arrows/linkarrow-w31.png) right 5px center/22px auto no-repeat;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    line-height: 26px;
}

.faq_topmenu a:hover{
    background: #fff url(../img/arrows/linkarrow-w31_on.png) right 5px center/22px auto no-repeat;
    color: #000;
}



/*************  会社情報　****************/
body.corp .president{
	text-align:right;
	font-size:12px;
	line-height:180%;
}

body.corp .president .name{
	font-size:1.5em; font-weight: 600;
}

body.corp .map{
	width:100%; height:150px;
}

.anker_inner {
    padding-top: 110px;
    margin-top: -110px;
}
.anker_inner2 {
    padding-top: 140px;
    margin-top: -120px;
}
.anker_inner3 {
}


/*************  採用情報　****************/
.recruit_kakomi{
    width:100%;
    border:#f29a47 2px solid;
    padding:10px 10px 30px 10px;
    margin-bottom:50px;
}
.recruit_post_ttl{
    margin:10px 0 20px 10px;
    color:#f29a47;
    font-size:2em;
}
.recruit_color{
    color:#f29a47;
    font-weight:600;
}

.recruit_card_area{
	font-size: 14px;
	font-weight: 300;
	margin-bottom:20px;
	line-height:170%;
    
	display: flex;
    flex-direction: column;
    flex-wrap:wrap;
}
@media print, screen and (min-width: 1000px) {
	.recruit_card_area{
	    font-size: 15px;
		padding-left: 30px;
        
        flex-direction: row;
        align-items:stretch;        
        justify-content:start;
	}
}
.recruit_card{
    width:100%;
    border:#f29a47 1px solid;
    margin:0 auto 10px;
}
@media print, screen and (min-width: 1000px) {
    .recruit_card{
        width:32%;
        min-width:32%;
        border:#f29a47 1px solid;
        margin: 0 10px 10px 0;
    }
}

.recruit_card_ttl{
	background:linear-gradient(to right, #ed831f, #f29a47 );
    color:#fff;
    padding:2%;
    font-size:1.2em;
}

.recruit_card_txt{
    padding:10px 2% 15px 2%;
}


/* 採用LPページ　リンクバナー　*/
.recruit_lplink-cont{
  position: relative;
  width: 100%;
    
}
.recruit_lplink-cont:before{
  content: "";
  display: block;
  padding-top: 92.857143%;
}

@media print, screen and (min-width: 768px) {
    .recruit_lplink-cont:before{
      padding-top: 18.556701%;
    }
}
.recruit_lplink{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    border: 1px solid #5D5D5D;
    background: url(../img/recruit/rec_lplink_SP.jpg) no-repeat;
    background-size: cover;
    
    text-decoration: none;
}

@media print, screen and (min-width: 768px) {
    .recruit_lplink {  
        background: url(../img/recruit/rec_lplink_PC.jpg) no-repeat;
        background-size: cover;
    }
    a:hover.recruit_lplink {
        background: url(../img/recruit/rec_lplink_PC_on.jpg) no-repeat;
        background-size: cover;
    }
}

a.recruit_lplink p{
    display: block;
    position: absolute;
    left: 4.5%;
    top: 21%;
    bottom:auto;
    
    font-size: 3.3vw;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}
@media print, screen and (min-width: 768px) {
    a.recruit_lplink p{
        display: flex;
        left: 2.8%;
        bottom: 2.8%;
        top:auto;
        
        font-size: 15px;
        line-height: 26px;
    }
}

a.recruit_lplink p::after {
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    margin:5px 0 0 0;
    background: url(../img/arrows/linkarrow-w31.png)  no-repeat;
    background-size: cover;
}
@media print, screen and (min-width: 768px) {
    
    a.recruit_lplink p::after {
        width: 20px;
        height: 20px;
        margin:1px 0 0 10px;
    }
    
    a:hover.recruit_lplink p::after {
        background: url(../img/arrows/linkarrow-w31_on.png)  no-repeat;
        background-size: cover;
    }

}


/*************  LPWA通信機　 ****************/
.img10{ 
	width:40%; 
	height:auto;
	display:inline-block;
}
@media print, screen and (min-width: 768px) {
	.img10{ 
		width:10%; 
		height:auto;
	}
}
.img10 img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.btn_area ul.linklist{
	display: flex;
	justify-content:flex-end;
}


.btn_area.catalogttl{
	display: flex;
    justify-content:flex-end;
    flex-direction: column;
}

@media print, screen and (min-width: 1000px) {
    .btn_area.catalogttl{
        display: flex;
        justify-content:space-between;
        flex-direction: row;

    }   
}

.btn_area.catalogttl ul.linklist{
	display: flex;
    justify-content: center;
    flex-direction: column;
}
@media print, screen and (min-width: 1000px) {
    .btn_area.catalogttl ul.linklist{
	    justify-content:flex-end;
        flex-direction: row;
    }
}

.btn_area.catalog ul.linklist{
	display: flex;
    justify-content: center;
    flex-direction: column;
}
@media print, screen and (min-width: 768px) {
    .btn_area.catalog ul.linklist{
	    justify-content:start;
        flex-direction: row;
    }
}

.btn_area .linklist .item{
	width:90%;
    margin: 0 0 8px 0;
}
@media print, screen and (min-width: 768px) {
  .btn_area .linklist .item {
    width: fit-content;
    margin: 0 8px 8px 0;
  }
  .btn_area .linklist .item:last-of-type {
    margin-right: 0;
  }
}
/*added 2022 for sampler end*/


.news__list2 {
	margin: 0 4px 10px 4px;
	border: 1px solid #c8102e;
	padding: 20px 10px 10px;
}
@media print, screen and (min-width: 768px) {
  .news__list2{
    width: 100%;
    margin: 0 auto 10px auto;
  }
}

.news__list2 .item {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .news__list2 .item {
    display: flex;
  }
}
.news__list2 .item-date {
  display: flex;
  align-items: center;
  font-size: 10px;
  height: 16px;
  margin-bottom: 2px;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .news__list2 .item-date {
    font-size: 14px;
    height: 22px;
    flex: 0 0 135px;
  }
}
.news__list2 .item-date::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #c8102e;
  margin-right: 4px;
}
@media print, screen and (min-width: 768px) {
  .news__list2 .item-date::before {
    width: 5px;
    margin-right: 5px;
  }
}

.lpwa_adv_kakomi{
	margin:0; 
	padding: 8px;
	border-radius:8px;
}
.adv_kakomi_grn{
	background:#10859e;
	color:#10859e;
}
.adv_kakomi_blue{
    background:#455c83;
	color:#455c83;
}
.adv_kakomi_ppl{
    background:#786197;
	color:#786197;
}
.lpwa_adv_kakomi figure{
    width:100%;
	padding: 8px;
    
}
.lpwa_adv_kakomi figure img{
    width: auto;
    max-width: 100%;
}

.col2_lead{
	width:100%;
    
    display:flex;
    flex-direction: column;
}
@media print, screen and (min-width: 768px) {
    .col2_lead{
        flex-direction: row;
        justify-content: space-between;
      }
}
.col2_lead_txt{
    
    max-width:520px;
}

.col2_lead table{
    min-width:340px;
    margin-left:20px;
}

.col3_blue{
	width:100%;
	list-style-type:none;
    
    display:flex;
    flex-direction: column;
}
@media print, screen and (min-width: 768px) {
    .col3_blue{
        flex-direction: row;
      }
}
.col3_blue .f_grow2{
    display:flex;
    flex-direction: column;
    
	margin: 0 8px 8px 8px;
	padding:0;
	background:#fff;
	font-size:20px;
	line-height:1.6;
}
@media print, screen and (min-width: 768px) {
    .col3_blue .f_grow2{ 
	    width:32.5%;
    }
}

.adv_kakomi_grn .f_grow2{
	margin:5px;  
}


.col3_blue .f_grow2 .f_grow2_ttl{
    width:100%;
    min-height:60px;
    margin:0;
    
    padding:2px 0;
    display: grid;
    place-items: center;
    
    color:#fff;
    font-weight:600;
	font-size:22px;
    line-height:1;
    text-shadow: 1px 1px 2px black;
}

.col3_blue .f_grow2 .f_grow2_ttl.ppl{
	background: linear-gradient( 90deg,#9688b4, #463b5b );
}
.col3_blue .f_grow2 .f_grow2_ttl.sbl{
	background: linear-gradient( 90deg,#7384a6, #203050 );
}
.col3_blue .f_grow2 .f_grow2_ttl.sgr{
	background: linear-gradient( 90deg,#65a8c0, #0d617f );
}
.col3_blue .f_grow2 .f_grow2_ttl img{
	width:auto;
    max-width: 100%;
	height:auto;
    margin:10px 0 4px;
}

.col3_blue .f_grow2 ul{
    display:block;
    width:100%;
	list-style-type:square;
	margin: 12px  0;
	padding:4px 8px 4px 28px;
}

.adv_kakomi_grn .col3_blue .f_grow2 ul{
	padding:0 10px 0 30px;
}

.col3_blue .f_grow2 li{
    margin:5px 0;
	font-size:0.8em;
	font-weight:400;
	line-height:1.3;
}

.col3_blue .center_img{
	margin:0 auto 0 auto;
    padding:0;
}

.waku_blue{
	width:100%;
	margin:0; 
	padding: 10px;
	background:#10859e;
	border-radius:2px;
	text-align:center;
	color:#fff;
	font-size:24px;
	font-weight:500;
	line-height:1.5;
}
.waku_palegreen{
	border: solid 3px #bcf3ed;
	border-radius:20px;
	margin-bottom:10px;
}
.waku_palegreen .ttl{
	margin: 20px 20px 15px 20px;
	font-size:1.2em;
	font-weight:500;
	background: linear-gradient(transparent 0%, transparent 50%, #8eeee4 50%, #8eeee4 100%);
}

.post-2col{
    display:flex;
    flex-direction:column;
}
@media print, screen and (min-width: 768px) {
    .post-2col{
        flex-direction:row;
        justify-content:space-between;
    }
}
.post-2col .post_half{
    color:#fff;
    margin-bottom:10px;
}
.post-2col .steel_blue{
    width:100%;
    background:#455c83;
}
.post-2col .steel_purple{
    width:100%;
    background:#786197;
}
@media print, screen and (min-width: 768px) {
    .post-2col .steel_blue, .post-2col .steel_purple{
        width:49%;
    }
}
.post-2col .steel_blue img, .post-2col .steel_purple img{
    width: auto;
    max-width: 100%;
    height:auto;
    margin:0 auto 0 auto;
}

.col2_ul{
    display:flex;
    flex-direction:column;
    border:#333 solid 1px;
    padding:10px;
}
@media print, screen and (min-width: 768px) {
    .col2_ul{
        flex-direction:row;
    }
}
.col2_ul ul{
    margin:0;
    padding-top:0;
	list-style-type:square;
}

.map_caption{
    font-size:0.7em;
}
.map_caption strong{
    font-weight:600;
}


/* ====================
	　　配置調整
	==================== */

/* ２カラム左側に画像、PCで220px。スマホで画像は原寸でウィンドウ幅より大きい場合は合わせる。*/
.left_img{
	float:none;
	margin:2px auto 2px auto;
	text-align:center;
}
.left_img img{
    width: auto;
    max-width: 100%;
}
@media print, screen and (min-width: 768px) {
	.left_img{
		float:left;
		margin:0 10px 5px 0;
		text-align:left;
	}
	.left_img img{
		width: 220px;
		height:auto;
	}
}

/* ２カラム左側に画像、PCで360px。スマホで画像は原寸でウィンドウ幅より大きい場合は合わせる。*/
.left_img360{
	float:none;
	margin:2px auto 2px auto;
	text-align:center;
}
.left_img360 img{
    width: auto;
    max-width: 100%;
}
@media print, screen and (min-width: 768px) {
	.left_img360{
		float:left;
		margin:0 20px 5px 0;
		text-align:left;
	}
	.left_img360 img{
		width: 360px;
		height:auto;
	}
}

/* ２カラム左側に画像、PCで480px。スマホで画像は原寸でウィンドウ幅より大きい場合は合わせる。*/
.left_img_480{
	float:none;
	margin:2px auto 2px auto;
	text-align:center;
}
.left_img_480 img{
    width: auto;
    max-width: 100%;
}
@media print, screen and (min-width: 768px) {
	.left_img_480{
		float:left;
		margin:0 20px 5px 0;
		text-align:left;
	}
	.left_img_half img{
		width: 480px;
		height:auto;
	}
}

/* ２カラム右側に画像、PCで320px。スマホで画像は原寸でウィンドウ幅より大きい場合は合わせる。*/
.right_img{
	float:none;
	margin:2px auto 2px auto;
	text-align:center;
}
.right_img img{
    width: auto;
    max-width: 100%;
}
@media print, screen and (min-width: 768px) {
	.right_img{
		float:right;
		margin:0 0 5px 10px;
		text-align:left;
	}
	.right_img img{
		width: 320px;
		height:auto;
	}
}

/* ２カラム右側に画像、PCで260px。スマホで画像は原寸でウィンドウ幅より大きい場合は合わせる。*/
.right_img2{
	float:none;
	margin:2px auto 2px auto;
	text-align:center;
}
.right_img2 img{
    width: auto;
    max-width: 100%;
}
@media print, screen and (min-width: 768px) {
	.right_img2{
		float:right;
		width: 260px;/* 追加2021-4-1 */
		margin:0 0 5px 3px;
		text-align:left;
	}
	.right_img2 img{
		width: 260px;
		height:auto;
	}
}

/* 画像を中央表示。スマホで画像は原寸でウィンドウ幅より大きい場合は合わせる。*/
.center_img{
	margin:2px auto 2px auto;
	text-align:center;
}
.center_img img{
	width:auto;
    max-width: 100%;
	height:auto;
}

.center_img_x2{
	margin:2px auto 2px auto;
	text-align:center;
}
.center_img_x2 img{
    max-width: 100%;
	height:auto;
}



/* 画像を左寄せ表示。スマホで画像は原寸でウィンドウ幅より大きい場合は合わせる。*/
.alignLeft_img{
	margin:15px auto 10px 0;
	text-align:left;
}
.alignLeft_img img{
    width: auto;
    max-width: 100%;
	height:auto;
}
@media print, screen and (min-width: 768px) {
	.alignLeft_img{
	}
}

/* 高さを350pxに。スマホで画像は原寸でウィンドウ幅より大きい場合は合わせる。*/
.h350_img{
	margin:15px auto 10px 0;
	text-align:left;
}
.h350_img img{
    width: auto;
    max-width: 100%;
	height:auto;
}
@media print, screen and (min-width: 768px) {
	.h350_img img{
		height: 350px;
    	width: auto;
	}
}

/* 高さを200pxに。スマホで画像は原寸でウィンドウ幅より大きい場合は合わせる。*/
.h200_img{
	margin:15px auto 0 0;
	text-align:left;
}
.h200_img img{
    width: auto;
    max-width: 100%;
	height:auto;
}
@media print, screen and (min-width: 768px) {
	.h200_img img{
		height: 200px;
    	width: auto;
	}
}


.left50_img{
	float:left;
	margin:0 10px 5px 0;
	text-align:left;
}
.left50_img img{
	width: 120px;
	height:auto;
}

/* tables */
.table_plain{
	margin:0; padding:0;
	line-height:140%;
}

.table_blue{
	margin:0; padding:0;
	line-height:130%;
}
.table_blue th{
	font-weight:normal;
	text-align:left; 
	background:#b7d1f1; 
	padding:4px;
}
.table_blue td{ 
	text-align:left; 
	background:#d0e5f8; 
	padding:4px; 
}
.table_blue td.yellow{ 
	background:#f6f395; 
}
.table_blue td.green{ 
	background:#b7e0c5; 
}

.table_grey{
	margin:0; padding:0;
	line-height:130%;
	border:1px solid #aaa;
	border-collapse:collapse; 
}
.table_grey th{
	white-space:nowrap;
	font-weight:normal;
	text-align:left; 
	background:#eee; 
	padding:4px 4px 4px 8px;
	border:1px solid #ccc;
}
.table_grey td{ 
	text-align:left; 
	background:#fff; 
	padding:4px 4px 4px 8px;
	border:1px solid #ccc;
}
.table_grey.vp400 td{
    text-align:center;
}

.table600{
	width:98%;
}
@media print, screen and (min-width: 768px) {
	.table600{ width: 600px; }
}

table.txt_center td, table.txt_center th{ text-align:center;}

/* スマホの時、テーブルに横スクロールバーを表示 */
@media (max-width: 640px) {
    .table-scroll {
        overflow-x: scroll;
    }
}


td.text_center{
	text-align:center;
}

/*********************/
/* ulのリスト表示各種 */
/*********************/

.ul_plain{
	padding-left:20px;
}
@media print, screen and (min-width: 768px) {
	.ul_plain{
		padding-left:50px;
	}
}
.ul_plain li{
	padding: 3px;
    font-size: 14px;
}

/* ul plain2 ：PCでも左揃え　*/
.ul_plain2{
	padding-left:20px;
}
.ul_plain2 li{
	padding: 0 3px;
    font-size: 1em;
}

/* added 2022*/
.ul_plain_fit{
    padding-top:0;
    padding-bottom:0;
    margin:0 0 10px 0;
}

/* ul square*/
.ul_square{
	list-style-type:square;
	padding:0 0 0 1.5em;
	margin:0;
}

/* ul number */
.ul_num{
	list-style-type:decimal;
	padding:0 0 0 1.5em;
	margin:0;
}
.ul_num li{
	padding-bottom:10px;
}



/* 青い囲み*/
ul.kakomi_dot {
  color: #1e366a;
  border: dotted #1e366a 1px;/*ドット 色 太さ*/
  padding: 0.5em 0.5em 0.5em 2em;
}

ul.kakomi_dot li {
  line-height: 1.5;
  padding: 0.5em 0;
}

/* 水平ならべ　*/
ul.ul_vertical{
	display:inline-block;
	overflow:hidden;
}
ul.ul_vertical li{
	float:none;
	margin-left: 20px;
}

@media print, screen and (min-width: 768px) {
	ul.ul_vertical li{
		float:left;
		margin-right: 40px;
	}
}

/* kome */
ul.kome{
	margin:10px 0;
	padding:0;
	padding-left: -1em;
}
ul.kome li { 
	margin:0;
	padding:0;
	list-style:none;
	list-style-position: outside;
	font-size:0.9em;
	line-height:1.3;
  text-indent:-1em;
  padding-left:1em;
}
ul.kome li:before { 
	content:"※";
}


/* link buttons 矢印アイコンの付与　*/
.ul_outlink{
	margin-bottom:10px;
	padding:0;
}
.ul_outlink li{
	list-style:none;
	background: url(../img/arrows/linkarrow-w20blue.png) no-repeat;
	background-position: left top ;
	padding-left: 1.6em;
	line-height: 1.4;
	margin-bottom:5px;
}

/* 米印を付与　*/
ul.kome li { 
	margin:0;
	padding:0;
	list-style:none;
	list-style-position: outside;
	font-size:0.9em;
	line-height:1.3;
  text-indent:-1em;
  padding-left:1em;
}


a.post-link_arrow{
    display: inline-block;
	width:100%;
    border: none;
    font-size: 14px;
	font-weight:500;
	text-decoration:none;
    color: #000;
	text-align:right;
    background: url(../img/arrows/linkarrow-w20.png) right 0 center/18px auto no-repeat;
    padding: 3px 25px 0 0;
    line-height: 130%;
	vertical-align:bottom;
}
a.post-link_arrow:hover{
	color:#c8102e;
}

/***********  囲み　　************/
/* 赤い囲み*/
.kakomi-red{
	border: #c8102e solid 2px;
	padding:15px;
	background:#fff;
}
.kakomi-red h4{
	margin:8px 0;
	color:#c8102e;
    font-size: 17px;
	font-weight:500;
	background:#fff;
}
@media print, screen and (min-width: 768px) {
	.kakomi-red h4{
		margin:10px 0 10px 15px;
	}
}


/* 緑の囲み */
.kakomi-green{
	border: #109e8c solid 2px;
	padding:15px;
	background:#fff;
}


/* 紫の囲み */
.kakomi-purple{
	border: #5c60b0 solid 2px;
	padding:15px;
	background:#fff;
}



/* グレー囲み*/
.kakomi_grey{
	border: #535571 1px solid;
	background:#eee;
	margin:10px auto 20px 0;
	padding:10px;
	width:100%;
	overflow:hidden;
}
@media print, screen and (min-width: 768px) {
	.kakomi_grey {
		/* width:80%; */
	}
}

/* グレー囲み　内容にフィット　*/
.kakomi_grey_fit{
	border: #535571 1px solid;
	background:#eee;
	margin-top:10px;
	margin-bottom:20px;
	padding:10px;
	display:inline-block;
	overflow:hidden;
}
@media print, screen and (min-width: 768px) {
	.kakomi_grey_fit {
		/* width:80%; */
	}
}


.kakomi_blue {
	color: #1e366a;
	border: solid #1e366a 1px;/*ドット 色 太さ*/
	background:#e8f4f6;
	padding: 0.5em 0.5em 0.5em 2em;
	display:inline-block;
	overflow:hidden;
}

/* 強調囲み　*/
.kakomi_red3{
	border: #c8102e solid 3px;
	padding:20px;
	margin: 20px 0;
    font-size: 17px;
	font-weight:500;
	line-height:160%;
}
.kakomi_red3 .feats__post{ 
	padding:0;
}
.kakomi_red3 ul .btn__style1{
	font-size:14px;
}

/* 強調囲み　*/
.kakomi_red4{
	border: #c8102e solid 3px;
	padding:18px;
	margin: 0 auto;
    font-size: 16px;
	font-weight:500;
	line-height:190%;
}



/* 強調囲み　グレー　gradient　*/
.kakomi_greyline{
	border: #eee solid 2px;
	background:linear-gradient(to left, #eee, #fff );
	padding:10px 20px;
	margin: 5px 0 5px 0;
	line-height:160%;
}
.kakomi_w50{ 
    width:100%;
}
@media print, screen and (min-width: 768px) {
	.kakomi_w50 {
		width:50%;
	}
}

/* 角丸　白透明　囲み*/
.kakomi_f_r{
	background:rgba(255,255,255, 0.8);
  	border-radius: 20px;
	padding:30px 40px;
	margin:0 auto 0 auto ;
	line-height:160%;
	font-size:18px;
}


/*　post内のリンクアイコン　*/
.post-arrow_container{
	display:flex;
	width:100%;
	overflow:hidden;
	justify-content:flex-end;
}
.post-arrow_container a{
	width:auto;
	/* font-size:1em; */
	margin: 0 0 0 30px;
}


/************** カラム分割　囲み　**************/
.area32{
	width: 32%;
	float:left;
}
.area32 img{
	max-width:100%;
    height:auto;
}

.area48{
	width: 100%;
	float:none;
	margin-top:10px;
	
	font-size:15px;
	line-height:1.3;
	font-weight:500;
}
.area48 img{
	width:100%;
}
@media print, screen and (min-width: 768px) {
	.area48{
		width: 46%;
		margin-right:2%;
		float:left;
	margin-top:0px;
	margin-bottom:8px;
	}
}

/* 中に入れるimgの拡大はしない。　*/
.area45{
	width: 100%;
	float:none;
	margin:5px auto;
	
	font-size:15px;
	line-height:1.3;
	font-weight:500;
}
@media print, screen and (min-width: 768px) {
	.area45{
		width: 45%;
		margin:5px 8px 5px 0;
		float:left;
	}
}

.area290{
	width: 100%;
	float:none;
	margin:5px auto 20px;
	font-size:13px; 
	line-height:1.3;
}
@media print, screen and (min-width: 768px) {
	.area290{
		width: 290px;
		float:left;
		margin:0 30px 10px 0;
	}
}
.area290 img{
	width: 100%; height:auto;
}
.area290 .left_img img{
	width:auto;
}

/* 2列の背景を揃える時　*/
.col2_wrap{
	display:inline-block;
	overflow:hidden;
}
/* ブルーのグラデーション　*/
.kakomi_half_green{
	width:98%;
	float:none;
	margin:0 auto 10px auto;
	background:linear-gradient(to left, #9bc4da, #d2e6f0 );
	padding: 20px;
	border-radius: 10px;
	font-size:15px;
}
@media print, screen and (min-width: 768px) {
	.kakomi_half_green{
		width:48%;
		min-height:340px;
		float:left;
		margin:0 10px 20px 0;
	}
}
.kakomi_half_green .ttl_blue{
	font-size:1.3em;
	font-weight:600;
	color:#13587b;
	margin-bottom:8px;
}


/* 字下げ囲み　*/
.answer_kakomi{
	padding:10px 0 30px 0;
}
@media print, screen and (min-width: 768px) {
	.answer_kakomi{
		padding:20px 0 30px 40px;
	}
}

/*　pc のみ　２カラム　*/
.half_cont{
	width:100%;
}
@media print, screen and (min-width: 768px) {
	.half_cont{
		width:48%;
		float:left;
		padding:0 0 0 2%;
	}
}


/************** 動画のレスポンシブ　**************/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin:20px auto 20px auto;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/************** サンプラーカタログ　**************/
.sampler_cat_ttl{
    display:flex;
    flex-direction: column;
    width:100%;
}
@media print, screen and (min-width: 768px) {
    .sampler_cat_ttl{
        margin: 0 0 0 40px;
        flex-direction: row;
	}
}

/* ２カラム左側に画像。スマホでは画像はウィンドウ幅に合わせる。*/
.sampler_cat_ttl figure{
	margin:2px auto 2px auto;
	text-align:center;
}
.sampler_cat_ttl figure img{
    width: auto;
    max-width: 100%;
}
@media print, screen and (min-width: 768px) {
	.sampler_cat_ttl figure{
		margin:0 20px 5px 0;
	}
	.sampler_cat_ttl figure img{
		width: 400px;
		max-width: 400px;
		height:auto;
	}
}



.sampler_cat_ttl_right{
    flex-basis: auto;
}
.sampler_cat_ttl_right p{
    font-size: 1.2em;
    font-weight:bolder;
}

.sampler_cat_ttl_right ul{
    padding:0 3em 2em;
}
.sampler_cat_ttl_right li{
    font-size: 1.2em;
    margin-bottom:5px;
}

.level3_menu_ttl{
    color:#10859e;
    font-size: 1.2em;
    font-weight:bolder;
    margin-top:100px;
}

.table2column{
    display:flex;
    flex-direction: column;
    width:100%;
}
@media print, screen and (min-width: 1100px) {
    .table2column{
        flex-direction: row;
        justify-content: space-between;
        overflow:visible;
        /* padding-right:2px; */
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
	}
}
.table_sampler{
    width:98%;
	margin:0 0 10px 0; 
    padding:0;
	line-height:130%;
	border:1px solid #ccc;
	border-collapse:collapse; 
    font-size: 0.85em;
}
@media print, screen and (min-width: 1100px) {
    .table2column .table_sampler{
        /* width:49%; */
        margin-right:22px; 
	}
}

.table_sampler th{
	white-space:nowrap;
	font-weight:normal;
	text-align:left; 
	padding:4px 4px 4px 8px;
	background:#ddd; 
	border:1px solid #ccc;
}
.table_sampler td{ 
	text-align:left; 
	padding:4px 4px 4px 8px;
	border:1px solid #ccc;
	background:#fff; 
}
.table_sampler tr:nth-child(odd) td {
	background: #f3f3f3;
}


.table_sampler .table_str_ttl{
    color:#fff;
    font-size:1.15em;
	font-weight:bold;
	background:#65AEBE; 
	border:1px solid #65AEBE;
}

.stn_detail{
	margin:0 auto;
	text-align:center;
    width:100%;
}
.stn_detail img{
    height:180px;
    width: auto;
    max-width: 100%;
}
.stn_detail img.org_height{
    width: auto;
    max-width: 100%;
    height:auto;
}

/* 採取の方法 */
.stn_howto{
    display:flex;
    flex-direction: column;
    width:100%;
}
@media print, screen and (min-width: 768px) {
    .stn_howto{
        margin: 0;
        flex-direction: row;
	}
}
.stn_howto iframe{  
	margin:0 auto;
    width:90vw;
    height:50.625vw;
}
@media print, screen and (min-width: 768px) {
    .stn_howto iframe{
        margin:0;
        width:540px;
        height:303px;
    }
}

.stn_howto figure{
	margin:2px auto 2px auto;
	text-align:center;
    width:100%;
    height:auto;
}
.stn_howto figure img{
    width: auto;
    max-width: 100%;
}
@media print, screen and (min-width: 768px) {
    .stn_howto figure{
        margin:0 0 0 20px;
        text-align:right;
        height:300px;
        width:auto;
	}
    .stn_howto figure img{
        height:300px;
        width:auto;
    }
    .stn_howto figure.org_height{
        height:auto;
        width:auto;
	}
    .stn_howto figure.org_height img{
        height:auto;
        width:auto;
    }
}

/*　組み合わせ方　*/
.stn_setting .redtxt{
    color:#c8102e;
    font-weight:500;
    line-height:1.6;
    font-size:2.6vw;
}
@media print, screen and (min-width: 768px) {
    .stn_setting .redtxt{
        font-size:1.1em;
    }
}

.stn_setting .waku_blue{
	width:100%;
    position: relative;
    
	background:#EFF5F7;
    border: 4px solid #86C3D0;
	border-radius:20px;
    padding:40px 20px 20px;
    margin:50px auto 20px;  
}
@media print, screen and (min-width: 768px) {
    .stn_setting .waku_blue{
        padding:50px;
    }
}
.stn_setting .waku_blue div:first-child{
    position: absolute;
    top: -30px;
    left:10px;
	width:100%;
	text-align:center;
}
.stn_setting .waku_blue div:first-child figure{
    width:80%;
    height:auto;
    margin:0 auto;
}
@media print, screen and (min-width: 768px) {
    .stn_setting .waku_blue div:first-child figure{
        width:500px;
    }
}
.stn_setting .waku_blue div:first-child figure img{
    width: auto;
    max-width: 100%;
}
.stn_setting .waku_blue p{
    display:block;
    text-align:left;
    
    color:#0E859E;
    font-weight:500;
    font-size:3.4vw;
}

@media print, screen and (min-width: 768px) {
    .stn_setting .waku_blue p{
        font-size:1em;
    }
}
.stn_setting .waku_blue .setting_img{
        width:80vw;
}
@media print, screen and (min-width: 768px) {
    .stn_setting .waku_blue .setting_img{
        width:auto;
    }
}

.td_nowrap{
	white-space:nowrap;
}


/*　オプションのリンク　*/
.stn_opwaku{
    width:98%;
    padding:20px;
    margin:20px 0 5px 0;
    border: 2px solid #c8102e;
}

.stn_opwaku div:first-child{
    color:#c8102e;
    font-size:1.1em;
    font-weight:500;
    line-height:1.3;
    margin-bottom:10px;
}
.stn_opwaku div:first-child span{
    font-size:0.9em;
}
.stn_opwaku .stn_option{
    margin:0;
    padding:0;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 20px;
}
.stn_opwaku .stn_option a{
  background: #efefef;
  padding: 20px;
}
.stn_opwaku .stn_option a:hover{
  background: #e6e6e6;
}
.stn_opwaku .stn_option figure{
  aspect-ratio: 3/2;
  margin-bottom: 5px;
}
.stn_opwaku .stn_option figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stn_opwaku .stn_option p{
    font-size: 0.9em;
    line-height:1.3;
}

/*　画像ギャラリー　３列　*/
.sampler_image3col ul{
	list-style-type:none;
	display:flex;
	flex-direction: column;
    justify-content: center;
    flex-wrap : wrap;
    
    margin:30px 0 0 0;
    padding:0;
}
@media print, screen and (min-width: 768px) {
    .sampler_image3col ul{
		flex-direction: row;
        justify-content: start;
    }
}

.sampler_image3col li{
    margin: 0 auto 10px auto;
}
@media print, screen and (min-width: 768px) {
    .sampler_image3col li{
        margin:0 10px 10px 0;
    }
}
.sampler_image3col li figure{
    display:block;
    width:100%;
    height:auto;
}
@media print, screen and (min-width: 768px) {
    .sampler_image3col li figure{
        width:310px;
        height:310px;
    }
}
.sampler_image3col li figure img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.sampler_image3col li figure img.contain{
    width:100%;
    height:100%;
    object-fit:contain;
}
.sampler_image3col li p{
    font-size:0.8em;
    margin:0; padding:0;
}


.anker_nega{
    display:block;
    vertical-align: top;
    margin-top:-100px;
    padding-top: 100px;
}


/* 滅菌ディスポーザブル表組み列幅の調整*/
/* added 2024-5*/

@media print, screen and (min-width: 768px) {
    .table_funnel1 .t_wid_fix-1{
        width:11%;
        white-space: nowrap;
    }
    .table_funnel1 .t_wid_fix-2{
        width:28%;
    }
    .table_funnel1 .t_wid_fix-3{
        width:7%;
    }
    .table_funnel1 .t_wid_fix-4{
        width:6%;
    }
    .table_funnel1 .t_wid_fix-5{
        font-size: 0.84em;
    }
    .table_funnel1 .t_wid_fix-6{
        width:8%;
        white-space: nowrap;
    }
}

@media print, screen and (min-width: 768px) {
    .table_funnel3 .t_wid_fix-1{
        width:11%;
        white-space: nowrap;
    }
    .table_funnel3 .t_wid_fix-2{
        width:31%;
    }
    .table_funnel3 .t_wid_fix-3{
        width:7%;
    }
    .table_funnel3 .t_wid_fix-4{
        width:6%;
    }
    .table_funnel3 .t_wid_fix-5{
        font-size: 0.84em;
    }
    .table_funnel3 .t_wid_fix-6{
        width:8%;
        white-space: nowrap;
    }
}

@media print, screen and (min-width: 768px) {
    .table_funnel4 .t_wid_fix-1{
        width:12%;
        white-space: nowrap;
    }
    .table_funnel4 .t_wid_fix-2{
        width:31%;
    }
    .table_funnel4 .t_wid_fix-3{
        width:7%;
    }
    .table_funnel4 .t_wid_fix-4{
        width:7%;
    }
    .table_funnel4 .t_wid_fix-5{
    }
    .table_funnel4 .t_wid_fix-6{
        width:8%;
        white-space: nowrap;
    }
}

@media print, screen and (min-width: 768px) {
    .table_scoop6 .t_wid_fix-1{
        width:12%;
        white-space: nowrap;
    }
    .table_scoop6 .t_wid_fix-2{
        width:28%;
    }
    .table_scoop6 .t_wid_fix-3{
        width:7%;
    }
    .table_scoop6 .t_wid_fix-4{
        width:7%;
    }
    .table_scoop6 .t_wid_fix-5{
        width:7%;
    }
    .table_scoop6 .t_wid_fix-6{
    }
    .table_scoop6 .t_wid_fix-7{
        width:8%;
        white-space: nowrap;
    }
}

@media print, screen and (min-width: 768px) {
    .table_scoop7 .t_wid_fix-1{
        width:12%;
        white-space: nowrap;
    }
    .table_scoop7 .t_wid_fix-2{
        width:30%;
        white-space: nowrap;
    }
    .table_scoop7 .t_wid_fix-3{
        width:7%;
    }
    .table_scoop7 .t_wid_fix-4{
        width:7%;
    }
    .table_scoop7 .t_wid_fix-5{
        width:7%;
    }
    .table_scoop7 .t_wid_fix-6{
    }
    .table_scoop7 .t_wid_fix-7{
        width:8%;
        white-space: nowrap;
    }
}

@media print, screen and (min-width: 768px) {
    .table_spatula11 .t_wid_fix-1{
        width:12%;
        white-space: nowrap;
    }
    .table_spatula11 .t_wid_fix-2{
        width:29%;
    }
    .table_spatula11 .t_wid_fix-3{
        width:7%;
    }
    .table_spatula11 .t_wid_fix-4{
        width:7%;
    }
    .table_spatula11 .t_wid_fix-5{
        width:7%;
    }
    .table_spatula11 .t_wid_fix-6{
    }
    .table_spatula11 .t_wid_fix-7{
        width:8%;
        white-space: nowrap;
    }
}

@media print, screen and (min-width: 768px) {
    .table_spoon1 .t_wid_fix-1{
        width:11%;
        white-space: nowrap;
    }
    .table_spoon1 .t_wid_fix-2{
        width:25%;
    }
    .table_spoon1 .t_wid_fix-3{
        width:7%;
    }
    .table_spoon1 .t_wid_fix-4{
        width:7%;
    }
    .table_spoon1 .t_wid_fix-5{
        width:7%;
    }
    .table_spoon1 .t_wid_fix-6{
    }
    .table_spoon1 .t_wid_fix-7{
        width:8%;
        white-space: nowrap;
    }
}

@media print, screen and (min-width: 768px) {
    .table_knife1 .t_wid_fix-1{
        width:11%;
        white-space: nowrap;
    }
    .table_knife1 .t_wid_fix-2{
        width:31%;
    }
    .table_knife1 .t_wid_fix-3{
        width:7%;
    }
    .table_knife1 .t_wid_fix-4{
        width:6%;
    }
    .table_knife1 .t_wid_fix-5{
        font-size: 0.84em;
    }
    .table_knife1 .t_wid_fix-6{
        width:8%;
        white-space: nowrap;
    }
}


/* ====================
	レイアウト共通
	==================== */
.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:50px; }
.mb50{ margin-bottom:50px; }
.mb60{ margin-bottom:60px; }
.mb90{ margin-bottom:90px; }
.mb150{ margin-bottom:150px; }
.mb200{ margin-bottom:200px; }
.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt20{ margin-top:20px; }
.mt25{ margin-top:25px; }
.mt30{ margin-top:30px; }
.mt35{ margin-top:35px; }
.mt40{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt70{ margin-top:70px; }
.mt80{ margin-top:80px; }
.mt100{ margin-top:100px; }
.ml20{ margin-left:20px; }
.ml30{ margin-left:30px; }
.mr5{ margin-right:5px; }
.mr10{ margin-right:10px; }
.mr20{ margin-right:20px; }
.mr30{ margin-right:30px; }
.mr40{ margin-right:40px; }


.fs18{ font-size:18px; font-weight:normal;}
.f13{ font-size:1.3em; font-weight:normal;}
.f12{ font-size:1.2em; font-weight:normal;}
.f11{ font-size:1.1em; font-weight:normal;}
.f10{ font-size:1em; font-weight:normal;}
.f095{ font-size:0.95em; font-weight:normal;}
.f09{ font-size:0.9em; font-weight:normal;}
.f08{ font-size:0.8em; line-height:130%; }
.f07{ font-size:0.7em; line-height:110%; }
.pl10{ padding-left:10px; }
.pl15{ padding-left:15px; }
.pt5{ padding-top:5px; }


.fleft{float:left;}
.fright{float:right;}
.clear{ overflow:hidden; }
.w100{ width:100%; }

.red{ color:#c8102e; }
.blue{ color:#000985; }
.wide_char{
	/*
	transform:scale(6, 1);
	padding-left:1.5em;
	padding-right:1.5em;
	*/
	letter-spacing:-.2em;
	width:2em;
}

.border_top{
	border-top:1px solid #555;
}
.border_bottom{
	border-bottom:1px solid #555;
}
.d_flex{
	display:flex;
	flex-direction: column;
}
@media print, screen and (min-width: 768px) {
	.d_flex{
		display:flex;
		flex-direction: row;}
}

#copy{
	margin: 20px auto;
	text-align: center;
	padding:0;
	font-size:0.8em;
}



/*========== v202505A: header-nav (r2025.05.09a) ==========*/

@media screen and (min-width: 768px) {
    .header__nav .item.products .nav2__list > .item > .link.has-submenu:hover {
      animation: nav2_activating_anim 0.45s ease-in 0s 1 normal forwards;
      background-color: transparent;
      background-image: linear-gradient(90deg, #2bacc9 50%, transparent 50%);
      background-size: 200% 100%;
    }
    .header__nav .item.products .nav2__list > .item > .link.has-submenu.active:hover {
      background-color: #2bacc9;
    }
  }
  @keyframes nav2_activating_anim {
    0% {
      background-position: 99% 0%;
    }
    50% {
      background-position: 50% 0%;
    }
    100% {
      background-position: 0% 0%;
    }
  }
  @media screen and (min-width: 768px) {
    .header__title {
      margin-right: 10px;
    }
    .page-header {
      transition: height 0.35s ease-out;
    }
    .page-header.low {
      height: 36px;
    }
    .page-header.low .header__title {
      width: 91px;
    }
    .page-header.low .nav1__list > .item > .link {
      font-size: 12px;
    }
    .page-header.low .header__nav .submenu__container {
      top: 34px;
    }
    .page-header.low + .page-main .main-header-navs {
      top: 36px;
    }
    .page-header.low + .page-main .inndl__sect {
      transform: translateY(-39px);
    }
    .header__title {
      transition: width 0.35s ease-out;
    }
    .nav1__list > .item > .link {
      line-height: 1.2142857143;
      transition: font-size 0.35s ease-out;
    }
    .main-header-navs {
      transition: top 0.35s ease-out;
    }
    .inndl__sect {
      transition: transform 0.35s ease-out;
      transform: translateY(0);
    }
  }



  /*========== v202505A: inndl-sect-style2 (r2025.05.09a) ==========*/

  .inndl__list + .inndl__list {
    margin-top: 6px;
  }

  @media screen and (min-width: 768px) {
    .inndl__list + .inndl__list {
      margin-top: 0;
    }
    .inndl__sect.style2 {
      background-color: rgba(231, 234, 233, 0.9);
    }
    .inndl__sect.style2 .sect-container {
      padding: 5px 4px 6px;
    }
    .inndl__sect.style2 .inndl__list {
      justify-content: center;
      gap: 5px;
    }
    .inndl__sect.style2 .inndl__list + .inndl__list {
      margin-top: 4px;
    }
    .inndl__sect.style2 .inndl__list .item {
      background-image: linear-gradient(100deg, #000 0%, #000 38%, #fff 51%, #fff 100%);
      background-position: 99% 50%;
      background-size: 250% 200%;
      border-radius: 4px;
      margin-right: 0;
      overflow: hidden;
      transition: background-position 0.4s ease-out;
    }
    .inndl__sect.style2 .inndl__list .item:hover {
      background-position: 0% 0%;
    }
    .inndl__sect.style2 a.btn__style1 {
      background: transparent url(../img/arrows/linkarrow-w10.svg) right 5px center/10px auto no-repeat;
      border-radius: 0;
      display: block;
      padding: 4px 28px 4px 8px;
      transition: color 0.4s ease-out;
    }
    .inndl__sect.style2 a.btn__style1:hover {
      color: #fff;
    }
    .inndl__sect.style2 .taller a.btn__style1 {
      padding: 7px 28px 7px 8px;
    }
  }
