@charset "UTF-8";
#scrl_navi {
	display: table;
	table-layout: fixed;
	width: 1000px;
    border-bottom: 1px solid #aaa;
}
#scrl_navi > li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
    background: rgba(255, 255, 255, 0.9);
}
#scrl_navi > li:nth-child(n+2) {
	/*border-left: 1px solid #767676;*/
}
#scrl_navi > li a {
	display: block;
	position: relative;
	padding: 12px 0;
	color: #fff;
	font-size: 15px;
	transition: all .5s ease;
}
#scrl_navi > li > a:hover,
#scrl_navi > li > a.current {
	text-decoration: none;
	/*background: #c8932b;*/
}


/* arrow */
#scrl_navi .navi_list > a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
#scrl_navi > li a[href^="/notebooks/"]:after,
#scrl_navi > li a[href^="/desktops/"]:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #0096d6;
	border-top: 1px solid #0096d6;
	transform: translateY(-50%) rotate(45deg);
}

/* fixed */
#scrl_navi.fixed {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 1000px;
}

#scrl_navi + .section {
	margin-top: 1px;
	padding-top: 0;
}
/* pc */
@media screen and (min-width: 1024px) {
#web_design {
	background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/business/others/workstyle/freelance/images/bg_web.png) no-repeat #f2f6fc;
}
#system_development {
	background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/business/others/workstyle/freelance/images/bg_system_development.png) no-repeat #f2f6fc;
}
#multimedia {
	background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/business/others/workstyle/freelance/images/bg_multimedia.png) no-repeat #f2f6fc;
}
#writing {
	background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/business/others/workstyle/freelance/images/bg_writing.png) no-repeat #f2f6fc;
}
#office_work {
	background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/business/others/workstyle/freelance/images/bg_office_work.png) no-repeat #f2f6fc;
}
#web_design h2,#system_development h2,#multimedia h2,#writing h2,#office_work h2 {
	position: relative;
    padding: 0 0 5px 35px;
}
#web_design h2::after,#system_development h2::after,#multimedia h2::after,#writing h2::after,#office_work h2::after {
	content: "";
	position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 4px solid #006699;
    border-radius: 50%;
}
}
@media screen and (max-width: 1023px) {
.model_area_text {
	background: #f2f2f2;
}
}
.sub_text {
	background: #fffae3;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
}

.sub_name {
	color: #006699;
	margin: 5px 0 10px;
	font-size: 14px;
}

/* ==================================================
	PIM
================================================== */

.cam_model {
	padding: 20px 8px;
	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: 10px;
	text-align: center;
	background: #fff;
}
#web_design .model_box {
	border-top: 5px solid #236bc4;
}
#system_development .model_box {
	border-top: 5px solid #006699;
}
#multimedia .model_box {
	border-top: 5px solid #0096d6;
}
#writing .model_box {
	border-top: 5px solid #019fc6;
}
#office_work .model_box {
	border-top: 5px solid #099ea0;
}

@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%;
	}
}



/* series_name -------------------- */

.series_name {
}



/* cam_model_name -------------------- */

.cam_model_name {
}



/* prod_img -------------------- */

.prod_img {
	text-align: center;
}



/* price_area -------------------- */
.regular_price {
	margin-top: 15px;
}
.regular_price::before {
	display: inline-block;
	content: "\3010\901A\5E38\4FA1\683C\3011";
	text-decoration: none;
}
.price_area {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-top: 5px;
}
.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: #0096d6;
	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;
	}
}



/* list_basic -------------------- */

.cam_model .list_basic {
	font-size: 13px;
	text-align: left;
	margin: 10px 0;
}
.cam_model .list_basic > li::before {
	background: #0096d6;
}
.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 {
	margin-top: 10px;
}
.link_area div:last-child{
	margin-top: 10px;
}

@media screen and (min-width: 1024px) {
.cam_model .hpj-pim {
	padding: 0 5px;
}
