.content_area p, .content_area li {
    font-size: 1.3rem;
    line-height: 1.6;
}
.content_area h3.hLine span {
    font-size: 1.8rem;
}

@media screen and (min-width: 768px) {    
    .content_area h3.hLine span {
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 1024px){
    .content_area p, .content_area li {
        font-size: 1.5rem;
    }
    .content_area h3.hLine span {
        font-size: 2.8rem;
    }    
}


/* ==========================
     title
=============================*/  
.ttl_h4 {
    position: relative;
	padding-top: 30px;
    color: #666;
}
.ttl_h4:before {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
    left: calc(50% - 10px);
	width: 20px;
	height: 5px;
	margin: 0 auto;
    background-color: #666;
}

.ttl_h5 {
    color: #0096d6;
    margin-bottom: 1rem;
    font-weight: normal;
}
@media screen and (min-width: 726px){
    .ttl_h5 {
        margin-bottom: 2rem;
        font-size: 20px;
    }
}

/* ==========================
     img
=============================*/  

#contents_chara.content img{
    height: auto;

} 
@media screen and (max-width: 1023px) {
    .icons > li > img {
        height: 4rem!important;
    }
}

/* ==========================
     box_shadow
=============================*/  

.box_shadow {
    box-shadow: -1px -1px 20px 0px rgb(0 0 0 / 10%);
}

/* ==========================
     grd
=============================*/ 

.grd {    
	background: -webkit-linear-gradient(bottom, #efefef, #fff);
    background: linear-gradient(to top, #efefef, #fff);
}


/* ==========================
     filter_container
=============================*/  
.filter_container {
    position: relative;
}

.filter_container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( to bottom, #fff 0%, rgba(255,255,255,.8) 15%, rgba(255,255,255,0) 50%);
}

/* ==================================================
	fd_r_reverse
================================================== */
@media screen and (min-width: 726px){
	.fd_r_reverse {
		flex-direction: row-reverse;
	}
}

/* ==========================
     head_link
=============================*/  

.head_link {
    padding: 2rem;

}

.head_link li {
    text-align: center;
}

.head_link li a{
    position: relative;
    color: #0096d6;
}
.head_link li a:hover{
    text-decoration: none;
    opacity: .7;
}
.head_link li a::after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #0096d6;
    border-right: solid 2px #0096d6;
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    right: -20px;
    bottom: 0;
    margin: auto;
}

@media screen and (min-width: 1024px){


}


/* ==========================
     cable
=============================*/  
.cable {
    background-color: #fff;
}


/* ==========================
     design
=============================*/  

@media screen and (min-width: 1024px) {    
.design {
    background-image: url(/content/dam/jp-ext-hp-com/jp/ja/ec/monitors/business/322pv/images/desin.webp),
    linear-gradient(to top, #efefef, #fff);
    background-repeat: no-repeat,no-repeat;
    background-position: center center,bottom;
    height: 640px;
    position: relative;
    }
.design  li:first-of-type{
    color: #0096d6;
    font-size: 20px;
    }     
.design .design01 {
    position: absolute;
    left: 70px;
    top: 30px;
    }    
.design .design02 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    }  
 .design .design03 {
    position: absolute;
    left: 560px;
    bottom: 20px;
    }  
.design .design04 {
    position: absolute;
    right: 0;
    top: 200px;
    }
}

/* ==========================
     port 
=============================*/      
@media screen and (min-width: 1024px) {
        .port {
        position: relative;
    }
    .port ul{
        display: flex;
        position: absolute;
        right: 32px;
        bottom: 11px;
        background-color: #fff;
        padding: 20px;
        border: 2px solid #0096d6;
        border-radius: 5px;
        width: 350px;
        flex-wrap: wrap;
    }
    .port li{
        position: relative;
        padding-left: 30px;
        font-size: 14px;
        margin-bottom: 5px;
        margin-right: 10px;
    }

    .port li::after{
        position: absolute;
        left: 8px;
        top: -1px;        
        font-size: 19px;
        color: #fff;
    }
    .port li::before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 25px;
        height: 25px;
        background-color: #0096d6;
        border-radius: 50%;
    }    
    .port li:first-child::after{
        content: "1";
    }
    .port li:nth-of-type(2)::after{
        content: "2";
    }                
}


.port ul{
    background-color: #fff;
    padding: 20px;
    border: 2px solid #0096d6;
    border-radius: 5px;
}
.port li{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 5px;
}

.port li::after{
    position: absolute;
    left: 6px;
    top: -1px;        
    font-size: 16px;
    color: #fff;
}
.port li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #0096d6;
    border-radius: 50%;
}    
.port li:first-child::after{
    content: "1";
}
.port li:nth-of-type(2)::after{
    content: "2";
}  
.port li:nth-of-type(3)::after{
    content: "3";
}    
.port li:nth-of-type(4)::after{
    content: "4";
}    
.port li:nth-of-type(5)::after{
    content: "5";
}    


/* ----------------------------------------
	check_list
---------------------------------------- */

.check_list > li {
	position: relative;
	padding-left: 30px;
}
.check_list > li::before {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	transform: rotate(-45deg);
	width: 16px;
	height: 10px;
	margin: 0 auto;
	border-left: 4px solid #0096d6;
	border-bottom: 4px solid #0096d6;
}
.check_list > li:nth-child(n+2) {
	margin-top: 10px;
}

/* cv_white */
.check_list.cv_white > li::before {
	border-color: #fff;
}

/* cv_gray */
.check_list.cv_gray > li::before {
	border-color: #999999;
}


/* ==========================
     environment3
=============================*/  
.environment3 .txt h5 {
    font-weight: normal;
    margin-bottom: 2rem;
}

.environment3 ul {
    border-right: 1px solid #ccc;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
}

.environment3 ul li:nth-of-type(3){
    font-size: 17px;
    margin-bottom: 1rem;
}
.environment3 ul:nth-of-type(2),.environment3 ul:nth-of-type(4) {
    border-right: none;
}

@media screen and (max-width: 1023px) {
    .environment3 .txt_area {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-top: 2rem;
    }
    .environment3 .txt_area > div {
        width: 50%;
    }    
}
@media screen and (min-width: 767px) {
    .environment3 ul:nth-of-type(2),.environment3 ul:nth-of-type(4) {
        border-right: 1px solid #ccc;
    } 
}
@media screen and (min-width: 1024px){
    .environment3 .txt_area {
        display: block;
        position: relative;
        margin-top: 0;
    }
   .environment3 .txt_area > div {
        width: 100%;
    }    
    .environment3 .txt {
        position: absolute;
        top: 377px;
        width: 420px!important;
        right: 20px;
        color: #fff;
    }
    .environment3 .txt h5 {
        font-size: 20px;
    }
    .environment3 ul{
        text-align: center;
    }    
    .environment3 ul li:nth-of-type(3){
        font-size: 20px;
    }   
    .environment3 ul:nth-of-type(2),.environment3 ul:nth-of-type(4) {
        border-right: none;
    }    
    .environment3 ul:nth-of-type(3),.environment3 ul:nth-of-type(4) {
        border-bottom: none;
    }    
}

/* ----------------------------------------
	guarantee
---------------------------------------- */
@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: #008f8536;
    }
    .mini_option li {
        border-top: 5px solid #008f85;
    }
    .mini_option_a {
        background: #008f8536;
    }
        
    .fc_green1 {
        color: #008f85!important;
    }



@media screen and (min-width: 1024px) {   
/* ==========================
    
    icons
    
=============================*/
    
.icons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 10px;
    margin-bottom: 80px;
    border-top: 1px dotted #ccc;
    /*border-bottom: 1px dotted #ccc;*/
}
.icons li {
    float: none;
    width: 100px;
    height: auto;
    color: #0096d6;
    text-align: center;
}
.icons img {
    display: block;
    margin: 0 auto;
}
.icons li p {
    font-size: 10px;
    color: #000;
    margin-top: 8px;
    line-height: 1.4;
}
/* ==========================
    
   chara
    
=============================*/   

.sf_text {
	right: 50px;
    top: 130px;
    width: 350px;
}	






	
/* ==========================
     port
=============================*/   

.port {
    position: relative;
}

.port .cable{
    position: absolute;
    right: 0;
    bottom: 0;
}


}	

/* ==========================
     product_list
=============================*/  

.product_list li span{
    background-color: #efefef;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    display: block;
}
.product_list li:nth-child(odd){
    padding-right: 2px;
  }

  .product_list li:nth-child(even){
    padding-left: 2px;
  }

  @media screen and (min-width: 1024px){
    .product_list li span{
        font-size: 16px;
        line-height: 2;
    }  
  }

  /* ==========================
    
   environment
    
=============================*/   

.environment .border{
    border-bottom: 1px dashed #0096d6 !important;
}	

@media screen and (min-width: 768px) {    
    .environment .border{
        border-right: 1px dashed #0096d6 !important;
        border-bottom: none !important;
    }	
}

@media screen and (min-width: 768px) {    
.environment > div.bg{
    background: linear-gradient(to left, rgb(248 229 197 / 0%) 30%, rgb(255 255 255) 50%),url(/content/dam/jp-ext-hp-com/jp/ja/ec/monitors/business/e27q_g4/images/environment_img03.jpg);
    /* height: 608px; */
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}	
.environment .border{
    border-right:none !important;
    border-bottom: 1px dashed #0096d6 !important;
}	
	
}	

