@charset "UTF-8";
/*START 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y:scroll;
}
h1, h2, h3, h4, h5, h6, caption, address, th {
  font-style :normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
ul ,ol, li, dl, dt, dd {
  list-style: none;
}
img {
  border: none;
  vertical-align:bottom;
  display:block;
}
button, fieldset, form, input, label, legend, select, textarea {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
}
/*START Common
------------------------------------------*/
html{scroll-behavior: smooth;}
body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  width: 100%;
  background-color: #FFF !important;
  color: #000;
  margin: 0;
}
main{}
small{
  font-size: 12px;
}
sup {
  font-size:60%;
  vertical-align:super;
}

a{ text-decoration: none; color: #000;cursor: pointer;}
a:hover{  color: #999;}

.bold{ font-weight: bold;}
.relative { position:relative}
.disp_b { display:block;}
.disp_ib{ display:inline-block;}
.alignCtr {text-align:center;}
.alignLft {text-align:left;}
.alignRgt {text-align:right;}
span.strkthrough {text-decoration: line-through;}

.mt40{  margin-top: 40px;}
.mt30{  margin-top: 30px;}
.mt20{  margin-top: 20px;}
.mt10{  margin-top: 10px;}
.m0auto{ margin: 0 auto;}

/* table
-----------------------------------*/
.table th, .table td {
  border:solid 1px #CCC;
  border-collapse:collapse;
  padding:10px 5px;
  vertical-align:middle;
}
.table th {
  background-color:#F6F6F6;
}
/*START link
------------------------------------------*/

.tertiary-link{
  text-decoration: none;
  color: #00B388;
  border-bottom: 2px solid #00B388;
  transition: all ease .2s;
}
.tertiary-link:hover{
  border-bottom: 2px solid #000;
}
a.linkWithArrow, span.linkWithArrow {
  margin-right: 0;
  position: relative;
  color: #000;
  display: contents;
}
a.linkWithArrow .arrow {
    transition: all 0.2s ease-out;
    position: absolute;
    right: 0;
}
a.linkWithArrow:hover .arrow{
    right: -5px;
}
a.linkWithArrow .relative {
  padding-right: 1.2em;
  display: inline-block;
}
/*右矢印*/
.arrowright{ position: relative;}
.arrowright::after{
    content: "→";
    color: inherit;
    display: inline-block;
    padding: 0;
    padding-left: 1px;
    transition: all 0.2s ease-out;
    transform: translate(0, 0);
    -webkit-transform: translate( 0, 0);
    -ms-transform: translate(0%, 0);
    width: 0.9em;
    box-sizing: border-box;
}
a.linkWithArrow:hover .arrowright::after, span.linkWithArrow:hover .arrowright::after, .arrowright:hover.arrowright::after, .cards a:hover .arrowright::after, a:hover .arrowright::after {
    padding: 0 0 0 5px;
}
.totop {
    margin-top: 50px;
    text-align: right;
}
.cta-link {
    color: #707070;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 1.6em;
    position: relative;
}
.arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.cta-link .arrow-up{
    top: 0.5em;
    left: 0.5em;
    position: absolute;
}
.btn-primary {
  border-collapse: collapse;
  border-radius: 100vh;
  background: linear-gradient(60deg,#01A982 0 13%,#1cd3a8 20%,#01A982 27%,#01A982);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: 99% 50%;
  background-size: 200% 200%;
  border: var(--btn-v4-border-width) solid transparent;
  color: #FFFFFF;
  transition: background-position .5s;
  padding: 8px 18px;
  box-sizing: border-box;
  display: inline-block;
}
.btn-primary:hover {
    background-position: 0 50%;
    color: #FFFFFF;
}
.btn-secondary {
    background: 0 0;
    color: #000;
    outline: 0;
    border: 2px solid #00B388;
    line-height: 1.2;
/*    border-radius: 100vh;*/
    min-height: 40px;
    min-width: 100px;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
}
.btn-secondary:hover {
    background: 0 0;
    box-shadow: none;
    color: #000;
    outline: #00B388 solid 4px;
    outline-offset: -2px;
}
.latesttower .btn {
    display:inline-block;
    background-color: #00B388;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 18px;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}
.latesttower a.linkWithArrow {
    outline: #00B388 solid 4px;
    outline-offset: -2px;
}
/*START contents
------------------------------------------*/
/*
#ffc800 #eb3474 #8219f3 #01d9a6
rgba(255,200,0,1) rgba(235,52,116,1) rgba(130,25,243,1) rgba(1, 217, 166, 1)
*/
.contents{
  width: 1920px;
  margin: 0 auto;
  font-size: 14px;
}
.first_container {
    margin: 0 0 40px;
    height: 320px;
    background: #eb3474;
    background: -moz-linear-gradient(bottom left, #eb3474 0%, #7630ea 50%, #01d9a6 100%);
    background: -webkit-gradient(linear, left bottom, right top, from(#eb3474), color-stop(50%, #7630ea), to(#01d9a6));
    background: -webkit-linear-gradient(bottom left, #eb3474 0%, #7630ea 50%, #01d9a6 100%);
    background: -o-linear-gradient(bottom left, #eb3474 0%, #7630ea 50%, #01d9a6 100%);
    background: linear-gradient(135deg, rgba(235, 52, 116, 1) 0%, rgba(118, 48, 234, 1) 50%, rgba(1, 217, 166, 1) 100%);
    background-size: 100% 60%;
    background-repeat: no-repeat;
}
.first_inner{
  width: 1280px;
  height: 320px;
  margin: 0 auto;
  background-image:url("../images/bg-gen11-01.png") ;
  background-repeat: no-repeat;
  background-position: bottom 25px right 10px;
  background-size: 500px;
  padding: 0 10px;
  box-sizing: border-box;
}
.first_title{
  height: 295px;
}
.title_inner {
    display: flex;
    flex-direction: row;
    height: 295px;
    gap: 5%;
    flex-wrap: wrap;
    align-content: space-between;
}
.first_title .text_container {
    padding: 75px 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.text_container .btnarea{
  text-align: center;
}
.first_title .btn-primary{
  font-size: 20px;
  font-weight: bold;
}
.maincontent{
  width: 1280px;
  margin: 0 auto;
}
section{
  width: 1260px;
  margin: 0 auto 60px;
}
.logo_container{
  padding: 10px 0 10px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.logo_container:nth-of-type(3){
    width: 100%;
    padding: 0 0 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.logo_container:nth-of-type(3) img {
    background-color:#ffffff;
}
img.hpelogo {
    margin: 30px;
}
ul.list {
  padding-left: 1em;
  margin-left: 1em;
}
ul.list li{
  list-style-type: disc;
}
/*List数字を円で囲む decimal IN circle*/
ol.decimalINcircle {
  counter-reset: decimal-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.decimalINcircle > li {
  padding-left: 1.6em;
  position: relative;
  list-style-type: none;
}
ol.decimalINcircle > li:before {
  content:counter(decimal-counter, decimal);
  counter-increment: decimal-counter;
  background-color: #ff8300;
  color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  width: 1.5em;
  font-size: 95%;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
}
ol.decimalINcircle ol{counter-reset: childcounter;}
ol.decimalINcircle ol li {
  padding-left: 1.6em;
  position: relative;
  list-style-type: none;
}
ol.decimalINcircle ol li:before{
  content: counter(decimal-counter, decimal) counter(childcounter, decimal);
  counter-increment: childcounter;
  background-color: #ff8300;
  color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.7em;
  width: 1.7em;
  font-size: 85%;
  line-height: 2;
  padding: 1px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
/*================*/
.first_title .btn-primary img {
    display: inline-block;
    padding: 8px 15px;
    vertical-align: middle;
    width: 70px;
    height: auto;
}
/* intel xeon badge*/
/*.first_container .logo_container .badgecontainer{
  display: flex;
  width: 100%;
  max-width: 300px;
  align-items: center;
  font-size: 12px;
}*/
.logo_container:has(> .badgecontainer){  position: relative;}
.first_container .badgecontainer p {  margin: auto 10px;}
/*START optok sticker design
------------------------------------------*/
.optok_sticker div {
    line-height: 1.2;
    border-radius: 100vh;
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    display: flex;
    background-color: #ffffff;
    z-index: -1;
    justify-content: center;
    align-items: center;
}
.optok_sticker {
    position: relative;
}
.optok_sticker div {
    border: 4px solid #01a982;
    font-weight: bold;
}
/*  circle sticker オプ得用記述  */
.optok_sticker p {
  font-size: 14px;
  padding-bottom: 5px;
}
.optok_sticker div span:nth-of-type(3){
    line-height: 1;
    margin: 3px 0 -2px 0;
}
.optok_sticker div span:nth-of-type(4){
    line-height: 1;
}
.optok_sticker div span.fsize{
    font-size: 1.5em;
}
.latesttower .optok_sticker.tower_row div {
    top: -20px;
    right: 60px;
}
.latesttower .optok_sticker.tower_tall div {
    top: 20px;
    right: 60px;
}

/*START h tag design
------------------------------------------*/
h1{  
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}
.h1_description{
  font-size: 24px;
  line-height: 1.2;
  display: inline-block;
  color: #ffffff;
}
h2{
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.h2_description{  font-size: 18px;}
.h2-title{
/*  background-color: #0d5265;
  color: #ffffff;
  padding: 10px 105px 10px 0px;*/
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  box-sizing: border-box;
}

h3{
  font-weight: bold;
  font-size: 26px;
}
.h3-title{
  background-color: #32DAC8;
  padding: 10px 0px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
section.section06 h3, section.section07 h3{font-weight: normal;}
section.section06 .h3-title{
  background-color: #C140FF;
  padding: 10px 0;
  color: #fff;
}
section.section07 .h3-title{
  background-color: #7630EA;
  padding: 10px 0;
  color: #fff;
}
.h3_description{
  font-size: 18px;
}
h4{
  font-weight: bold;
  font-size: 20px;
}
.dashed-text-c {
  margin-bottom: 20px;
  padding-bottom: 16px;
  position: relative;
}
.dashed-text-c::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 35%;
  height: 6px;
  background: #01A982;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*START column design
------------------------------------------*/
/*Flex*/
.alignItemsCtr {  align-items: center;}
.flexWrap { flex-wrap: wrap;}
.flexgap10{gap: 10px;}
.flexgap20{gap: 20px;}
.flexgap30{gap: 30px;}

.columnflex, .columnflex *,
.column50-50Flex, .column50-50Flex *{ box-sizing: border-box;}
.columnflex, .column50-50Flex{ display: flex;}
.column50-50Flex > *{ flex: 0 1 auto;}
.column50-50Flex > *:first-child {  width: 50%;}
.column50-50Flex > *:last-child { width: 50%;}

/*START section00 
------------------------------------------*/
/*START section01 
------------------------------------------*/
.section01 .h3-title {
    background-color: #ffffff;
}
.section01 .flexbox{
  margin-top: 40px;
  column-gap: 20px;
  row-gap: 20px;
}
.section01 .latesttower .flexbox{
  margin-top: 40px;
  column-gap: 20px;
  row-gap: 80px;
}
.section01 .flexchild{
  font-size: 20px;
  align-content: center;
  padding: 5px;
}
.section01 .sect01colm {
  display: flex;
  column-gap: 40px;
  text-align: center;
  justify-content: space-evenly;
}
.sect01colm > .colm1 {
  background-color: #00B388;
  color: #ffffff;
}
.sect01colm > .colm2 {
  background-color: #FEC901;
}
.sect01colm > .colm1, .sect01colm > .colm2 {
  flex: 1 1 auto;
  text-align: center;
  width: 50%;
  padding: 10px 10px;
  font-size: 18px;
  display: inline-block;
  align-content: center;
}
.section01 .what-is, .section01 .oem-2025, .section01 .latesttower{
  margin-top: 60px;
}
.section01 .oem-2025{
  width: 80%;
  margin: 0 auto;
}
.oem-2025inr .columnflex > div.colm{
    padding: 10px;
    flex: 1;
}
.oem-2025inr .columnflex > div.colm:first-child{ border: #0D5265 4px solid;}
.oem-2025inr .columnflex > div.colm:nth-child(2){ border: #c140ff 4px solid;}
.oem-2025inr .columnflex > div.colm:last-child{ border: #7630ea 4px solid;}

.oem-2025inr .columnflex p.point{
  font-weight: bold;
  font-size: 30px;
  position: relative;
  margin-bottom: 10px;
}
.oem-2025inr .columnflex > div.colm p.point::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 4em;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  transform: translateY(-50%) translateX(-50%);
}
.oem-2025inr .columnflex > div.colm:first-child p.point::after {
  background-image: url(../images/img-section07-icon01.jpg);
}
.oem-2025inr .columnflex > div.colm:nth-child(2) p.point::after {
  background-image: url(../images/img-section07-icon05.jpg);
}
.oem-2025inr .columnflex > div.colm:last-child p.point::after {
  left: 6em;
  background-image: url(../images/img-section07-icon07-retail.jpg);
}
.latesttower .flexbox > .panel {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.windowsserver2025 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 10px;
    column-gap: 40px;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    box-sizing: border-box;
}
.windowsserver2025 > .win-2025inr {
    flex: 1 1 auto;
}
.windowsserver2025 > .win-2025inr:first-child {
    width: 30%;
    padding: 5px;
}
.windowsserver2025 > .win-2025inr:first-child  .title{
    font-size:18px;
    margin-bottom: 5px;
}
.windowsserver2025 > .win-2025inr .title {
    font-size: 15px;
}
.windowsserver2025 .win-2025list {
    padding: 10px 10px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    margin-left: 50px;
}
.windowsserver2025 .win-2025list::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -2em;
    transform: translateY(-50%) translateX(-50%);
    width: 30px;
    height: 30px;
}
.windowsserver2025 .win-2025list:first-child::before {
    background-image: url(../images/img-section07-icon09-security.jpg);
    background-size: 30px 30px;
}
.windowsserver2025 .win-2025list:nth-child(2)::before {
    background-image: url(../images/img-section07-icon08-saas.jpg);
    background-size: 30px 30px;
}
.windowsserver2025 .win-2025list:last-child::before {
    background-image: url(../images/img-section07-icon06-performance.jpg);
    background-size: 30px 30px;
}
/*START section02
------------------------------------------*/
.section02 h2 {
    margin-bottom: 60px;
}
.sect02colm1{
  display: flex;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.sect02colm1 > .colm1, .sect02colm1 > .colm2, .sect02colm1 > .colm3{}
.sect02colm1 .txtdeco01{
  border-bottom: 4px #FEC901 solid;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.sect02colm1 .icondeco {
  color: #FEC901;
  line-height: 1;
  font-size: 50px;
  font-weight: bold;
}
.sect02colm1 .txtdeco02 {
  background: #32DAC8;
  margin: 0 auto;
  max-width: 250px;
  width: 250px;
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.2;
}
.sect02colm1 .txtdeco02 .bold {
  font-size: 26px;
}
.sect02colm2{
    display: flex;
    column-gap: 10px;
    text-align: center;
    justify-content: space-evenly;
}
.sect02colm2 a{color: #fff;}
.sect02colm2 > .colm1, .sect02colm2 > .colm2 {
    flex: 1 1 auto;
    text-align: center;
    width: 50%;
    padding: 10px 10px;
    font-size: 26px;
}
.sect02colm2 > .colm1{
  background-color: #C140FF;
}
.sect02colm2 > .colm2{
  background-color: #7630EA;
}
.colminner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
a.linkWithArrow:hover{
  font-weight: bold;
}
/*START section03
------------------------------------------*/
.section03 p.panertitle{
  text-align: center;
  font-size: 23px;
  margin-bottom: 20px;
 }
.section03 p.txt{
  text-align: justify;
  font-size: 16px;
  margin-bottom: 30px;
}
.sect03colm1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    font-size: 16px;
    column-gap: 10px;
}
.sect03colm1 img.colmimage{
  max-width: 350px;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
/*START section04
------------------------------------------*/
.section04 p.txt{
  text-align: justify;
  font-size: 16px;
}
.section04 .img_container {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: -20px;
}
.section04 .img_container img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

/*START section05
------------------------------------------*/
.section05 > p.txt{
  text-align: justify;
  font-size: 16px;
  margin-bottom: 30px;
}
.sect05colm1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.sect05colm1 > .colm1, .sect05colm1 > .colm2, .sect05colm1 > .colm3 {
    width: 33%;
    border-left: 1px solid #ccc;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.sect05colm1 > .colm1 > *, .sect05colm1 > .colm2 > *, .sect05colm1 > .colm3 > *{
  flex: 0 1 auto;
}
.sect05colm1 > .colm1:first-child{
  margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.sect05colm1 .colmtitle{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.sect05colm1 p.txt{
  font-size: 16px;
  margin-bottom: 20px;
}
.sect05colm1 span.txtdeco {
    font-size: 30px;
    font-weight: bold;
}
.sect05colm1 .smallarea{
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.section05 .img_container img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1000px;
}
/*START section06
------------------------------------------*/
.productlist01 .listtitle, .productlist02 .listtitle{
  font-size: 23px;
  line-height: 1.4;
  text-align: center;
}
.rack_cards, .tower_cards, .sect06colm1 .product_list, .sect06colm2 .product_list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: center;
  justify-content: space-evenly;
  font-weight: bold;
  row-gap: 60px;
}
.rack_cards{  width: 80%;}
.tower_cards{  width: 80%;}
.rack_cards, .tower_cards{
  justify-content: space-around;
}
.sect06colm1{  margin: 30px 0 80px;}
.sect06colm2{  margin: 30px 0 0;}
.img_box_rack, .img_box_tower, .img_box_edge{
  max-width: 180px;
  width: 180px;
  height: 150px;
  display: flex;
  align-items: flex-end;
}
.productlist02 .img_box_rack,.productlist02 .img_box_edge{
  height: 85px;
  text-align: center;
  margin: 0 auto;
}
img.productimg {
  margin: 0 auto;
}
.img_box_rack img.productimg {
  max-width: 160px;
  width: 100%;
  height: auto;
}
.productlist01 .product_card:first-child .img_box_rack img.productimg {
    max-width: 150px;
    margin-bottom: 5px;
}
.productlist02 .product_card:first-child .img_box_edge img.productimg{
    max-width: 140px;
    height: auto;
    margin-bottom: 5px;
}
.img_box_tower img.productimg {
  max-width: 110px;
  width: 100%;
}
.section06 .textarea{  text-align: center;}
/*START section07
------------------------------------------*/
.section07 > p.txt, .what-is > p.txt, .oem-2025inr > p.txt{
  text-align: justify;
  font-size: 14px;
  margin-bottom: 30px;
}
.section07 .est_hpedp,.estcolm .est_hpedp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    row-gap: 20px;
    line-height: 1.2;
}
.est_hpedp_paner {
    width: 150px;
    max-width: 150px;
}
.section07 .icon_box, .estcolm .icon_box {
    margin-bottom: 10px;
}
img.iconimg{
  margin: 0 auto;
}
.sect07linkbox {
    width: 100%;
    max-width: 570px;
    background-color: #32DAC8;
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
    margin: 0 auto;
}
.section07 ul.list{
  margin: 30px 0; 
  padding-left: 1em;
  margin-left: 1em;
}
.section07 ul.list li{
  list-style-type:disc;
}
/*START section08
------------------------------------------*/
.section08 h4{
  margin-bottom: 30px;
}
.section08 > p.txt{
  margin-bottom: 30px;
}
.section08 .txt02{
  font-size: 20px;
}
section.section08{
  margin-bottom: 120px;
}
.sect08linkbox01 {
    max-width: 740px;
    width: 100%;
    background-color: #00B388;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 10px 5px;
    margin: 0 auto 50px;
    box-sizing: border-box;
}
.sect08linkbox02 {
    width: 100%;
    max-width: 500px;
    background-color: #32DAC8;
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
    margin: 0 auto;
}
.linkboxinner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*START footer
------------------------------------------*/
.footer_inner{
  width: 1280px;
  margin: 0 auto;
  text-align: center;
  height: 60px
}
ul.footer_list{
  list-style: none;
}
li.footer_item{
  display: inline-block;
}
.footer_inner .footer_list > li.footer_item{
  border-left: 1px solid #ccc;
  padding: 0px 10px;
}
.footer_inner .footer_list li:first-child {
  padding-left: 0px;
  border-left: none;
}
/*==================================================*/
@media (max-width: 1920px){
/*START contents
------------------------------------------*/
.contents{
  max-width: 1920px;
  width: 100%;
}
}

@media (max-width: 1280px) and (min-width: 812px){
  .logo_container{  margin-right: 1%;  }
  .logo_container img.hpelogo{
    width: 100px;
    height: 39px;
    margin: 20px;
  }
  /*section01*/
  .productlist02 .product_card {
    width:30%;
}
  /*section06*/
  .rack_cards {  width: 100%;}
}
/*==================================================*/
@media (min-width: 1280px){
/*START contents
---(max-width: 1280px)---------------------------------------*/
/*section06*/
.productlist02 .rack_cards{  width: 90%;}

}
@media (max-width: 1280px){
/*START contents
---(max-width: 1280px)---------------------------------------*/

.first_title{width: 100%;}
.maincontent{width: 100%;}
section{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
/*START h tag design (max-width: 1280px)
------------------------------------------*/
h1 {
  font-size: 28px;
  margin: 0 0 0px 0px;
}
.h1_description{ font-size: 22px;}
h2{ font-size: 24px;}
h3 { font-size: 24px;}
.h3_description { font-size: 16px;}
/*START contents (max-width: 1280px)
------------------------------------------*/
.tabHide{  display: none;}
.first_inner{
  width: 100%;
  background-position: bottom 60px right 10px;
  background-size: 320px;
}
.logo_container{
  padding: 30px 0px 30px 0px;
}
/*.first_container .logo_container .badgecontainer{
    position: absolute;
    bottom: 15px;
    width: 300px;
    left: 10px;
}*/
/*section01*/
.oem-2025inr .columnflex p.point {    font-size: 24px;}
.oem-2025inr .columnflex > div.colm p.point::after {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    left: 3em;
}
.oem-2025inr .columnflex > div.colm:last-child p.point::after{
  left: 5em;
}
/*section02*/
.sect02colm1 .txtdeco02 .bold{font-size: 24px;}
.sect02colm1 .txtdeco02{font-size: 16px;}
.sect02colm2 > .colm1, .sect02colm2 > .colm2{  font-size: 20px;}

/*section06*/
.rack_cards, .tower_cards, .sect06colm1 .product_list, .sect06colm2 .product_list{flex-wrap: wrap;}

.tower_cards{ width: 100%;}
/*START footer
---(max-width: 1280px)---------------------------------------*/
.footer_inner{width: 100%;}

}
/*==================================================*/
@media (min-width: 812px){
/*START contents
------------------------------------------*/
.img_box_rack, .img_box_tower, .img_box_edge{
    max-width: 160px;
    width: 100%;
}
.img_box_rack{height: 80px;}
.img_box_tower{}

}
/*==================================================*/
@media (max-width: 812px){
/*START h tag design
------------------------------------------*/
h1 {
  font-size: 20px;
  margin: 0 0 0px 0px;
}
.h1_description{    font-size: 16px;}
  h2, .dpcmpaignhere .dptxt{
  font-size: 20px;
  line-height: 1.2;
}
  h3{    font-size: 20px;}
  .section03 p.panertitle{    font-size: 20px;}
/*START contents (max-width: 812px)
------------------------------------------*/
.logo_container{
    padding: 10px 0px;
    height: auto;
    display: contents;
}
.logo_container img{
  width: 100%;
  height: auto;
  max-width: 78px;
}
.title_inner{
  display: flex;
}
.first_title .text_container{
  padding: 75px 0 10px 0;
  justify-content: space-around;
  width: 100%;
}
.first_inner{
  background-position: bottom 75px right 10px;
    background-size: 260px;
  position: relative;

}
.first_title{
  width: 100%;
  text-align: center;
}
.first_title .btn-primary{
  font-size: 14px;
  padding: 5px 15px;
}
.first_title .btn-primary img{
  padding: 4px 15px;
  width: 50px;
}
.first_title .text_container p {}
.first_title .text_container p:first-child{
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 105px;
    margin-bottom: 10px;
}
.text_container p.btnarea {
    position: absolute;
    bottom: 88px;
    left: 10px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}
.spHide{  display: none;}
img.hpelogo {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 15px;
}
/* intel xeon badge*/
.first_container{  margin: 0 0 20px;}
/*.first_container .logo_container .badgecontainer {
    bottom: 50px;
    color: #000000;
    text-align: left;
    flex-direction: row;
    right: auto;
    left: 10px;
    position: absolute;
}*/
/*START column design (max-width: 812px)
------------------------------------------*/
.column50-50Flex{ flex-direction: column;}
.column50-50Flex:not(*[class*="fix"]) > *{  max-width: 100%;  flex-shrink: 0;}
/*START section00 (max-width: 812px)
------------------------------------------*/
/*START section01 (max-width: 812px)
------------------------------------------*/
.column50-50Flex > *:first-child {  width: 100%;}
.column50-50Flex > *:last-child { width: 100%;}
.section01 .flexchild { font-size: 16px;}
.section01 .sect01colm {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .section01 .colminner{  flex-direction: column  }
  .latesttower .optok_sticker.tower_row div {
      right: 50px;
      top: 20px;
  }
  .latesttower .optok_sticker.tower_tall div{
      right: 50px;
      top: 20px;
  }
  .optok_sticker div{
      width:80px;
      height:80px;
  }
  .optok_sticker p {    font-size: 12px;}
  .latesttower .flexbox > .panel {
      line-height: 1.2;
      font-size: 14px;
  }
  .latesttower .flexbox > .panel img {
      max-width:120px;
      height:auto;
  }
  .latesttower picture {
      margin-top:60px;
      margin-left: 20px;
  }
  .section01 .oem-2025 {  width: 100%;}
  .oem-2025 .columnflex {
      flex-direction: column;
      row-gap: 10px;
  }
/*START section02 (max-width: 812px)
------------------------------------------*/
.section02 h2{
  margin-bottom: 30px;
}
.sect02colm1{
  flex-direction: column;
  row-gap: 30px;
}
.sect02colm1 .icondeco{
  font-size: 30px;
}
.sect02colm1 > .colm1, .sect02colm1 > .colm2, .sect02colm1 > .colm3{
  width: 100%;
}
.sect02colm1 .txtdeco02{
  max-width: 100%;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 10px;
  font-size: 14px;
}
.sect02colm1 .txtdeco02 .bold{
  width: 100%;
  font-size: 18px;
}
.sect02colm2 {
    flex-direction: column;
    row-gap: 30px;
}
.sect02colm2 > .colm1, .sect02colm2 > .colm2{
  padding: 10px 5px;
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
}
/*START section03 (max-width: 812px)
------------------------------------------*/
.sect03colm1{
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
}
/*START section04 (max-width: 812px)
------------------------------------------*/
.section04 .img_container{font-size:16px;}
.section04 .img_container img, .section05 .img_container img{ max-width: 350px;}

 /*START section05 (max-width: 812px)
------------------------------------------*/ 
.sect05colm1{
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    text-align: center;
}
.sect05colm1 > .colm1, .sect05colm1 > .colm2, .sect05colm1 > .colm3{
  width: 100%;
  border-left: none;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #ccc;
}
.sect05colm1 .colmtitle, .sect05colm1 p.txt{  margin-bottom:0;}
.sect05colm1 .smallarea{  justify-content: center;}
 /*START section06 (max-width: 812px)
------------------------------------------*/ 

.productlist01 .listtitle, .productlist02 .listtitle{  font-size: 18px;}
.rack_cards {  width: 100%;}
.img_box_rack, .img_box_edge{
    height: 100px;
    width: 100%;
    max-width: 260px;
    min-width: 260px;
}
.img_box_tower{
    max-width: 260px;
    min-width: 260px;
}
.productlist02 .img_box_rack{}
/*section06*/
.productlist02 .rack_cards{  width: 100%;}

 /*START section07 (max-width: 812px)
------------------------------------------*/ 
.sect07linkbox, .sect08linkbox01, .sect08linkbox02{  font-size: 20px;}
.section07 .est_hpedp{  justify-content: center}
.est_hpedp_paner{
  width: 49%;
  max-width: 100%;
}
 /*START section08 (max-width: 812px)
------------------------------------------*/
.section08 .txt02{
  font-size: 20px;
  line-height: 1.4;
}
}

/*==================================================*/
@media (max-width: 375px){
/*START contents (max-width: 375px)
------------------------------------------*/
.logo_container {
}
.logo_container img {    max-width: 70px;}
/*.first_container .logo_container .badgecontainer{
  top: 200px;
  width: 100%;
  max-width: 260px;
  align-items: start;
  bottom: auto;
}*/
.logo_container .badgecontainer img {    width: 40px;}
.text_container p.btnarea {    bottom: 90px;width: auto;}
.first_inner{
  background-position: bottom 100px right 10px;
  background-size: 180px;
}
.first_title .text_container p:first-child {
    height: auto;
    margin-left: auto;
}
.first_title .text_container {
    padding: 75px 0 10px 0;
}
h1{font-size: 17px;}
.h1_description{ font-size: 14px;}
h2, .dpcmpaignhere .dptxt{font-size: 17px;}
.h2-title{padding: 10px 5px 10px 5px}
h3{font-size: 17px;}
  .sect01colm > .colm1, .sect01colm > .colm2, .latesttower .btn,
  .sect07linkbox, .sect08linkbox01, .sect08linkbox02,
  .sect02colm2 > .colm1, .sect02colm2 > .colm2{font-size: 14px;}
/*section01*/
.latesttower .flexbox > .panel:first-child img{    max-width:100px;}
.latesttower .flexbox > .panel:last-child img{    max-width:70px;}
.latesttower picture{    margin-left: 40px;}
.latesttower .optok_sticker.tower_row div { right: 20px; top: 20px;}
.latesttower .optok_sticker.tower_tall div{ right: 5px; top: 20px;}
/*section06*/
.img_box_rack, .img_box_tower, .img_box_edge{
    min-width: 180px;
    width: 100%;
}
.img_box_rack img.productimg, .img_box_tower img.productimg, .img_box_edge img.productimg {
    height: auto;
}
/* ======end====== */
}
