@charset "utf-8";

.blank {
	background-image: url("/business/common/images/ic_blank.svg");
	background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    margin-right: 20px;
}
#global__footer--category .blank {
	background-image: url("/business/common/images/ic_blank_w.svg");
}
.hashtag {margin-top: 15px;}
.hashtag li{display: inline-block;background-color:#F5F5F5;border: 1px solid #DADADA;color: #3B4043;font-size: 0.9rem;margin-right: 10px;margin-bottom: 10px; padding: 3px 10px;border-radius:1em; }
.newmark {
  display: inline-block;
  padding: 2px 6px;
  background: #e6000d;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .banner_container { padding: 0 1.5%; }
}

/* -------------------------------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
    
    #contents__main--wrap {
        width: 100%;
        padding: 1.0em;
        box-sizing: border-box;
    }
    .inner {
        width: 100%;
        padding: 0 15px 10px 15px;
        box-sizing: border-box;
    }
    
	
	/* タイトル
	---------------------------------------------------------------------------------------------------- */
	h2.title {
		color: #000;
		font-size: 1.5rem;
		font-weight: 300;
		margin-bottom: 10px;
		line-height: 140%;
	}
	h3.title {
		/*color: #716f63;*/
		color: #000;
		font-size: 1.5rem;
		font-weight: 400;
	}
	.top-navi-section h2.title {
		font-size: 1.5rem;
	}
	.top-navi-section h2.title a {
		text-decoration: none;
		border-bottom: 1px solid #000;
	}
	.top-navi-section h2.title a:hover {
		opacity: 0.5;
	}
	
	#global__pagetitle--title .s {
		font-size: .9rem;
	}
	
	
	/* TOP
	---------------------------------------------------------------------------------------------------- */
	.slick-dots{
		bottom: 3px !important;
	}
	.slick-dots li{
		width: 5px !important;
		height: 5px !important;
		margin: 0 5px;
	}
	.slick-dots li button{
		width: 5px !important;
		height: 5px !important;
	}
	.slick-dots li button:before{
		font-size: 5px;
		line-height: 3px;
		box-shadow: 0 0 0;
		width: 5px !important;
		height: 5px !important;
		color: #ccc !important;
		-moz-border-radius: 50% !important;
		-webkit-border-radius: 50% !important;
		border-radius: 50% !important;
	}
	.slick-dots li.slick-active button:before{
		color: #000 !important;
	}
	.slick-dots li.slick-active{
		opacity: 1.0 !important;
	}
	.slick-prev{
		background-image: url(/business/common/images/btn_prev.svg);
	}
	.slick-next{
		background-image: url(/business/common/images/btn_next.svg);
	}	
	.slick-prev,
	.slick-next{
		width: 25px;
		height: 25px;
		padding: 0;
		filter: drop-shadow(1px 1px 3px #000);
	}

	#contents__bigpad--top {
		background-color: #f5f5f5;
	}


	/* グローバルタブリンクナビゲーション
	---------------------------------------------------------------------------------------------------- */
/*  #global__tablinknavigation > li.ic_lineup a > span { background-image: url(/business/lcd-display/images/navi/bg_tab_lineup.svg);}
	#global__tablinknavigation > li.ic_1stop a > span { background-image: url(/business/lcd-display/images/navi/bg_tab_1stop.svg);}
	#global__tablinknavigation > li.ic_download a > span { background-image: url(/business/lcd-display/images/navi/bg_tab_download.svg);}
	#global__tablinknavigation > li.ic_peripheral a > span { background-image: url(/business/lcd-display/images/navi/bg_tab_peripheral.svg);}
	#global__tablinknavigation > li.ic_case a > span { background-image: url(/business/lcd-display/images/navi/bg_tab_case.svg);}
	#global__tablinknavigation > li.ic_support a > span { background-image: url(/business/lcd-display/images/navi/bg_tab_support.svg);}	  
*/
  
  #global__tablinknavigation > li.ic_lineup a > span { background-image: url(/business/lcd-display/images/navi/ic_lineup.svg); }
	#global__tablinknavigation > li.ic_1stop a > span { background-image: url(/business/lcd-display/images/navi/ic_1stop.svg);}
	#global__tablinknavigation > li.ic_download a > span { background-image: url(/business/lcd-display/images/navi/ic_download.svg);}
	#global__tablinknavigation > li.ic_peripheral a > span { background-image: url(/business/lcd-display/images/navi/ic_peripheral.svg);}
	#global__tablinknavigation > li.ic_case a > span { background-image: url(/business/lcd-display/images/navi/ic_case.svg);}
	#global__tablinknavigation > li.ic_support a > span { background-image: url(/business/lcd-display/images/navi/ic_support.svg);}
  
  #global__tablinknavigation > li a > span {
    /*アイコン共通*/
    background-size: auto 20px;
    background-position: 50% 0px;
    margin-top: 0;
    /*テキスト共通*/
    font-weight: 400;
    text-indent: unset;
    padding: 25px 0 0;
    margin-bottom: 0;
  }

  
	/* バナーエリア
	---------------------------------------------------------------------------------------------------- */
	#contents__bannerarea--wrap {
		width: 100%;
		padding-top:  1.0em;
		box-sizing: border-box;
  }
  #contents__bannerarea--wrap .banner_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #contents__bannerarea--wrap .banner_container a.banner {
    width: calc(50% - 5px);
  }
  
	/* BIG PAD共通の使いやすさ
	---------------------------------------------------------------------------------------------------- */
	#contents__featurearea--wrap {
    background-color: #f5f5f5;
		width: 100%;
		padding-top:  1.0em;
		box-sizing: border-box;
  }
  #contents__featurearea--wrap .feature_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #contents__featurearea--wrap .feature_container .feature {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    background: #FFF;
    padding: 10px;
  }
  #contents__featurearea--wrap .feature_container .feature .f_txt {
    width: calc(65% - 5px);
  }
  #contents__featurearea--wrap .feature_container .feature .f_img {
    width: calc(35% - 5px);
    min-width: 120px;
    max-width: 200px;
    display: flex;
  }
  #contents__featurearea--wrap .feature_container .feature .f_img img {
    margin: auto;
  }

  #contents__featurearea--wrap h2 {
    font-size: 2em;
    color: #716f63;
  }
  #contents__featurearea--wrap h2 span {
    display: inline-block;
    font-size: 12px;
    margin-left: 1em;
  }

  #contents__featurearea--wrap h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #contents__featurearea--wrap p {
    font-size: 14px;
  }
  #contents__featurearea--wrap p.caption {
    font-size: 0.8em;
    line-height: 1.2;
    margin-top: 10px;
  }

  
	/* ラインアップ
	---------------------------------------------------------------------------------------------------- */
	#contents__lineup--wrap {
		width: 100%;
		padding-top:  1.0em;
		box-sizing: border-box;
	}
	#contents__lineup--wrap h2 {
		font-size: 2em;
		color: #716f63;
	}

	#contents__lineup--wrap .lu_cate {
		display: flex;
		flex-wrap: wrap;
		row-gap: 4px;
		border-left: 4px solid #716f63;
		font-weight: 400;
		padding: 4px 8px;
		margin-bottom: 8px;
	}

  #contents__lineup--wrap h3 {
	color: #716f63;
	margin-right: 1em;
    font-size: 18px;
	display: inline-block;
	line-height: 1;
  }
  #contents__lineup--wrap ul.lu_size {
    display: inline-flex;
    gap: 6px;
  }

  #contents__lineup--wrap ul.lu_size li {
    color: #716f63;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 2.5em;
    border: 1px solid #716f63;
    display: inline-block;
    line-height: 1.4;
  }

  #contents__lineup--wrap p {
	color: #716f63;
    font-weight: 400;
	margin-bottom: 8px;
  }
  #contents__lineup--wrap p span {
	display: inline;
    font-size: 0.8em;
	margin-left: 1em;
  }
  
  #contents__lineup--wrap .lu_box{
    background: #FFF;
    padding: 1em;
    margin-bottom: 2em;
  }
  #contents__lineup--wrap .lu_box .lu_flex {
    display: flex;
    flex-wrap: wrap;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_left {
    width: 100%;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_left ul {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_left ul.lu_spectxt li {
	width: calc(50% - 5px);
    min-width: 10em;
	max-width: 158px;
	height: 30px;
	padding: 2px 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: inline-flex;
	flex-direction: column;
	align-items: center;
  justify-content: center;
	line-height: 1.2;
	color: #FFF;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_left ul.lu_spectxt li span {
	font-size: 10px;
  }

  .lu_spectxt li.spec_hig-touch {/*高精度タッチInGlass*/
    border: 1px solid #c92c4b;
    background: #df3556;
  }
  .lu_spectxt li.spec_hir-touch {/*高精細赤外線タッチ*/
    border: 1px solid #e35416;
    background: #f3753f;
  }
  .lu_spectxt li.spec_ir-touch {/*赤外線タッチ*/
    border: 1px solid #d69a29;
    background: #fab638;
  }
  .lu_spectxt li.spec_el-touch {/*静電タッチ*/
    border: 1px solid #2a8293;
    background: #2bafca;
  }
  .lu_spectxt li.spec_nf-frame {/*狭額縁フラットスタイリッシュデザイン*/
	border: 1px solid #1b5998;
    background: #3980c6;
 /*   border: 1px solid #1b9898;
    background: #3eb6b6;	*/
  }
  .lu_spectxt li.spec_n-frame {/*狭額縁スタイリッシュデザイン*/
    border: 1px solid #1b5998;
    background: #3980c6;
  }
  .lu_spectxt li.spec_app {/*アプリ内蔵*/
    border: 1px solid #62932a;
    background: #8cc945;
  }
  .lu_spectxt li.spec_secure {/*セキュア設計*/
    border: 1px solid #c9812f;
    background: #ea9a3f;;
  }
  .lu_spectxt li.spec_iesp {/*国際エネルギースタープログラム準拠*/
    border: 1px solid #358143;
    background: #4eaa60;
/*    border: 1px solid #2d8cc3;
    background: #3db0f1;  */
  }
  
  #contents__lineup--wrap .lu_box .lu_flex .lu_left .lu_specicon li {
    border: 1px solid #99c1dd;
    box-sizing: border-box;
    max-width: calc(25% - 4.5px);
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_left .lu_specicon li img {
	max-width: 75px;
  }

  #contents__lineup--wrap .lu_box .lu_flex .lu_right {
    margin-top: 14px;
    width: 100%;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_right .lu_list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_right .lu_list a {
    width: calc(50% - 3px);
    text-decoration: none;
	padding: 3px;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_right .lu_list .ttl {
	width: 100%;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	padding: 0;
	font-weight: 400;
}
#contents__lineup--wrap .lu_box .lu_flex .lu_right p.caption {
	font-size: 0.86em;
	margin: auto auto 0 0;
	color: #000;
	font-weight: 300;
}
#contents__lineup--wrap .ttl span.size {
  font-size: 20px;
  font-weight: 600;
  display: block;
}

  #contents__lineup--wrap .lu_list .btn {
    display: none;    
  }
  
  #contents__lineup--wrap .lu_list {
	display: flex;
	flex-wrap: wrap;
  gap: 6px;
}
#contents__lineup--wrap .lu_list a {
	width: calc(50% - 3px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
	text-decoration: none;
	background-color: #fff;
	padding: 1em;
  box-sizing: border-box;
}

#contents__lineup--wrap .lu_list li a .img {
	width: 100%;
	text-align: center;
	position: relative;
}
#contents__lineup--wrap .lu_list li a .ttl {
	width: 100%;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	padding: 0;
	font-weight: 400;
}

  
	/* システムソリューション
	---------------------------------------------------------------------------------------------------- */
	#contents__system_solution--wrap {
		width: 100%;
		padding-top:  1.0em;
		padding-bottom: 1em;
		box-sizing: border-box;
	}
    
  #contents__system_solution--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
	}
	#contents__system_solution--wrap .list-pickup li {
		width: calc(50% - 3px);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-decoration: none;
		background-color: #fff;
		box-sizing: border-box;
	}
	#contents__system_solution--wrap .list-pickup li a {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: left;
		height: 100%;
		text-decoration: none;
		padding: 1em;
	}

	#contents__system_solution--wrap .list-pickup li a .img {
		width: 100%;
		text-align: center;
		position: relative;
	}
	#contents__system_solution--wrap .list-pickup li a .ttl {
		display: block;
		width: 100%;
		font-size: 16px;
		line-height: 1.3;
		text-align: left;
		padding: 4px 0;
		font-weight: 400;
  }
  #contents__system_solution--wrap .list-pickup p.txt {
	display: block;
	width: 100%;
    font-size: 13px;
    line-height: 1.4;
  }


	/* リンク
	---------------------------------------------------------------------------------------------------- */
	#contents__topLink--wrap  {
		background-color: #f5f5f5;
		padding-bottom: 0px;
	}
	#contents__topLink--wrap  .list-pickup {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#contents__topLink--wrap  .list-pickup li {
		width: 100%;
		margin-bottom: 20px;
	}
	#contents__topLink--wrap  .list-pickup li a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: top;
		height: 100%;
		text-decoration: none;
		background-color: #fff;
		padding: 1em;
	}

	#contents__topLink--wrap  .list-pickup li a .img {
		width: 100%;
		text-align: center;
	}
	#contents__topLink--wrap  .list-pickup li a .ttl {
		width: 100%;
		font-size: 18px;
		line-height: 3;
		text-align: left;
		padding: 0;
		font-weight: 400;
	}
	#contents__topLink--wrap  .list-pickup p.txt {
		font-size: 14px;
		line-height: 1.5;
	}


	/* ピックアップ導入事例
	---------------------------------------------------------------------------------------------------- */
	#contents__topCase--wrap {
		background-color: #f5f5f5;
		padding-bottom: 0px;
	}
	#contents__topCase--wrap .title {
		display: flex;
	}
	#contents__topCase--wrap .title .list-btn {
		display: flex;
		margin-left: 2em;
		margin-top:  -8px;
	}
	#contents__topCase--wrap .title .list-btn li {
		display: flex;
		align-items: center;
	}
	#contents__topCase--wrap .title .list-btn li.pcDisNone {
		display: none !important;
	}
	#contents__topCase--wrap .title .list-btn li:not(:first-child) {
		margin-left: .75em;
	}
	#contents__topCase--wrap .title .list-btn li .btn {
		position: relative;
		display: inline-block;
		padding: 5px 5px 5px 20px;
		font-size: .9rem;
		line-height: 1;
		background: #fff;
		color: #535353;
		border: solid 1px #535353;
		border-radius: .3em;
		text-decoration: none;
	}
	#contents__topCase--wrap .title .list-btn li .btn::before {
		position: absolute;
		content: '';
		top: 50%;
		left: 5px;
		margin-top: -4px;
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #535353;
		border-right: solid 2px #535353;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
    
  #contents__topCase--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
	}
	#contents__topCase--wrap .list-pickup li {
		width: 100%;
        margin-bottom: 50px;
	}
	#contents__topCase--wrap .list-pickup li:not(:nth-child(4n+1)) {
	}
	#contents__topCase--wrap .list-pickup li:nth-child(n+5) {
		
	}
	#contents__topCase--wrap .list-pickup li a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: top;
		height: 100%;
		text-decoration: none;
		background-color: #fff;
		padding: 1em;
	}

	#contents__topCase--wrap .list-pickup li a .img {
		width: 100%;
		text-align: center;
		position: relative;
	}
	#contents__topCase--wrap .list-pickup li a .ttl {
		font-size: 16px;
		line-height: 1.3;
		text-align: left;
        padding: 0;
		font-weight: 400;
    }
    #contents__topCase--wrap .list-pickup li a .icon {
		width: 50px;
        margin-right: 8px;
        display: inline-block;
		position: absolute;
		left: 14px;
		top: 14px;
    }
    #contents__topCase--wrap .list-pickup p.txt {
		font-size: 14px;
        line-height: 1.4;
    }
    
	
	/* ナビ
	---------------------------------------------------------------------------------------------------- */
	#contents__topNavi--wrap {
		background-color: #f5f5f5;
		padding-bottom: 0px;
	}
	#contents__topNavi--wrap .inner {
		margin:  0 auto;
		display: flex;
		flex-direction: column;
	}
	.ttl {
		font-size: 1.15rem;
		line-height: 1.2;
		text-align: center;
		padding-top: 1em;
	}
	.top-navi-section {
		width: 100%;
		margin-bottom: 50px;
	}
	.top-navi-section ul.block {

	}
	.top-navi-section ul.block li {

		background: #fff;
		margin-bottom: 4px;
	}
	.top-navi-section ul.block li a {
		position: relative;
		display: block;
		padding: 1em 1em 1em 40px;
		text-decoration: none;
		color: inherit;
		opacity: 1;
		transition: 0.2s;
	}
	.top-navi-section ul.block li a::before {
		position: absolute;
		left: 20px;
		top: 37%;
		font-family: "Font Awesome 5 Free";
		content: "\f105";
		color: #000;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-weight: bold;
	}
	.top-navi-section ul.block li a:hover {
		opacity: 0.5;
		transition: 0.2s;
	}
	.top-navi-section ul.banner li {
		margin-bottom: 4px;
	}
	.top-navi-section ul.banner li a {
		opacity: 1;
		transition: 0.2s;
	}
	.top-navi-section ul.banner li a:hover {
		opacity: 0.5;
		transition: 0.2s;
	}


	/* ニュース
	---------------------------------------------------------------------------------------------------- */
	#contents__news--wrap {
    margin-bottom: 3em;
  }
	#contents__news--wrap * {
		box-sizing: border-box;
	}
	#contents__news--wrap {
		padding: 20px;
		box-sizing: border-box;
		background: #fff;
	}

	#contents__news--wrap .title {
		display: flex;
		padding-bottom: .6em;
		border-bottom: 1px solid #000;
		margin-bottom: 1.5em;
	}
	#contents__news--wrap .list-news {
		width: 100%;
		height: 380px;
		overflow-y: scroll;

	}
	#contents__news--wrap .list-news dl {
		display: table;
		width: 98%;
	}
	#contents__news--wrap .list-news dl:not(:first-child) {
		margin-top: 1.25em;
		border-top: 1px dashed #a0a0a0;
		padding-top: 1.25em;
	}
	#contents__news--wrap .list-news dl dt {
		display: inline-block;
	}
	#contents__news--wrap .list-news dl dd {

	}
	#contents__news--wrap .list-news .icon {
		display: inline-block;
		margin-left: 1em;
		width: 6.5em;
	}
	#contents__news--wrap .list-news .icon span {
		display: inline-block;
		width: 6em;
		font-size: .9rem;
		line-height: 1;
		color: #fff;
		text-align: center;
		background-color: #b3b2a4;
		padding: .4em .6em;
	}
	#contents__news--wrap .list-news .text {
    word-break: break-word;
        margin-top: 10px;
	}
	.list-news::-webkit-scrollbar {
    width: 5px;
}
	.list-news::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #f2f2f2;
	}
	.list-news::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background:#b3b2a4;
	}
    

	/* インフォメーションディスプレイ 関連製品
	---------------------------------------------------------------------------------------------------- */
	#contents__topRelatedProducts--wrap {
		background-color: #f5f5f5;
		padding-bottom: 0px;
	}
	#contents__topRelatedProducts--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#contents__topRelatedProducts--wrap .list-pickup li {
		width: 100%;
		margin-bottom: 20px;
	}
	#contents__topRelatedProducts--wrap .list-pickup li:not(:nth-child(4n+1)) {
	}
	#contents__topRelatedProducts--wrap .list-pickup li:nth-child(n+5) {
	}
	#contents__topRelatedProducts--wrap .list-pickup li a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: top;
		height: 100%;
		text-decoration: none;
		background-color: #fff;
		padding: 1em;
	}

	#contents__topRelatedProducts--wrap .list-pickup li a .img {
		width: 100%;
		text-align: center;
	}
	#contents__topRelatedProducts--wrap .list-pickup li a .ttl {
		width: 100%;
		font-size: 18px;
		line-height: 3;
		text-align: left;
		padding: 0;
		font-weight: 400;
	}
	#contents__topRelatedProducts--wrap .list-pickup p.txt {
		font-size: 14px;
		line-height: 1.5;
	}

}



/* -------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------- */

@media print, screen and (min-width: 768px) {
	#global__header--nav_menu .sub__list span {
		font-size: 0.9rem;
		padding:  0 13px;
		border-left:1px solid #000!important;
	}
	#global__footer {
		padding-bottom: 0;
	}

	#contents__main--wrap {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 50px 20px;
		box-sizing: border-box;
	}
  .inner {
    width: 100%;
    max-width: 1200px;
    margin:  0 auto;
    padding: 50px 20px 0;
    box-sizing: border-box;
  }
  #contents__main--wrap .inner:last-child {
    padding-bottom: 50px;
  }

	/* タイトル
	---------------------------------------------------------------------------------------------------- */
	h2.title {
		color: #000;
		font-size: 1.8rem;
		font-weight: 300;
		margin-bottom: 10px;
	}
	h3.title {
		/*color: #716f63;*/
		color: #000;
		font-size: 1.3rem;
		font-weight: 300;
	}
	.top-navi-section h2.title {
		font-size: 1.7rem;
	}
	.top-navi-section h2.title a {
		text-decoration: none;
		border-bottom: 1px solid #000;
	}
	.top-navi-section h2.title a:hover {
		opacity: 0.5;
	}
	#global__pagetitle--title .s {
		font-size: .9rem;
	}
	#global__tablinknavigation li a:hover {
		opacity: 0.5;
		transition: 0.2s;
	}

	
	/* TOP
	---------------------------------------------------------------------------------------------------- */
	#la,#ra {display: none !important;opacity: 0!important;}
	img {vertical-align: bottom;margin: 0;padding: 0;}

	.slick-dots{
		bottom: 16px !important;
	}
	.slick-dots li{
		width: 10px !important;
		height: 10px !important;
		margin: 0 5px;
	}
	.slick-dots li button{
		width: 10px !important;
		height: 10px !important;
	}
	.slick-dots li button:before{
		font-size: 12px;
		line-height: 10px;
		box-shadow: 0 0 0;
		width: 10px !important;
		height: 10px !important;
		color: #ccc !important;
		-moz-border-radius: 50% !important;
		-webkit-border-radius: 50% !important;
		border-radius: 50% !important;
		opacity: 1.0 !important;
	}
	.slick-dots li.slick-active button:before{
		color: #000 !important;
	}
	.slick-dots li.slick-active{
		opacity: 1.0 !important;
	}

  
  /* グローバルタブリンクナビゲーション
	---------------------------------------------------------------------------------------------------- */
  #global__tablinknavigation > li.ic_lineup a > span:before { background-image: url(/business/lcd-display/images/navi/ic_lineup.svg); margin-top: -3px;}
	#global__tablinknavigation > li.ic_1stop a > span:before { background-image: url(/business/lcd-display/images/navi/ic_1stop.svg); margin-top: 0px;}
	#global__tablinknavigation > li.ic_download a > span:before { background-image: url(/business/lcd-display/images/navi/ic_download.svg); margin-top: -3px;}
	#global__tablinknavigation > li.ic_peripheral a > span:before { background-image: url(/business/lcd-display/images/navi/ic_peripheral.svg); margin-top: 0px;}
	#global__tablinknavigation > li.ic_case a > span:before { background-image: url(/business/lcd-display/images/navi/ic_case.svg); margin-top: -3px;}
	#global__tablinknavigation > li.ic_support a > span:before { background-image: url(/business/lcd-display/images/navi/ic_support.svg); margin-top: -3px;}

  
  
  /* バナーエリア
	---------------------------------------------------------------------------------------------------- */
	#contents__bannerarea--wrap {
		background-color: #f5f5f5;
	}
  #contents__bannerarea--wrap .inner {
    padding: 30px 0 0;
  }
  #contents__bannerarea--wrap .banner_container {
    display: flex;
    gap: 10px;
  }

	/* BIG PAD共通の使いやすさ
	---------------------------------------------------------------------------------------------------- */
	#contents__featurearea--wrap {
		background-color: #f5f5f5;
		width: 100%;
		padding-top:  1.0em;
		box-sizing: border-box;
  }
  #contents__featurearea--wrap .feature_container {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }
  #contents__featurearea--wrap .feature_container .feature {
    width: calc(50% - 5px);
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    background: #FFF;
    padding: 10px;
  }
  #contents__featurearea--wrap .feature_container .feature .f_txt {
    width: auto;
    max-width: calc(65% - 5px);
  }
  #contents__featurearea--wrap .feature_container .feature .f_img {
    width: calc(35% - 5px);
    display: flex;
  }
  #contents__featurearea--wrap .feature_container .feature .f_img img {
    margin: auto;
  }
  #contents__featurearea--wrap h2 {
    font-size: 2.5em;
    color: #716f63;
  }
  #contents__featurearea--wrap h2 span {
    display: inline-block;
    font-size: 12px;
    margin-left: 1em;
  }

  #contents__featurearea--wrap h3 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #contents__featurearea--wrap p {
    font-size: 14px;
  }
  #contents__featurearea--wrap p.caption {
    font-size: 0.8em;
    line-height: 1.2;
    margin-top: 10px;
  } 
  
  /* ラインアップ
	---------------------------------------------------------------------------------------------------- */
  #contents__lineup--wrap {
		background-color: #f5f5f5;
		padding-bottom: 20px;
	}
	#contents__lineup--wrap h2 {
		font-size: 2.5em;
		color: #716f63;
	}
	
	#contents__lineup--wrap .lu_cate {
		display: flex;
		flex-wrap: wrap;
		border-left: 4px solid #716f63;
		font-weight: 400;
		padding: 8px;
		margin-top: 1em;
		margin-bottom: 8px;
	}

  #contents__lineup--wrap h3 {
	color: #716f63;
	margin-right: 1em;
    font-size: 21px;
	display: inline-block;
	line-height: 1;
  }
  #contents__lineup--wrap ul.lu_size {
    display: inline-flex;
    gap: 6px;
  }

  #contents__lineup--wrap ul.lu_size li {
    color: #716f63;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 2.5em;
    border: 1px solid #716f63;
    display: inline-block;
    line-height: 1.4;
  }

  #contents__lineup--wrap p {
	color: #716f63;
    font-weight: 400;
	margin-bottom: 8px;
  }
  #contents__lineup--wrap p span {
	display: inline;
    font-size: 0.8em;
	margin-left: 1em;
  }
    #contents__lineup--wrap .lu_box{
    background: #FFF;
    padding: 1em;
    margin-bottom: 3em;
  }
  #contents__lineup--wrap .lu_box .lu_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_left {
    width: calc(60% - 7px);
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_left ul {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_left ul.lu_size li {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 2.5em;
    border: 1px solid #666;
    display: inline-block;
    line-height: 1.4;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_left ul.lu_spectxt li {
    width: calc(25% - 6.5px);
    height: 30px;
    padding: 2px 0;
    font-size: 12px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    font-weight: 500;
    color: #FFF;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_left ul.lu_spectxt li span {
	font-size: 10px;
  }

  .lu_spectxt li.spec_hig-touch {/*高精度タッチInGlass*/
	border: 1px solid #c92c4b;
	background: #df3556;
  }
  .lu_spectxt li.spec_hir-touch {/*高精細赤外線タッチ*/
    border: 1px solid #e35416;
    background: #f3753f;
  }
  .lu_spectxt li.spec_ir-touch {/*赤外線タッチ*/
    border: 1px solid #d69a29;
    background: #fab638;
  }
  .lu_spectxt li.spec_el-touch {/*静電タッチ*/
    border: 1px solid #2a8293;
    background: #2bafca;
  }
  .lu_spectxt li.spec_nf-frame {/*狭額縁フラットスタイリッシュデザイン*/
	border: 1px solid #1b5998;
    background: #3980c6;
 /*   border: 1px solid #1b9898;
    background: #3eb6b6;	*/
  }
  .lu_spectxt li.spec_n-frame {/*狭額縁スタイリッシュデザイン*/
    border: 1px solid #1b5998;
    background: #3980c6;
  }
  .lu_spectxt li.spec_app {/*アプリ内蔵*/
    border: 1px solid #62932a;
    background: #8cc945;
  }
  .lu_spectxt li.spec_secure {/*セキュア設計*/
    border: 1px solid #c9812f;
    background: #ea9a3f;;
  }
  .lu_spectxt li.spec_iesp {/*国際エネルギースタープログラム準拠*/
    border: 1px solid #358143;
    background: #4eaa60;
/*    border: 1px solid #2d8cc3;
    background: #3db0f1;  */
  }
  
  #contents__lineup--wrap .lu_box .lu_flex .lu_left .lu_specicon li {
    border: 1px solid #99c1dd;
    box-sizing: border-box;
    width: calc(12.5% - 5.25px);
	height: max-content;
	display: inline-flex;
	justify-content: center;
	align-items: normal;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_left .lu_specicon li img {
	max-width: 75px;
  }


  #contents__lineup--wrap .lu_box .lu_flex .lu_right {
    width: calc(40% - 7px);
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_right .lu_list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_right .lu_list a {
    width: calc(50% - 3px);
    text-decoration: none;
    padding: 10px;
  }
  #contents__lineup--wrap .lu_box .lu_flex .lu_right .lu_list .ttl {
	width: 100%;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	padding: 10px 0;
}
#contents__lineup--wrap .lu_box .lu_flex .lu_right p.caption {
	font-size: 0.86em;
	margin: auto 0 0 auto;
	color: #000;
	font-weight: 300;
}

  #contents__lineup--wrap .ttl span.size {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
  }
  
  #contents__lineup--wrap .lu_list .btn {
    background: #535353;
    color:  #fff;
    display: block;
    width: 100%;
    text-align: center;
    visibility: hidden;
    padding: 2px 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    opacity: 0;
    transition: .2s;
  }
  #contents__lineup--wrap .lu_list a:hover .btn {
    visibility: visible;
    opacity: 1;
  }
  
  #contents__lineup--wrap #other_model.lu_list {
		display: flex;
		flex-wrap: wrap;
    gap: 4% 1.33333333333% ;
	}
	#contents__lineup--wrap #other_model.lu_list a {
		width: 24%;
    display: flex;
    flex-wrap: wrap;
		justify-content: center;
    text-decoration: none;
    padding: 1em;
		height: 100%;
		align-content: flex-start;
	}
  #contents__lineup--wrap #other_model.lu_list .ttl {
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    padding: 10px 0;
  }
  
  
  #contents__lineup--wrap .lu_list a {
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #fff;
  }

  #contents__lineup--wrap .lu_list a:hover {
    border: solid 1px #bfbfbf;
	  background: #ffffe9;
  }

	/*#contents__lineup--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
	}
	#contents__lineup--wrap .list-pickup li {
		width: 24%;
	}
	#contents__lineup--wrap .list-pickup li:not(:nth-child(4n+1)) {
		margin-left: 1.33333333333%;
	}
	#contents__lineup--wrap .list-pickup li:nth-child(n+5) {
		margin-top: 4%;
	}
	#contents__lineup--wrap .list-pickup li a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: top;
		height: 100%;
		text-decoration: none;
		background-color: #fff;
		padding: 1em 1em 0;
		align-content: flex-start;
	}
	#contents__lineup--wrap .list-pickup li a::before {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		transition: all .2s ease-in;
	}
	#contents__lineup--wrap .list-pickup li a:hover::before {
		height: 4px;
		background-color: #e6000d;
	}
	#contents__lineup--wrap .list-pickup li a .img {
		width: 100%;
		text-align: center;
		position: relative;
	}
	#contents__lineup--wrap .list-pickup li a:hover {
		opacity: 0.8;
		transition: 0.2s;
	}
	#contents__lineup--wrap .list-pickup li a .ttl {
		width: 100%;
		font-size: 1em;
		font-weight: 400;
		line-height: 1.3;
		text-align: center;
		padding: 10px 0;
	}*/

  
  /* システムソリューション
	---------------------------------------------------------------------------------------------------- */
  #contents__system_solution--wrap {
		background-color: #f5f5f5;
		padding-bottom: 20px;
	}

	#contents__system_solution--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
	}
	#contents__system_solution--wrap .list-pickup li {
		width: 24%;
	}
	#contents__system_solution--wrap .list-pickup li:not(:nth-child(4n+1)) {
		margin-left: 1.33333333333%;
	}
	#contents__system_solution--wrap .list-pickup li:nth-child(n+5) {
		margin-top: 4%;
	}
	#contents__system_solution--wrap .list-pickup li a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: top;
		height: 100%;
		text-decoration: none;
		background-color: #fff;
		padding: 1em 1em 0;
		align-content: flex-start;
	}
	#contents__system_solution--wrap .list-pickup li a::before {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		transition: all .2s ease-in;
	}
	#contents__system_solution--wrap .list-pickup li a:hover::before {
		height: 4px;
		background-color: #e6000d;
	}
	#contents__system_solution--wrap .list-pickup li a .img {
		width: 100%;
		text-align: center;
		position: relative;
	}
	#contents__system_solution--wrap .list-pickup li a:hover {
		opacity: 0.8;
		transition: 0.2s;
	}
	#contents__system_solution--wrap .list-pickup li a .ttl {
		font-size: 0.9rem;
		font-weight: 400;
		line-height: 1.3;
		text-align: left;
		padding: 10px 0;

	}
	#contents__system_solution--wrap .list-pickup li a .icon {
		width: 34px;
		margin-right: 8px;
		position: absolute;
		opacity: 0.8;
		left: 14px;
		top: 14px;
	}
	#contents__system_solution--wrap .list-pickup p.txt {
		font-size: 12px;
		line-height: 1.5;
	}

	/* リンク
	---------------------------------------------------------------------------------------------------- */
  #contents__topLink--wrap {
		background-color: #f5f5f5;
		padding-bottom: 60px;
  }
  
  #contents__topLink--wrap  .list-pickup {
		display: flex;
		flex-wrap: wrap;
    gap: 1.33333333333%;
	}
  #contents__topLink--wrap  .list-pickup li {
		width: calc(50% - 1.33333333333% / 2)
	}
	#contents__topLink--wrap  .list-pickup li a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: top;
		height: 100%;
		text-decoration: none;
		background-color: #fff;
		padding: 1em 1em 0;
		align-content: flex-start;
	}
	#contents__topLink--wrap  .list-pickup li a::before {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		transition: all .2s ease-in;
	}
	#contents__topLink--wrap  .list-pickup li a:hover::before {
		height: 4px;
		background-color: #e6000d;
	}
	#contents__topLink--wrap  .list-pickup li a .img {
    width: calc(40% - 14px);
    padding-right: 14px;

		text-align: center;
		position: relative;
	}
  #contents__topLink--wrap  .list-pickup li a .right {
    width: 60%
  }

	#contents__topLink--wrap  .list-pickup li a:hover {
		opacity: 0.8;
		transition: 0.2s;
	}
	#contents__topLink--wrap  .list-pickup li a .ttl {
		font-size: 0.9rem;
		font-weight: 400;
		line-height: 1.3;
		text-align: left;
		padding: 10px 0;

	}
	#contents__topLink--wrap  .list-pickup li a .icon {
		width: 34px;
		margin-right: 8px;
		position: absolute;
		opacity: 0.8;
		left: 14px;
		top: 14px;
	}
	#contents__topLink--wrap  .list-pickup p.txt {
		font-size: 12px;
		line-height: 1.5;
	}

	/* ピックアップ導入事例
	---------------------------------------------------------------------------------------------------- */
	#contents__topCase--wrap {
		background-color: #f5f5f5;
		padding-bottom: 60px;
	}
	#contents__topCase--wrap .title {
		display: flex;
	}
	#contents__topCase--wrap .title .list-btn {
		display: flex;
		margin-left: 2em;
		margin-top:  -8px;
	}
	#contents__topCase--wrap .title .list-btn li {
		display: flex;
		align-items: center;
	}
	#contents__topCase--wrap .title .list-btn li.pcDisNone {
		display: none !important;
	}
	#contents__topCase--wrap .title .list-btn li:not(:first-child) {
		margin-left: .75em;
	}
	#contents__topCase--wrap .title .list-btn li .btn {
		position: relative;
		display: inline-block;
		padding: .55em 1em .55em 2.25em;
		font-size: .9rem;
		line-height: 1;
		background: #fff;
		color: #535353;
		border: solid 1px #535353;
		border-radius: .3em;
		text-decoration: none;
		transition: 0.1s;
	}
	#contents__topCase--wrap .title .list-btn li .btn:hover {
		background: #535353;
		color: #fff;
		transition: 0.1s;
	}
	#contents__topCase--wrap .title .list-btn li .btn::before {
		position: absolute;
		content: '';
		top: 50%;
		left: 10px;
		margin-top: -4px;
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #535353;
		border-right: solid 2px #535353;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition: 0.1s;
	}
	#contents__topCase--wrap .title .list-btn li .btn:hover:before {
		position: absolute;
		content: '';
		top: 50%;
		left: 10px;
		margin-top: -4px;
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition: 0.1s;
	}

	#contents__topCase--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
	}
	#contents__topCase--wrap .list-pickup li {
		width: 24%;
	}
	#contents__topCase--wrap .list-pickup li:not(:nth-child(4n+1)) {
		margin-left: 1.33333333333%;
	}
	#contents__topCase--wrap .list-pickup li:nth-child(n+5) {
		margin-top: 4%;
	}
	#contents__topCase--wrap .list-pickup li a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: top;
		height: 100%;
		text-decoration: none;
		background-color: #fff;
		padding: 1em 1em 0;
		align-content: flex-start;
	}
	#contents__topCase--wrap .list-pickup li a::before {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		transition: all .2s ease-in;
	}
	#contents__topCase--wrap .list-pickup li a:hover::before {
		height: 4px;
		background-color: #e6000d;
	}
	#contents__topCase--wrap .list-pickup li a .img {
		width: 100%;
		text-align: center;
		position: relative;
	}
	#contents__topCase--wrap .list-pickup li a:hover {
		opacity: 0.8;
		transition: 0.2s;
	}
	#contents__topCase--wrap .list-pickup li a .ttl {
		font-size: 0.9rem;
		font-weight: 400;
		line-height: 1.3;
		text-align: left;
		padding: 10px 0;

	}
	#contents__topCase--wrap .list-pickup li a .icon {
		width: 34px;
		margin-right: 8px;
		position: absolute;
		opacity: 0.8;
		left: 14px;
		top: 14px;
	}
	#contents__topCase--wrap .list-pickup p.txt {
		font-size: 12px;
		line-height: 1.5;
	}

	/* ナビ
	---------------------------------------------------------------------------------------------------- */
	#contents__topNavi--wrap {
		background-color: #f5f5f5;
		padding-bottom: 30px;
	}
	#contents__topNavi--wrap .inner {
		display: flex;
		justify-content: space-between;
	}
	.ttl {
		font-size: 1.15rem;
		line-height: 1.2;
		text-align: center;
		padding-top: 1em;
	}
	.top-navi-section {
		width: 30%;
	}
	.top-navi-section ul.block {

	}
	.top-navi-section ul.block li {

		background: #fff;
		margin-bottom: 2px;
	}
	.top-navi-section ul.block li a {
		position: relative;
		display: block;
		padding: 1em 1em 1em 40px;
		text-decoration: none;
		color: inherit;
		opacity: 1;
		transition: 0.2s;
	}
	.top-navi-section ul.block li a::before {
		position: absolute;
		left: 20px;
		top: 37%;
		font-family: "Font Awesome 5 Free";
		content: "\f105";
		color: #000;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-weight: bold;
	}
	.top-navi-section ul.block li a:hover {
		opacity: 0.5;
		transition: 0.2s;
	}
	.top-navi-section ul.banner li {
		margin-bottom: 2px;
	}
	.top-navi-section ul.banner li a {
		opacity: 1;
		transition: 0.2s;
	}
	.top-navi-section ul.banner li a:hover {
		opacity: 0.5;
		transition: 0.2s;
	}


	/* ニュース
	---------------------------------------------------------------------------------------------------- */
	#contents__news--wrap {}
	#contents__news--wrap * {
		box-sizing: border-box;
	}
	#contents__news--wrap {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 50px 20px;
		box-sizing: border-box;
	}

	#contents__news--wrap .title {
		display: flex;
		padding-bottom: .6em;
		border-bottom: 1px solid #000;
		margin-bottom: 1.5em;
	}
	#contents__news--wrap .list-news {
		width: 100%;
		height: 220px;
		overflow-y: scroll;
		padding-right: 10px;
	}
	#contents__news--wrap .list-news dl {
		display: table;
		width: 100%;
	}
	#contents__news--wrap .list-news dl:not(:first-child) {
		margin-top: 1.25em;
	}
	#contents__news--wrap .list-news dl dt {
		display: table-cell;
		width: 9em;
	}
	#contents__news--wrap .list-news dl dd {
		display: table-cell;
	}
	#contents__news--wrap .list-news .icon {
		width: 6.5em;
	}
	#contents__news--wrap .list-news .icon span {
		display: inline-block;
		width: 6em;
		font-size: .9rem;
		line-height: 1;
		color: #fff;
		text-align: center;
		background-color: #b3b2a4;
		padding: .4em .6em;
	}
	#contents__news--wrap .list-news .text {
	}
	
	.list-news::-webkit-scrollbar {
    width: 5px;
}
	.list-news::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #f2f2f2;
	}
	.list-news::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background:#b3b2a4;
	}


	/* インフォメーションディスプレイ 関連製品
	---------------------------------------------------------------------------------------------------- */
	#contents__topRelatedProducts--wrap {
		background-color: #f5f5f5;
		padding-bottom: 50px;
	}
	#contents__topRelatedProducts--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
	}
	#contents__topRelatedProducts--wrap .list-pickup li {
		width: 24%;
	}
	#contents__topRelatedProducts--wrap .list-pickup li:not(:nth-child(4n+1)) {
		margin-left: 1.33333333333%;
	}
	#contents__topRelatedProducts--wrap .list-pickup li:nth-child(n+5) {
		margin-top: 4%;
	}
	#contents__topRelatedProducts--wrap .list-pickup li a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: top;
		align-content: flex-start;
		height: 100%;
		text-decoration: none;
		background-color: #fff;
		padding: 1em 1em 0 1em;
	}
	#contents__topRelatedProducts--wrap .list-pickup li a:hover {
		opacity: 0.8;
		transition: 0.2s;
	}
	#contents__topRelatedProducts--wrap .list-pickup li a::before {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		transition: all .2s ease-in;
	}
	#contents__topRelatedProducts--wrap .list-pickup li a:hover::before {
		height: 4px;
		background-color: #e6000d;
	}
	#contents__topRelatedProducts--wrap .list-pickup li a .img {
		width: 100%;
		text-align: center;
	}
	#contents__topRelatedProducts--wrap .list-pickup li a .ttl {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.3;
		text-align: left;
		padding: 12px 0;        
	}
	#contents__topRelatedProducts--wrap .list-pickup p.txt {
		font-size: 12px;
		line-height: 1.5;
	}

}

