@charset "utf-8";

/* SP */
@media only screen and (max-width: 767px) {
	.slick-dots{
		bottom: 5px !important;
	}
	.slick-dots li{
		width: 5px !important;
		height: 5px !important;
		margin: 0 4px;
	}
	.slick-dots li button{
		width: 5px !important;
		height: 5px !important;
	}
	.slick-dots li button:before{
		font-size: 5px;
		line-height: 7px;
		box-shadow: 0 0 0;
		width: 5px !important;
		height: 5px !important;
		color: #333 !important;
		-moz-border-radius: 50% !important;
		-webkit-border-radius: 50% !important;
		border-radius: 50% !important;
	}
	.slick-dots li.slick-active button:before{
		color: #fff !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__recommend--wrap {
		background-color: #f5f5f5;
		/*margin-bottom: 1.5em;*/
	}
	#contents__recommend--wrap * {
		box-sizing: border-box;
	}
	#contents__recommend--wrap .inner {
		width: 100%;
		padding: 2em 1em 1em;
	}
	#contents__recommend--wrap .title {
		display: flex;
		margin-bottom: 1.5em;
	}
	#contents__recommend--wrap .title .hn {
		font-size: 1.28rem;
	}
	#contents__recommend--wrap .title .list-btn {
		display: flex;
		margin-left: 2em;
	}
	#contents__recommend--wrap .title .list-btn li {
		display: flex;
		align-items: center;
	}
	#contents__recommend--wrap .title .list-btn li.pcDisNone {
		display: none !important;
	}
	#contents__recommend--wrap .title .list-btn li:not(:first-child) {
		margin-left: .75em;
	}
	#contents__recommend--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: .4em;
		text-decoration: none;
	}
	#contents__recommend--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);
	}
	#contents__recommend--wrap .list-lineup {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#contents__recommend--wrap .list-lineup li {
		width: 48.5%;
	}
	#contents__recommend--wrap .list-lineup li:nth-child(n+3) {
		margin-top: 3%;
	}
	#contents__recommend--wrap .list-lineup li a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 100%;
		text-decoration: none;
		background-color: #fff;
		padding: 1em;
	}
	#contents__recommend--wrap .list-lineup li a .img {
		width: 100%;
		text-align: center;
	}
	#contents__recommend--wrap .list-lineup li a .ttl {
		font-size: 1.15rem;
		line-height: 1.2;
		text-align: center;
		padding-top: 1em;
	}
	
	/*全製品の一覧を見る*/
	#contents__recommend--wrap .list-lineup2 li {
		margin-top: 20px;
		margin-bottom: 30px;
		background-size: 100%;
		width: 100%;
		text-align: center;
	}
	.all-list-button {
		display: inline-block;
		background-color: #fff;
		border: solid 1px white;
		color: black;
		padding:0% 10% 0% 10%;
		height: 50px;
		border-radius: 10px;
		line-height: 50px;
		text-align: center;
		font-size: 1.5em;
		text-decoration: none;
		/*width: 300px;*/
	  }
	  .all-list-button:hover {
		color: white;
		background-color: #535353;
	  }

	/* 新着情報 */
	#contents__news--wrap {}
	#contents__news--wrap * {
		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 .title .hn {
		font-size: 1.28rem;
	}
	#contents__news--wrap .title .list-btn {
		display: flex;
		margin-left: 2em;
	}
	#contents__news--wrap .title .list-btn li {
		display: flex;
		align-items: center;
	}
	#contents__news--wrap .title .list-btn li:not(:first-child) {
		margin-left: .75em;
	}
	#contents__news--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: .4em;
		text-decoration: none;
	}
	#contents__news--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);
	}
	#contents__news--wrap .list-news {
		width: 100%;
		height: 374px;
		overflow-y: scroll;		
	}
	#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;
	}
	#contents__news--wrap .list-news .icon span {
		display: inline-block;
		width: 5em;
		font-size: .9rem;
		line-height: 1;
		color: #fff;
		text-align: center;
		background-color: #008282;
		padding: .4em .5em;
	}
	#contents__news--wrap .list-news .text {
		padding-top: .75em;
	}	
	.spBanner {
		margin: 30px auto 0;
	}
	.topBnr {
		max-width: 100%;
	}
}



/* PC */
@media print, screen and (min-width: 768px) {
	#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: 7px !important;
		height: 7px !important;
		margin: 0 4px;
	}
	.slick-dots li button{
		width: 7px !important;
		height: 7px !important;
	}
	.slick-dots li button:before{
		font-size: 7px;
		line-height: 9px;
		box-shadow: 0 0 0;
		width: 7px !important;
		height: 7px !important;
		color: #333 !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: #fff !important;
	}
	.slick-dots li.slick-active{
		opacity: 1.0 !important;
	}

	/* おすすめ製品 */
	#contents__recommend--wrap {
		background-color: #f5f5f5;
		/*margin-bottom: 1em;*/
	}
	#contents__recommend--wrap .inner {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 50px 20px 70px;
		box-sizing: border-box;
	}
	#contents__recommend--wrap .title {
		display: flex;
		margin-bottom: 2em;
	}
	#contents__recommend--wrap .title .hn {
		font-size: 1.71rem;
	}
	#contents__recommend--wrap .title .list-btn {
		display: flex;
		margin-left: 3em;
	}
	#contents__recommend--wrap .title .list-btn li {
		display: flex;
		align-items: center;
	}
	#contents__recommend--wrap .title .list-btn li:not(:first-child) {
		margin-left: .75em;
	}
	#contents__recommend--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: .4em;
		text-decoration: none;
	}
	#contents__recommend--wrap .title .list-btn li .btn:hover {
		color: #fff;
		background-color: #535353;
	}
	#contents__recommend--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);
	}
	#contents__recommend--wrap .title .list-btn li .btn:hover::before {
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
	#contents__recommend--wrap .list-lineup {
		display: flex;
		flex-wrap: wrap;
	}
	#contents__recommend--wrap .list-lineup li {
		width: 24%;
	}
	#contents__recommend--wrap .list-lineup li:not(:nth-child(4n+1)) {
		margin-left: 1.33333333333%;
	}
	#contents__recommend--wrap .list-lineup li:nth-child(n+5) {
		margin-top: 4%;
	}
	#contents__recommend--wrap .list-lineup li a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 100%;
		text-decoration: none;
		background-color: #fff;
		padding: 1em;
	}
	#contents__recommend--wrap .list-lineup li a::before {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		transition: all .2s ease-in;
	}
	#contents__recommend--wrap .list-lineup li a:hover::before {
		height: 4px;
		background-color: #e6000d;
	}
	#contents__recommend--wrap .list-lineup li a .img {
		width: 100%;
		text-align: center;
	}
	#contents__recommend--wrap .list-lineup li a .ttl {
		font-size: 1.3rem;
		line-height: 1.2;
		text-align: center;
	}

	/*全製品の一覧を見る*/
	#contents__recommend--wrap .list-lineup2 li {
		margin-top: 50px;
		background-size: 100%;
		width: 100%;
		text-align: center;
	}
	.all-list-button {
		display: inline-block;
		background-color: #fff;
		border: solid 1px white;
		color: black;
		padding:50 50 50 50;
		height: 50px;
		border-radius: 10px;
		line-height: 50px;
		text-align: center;
		font-size: 1.5em;
		text-decoration: none;
		width: 500px;
	  }
	  .all-list-button:hover {
		color: white;
		background-color: #535353;
	  }

	
	/* 新着情報 */
	#contents__news--wrap {}
	#contents__news--wrap .title {
		display: flex;
		padding-bottom: .6em;
		border-bottom: 1px solid #000;
		margin-bottom: 2em;
	}
	#contents__news--wrap .title .hn {
		font-size: 1.71rem;
	}
	#contents__news--wrap .title .list-btn {
		display: flex;
		margin-left: 3em;
	}
	#contents__news--wrap .title .list-btn li {
		display: flex;
		align-items: center;
	}
	#contents__news--wrap .title .list-btn li:not(:first-child) {
		margin-left: .75em;
	}
	#contents__news--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: .4em;
		text-decoration: none;
	}
	#contents__news--wrap .title .list-btn li .btn:hover {
		color: #fff;
		background-color: #535353;
	}
	#contents__news--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);
	}
	#contents__news--wrap .title .list-btn li .btn:hover::before {
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
	#contents__news--wrap .list-news {
		width: 100%;
		height: 374px;
		overflow-y: scroll;		
	}
	#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: 4.5em;
		font-size: .9rem;
		line-height: 1;
		color: #fff;
		text-align: center;
		background-color: #008282;
		padding: .4em .6em;
	}
	#contents__news--wrap .list-news .text {
	}
	.topBnr {
		max-width: 450px;
		height: auto;
	}
	/* class指定要素内リンクにマウスオーバーした時、リンクを半透明にする */
	.a-hover-opacity a {
		transition: 0.2s;
	}
	.a-hover-opacity a:hover {
		opacity: 0.5;
	}
}