@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; }


/* -------------------------------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
    
    #contents__main--wrap {
        width: 100%;
        padding: 1.0em;
        box-sizing: border-box;
    }
    
	
	/* タイトル
	---------------------------------------------------------------------------------------------------- */
	h2.title {
		color: #000;
		font-size: 1.5rem;
		font-weight: 400;
		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__lcd-display--top {
		background-color: #f5f5f5;
	}


	/* 製品を探す
	---------------------------------------------------------------------------------------------------- */
	#contents__topSearch--wrap {
		width: 100%;
		padding: 1.0em;
		box-sizing: border-box;
	}
	#topSearchCategory {
		padding: 20px 0;
	}


	#contents__topSearch--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#contents__topSearch--wrap .list-pickup li {
		width: 100%;
	}
	#contents__topSearch--wrap .list-pickup li:not(:nth-child(4n+1)) {
		margin-top: 20px;
	}
	#contents__topSearch--wrap .list-pickup li:nth-child(n+5) {
		margin-top: 4%;
	}
	#contents__topSearch--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__topSearch--wrap .list-pickup li a::before {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		transition: all .2s ease-in;
	}
	#contents__topSearch--wrap .list-pickup li a .img {
		width: 100%;
		text-align: center;
		position: relative;
	}
	#contents__topSearch--wrap .list-pickup li a .copy {
		padding: 15px 0;
	}
	#topSearchCategory {
		margin-bottom: 30px;
	}
	#topSearchCategory h3 {
		padding: 5px 0;
		margin-bottom: 12px;
		font-size: 16px;
	}
	#topSearchCategory h3 img {
		width: 26px;
		margin-right: 10px;
		margin-top: -3px;
	}
	.list-pickup p.list {
		width: 100%;
		text-align: center;
		padding: 15px 0;
	}

	/* 検索
	---------------------------------------------------------------------------------------------------- */
	#topSearchForm {
		float: none;
		width: 100%;
	}
	.search {
		background-color: #f1f1f1;
	}
	.search--inner {
		padding: 1.0em;
	}
	.search--inner > div {}
	.search--input {
		margin-bottom: 2em;
	}
	.search--input h3.title {
		margin-bottom: 0;
	}
	.search--input .titleSp {
		font-size: 0.9rem;
		margin-bottom: 0.3em;
	}
	.search--input form {
		display: table;
		width: 100%;
		margin: 0 auto;
		border: 1px solid #c8c7b8;
		border-radius: 2px;
		padding: 3px;
		background-color: #fff;
		box-sizing: border-box;
	}
	.search--input form span {
		display: table-cell;
		vertical-align: middle;
	}
	.search--input form span:nth-child(2) {
		width: 34px;
	}
	#contents__topSearch--wrap .title .hn {
		font-size: 1.71rem;
		padding: 30px 0 10px 0;
	}
	#topSearchForm .form {
		position: relative;
		padding: 13px;
		background: #fff;
	}
	#topSearchForm .form span {
		display: block;
		margin-right: 40px;
	}
	#topSearchForm .form input[type="text"] {
		display: block;
		width: 100%;
		height: 50px;
		padding: 0 10px;
		box-sizing: border-box;
		border: 1px solid #c8c7b8;
		border-radius: 3px 0 0 3px;
		border-right: 0;
		font-size: 107%;
		line-height: 40px;
	}
	#topSearchForm .form #searchIcon {
		position: absolute;
		right: 13px;
		top: 13px;
		width: 50px;
		height: 50px;
	}

	#topSearchContact {
		width: 100%;
		padding-bottom: 30px;
	}
	#topSearchContact .contactBoxBtns {
		padding-bottom: 20px;
	}
	#topSearchContact .contactBoxBtns p {
		margin: 8px 0 0 0;
	}
	#topSearchContact .contactBoxBtns p:first-child {
		margin: 0;
	}
	#topSearchContact .contactBoxBtns .btn {
		position: relative;
		display: block;
		border-radius: 4px;
		text-decoration: none;
		color: #ffffff;
		font-size: 110%;
		line-height: 1.285;
		text-align: center;
		padding: 30px;
	}

	#topSearchContact .contactBoxBtns p:nth-child(1) .btn {
		background-color: #e88622;
	}
	#topSearchContact .contactBoxBtns p:nth-child(2) .btn {
		background-color: #169898;
	}

	#topSearchContact .contactBoxTel {
		margin: 0;
	}
	#topSearchContact .contactBoxTel p {
		font-size: 14px;
		margin: 10px 0 0 0;
		text-align: left;
	}
	#topSearchContact .contactBoxTel p:first-child {
		margin: 0;
	}
	#topSearchContact .contactBoxTel p img {
		width: 80%;
	}
	.contact-tel-number {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin-bottom: 5px;
	}
	.contact-tel-number img {
		width: 50px;
		margin-right: 10px;
	}
	.contact-tel-number .telephone {
		font-size: 40px;
		font-weight: 400;
		line-height: 100%;
	}
	.contact-tel-number a {
		text-decoration: none;
		display: block;
	}


	/* ピックアップ導入事例
	---------------------------------------------------------------------------------------------------- */
	#contents__topCase--wrap {
		background-color: #f5f5f5;
		padding-bottom: 0px;
	}
	#contents__topCase--wrap .inner {
		width: 100%;
		padding: 0 15px 10px 15px;
		box-sizing: border-box;
	}
	#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 {
		width: 100%;
		margin:  0 auto;
		padding: 0 15px 0px 15px;
		box-sizing: border-box;
		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 {}
	#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;
		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;
		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 {
        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 .inner {
		width: 100%;
		padding: 50px 15px 20px 15px;
		box-sizing: border-box;
	}
	#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) {

	#contents__main--wrap {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 50px 20px;
		box-sizing: border-box;
	}

	/* タイトル
	---------------------------------------------------------------------------------------------------- */
	h2.title {
		color: #000;
		font-size: 1.8rem;
		font-weight: 400;
		margin-bottom: 10px;
	}
	h3.title {
		/*color: #716f63;*/
		color: #000;
		font-size: 1.3rem;
		font-weight: 400;
	}
	.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;
	}


	/* 製品を探す
	---------------------------------------------------------------------------------------------------- */
	#contents__topSearch--wrap {
		background-color: #f5f5f5;
		padding-bottom: 20px;
	}
	#contents__topSearch--wrap .inner {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 50px 20px 0;
		box-sizing: border-box;
	}

	#contents__topSearch--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
	}
	#contents__topSearch--wrap .list-pickup li {
		width: calc(100% / 3 - 0.9%);
	}
	#contents__topSearch--wrap .list-pickup li:not(:nth-child(4n+1)) {
		margin-left: 1.2%;
	}
	#contents__topSearch--wrap .list-pickup li:nth-child(n+5) {
		margin-top: 4%;
	}
	#contents__topSearch--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__topSearch--wrap .list-pickup li a::before {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		transition: all .2s ease-in;
	}
	#contents__topSearch--wrap .list-pickup li a:hover::before {
		height: 4px;
		background-color: #0d6eb8;
	}
	#contents__topSearch--wrap .list-pickup li:nth-child(2) a:hover::before {
		height: 4px;
		background-color: #51bec1;
	}
	#contents__topSearch--wrap .list-pickup li:nth-child(3) a:hover::before {
		height: 4px;
		background-color: #5e66af;
	}
	#contents__topSearch--wrap .list-pickup li a .img {
		width: 100%;
		text-align: center;
		position: relative;
	}
	#contents__topSearch--wrap .list-pickup li a .copy {
		padding-top: 10px;
	}
	#contents__topSearch--wrap .list-pickup li a:hover {
		opacity: 0.8;
		transition: 0.2s;
	}
	#topSearchCategory {
		/*float: left;*/
		width: 100%;
	}
	#topSearchCategory h2.title {
		display: inline-block;
	}
	#topSearchCategory h3 {
		padding: 5px 0;
	}

	#topSearchCategory h3 img {
		width: 36px;
		margin-right: 10px;
	}
	.list-pickup p.list {
		width: 100%;
		text-align: center;
		padding: 10px 0 0 0;
	}


	/* 検索
	---------------------------------------------------------------------------------------------------- */
	.title-flex {
		display: flex;
		justify-content: space-between;
	}
	#topSearchForm {
		display: inline-block;
	}
	.search {
		background-color: #f1f1f1;
	}
	.search--inner {
		padding: 1.0em;
	}
	.search--inner > div {}

	.search--input {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 1em;
	}
	.search--input > h2.title {
		margin-bottom: 0;
	}		
	.search--input .titleSp {
		font-size: 0.9rem;
		margin-bottom: 0.3em;
	}
	.search--input form {
		display: table;
		width: 350px;
		margin: 0 0 0 20px;
		border: 1px solid #c8c7b8;
		border-radius: 2px;
		padding: 3px;
		background-color: #fff;
		box-sizing: border-box;
	}
	.search--input form span {
		display: table-cell;
		vertical-align: middle;
	}
	.search--input form span:nth-child(2) {
		width: 34px;
	}


	/* コンタクト
	---------------------------------------------------------------------------------------------------- */
	#topSearchContact {
		float: left;
		width: 38%;

	}
	#topSearchContact .contactBoxBtns {
		padding-bottom: 20px;
	}
	#topSearchContact .contactBoxBtns p {
		margin: 8px 0 0 0;
	}
	#topSearchContact .contactBoxBtns p:first-child {
		margin: 0;
	}
	#topSearchContact .contactBoxBtns .btn {
		position: relative;
		display: block;
		border-radius: 4px;
		text-decoration: none;
		color: #ffffff;
		font-size: 90%;
		line-height: 1.285;
		text-align: center;
		padding: 10px;
	}
	.contactBoxBtns a {
		opacity: 1;
		transition: 0.2s;
	}
	.contactBoxBtns a:hover {
		opacity: 0.5;
		transition: 0.2s;
	}
	#topSearchContact .contactBoxBtns p:nth-child(1) .btn {
		background-color: #e88622;
	}
	#topSearchContact .contactBoxBtns p:nth-child(2) .btn {
		background-color: #169898;
	}

	#topSearchContact .contactBoxTel {
		margin: 0;
	}
	#topSearchContact .contactBoxTel p {
		font-size: 12px;
		margin: 10px 0 0 0;
	}
	#topSearchContact .contactBoxTel p:first-child {
		margin: 0;
	}
	#topSearchContact .contactBoxTel p img {
		width: 50%;
	}
	
	.contact-tel-number {
		display: flex;
		align-items: flex-start;
		margin-bottom: 5px;
	}
	.contact-tel-number img {
		width: 60px;
		margin-right: 20px;
	}
	.contact-tel-number .telephone {
		font-size: 40px;
		font-weight: 400;
		line-height: 100%;
	}
	.contact-tel-number a {
		text-decoration: none;
		display: block;
	}


	/* ピックアップ導入事例
	---------------------------------------------------------------------------------------------------- */
	#contents__topCase--wrap {
		background-color: #f5f5f5;
		padding-bottom: 60px;
	}
	#contents__topCase--wrap .inner {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#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: 0px;
	}
	#contents__topNavi--wrap .inner {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 0 20px 50px 20px;
		box-sizing: border-box;
		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 .inner {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 50px 20px;
		box-sizing: border-box;
	}
	#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;
	}

}


/* ====================================
	lcd-display以下専用スタイル
===================================== */

body {
	font-weight: 400;
}