@charset "utf-8";
/* .link_point リンクスクロールのずれ */
.link_point {display:block; padding-top:90px; margin-top:-90px;}

h3.b_text{
	margin:20px 0;
	padding: 10px 20px;
	font-size:26px;
	color: #fff;
	background-color:#024AD8;
word-break: auto-phrase;
}

.pc {display: inherit;}
.sp {display: none;}

.view_detail_list li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 1.5em;
    margin-bottom:1em;
    font-size: 1em;
    line-height: 1.6;
}


/* ----------------------------------------
	ナビ
---------------------------------------- */
#nav ul {display: flex;list-style-type: none;padding: 0;width: 100%}
#nav li{display: flex;align-self: auto;
  flex: 1;
  border-right: 10px solid #fff;
  border-radius: 4px 4px 0 0;  
  min-width: 0;
  background: #e7e7e7;
}

#nav li:first-child{
  border-left: 0px;
}

#nav li:last-child{
  border-right: 0px;
}

#nav li:first-child a{
   color: #fff!important;
  background: #024AD8;
}

#nav li a>span{
  font-size:0.9em;
  line-height:1.25em;
}

#nav li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0.25em 0.5em;
  color: #000!important;
  text-decoration: none;
  text-align: center;
  background: #e7e7e7;
  word-break: break-all;
  box-sizing: border-box;
  border-radius: 6px 6px 0 0;  
  font-size:0.9em;
}

#nav li a:hover{
  background: #024AD8;
  color:#fff!important;
}


#nav li:first-child a{
	font-size:22px;
}


@media screen and (max-width:768px) {
	/*common*/
	.pc {display: none;}
	.sp {display: inherit;}

	/*#nav*/
	#nav ul {display: inline-block;list-style-type: none;padding: 0 0 20px 0;text-align:center;width: 100%;}
	#nav li{display: inline-block;margin:0;padding:0 0.5em; background-color:#fff;border-radious:0;}
	#nav li a, #nav li:first-child a{color:#000!important;background-color:#fff;border-radious:0;text-decoration:underline;}
	#nav li a>span{ font-size:1em;}
	#nav li:first-child a { font-size:1em;}
}

/* ----------------------------------------
	2列並び
---------------------------------------- */
*, *:before, *:after {
    box-sizing: border-box;
}

.col_2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_2 > *{
    width: calc( 50% - 6px ) ;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
.col_2 > *:nth-child(2n){
	margin-right: auto;
	border-right:0px;
}

.col_2 > *:nth-child(5),.col_2 > *:nth-child(6){
	border-bottom:0px;
}

.col_2 > * > *{
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
    .col_2 > *{
        width: 100%;
        margin-right: auto;
        border-right:0px;
    }

.col_2 > *:nth-child(5){
	border-bottom:1px solid #000;
}

}

.col_2 .inner{
	display:flex;
	padding:10px;
}

.col_2 h4 {
	padding-bottom: .3em;
}

.col_2 .inner a{
	color:#549ef7!important;
	font-weight:bold;
	text-decoration:underline;
}

.col_2 .inner a:hover {
	text-decoration:none;
}

.col_2 .inner .img_area{
	width: 30%;
	padding:10px;
	margin:0;
	text-align:center;
}
.col_2 .inner .img_area img{
	max-width:90%;
	padding:5px;
}

.col_2 .inner .text_area {
	width:70%;
	margin:0;
	padding:10px;
}


@media screen and (max-width: 768px) {
.col_2{
	margin:20px;
}

.col_2 .inner{
	display:block;
	text-align:center;
}
.col_2 .inner .img_area,
.col_2 .inner .text_area {
	width:100%;
}

.col_2 .inner .text_area p {
	margin-top:20px;
	text-align:left;
}
.col_2 .inner .img_area img{
	width:100%;
	max-width: 100px;
}

.col_2 .inner:nth-child(1) .img_area img{
	max-width:200px;
}

}

/* ----------------------------------------
	notes
---------------------------------------- */
.notes {
	padding-left: 1em;
	font-size: 10px;
	line-height: 1.33;
	/*text-indent: -1em;*/
}



/* num -------------------- */
.notes_num {
	counter-reset: num;
	font-size: 12px;
	line-height: 1.33;
}
.notes_num > li {
	position: relative;
	padding-left: 2em;
}
.notes_num > li:nth-child(n+2) {
	margin-top: .5em;
}
.notes_num > li::before {
	counter-increment: num;
	content: "*" counters(num, "-") "";
	position: absolute;
	left: 0;
}

/* ----------------------------------------
	header
---------------------------------------- */
.header_title {margin:0 auto;display:flex; position:relative; min-height:440px;}
.header_title .text_area {position:absolute;left:0;}
.header_title .text_area span {background-color:#024AD8;color:#ffffff;padding:0.25em;display:inline-block;padding:0.25em 1em;margin-top:10px;margin-bottom:10px;}
.header_title .text_area h1 {display:block;padding-bottom:5px;border-bottom:1px solid #000000;}
.header_title .img_area {width:60%;min-height:440px;position:absolute;right:0;background-image: url(/content/dam/jp-ext-hp-com/jp/ja/partner/neta/proposal/elitebook_x_g2i_14/main.png); 
 background-size: contain;background-repeat:  no-repeat;background-position: right bottom;  
}
.header_title ul{margin-top:20px;}
.small{font-size: 10px;line-height: 1.33;}

@media screen and (max-width: 1080px) {
.header_title {display:block;width:100%;position:static;}
.header_title .text_area {display:block;width:100%;position:static;}
.header_title .img_area {display:block;width:100%;position:static;text-align:right;margin-top:30px;
 background-image: url(/content/dam/jp-ext-hp-com/jp/ja/partner/neta/proposal/elitebook_x_g2i_14/main_sp.png); 
 background-size: contain;background-repeat:  no-repeat;background-position: right bottom;  
}
}


/* ----------------------------------------
	サークルナンバー
---------------------------------------- */

ol.circle_num {
  counter-reset: my-counter;
  list-style: none!important;
  padding: 0;
  margin: 0;
}
.circle_num li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom:15px;
  position: relative;
}
.circle_num li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #549EF8;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}



.inner_box{
	display:flex;
	text-align:left;
	border-right:0px;
  align-items:center;
}

.inner_box .text_area {
	padding:10px 20px;
}

.inner_box .text_area p {
	margin-top:20px;
	text-align:left;
}

.inner_box .img_area img{
	text-align:left;
  width:100%;
}

.inner_box .img_area {
	padding:10px 20px;

}


@media screen and (max-width: 768px) {
  .inner_box {
    display:block!important;
    text-align:center;
      padding:10px;
  }
  .inner_box > *
   {
      width:100%;
  }
}

.w150px{width:150px;text-align:left;}
.w20{width:20%;}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.w60{width:60%;}
.w70{width:70%;}
.w80{width:80%;}

@media screen and (max-width: 768px) {
  .w20, .w30, .w40, .w50, .w60, .w70, .w80 {
    width:100%;
  }
   .w150px {
    width:100%;
    text-align:center;
  }
}

ul.check_list{
  list-style:none;
}

ul.check_list li{
  background:url(/content/dam/jp-ext-hp-com/jp/ja/partner/neta/proposal/elitebook_x_g2i_14/ico_check.png)
  no-repeat 0 0;
  background-size:auto 20px;
  padding-left: 30px;
}


.spBubble_top-left,
.spBubble_right-top,
.spBubble_bottom-right,
.spBubble_left-top,
.spBubble_top-right {
  position: relative;
  display: inline-block;
  width:360px;
  margin-top: 20px;
  margin-left:40px;
  padding: 10px 60px 20px 20px;
  border-radius: 16px;
  background-color: #e6e6e6;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background-image: url(/content/dam/jp-ext-hp-com/jp/ja/partner/neta/proposal/elitebook_x_g2i_14/ico_useful01.png);
  background-repeat: no-repeat;
  background-position:95% 50%;
  background-size: 60px 60px;
}

.spBubble_top-left span,
.spBubble_right-top span,
.spBubble_bottom-right span,
.spBubble_left-top span,
.spBubble_top-right span
{display:block;
  color:#549EF8;}

.spBubble_top-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  border-style: solid;
  border-width: 0 0 20px 50px;
  border-color: transparent transparent #e6e6e6;
  translate: calc(-50% + 1.7px) -100%;
  transform: skew(25deg);
  transform-origin: bottom;
}

.spBubble_right-top::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 0;
  border-style: solid;
  border-width: 22px 0 0 36px;
  border-color: transparent transparent transparent #e6e6e6;
  translate: 100% calc(-50% + 0.2px);
  transform: skew(0, -30deg);
  transform-origin: left;
}

.spBubble_bottom-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 76%;
  border-style: solid;
  border-width: 22px 0 0 60px;
  border-color: #e6e6e6 transparent transparent;
  translate: calc(-50% + 1.9px) 100%;
  transform: skew(-74deg);
  transform-origin: top;
}

.spBubble_left-top::after {
  content: "";
  position: absolute;
  top: 36%;
  left: 0;
  border-style: solid;
  border-width: 30px 22px 0 0;
  border-color: transparent #e6e6e6 transparent transparent;
  translate: -100% calc(-50% + 0.7px);
  transform: skew(0, 60deg);
  transform-origin: right;
}

.spBubble_top-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  border-style: solid;
  border-width: 0 0 22px 30px;
  border-color: transparent transparent #e6e6e6;
  translate: calc(-50% + 0.7px) -100%;
  transform: skew(60deg);
  transform-origin: bottom;
}

 .left_ico,
 .left_ico_large,
 .left_ico_large2 {list-style:none; padding:0;}
 .left_ico li {vertical-align:middle;margin-bottom:1.5em;text-align:left;}
 .left_ico li img {vertical-align:middle;width:40px; margin-right:10px;}


.left_ico_large li {display:flex; align-items:center; gap: 20px;margin-bottom:50px;}
.left_ico_large li:last-child{margin-bottom:0!important;}

.left_ico_large2 li {display:flex;align-items:flex-start;padding:20px 0 20px 0;border-bottom:1px solid #000000;}
.left_ico_large2 li:last-child{margin-bottom:0!important;border-bottom:0!important;}
.left_ico_large2 li img{width:70px;margin-right:20px;}


  /* OS上中下リスト */
.bk_blue_list,.bk_blue_list2,.bk_blue_list3 {margin:0px;padding:0;align-items:stretch;}
.bk_blue_list ul li,.bk_blue_list2 ul li,.bk_blue_list3 ul li {margin:0px;padding:0;align-items:center;}
.bk_blue_list .inner_box,.bk_blue_list2 .inner_box,.bk_blue_list3 .inner_box{align-items:center;}
.bk_blue_list ul li>p,.bk_blue_list2 ul li>p,.bk_blue_list3 ul li>p {padding:10px;border:1px dotted #333333;}
.bk_blue_list li {background:#87bbf9;padding:10px;margin:3px;}
.bk_blue_list2 li {background:#BBD8FC;padding:10px;margin:3px;}
.bk_blue_list3 li {background:#DDECFE;padding:10px;margin:3px;}


@media screen and (max-width:768px) {
 .bk_blue_list li:nth-child(2),
 .bk_blue_list li:nth-child2(2),
 .bk_blue_list li:nth-child3(2) {margin-bottom:0px!important;}
}


.flex_box {display:flex;text-align:left;padding:10px;}
.flex_box img{max-width:200px;}
.flex_box li:first-child{min-width:220px;}


.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

  .sus_table li {display: flex;border:1px solid #000000;} 
  .sus_table li div ul li{padding:0 10px;}
  .electric_blue{background:#024ad8;color:#ffffff;}
  .power_storm{background:#568393;color:#ffffff;}
  .orange_bloom{background:#ff5050;color:#ffffff;}

  .sub_title{margin:auto 0px;width:6%;}
  .sub_title h4{margin-left:-20px;transform: rotate(-90deg); width:7em;}
  .sub_title h4 .pc{display:visible;}
  .sub_title h4 .sp{display:none;}

  .detail {width:94%;}
  .detail table{width:100%;border-collapse:separate;border-spacing:0;background:#ffffff;color:#000000;}
  .detail table td{border:1px solid #000;border-bottom:0px;padding:10px;}
  .detail table tr:nth-child(odd) {background:#f2f2f2;}

  @media screen and (max-width: 1080px) {
    .sus_table li {display:block;}
    .sub_title{width:100%;padding:10px;text-align:center!important;}
    .sub_title h4{transform:none;}
    .sub_title h4 .pc{display:none;}
    .sub_title h4 .sp{display:visible;}
    .detail{width:100%;}
  }

  .b_electric_blue{color:#024ad8;font-weight:bold;}
  .b_power_storm{color:#568393;font-weight:bold;}
  .b_orange_bloom{color:#ff5050;font-weight:bold;}


/* ----------------------------------------
	copilot
---------------------------------------- */
.copilot {
	max-width: 800px;
	padding: 0;
}
.copilot_main .heading,
.copilot_main .subheading {
	padding: 20px;
}
.copilot_main .heading {
	background: #549ef7;
}
.copilot_main .subheading {
	background: #98c5fa;
}
.copilot_main .img_area img {
	width: 100%;
}
.copilot_cont {
	padding: 20px;
}
.copilot_cont * + p {
	margin-top: 15px;
}
.copilot_cont a {
	color: #000;
	text-decoration: underline;
}
.copilot_cont a:hover {
	text-decoration: none;
}

@media screen and (min-width: 1024px) {
	.copilot {
		display: flex;
		width: 1000px;
		max-width: none;
	}
	.copilot_main {
		width: 680px;
	}
.copilot_main .img_area img {
	width: 100%;
}
	.copilot_cont {
		width: 320px;
	}
}

/* ----------------------------------------
	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 a {
	color: #000 !important;
	text-decoration: underline;
}
.material_list a:hover {
	text-decoration: none;
}
.material_list .rate > span {
	font-size: 80%;
}
.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;
	}
}

/* ==================================================
	modal
================================================== */
.modal_content {
	display: none;
	overflow-y: auto;
	position: fixed;
	width: 90vw;
	max-height: 90%;
	background: #fff;
	z-index: 1000;
}
.modal_content_inner {
	width: 90vw;
	padding: 20px;
}

#modal_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.75);
	z-index: 999;
}



/* button -------------------- */
.modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
}
.modal_close::before,
.modal_close::after {
	content: "";
	position: absolute;
	top: 0;
	left: 9px;
	width: 2px;
	height: 20px;
	background: #999;
}
.modal_close::after {
	transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
	.modal_content {
		width: auto;
		max-width: 90vw;
	}
	.modal_content_inner {
		padding: 40px;
	}
	.modal_close {
		width: 30px;
		height: 30px;
	}
	.modal_close::before,
	.modal_close::after {
		left: 14px;
		height: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.modal_content, modal_content2 {
		max-width: 1000px;
	}
}

.modal_content2 {
	display: none;
	overflow-y: auto;
	position: fixed;
	background: #ffffff;
	z-index: 1000;
}

.modal_content2_inner {
	width: 90vw;
	max-width:1000px;
	padding: 0px;
}


/* button2 -------------------- */
.modal_close2 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
}
.modal_close2::before,
.modal_close2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 9px;
	width: 2px;
	height: 20px;
	background: #999;
}
.modal_close2::after {
	transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
	.modal_close2 {
		width: 30px;
		height: 30px;
	}
	.modal_close2::before,
	.modal_close2::after {
		left: 14px;
		height: 30px;
	}
}

dialog::backdrop {background-color: rgba(0, 0, 0, 0.75);}

.convertible_type {width:100%;position:relative;}
.convertible_type p{position:absolute;width:240px;height:240px;right:0;top:-60px;background:#e7e7e7;border-radius:50%;text-align:center;}
.convertible_type .dot01 {margin:20px;padding:20px;border:1px dotted #333333;}
.convertible_type .dot01 li {list-style-type:disc;margin-left:20px;padding:0 240px 10px 0;text-align:left;width:100%;}
.convertible_type .dot01 li:first-child {list-style-type:none;margin-left:10px;padding:10px 240px 20px 0;text-align:left;}
.convertible_type .dot01 li:last-child{list-style-type:none;padding:0 10px 10px 0;text-align:right;}

@media screen and (max-width: 780px) {
.convertible_type .dot01 li:first-child {list-style-type:none;margin-left:10px;padding:200px 0 20px 0;text-align:left;}
.convertible_type .dot01 li {list-style-type:disc;margin-left:20px;padding:0 0 10px 0;text-align:left;width:100%;}
.convertible_type .dot01 li:last-child{list-style-type:none;padding:10px 0;text-align:center;}
}