
.fc_green2 {
    color: #3e655d !important;
}
.bg_green2 {
    background: #e8f5f9!important;
}


@media screen and (max-width: 1023px) {
.content_p {
    padding: 0 20px;
}
    .product_detail_icon {
        display: none;
    }
}
    



/* ----------------------------------------
	Design
---------------------------------------- */
@media screen and (min-width: 768px) {
#content_design .posA_md {
    bottom: -35px;
    right: 5px;
}
}
@media screen and (min-width: 1024px) {
#content_design .posA_md {
    bottom: 5px;
    right: 20px;
}
}
    
@media screen and (min-width: 1024px) {
.direct_top {
    background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/desktops/business/pro_4_g1i_mini/style/images/direct_bg.jpg) no-repeat;
    padding: 40px 40px 0 40px;
    text-align: center;
}
.direct_top h2 {
    margin: 0 0 20px!important;
}
.direct_top p {
    padding: 0 60px;
    text-align: left;
}
.monitor_pc {
    text-align: center;
    background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/desktops/business/pro_4_g1i_mini/style/images/direct2_bg.jpg) no-repeat left bottom;
    padding: 25px;
}
.monitor_pc div {
    background: #fff;
}
.monitor_title {
    border-top: #ccc 1px dotted;
    text-align: center;
    padding: 20px;
    font-weight: normal!important;
    font-size: 16px!important;
}
.monitor_pc_text {
    text-align: right;
    padding: 20px 65px 20px 20px;
}
.monitor_pc_text p {
    margin: 3px 10px 0;
    font-weight: bold;
}   
}
.new_function {
    color: #008f85;
    font-size: 1.6rem!important;
}
    
@media screen and (min-width: 768px) {
.new_function {
    font-size: 2rem!important;
}
}
@media screen and (min-width: 1024px) {
.new_function {
    color: #666;
}
.new_function span {
    font-size: 26px;
}
.new_function_text {
    color: #EB5F01;
    font-weight: bold; 
    font-size: 20px!important;
}
}    




/* ----------------------------------------
	Made in Tokyo
---------------------------------------- */    
@media screen and (min-width: 1024px) {
.made_in_tokyo01 {
    background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/desktops/business/pro_4_g1i_mini/style/images/bg_made_in_tokyo.jpg) no-repeat;
    height: 344px;
}
.made_in_tokyo01 h4{
    position: absolute;
    left: 60px;
    top: 70px;
    background: rgb(255,255,255);
    filter: alpha(opacity=80);
    background: rgba(255,255,255,0.8);
    padding: 50px;
    width: 300px;
}
.made_in_tokyo02 h4{
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgb(255,255,255);
    filter: alpha(opacity=80);
    background: rgba(255,255,255,0.8);
    padding: 14px;
    width: 420px;
    border-radius: 10px;
}
.made_in_tokyo03 h4{
    position: absolute;
    right: 60px;
    top: 70px;
    background: rgb(255,255,255);
    filter: alpha(opacity=80);
    background: rgba(255,255,255,0.8);
    padding: 30px 50px;
    width: 430px;
}
}

 .checkmark{
     list-style:none;
 }
 .checkmark li{ 
    position:relative;
    line-height: 2;
  }
 .checkmark li:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    border-right: 2px solid #006699;
    border-bottom: 2px solid #006699;
    display: inline-block;
    left: -1.5em;
    top: 0.8em;
    transform: rotateZ(45deg);
  }    

@media screen and (min-width: 1024px) {
.checkmark li{  
    margin-left: 180px;
}
}
    

@media screen and (min-width: 1024px) {
    #mv01 .modal_content_inner{
      width: 900px;
      height: 450px;
    }
}  
@media screen and (max-width: 1023px) {
	#mv02 .modal_content_inner{
	  width: 550px;
	  height: 345px;
	}
}
@media screen and (max-width: 767px) {
	#mv02 .modal_content_inner{
	  width: 490px;
	  height: 310px;
	}
}
@media screen and (max-width: 479px) {
	#mv02 .modal_content_inner{
	  width: 300px;
	  height: 150px;
	}
}

/* ----------------------------------------
	HP Product Quality
---------------------------------------- */
.message {
	position: relative;
	width: 100%;
	height: 0;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.message01 {
	min-height: 180px;
	padding-top: 41%; /* (Image height / Image width) * 100 */
    background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/desktops/business/pro_4_g1i_mini/style/images/bg_message01.jpg) no-repeat;
    background-size: contain;
}
.mess_area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
}

@media screen and (min-width: 768px) {
	.mess_area h2 {
		font-weight: normal;
		font-size: 30px;
		line-height: 1.3;
	}
	.mess_text {
		position: relative;
		padding: 15px 0;
	}
	.mess_text::before,
	.mess_text::after {
		content: "";
		position: absolute;
		left: 0;
		width: 50px;
		height: 2px;
		background: #fff;
	}
	.mess_text::before {
		top: 0;
	}
	.mess_text::after {
		bottom: 0;
	}
}

.quality_text {
    margin: 4rem 0 2rem;
    padding-bottom: 0.5rem;
    font-size: 2rem;
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
    font-weight: normal;
}
@media screen and (min-width: 1024px) {
.mess_area {
    width: 940px;
}
.mess_area h2 {
    font-size: 45px;
}
.mess_text {
    margin: 25px 0;
    font-size: 20px;
}
.quality_text {
    margin-top: 6rem;
    font-size: 28px;
    color: #000;
    margin: 4rem 0 2rem;
    padding-bottom: 0.5rem;
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
    font-weight: normal;
}
.quality_text02 {
    font-size: 14px;
    line-height: 1.6;
}
}

/* ----------------------------------------
	HP Easy Clean
---------------------------------------- */
.clean_box .posA_lg{
    top: 0px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    margin: 0 auto;
}
@media screen and (min-width: 1024px) {
.clean_box .posA_lg{
    top: 50px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    padding: 20px;
    width: 800px;
    margin: 0 auto;
}
}



/* ----------------------------------------
	guarantee
---------------------------------------- */








/* ==================================================
	merit
================================================== */

.merit2 .heart > div > div {
	background-color: #f5f5f5;
	padding: 10px 10px 10px;
	box-shadow: 2px 2px 0px 0px #008f85;
	border-radius: 1rem;
}

.merit2 .heart h3:before {
	content:  url(/content/dam/jp-ext-hp-com/jp/ja/ec/desktops/business/pro_4_g1i_mini/images/merit_haert.png);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
	width: 124px;
    margin: 0 auto;
}

.merit2 .heart h3 {
	position: relative;
	color: #fff;
}

.merit2 .heart h3 span {
	position: absolute;
	top: 30px;
    right: 0;
    left: 0;
	text-align: center;
	font-weight: normal;
}

.merit2 .heart h3 span strong {
	display: block;
}

.merit2 .heart p {
	background-color: #fff;
	padding: .6rem;
	border: 1px dashed #008f85;
	color: #008f85;
	border-radius: 1rem;
	margin-top: 2rem;

}
.merit2 .heart p span.marker {
	background: linear-gradient(transparent 0%, #ffff66 0%);
	font-size: 120%;
}
@media screen and (max-width: 1023px){
.merit2 .heart p span.marker {
	font-size: 100%;
}
}


.merit2 h4 {
	color: #fff;
	display: flex;
	background-color: #008f85;
	font-weight: normal;
}

.merit2 h4 span {
	text-align: center;
    padding: .2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.merit2 h4 span:first-of-type {
	background-color: #000;
	width: 10%;
}

.merit2 h4 span:nth-of-type(2) {
	width: 90%;
}

.merit2 h4 + p {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}

.merit2 h4:nth-of-type(n+2) {
	margin-top: 2rem;
}
.merit2 .bo_box {
	background-color: #fff;
	border: 1px dashed #008f85;
	padding: 1.5rem;
	border-radius: 1rem;
} 
.merit2 .bo_box li{
	display: flex;
	margin: 1rem 0;
	padding: 1rem;
	background-color: #fff7e2;
	border-radius: 1rem;
	border: 1px solid #ffe6a4;
	color: #008f85;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
}

.merit2 .bo_box li span:first-of-type{
	width:25%;
}
.merit2 .bo_box li span:nth-of-type(2){
	width:75%;
}
.merit2 .bo_box li a{
	display: block;
	margin-top: 1rem;
}



@media screen and (min-width: 768px){
	.merit2 .bo_box li{
		margin: 0 0;
	}
	.merit2 .heart > div > div {
		margin-top: 50px;
		padding: 70px 10px 10px;
	}	
}


@media screen and (min-width: 1024px){
	.merit2 .heart p {
		font-size: 1.6rem!important;
        height: 100px;
	}
	.merit2 h4 {
		font-size: 2rem;
	}	
	.merit2 h4 + p {
		margin-top: 30px;
		margin-bottom: 30px;
	}	
	.merit2 .bo_box {
		padding: 2.5rem;
	} 	
	.merit2 h4:nth-of-type(n+2) {
		margin-top: 4rem;
	}
	.merit2 .bo_box li{
		padding: 1rem;
		font-weight: normal;
		font-size: 1.6rem!important;	
	}	
	.merit2 .bo_box li a{
		width: 200px;
		margin: 1rem auto;
	}	
}


/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.cont_wrap {
		padding: 60px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.cont_wrap {
		padding: 80px 0;
	}
}

/* ==================================================
	epeat
================================================== */

/* ----------------------------------------
	about_epeat
---------------------------------------- */

.about_epeat {
	margin-top: 30px;
}
.epeat_rank {
	margin-top: 20px;
	border-top: 1px solid #000;
}
.epeat_rank > ul {
	margin:  0 -10px;
}
.epeat_rank > ul > li {
	margin-top: 20px;
	padding: 0 10px;
}
.epeat_rank > ul > li > img {
	display: block;
	margin: 0 auto;
}
.about_epeat_img {
	margin-top: 20px;
	text-align: center;
}

@media screen and (min-width: 480px) {
	.epeat_rank > ul {
		display: flex;
	}
	.epeat_rank > ul > li {
		flex: 1;
	}
}

@media screen and (min-width: 1024px) {
	.about_epeat {
		display: flex;
		justify-content: space-between;
	}
	.about_epeat_text {
		width: 600px;
	}
	.about_epeat_img {
		align-self: center;
	}
}



/* ----------------------------------------
	modal
---------------------------------------- */

#epeat_criterion table th,
#epeat_criterion table td {
	vertical-align: middle;
	padding: .5em 1em;
	font-size: 14px;
	border: 1px solid #000;
}
#epeat_criterion table th {
	color: #fff;
	white-space: nowrap;
	background: #3e655d;
}
#epeat_criterion table tr td:nth-child(n+2) {
	text-align: center;
}
#epeat_criterion  table .bg1 { background: rgba(190,222,215,1); }
#epeat_criterion  table .bg2 { background: rgba(190,222,215,.2); }

@media screen and (max-width: 767px) {
	#epeat_criterion table {
		width: 680px;
	}
	#epeat_criterion table th,
	#epeat_criterion table td {
		font-size: 14px;
	}
	#epeat_criterion table td {
		white-space: normal;
	}
}


/* ----------------------------------------
	obp_prod
---------------------------------------- */

.obp_prod > li {
	margin-top: 10px;
}
.obp_prod h4 {
	font-weight: normal;
}
.obp_2019 h4 {
	background: rgba(0,150,214,0.2);
}
.obp_2020 h4 {
	color: #fff;
	background: #0096d6;
}
.obp_prod_list > li {
	padding: 10px 0;
}
.obp_prod_list img + p {
	margin-top: 5px;
}

@media screen and (min-width: 320px) {
	.obp_prod h4 {
		/* 18~22px */
		font-size: calc(1.8rem + ((1vw - 0.32rem) * 0.2841));
	}
}

@media screen and (min-width: 480px) {
	.obp_prod_list {
		display: flex;
		margin: 0 -10px;
	}
	.obp_prod_list > li {
		width: 50%;
		padding: 20px 10px 0;
	}
}

@media screen and (min-width: 1024px) {
	.obp_prod {
		display: flex;
/*		justify-content: space-between;*/
	}
	.obp_2019 {
		width: 460px;
	}
	.obp_2020 {
		width: 240px;
	}
	.obp_prod h4 {
		position: relative;
		font-size: 22px;
		line-height: 40px;
	}
	.obp_prod h4::after {
		content: "";
		position: absolute;
		left: 100%;
		border-style: solid;
		border-width: 20px 0 20px 20px;
		border-color: transparent;
/*		z-index: 1;*/
	}
	.obp_2019 h4::after {
		border-left-color: rgba(0,150,214,0.2);
        content: "";
        position: absolute;
        left: 100%;
        border-style: solid;
        border-width: 20px 0 20px 20px;
/*        border-color: transparent;*/
/*        z-index: 1;*/
	}
	.obp_2020 h4::after {
		border-left-color: #0096d6;
        content: "";
        position: absolute;
        left: 100%;
        border-style: solid;
        border-width: 20px 0 20px 20px;
/*        border-color: transparent;*/
/*        z-index: 1;*/
	}
	.obp_2020 h4::before {
		content: "";
		position: absolute;
		left: 0;
		border-style: solid;
		border-width: 20px 0 20px 20px;
		border-color: transparent transparent transparent #bae2f2;
	}
	.obp_prod_list {
		margin: 0;
	}
	.obp_prod_list > li {
		position: relative;
		width: 230px;
	}
	.obp_prod_list > li::after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 2px;
		height: 20%;
	}
	.obp_2019 .obp_prod_list > li::after {
		background: rgba(0,150,214,0.2);
	}
	.obp_2020 .obp_prod_list > li::after {
		background: #0096d6;
	}
	.obp_prod_list img {
/*		position: relative;*/
		z-index: 1;
        width: 70%;
	}
}





/* ----------------------------------------
	performance
---------------------------------------- */
.performance_text {
    background: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.performance_icon {
    text-align: center;
    width: 30%;
    margin: 0 auto;
}
.performance_icon p {
    background: #008F85;
    display: inline-block;
    padding: 20px 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    width: 110px;
    height: 100px;
}

.text_border {
    border-bottom: 3px solid #0096d6;
}
@media screen and (min-width: 1024px) {
.performance_text01 {
    top: 2%;
    right: 2%;
}
.performance_text02 {
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.performance_text03 {
    bottom: 10%;
    text-align: center;
    left: 21%;
}
}

.optimization {
    margin-top: 20px;
}
.optimization h2 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 28px;
    font-weight: normal;
}
.optimization_list1 h3 {
    font-weight: normal;
    font-size: 22px;
} 
.optimization_list1 p {
    font-size: 16px;
    margin-top: 15px;
} 
.optimization_list2 {
    margin-top: 30px;
}
.optimization_list2 h3 {
    font-weight: normal;
    font-size: 15px;
}
@media screen and (min-width: 1024px) {
.optimization {
    margin-top: 100px;
}
}



/* ----------------------------------------
	guarantee
---------------------------------------- */
@media screen and (min-width: 768px) {
.carepack_main {
    margin: 20px 0 0;
    padding: 20px;
    background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/xf/business/notebooks/support_carepack/support_carepack_bg.jpg) no-repeat;
    background-size: contain;
}
}
@media screen and (min-width: 1024px) {
.guarantee_main .posA {
    top: 60px;
    left: 190px;
}
.guarantee_main h2 {
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
}
.guarantee_main p {
    width: 320px;
    margin-top: 20px;
}
.carepack_main {
    margin: 20px 0 0;
    padding: 20px;
    background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/xf/business/notebooks/support_carepack/support_carepack_bg.jpg) no-repeat;
}
}


.carepack {
    box-shadow: 0 10px 6px -6px rgba(0,0,0,.2);
}

@media screen and (min-width: 1024px) {
.sustainable h2 {
    top: 60px;
    left: 40px;
}
.sustainable_text01 {
    bottom: 220px;
    left: 65px;
}
.sustainable_text02 {
    bottom: 220px;
    left: 305px;
}
.sustainable_text03 {
    bottom: 220px;
    right: 265px;
}
.sustainable_text04 {
    bottom: 220px;
    right: 65px;
}
}

.mini_option {
    background: #e8f5f9;
}
.mini_option li {
    border-top: 5px solid #0096d6;
}
.mini_option_a {
    background: #e8f5f9;
}


/* ----------------------------------------
	Security
---------------------------------------- */
.security_text {
    background: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
}



.security_box tbody {
    border: 1px solid #ccc;
}
.security_box th {
    text-align: center;
    padding: 15px;
}
.security_box td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    vertical-align: middle;
}


#contents_support h3 {
    color: #008f85!important;
    font-weight: normal;
    border-left: 5px solid #ccc;
}
@media screen and (min-width: 1024px) {
    #contents_support h2 {
        margin-bottom: 20px;
        padding-bottom: 5px;
        letter-spacing: 2;
        border-bottom: 1px solid #000;
        color: #000;
        font-size: 28px;
        font-weight: normal;
    }
}


.list_basic > li::before {
    background: #008f85!important;
}
.list_basic.cv_gold > li::before {
    background: #008f85!important;
}







@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;
    }
}

@media screen and (max-width: 1023px) {
    .local_navi_menu_level1 {
        display: flex;
        flex-wrap: wrap;
    }
    .local_navi_menu_level1 > li {
        order: 2;
        width: 100%;
    }
    .local_navi_menu_level1 > li:nth-child(2) {
        order: 1;
    }
}


/* main */
#contents_chara{
	background: #f2f2f2;
}
#contents_chara > div{
/*	padding: 1rem;*/
	background: #fff;
}
@media screen and (min-width: 768px) {
	#contents_chara{
	    background: #fff;
	}
	#contents_chara > div{
		padding: 0;
	}
}