/* ----------------------------------------
	common
---------------------------------------- */
img{
	height: auto;
}

.elitebook_x_g2a_14 h2,
.elitebook_x_g2a_14 h3,
.elitebook_x_g2a_14 h4 {
	font-weight: normal;
}

.elitebook_x_g2a_14 img {
	max-width: 100%;
}


#contents_chara{
	background: #f2f2f2;
}
#contents_chara > div > div{
	padding: 1rem;
	background: #fff;
}
@media screen and (min-width: 768px) {
	#contents_chara{
	    background: #fff;
	}
	#contents_chara > div > div{
		padding: 0;
	}
}



/* ----------------------------------------
	main
---------------------------------------- */

.main {
	text-align: center;
}
.main img {
	max-width: 100%;
}
.main_box {
	padding: 2rem 1.6rem 0;
}
.main h2 {
	margin: .5rem 0 1rem;
	color: #9a7119;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 1.0;
}
.main .price {
	margin-top: 1rem;
	color: #eb5f01;
	line-height: 1 !important;
}
.main .price::before {
	content: "\30C0\30A4\30EC\30AF\30C8\4FA1\683C";
	margin-right: 1em;
}
.main_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.main_btn > * {
	margin: 1rem .8rem 0;
}


@media screen and (min-width: 1024px) {
	.main{
		background: url('images/main.jpg') no-repeat top;
		height: 570px;
	    position: relative;
	}
	.main .main_box{
		top: 60px;
		left: 520px;
		text-align: left;
		position: absolute;
	}
	.main h2 {
		margin: 0 0 15px;
		font-size: 35px;
		letter-spacing: 1px;
	}
	.main_btn {
		justify-content: flex-start;
		margin-top: 12px;
	}
	.main_btn > * {
		margin: 0;
	}
	.main_btn > *:nth-child(2) {
		margin-left: 15px;
	}
}



/* ----------------------------------------
	Chara common
---------------------------------------- */

.elitebook_x_g2a_14 h2{
	margin: 4rem 0 2rem;
    padding-bottom: .5rem;
	font-size: 2rem;
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
}



/* ==================================================
	New title  --- 202202
================================================== */

h2.nv_content_ttl{
	font-weight: normal;
	line-height: 1.4;
}
h2.nv_content_ttl{
	color:#999;
	font-size: 2.1rem;
	text-align:center;
	padding-top: 1rem;
	border: none;
}
@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;
	}
}


@media screen and (min-width: 1024px) {
	.elitebook_x_g2a_14{
		padding: 0;
	}
	.elitebook_x_g2a_14 h2{
		margin-top: 6rem;
		font-size: 28px;
	}
	.elitebook_x_g2a_14 h3{
		font-size: 25px;
	}
	.elitebook_x_g2a_14 h4{
		font-size: 22px;
	}
}

.elitebook_x_g2a_14 h3.midashi {
	position: relative;
	padding-bottom: 10px;
	text-align: center;
    color: #9b8e55;
    font-size: 35px;
}
.elitebook_x_g2a_14 h3.midashi::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 4px;
	background: #9b8e55;
}



/* ==================================================
	design_main
================================================== */

.design_main {
	display: flex;
	flex-direction: column;
	color: #fff;
	background: #000;
}
.design_main .img_area img,
.design_main .img_area video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}



/* ==================================================
	sustainable
================================================== */

.sust_cont {
	margin-top: 40px;
}

/* ----------------------------------------
	material_list
---------------------------------------- */

.material_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 30px;
}
.material_list h5 {
	margin: 20px 0 5px;
	font-size: 16px;
	line-height: 1.2;
}
.material_list .rate {
	display: block;
	font-size: 160%;
	line-height: 1;
}
.material_list > li {
	position: relative;
}
.material_list > li::before,
.material_list > li::after {
	content: "";
	position: absolute;
	background: #000;
}

@media screen and (max-width: 719px) {
	.material_list > li:nth-child(even)::after {
		top: 0;
		left: -15px;
		width: 1px;
		height: 100%;
	}
	.material_list > li:nth-child(n+3)::before {
		top: -20px;
		left: 0;
		width: 100%;
		height: 1px;
	}
}

@media screen and (min-width: 720px) {
	.material_list {
		grid-template-columns: repeat(3, 1fr);
	}
	.material_list > li::after {
		top: 0;
		left: -15px;
		width: 1px;
		height: 100%;
	}
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
	.material_list > li:nth-child(3n+1)::after {
		content: none;
	}
	.material_list > li:nth-child(n+4)::before {
		top: -20px;
		left: 0;
		width: 100%;
		height: 1px;
	}
}

@media screen and (min-width: 1024px) {
	.material_list {
		grid-template-columns: repeat(6, 1fr);
	}
	.material_list > li:first-child::after {
		content: none;
	}
}



/* ----------------------------------------
	battery
---------------------------------------- */

.battery_text {
	padding: 20px;
	text-align: center;
	color: #9b8e55;
}

@media screen and (min-width: 1024px) {
	.battery {
		position: relative;
		height: 600px;
	}
	.battery_img {
		position: relative;
		padding-top: 0;
		background: none;
	}
	.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%;
	}
}



/* ==================================================
	Performance
================================================== */

.lightsensor{
	background: linear-gradient(#f2f2f2, #fff);
}
@media screen and (min-width: 1024px) {
	.lightsensor{
		height: 321px;
		background: url('/content/dam/jp-ext-hp-com/jp/ja/ec/notebooks/business/elite_dragonfly_g3/style/images/adaptive_color.gif') no-repeat;
		background-size: cover;
		position: relative;
	}
	.lightsensor > div{
		background: rgba(255, 255, 255, 0.7);
		position: absolute;
	}
}



/* ==================================================
	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;
}



/* ==================================================
	image_gallery
================================================== */

.image_gallery {
	display: flex;
	flex-wrap: wrap;
	margin: -.3rem;
}
.image_gallery > li {
	width: 50%;
	padding: .3rem;
}
.image_gallery > li img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.image_gallery > li {
		width: calc(100% / 5);
	}
}

@media screen and (min-width: 1024px) {
	.image_gallery {
		justify-content: space-between;
		margin: 0;
	}
	.image_gallery > li {
		width: 180px;
		padding: 0;
	}
	/*.image_gallery > li:nth-child(n+4) {
		margin-top: 8px;
	}*/
}



/* ==================================================
	20220201 order
================================================== */

@media screen and (max-width: 1023px) {
    #layout_container {
        display: flex;
        flex-wrap: wrap;
    }
    #layout_container > * {
        order: 2;
        width: 100%;
    }
    #layout_container .model_container {
        order: 1;
    }
}



