@charset "utf-8";
/* CSS Document */

/*--------------ページ共通 parts-------------*/
div#contents div#main.w100 {width: 100%;}
#main{
	font-size: 15px;
}
#main.mgB{
	margin-bottom: 80px;
}
#main .note li{
	text-indent: -1em;
	padding-left: 1em;
}

#main .products_ttl:before{
	content:"";
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	margin:0 15px -2px 0;
}
.no-svg #main .products_ttl:before{
	content:"";
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

/*レンタル商品*/
#main h1.products_ttl.kurumaisu:before{
	background-image: url(/products/img/common/icon_kurumaisu.svg);
	width: 21px;
	height: 21px;
}
.no-svg #main h1.products_ttl.kurumaisu:before{
	background-image: url(/products/img/common/icon_kurumaisu.png);
	width: 21px;
	height: 21px;
}

#main h1.products_ttl.shindai{
	background-color: #cd1045;
}
#main h1.products_ttl.shindai:before{
	background-image: url(/products/img/common/icon_shindai.svg);
	width: 30px;
	height: 21px;
}
.no-svg #main h1.products_ttl.shindai:before{
	background-image: url(/products/img/common/icon_shindai.png);
	width: 30px;
	height: 21px;
}
#main h1.products_ttl.tokozure{
	background-color: #c6421b;
}
#main h1.products_ttl.tokozure:before{
	background-image: url(/products/img/common/icon_tokozure.svg);
	width: 30px;
	height: 21px;
}
.no-svg #main h1.products_ttl.tokozure:before{
	background-image: url(/products/img/common/icon_tokozure.png);
	width: 30px;
	height: 21px;
}
#main h1.products_ttl.tesuri{
	background-color: #00b2b2;
}
#main h1.products_ttl.tesuri:before{
	background-image: url(/products/img/common/icon_tesuri.svg);
	width: 20px;
	height: 21px;
}
.no-svg #main h1.products_ttl.tesuri:before{
	background-image: url(/products/img/common/icon_tesuri.png);
	width: 20px;
	height: 21px;
}
#main h1.products_ttl.hokouki{
	background-color: #896232;
}
#main h1.products_ttl.hokouki:before{
	background-image: url(/products/img/common/icon_hokouki.svg);
	width: 19px;
	height: 21px;
}
.no-svg #main h1.products_ttl.hokouki:before{
	background-image: url(/products/img/common/icon_hokouki.png);
	width: 19px;
	height: 21px;
}
#main h1.products_ttl.slopelift{
	background-color: #009850;
}
#main h1.products_ttl.slopelift:before{
	background-image: url(/products/img/common/icon_slopelift.svg);
	width: 16px;
	height: 21px;
}
.no-svg #main h1.products_ttl.slopelift:before{
	background-image: url(/products/img/common/icon_slopelift.png);
	width: 16px;
	height: 21px;
}

/*販売商品*/
#main h1.products_ttl.hokouhojyo{
	background-color: #008c9d;
}
#main h1.products_ttl.hokouhojyo:before{
	background-image: url(/products/img/common/icon_hokouhojyo.svg);
	width: 18px;
	height: 21px;
}
.no-svg #main h1.products_ttl.hokouhojyo:before{
	background-image: url(/products/img/common/icon_hokouhojyo.png);
	width: 18px;
	height: 21px;
}
#main h1.products_ttl.haisetsu{
	background-color: #ae3e91;
}
#main h1.products_ttl.haisetsu:before{
	background-image: url(/products/img/common/icon_haisetsu.svg);
	width: 16px;
	height: 21px;
}
.no-svg #main h1.products_ttl.haisetsu:before{
	background-image: url(/products/img/common/icon_haisetsu.png);
	width: 16px;
	height: 21px;
}
#main h1.products_ttl.irui{
	background-color: #00a0d2;
}
#main h1.products_ttl.irui:before{
	background-image: url(/products/img/common/icon_irui.svg);
	width: 18px;
	height: 21px;
}
.no-svg #main h1.products_ttl.irui:before{
	background-image: url(/products/img/common/icon_irui.png);
	width: 18px;
	height: 21px;
}
#main h1.products_ttl.nyuyoku{
	background-color: #5775b8;
}
#main h1.products_ttl.nyuyoku:before{
	background-image: url(/products/img/common/icon_nyuyoku.svg);
	width: 25px;
	height: 21px;
}
.no-svg #main h1.products_ttl.nyuyoku:before{
	background-image: url(/products/img/common/icon_nyuyoku.png);
	width: 25px;
	height: 21px;
}
#main h1.products_ttl.benri{
	background-color: #fb8241;
}
#main h1.products_ttl.benri:before{
	background-image: url(/products/img/common/icon_benri.svg);
	width: 20px;
	height: 21px;
}
.no-svg #main h1.products_ttl.benri:before{
	background-image: url(/products/img/common/icon_benri.png);
	width: 20px;
	height: 21px;
}
#main h1.products_ttl.bousai{
	background-color: #2e8b57;
}
#main h1.products_ttl.bousai:before{
	background-image: url(/products/img/common/icon_bousai.svg);
	width: 25px;
	height: 21px;
}
.no-svg #main h1.products_ttl.bousai:before{
	background-image: url(/products/img/common/icon_bousai.png);
	width: 25px;
	height: 21px;
}

/*Additional CSS*/
.att_custom li{
	text-indent: -1em!important;
    padding-left: 1em!important;
}

@media screen and (max-width: 767px){
	#main{
		font-size: 14px;
	}
	#main.mgB{
		margin-bottom:0;
	}
	#main .note li{
		font-size: 13px;
		line-height: 1.4;
	}
	#main .products_ttl:before{
	margin:0 5px -2px 0;
	}
	#main .products_ttl {
		padding: 11px 5px 8px;
	}
	#main .ttl_clr_blue {
		word-break: break-all;
	}
}

/*---------------------------------------------------

商品一覧ページ

-------------------------------------------------*/

/*---------------商品カテゴリanchor-------------*/

#main .inner.mb25 {
	margin-bottom: 25px;
}

#main .ac_link_description {
	margin-bottom: 20px;
	padding: 10px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}
#main .ac_link {
	margin-bottom: 20px;
}
#main .ac_link li{
	width: 350px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #d8d8d8;
	background: #fffefe;
	background: -moz-linear-gradient(top,  #fffefe 0%, #eae7e8 100%);
	background: -webkit-linear-gradient(top,  #fffefe 0%,#eae7e8 100%);
	background: linear-gradient(to bottom,  #fffefe 0%,#eae7e8 100%);
	box-sizing: border-box;
}
#main .ac_link li:nth-child(2n) {
	margin-left: 20px ;
}
#main .ac_link li a {
	padding: 9px 41px 9px 0;
	text-decoration: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-image: url("/products/img/common/arrow_down.png");
	background-position: right 14px center;
	background-repeat: no-repeat;
}
#main .ac_link .prod_image,
#main .ac_link .prod_desc {
	display: inline-block;
	vertical-align: middle;
}
#main .ac_link .prod_image {
	width: 98px;
}
#main .ac_link .prod_image img{
	width: 100%;
	height: auto;
}
#main .ac_link .prod_desc {
	width: 200px;
}
#main .ac_link .prod_desc dt {
	font-size: 18px;
	font-weight: bold;
}
#main .ac_link .prod_desc dd {
	line-height: 1.4;
}
#main .point_bnr{
	text-align:center;
}
#main .point_bnr a {
	display: inline-block;
}
#main .point_bnr img{
	margin: 0 auto;
}

/*kurumaisu only*/
#main.kurumaisu .ac_link {
	margin-bottom: 0;
}
#main.kurumaisu .ac_link li {
	width: 225.5px;
	margin: 0 20px 20px 0;
}
#main.kurumaisu .ac_link li:nth-child(2n) {
	margin-left: 0 ;
}
#main.kurumaisu .ac_link li:nth-child(3n) {
	margin-right: 0;
}
#main.kurumaisu .ac_link li a {
	padding: 0 30px 0 0;
}
#main.kurumaisu .ac_link .prod_image {
	width: 55px;
}
#main.kurumaisu .ac_link .prod_desc {
	width: 115px;
	padding-left: 15px;
}
.kurumaisu .table_normal td span.margin20 {
	display: block;
	margin: 20px 0 -30px;
}
.kurumaisu .table_normal td span.tBold {
	font-weight: bold;
}
#main.kurumaisu .kurumaisu_bnr {
	float: left;
}
#main.kurumaisu .smallBanner {
	float: right;
	width: 31%;
	margin-top: 17px;
}
#main.kurumaisu .smallBanner img {
	width: 100%;
}

/*hokouki only*/
#main.hokouki .ac_link li {
	width: 225.5px;
	margin: 0 20px 20px 0;
}
#main.hokouki .ac_link li:nth-child(2n) {
	margin-left: 0 ;
}
#main.hokouki .ac_link li:nth-child(3n) {
	margin-right: 0;
}
#main.hokouki .ac_link li a {
	padding: 0 30px 0 0;
}
#main.hokouki .ac_link .prod_image {
	width: 55px;
}
#main.hokouki .ac_link .prod_desc {
	width: 115px;
	padding-left: 15px;
}

/*shindai only*/

#main.shindai .ac_link li a.noCss {
	padding: 0;
	background: none;
}
#main.shindai .ac_link {
	margin-bottom: 0;
}
#main.shindai .ac_link li {
	width: 225.5px;
	margin: 0 20px 20px 0;
}
#main.shindai .ac_link li:nth-child(2n) {
	margin-left: 0 ;
}
#main.shindai .ac_link li:nth-child(3n) {
	margin-right: 0;
}
#main.shindai .ac_link li a {
	padding: 0 30px 0 0;
}
#main.shindai .ac_link .prod_image {
	width: 55px;
}
#main.shindai .ac_link .prod_desc {
	width: 115px;
	padding-left: 15px;
}
#main.shindai .table {
	display: table;
	text-align: justify;
}
#main.shindai .shindai_bnr {
	display: table-cell;
	width: 65%;
	vertical-align: middle;
}
#main.shindai .shindai_bnr a {
	display: block;
}
#main.shindai .shindai_bnr img {
	width: 100%;
}
#main.shindai .smallBanner {
	display: table-cell;
	width: 35%;
	padding-left: 2%;
	vertical-align: middle;
}
#main.shindai .smallBanner img {
	width: 100%;
}

/*tokozure only*/
#main.tokozure .ac_link li {
	width: 225.5px;
	margin: 0 20px 20px 0;
}
#main.tokozure .ac_link li:nth-child(2n) {
	margin-left: 0 ;
}
#main.tokozure .ac_link li:nth-child(3n) {
	margin-right: 0;
}
#main.tokozure .ac_link li a {
	padding: 0 30px 0 0;
}
#main.tokozure .ac_link .prod_image {
	width: 55px;
}
#main.tokozure .ac_link .prod_desc {
	width: 115px;
	padding-left: 15px;
}

/*tesuri only*/
#main.tesuri .ac_link li {
	width: 225.5px;
	margin: 0 20px 20px 0;
}
#main.tesuri .ac_link li:nth-child(2n) {
	margin-left: 0 ;
}
#main.tesuri .ac_link li:nth-child(3n) {
	margin-right: 0;
}
#main.tesuri .ac_link li a {
	padding: 0 30px 0 0;
}
#main.tesuri .ac_link .prod_image {
	width: 55px;
}
#main.tesuri .ac_link .prod_desc {
	width: 115px;
	padding-left: 15px;
}

/*slopelift only*/
#main.slopelift .ac_link li {
	width: 225.5px;
	margin: 0 20px 20px 0;
}
#main.slopelift .ac_link li:nth-child(2n) {
	margin-left: 0 ;
}
#main.slopelift .ac_link li:nth-child(3n) {
	margin-right: 0;
}
#main.slopelift .ac_link li a {
	padding: 0 30px 0 0;
}
#main.slopelift .ac_link .prod_image {
	width: 55px;
}
#main.slopelift .ac_link .prod_desc {
	width: 115px;
	padding-left: 15px;
}

/*haisetsu only*/
#main.haisetsu .ac_link {
	margin-bottom: 0;
}
#main.haisetsu .ac_link li {
	width: 225.5px;
	margin: 0 20px 20px 0;
}
#main.haisetsu .ac_link li:nth-child(2n) {
	margin-left: 0 ;
}
#main.haisetsu .ac_link li:nth-child(3n) {
	margin-right: 0;
}
#main.haisetsu .ac_link li a {
	padding: 0 30px 0 0;
}
#main.haisetsu .ac_link .prod_image {
	width: 55px;
}
#main.haisetsu .ac_link .prod_desc {
	width: 115px;
	padding-left: 15px;
}

/*nyuyoku only*/
#main.nyuyoku .ac_link {
	margin-bottom: 0;
}
#main.nyuyoku .ac_link li {
	width: 225.5px;
	margin: 0 20px 20px 0;
}
#main.nyuyoku .ac_link li:nth-child(2n) {
	margin-left: 0 ;
}
#main.nyuyoku .ac_link li:nth-child(3n) {
	margin-right: 0;
}
#main.nyuyoku .ac_link li a {
	padding: 0 30px 0 0;
}
#main.nyuyoku .ac_link .prod_image {
	width: 55px;
}
#main.nyuyoku .ac_link .prod_desc {
	width: 115px;
	padding-left: 15px;
}

/*benri only*/
#main.benri .ac_link {
	margin-bottom: 0;
}
#main.benri .ac_link li {
	width: 225.5px;
	margin: 0 20px 20px 0;
}
#main.benri .ac_link li:nth-child(2n) {
	margin-left: 0 ;
}
#main.benri .ac_link li:nth-child(3n) {
	margin-right: 0;
}
#main.benri .ac_link li a {
	padding: 0 30px 0 0;
}
#main.benri .ac_link .prod_image {
	width: 55px;
}
#main.benri .ac_link .prod_desc {
	width: 115px;
	padding-left: 15px;
}

/*hokouhojyo only*/
#main.hokouhojyo .ac_link {
	margin-bottom: 0;
}
#main.hokouhojyo .ac_link li {
	width: 225.5px;
	margin: 0 20px 20px 0;
}
#main.hokouhojyo .ac_link li:nth-child(2n) {
	margin-left: 0 ;
}
#main.hokouhojyo .ac_link li:nth-child(3n) {
	margin-right: 0;
}
#main.hokouhojyo .ac_link li a {
	padding: 0 30px 0 0;
}
#main.hokouhojyo .ac_link .prod_image {
	width: 55px;
}
#main.hokouhojyo .ac_link .prod_desc {
	width: 115px;
	padding-left: 15px;
}

/*irui only*/
#main.irui .ac_link {
	margin-bottom: 0;
}
#main.irui .ac_link li {
	width: 225.5px;
	margin: 0 20px 20px 0;
}
#main.irui .ac_link li:nth-child(2n) {
	margin-left: 0 ;
}
#main.irui .ac_link li:nth-child(3n) {
	margin-right: 0;
}
#main.irui .ac_link li a {
	padding: 0 30px 0 0;
}
#main.irui .ac_link .prod_image {
	width: 55px;
}
#main.irui .ac_link .prod_desc {
	width: 115px;
	padding-left: 15px;
}

@media screen and (max-width: 767px){
	#main .ac_link li{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	#main .ac_link li:nth-child(2n) {
		margin-left: 0;
	}
	#main .ac_link li a{
		display: table;
	}
	#main .ac_link .prod_image,
	#main .ac_link .prod_desc {
		display: table-cell;
	}
	#main .ac_link .prod_image {
		width: 94px;
	}
	#main .ac_link .prod_desc {
		width: auto;
	}
	#main .point_bnr{
		margin:0 0 0px;
	}

	/*kurumaisu only*/
	#main.kurumaisu .ac_link li{
		float: left;
		width: 49%;
	}
	#main.kurumaisu .ac_link li:nth-child(odd) {
		margin-right: 2%;
	}
	#main.kurumaisu .ac_link li:nth-child(even) {
		margin-right: 0;
	}
	#main.kurumaisu .ac_link .prod_image {
		width: 65px;
		padding-right: 10px;
	}
	#main.kurumaisu .ac_link .prod_desc {
		padding-left: 0;
	}
	#main.kurumaisu .ac_link .prod_desc dt {
		font-size: 14px;
	}
	#main.kurumaisu .smallBanner {
		width: 100%;
		margin-top: 0;
	}
	#main.kurumaisu .kurumaisu_bnr {
		margin-bottom: 5px;
	}

	/*hokouki only*/
	#main.hokouki .ac_link li{
		float: left;
		width: 49%;
	}
	#main.hokouki .ac_link li:nth-child(odd) {
		margin-right: 2%;
	}
	#main.hokouki .ac_link li:nth-child(even) {
		margin-right: 0;
	}
	#main.hokouki .ac_link .prod_image {
		width: 65px;
		padding-right: 10px;
	}
	#main.hokouki .ac_link .prod_desc {
		padding-left: 0;
	}
	#main.hokouki .ac_link .prod_desc dt {
		font-size: 14px;
	}

	/*shindai only*/
	#main.shindai .ac_link li{
		float: left;
		width: 49%;
	}
	#main.shindai .ac_link li:nth-child(odd) {
		margin-right: 2%;
	}
	#main.shindai .ac_link li:nth-child(even) {
		margin-right: 0;
	}
	#main.shindai .ac_link .prod_image {
		width: 65px;
		padding-right: 10px;
	}
	#main.shindai .ac_link .prod_desc {
		padding-left: 0;
	}
	#main.shindai .ac_link .prod_desc dt {
		font-size: 14px;
	}
	#main.shindai .smallBanner {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	#main.shindai .shindai_bnr {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding-left: 0;
	}

	/*tokozure only*/
	#main.tokozure .ac_link {
		margin-bottom: 0;
	}
	#main.tokozure .ac_link li{
		float: left;
		width: 49%;
	}
	#main.tokozure .ac_link li:nth-child(odd) {
		margin-right: 2%;
	}
	#main.tokozure .ac_link li:nth-child(even) {
		margin-right: 0;
	}
	#main.tokozure .ac_link .prod_image {
		width: 65px;
		padding-right: 10px;
	}
	#main.tokozure .ac_link .prod_desc {
		padding-left: 0;
	}
	#main.tokozure .ac_link .prod_desc dt {
		font-size: 14px;
	}

	/*tesuri only*/
	#main.tesuri .ac_link {
		margin-bottom: 0;
	}
	#main.tesuri .ac_link li{
		float: left;
		width: 49%;
	}
	#main.tesuri .ac_link li:nth-child(odd) {
		margin-right: 2%;
	}
	#main.tesuri .ac_link li:nth-child(even) {
		margin-right: 0;
	}
	#main.tesuri .ac_link .prod_image {
		width: 65px;
		padding-right: 10px;
	}
	#main.tesuri .ac_link .prod_desc {
		padding-left: 0;
	}
	#main.tesuri .ac_link .prod_desc dt {
		font-size: 14px;
	}

	/*slopelift only*/
	#main.slopelift .ac_link {
		margin-bottom: 0;
	}
	#main.slopelift .ac_link li{
		float: left;
		width: 49%;
	}
	#main.slopelift .ac_link li:nth-child(odd) {
		margin-right: 2%;
	}
	#main.slopelift .ac_link li:nth-child(even) {
		margin-right: 0;
	}
	#main.slopelift .ac_link .prod_image {
		width: 65px;
		padding-right: 10px;
	}
	#main.slopelift .ac_link .prod_desc {
		padding-left: 0;
	}
	#main.slopelift .ac_link .prod_desc dt {
		font-size: 14px;
	}

	/*haisetsu only*/
	#main.haisetsu .ac_link li{
		float: left;
		width: 49%;
	}
	#main.haisetsu .ac_link li:nth-child(odd) {
		margin-right: 2%;
	}
	#main.haisetsu .ac_link li:nth-child(even) {
		margin-right: 0;
	}
	#main.haisetsu .ac_link .prod_image {
		width: 65px;
		padding-right: 10px;
	}
	#main.haisetsu .ac_link .prod_desc {
		padding-left: 0;
	}
	#main.haisetsu .ac_link .prod_desc dt {
		font-size: 14px;
	}

	/*nyuyoku only*/
	#main.nyuyoku .ac_link li{
		float: left;
		width: 49%;
	}
	#main.nyuyoku .ac_link li:nth-child(odd) {
		margin-right: 2%;
	}
	#main.nyuyoku .ac_link li:nth-child(even) {
		margin-right: 0;
	}
	#main.nyuyoku .ac_link .prod_image {
		width: 65px;
		padding-right: 10px;
	}
	#main.nyuyoku .ac_link .prod_desc {
		padding-left: 0;
	}
	#main.nyuyoku .ac_link .prod_desc dt {
		font-size: 14px;
	}

	/*benri only*/
	#main.benri .ac_link li{
		float: left;
		width: 49%;
	}
	#main.benri .ac_link li:nth-child(odd) {
		margin-right: 2%;
	}
	#main.benri .ac_link li:nth-child(even) {
		margin-right: 0;
	}
	#main.benri .ac_link .prod_image {
		width: 65px;
		padding-right: 10px;
	}
	#main.benri .ac_link .prod_desc {
		padding-left: 0;
	}
	#main.benri .ac_link .prod_desc dt {
		font-size: 14px;
	}

	/*hokouhojyo only*/
	#main.hokouhojyo .ac_link li{
		float: left;
		width: 49%;
	}
	#main.hokouhojyo .ac_link li:nth-child(odd) {
		margin-right: 2%;
	}
	#main.hokouhojyo .ac_link li:nth-child(even) {
		margin-right: 0;
	}
	#main.hokouhojyo .ac_link .prod_image {
		width: 65px;
		padding-right: 10px;
	}
	#main.hokouhojyo .ac_link .prod_desc {
		padding-left: 0;
	}
	#main.hokouhojyo .ac_link .prod_desc dt {
		font-size: 14px;
	}

	/*irui only*/
	#main.irui .ac_link li{
		float: left;
		width: 49%;
	}
	#main.irui .ac_link li:nth-child(odd) {
		margin-right: 2%;
	}
	#main.irui .ac_link li:nth-child(even) {
		margin-right: 0;
	}
	#main.irui .ac_link .prod_image {
		width: 65px;
		padding-right: 10px;
	}
	#main.irui .ac_link .prod_desc {
		padding-left: 0;
	}
	#main.irui .ac_link .prod_desc dt {
		font-size: 14px;
	}
	
	/*Additional CSS 200210*/
	#main .inner .txt_bnr_ttl {
		font-size: 15px;
	}
}

/*---------------商品一覧------------*/
.type_all .text{
	font-size: 18px;
}
.type_all .note li{
	color: #e10a0a;
}
.type_all .type_products{
	overflow: hidden;
	margin: 10px 0 40px;
}
.type_all .type_products.nomgB{
	overflow: hidden;
	margin: 10px 0 0px;
}
#main .type_all　.note li{
	color: #e10a0a;
}

.type_all .type_products li{
	width: 224px;
	float: left;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	padding: 15px;
	margin:0 23px 23px 0;
}
.type_all .type_products li:nth-child(3n){
	margin-right: 0;
}
.type_all .type_products li a{
	display: block;
	text-decoration: none;
}
.type_all .type_products li .photo{
	height: 170px;
	width: 100%;
	text-align: center;
}
.type_all .type_products li .photo img{
	height: 100%;
	width: auto;
}
.type_all .type_products li dt{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 5px;
	word-break: break-all;
}
.type_all .type_products li dd{
	font-size: 16px;
	line-height: 1.4;
}
.type_all .type_products li dd span{
    display: block;
    margin-left: 18px;
	text-indent: -18px;
}
.type_all .type_products li .kaigo{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.0;
}
.type_all .type_products li .price{
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.type_all .type_products li .more{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #0068c0;
	margin-top: 10px;
	line-height: 1.0;
}
.type_all .type_products li .more:after{
	content: "";
	background: url(/img/common/s_icon_arrow.png) no-repeat;
	width: 10px;
	height: 12px;
	background-size: contain;
	display: inline-block;
	margin: 0 0 -1px 10px;
}

@media screen and (max-width: 767px){

	/*---------------商品一覧------------*/
	.type_all .text{
		font-size: 14px;
	}
	.type_all .type_products{
		overflow: hidden;
		margin: 10px 0 20px;
	}
	.type_all .type_products li{
		width: 100%;
		float: none;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		padding: 10px 3%;
		margin:0;
	}
	.type_all .type_products li:last-child{
		border-bottom: 1px solid #d8d8d8;
	}
	.type_all .type_products li a{
		display: table;
		width: 100%;
		background: url(/img/common/s_icon_arrow.png) no-repeat right center;
		background-size: 10px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.type_all .type_products li .photo{
		display: table-cell;
		vertical-align: middle;
		height: auto;
		width: 90px;
	}
	.type_all .type_products li .photo img{
		width: 100%;
		height: auto;
	}
	.type_all .type_products li .info{
		display: table-cell;
		vertical-align: middle;
	}
	.type_all .type_products li dl{
		height: auto!important;
	}
	.type_all .type_products li dt{
		font-size: 15px;
	}
	.type_all .type_products li dd{
		font-size: 14px;
	}
	.type_all .type_products li .kaigo{
		font-size: 14px;
		margin-top: 5px;
	}
	.type_all .type_products li .price{
		font-size: 15px;
	}
	.type_all .type_products li .more{
		display: none;
	}
}

/*---------------カテゴリから探す------------*/

.prod_category {
	margin: 20px 0 0;
	padding-bottom: 20px;
}
.prod_category .prod_category_ttl {
	background: #dbedfc;
	font-size: 23px;
	position: relative;
	padding: 10px 10px 10px 30px;
	margin: 0 0 20px;
}
.prod_category .prod_category_ttl:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #007bff transparent transparent transparent;
}

.prod_category .prod_category_ttl_v2 {background: #fff1b8;}
.prod_category .prod_category_ttl_v2:after {
	border-color: #ffa603 transparent transparent transparent;
}
.prod_category ul {
	overflow: hidden;
	margin: 0 0 20px;
}
.prod_category ul li {
	float: left;
	width: 232px;
	margin: 0 12px 20px 0;
}
.prod_category ul li:nth-child(3n) {
	margin-right: 0;
}


#main.w100 .prod_category ul {
	display: flex;
    flex-wrap: wrap;
	overflow: visible;
	margin: 0 0 20px;
}
#main.w100 .prod_category ul li {
	float: none;
	width: 230px;
	margin: 0 12px 20px 0;
}
#main.w100 .prod_category ul li:nth-child(4n) {
	margin-right: 0;
}

#main.w100 .prod_category .links li {
	margin: 0;
	padding: 10px 0;
	line-height: 1;
}
.prod_category .links li a {display: inline-block;}

#main.w100 .prod_category .rental .links li:nth-child(odd) {
	background: #f4faff;
}

#main.w100 .prod_category .hanbai .links li:nth-child(odd) {
	background: #fffbec;
}

#main.w100 .prod_category .hanbai .links li a {
	background-image: url(/img/common/arrow_04.gif);
}

.prod_category ul li .btn{
	width: 100%;
	border: 1px solid #dedede;
	min-height: 80px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
	font-size: 15px;
}

.prod_category .rental li .btn {
	border: 1px solid #5a9fd1;
}
.prod_category .hanbai li .btn {
	border: 1px solid #ffca69;
}

.prod_category ul li .btn span{
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}
.prod_category ul.rental li:nth-child(1) .btn{
	background-image: url(/img/index_item_01.jpg);
}
.prod_category ul.rental li:nth-child(2) .btn{
	background-image: url(/img/index_item_02.jpg);
}
.prod_category ul.rental li:nth-child(3) .btn{
	background-image: url(/img/index_item_04.jpg);
}
.prod_category ul.rental li:nth-child(4) .btn{
	background-image: url(/img/index_item_03.jpg);
}
.prod_category ul.rental li:nth-child(5) .btn{
	background-image: url(/img/index_item_05.jpg);
}
.prod_category ul.rental li:nth-child(6) .btn{
	background-image: url(/img/index_item_06.jpg);
}
.prod_category ul.rental li:nth-child(8) .btn{
	background-image: url(/img/index_item_14.jpg);
}
.prod_category ul.hanbai li:nth-child(1) .btn{
	background-image: url(/img/index_item_07.jpg);
}
.prod_category ul.hanbai li:nth-child(2) .btn{
	background-image: url(/img/index_item_08.jpg);
}
.prod_category ul.hanbai li:nth-child(3) .btn{
	background-image: url(/img/index_item_09.jpg);
}
.prod_category ul.hanbai li:nth-child(4) .btn{
	background-image: url(/img/index_item_10.jpg);
}
.prod_category ul.hanbai li:nth-child(5) .btn{
	background-image: url(/img/index_item_11.jpg);
}
.prod_category ul.hanbai li:nth-child(6) .btn{
	background-image: url(/img/index_item_12.jpg);
}
@media screen and (max-width: 767px){
	.prod_category {
		padding: 0 3%;
	}
	.prod_category .prod_category_ttl {
		font-size: 13px;
		padding: 11px 0 10px 20px;
		margin: 0 0 5%;
	}
	.prod_category .prod_category_ttl:after {
		border-width: 13px 13px 0 0;
	}
	.prod_category ul li {
		width: 49%;
		margin: 0 0 2%;
	}
	.prod_category ul li:nth-child(2n) {
		float: right;
	}
	.prod_category ul li .btn{
		height: 58px;
		display: table;
		padding: 0;
	}
	.prod_category ul li .btn span{
		font-size: 12px;
		padding: 0 0 0 8px;
		text-decoration: none;
		line-height: 1.2;
	}
}


/*---------------------------------------------------

商品詳細ページ

-------------------------------------------------*/
/*---------------メイン------------*/
#main .main_wrap{
	margin-bottom: 30px;
}
#main .tagList{
	margin-bottom: 25px;
}
#main .tagList li{
	display: inline-block;
	border: 1px solid #dddddd;
	color: #808080;
	padding: 5px 15px;
	line-height: 1.1;
	border-radius: 5px;
	margin:0 5px 8px 0;
}
#main .tagList.hover li {
	padding: 0;
	vertical-align: top;
}
#main .tagList.hover li a {
	padding: 5px 15px;
	display: block;
}
#main .tagList.hover li:hover a{
	background-color: #38aee7;
	border-radius: 5px;
	text-decoration: none;
}
#main .tagList.hover li.noLink {
	padding: 5px 15px;
}
#main .tagList li:last-child{
	margin-right: 0;
}
#main .tagList li.rental{
	background-color: #97d7f7;
	color: #333;
}
#main .tagList li.sale{
	background-color: #ffeea8;
	color: #333;
}
#main .tagList li.sgMark{
	border: 0;
	padding: 0;
	height: 24px;
}
#main .tagList li.sgMark img{
	width: auto;
	height: 100%;
	vertical-align: middle;
}
@media screen and (max-width: 767px){
	#main .main_wrap{
		margin-bottom: 20px;
	}
	#main .tagList{
		margin-bottom: 10px;
	}
	#main .tagList li{
		font-size: 13px;
		margin:0 1px 5px 0;
	}
	#main .tagList.hover li a {
		padding: 4px 15px;
	}
}
/*---------------メイン左------------*/

#main .slider_wrap{
	float: left;
	width: 310px;
	margin: 0 25px 0 25px
}
#main .slider_wrap .bx-wrapper{
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #d8d8d8;
	border-left: 0;
	border-right: 0;
}
/*androidとIEバグ回避用*/
#main .slider_wrap .bx-wrapper::before,
#main .slider_wrap .bx-wrapper::after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	background-color:#d8d8d8;
	top: 0;
	z-index: 99;
}
#main .slider_wrap .bx-wrapper::before{
	left: -1px;
}
#main .slider_wrap .bx-wrapper::after{
	right:-1px;
}
#main .slider_wrap .bx-viewport{
	position: static!important;
	overflow: hidden;
}
#main .slider_wrap .bx-wrapper .bx-controls-direction a {
	width: 15px;
	height: 29px;
}
#main .slider_wrap .bx-prev{
  left: -20px;
  background: url(/products/img/common/mainslider_prev.png) no-repeat top left;
	background-size: contain;
}
#main .slider_wrap .bx-next{
  right: -20px;
  background: url(/products/img/common/mainslider_next.png) no-repeat top left;
	background-size: contain;
}
#main .slider_wrap .products_img li{
	position: relative;
	height: 270px;
	overflow: hidden;
}
#main .slider_wrap .products_img li img{
  width: auto;
  max-width: initial;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}
#main .products_img{
	margin-bottom: 10px;
}
#main .products_img.onlyOne{
	border: 1px solid #d8d8d8;
}
#main .bx-wrapper .products_img{
	display: block;
}
#main .product-thumb{
	text-align: left;
	overflow: hidden;
}
#main .bx-wrapper + .product-thumb{
	display: block;
}
#main .product-thumb a{
	display: block;
  float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 70px;
	height: 70px;
	border: 1px solid #d8d8d8;
		box-sizing: border-box;
	overflow: hidden;
}
#main .product-thumb a:nth-child(4n){
	margin-right: 0;
}
#main .product-thumb.onlyOne a,
#main .product-thumb a.active{
	border: 1px solid #006bb8;
}
#main .product-thumb.onlyOne a img{
	opacity: 1.0!important;
	cursor: auto;
}
#main .product-thumb a img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px){
	#main .products_img {
		margin: 0 auto 10px;
	}
	#main .products_img.onlyOne li {
		max-width: 350px;
		margin: 0 auto;
	}
	#main .slider_wrap{
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	#main .slider_wrap .bx-viewport{
		max-width: 350px!important;
		margin: auto;
	}
	#main .slider_wrap .products_img li{
		height: 280px;
	}
	#main .product-thumb{
		overflow: hidden;
	}
	#main .product-thumb a{
		margin-right: 2.3%;
		margin-bottom: 2.3%;
		width: 23%;
		height: 0px;
		padding-bottom: 23%;
	}

}
/*---------------メイン右------------*/

#main .price_detail{
	float:right;
	width:350px;
}
#main .price_detail .products_price{
	position: relative;
	background-color: #fafafa;
	padding:20px;
	margin-bottom:30px;
	font-size: 18px;
	}
#main .price_detail .products_price.no_tax:after{
	position: absolute;
	content: '（非課税※）';
	top: 20px;
	right: 70px;
	color: #e10a0a;
	font-size: 14px;
}
#main .price_detail .products_price.with_tax:after{
	position: absolute;
	content: '（課税※）';
	top: 20px;
	right: 82px;
	color: #e10a0a;
	font-size: 14px;
}
#main .price_detail .products_price dt{
	float:left;
}
#main .price_detail .products_price dd{
	float:right;
}
#main .price_detail .products_price .salePrice dd{
	float:left;
	margin-left: 10px;
}
#main .price_detail .products_price .hutan,
#main .price_detail .products_price .salePrice{
	font-weight: bold;
}
#main .price_detail .products_price .hutan dd span,
#main .price_detail .products_price .salePrice dd span{
	color:#000;
	font-size:22px;
	line-height: 1;
}
#main .price_detail .note{
	margin-left: 20px;
}
#main .note .caution{
	color: #e10a0a;
}
#main .text_link_about{
	text-align: right;
	margin-top:20px;
}
#main .text_link_about a{
	text-decoration: underline;
}
#main .text_link_about a:hover{
	text-decoration: none;
}
#main .btn_link {
	margin-top: 20px;
}
#main .btn_link a {
	position: relative;
    display: block;
    padding: 8px 18px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to bottom, rgb(246,41,12) 0%, rgb(132,208,46) 0%, rgb(114,177,42) 100%);
    border: 1px solid #6ba428;
    border-radius: 8px;
}
#main .btn_link a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#main .btn_link a:after {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 15px;
    background: url(/img/btn_arrow_green.jpg) no-repeat;
    content: "";
}
#main .spMoveTarget{
	display: none;
}
@media screen and (max-width: 767px) {
	#main .btn_link a {
		padding: 10px;
		font-size: 17px;
		border-radius: 5px;
	}
	#main .btn_link a:after {
		background-size: 10px;
	}
	#main .price_detail{
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	#main .price_detail .products_price{
		background-color: #fff;
		padding:0;
		margin-bottom:20px;
		font-size: 16px;
		}
	#main .price_detail .products_price.no_tax:after,
	#main .price_detail .products_price.with_tax:after{
		top: 0;
		left: 75px;
	}
	#main .price_detail .products_price dt{
		min-width: 160px;
		margin-right: 10px;
	}
	#main .price_detail .products_price .salePrice dt{
		min-width: 10px;
		margin-right: 0px;
	}
	#main .price_detail .products_price dd{
		float:left;
	}
	#main .price_detail .products_price .hutan dd span{
		font-size:24px;
	}
	#main .spMoveTarget{
		width: 94%;
		margin: auto;
		display: block;
	}
	#main .spMoveTarget .note{
		margin-top:20px;
	}
	#main .spMoveTarget .text_link_about{
		text-align: right;
		margin:5px 0 10px;
	}
}

/*---------------この商品について------------*/
#main .table_normal{
	border:1px solid #d8d8d8;
	width:100%;
	font-size:18px;
	border-collapse: collapse;
}
#main .table_normal tr{
	border:1px solid #d8d8d8;
}
#main .table_normal th{
	width:180px;
	background:#e7e7e7;
	padding:15px 5px 15px 5px;
	border-right:1px solid #d8d8d8;
	vertical-align:middle;
	box-sizing: border-box;
	text-align: center;
	font-weight: normal;
}
#main .table_normal td{
	padding:15px 5px 15px 20px;
	vertical-align:middle;
}
#main .table_normal.table_price th{
	width:50%;
}
#main .table_normal.table_price td{
	width:50%;
	min-width: 10em;
}
/* 191204変更 productsの並びきらないicon用のマージン */
#main .table_normal .about_icon li{
	float:left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main .table_normal .more_link{
	font-size: 15px;
	margin:10px 0 0;
}
#main .table_normal .more_link a{
	text-decoration: underline;
}
#main .table_normal .more_link a:hover{
	text-decoration: none;
}
#main .att{
	font-size: 18px;
	margin: 10px 0;
}
#main .table_normal .tais_code_title {
	font-weight: bold;
}
#main .table_normal td table {
	margin-bottom: 10px;
}
#main .table_normal td table:last-of-type {
	margin-bottom: 0;
}
#main .table_normal td table tr {
	border: 0;
}

#main .table_normal td table th,
#main .table_normal td table td {
	width: auto;
	background: none;
	padding: 0;
	border:0;
	text-align: left;
}

.tableText {
	margin-top: 15px;
}

/*ご利用料金*/

#main .table_rates th{
	width: 200px;
}

/*仕様 & ご利用料金*/

#main .price_sub_ttl,
#main .spec_sub_ttl,
#main .rates_sub_ttl {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 18px;
}

#main .att.m10 {
	margin: 10px 0 0 0;
}

#main .category_ttl > span {
	font-size: 20px;
}

#main .type_all .inner {
	position: relative;
}

#main .type_all .inner .pagetop.clearfix {
	position: absolute;
	bottom: -20px;
	right: 0;
	margin-bottom: 0;
	text-decoration: underline;
}

@media screen and (max-width: 767px){
	#main .type_all .inner {
		margin-bottom: 40px;
	}
	#main .type_all .inner .pagetop.clearfix {
		bottom: -30px;
		background: none;
	}
	#main .type_all .inner .pagetop.clearfix a {
		color: #000;
		font-weight: normal;
		font-size: 15px;
		padding: 0;
	}
	#main table .att {
		width: 100%;
	}
	#main .table_normal{
		font-size:15px;
		margin: 10px 3% 5px;
		width: 94%;
	}
	#main .table_normal th{
		width:20%;
		padding:10px 5px 10px 5px;
	}
	#main .table_normal th.w10{
		width:10%;
	}
	#main .table_normal th.w25{
		width:25%;
	}
	#main .table_normal th.w30{
		width:30%;
	}
	#main .table_normal th.w35{
		width:35%;
	}
	#main .table_normal td{
		padding:10px 8px;
	}
	#main .table_normal .about_icon li{
		float:left;
		width: 60px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	#main .table_normal li.more_link{
		float: none;
		width: 100%;
		font-size: 13px;
		margin:5px 0 0!important;
		clear: both;
	}
	.tableText {
		margin: 10px 3% 0;
	}
	#main .att{
		font-size: 15px;
		width: 94%;
		margin: 5px auto 20px;
	}
	/*ご利用料金*/
	#main .table_rates.fz14 {
		font-size: 14px;
	}
	#main .table_rates.fz12 {
		font-size: 12px;
	}
	#main .table_rates .spacing th {
		line-height: 1.2;
	}
	#main .table_rates .spacing tr {
		border-bottom: 7px solid #fff;
	}
	#main .table_rates .spacing tr:last-child {
		border-bottom: none;
	}
	#main .table_rates .spacing td {
		vertical-align: top;
	}
	#main .table_rates th{
		width: 90px;
	}
	/*仕様 & ご利用料金*/
	#main .spec_sub_ttl,
	#main .rates_sub_ttl {
		width: 94%;
		margin: 10px auto;
		font-size: 15px;
	}
	#main .price_sub_ttl {
		margin: 20px 3% 10px;
	}
}

/*---------------動画------------*/

.movieArea .movie{
	width: 700px;
	padding-bottom: 55%;
	margin: 0 auto 40px;
	position: relative;
}
.movieArea .movie:last-of-type {
	margin-bottom: 0;
}
.movieArea .movie span,
.movieArea .movie img,
.movieArea .movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px){
	.movieArea .movie{
		width: 94%;
		margin: 0 auto 10px;
	}
}


/*---------------ポイント------------*/
.pointArea ul {
	overflow: hidden;
}
.pointArea li {
	width: 230px;
	float: left;
	margin: 0 15px 30px 0;
	display: block;
}
.pointArea li:nth-child(3n) {
	margin-right: 0;
}
.pointArea li .ttl {
	color: #006bb8;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}
.pointArea li .txt .txt_table th {
	width: 65px;
}
.pointArea li .txt .txt_table th,
.pointArea li .txt .txt_table td {
	vertical-align: top;
}
.pointArea li .txt.mb {
	margin-bottom: 15px;
}
.pointArea li .txt span.tBold {
	font-weight: bold;
}
.pointArea li .ph {
	margin-bottom: 5px;
	border:1px solid #d8d8d8;
}
.pointArea li .ph img {
	width: 100%;
	height: auto;
}
.moreBtn,
.closeBtn {
	display: none;
}

@media screen and (max-width: 767px) {
	.pointArea li {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
		display: none;
	}
	.pointArea li:first-child {
		display: block;
	}
	.moreBtnWrap .moreBtn {
		display: block;
	}
	.moreBtnWrap .moreBtn a {
		background-color: #6d6d6d;
		color: #fff;
		display: block;
		text-align: center;
		padding: 8px 30px 8px 10px;
		font-size: 18px;
		background-image: url(/products/img/common/icon_plus_wh.png);
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 18px;
		font-weight: bold;
	}
	.moreBtnWrap .moreBtn.open a {
    	background-image: url(/products/img/common/icon_minus_wh.png);
	}
	.moreBtnWrap .closeBtn {
		display: none;
		width: 50%;
		margin: 0 auto;
	}
	.accIn .closeBtn {
    	display: block;
		width: 50%;
		margin: 0 auto;
	}
	.moreBtnWrap .closeBtn a,
	.accIn .closeBtn a {
		background-color: #6d6d6d;
		color: #fff;
		text-align: center;
		padding: 5px 10px;
		font-size: 18px;
		display: block;
		border-radius: 5px;
		font-weight: bold;
	}
	.moreBtnWrap .closeBtn a:before,
	.accIn .closeBtn a:before {
		content: "";
		width: 15px;
		height: 15px;
		display: inline-block;
		margin: 0 10px -2px 0;
		background-image: url(/products/img/common/icon_close.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
}

/*---------------関連商品スライダー共通------------*/
@media screen and (min-width: 768px){
	.slider li{
		width: 152px!important;
	}
}
.slider{
	margin: 0 auto;
	overflow: hidden;
}
.slider li{
	overflow: hidden;
	float: left;
	margin-right: 15px;
	font-size: 13px;
}
.slider li a{
	text-decoration: none;
	display: block;
}
.slider li:last-child{
	margin-right: 0;
}
.slider li .ph{
	border: 1px solid #d8d8d8;
	border-width: 1px!important;
	height: 152px;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.slider li .ph img{
	width: 100%;
	height: auto;
	display: block;
}
.slider li .sale:before {
	content: '販売';
    position: absolute;
    padding: 5px 10px;
    background-color: #ffeea8;
    font-weight: bold;
}
.slider li dt{
	margin-bottom: 10px;
	word-break: break-all;
}
.saleWrap .slider li dd{
	display: inline-block;
}
.slider li dd span{
	color: #000;
	font-weight: bold;
}
.setArea{
	margin-bottom: 80px;
}
/* .setArea .slider li:last-child{
	margin-right: 0!important;
} */
@media screen and (min-width: 768px){
	.slider.noSlide {
		width: 720px!important;
		margin: 0px auto;
	}
	.slider.noSlide li{
		margin-right: 36px!important;
	}
	.slider.noSlide li:last-child{
		margin-right: 0px!important;
	}
	/* .setArea .bx-controls-direction{
		display: none;
	} */
}
@media screen and (max-width: 767px){
	.relatedArea,
	.setArea,
	.slider.noSlide{
		width: 94%;
		margin:0 auto 30px;
		font-size: 13px!important;
	}
	#main .relatedArea .category_ttl,
	#main .setArea .category_ttl{
		width: 100%;
	}
	.slider li .ph{
		width: 100%;
		height: auto;
		border: 0;
	}
	.slider li .ph img{
		width: 96%;
		height: auto;
		border: 1px solid #d8d8d8;
		display: block;
		margin: auto;
	}
	.slider li .sale:before {
		padding: 1px 5px;
		font-size: 12px;
	}
	/* .setArea .bx-wrapper {
		max-width: auto!important;
	} */
	.relatedArea .slider li,
	.setArea .slider li{
		padding-bottom: 20px;
		margin-right: 14px!important;
	}
	.slider.noSlide li{
		width:31%;
		margin-right: 3.5%!important;
	}
	.slider.noSlide li:last-child{
		margin-right: 0!important;
	}
	/* .setArea .bx-controls-direction{
		display: block;
	} */
}

/*---------------bx-slider修正------------*/
@media screen and (min-width: 768px){
	.sliderWrap .bx-wrapper{
		max-width: 653px!important;
	}

}
.sliderWrap .bx-wrapper .bx-viewport{
  left: 0;
}
.sliderWrap .bx-wrapper .bx-controls-direction a{
  top: 87px;
}
.sliderWrap .bx-wrapper .bx-prev{
  left: -30px;
	z-index: 1;
}
.sliderWrap .bx-wrapper .bx-next{
  right: -30px;
	z-index: 1;
}

@media screen and (max-width: 767px){
	.slider {
		width: auto;
	}
	.sliderWrap .bx-wrapper{
		max-width: 100%!important;
	}
	.sliderWrap .bx-viewport{
		width: 92%!important;
		margin: auto;
	}
	.sliderWrap .bx-wrapper .bx-controls-direction a{
		top: 35%;
    width: 12px;
    height: 20px;
	}
	.sliderWrap .bx-wrapper .bx-prev {
		left: 2%;
	}
	.sliderWrap .bx-wrapper .bx-next {
		right: 2%;
	}
}
@media screen and (max-width: 500px){
	.sliderWrap .bx-wrapper .bx-controls-direction a{
		top: 55px;
		width: 8px;
		height: 20px;
	}
	.sliderWrap .bx-wrapper .bx-prev {
		left: 1%;
	}
	.sliderWrap .bx-wrapper .bx-next {
		right: 1%;
	}
}


/*---------------commonModal------------*/
body{
	position: relative;
}
.overlayBg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(129,129,129,0.60);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1111;
	display: none;
	cursor: pointer;
}
.overlay{
	display:none;
	width: 630px;
	position:fixed;
	padding:40px;
	z-index:10000;
	box-sizing: border-box;
}
.overlay .closeBtn{
	display: block!important;
	width: 45px!important;
	position: absolute;
	top: 20px;
	right: 20px;
}
.overlay .closeBtn img{
	width: 100%;
	height: auto;
}
.overlay .btmClose{
	width: 150px;
	line-height: 45px;
	background-color: #fff;
	text-align: center;
	margin: 30px auto 0;
	border-radius: 5px;
}
.overlay .btmClose a{
	display: block;
	color: #2668a4;
}
.overlay .btmClose a:before{
	content:"";
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
	display: inline-block;
	margin: 0 5px -2px 0;
	background-image: url(/products/img/common/icon_close_blu.png);
}

.other_store {
	margin-top: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	text-align: center;
}

.other_store a {
	padding: 10px;
	display: block;
}

.other_store a:hover {
	text-decoration: none;
}

.other_store .store_logo {
	display: block;
	margin-top: 10px;
}

.other_store .store_logo img {
	width: 40%;
}

/*--------------modal------------*/
.modal{
	position: relative;
}
.modal ul{
	overflow: hidden;
}
.modal .overlay{
	background-color: #fff;
}
#main .modal .category_ttl {
	margin: 30px 20px 20px 20px;
	background: url(/products/img/common/icon_border.png) no-repeat bottom left;
}
.modal .close_btn {
	position: absolute;
	top: -10px;
	right: -10px;
}
.modal .overlay {
	width: 945px;
	margin: 0 auto;
	left: 50%!important;
	transform: translateX(-50%);
	padding: 0;
}
.modal li .other_prod {
	padding: 0 20px 15px 20px;
}
.modal li .other_prod li {
	float: left;
	width: 294px;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding-right: 20px;
}
.modal li .other_prod li:nth-child(3n) {
	padding-right: 0;
}
.modal li .other_prod li > a {
	display: table;
	width: 100%;
	background: url(/products/img/common/icon_next.png) no-repeat center right;
	background-size: 12px 23px;
	padding-left: 1px;
}
.modal li .other_prod li > a:hover {
	text-decoration: none;
}
.modal li .other_prod li > a > * {
	display: table-cell;
	vertical-align: middle;
}
.modal li .other_prod li > a > span.img {
	width: 23%;
	padding-right: 15px;
}
.modal li .other_prod li > a > span.img img {
	border: 1px solid #ddd;
	width: 85px;
	height: auto;
}
.modal .scroll {
	max-height: 300px;
	overflow-y: scroll;
}
#main .category_ttl {text-align: left;}

.infoLink {}
.infoLink .infoItemList {
	display: flex;
	flex-wrap: wrap;
}
.infoLink .infoItemList .infoItem {margin-right: 6px;}
.infoLink .infoItemList .infoItem:nth-child(4n) {margin-right:0;}
.infoLink .infoItemList .infoItem:nth-child(n+5) {margin-top: 20px;}
.infoLink .infoItemList .infoItem a {}

@media screen and (max-width: 767px){

	.overlay{
		display:none;
		width: 100%;
		position:fixed;
		left:0!important;
		padding:2%;
	}
	.overlay .closeBtn{
		width: 34px!important;
		position: absolute;
		top: 10px;
		right: 2%;
		margin-top: 0;
	}
	.overlay .btmClose{
		width: 120px;
		line-height: 35px;
		margin: 10px auto 0;
	}

	.type_products li a .info > dl > dd {
		display: none;
	}
	.other_store {
		margin: 0 3%;
	}
	.modal li .other_prod {
		padding: 0;
		padding-right: 15px;
	}
	.modal li .other_prod li {
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
		padding-right: 0;
	}
	.modal li .other_prod li:last-child {
		margin-bottom: 0;
	}
	.modal .overlay {
		width: 90%;
		padding: 15px;
	}
	.modal li .other_prod li > a {
		background-size: 10px 19px;
		padding-left: 0;
	}
	#main .modal .category_ttl {
		margin: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	.modal .scroll {
		max-height: 350px;
		margin-right: -15px;
	}

	#main.w100 .prod_category ul li {
		width: 100%;
		margin: 0;
	}
	#main.w100 .prod_category ul li .btn {
		background-size: auto 18vw;
 		background-position: -25vw center;
 		position: relative;
	}
	#main.w100 .prod_category .hanbai li .btn {
		background-size: auto 16vw;
 		background-position: -20vw center;
	}
	/*
	#main.w100 .prod_category ul.rental li:nth-child(7) .btn,
	#main.w100 .prod_category ul.rental li:nth-child(5) .btn {
		background-size: auto 18vw;
 		background-position: -25vw center;
	}*/
	#main.w100 .prod_category ul.hanbai li:nth-child(3) .btn,
	#main.w100 .prod_category ul.hanbai li:nth-child(6) .btn {
 		background-position: -27vw center;
		background-size: auto 18vw;
	}

	#main.w100 .prod_category ul li .btn:after {
		width: 6vw;
		height: 6vw;
		content: "";
		display: block;
		background:url(/products/img/rental_aco_ico_open.png) center/cover;
		position: absolute;
	    right: 1%;
 		top: 50%;
 		transform: translate(-50%,-50%);
	}
	#main.w100 .prod_category ul li .btn.active:after{
		background:url(/products/img/rental_aco_ico_close.png) center/cover;
	}
	#main.w100 .prod_category .hanbai li .btn:after {
		background:url(/products/img/hanbai_aco_ico_open.png) center/cover;
	}
	#main.w100 .prod_category .hanbai li .btn.active:after {
		background:url(/products/img/hanbai_aco_ico_close.png) center/cover;
	}
	#main.w100 .prod_category ul li .btn span {
		padding-left: 24%;
		font-weight: bold;
  		line-height: 1.5;
  		font-size: 14px;
	}

	#main.w100 .prod_category .links {
		display: none;
		padding:0 5vw;
		border: 1px solid #5a9fd1;
		border-top: 0;
	}
	.prod_category .links li a {
		background-position: left 10px center;
	}
	#main.w100 .prod_category ul li .btn.active+.links {display:flex;}
	#main.w100 .prod_category .hanbai .links {
		border: 1px solid #ffca69;
	}
	#main.w100 .prod_category .links li {line-height: 1.5;}
	#main.w100 .prod_category .rental > li {box-shadow: 0 0 5px #bfd4e3;}
	#main.w100 .prod_category .hanbai > li {box-shadow: 0 0 5px #e3debf;}
	#main.w100 .prod_category ul {margin: 0;}
	#main.w100 .prod_category > ul
	,#main.w100 .prod_category > ul > li {margin-bottom: 5%;}
	#main.w100 .prod_category .rental .links li:nth-child(odd),
	#main.w100 .prod_category .hanbai .links li:nth-child(odd) {
		background: transparent;
	}
	#main.w100 .prod_category .rental .links {
		background:#f4faff;
	}
	#main.w100 .prod_category .hanbai .links {
		background:#fffbec;
	}
	#main.w100 .prod_category .links li {
		width: 50%;
		display: flex;
    	align-items: center;
    }
	.infoLink .infoItemList {
		margin: 20px 13px;
		justify-content: space-between;
	}
	.infoLink .infoItemList .infoItem:nth-child(n+5) {margin-top: 10px;}
	.infoLink .infoItemList .infoItem {
		margin-top: 10px;
		margin-right: 0;
		width: 48.5%;
	}
	.cv_map_link_txt {text-align: center!important;}
}

/* Landscape */
/* ----------- iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3)and (orientation: landscape) {
	.modal .scroll {
		max-height: 180px;
	}
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3)and (orientation: landscape) {
	.modal .scroll {
		max-height: 180px;
	}
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape) {
	.modal .scroll {
		max-height: 180px;
	}
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape) {
	.modal .scroll {
		max-height: 180px;
	}
}
/* ----------- iPhone 4 and 4S ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape) {
	.modal .scroll {
		max-height: 180px;
	}
}

/*10.29.19*/
.txt-normal:hover {
	text-decoration: none;
}

/*Additional CSS 200110*/
/* Text Banner Addition */
#main .inner .txt_bnr {
	margin: 20px 0;
    padding: 10px;
	border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}
#main .inner .txt_bnr_ttl {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#main .inner .txt_red {
	color: #ff0000;
}
#main .inner .txt_bnr ul > li {
	margin-left: 15px;
	text-indent: -15px;
}

/*Additional CSS 200213*/
@media screen and (max-width: 767px) {
#main .inner .txt_bnr_ttl {
	font-size: 15px;
	}
}

/* Search Box */
#main .search_box dd {
	font-size: 16px;
}
#main .search_box dd form {
	display: table;
	width: 100%;
	border: 1px solid #bebfbf;
	border-radius: 4px;
	box-sizing: border-box;
}
#main .search_box form input {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
#main .search_box form input[type=text] {
	width: 100%;
	border: 0;
	box-sizing: border-box;
}
#main .search_box form label {
	display: table-cell;
	vertical-align: middle;
	width: 15%;
  	background: linear-gradient( to top, #036cb9 0%, #4893cd 100%);
}
#main .search_box form label input[type=submit] {
	width: 100%;
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	#main .search_box dd {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	#main .search_box dd {
		margin: 0 3%;
		font-size: 14px;
	}
	#main .search_box form label {
		width: 20%;
	}
}

/* *********************************
	SNS Area
********************************* */
.sns_wrap {
	width: 48%;
	margin: 0 auto;
	padding-top: 70px;
}
.new_sns_wrap{
	width: 48%;
	margin: 0 auto;
	padding-top: 70px;
}
.sns_wrap a{
	/* width: 33%; */
	display: block;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.new_sns_wrap a{
	/* width: 33%; */
	display: block;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.sns_wrap a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
	width: 23px;
	height: 23px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.new_sns_wrap a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
	width: 120px;
	height: 23px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.sns_wrap .twitter{background-color: #000000;font-size: 0}
.sns_wrap .twitter:before{background-image: url(/column/caremanagement/top/img/common/sns_tw.png);}

.new_sns_wrap .new_twitter{background-color: #000000;}
.new_sns_wrap .new_twitter:before{background-image: url(/column/caremanagement/top/img/common/sns_tw.png);}
@media screen and (max-width: 767px){
	.sns_wrap {
		width:60%;
		min-width:210px;
		padding-top: 30px;
	}
	.new_sns_wrap {
		width:60%;
		min-width:210px;
		padding-top: 30px;
	}
	.sns_wrap a{
		/* width: 50%; */
		border: 1px solid #fff;
		font-size: 14px;
		box-sizing: border-box;
	}
	.new_sns_wrap a{
		/* width: 50%; */
		border: 1px solid #fff;
		font-size: 14px;
		box-sizing: border-box;
	}
  .sns_wrap .twitter:before{width: 100px;}
  .new_sns_wrap .new_twitter:before{width: 100px;}
}