/* ----------------------------------------
	common
---------------------------------------- */
img{
	height: auto;
}

#contents_chara h2,
#contents_chara h3,
#contents_chara h4,
#contents_performance h2,
#contents_performance h3,
#contents_performance h4,
#contents_security h2,
#contents_security h3,
#contents_security h4,
#contents_collaboration h2,
#contents_collaboration h3,
#contents_collaboration h4 {
font-weight: normal;
}

#contents_chara h2{
	margin: 4rem 0 2rem;
    padding-bottom: .5rem;
	font-size: 2rem;
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
}
@media screen and (min-width: 1024px) {
	#contents_chara h2{
		margin-top: 6rem;
		font-size: 28px;
	}
	#contents_chara h3{
		font-size: 25px;
	}
	#contents_chara h4{
		font-size: 22px;
	}
}

/* ==================================================
	New title  --- 202202
================================================== */

#contents_chara h2.nv_content_ttl{
	font-weight: normal;
	line-height: 1.4;
	border-bottom: none;
	color:#999;
	font-size: 2.1rem;
	text-align:center;
	padding-top: 1rem;
}
@media screen and (min-width: 320px) {
	h2.nv_content_ttl{
		/* 25~50px */
		font-size: calc(2.1rem + ((1vw - 0.32rem) * 2.9048));
	}
}
@media screen and (min-width: 768px) {
	h2.nv_content_ttl{
		color: #CCC;
	}
}
@media screen and (min-width: 1024px) {
	h2.nv_content_ttl{
		font-size:33px!important;
	    letter-spacing: 1px;
	    padding-top: 20px;
	}
}


/* ----------------------------------------
	point
---------------------------------------- */

.point{
	margin-top: 20px;
}
* + .point_cont {
	margin-top: 20px;
}
.point_for,
.point_for2 {
	user-select: text;
}
.point_for h3,
.point_for2 h3 {
	line-height: 1.4;
}
.point_for .text,
.point_for2 .text {
	margin-top: .5em;
}
.point_navi,
.point_navi2 {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}
.point_navi .slick-track,
.point_navi2 .slick-track {
	transform: translate3d(0,0,0) !important;
}
.point_navi .slick-track::after {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	padding-top: 68%; /* (‰æ‘œ‚Ì‚‚³ / ‰æ‘œ‚Ì‰¡•) ~ 100 */
	background: url(images/point1.jpg) no-repeat center center / cover;
}
.point_navi2 .slick-track::after {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	padding-top: 68%; /* (‰æ‘œ‚Ì‚‚³ / ‰æ‘œ‚Ì‰¡•) ~ 100 */
	background: url(images/point2.jpg) no-repeat center center / cover;
}
.point_navi .item,
.point_navi2 .item {
	position: absolute;
	transform: translateX(-50%);
	transition: .2s;
	width: 28px !important;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.point_navi .item:hover,
.point_navi .slick-current,
.point_navi2 .item:hover,
.point_navi2 .slick-current {
	color: #fff;
	background: #165dba;
}
/* num */
.point_navi .num1 { top: 2%; left: 33%;}
.point_navi .num2 { top: 15%; left: 12%;}
.point_navi .num3 { top: 75%; left: 15%;}
.point_navi .num4 { top: 55%; left: 80%;}

.point_navi2 .num1 { top: 2%; left: 45%;}
.point_navi2 .num2 { top: 65%; left: 18%;}
.point_navi2 .num3 { top: 65%; left: 50%;}
.point_navi2 .num4 { top: 75%; left: 82%;}
.point_navi2 .num5 { top: 85%; left: 70%;}

@media screen and (max-width: 1023px) {
	.point_for,
	.point_for2 {
		margin-top: 30px;
	}
	.point_for .item,
	.point_for2 .item {
		padding: 0 20px;
	}
	/* arrow */
	.point_cont .slick-prev,
	.point_cont .slick-next {
		width: 30px;
		height: 30px;
		text-align: center;
		background: rgba(0,0,0,.5);
		border-radius: 50%;
	}
	.point_cont .slick-prev {
		left: -15px;
	}
	.point_cont .slick-next {
		right: -15px;
	}
	.point_cont .slick-prev::before,
	.point_cont .slick-next::before {
		display: inline-block;
		content: "\E90c";
		font-family: HPIcons;
		color: #fff;
		font-size: 14px;
		line-height: 30px;
	}
	.point_cont .slick-prev::before {
		transform: rotate(90deg);
	}
	.point_cont .slick-next::before {
		transform: rotate(270deg);
	}
	/* dots */
	.point_cont .slick-dots li button:hover::before,
	.point_cont .slick-dots li button:focus::before,
	.point_cont .slick-dots li.slick-active button::before {
		background: #000;
	}
}


@media screen and (min-width: 768px) {
	.child{
	  order: 1;
	}
}





.s_slider_area {
	position: relative;
}
.s_slider_area .s_slider {
	display: none;
}
.s_slider.slick-initialized {
	display: block;
}
.s_slider_area .slick-prev:before,
.s_slider_area .slick-next:before { content: none; }
.s_slider_area .s_arrow {
	z-index: 2;
	position: absolute;
	top: 50%;
	width: 1.8rem;
	height: 1.8rem;
	cursor: pointer;
	border-top: 3px solid #999;
	border-right: 3px solid #999;
}
.s_slider_area .s_arrow:hover {
	border-top: 3px solid #ccc;
	border-right: 3px solid #ccc;
}
.s_slider_area .s_arrow.prev {
	left: 0.5rem;
	transform: translateY(-50%) rotate(-135deg);
}
.s_slider_area .s_arrow.next {
	right: 0.5rem;
	transform: translateY(-50%) rotate(45deg);
}










/* KEYBORD */
@media screen and (min-width: 1024px) {
	.keybord{
		height: 450px;
		background: url(images/chara_keybord1.jpg) no-repeat;
		position: relative;
	}
	.keybord p{
		position: absolute;
	}
}


/* ----------------------------------------
	battery
---------------------------------------- */

.battery_text {
	padding: 20px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.battery {
		position: relative;
		height: 600px;
	}
	.battery_img img {
		display: inline;
		width: 100%;
	}
	.battery_text {
		position: absolute;
		width: 100%;
		padding: 0;
		top: 120px;
		left: 280px;
		color: #fff;
	}
	.battery ul{
		position: absolute;
		width: 100%;
		padding: 0;
		top: 60%;
	}
}


/* ----------------------------------------
	Security
---------------------------------------- */
#contents_collaboration h3,
#contents_security h3 {
	padding-bottom: 3px;
	text-align: center;
}

#contents_collaboration h3.line,
#contents_security h3.line {
	position: relative;
	padding-bottom: 3px;
	text-align: center;
}

#contents_collaboration h3.line::after,
#contents_security h3.line::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, rgba(0,150,214,0) 0%,#9b8e55 50%,rgba(0,150,214,0) 100%);
}

/*accordion*/
#contents_security .acco_basic{
	border: none;
	border-radius: 1rem 1rem 0 0;
}
#contents_security .acco_basic .acco_trigger{
	border-radius: 1rem 1rem 0 0;
	background-color: #767676;
}
#contents_security .acco_basic .acco_trigger:hover,
#contents_security .acco_basic .acco_open{
	background-color: #5a5a5a;
}


.arrow_box {
	position: relative;
}
.arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 234, 247, 0);
	border-left-color: #cceaf7;
	border-width: 20px;
	margin-top: -30px;
}


/* ==================================================
	20220201 order
================================================== */

@media screen and (max-width: 1023px) {
    #layout_container {
        display: flex;
        flex-wrap: wrap;
    }
    #layout_container > * {
        order: 2;
        width: 100%;
    }
	#layout_container > *:first-child {
		order: 0;
	}
    #layout_container .model_container {
        order: 1;
    }
}



/* ==================================================
	202509 main
================================================== */

/* ----------------------------------------
	’Êí‰¿Ši
---------------------------------------- */

.product_detail .regular_price_area {
	margin-bottom: -2rem;
}
.product_detail .regular_price_area .product_detail_price_area {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 8px;
}
.product_detail .regular_price_area .product_detail_price_area::before {
	content: "HP\5E0C\671B\8CA9\58F2\4FA1\683C"; /* HPŠó–]”Ì”„‰¿Ši */
	color: #666;
	font-size: 11px;
}

@media screen and (min-width: 768px) {
	.product_detail .regular_price_area .product_detail_price_area {
		justify-content: flex-start;
	}
}


