/* ==================================================
	reset
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}
ul, ol {
	list-style: none;
}





/* ==================================================
	font
================================================== */

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRDisplay';
	src:url('../font/FormaDJRDisplay-Regular.woff2') format('woff2'),
		url('../font/FormaDJRDisplay-Regular.ttf') format('truetype')
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRMicro';
	src:url('../font/FormaDJRMicro-Regular.woff2') format('woff2'),
		url('../font/FormaDJRMicro-Regular.ttf') format('truetype')
}


/* Japanese -------------------- */

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRJapaneseDisplay';
	src:url('../font/FormaDJRJapaneseDisplay-Regular.woff2') format('woff2'),
		url('../font/FormaDJRJapaneseDisplay-Regular.ttf') format('truetype')
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRJapaneseMicro';
	src:url('../font/FormaDJRJapaneseMicro-Regular.woff2') format('woff2'),
		url('../font/FormaDJRJapaneseMicro-Regular.ttf') format('truetype')
}





/* ==================================================
	base
================================================== */

body {
	-webkit-text-size-adjust: 100%;
}
.visid {
	width: 100%;
	margin: 0 auto;
	font-family: "Arial",sans-serif;
	font-size: 16px;
	line-height: 1.375;
	background: #fff;
}
.visid,
.visid *,
.visid *::before,
.visid *::after {
	box-sizing: border-box;
}
.visid img,
.visid video {
	vertical-align: bottom;
	max-width: 100%;
	display: inline-block;
}
.visid sup,
.visid sub {
	position: relative;
	vertical-align: baseline;
	height: 0;
	font-size: smaller;
	line-height: 1;
}
.visid sup {
	bottom: 1ex;
}
.visid sub {
	top: 1ex;
}



/* ----------------------------------------
	a
---------------------------------------- */

.visid a img {
	transition: .2s;
}
.visid a:hover img {
	opacity: .7;
}



/* ----------------------------------------
	table
---------------------------------------- */

.visid table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
.visid th,
.visid td {
	vertical-align: middle;
	padding: .8em 1em;
	border: 1px solid #000;
}

@media screen and (max-width: 767px) {
	.visid th,
	.visid td {
		font-size: 14px;
	}
}





/* ==================================================
	common
================================================== */

/* ----------------------------------------
	section_content
---------------------------------------- */

.section_content {
	max-width: 1148px;
	margin-right: auto;
	margin-left: auto;
}



/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.cont_wrap {
		padding: 50px 30px;
	}
}

@media screen and (min-width: 1024px) {
	.cont_wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}



/* ----------------------------------------
	heading
---------------------------------------- */

.visid h1,
.visid h2,
.visid h3,
.visid h4,
.visid h5,
.visid h6 {
	font-weight: normal;
}
.xl, .xxl, .x3l, .x4l, .x5l,
.h1, .h2, .h3, .h4, .h5 {
	font-weight: normal;
}
.xl, .xxl, .x3l, .x4l, .x5l {
	font-family: "FormaDJRDisplay","FormaDJRJapaneseDisplay";
}

.x5l { font-size: 46px; line-height: 50px; }
.x4l { font-size: 46px; line-height: 50px; }
.x3l { font-size: 46px; line-height: 50px; }
.xxl { font-size: 40px; line-height: 46px; }
.xl { font-size: 30px; line-height: 34px; }
.h1 { font-size: 26px; line-height: 28px; }
.h2 { font-size: 24px; line-height: 26px; }
.h3 { font-size: 22px; line-height: 26px; }
.h4 { font-size: 20px; line-height: 24px; }
.h5 { font-size: 18px; line-height: 26px; }

@media screen and (min-width: 768px) {
	.x5l { font-size: 90px; line-height: 96px; }
	.x4l { font-size: 90px; line-height: 96px; }
	.x3l { font-size: 90px; line-height: 96px; }
	.xxl { font-size: 60px; line-height: 66px; }
	.xl { font-size: 40px; line-height: 44px; }
	.h1 { font-size: 36px; line-height: 40px; }
	.h2 { font-size: 32px; line-height: 36px; }
	.h3 { font-size: 26px; line-height: 30px; }
	.h4 { font-size: 20px; line-height: 26px; }
}

@media screen and (min-width: 1024px) {
	.x5l { font-size: 260px; line-height: 260px; }
	.x4l { font-size: 180px; line-height: 180px; }
	.x3l { font-size: 112px; line-height: 116px; }
	.xxl { font-size: 70px; line-height: 74px; }
	.xl { font-size: 50px; line-height: 52px; }
	.h1 { font-size: 40px; line-height: 42px; }
	.h2 { font-size: 34px; line-height: 40px; }
	.h3 { font-size: 28px; line-height: 34px; }
	.h4 { font-size: 22px; line-height: 28px; }
	.h5 { font-size: 20px; line-height: 28px; }
}


/* hLine -------------------- */

.hLine {
	display: flex;
	align-items: center;
	gap: .5em;
	text-align: center;
}
.hLine::before,
.hLine::after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #000;
}


/* title_line -------------------- */

.title_line {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}


/* title_bar -------------------- */

.title_bar {
	padding: 15px 20px;
	text-align: center;
}



/* ----------------------------------------
	margin
---------------------------------------- */

.xl + p { margin-top: 20px; }
.h1 + p { margin-top: 10px; }
.h2 + p { margin-top: 16px; }
.h3 + p { margin-top: 16px; }
.h4 + p { margin-top: 10px; }
.h5 + p { margin-top: 10px; }

.visid p + p,
.visid div + p,
.visid ul + p,
.visid ol + p,
.visid dl + p
.visid img + p {
	margin-top: 1em;
}



/* ----------------------------------------
	sup
---------------------------------------- */

sup.small {
	vertical-align: super;
	font-size: 13.3333px;
	font-weight: normal;
}



/* ----------------------------------------
	text-align
---------------------------------------- */

.tcenter {
	text-align: center !important;
}
.tright {
	text-align: right !important;
}
.tleft {
	text-align: left !important;
}



/* ----------------------------------------
	button
---------------------------------------- */

a.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: bottom;
	padding: .5em 1.2em;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	transition: .2s;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus {
	color: #fff;
	text-decoration: none;
}
a.button.slim {
	font-size: 13px;
}
a.button.sslim {
	font-size: 11px;
}


/* large -------------------- */

a.button.large {
	padding: .8em 1.2em;
	font-size: 20px;
}

@media screen and (min-width: 1024px) {
	a.button.large {
		font-size: 22px;
	}
}


/* color -------------------- */

/* primary */
a.button.primary {
	background: #000;
}
a.button.primary:hover {
	background: #5a5a5a;
}

/* critical */
a.button.critical {
	background: #165dba;
}
a.button.critical:hover {
	background: #114a94;
}

/* white */
a.button.white {
	color: #000;
	background: #fff;
}
a.button.white:hover {
	background: #ccc;
}


/* icon -------------------- */

a.button.icon {
	flex-direction: row;
	gap: 16px;
	padding: .8em;
	background: #000;
}
/* a.button.icon::after {
	content: "";
	width: 30px;
	min-width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	filter: invert(1);
} */
a.button.icon:hover {
	background: #5a5a5a;
}

/* ダウンロード */
a.button.download::after {
	background-image: url("../images/icon_download.png");
}

/* 見積り */
a.button.quote::after {
	background-image: url("../images/icon_quote.png");
}



/* ----------------------------------------
	notes
---------------------------------------- */

.notes {
	padding-left: 1em;
	font-size: 12px;
	line-height: 1.33;
	text-indent: -1em;
}
.notes > li:nth-child(n+2) {
	margin-top: .5em;
}


/* num -------------------- */

.notes_num {
	counter-reset: num;
	font-size: 12px;
	line-height: 1.33;
}
.notes_num > li {
	position: relative;
	padding-left: 3em;
}
.notes_num > li:nth-child(n+2) {
	margin-top: .5em;
}
.notes_num > li::before {
	counter-increment: num;
	content: "\203B" counters(num, "-") "";
	position: absolute;
	left: 0;
}



/* ----------------------------------------
	list_basic
---------------------------------------- */

.list_basic > li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
	text-align: left;
}
.list_basic > li:nth-child(n+2) {
	margin-top: 5px;
}
.list_basic > li::before {
	content: "\2022";
	position: absolute;
	top: .06em;
	left: 0;
	font-family: Arial;
	font-size: 130%;
	line-height: 1;
}



/* ----------------------------------------
	table - scroll
---------------------------------------- */

.table_scroll {
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table_scroll::-webkit-scrollbar {
	height: 6px;
}
.table_scroll::-webkit-scrollbar-track {
	background: #f2f2f2;
}
.table_scroll::-webkit-scrollbar-thumb {
	background: #0096d6;
	border-radius: 3px;
}





/* ==================================================
	intro
================================================== */

.intro {
	padding: 40px 20px;
}
.intro > * + * {
	margin-top: 60px;
}

@media screen and (min-width: 1024px) {
	.intro {
		padding: 60px 40px;
	}
}



/* ----------------------------------------
	about
---------------------------------------- */

@media screen and (min-width: 768px) {
	.about {
		padding-right: 240px;
		background: url("../images/about.png") no-repeat right top / 240px;
	}
}

@media screen and (min-width: 1024px) {
	.about {
		min-height: 320px;
		padding-right: 360px;
		background-size: 320px;
	}
}



/* ----------------------------------------
	compare
---------------------------------------- */

.compare_list {
	display: grid;
	gap: 20px 40px;
	margin-top: 30px;
}
.compare_list > li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	row-gap: 20px;
	padding: 20px;
}
.compare_list .media {
	text-align: center;
}
.compare_list .summary {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5em 15px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
}

@media screen and (min-width: 768px) {
	.compare_list {
		grid-template-columns: repeat(2, 1fr);
	}
}



/* ----------------------------------------
	series
---------------------------------------- */

.series > h2 span {
	display: block;
	text-indent: 1em;
}

@media screen and (min-width: 768px) {
	.series > h2 span {
		text-indent: 2em;
	}
}


/* series_summary -------------------- */

@media screen and (max-width: 767px) {
	table.series_summary {
		width: 728px;
	}
}


/* series_lineup -------------------- */

.series_lineup thead th {
	color: #fff;
	font-weight: bold;
	background: #000;
}
.series_lineup thead th:not(:last-child) {
	border-right-color: #fff;
}
.series_lineup tbody td {
	text-align: center;
}
.series_lineup tbody td span {
	display: block;
	font-size: 22px;
}
.fc_copilot_pc {
	color: #FF0000;
}
.fc_ai_pc {
	color: #000;
}

@media screen and (max-width: 767px) {
	table.series_lineup {
		width: 728px;
	}
	.series_lineup tbody td span {
		font-size: 20px;
	}
}


/* naming_rules -------------------- */

.naming_rules {
	width: max-content;
	max-width: 100%;
	/* margin-right: auto;
	margin-left: auto; */
}
.naming_rules_list.h4 {
	font-family: "Arial",sans-serif;
}
.naming_rules_list > li:nth-child(n+2) {
	margin-top: 5px;
}
.naming_rules_list [class*="fc_"] span {
	font-size: 200%;
	line-height: 1;
}

/* color */
.fc_series { color: #4E95D9; }
.fc_generation { color: #D86ECC; }
.fc_processor { color: #8ED973; }
.fc_inch { color: #FFC000; }





/* ==================================================
	local_navi
================================================== */

html {
	scroll-behavior: auto;
}
.local_navi {
	position: sticky;
	top: 98px;
	z-index: 1;
	width: 100%;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.local_navi {
		top: 81px;
	}
}
.local_navi_menu li a {
	display: block;
	transition: .2s;
	padding: 8px 16px;
	text-decoration: none;
}
.local_navi_menu li a.navi_elitebook_x {
	background: #FF4F85;
}
.local_navi_menu li a.navi_elitebook_8 {
	background: #0091CF;
}
.local_navi_menu li a.navi_elitebook_6 {
	background: #47D45A;
}
.local_navi_menu li a:hover {
	background: black;
}
.local_navi_menu li a span {
	color: white;
}

@media screen and (max-width: 1023px) {
	html {
		scroll-padding-top: 60px;
	}
	.local_navi_trigger {
		min-height: 60px;
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 8px 16px;
		color: white;
		background: black;
	}
	.local_navi_trigger::after {
		content: "";
		width: 12px;
		height: 6px;
		background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6"><path d="m455.465 769.707-1.847-.974 3.478-5.054-3.475-4.989 1.841-.983 4.156 5.966z" transform="rotate(90 611.663 158.045)"></path></svg>');
		filter: invert(1);
	}
	.local_navi_trigger.open::after {
		transform: rotate(180deg);
	}
	.local_navi_menu {
		display: none;
		position: absolute;
		width: 100%;
		background: #fff;
	}
	.local_navi_menu li {
		border-bottom: 1px solid white;
	}
	.local_navi_menu li br {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	html {
		scroll-padding-top: 70px;
	}
	.local_navi_trigger {
		display: none;
	}
	.local_navi_menu {
		max-width: 1148px;
		margin: 0 auto;
	}
	.local_navi_menu ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		min-height: 70px;
		text-align: center;
		border-top: 2px solid white;
	}
	.local_navi_menu li {
		position: relative;
	}
	.local_navi_menu li:not(:first-child)::after {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		width: 2px;
		height: 100%;
		background: white;
	}
	.local_navi_menu li a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		font-size: 22px;
	}
	.local_navi_menu li a::after {
		content: "";
		position: absolute;
		top: -1px;
		right: 0;
		width:30px;
		aspect-ratio: 1;
		clip-path: polygon(0 0,100% 0,100% 100%);
		background: white;
	}
}





/* ==================================================
	product
================================================== */

.product {
	padding: 40px 0;
	scroll-margin-top: 80px;
}
.product + .product {
	border-top: 3px solid #eee;
}

@media screen and (min-width: 768px) {
	.product {
		padding: 60px 0;
		scroll-margin-top: 98px;
	}
}



/* ----------------------------------------
	prod_head
---------------------------------------- */

.prod_head {
	padding: 0 20px;
}
.prod_head .cont {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.prod_head .cont {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.prod_head {
		background: url("../images/prod_head.png") no-repeat right top / 280px;
	}
	.prod_head .cont {
		padding: 30px 0;
	}
}

@media screen and (min-width: 1024px) {
	.prod_head {
		background-size: 380px;
	}
}



/* ----------------------------------------
	prod_cont
---------------------------------------- */

.prod_cont {
	padding: 40px 20px 0;
}
.prod_cont > * + * {
	margin-top: 40px;
}

@media screen and (min-width: 1024px) {
	.prod_cont {
		padding: 40px 40px 0;
	}
	.prod_cont > * + * {
		margin-top: 60px;
	}
}



/* ----------------------------------------
	prod_spec
---------------------------------------- */

.prod_spec {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 12px 15px;
	text-align: center;
	border: 2px solid #ddd;
	border-radius: 20px;
}



/* ----------------------------------------
	prod_lineup
---------------------------------------- */

.prod_lineup {
	display: grid;
	gap: 60px;
}
.prod_lineup > div {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	row-gap: 20px;
}
.prod_lineup > :nth-child(n+2) {
	position: relative;
}
.prod_lineup > :nth-child(n+2)::after {
	content: "";
	position: absolute;
	background: #000;
}
.prod_lineup .media {
	text-align: center;
}
.prod_lineup .point h3 {
	padding-bottom: .2em;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #000;
}
.prod_lineup .logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.prod_lineup > :nth-child(n+2)::after {
		top: -30px;
		left: 0;
		width: 100%;
		height: 1px;
	}
}

@media screen and (min-width: 768px) {
	.prod_lineup {
		grid-template-columns: repeat(2, 1fr);
	}
	.prod_lineup > :nth-child(n+2)::after {
		top: 0;
		left: -30px;
		width: 1px;
		height: 100%;
	}
}



/* ----------------------------------------
	prod_main
---------------------------------------- */

.prod_main {
	display: grid;
	gap: 20px;
}
.lineup_list > li:nth-child(n+2) {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.prod_main {
		grid-template-columns: 1fr 56.17977528089888%;
	}
	.prod_main .media {
		align-self: center;
	}
}

@media screen and (min-width: 1024px) {
	.prod_main {
		column-gap: 40px;
	}
}



/* ----------------------------------------
	prod_point
---------------------------------------- */

.prod_point_title {
	margin-bottom: 30px;
	text-align: center;
}
.prod_point_title h3 {
	display: inline-block;
	padding-bottom: .2em;
	border-bottom: 1px solid #000;
}
.prod_point_list > li {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.prod_point_list > li:nth-child(n+2) {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #000;
}
.prod_point_list .media {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.prod_point_list > li {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.prod_point_list > li:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.prod_point_list .media {
		width: 40%;
	}
	.prod_point_list .cont {
		width: calc(60% - 40px);
	}
	.prod_point_list .media .d_i_block {
		display: inline-block;
		margin-top: .5em;
	}
}
@media screen and (min-width: 1024px) {
	.prod_point_list .media .d_i_block {
		width: calc(100% - 140px);
	}
}



/* ----------------------------------------
	prod_link
---------------------------------------- */

.prod_link .link_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.prod_link .link_list + .link_list {
	margin-top: 20px;
}
.prod_link .link_list > li {
	width: 100%;
	max-width: 460px;
}
.prod_link .link_list .button {
	width: 100%;
}
.prod_link .link_list * + p {
	margin-top: 1em;
}
.prod_link .link_list .notes {
	margin-top: 10px;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.prod_link .link_list {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
}

@media screen and (min-width: 1024px) {
	.prod_link .link_list * + p {
		text-align: center;
	}
}



/* ----------------------------------------
	hp_ai_companion
---------------------------------------- */

.hp_ai_companion_cont {
	display: grid;
	gap: 20px;
	margin-top: 20px;
}
.hp_ai_companion_cont .media {
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.hp_ai_companion_cont {
		grid-template-columns: repeat(2, 1fr);
	}
}
