/* catetop */



/* ==================================================
	facet - SP
================================================== */

.root.responsivegrid .responsivegrid > .aem-Grid > .container:nth-child(1) {
	display: none;
}

/* @media screen and (max-width: 1023px) {
	.root.responsivegrid .responsivegrid > .aem-Grid > .container:nth-child(1) {
		display: none;
	}
} */





/* ==================================================
	base
================================================== */

@media screen and (min-width: 1024px) {
	.root .responsivegrid > .aem-Grid > .container:nth-child(2) {
		float: left;
		width: 100%; /* 202201 add*/
	}
}





/* ==================================================
	brand
================================================== */

.brand_list_ws {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1rem -.5rem -.5rem;
}
.brand_list_ws > li {
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    text-align: center;
    margin-top: 2px;
    margin-left: 1px;
	width: 49.4%;
    padding: 0.5rem;
}
.brand_list_ws > li:nth-child(n+3) {
	width: 33%;
}

@media screen and (min-width: 768px) {
	.brand_list_ws > li {
		width: 49.6%;
	}
}
@media screen and (min-width: 1024px) {
	.brand_list_ws > li {
		width: 49.8%;
	}
}



/* ==================================================
	recomodels
================================================== */

.recomodels_list {
	margin-top: 2rem;
}
.recomodels_content > a {
	text-decoration: none;
}
.recomodels_name {
	color: #0096d6;
	font-size: 1.2rem;
	font-weight: bold;
}
.recomodels_content .price {
	margin-top: 1rem;
}
.recomodels_content .price > span {
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
	.recomodels_list > li:nth-child(n+2) {
		margin-top: 1rem;
	}
	.recomodels_content > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1.2rem;
		background: linear-gradient(to bottom right, #fff 0%, #fff 60%, #f2f2f2 100%);
		border-bottom: 1px solid #ccc;
		border-radius: 5px;
	}
	.recomodels_content > a > img {
		width: 10rem !important;
	}
	.recomodels_text {
		width: calc(100% - 11rem);
	}
	.recomodels_content .price {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 768px) {
	.recomodels_list {
		display: flex;
		padding: 0 10px 10px;
		background: linear-gradient(to bottom, #fff 60%, #f2f2f2 100%);
	}
	.recomodels_list > li {
		width: 33.33333%;
	}
	.recomodels_list > li:nth-child(n+2) {
		border-left: 1px dotted #999;
	}
	.recomodels_content > a {
		display: block;
		padding: 10px;
		text-align: center;
	}
	.recomodels_text {
		margin-top: 15px;
	}
}





/* ==================================================
	info
================================================== */

.info_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1rem;
}
.info_list > li {
	width: 48%;
	margin-top: 1rem;
	text-align: center;
}
.info_list > li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #0096d6;
	font-size: 1.2rem;
	line-height: 1.3;
	text-decoration: none;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
	.info_list > li a {
		padding: 7rem 1rem 1rem;
		background-color: #fff;
		background-position: center 0;
		background-size: 10rem;
		border-bottom: 1px solid #ccc;
		border-radius: 5px;
	}
}

@media screen and (min-width: 480px) {
	.info_list > li {
		width: 23%;
	}
}

@media screen and (min-width: 1024px) {
	.info_list{
		margin: 20px;
	}
	.info_list > li {
		width: 173px;
		height: 173px;
	}
	.info_list > li a {
		padding-top: 110px;
		font-size: 13px;
		border-radius: 50%;
	}
}





/* ==================================================
	cam_banner
================================================== */

.banner_hr {
	width: 80%;
	margin: 2rem auto;
}

@media screen and (min-width: 1024px) {
	.banner_hr {
		margin: 40px auto;
	}
}





/* ==================================================
	map - SP
================================================== */

.map_sp h3 {
	padding: .8em 4rem .8em 1.6rem;
	color: #fff;
	font-weight: normal;
	font-size: 1.6rem;
	background: linear-gradient(to bottom, #333, #111);
}


/* ==================================================
	win10_pro_box
================================================== */
.win10_pro_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.win10_pro_box > p{
	color:#767676;
	font-size: 1rem;
	line-height:1.2;
	padding-left: 1rem;
}
.win10_pro_box img{
	max-width:20.5rem;
}
@media screen and (min-width: 768px) {
	.win10_pro_box > p{
		font-size: 14px;
		padding-left: 20px;
	}
}



/* ==================================================
	keyword
================================================== */
.keyword p:hover{
	background: rgba(0,150,214,.1);
}
.keyword a:hover{
	text-decoration: none;
}
.keyword .btn{
	display: block;
}
.keyword .btn p{
	position: relative;
}
.keyword .btn p::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 90%;
	width: 7px;
	height: 7px;
	border-top: 2px solid #0096d6;
	border-right: 2px solid #0096d6;
	transform: rotate(45deg);
	margin-top: -5px;
}



/* ======================================== 
	metric_case
=============================================== */

#metric_case .dtxt{
	color:#767676;
	font-size: 1.3rem;
	margin-top: 1rem;
	text-align: left;
}
@media screen and (min-width: 1024px) {
	#metric_case .dtxt{
		text-align:center;
	}
}
