@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; }


.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



/* -------------------------------------------------------------------------------------------------------
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: 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__aquos--top {
		background-color: #f5f5f5;
	}


	/* 製品を探す
	---------------------------------------------------------------------------------------------------- */
	#contents__topSearch--wrap {
		width: 100%;
		padding: 1.0em;
		box-sizing: border-box;
	}
	#topSearchCategory {
		padding: 20px 0 0 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;
	}
	#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;
	}
	
	
	/* 用途から探す
	---------------------------------------------------------------------------------------------------- */
	#contents__topSearch--wrap-2 {
		width: 100%;
		padding: 1.0em;
		box-sizing: border-box;
	}
	#topSearchCategory-2 {
		padding: 20px 0 0 0;
		margin-top: -30px;
		background-color: #fff;
	}


	#contents__topSearch--wrap-2 .list-pickup {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#contents__topSearch--wrap-2 .list-pickup li {
		width: 100%;
	}
	#contents__topSearch--wrap-2 .list-pickup li:not(:nth-child(4n+1)) {
		margin-top: 0px;
	}
	#contents__topSearch--wrap-2 .list-pickup li:nth-child(n+5) {
		margin-top: 4%;
	}
	#contents__topSearch--wrap-2 .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: 0 1em 0;
		align-content: flex-start;
	}
	#contents__topSearch--wrap-2 .list-pickup li a::before {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		transition: all .2s ease-in;
	}
	#contents__topSearch--wrap-2 .list-pickup li a .img {
		width: 100%;
		text-align: center;
		position: relative;
	}
	#topSearchCategory-2 {
		margin-bottom: 30px;
	}
	#topSearchCategory-2 h3 {
		padding: 5px 0;
		margin-bottom: 12px;
		font-size: 16px;
	}
	#topSearchCategory-2 h3 img {
		width: 26px;
		margin-right: 10px;
		margin-top: -3px;
	}
	

	
	
	.flame-userful {
	padding: 0.5em;
	border-radius: 5px;
	}
	
	.flame-userful p {
	color: #fff;
	font-weight: 400;
	font-size: 1.2rem;
	}
	
	.flame-userful.hotel {
	padding: 1em;
	background-color: #93ca4a;
	}
	.flame-userful.office {
	padding: 1em;
	background-color: #7b8bc6;
	}
	.flame-userful.school {
	padding: 1em;
	background-color: #f5ac04;
	}
	
	.flame-userful:hover {
	opacity: 0.8;
	}
	
	
	
	/* 検索（SP）
	---------------------------------------------------------------------------------------------------- */
	
	#contents__topSearch--wrap-3 {
		width: 100%;
		padding: 1.0em;
		box-sizing: border-box;
		margin-top: -20px;
	}
	#topSearchCategory-3 {
		padding: 0px 0;
	}

	#contents__topSearch--wrap-3 .list-pickup {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#topSearchCategory-3 {
		margin-bottom: 30px;
	}
	#topSearchCategory-3 h3 {
		padding: 5px 0;
		margin-bottom: 12px;
		font-size: 16px;
	}
	#topSearchCategory-3 h3 img {
		width: 26px;
		margin-right: 10px;
		margin-top: -3px;
	}
	
	

	/* 検索
	---------------------------------------------------------------------------------------------------- */
	#topSearchForm {
		float: none;
		width: 100%;
		padding-bottom: 30px;
	}
	.search {
		background-color: #f1f1f1;
	}
	.search--inner {
		padding: 1.0em;
	}
	.search--inner > div {}
	.search--input {
		margin-bottom: 1em;
		padding: 10px;
		background: #fff;
	}
	.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, #contents__topSearch--wrap-2 .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-4 {
		width: 100%;
		margin-top: 40px;
		padding-bottom: 30px;
	}
	#topSearchContact-4 .contactBoxBtns {
		padding-bottom: 20px;
	}
	#topSearchContact-4 .contactBoxBtns p {
		margin: 8px 0 0 0;
	}
	#topSearchContact-4 .contactBoxBtns p:first-child {
		margin: 0;
	}
	#topSearchContact-4 .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-4 .contactBoxBtns p:nth-child(1) .btn {
		background-color: #e88622;
	}
	#topSearchContact-4 .contactBoxBtns p:nth-child(2) .btn {
		background-color: #169898;
	}

	#topSearchContact-4 .contactBoxTel {
		margin: 0;
	}
	#topSearchContact-4 .contactBoxTel p {
		font-size: 14px;
		margin: 10px 0 0 0;
		text-align: left;
	}
	#topSearchContact-4 .contactBoxTel p:first-child {
		margin: 0;
	}
	#topSearchContact-4 .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 30px 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;
    }
    #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: 280px;
		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: 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;
	}


	/* 製品を探す
	---------------------------------------------------------------------------------------------------- */
	#contents__topSearch--wrap {
		background-color: #f5f5f5;
		padding-bottom: 20px;
	}
	#contents__topSearch--wrap .inner {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 50px 20px;
		box-sizing: border-box;
	}

	#contents__topSearch--wrap .list-pickup {
		display: flex;
		flex-wrap: wrap;
	}
	#contents__topSearch--wrap .list-pickup li {
		width: 46%;
	}
	
	#contents__topSearch--wrap .list-pickup li:not(:nth-child(4n+1)) {
		margin-left: 3%;
	}
	#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 a .img {
		width: 100%;
		text-align: center;
		position: relative;
	}
	#contents__topSearch--wrap .list-pickup li a:hover .img {
		opacity: 0.8;
		transition: 0.2s;
	}
	#topSearchCategory {
		float: left;
		width: 62%;
	}
	#topSearchCategory h3 {
		padding: 5px 0;
		margin-bottom: 10px;
	}

	#topSearchCategory h3 img {
		width: 36px;
		margin-right: 10px;
	}
	.list-pickup p.list {
		width: 100%;
		text-align: center;
		padding: 10px 0 0 0;
	}


	/* 用途から探す
	---------------------------------------------------------------------------------------------------- */
	#contents__topSearch--wrap-2 {
		background-color: #f5f5f5;
		padding-bottom: 20px;
	}
	#contents__topSearch--wrap-2 .inner {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 20px 20px;
		box-sizing: border-box;
	}

	#contents__topSearch--wrap-2 .list-pickup {
		display: flex;
		flex-wrap: wrap;
	}
	
	
	#contents__topSearch--wrap-2 .list-pickup li {
		width: 33.333%;
	}
	
	#contents__topSearch--wrap-2 .list-pickup li:not(:nth-child(3n+1)) {
		margin-left: 0%;
	}
	#contents__topSearch--wrap-2 .list-pickup li:nth-child(n+5) {
		margin-top: 4%;
	}
	#contents__topSearch--wrap-2 .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-2 .list-pickup li a::before {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		transition: all .2s ease-in;
	}
	
	
	#contents__topSearch--wrap-2 .list-pickup li a:hover::before {
		height: 4px;
		background-color: #51bec1;
	}

	#contents__topSearch--wrap-2 .list-pickup li a .img {
		width: 100%;
		text-align: center;
		position: relative;
	}
	
	#contents__topSearch--wrap-2 .list-pickup li a .img.sec {
		margin-top:56px;
	}
	
	#contents__topSearch--wrap-2 .list-pickup li a:hover .img  {
		opacity: 0.8;
		transition: 0.2s;
	}
	
	#topSearchCategory-2 {
		float: left;
		width: 100%;
	}
	#topSearchCategory-2 h3 {
		padding: 5px 0;
		margin-bottom: 10px;
	}

	#topSearchCategory-2 h3 img {
		width: 36px;
		margin-right: 10px;
	}



	/* 検索
	---------------------------------------------------------------------------------------------------- */
	#topSearchForm {
		float: left;
		width: 38%;
		padding-bottom: 10px;
	}
	.search {
		background-color: #f1f1f1;
	}
	.search--inner {
		padding: 1.0em;
	}
	.search--inner > div {}
	.search--input {
		margin-bottom: 1em;
		padding: 10px;
		background: #fff;
	}
	.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;
	}


	/* コンタクト
	---------------------------------------------------------------------------------------------------- */
	#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: 116%;
		line-height: 1.285;
		text-align: center;
		padding: 15px;
	}
	.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-top: 40px;
		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;
	}
	#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: 120px;
		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;
	}

}


	/* 
	---------------------------------------------------------------------------------------------------- */


#contents__topSearch--wrap .list-pickup .img, #contents__topSearch--wrap-2 .list-pickup .img {
	margin-bottom: 15px !important;
}



@media print , screen and (min-width: 768px) {
#contents__topSearch--wrap .list-pickup .img, #contents__topSearch--wrap-2 .list-pickup .img {
		margin-bottom: 5px !important;
	}
	#contents__topSearch--wrap .list-pickup li.wide-area {
		width: 81%;
	}
}











.red {color: #c90003;}

span.new {
	background: #c90003;
	margin-left: 10px;
	font-size: 11px;
	color: #fff;
	padding: 0 10px;
	vertical-align: 2px;
}


	
h5 {
	line-height: 1.25em;
	font-weight: 400;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-top: 8px;
	margin-bottom: 20px;
	font-size: 116%;
	color: #FFF;
}

.h5-4k {
	background-color: #b18c1d;
}

.h5-aquos {
	background-color: #255da7;
}


.size_txt_block {
	margin-top: 8px;
}

.size_txt {
	background-color: #000;
	color: #fff;
	font-size: 13px !important;
	margin-right: 3px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}


/* -------------------------------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {

	ul.btn-area {
		display:flex;
		flex-direction: column;
		box-sizing: border-box;
	}
	ul.btn-area li {
		margin-bottom: 10px;
		font-size: 12px;
	}
	ul.btn-area li:last-child {
		margin-bottom: 0;
	}
	ul.btn-area li a:hover {
		opacity: 0.5;
	}
	ul.btn-area li.btn-detail {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
	}
	ul.btn-area li.btn-detail a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 8px;
		background: #716f63;
		border-radius: 3px;
	}
	ul.btn-area li.btn-detail-solo {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
	}
	ul.btn-area li.btn-detail-solo a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 8px;
		background: #716f63;
		border-radius: 3px;
	}
	ul.btn-area li.btn-peripheral {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
	}
	ul.btn-area li.btn-peripheral a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 8px;
		background: #716f63;
		border-radius: 3px;
	}
	p.btn-detail {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
		display: block;
		padding: 8px;
		background: #716f63;
		border-radius: 3px;
		color: #fff;
	}
	
	.size_txt {
		background-color: #000;
		color: #fff;
		font-size: 11px !important;
		margin-right: 3px;
		padding-top: 1px;
		padding-right: 5px;
		padding-bottom: 2px;
		padding-left: 5px;
	}

	
	/* TOP
	---------------------------------------------------------------------------------------------------- */
	
	.lineup-section {
		display: flex;
		flex-diretion: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.item {
		flex-diretion: column;
		box-sizing: border-box;
		background: #fff;
		width: 47%;
		padding: 10px;
		padding-bottom: 15px;
		margin-left: 1.5%;
		margin-right: 1.5%;
		margin-bottom: 6%;
	}

	.item a {
		display: block;
		text-decoration: none;
	}
	.item a:hover {
		display: block;
		opacity: 0.5;
	}
	
	.sorting {
		padding: 10px 0 0 0;
		font-size: 0.8rem;
		font-weight: 400;
		position: relative;
		line-height: 130%;
	}
	
	.model {
		padding: 5px 0 0 0;
		font-size: 1.1rem;
		font-weight: 400;
		position: relative;
		line-height: 130%;
	}


	.item .txt {
		font-size: 11px;
		line-height: 140%;
		padding: 10px 0;
	}

	
	/*
	---------------------------------------------------------------------------------------------------- */
	

	
	h5 {
		padding-top: 3px;
		padding-bottom: 3px;
		margin-top: 5px;
		font-size: 108%;
	}
	
	
	
}


@media only screen and (max-width: 500px) {
	ul.tag li {
		width: 33.333%;
	}
}


@media only screen and (min-width: 0px) and (max-width: 375px) {
	
/*	.pagetop {
		padding: 10px 0 30px 0;
	}*/
	
	/* 
	---------------------------------------------------------------------------------------------------- */
	
	h2.category {
		color: #716f63;
		font-size: 1.1rem;
		font-weight: 400;
		line-height: 120%;
		margin-bottom: 8px;
	}
	h2.category-others {
		color: #716f63;
		font-size: 1.3rem;
		font-weight: 400;
		border-left: 4px solid #716f63;
		padding-left: .5em;
		margin-bottom: 10px;
		line-height: 140%;
	}
	
	
	/* TOP
	---------------------------------------------------------------------------------------------------- */
	
	.category-head {
		display: block;
		box-sizing: border-box;
		padding: 10px;
		background: #fff;
		margin-bottom: 20px;
		border-top: none;
	}
	.category-image {
		width: 100%;
	}
	.category-title {
		padding: 10px 0 0 0;
		margin: 0;
		
	}
	.category-title p {
		font-size: 11px;
	}

	/*.item {
		flex-diretion: column;
		box-sizing: border-box;
		background: #fff;
		width: 100%;
		padding: 10px;
		margin-right: 4%;
		margin-bottom: 4%;
	}*/

	p.txt {
		min-height: 60px;
	}
	p.attention {
		font-size: 10px;
	}
	
	/* 
	---------------------------------------------------------------------------------------------------- */
	
	.ContentLead {
        text-align: center;
        font-size: 16px;
        line-height: 140%;
    }
	.section-wrap ul li {
		font-size: 11px;
	}
}

/* -------------------------------------------------------------------------------------------------------
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;
    }
	.spInline {
        display: none !important;
    }
	ul.btn-area {
		display:flex;
		flex-direction: row;
		box-sizing: border-box;
	}
	ul.btn-area li {
		margin-right: 10px;
	}
	ul.btn-area li:last-child {
		margin-right: 0;
	}
	ul.btn-area li a:hover {
		opacity: 0.5;
	}
	ul.btn-area li.btn-detail {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
	}
	ul.btn-area li.btn-detail a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 8px;
		background: #716f63;
		border-radius: 3px;
	}
	ul.btn-area li.btn-detail-solo {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
	}
	ul.btn-area li.btn-detail-solo a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 8px;
		background: #716f63;
		border-radius: 3px;
	}
	ul.btn-area li.btn-peripheral {
		box-sizing: border-box;
		text-align: center;
		width: 50%;
	}
	ul.btn-area li.btn-peripheral a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 8px;
		background: #716f63;
		border-radius: 3px;
	}
	p.btn-detail {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
		display: block;
		padding: 8px;
		background: #716f63;
		border-radius: 3px;
		color: #fff;
	}
	

	
	
	/* TOP
	---------------------------------------------------------------------------------------------------- */

	.lineup-section {
		display: flex;
		flex-diretion: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.item {
		flex-diretion: column;
		box-sizing: border-box;
		background: #fff;
		width: 23.7%;
		padding: 10px;
		padding-bottom: 20px;
		margin-left: 0.65%;
		margin-right: 0.65%;
		margin-bottom: 2.3%;
	}

	.item a {
		display: block;
		text-decoration: none;
	}
	.item a:hover {
		display: block;
		opacity: 0.5;
	}
	
	.model {
		padding: 5px 0 0 0;
		font-size: 1.3rem;
		font-weight: 400;
		position: relative;
		line-height: 130%;
	}

	.item .txt {
		font-size: 12px;
		line-height: 140%;
		padding: 10px 0;
	}
	p.txt {
		min-height: 50px;
	}
	
	
	/* 
	---------------------------------------------------------------------------------------------------- */
	

	.model a:link {
		display: block;
		/*text-decoration: none;*/
		transition: .2s
	}
	.model a:hover {
		/*color: #e88622;*/
		transition: .2s
	}

	.model-tit {
		display: flex;
		margin-bottom: 20px;
	}
	
}

.size-txt {
	font-size:85%;
	margin-top: 15px;
}


#add06 {
	text-align: center;
	padding: 10px;
	width: 260px;
	border: 1px solid #FFF;
	color: #FFF;
	cursor:pointer;
	margin-top: 25px;
}

#add06:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background-color: #e88622;
}

.type-button {
	font-size:108%;
	color: #FFF;
}


@media only screen and (max-width: 767px) {


.selectSizeItem1 {
	width: 30%;
	margin: 0px;
	padding: 0px;
	padding-right: 3%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8c9195;
	padding-left: 0%;
	margin-top: 25px;
}

.selectSizeItem2 {
	width: 62%;	
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	border-right: none;
	padding-left: 3%;
	margin-top: 25px;

}
.selectSizeItem3 {
	width: 30%;
	margin: 0px;
	padding: 0px;
	padding-left: 3%;
	margin-top: 25px;
}
.size-txt {
	font-size:77%;
	margin-top: 10px;
}
}





	/* スライダー
	---------------------------------------------------------------------------------------------------- */

.slider {
    display: none;
}
.slider.slick-initialized {
    display: block;
}

	/* スライダードット
	---------------------------------------------------------------------------------------------------- */

.full-screen-o .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.full-screen-o .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  outline: 0;
  border-radius: 5px;
  transition-duration: 0.3s;
}
.full-screen-o .slick-dots li button:before {
  content: none;
}
.full-screen-o .slick-dots li button {
  background: #000;
}

