@charset "UTF-8";


#main_content p,
#main_content td,
#main_content li {
	font-size: 1.3rem;
}

@media screen and (min-width: 1024px){
	#main_content p,
	#main_content li {
		font-size: 1.4rem;
	}	
}

/* ==================================================
	marker
================================================== */

.marker {
    background: linear-gradient(transparent 0%, rgba(255,204,0,.3) 0%);
}

/* ==================================================
	box_shadow
================================================== */
.box_shadow {box-shadow: 0px 0px 6px rgb(197 197 197 / 60%);}


/* ==================================================
	bg
================================================== */
.bgfffbea {
	background-color:#fffbea !important ;
}


/* ==================================================
	step
================================================== */

#main_content .step h3 {
	color: #fff;
	background-color: #008424;
	position: relative;
	font-weight: normal;
	border-left: 5px solid #4faf00;
} 

@media screen and (min-width: 1024px){
	#main_content .step_list {
		width:300px;
	}	
	#main_content .step h3 {
		height: 36px;
		width: 280px;
	} 
	
	#main_content .step h3::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -20px;
		border-top: 36px solid transparent;
		border-left: 20px solid #008424;	
		transform: translateY(-50%);
	}
	#main_content .step_list:last-child:after {
		content: none;
	}	
}
/* ==================================================
	PIM
================================================== */
.cam_model {
	padding: 20px 16px;
	background: #f2f2f2;
}

@media screen and (min-width: 768px) {
	.cam_model {
		padding: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.cam_model .hpj-pim:nth-child(n+2) {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.cam_model > .aem-Grid {
		margin: 0 -10px;
	}
	.cam_model .hpj-pim {
		padding: 0 10px;
	}

	/* column1 -------------------- */
	.column1 .hpj-pim:nth-child(n+2) {
		margin-top: 20px;
	}

	/* column2 */
	.column2 .hpj-pim {
		width: 50% !important;
	}
	.column2 .hpj-pim:nth-child(n+3) {
		margin-top: 20px;
	}

	/* column3 */
	.column3 .hpj-pim {
		width: 33.33333% !important;
	}
	.column3 .hpj-pim:nth-child(n+4) {
		margin-top: 20px;
	}
}



/* model_box -------------------- */

.model_box {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: #fff;
	border-top: .4rem solid #008424;
	box-shadow: 0px 0px 6px rgb(197 197 197 / 60%);
}

@media screen and (min-width: 1024px) {
	/* column1 -------------------- */
	.model_inner {
		display: flex;
		justify-content: space-between;
	}
	.model_inner > .model_l {
		width: 48%;
	}
	.model_inner > .model_r {
		width: 48%;
	}
}


/* model_head -------------------- */

.model_head {
	position: relative;
}

.model_head::after {
	position: absolute;
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 4px;
	background: #000;	
}


/* product_name -------------------- */

.product_name {
	line-height: 1.2;
}


/* cam_model_name -------------------- */

.cam_model_name {
	margin-top: 1.5rem;
	padding: 0 2rem;
}
.cam_model_name span {
    font-size: 16px;
    word-break: break-all;
}


/* prod_img -------------------- */

.prod_img {
	text-align: center;
	margin: 3rem 0 2rem;
}



/* price_area -------------------- */

.price_area {
	display: flex;
	justify-content: center;
	align-items: baseline;

}
.price_off {
	color: #d7410b;
	font-size: 15px;
	font-weight: bold;
}
.price_off > span {
	font-size: 120%;
}



/* icon -------------------- */

.icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.icon li {
	color: #666;
	text-align: center;
}
.icon [class*="hpic_"]::before {
	display: block;
	line-height: 60px;
}
.icon p {
	font-size: 11px;
	line-height: 1.1;
}

/* v2 */
.icon.v2 li:first-child {
	display: block;
	width: 100%;
	padding-bottom: 15px;
}
.icon.v2 li:nth-child(n+3) {
	margin-left: 20px;
}

/* v1 */
.icon.v1 li:first-child {
	display: block;
	width: 100%;
	padding-bottom: 15px;
}
.icon.v1 li:nth-child(n+3) {
	margin-left: 20px;
}
@media screen and (min-width: 480px) {
	.icon.v1 li:first-child {
		display: flex;
		align-items: center;
		width: auto;
		height: 60px;
		padding-bottom: 0;
	}
	.icon.v1 li:nth-child(n+2) {
		margin-left: 20px;
	}
}

/* icos（monitor） ==================*/

.icons {
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	position: relative;
}
.icons::after{
    content: "";
    position: absolute;
    top: -3rem;
    right: 0;
    left: 0;
    width: 100%;
    height: 2rem;
}
@media screen and (min-width: 768px){
	.icons {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.icons li {
    color: #666;
	padding: 0px 10px;
	margin: .5rem;
    text-align: center;
    line-height: 1.2;
    height: 60px;
    font-size: 35px;
}

@media screen and (min-width: 768px){
	.icons li {
		border-right: 1px dotted #ccc;
	}
	.icons li:first-child {
		border-left: 1px dotted #ccc;
	}	
}

@media screen and (min-width: 1024px){
	.icons li {
		border-right: none;
	}
	.icons li:first-child {
		border-left: none;
	}	
}

.icons li:last-child {
    padding: 0px 0;
}
.icons li p {
    font-size: 11px;
    margin-top: 3px;
}
.icons img {
	height: 45px;
}

/* list_basic -------------------- */

.cam_model .list_basic {
	font-size: 13px;
	text-align: left;
	padding: 1.5rem;
	border-bottom: 1px #767676 dotted;
	margin-bottom: 2rem;
}
.cam_model .list_basic > li::before {
	background: #aaa;
}
.cam_model .list_basic > li > * {
	float: none;
}
.cam_model .list_basic .model_spec_title {
	display: none;
}
.cam_model .list_basic .model_spec_text {
	width: 100%;
}
.cam_model .list_basic .icon_customize::after {
	content: none;
	background: none;
}
.cam_model .list_basic .model_spec_momery .model_spec_text::after {
	display: inline;
	content: " \30E1\30E2\30EA";
}



/* link_area -------------------- */

.link_area {
	padding: 15px 0;

}

.link_area div:nth-of-type(2){
	margin-top: 1rem;
}