@charset "utf-8";
/* CSS Document */

/*
------------------------------------------------------------------------------*/
html{ scroll-behavior: smooth; }

/*============================================================================*/




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 767px) {/* // Mobile // */
/*============================================================================*/

/*============================================================================*/
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 768px) {/* // PC // */
/*============================================================================*/
	#new_products {}
	#new_products dl#anchor {
		display: block;
		position: fixed;
		top: 23rem;
		right: 0;
		left: auto;
		width: fit-content;
		height: auto;
		padding: 1rem 1.3rem 1.5rem 1.7rem;
		background-color: black;
		color: white;
	}
	#new_products dl#anchor > dt {
		justify-content: flex-end;
		height: auto;
		padding: 1rem 2.5rem .4rem 1rem;
		background-color: transparent;
		border-top: none;
		border-bottom: none;
		color: #999;
	}
	#new_products dl#anchor > dt.active {
		border-bottom: 1px solid #999;
	}
	#new_products dl#anchor > dt .open {
		right: 0;
		bottom: 0.9rem;
		top: auto;
	}
	#new_products dl.accordion > dt .open:before,
	#new_products dl.accordion > dt .open:after {
		background-color: #999;
		height: .15rem;
	}
	#new_products dl#anchor > dd {
		background-color: transparent;
		position: static;
		/* height: auto !important; */
		padding-top: 1.2rem !important;
		padding-bottom: 0 !important;
		padding-left: 0;
		border-bottom: none;
		text-align: right;
	}
	#new_products dl#anchor > dd ul li a {
		padding: .6rem 0;
		font-size: 2rem;
	}
/*============================================================================*/
}


/* - - - - - - - - - - - - - - - - - - -
https://---/new_products-repair-v1-css.css
ID={----}
StagingID={107E125B-6ECF-4E53-8C84-EC01F41ADEBA}
- - - - - - - - - - - - - - - - - - - */