@charset "utf-8";
body {
    font-family: Arial, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}
.pc_view {
    display: block;
}
.sp_view {
    display: none !important;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.box {
    width: 300px;
    padding: 20px 20px 20px 20px;
    margin: 0 0 20px 0;
    background: #FFF;
    box-sizing: border-box;
    list-style: none;
    border-radius: 10px;
    color: black;
    box-shadow: 0 0 8px gray;
}
.box p.title {
    /* border-bottom: 1px solid #90C6F9; */
    font-size: 120%;
    margin-bottom: 10px;
    text-decoration: underline;
    text-decoration-color: #90C6F9;
    font-weight: bold;
    text-align: center;
}
.box p.TextStyle1, .columnbox .textbox .TextStyle1, .card .TextStyle1 {
    font-size: 100% !important;
    margin-bottom: 0px;
}
.box p.submit {
    font-size: 80% !important;
    text-align: center;
    background-color: #4D4D4D;
    color: white;
    padding: 5px 15px 5px 5px;
    background-image: url("/-/media/sp/hci/image/renewal202107/arrow_link.png");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: auto;
}
/* ポイントエリア */
.columnbox {
    display: flex;
    margin-bottom: 45px;
}
.Section#recommend .columnbox {
    margin-bottom: 20px;
}
.Section#recommend .columnbox .TextStyle1 {
    margin: 0 !important;
}
.columnbox.reverse {
    display: flex;
    flex-direction: row-reverse;
}
.columnbox .img {
    width: 40%;
    display: flex;
    flex-direction: row-reverse;
    /*z-index: 500;*/
    z-index: 1;
}
.columnbox.reverse .img {
    width: 40%;
    display: flex;
    flex-direction: row;
    /*z-index: 500;*/
}
.columnbox.normal .img {
    text-align: right;
}
.columnbox.normal.reverse .img {
    text-align: left;
}
.columnbox .img .ImgOnlyStyle {
    width: 300px;
}
.columnbox .img .ImgOnlyStyle img {
    width: 100%;
}
.columnbox .textbox {
    width: 60%;
    margin-right: -200%;
    display: flex;
    flex-direction: column-reverse;
}
.columnbox.reverse .textbox {
    width: 60%;
    margin-left: -200%;
    margin-right: 0px;
    display: flex;
    flex-direction: row-reverse;
    flex-direction: column-reverse;
}
.columnbox .textbox .innerarea {
    background-color: #EBF0F3;
    height: 170px;
    padding-top: 40px;
    padding-left: 50px;
    padding-bottom: 40px;
    margin-left: -30px;
}
.columnbox.reverse .textbox .innerarea {
    background-color: #EBF0F3;
    height: 170px;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row-reverse;
    margin-right: -30px;
}
.columnbox .textbox .innertext {
    width: 550px;
}
.columnbox .textbox .p_icon {
    font-size: 0.9em;
    color: #8CC7FE;
    font-weight: bold;
}
.columnbox .textbox .title {
    font-size: 1.7em;
    font-weight: bold;
    color: #4D4D4D;
}
#support {
    background-color: #E5EEF3;
}
.support {
    /* box-shadow: 0 0 8px gray; */
    padding: 20px 2% 20px 2%;
    width: 96%;
    margin: 0 auto;
    /* border-radius: 10px; */
    background-color: transparent;
    text-align: center;
    font-size: 130%;
}
.support span {
    text-decoration: underline;
    text-decoration-color: #90C6F9;
    font-weight: bold;
}
/* ケースアエリア */
.columnbox.type_card {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.card {
    width: 45%;
    padding: 20px;
    box-shadow: 0 0 8px gray;
    border-radius: 10px;
}
.card a {
    display: block;
    width: 100%;
    height: 100%;
}
.card a:link, .card a:link * {
    text-decoration: none !important;
}
.columnbox.type_card .card a .title {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: #8cc7fe 2px solid;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.columnbox.type_card .card a .title span, .columnbox.type_card .card a .detail {
    color: #4D4D4D !important;
}
.columnbox.type_card .card img {
    width: 80%;
}
.columnbox.type_card .card .TextStyle1 {
    margin-bottom: 15px;
}
.columnbox.type_card .card .detail {
    width: 110px;
    margin: 0 auto;
    text-align: center;
    padding-right: 16px;
    background-image: url("/-/media/sp/hci/image/renewal202107/arrow_case.png");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: auto;
}
.columnbox.type_card .card .detail.long {
    width: 220px;
}
/* ニュースエリア */
.Section h2.excep {
    text-align: left !important;
    font-size: 2em;
    padding: .5em 0;
}
#Contents h2.excep:after {
    left: -20px;
}
#Contents p.subtitle {
    text-align: center;
}
#Contents p.subtitle.excep {
    text-align: left;
}
#news dl {
    display: flex;
}
#news dl dt {
    padding-left: 100px;
    width: 150px;
}
#news dl dt.notice {
    padding-left: 100px;
    width: 150px;
    background-image: url("/-/media/sp/hci/image/renewal202107/ico_news.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
}
#news dl dt.seminar {
    padding-left: 100px;
    width: 150px;
    background-image: url("/-/media/sp/hci/image/renewal202107/ico_seminar.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
}
#news dl dd {
    width: 700px;
}
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
    opacity: 0;
}
/*==================================================
ふわっ
===================================*/
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.flex .box a, .flex .box a:hover, .flex .box a:hover .TextStyle1, .flex .box a:hover .submit {
    text-decoration: none;
}
.flex .box a .title {
    color: black;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* 20210712作成分 */
/* ブランディング */
.branding {
    height: 450px;
    background-image: url("/-/media/sp/hci/image/renewal202107/branding.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.brandingD {
    height: 450px;
    background-image: url("/-/media/sp/hci/products/dell/images/bg1.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
/* #Contents.products .branding {
  height: 450px;
  background-image: url("/-/media/sp/hci/image/renewal202107/branding_products.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
} */
#Contents.products .branding {
    /* height: 450px;
  background-image: url("/-/media/sp/hci/image/renewal202107/branding_products_one.png");
  background-position: right 20% center;
  background-repeat: no-repeat;
  background-size: auto; */
    background-image: none;
    overflow: hidden;
}
#Contents.products .branding .text {
    display: flex;
    align-items: center;
}
#Contents.products_list .branding {
    height: 300px;
    background-image: none;
    display: flex;
    align-items: center;
    background-color: #333333;
}
#Contents.products_list .branding .Inner {
    width: 965px;
    margin: 0 auto;
}
.branding .text {
    margin: 0 auto;
    /*width: 500px;*/
    text-align: center;
}
#Contents.products .branding .text {
    margin-left: 0px;
    width: 40%;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 25px 50px 25px 50px;
}
#Contents.products .branding .text .title, #Contents.products .branding .text .category {
    color: white;
}
#Contents.top .slidebody a:link, #Contents.top .slidebody a:link *, #Contents.top .slidebody a .text .title, #Contents.top .slidebody a .text .category, #Contents.top .slidebody a .text .description {
    color: white !important;
    text-decoration: none;
}
#Contents.products.use .branding .text {
    margin-left: 0px;
}
#Contents.products .branding .img {
    width: 55%;
}
#Contents.products_list .branding .text {
    margin-left: 75px;
    /*width: 500px;*/
    text-align: left;
}
#Contents.products_list .branding .text .title {
    min-height: 80px;
    height: auto;
    width: auto;
}
#Contents.products_list .branding .text .title {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_SupermicrovSAN.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: transparent;
}
#Contents.products_list .branding .text .title.nutanix {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_Nutanix.png");
    background-size: auto !important;
}
#Contents.products_list .branding .text .title.simplivity {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_HPE_SimpliVity.png");
    background-size: auto !important;
}
#Contents.products_list .branding .text .title.vxrail {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_DellEMC_VxRAIL.png");
    background-size: auto !important;
}
#Contents.products_list .branding .text .title.smc {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_SMC.png");
    background-size: auto !important;
}
#Contents.products_list .branding .text .title.stratus {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_Stratus.png");
    background-size: auto !important;
}
#Contents.products_list .branding .text .title.stack_hci {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_AzureStackHCI.png");
    background-size: auto !important;
}
#Contents.products_list .branding .text .title.dp4400 {
    background-image: url("/-/media/sp/hci/products/hpprinter/image/title_HP.png");
}
#Contents.products_list .branding .text .title.power_scale {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_PoweScale.png");
}
#Contents.products_list .branding .text .title.power_store {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_PowerStore.png");
}
#Contents.products_list .branding .text .title.tintri {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_Tintri.png");
    background-size: auto !important;
}
#Contents.products_list .branding .text .title.netapp {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_NerApp.png");
    background-size: auto !important;
}
#Contents.products_list .branding .text .title.rubrik {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_Rubrik.png");
    background-size: auto !important;
}
#Contents.products_list .branding .text .title.vsp {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_VSP.png");
    background-size: auto !important;
    min-height: 73px;
}
#Contents.products_list .branding .text .title.hitachihci {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_hitachihci.png");
    background-size: auto !important;
    min-height: 73px;
}
#Contents.products_list .branding .text .title.h8v {
    background-image: url("/-/media/sp/hci/image/renewal202107/title_ha8000v.png");
    background-size: auto !important;
    min-height: 73px;
}
#Contents .ha8000v .branding {
    background-image: url("/-/media/sp/hci/image/renewal202107/main_ha8000v.png");
    background-size: auto !important;
    z-index: 10;
}
#Contents .hitachivsp .branding {
    background-image: url("/-/media/sp/hci/image/renewal202107/main_hitachivsp.png");
    background-size: auto !important;
    z-index: 10;
}
#Contents .hitachihci .branding {
    background-image: url("/-/media/sp/hci/image/renewal202107/main_hitachihci.png");
    background-size: auto !important;
    z-index: 10;
}
#Contents.products_list .branding .text .description {
    color: white;
    text-align: left;
}
#Contents.products_list .Section.simplivity {
    background-color: white;
}
.branding .text .category {
    font-weight: bold;
    color: black;
}
.branding .text .title {
    font-size: 220%;
    font-weight: bold;
    color: black;
    text-align: left;
}
.slider .text .title {
    font-size: 220%;
    font-weight: bold;
    color: black;
    text-align: center;
}
.slider .text .title.white {
    color: white !important;
    text-align: left !important;
}
.slider .text .title.white.center, .slider .title.white.center + .description {
    text-align: center !important;
}
.slider .text .description {
    text-align: center;
}
.slider .text.n2 .description, .slider .text.n3 .description, .slider .text.n4 .description {
    text-align: left;
}
/* ページ内リンク */
.inner_nav {
    padding-top: 15px;
    padding-bottom: 15px;
    /* background-color: rgb(0, 0, 0, 0.5); */
    background-color: #333333;
    margin-top: -85px;
    position: relative;
    /*z-index: 10000;*/
    z-index: 90;
}
.inner_nav ul {
    display: flex;
    justify-content: space-around;
    width: 600px;
    margin: 0 auto;
}
#Contents.products .inner_nav ul {
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto;
}
#Contents.products.use .inner_nav ul {
    width: 895px;
}
.inner_nav ul li a {
    color: white;
    padding-right: 25px;
    background-image: url("/-/media/sp/hci/image/renewal202107/arrow_innerlink.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
}
/* section1 */
.Section#about {
    /* background-color: #FAFAFA; */
    background-image: url("/-/media/sp/hci/image/renewal202107/bg_about.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Section#point {
    background-color: #FBFCF4;
}
.Section#case {
    background-color: transparent;
}
.Section#news {
    background-color: #FAFAFA;
}
#Contents h2, p.subtitle {
    position: relative;
    margin: 0;
    padding: 0 0 2px;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    background: 0;
    overflow: hidden;
}
p.subtitle {
    margin-bottom: 20px;
}
#Contents h2.ScrollAnimation {
    font-size: 130%;
    color: #B4B3B3;
    line-height: 120%;
    margin-bottom: 10px;
}
#Contents.products h2.ScrollAnimation {
    font-size: 200%;
    color: black;
    line-height: 160%;
    margin-bottom: 30px;
    font-weight: normal;
}
#Contents.products_list p.TextStyle1.read {
    font-size: 160% !important;
    color: black;
    line-height: 160%;
    margin-bottom: 30px !important;
    font-weight: normal;
    margin-top: 40px;
}
#Contents.products_list p.TextStyle1.read.bottom span.out {
    background: linear-gradient(to right, #9F97C0, #99D1F7);
    padding-bottom: 3px;
}
#Contents.products_list.smc p.TextStyle1.read.bottom span.out, #Contents.products_list.ha8000v p.TextStyle1.read.bottom span.out {
    background: linear-gradient(to right, #7FCDDD, #C5F1EF);
    padding-bottom: 3px;
}
#Contents.products_list p.TextStyle1.read.bottom.azure span.out {
    background: linear-gradient(to right, #FFC7FF, #FFF5AA);
    padding-bottom: 3px;
}
#Contents.products_list p.TextStyle1.read.bottom span.cover {
    background-color: white;
}
#Contents h2.Animated:after {
    width: 50px;
    right: 50%;
}
#Contents h2:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 70%;
    bottom: 0;
    background: #90C6F9;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
#Contents.products h2:after {
    content: none;
}
#Contents.products .kadai {
    font-weight: bold;
    color: #4D4D4D;
    font-size: 130%;
    margin-bottom: 10px;
}
.point_box {
    background-color: #F7F8F2;
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
}
.point_box p {
    width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.point_box ul {
    padding-right: 20px;
}
ul.list_type1 li {
    padding-left: 23px;
    background-image: url("/-/media/sp/hci/image/renewal202107/ico_list_bk.png");
    background-position: left top 6px;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 0.9em;
}
#Contents.use.task ul.list_type1 li {
    background-image: none;
    padding-left: 0px;
}
#Contents.use.task ul.list_type1 li a {
    background-image: url("/-/media/image/jp/r1/icon/icon_link_right_disabled.gif");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 0.9em;
    padding-right: 20px;
}
.columnbox.products {
    display: flex;
    justify-content: space-between;
}
.columnbox.products .list {
    width: 42%;
    background-color: #F6F6F6;
    padding: 3%;
    background-image: url("/-/media/sp/hci/image/renewal202107/ico_boxlink.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
}
.columnbox.products .list a {
    display: block;
    width: 100%;
    height: 100%;
}
.columnbox.products .list a, .columnbox.products .list a * {
    color: black;
}
.columnbox.products .list a:hover, .columnbox.products .list a:hover * {
    text-decoration: none;
}
.columnbox.products .list .name, .usezone .usebox .name {
    font-weight: bold;
    font-size: 145%;
    color: #010101;
}
.columnbox.products .list .TextStyle1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.0em;
}
.columnbox.products .list .icon, #Contents.products.use.task p.icon2 {
    width: 100px;
    color: white;
    font-size: 0.9em;
    padding: 5px;
    border-radius: 7px;
    background-color: #333333;
    text-align: center !important;
}
#Contents.products.use.task p.icon2 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 2px 5px 2px 5px;
}
.columnbox.products .list .list_type1 {
    margin-top: 5px;
}
.Section#server_products, .Section#strage_products {
    background-color: #EBF5F4;
}
.Section#server_products .columnbox.products .list, .Section#strage_products .columnbox.products .list {
    background-color: #FAFBFD;
}
.Section#cloud_products {
    background-color: #F8F7F2;
}
.Section#cloud_products .columnbox.products .list {
    background-color: #FDFDFB;
}
#Contents.products .Section .Inner .TextStyle1 {
    font-size: 1.1em;
}
#Contents.products_list .Section .Inner .TextStyle1 {
    font-size: 1.0em;
    margin-bottom: 40px;
}
#Contents.products_list .Section .Inner .point4 .TextStyle1 {
    font-size: 1.0em;
    margin-bottom: 0px;
}
#Contents.products_list .Section .Inner .point4 .ImgOnlyStyle img {
    width: auto;
}
#Contents.products_list .columnbox.consultation {
    display: flex;
    justify-content: space-between;
}
#Contents.products_list .columnbox.consultation.first {
    margin-bottom: 20px;
}
#Contents.products_list .columnbox.consultation.three .boxleft, #Contents.products_list .columnbox.consultation.three .boxcenter, #Contents.products_list .columnbox.consultation.three .boxright {
    width: 32%;
}
#Contents.products_list .columnbox.consultation .boxleft, #Contents.products_list .columnbox.consultation .boxcenter, #Contents.products_list .columnbox.consultation .boxright {
    background: linear-gradient(135deg, #CFCDF9, #C6E4FC);
}
#Contents.products_list .columnbox.consultation .list.top {
    /* background-color: #FCFBF6; */
    padding: 20px 15px 20px 15px;
    font-size: 1.0em;
}
#Contents.products_list .columnbox.consultation .list.top .list_type1 li {
    font-size: 1.0em;
}
#Contents.products_list .columnbox.consultation .list.top.text {
    display: flex;
    align-items: center;
}
#Contents.products_list .columnbox.consultation .ImgOnlyStyle {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 7px;
}
.boxleft, .boxright {
    min-height: 160px;
    padding: 50px 15px 0 15px;
}
.boxleft {
    margin-right: 3%;
    width: 47%;
}
.boxright {
    width: 47%;
    margin-left: 3%;
}
.Inner sup {
    font-size: 80%;
}
#Contents.products_list .columnbox.consultation .list.bottom {
    /* background-color: #F5FAFE; */
    font-size: 1.5em;
    height: auto;
    font-weight: bold;
    text-align: center;
}
#Contents.products_list .columnbox.consultation .list.bottom.excep {
    font-weight: normal;
}
#Contents.products_list .Section#features {
    background: linear-gradient(to bottom right, #A48BE5, #8DD8FF);
}
#Contents.products_list .Section#features.smc, #Contents.products_list.ha8000v .Section#features {
    background: linear-gradient(135deg, #c5f1ef, #c5f1ce 40%, #7fcddd);
}
#Contents.products_list .Section#features.stack_hci {
    background: linear-gradient(to bottom right, #fff4a9, #ffc7ff);
}
#Contents.products_list .Section#features .point4 {
    padding: 27px;
    background-color: rgb(255, 255, 255, 0.7);
    width: 84.5%;
    margin: 0 auto;
    margin-bottom: 15px;
}
#Contents.products_list .Section#features .Inner .read {
    margin-bottom: 0px !important;
}
#Contents.products_list .Section#features .Inner + .Inner {
    padding: 0em 3em 3em 3em;
}
#Contents.products_list .Section#features .point4 .areatop {
    display: flex;
    margin-bottom: 15px;
}
#Contents.products_list .Section#features .icon_point, #Contents.products_list .Section#lineup .icon_point {
    padding: 0px 5px;
    background-color: #000000;
    color: white;
    font-size: 0.9em;
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    max-height: 30px;
    height: auto;
    width: 76px;
    text-align: center;
}
.p_line.right img {
    width: 100%;
}
#Contents.products_list .Section#lineup .icon_point {
    margin-left: 20px;
    border-radius: 5px;
    width: 100px;
}
#Contents.products_list .Section#features .title, #Contents.products_list .Section#lineup .title {
    margin-left: 30px;
    font-weight: bold;
    font-size: 1.2em;
}
#Contents.products_list .Section#lineup table .bold {
    font-weight: bold;
    font-size: 1.2em;
}
#Contents.products_list .Section#lineup .title {
    text-align: center;
    margin-left: 0px;
    margin-top: 25px;
}
#Contents.products_list .Section#lineup .title.left {
    text-align: left;
}
#Contents.products_list .Section#lineup table.width_con1 th, #Contents.products_list .Section#lineup table.width_con1 td {
    width: 20%;
}
#Contents.products_list .Section#lineup .textarea {
    min-height: 110px;
    height: auto;
    background-image: url("/-/media/sp/hci/image/renewal202107/bg_blue.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 20px;
}
#Contents.products_list.smc .Section#lineup .textarea, #Contents.products_list.ha8000v .Section#lineup .textarea {
    min-height: 110px;
    height: auto;
    background-image: url("/-/media/sp/hci/image/renewal202107/bg_green.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 20px;
}
#Contents.products_list .Section#lineup .textarea h3 {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 20px;
    padding: 20px 20px 2px 20px;
}
#Contents.products_list .Section#lineup .textarea p.TextStyle1 {
    font-size: 0.9em;
    margin-left: 20px;
    padding: 0px 20px 20px 20px;
}
#Contents.products_list .Section#lineup th.white0 {
    border: 0px;
}
#Contents.products_list .Section#lineup th.white0 .ImgOnlyStyle {
    margin-bottom: 0px;
}
#Contents.products_list .Section#lineup th.white0 .ImgOnlyStyle img {
    width: 150px;
}
#Contents.products_list .Section.stratus#lineup th.white0 .ImgOnlyStyle img {
    width: 200px;
}
#Contents.products_list .Section#lineup .ImgOnlyStyle, #Contents.products_list .Section#lineup .DataTableStyle1, #Contents.products_list .Section#lineup .table_outer {
    margin-bottom: 55px;
}
#Contents.products_list .Section#lineup .DataTableStyle1.excep {
    margin-bottom: 10px;
}
#Contents.products_list .Section#lineup .ImgOnlyStyle.last, #Contents.products_list .Section.simplivity#lineup .DataTableStyle1 {
    margin-bottom: 0px;
}
#Contents.products_list .Section#lineup .cell1 {
    width: 7%;
}
#Contents.products_list .Section#lineup .cell2 {
    width: 22.5%;
}
#Contents.products_list .Section#lineup .cell3 {
    width: 20%;
}
#Contents.products_list .Section#lineup table.normal {
    width: 100%;
}
#Contents.products_list .Section#lineup .cell20 {
    width: 20%;
}
#Contents.products_list .Section#lineup .cell40 {
    width: 40%;
}
#Contents.products_list .Section.simplivity#lineup .cell1, #Contents.products_list .Section.stack_hci#lineup .cell1 {
    width: 20%;
}
#Contents.products_list .Section.simplivity#lineup .cell2 {
    width: 20%;
}
#Contents.products_list .Section#lineup .center {
    text-align: center;
}
#Contents.products_list .Section#lineup .DataTableStyle1 .blue {
    background-color: #0D7CB3;
    color: white;
}
#Contents.products_list .Section#lineup .DataTableStyle1 .green {
    background-color: #C0EAA3;
}
#Contents.products_list .Section#lineup .DataTableStyle1 .white0 {
    background-color: white;
}
#Contents.products_list .Section#lineup .DataTableStyle1 .white {
    background-color: #fefefa;
}
#Contents.products_list .Section#lineup .DataTableStyle1 .d_gray {
    background-color: #A5A5A5;
    color: white !important;
}
#Contents.products_list .Section#lineup .DataTableStyle1 .gray2 {
    background-color: #F6F6F6;
}
#Contents.products_list .Section#lineup .DataTableStyle1 .gray {
    background-color: #F1F1F1;
}
#Contents.products_list .Section#lineup .DataTableStyle1 .green2 {
    background-color: #F5F9F3;
}
#Contents.products_list .Section#lineup .DataTableStyle1 .sky {
    background-color: #A8D4EA;
}
#Contents.products_list .Section#lineup .DataTableStyle1 .sky2 {
    background-color: #F4FAFD;
}
#Contents.products_list .Section#lineup .DataTableStyle1 .border {
    background-color: #333333;
    color: white;
}
#Contents.products_list .Section#lineup .DataTableStyle1 th.blue.zero, #Contents.products_list .Section#lineup .DataTableStyle1 th.green, #Contents.products_list .Section#lineup .DataTableStyle1 th.sky {
    border: solid 1px white;
}
.CaseList > li .img > img {
    width: 100%;
    height: auto;
}
/* 20210712作成分ここまで */ ::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, .3);
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
}
.FatMenuWide {
    background-color: #555;
    padding: 1em 0;
}
.FatMenuLink > .FMLinkListStyle > li a:visited, .FatMenuLink > .FMLinkListStyle > li a:link, .FatMenuLink > .FMLinkListStyle > li a {
    color: #fff;
    font-size: 1.2em;
    background-image: none !important;
}
div#Contents, .GridSet, .Grid4 {
    width: 100%;
    margin: auto;
    overflow: visible;
    z-index: auto;
}
.PageTitleStyle3 {
    margin-bottom: 0;
}
.PageTitleStyle3 .Wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.PageTitleStyle3 .Inner {
    width: 100%;
    background: transparent;
    display: block;
    margin: auto;
    text-align: center;
}
.PageTitleStyle3 .Inner h1 {
    width: 965px;
    margin: auto;
    font-size: 2.2em;
    color: #3498c7;
    text-align: center;
    letter-spacing: 2px;
    padding: 20px 0 10px;
}
/*.PageTitleStyle3 .Inner h1>span {
	color: #3498c7;
}*/
.PageTitleStyle3 .Inner .label {
    width: 965px;
    margin: auto;
    text-align: left;
}
.PageTitleStyle3 .Inner .label_text {
    display: inline-block;
    padding: 8px 10px 5px;
    margin: 2em 0 1em;
    /* background-color: #0074ce; */
    color: #737373;
    /* font-weight: bold; */
    font-size: 1.1em;
    letter-spacing: 1px;
    border: 1px solid;
}
.PageTitleStyle3 .Inner .Read {
    width: 965px;
    margin: auto;
    font-size: 1.5em;
    color: #737373;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 2px;
}
/*TOP_Contact2*/
.Contact2 .TextStyle1 {
    width: auto;
    display: block;
    margin: auto;
}
.Contact2 a:before {
    content: url();
    /*width: 60px;*/
    height: 42px;
    margin: 0 1em 0 0;
    display: flex;
}
.Contact2 a:link, .Contact2 a:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    width: 400px;
    background: #fbd951;
    text-align: center;
    /* font-weight: bold; */
    text-decoration: none;
    /* border-radius: 10px; */
    box-sizing: border-box;
    padding: .5em 0;
    margin: 3em auto;
    transition: .08s ease-in;
    /* border: 1px solid #fffc91; */
    letter-spacing: 1px;
    font-size: 1.4em;
}
.Contact2 a:hover {
    background: #2de4cb;
    color: #fff !important;
}
/*TOP_Contact2--END*/
div.Section {
    width: 100%;
}
div.Section:before {
    content: "";
    display: block;
    clear: both;
    float: none;
}
div.Section {
    padding: 0 0 3em 0;
}
.Section > .Inner {
    width: 965px;
    margin: auto;
    padding: 5em 0 1em 0 !important;
    word-break: break-word;
}
.Section > .Inner + .Inner {
    padding: 1em 0 1em 0 !important;
}
.Section > .Inner + .Inner.excep {
    padding: 5em 0 1em 0 !important;
}
.Section h2 {
    text-align: center;
    font-size: 2em;
    padding: .5em 0;
}
@keyframes Start {
    0% {
        opacity: 0;
        padding-top: 30px;
    }
    15% {
        opacity: 1;
        padding-top: 0px;
    }
    100% {
        opacity: 1;
        padding-top: 0px;
    }
}
.Section .Inner h2 span.marker {
    background-image: -webkit-linear-gradient(transparent 60%, #fffda7 0%);
    background-image: -moz-linear-gradient(transparent 60%, #fffda7 0%);
    background-image: -ms-linear-gradient(transparent 60%, #fffda7 0%);
    background-image: -o-linear-gradient(transparent 60%, #fffda7 0%);
    background-image: linear-gradient(transparent 60%, #fffda7 0%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .3em;
    transition: all 2s ease;
    background-color: transparent;
    color: #987410;
    font-weight: normal;
    display: inline-block;
    font-size: 1em;
    padding: 0;
    letter-spacing: 1px;
}
.Section .Inner h3 {
    background: transparent;
    border: none;
    font-size: 2em;
    text-align: center;
    font-weight: normal;
    padding: 20px;
    letter-spacing: 1px;
}
.Section .Inner h3 span {
    color: #FF8043;
}
/*Description*/
.Section .Inner div.Description {
    margin: 50px 0;
}
.Section .Inner div.Description p {
    line-height: 1.6em;
    letter-spacing: .04em;
}
.Section .Inner div.Description h3 {
    color: #333 !important;
    font-size: 1.7em;
    display: flex;
    align-items: center;
    margin: 40px 0;
    background: none !important;
}
.Section .Inner div.Description h3:before, .Section .Inner div.Description h3:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #ababab;
    display: block;
}
.Section .Inner div.Description h3:before {
    margin-right: .4em;
}
.Section .Inner div.Description h3:after {
    margin-left: .4em;
}
.Btn_border {
    display: inline-block;
    padding: 10px;
    text-decoration: none !important;
    color: #67c5ff !important;
    border: solid 1px #67c5ff;
    transition: .4s;
    width: 45%;
    text-align: center;
    margin: 20px auto 0;
}
.Btn_border:hover {
    background: #67c5ff;
    color: #fff !important;
}
/*Description--END*/
/*Common_Contact*/
div.Contact {
    margin-top: 50px;
}
.Contact .TextStyle1 {
    width: 720px;
    display: block;
    margin: auto;
}
/*.Contact a:before {
    content: url();
    width: 60px;
    height: 42px;
    margin: 0 1em 0 0;
    display: flex;
}*/
.Contact a:link, .Contact a:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    ;
    color: #fff;
    width: 600px;
    background: #2EA0D2;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: none;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1em 0;
    margin: 1em auto;
    transition: .08s ease-in;
}
.Contact a:hover {
    background: #67c5ff;
    color: #fff !important;
}
/*Common_Contact--END*/
/*CurrentMenu*/
#Side {
    position: fixed;
    top: 300px;
    right: 0;
    width: 150px;
}
.menu {
    width: 150px;
    background: rgba(0, 175, 181, 0.5);
}
#Side ul {
    width: 200px;
    margin: 0 auto;
}
#Side ul li p {
    font-size: 80%;
    padding-left: 10px;
    color: #ffffff;
    font-weight: bold;
}
#Side ul li a {
    padding: 20px 0;
    display: block;
    text-decoration: none;
}
#Side ul li a:hover, #Side ul.menu li a.current {
    background: #003F83;
    color: #fff;
}
/* 横からスライド */
.columnbox.normal .sd {
    opacity: 0;
    transition: all .5s ease;
}
.columnbox.normal .sd.show {
    opacity: 1;
    transform: none;
}
.columnbox.normal .sd_bu {
    transform: translate(0, 300px);
}
/* フローティング */
#FloatingContacts.share-btns-wrapper {
    /*z-index: 2000!important;*/
}
#FloatingContacts li:first-child {
    width: 40%;
}
#FloatingContacts li:last-child {
    width: 40% !important;
}
#FloatingContacts button {
    background-color: #0071BC !important;
    background-image: none !important;
}
#FloatingContacts button:after {
    content: none !important;
}
#FloatingContacts form {
    /* background-color: rgb(144,144,144);
    background-color: rgba(144,144,144,0.7); */
    background-color: #4D4D4D;
}
.js-fix.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
#Contents.products_list .columnbox.consultation.four .boxleft, #Contents.products_list .columnbox.consultation.four .boxcenter, #Contents.products_list .columnbox.consultation.four .boxright {
    width: 24%;
}
#Contents.products_list.nutanix .columnbox.consultation .boxleft, #Contents.products_list.nutanix .columnbox.consultation .boxcenter, #Contents.products_list.nutanix .columnbox.consultation .boxright {
    width: 24%;
    background: linear-gradient(135deg, #CFCDF9, #C6E4FC);
}
#Contents.products_list.nutanix .columnbox.consultation.azure .boxleft, #Contents.products_list.nutanix .columnbox.consultation.azure .boxcenter, #Contents.products_list.nutanix .columnbox.consultation.azure .boxright {
    width: 24%;
    background: linear-gradient(135deg, #fff4a9, #ffc7ff);
}
#Contents.products_list.smc .columnbox.consultation .boxleft, #Contents.products_list.smc .columnbox.consultation .boxcenter, #Contents.products_list.smc .columnbox.consultation .boxright {
    width: 49%;
    background: linear-gradient(135deg, #c5f1ef, #c5f1ce 40%, #7fcddd);
}
#Contents.products_list.ha8000v .columnbox.consultation .boxleft, #Contents.products_list.ha8000v .columnbox.consultation .boxcenter, #Contents.products_list.ha8000v .columnbox.consultation .boxright {
    background: linear-gradient(135deg, #c5f1ef, #c5f1ce 40%, #7fcddd);
}
#Contents.products_list .columnbox.consultation.azure .boxleft, #Contents.products_list .columnbox.consultation.azure .boxright {
    background: linear-gradient(135deg, #fff4a9, #ffc7ff);
}
#Contents.products_list .columnbox.consultation.second .boxleft, #Contents.products_list .columnbox.consultation.second .boxright {
    width: 49%;
}
#Contents.products_list.dp4400 .columnbox.consultation .boxright, #Contents.products_list.dp4400 .columnbox.consultation .boxleft, #Contents.products_list.dp4400 .columnbox.consultation .boxcenter, #Contents.products_list.hitachivsp .columnbox.consultation .boxright, #Contents.products_list.hitachivsp .columnbox.consultation .boxleft, #Contents.products_list.hitachivsp .columnbox.consultation .boxcenter {
    background: linear-gradient(41deg, #c3ebf5, #c0afed);
}
#Contents.products_list.dp4400 p.TextStyle1.read.bottom span.out, #Contents.products_list.hitachivsp p.TextStyle1.read.bottom span.out {
    background: linear-gradient(to right, #e9caff, #ffdcd9 40%, #ffffc4);
    padding-bottom: 3px;
}
#Contents.products_list.dp4400 .Section#features, #Contents.products_list.hitachivsp .Section#features {
    background: linear-gradient(135deg, #c3ebf5, #c0afed);
}
#Contents.products_list .Section#features .ImgOnlyStyle {
    margin-bottom: 0;
    margin-top: 20px;
}
.tablebutton {
    width: 80%;
    border: 1px solid black;
    margin: 0 auto;
}
.tablebutton a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}
.Section#recommend .columnbox {
    display: flex;
    justify-content: space-between;
}
.columnbox .rec {
    width: 49%;
}
.columnbox .rec .ImgOnlyStyle {
    margin: 0;
}
.columnbox .rec img {
    width: 100%;
    margin: 0;
}
.columnbox .rec_bottom {
    background-color: #F5F5F5;
    padding: 15px;
}
.columnbox .rec_bottom .title {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 15px;
}
.Section#lineup .columnbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}
.Section#lineup .columnbox .p_line.left {
    width: 65%;
}
.Section#lineup .columnbox .p_line.right {
    width: 35%;
}
.Section#lineup .columnbox.bottom, .Section#lineup .columnbox.bottom .TextStyle1 {
    margin-bottom: 5px;
}
.excep_bold {
    font-weight: normal;
}
.icon {
    display: flex;
    justify-content: center;
}
.icon img {
    width: 20px;
    height: auto;
    margin-left: 10px;
}
.icon img:first-child {
    margin-left: 0px;
}
.miniicon {
    font-size: 0.9em;
    margin-right: 20px;
    padding-left: 25px;
}
.miniicon.windows {
    background-image: url("/-/media/sp/hci/image/renewal202107/ico_table_check01.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.miniicon.azure {
    background-image: url("/-/media/sp/hci/image/renewal202107/ico_table_check02.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.miniicon.stretch {
    background-image: url("/-/media/sp/hci/image/renewal202107/ico_table_star.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.RightAdjust {
    text-align: right;
}
#Contents.products .Section#hci_products {
    background-image: url("/-/media/sp/hci/image/renewal202107/bg_products01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#Contents.products .Section#server_products {
    background-image: url("/-/media/sp/hci/image/renewal202107/bg_products02.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}
#Contents.products .Section#cloud_products {
    background-image: url("/-/media/sp/hci/image/renewal202107/bg_products03.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}
#Contents.products .Section#strage_products {
    background-image: url("/-/media/sp/hci/image/renewal202107/bg_products04.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}
#Contents.products .branding > .Inner {
    width: 965px;
    margin: 0 auto;
    padding: 0em 0 5em 0px;
    word-break: break-word;
    /* display: flex; */
}
#Contents.products.use .branding > .Inner {
    width: 895px;
    padding: 4em 35px 3em 35px;
}
#Contents.products.task .branding > .Inner {
    width: 895px;
    padding: 2em 35px 2em 35px;
}
#Contents.products .inner_nav {
    padding-top: 15px;
    padding-bottom: 15px;
    /* background-color: rgb(25, 46, 77); */
    margin-top: -55px;
}
#Contents.products.use .inner_nav {
    padding-top: 15px;
    padding-bottom: 0px;
    background-color: transparent;
    margin-top: -150px;
}
#Contents.products.task .inner_nav {
    padding-top: 15px;
    padding-bottom: 0px;
    background-color: transparent;
    margin-top: -270px;
}
#Contents.products.use .inner_nav.type_b li {
    background-color: #333333;
    width: 32.5%;
}
#Contents.products.use .inner_nav.type_b li a {
    display: block;
    width: 87%;
    height: auto;
    padding-right: 10%;
    padding-left: 3%;
    padding-top: 12px;
    padding-bottom: 12px;
    background-position: right 6px center;
    text-align: center;
}
#Contents.products.task .inner_nav.type_b li a {
    display: block;
    width: 80%;
    height: auto;
    padding-right: 15%;
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 0.8em;
    line-height: 140%;
    background-image: url(/-/media/sp/hci/image/renewal202107/arrow_innerlink.png);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: auto;
}
#Contents.products.use .inner_nav.type_b ul {
    margin-bottom: 15px;
}
#Contents.products .Section#hci_products .subtitle {
    background-image: url("/-/media/sp/hci/image/renewal202107/img_hci_icon.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 70px;
}
#Contents.products .Section#server_products .subtitle {
    background-image: url("/-/media/sp/hci/image/renewal202107/img_smc_icon.png");
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 120px;
}
#Contents.products .Section#cloud_products .subtitle {
    background-image: url("/-/media/sp/hci/image/renewal202107/img_azure_icon.png");
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 50px;
}
#Contents.products .Section#strage_products .subtitle {
    background-image: url("/-/media/sp/hci/image/renewal202107/img_DP4400_icon.png");
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 50px;
}
#Contents.products.products .branding {
    height: 450px;
    background-image: url(/-/media/sp/hci/image/renewal202107/branding_products.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
#Contents.products.case .branding {
    height: 450px;
    background-image: url(/-/media/sp/hci/image/renewal202107/branding_case.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
#Contents.products.use .branding {
    height: 450px;
    background-image: url(/-/media/sp/hci/image/renewal202107/branding_function.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-start;
}
#Contents.products.task .branding {
    height: 520px;
    background-image: url(/-/media/sp/hci/image/renewal202107/branding_problems.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-start;
}
#Contents.products.case .branding .text, #Contents.products.use .branding .text {
    width: 35%;
    padding: 25px 50px 25px 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}
#Contents.products.case .branding .text .title, #Contents.products.case .branding .text .category, #Contents.products.use .branding .text .title, #Contents.products.use .branding .text .category {
    color: white;
}
#Contents.products.case .case_area .columnbox {
    display: block;
}
#Contents.products.case .case_area .columnbox .list {
    width: 100%;
    margin-bottom: 20px;
    background-image: none;
    padding: 0;
    border: 0px;
}
#Contents.products.case .case_area .columnbox .list a, #Contents.products.case .CaseList .list a {
    display: block;
    width: 94%;
    height: 100%;
    padding: 3% 3% 1% 3%;
}
#Contents.products.case .case_area .columnbox .list a .casetop, #Contents.products.case .CaseList .list a .incase {
    display: flex;
    justify-content: space-between;
}
#Contents.products.case .case_area .columnbox .list a .case_l {
    width: 56%;
}
#Contents.products.case .case_area .columnbox .list a .case_r {
    width: 30%;
}
#Contents.products.case .case_area .columnbox .list a .case_r img {
    width: 100%;
}
#Contents.products.case .case_area .columnbox .list .bottom.ImgOnlyStyle {
    margin-bottom: 0px;
}
#Contents.products.case .CaseList > li {
    font-size: 100%;
    cursor: auto;
}
/* #Contents.products.case .CaseList > li::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 40px;
    bottom: 5px;
    left: 50%;
    margin-left: -90px;
    background: url(/-/media/sp/hci/image/renewal202107/btn_more3.png) no-repeat center top;
    background-size: 100% auto;
    transition: all .4s cubic-bezier(0.34, 1.56, 0.64, 1);
} */
#Contents.products.case .CaseList > li img.morelink {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -90px;
    transition: all .4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: auto;
    height: auto;
}
.morelink {
    cursor: pointer;
    opacity: 1;
    transition: .08s ease-in;
}
.morelink:hover {
    opacity: .8;
}
.CaseList > li.active::before, .CaseList > li.active::after, .CaseList > li img.active {
    opacity: 0;
}
/* .CaseList > li .more {
    display: block!important;
    width: 70%;
} */
#Contents.products.case .CaseList > li.yes::before {
    content: none;
}
#Contents.products.case .CaseList > li.no::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 40px;
    bottom: 5px;
    left: 50%;
    margin-left: -90px;
    background: url(/-/media/sp/hci/image/renewal202107/btn_more.png) no-repeat center top;
    background-size: 100% auto;
    transition: all .4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#Contents.products.case .CaseList > li.no.make::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 40px;
    bottom: 5px;
    left: 50%;
    margin-left: -90px;
    background: url(/-/media/sp/hci/image/renewal202107/btn_more2.png) no-repeat center top;
    background-size: 100% auto;
    transition: all .4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#Contents.products.case .CaseList > li.link::after {
    content: none;
}
#Contents.products.case .CaseList > li:after {
    content: none;
}
#Contents.products.case .CaseList > li {
    background: #F2F2F2;
    border-radius: 0;
    border: 0px;
    box-shadow: none;
}
#Contents.products.case .CaseList > li .ind {
    color: #333333;
    font-size: 170%;
}
#Contents.products.case .CaseList > li .data dt {
    color: #333333;
    font-size: 100%;
}
#Contents.products.case ul.list li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #333333;
    border-radius: 4px;
}
#Contents.products.case .CaseList > li .data dd:before {
    content: none;
}
#Contents.products.case .CaseList > li .ind + .data {
    border-bottom: #CCC solid 1px;
}
#Contents.products.case .CaseList > li .data.moredata {
    border-bottom: #CCC solid 1px;
    border-top: #CCC solid 1px;
    padding-top: 7px;
    padding-bottom: 5px;
}
#Contents.products.case .CaseList > li {
    padding: 25px 20px 50px 20px;
}
#Contents.products.use .usebox {
    background-color: #F8F8F0;
    padding: 30px 40px 20px 40px;
    margin-bottom: 20px;
    position: relative;
    /*z-index: 1000;*/
}
#Contents.products.use .Section#cat1 h2, #Contents.products.use .Section#cat2 h2, #Contents.products.use .Section#cat3 h2, #Contents.products.use .Section#cat4 h2, #Contents.products.use .Section#cat5 h2, #Contents.products.task .Section#cat1 h2, #Contents.products.task .Section#cat2 h2, #Contents.products.task .Section#cat3 h2, #Contents.products.task .Section#cat4 h2, #Contents.products.task .Section#cat5 h2 {
    position: relative;
    /*z-index: 1000;*/
}
#Contents.products.task .usebox {
    background-color: #F8F8F0;
    padding: 30px 40px 20px 40px;
    margin-bottom: 20px;
    position: relative;
    /*z-index: 1000;*/
}
#Contents.products.task .usebox p {
    /*z-index: 1000;*/
}
#Contents.products.task .usezone {
    width: 100%;
}
#Contents.products.use .usezone.first, #Contents.products.task .usezone.first {
    position: relative;
}
#Contents.products.use .Section#cat1 .use_icon, #Contents.products.use .Section#cat5 .use_icon {
    position: absolute;
    top: -200px;
    right: 0;
    left: 0;
    margin: auto;
    /*z-index: 100!important;*/
    width: 120px;
}
#Contents.products.use .Section#cat2 .use_icon, #Contents.products.use .Section#cat4 .use_icon {
    position: absolute;
    top: -220px;
    right: 0;
    left: 0;
    margin: auto;
    /*z-index: 100!important;*/
    width: 120px;
}
#Contents.products.use .Section#cat3 .use_icon {
    position: absolute;
    top: -220px;
    right: 0;
    left: 0;
    margin: auto;
    /*z-index: 100!important;*/
    width: 100px;
}
#Contents.products.task .Section#cat1 .use_icon, #Contents.products.task .Section#cat3 .use_icon, #Contents.products.task .Section#cat4 .use_icon, #Contents.products.task .Section#cat5 .use_icon {
    position: absolute;
    top: -220px;
    right: 0;
    left: 0;
    margin: auto;
    /*z-index: 100!important;*/
    width: 120px;
}
#Contents.products.task .Section#cat2 .use_icon {
    position: absolute;
    top: -220px;
    right: 0;
    left: 0;
    margin: auto;
    /*z-index: 100!important;*/
    width: 100px;
}
#Contents.products.use .Section#cat1 .Inner, #Contents.products.use .Section#cat2 .Inner, #Contents.products.use .Section#cat3 .Inner, #Contents.products.use .Section#cat4 .Inner, #Contents.products.use .Section#cat5 .Inner {
    padding-top: 10em !important;
    padding-bottom: 1em !important;
}
#Contents.products.use .inner_nav.type_b ul.second {
    display: flex;
    justify-content: center;
    width: 950px;
    margin: 0 auto;
}
#Contents.products.task .inner_nav.type_b ul.second {
    display: flex;
    justify-content: center;
    width: 950px;
    margin: 0 auto;
}
#Contents.products.use .inner_nav.type_b ul.second li {
    margin-right: 12px;
}
#Contents.products.task .inner_nav.type_b ul.second li {
    margin-right: 12px;
}
#Contents.products.task .inner_nav.type_b ul.second li:last-child {
    margin-right: 0px;
}
#Contents.products.task .energy {
    /* background-color: rgba(0, 0, 0, 0.7); */
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 0px;
}
#Contents.products.task .energybox {
    width: 600px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    padding-top: 23px;
    padding-bottom: 18px;
    box-shadow: 0 0 8px silver;
}
#Contents.products.task .energybox .submit {
    width: 70%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #4D4D4D;
    margin: 0 auto;
}
#Contents.products.task .energybox .submit a {
    color: white;
    text-align: center;
    display: block;
    width: 100%;
    background-image: url("/-/media/sp/hci/image/renewal202107/arrow_link.png");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: auto;
}
#Contents.products.use .usezone .icon {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
#Contents.products.use .usezone .iconarea {
    display: flex;
    margin-top: 10px;
    width: 100%;
}
#Contents.products.use .usezone .iconarea .in_name {
    display: flex;
    flex-wrap: wrap;
    width: auto;
}
#Contents.products.use .usezone .icon dt, #Contents.products.use .usezone .iconarea .innerhead {
    background-color: #333335;
    color: white;
    padding: 3px 9px 3px 9px;
    border-radius: 5px;
    font-size: 0.9em;
    margin-right: 15px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
#Contents.products.use.task .usezone .iconarea .innerhead {
    background-color: #F0DD21;
    color: #1E324C;
}
#Contents.products.use .usezone .iconarea .innerhead {
    width: 90px;
}
#Contents.products.use.task .usezone .iconarea .innerhead {
    width: 150px;
}
#Contents.products.use .usezone .icon dd, #Contents.products.use .usezone .iconarea .innername, #Contents.products.case .list .innername {
    margin-right: 15px;
    /*width: 155px;*/
    width: auto;
    white-space: nowrap;
}
#Contents.products.use .usezone .iconarea .innername.order230, #Contents.products.case .list .innername.order230 {
    width: 230px;
}
#Contents.products.use .usezone .iconarea .innername.order255, #Contents.products.case .list .innername.order255 {
    width: 255px;
}
#Contents.products.use .usezone .icon dd a, #Contents.products.use .usezone .iconarea .innername a, #Contents.products.case .list .innername a {
    background-color: white;
    color: #4C4F4E;
    border-radius: 25px;
    border: #E6E6E3 1px solid;
    display: block;
    width: 94%;
    padding: 0px .5em;
    font-size: 1.0em !important;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
#Contents.products.case ul.list.nostyle li::before {
    content: none;
}
#Contents.products.use.task .usezone .iconarea a.innername {
    margin-right: 15px;
    width: auto;
    background-color: white;
    color: #4C4F4E;
    border-radius: 25px;
    border: #E6E6E3 1px solid;
    padding: 0px 3% 0px 3%;
    line-height: 170%;
    margin-bottom: 15px;
    font-weight: bold;
    text-decoration: none;
}
#Contents.products.use .usezone .iconarea .innername a:hover {
    background-color: #CCCCCC;
    color: #434343;
}
#Contents.products.use .syasen {
    background-image: linear-gradient(-45deg, #FFFFFF 25%, #F6F6F6 25%, #F6F6F6 50%, #FFFFFF 50%, #FFFFFF 75%, #F6F6F6 75%, #F6F6F6);
    background-size: 10px 10px;
}
#Contents.products.task #FloatingContacts .Inner.order {
    padding: 8px 0 1px !important;
}
/* slick */
.slick-slide img {
    margin: 0 auto;
    width: 100%;
}
.slick-slide {
    height: auto;
}
.slide_pc_view {
    display: block;
}
.slide_tab_view {
    display: none;
}
.slide_sp_view {
    display: none;
}
.slider + .inner_nav {
    position: relative;
    z-index: 1000;
}
.slidebody {
    position: relative;
}
.slidebody .text.n1 {
    position: absolute;
    top: 29%;
    right: 0;
    left: 0;
    margin: auto;
    width: 500px;
}
.slidebody .text.n2, .slidebody .text.n3 {
    position: absolute;
    top: 27%;
    right: 0;
    left: 0;
    margin: auto;
    width: 500px;
    text-align: left !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 25px 50px 25px 50px;
}
.slidebody .text.n4 {
    position: absolute;
    top: 27%;
    right: 0;
    left: 0;
    margin: auto;
    width: 600px;
    text-align: left !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 25px 50px 25px 50px;
}
.buttons {
    display: flex;
    justify-content: center;
    width: 100px;
    position: absolute;
    bottom: 72px;
    right: 0;
    left: 0;
    margin: auto;
    padding-right: 170px;
}
.buttons .button {
    margin: 8px 8px 11px 8px;
    /* border: 1px solid #000; */
    color: #000;
    padding: 2px 4px 2px 4px;
    text-align: center;
    /* width: 8em; */
    transition: all 300ms ease;
    font-size: 0.8em;
    display: flex;
}
.buttons .button:hover {
    cursor: pointer;
    /* background-color: #000;
  color: #fff;
  transition: all 300ms ease; */
}
.slickzone {
    position: relative;
}
.slick-dots li {
    position: relative;
    z-index: 1000;
}
.slick-dots {
    bottom: 80px;
    margin-left: 40px;
    width: 96%;
}
.slick-dots li button:before {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: black;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slick-prev:before, .slick-next:before {
    color: #000 !important;
}
.CaseList .list a {
    position: relative;
    /*z-index: 10000;*/
}
.slick-arrow {
    display: none !important;
}
.text_pc_view {
    display: block;
}
.text_sp_view {
    display: none;
}
/*202111 add*/
.hitachihci .Section#Download {
    background: #F2F2F2;
}
/**202111 add*/
.columnbox.products .list, .Flexbox.Tree li {
    position: relative;
}
.columnbox.products .list.new::before, .Flexbox.Tree li.new::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 5em solid transparent;
    border-right: 5em solid #e60027;
    position: absolute;
    z-index: 100;
}
.columnbox.products .list.new::after, .Flexbox.Tree li.new::after {
    content: "New!";
    display: block;
    top: 12px;
    transform: rotate(45deg);
    color: #fff;
    right: 3px;
    position: absolute;
    z-index: 101;
    font-size: 16px;
    font-weight: bold;
}
.Flexbox.Tree {
    width: calc((100% / 3) - 1.5em);
    box-sizing: border-box;
}
.Flexbox a:link .BannerText p, .Flexbox a:link .BannerText p span, .Flexbox a:visited .BannerText p, .Flexbox a:visited .BannerText p span {
    color: #fff;
    font-weight: bold;
    font-size: .9em;
}
.Flexbox .BannerText p span {
    display: block;
    font-weight: normal;
    font-size: .9em;
}
.Flexbox.Tree img {
    width: 100%;
}
.Flexbox .BannerText {
    padding: 1em;
    background: #3A3A3A;
}

/* レイアウトボックス */
.strength .layoutboxs {
    display: flex;
    flex-direction: column; 
    gap: 30px; 
}

.strength .layoutbox {
    display: flex; 
    flex-direction: row;
    align-items: flex-start;
    gap: 20px; 
}

.strength .layoutbox .img {
    flex-shrink: 0; 
    width: 300px; 
}

.strength .layoutbox .img img {
    width: 100%; 
    height: auto;
    display: block;
}


.strength .layoutbox .texts {
    flex-grow: 1; 
}

.strength .layoutbox h3 {
    font-size: 28px;
    font-weight: bold;
	padding: 0 ;
	text-align: left;
}

.strength .layoutbox .subt {
    font-size: 18px;
    font-weight: normal;
	color: #0064FF;
    margin-top: 0;
    margin-bottom: 5px;
}

.strength .layoutbox p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 767px) {
    .strength .layoutbox {
        flex-direction: column; 
    }

    .strength .layoutbox .img {
        width: 100%; 
    }
	.strength .layoutbox h3 {
		font-size: 30px!important;
	}
    .strength .layoutbox .subt,
    .strength .layoutbox p {
        text-align: left; 
    }
}
/* レイアウトボックスここまで */

@media screen and (max-width: 1258px) {
    .slidebody .text.n1 {
        top: 20%;
    }
    .slidebody .text.n2, .slidebody .text.n3 {
        top: 15%;
    }
    .slidebody .text.n4 {
        top: 18%;
    }
    .JS #Side {
        display: none !important;
    }
}
@media screen and (max-width: 994px) {
	br.PC {
    display: none;
  }
    .GridSet.req {
        width: 100%;
    }
    #Contents.top .columnbox .textbox .innertext {
        width: 99%;
    }
    .slick-dots {
        width: 95%;
    }
    .inner_nav {
        margin-top: -55px;
    }
    .slidebody .text.n2, .slidebody .text.n3, .slidebody .text.n4 {
        padding: 15px 50px 15px 50px;
    }
    .slider .text .title {
        font-size: 160%;
    }
    .slider .text .category, .slider .text .description {
        font-size: 0.9em;
        ;
    }
    #Contents.products.use.task .usezone .iconarea .innername {
        margin-bottom: 10px
    }
    #Contents.products.use .Section#cat1 .use_icon, #Contents.products.use .Section#cat4 .use_icon, #Contents.products.use .Section#cat5 .use_icon {
        top: -200px;
    }
    #Contents.products.use .Section#cat2 .use_icon, #Contents.products.use .Section#cat3 .use_icon {
        top: -210px;
    }
    #Contents.products.task .Section#cat1 .use_icon, #Contents.products.task .Section#cat3 .use_icon, #Contents.products.task .Section#cat4 .use_icon {
        top: -200px;
    }
    #Contents.products.task .Section#cat2 .use_icon, #Contents.products.task .Section#cat5 .use_icon {
        top: -210px;
    }
    #Contents.products.use .inner_nav.type_b ul.second {
        width: 100%;
    }
    #Contents.products.task .inner_nav.type_b ul.second {
        width: 100%;
    }
    #Contents.products.use .inner_nav.type_b li a {
        font-size: 0.8em;
    }
    #Contents.products.use .inner_nav ul {
        width: 100%;
    }
    #Contents.products.case .branding .text {
        width: 40%;
    }
    #Contents.products.case .CaseList > li {
        font-size: 90%;
    }
    #Contents.products.case .CaseList > li .ind {
        font-size: 130%;
    }
    #Contents .Section .Inner {
        padding: 5em 15px 1em 15px !important;
    }
    #Contents.products .inner_nav ul li {
        border-bottom: 1px transparent solid;
    }
    #Contents.products h2.ScrollAnimation {
        font-size: 180%;
    }
    .inner_nav {
        padding-right: 0%;
        padding-left: 0%;
    }
    #Contents.products .branding .text {
        margin-left: 0px;
    }
    #Contents.products .inner_nav {
        padding-right: 15px;
        padding-left: 15px;
    }
    #Contents.products .inner_nav.type_b {
        padding-right: 15px;
        padding-left: 15px;
    }
    #Contents.products .inner_nav ul {
        width: 100%;
    }
    #Contents.products .inner_nav ul li {}
    #FloatingContacts li {
        width: 40% !important;
    }
    .box {
        width: 30%;
        padding: 2%;
    }
    .JS #Contents, .JS .GridSet, .JS .Grid4 {
        padding: 0;
        margin: 0;
        width: auto;
    }
    .JS .PageTitleStyle3 .Inner div, .JS .PageTitleStyle3 .Inner h1, .JS .PageTitleStyle3 .Inner div .Read {
        width: auto;
        display: block;
    }
    .JS .Inner {
        padding: 1em;
        width: auto;
    }
    .JS .PageTitleStyle3 {
        height: auto;
    }
    .JS .PageTitleStyle3 h1 {
        line-height: 1.4;
        font-size: 2.3em;
        letter-spacing: 3px;
    }
    .JS .PageTitleStyle3 div.Branding img {
        width: 100%;
    }
    .JS .PageTitleStyle3 .Inner .Read {
        line-height: 1.2;
        width: auto;
        padding: 1em 0;
    }
    .JS div.ImgLeftAdjust img, .JS div.ImgRightAdjust img {
        width: 370px;
    }
    .JS div.Details_Btn {
        text-align: center;
        margin: 30px;
    }
    .JS a.Btn_border {
        width: 100%;
    }
    .JS .Section .Inner div.Description p {
        letter-spacing: normal;
        line-height: normal;
    }
    .JS .Section .Inner div.Description {
        margin: 0;
    }
    .JS .Description > div.ClearFix {
        margin: 0 20px 0;
    }
    .JS .Contact2 a:link, .Contact2 a:visited {
        width: 100%;
        margin: 3em auto;
    }
    #SiteSummary {
        width: 100%;
        margin: 0 auto;
        padding: 4px 270px 0 0;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
    .card {
        width: 44.3%;
        padding: 20px;
        box-shadow: 0 0 8px grey;
        border-radius: 10px;
    }
}
@media screen and (max-width: 767px) {
    #Contents.products.task .branding {
        height: 450px;
    }
    .slider .text .title {
        font-size: 200%;
    }
    .slider .text .category, .slider .text .description {
        font-size: 1.0em;
        ;
    }
    .slidebody .text.n1 {
        top: 35%;
        padding-right: 0%;
        padding-left: 0%;
    }
    .slidebody .text.n2, .slidebody .text.n3 {
        top: 30%;
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }
    .slidebody .text.n4 {
        top: 33%;
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }
    .slidebody .text div {
        padding-right: 2%;
        padding-left: 2%;
    }
    .JS #Side {
        display: none !important;
    }
    #Contents.products.task .energybox {
        width: 90%;
    }
    #Contents.products.home .branding {
        background-image: url("/-/media/sp/hci/image/renewal202107/branding_products_sp.png");
        background-position: center bottom;
    }
    #Contents.products.use .usezone .iconarea .innername {
        margin-top: 10px;
        width: 170px;
    }
    #Contents.products.use.task .usezone .iconarea .innername {
        margin-bottom: 0px;
    }
    #Contents.products.use .usezone .iconarea {
        display: block;
    }
    #Contents.products.task .energy {
        margin-top: 0px;
    }
    #Contents.products.use .inner_nav.type_b ul.second {
        display: block;
    }
    #Contents.products.task .inner_nav.type_b ul.second {
        display: block;
    }
    #Contents.products.use .inner_nav.type_b ul.second li {
        width: 100%;
    }
    #Contents.products.task .inner_nav.type_b ul.second li {
        width: 100%;
    }
    #Contents.products.use .branding .text {
        width: 45%;
    }
    #Contents.products.use .inner_nav.type_b {
        padding-top: 0px;
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    #Contents.products.use .inner_nav.type_b ul {
        display: block;
        margin-bottom: 0px;
    }
    #Contents.products.use .inner_nav.type_b ul li {
        width: 100%;
    }
    #Contents.products.case .branding .text {
        width: 50%;
        padding: 25px 5% 25px 5%;
    }
    #Contents.products .branding > .Inner {
        width: 100%;
        margin: auto;
        padding: 3em 0 3em 15px;
        word-break: break-word;
        display: flex;
    }
    .Section#lineup .columnbox {
        display: block;
    }
    .Section#lineup .columnbox .p_line.right, .Section#lineup .columnbox .p_line.left {
        width: 100%;
    }
    .Section#recommend .columnbox {
        display: block;
    }
    .Section#recommend .columnbox .rec {
        width: 100%;
        margin-bottom: 15px;
    }
    #Contents.products_list .Section.simplivity#lineup table {
        width: 1300px;
    }
    #Contents.products_list .Section.stack_hci#lineup table, #Contents.products_list .Section.powerscale#lineup table {
        width: 1100px;
    }
    #Contents.products_list .Section#lineup table.normal {
        width: 100%;
    }
    #Contents.products_list.smc .columnbox.consultation .boxleft, #Contents.products_list.smc .columnbox.consultation .boxcenter, #Contents.products_list.smc .columnbox.consultation .boxright, #Contents.products_list.ha8000v .columnbox.consultation .boxleft, #Contents.products_list.ha8000v .columnbox.consultation .boxcenter, #Contents.products_list.ha8000v .columnbox.consultation .boxright {
        width: 100%;
    }
    #Contents.products_list .Section#lineup .textarea h3 {
        font-size: 1.2em;
    }
    #Contents.products_list .Section#lineup .textarea p.TextStyle1 {
        font-size: 0.8em;
    }
    .inner_nav ul li a {
        font-size: 0.8em;
    }
    .flex {
        display: block;
    }
    .box {
        width: 96%;
        padding: 2%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #point .columnbox {
        padding: 0 0 0 0;
        display: block;
    }
    #point .columnbox .img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    #point .columnbox .img .ImgOnlyStyle {
        width: 300px;
        margin: 0 auto;
    }
    #news dl {
        display: block;
        margin-bottom: 20px;
    }
    #news dl dd {
        width: 100% !important;
    }
    .inner_nav ul {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: 0 auto;
    }
    .columnbox .textbox {
        width: 100%;
        margin-right: 0;
        display: block;
    }
    .columnbox.reverse .textbox {
        width: 100%;
        margin-left: 0;
        display: block;
    }
    .columnbox .textbox .innerarea, .columnbox.reverse .textbox .innerarea {
        background-color: #EBF0F3;
        height: auto;
        padding-top: 3%;
        padding-left: 3%;
        padding-bottom: 3%;
        padding-right: 3%;
        margin-left: 0;
    }
    .columnbox.reverse .textbox .innerarea {
        height: auto;
        display: block;
        margin-right: 0px;
    }
    .columnbox.type_card {
        display: block;
    }
    .card {
        width: 96%;
        padding: 2%;
        margin-bottom: 20px;
    }
    #news dl dt {
        padding-left: 80px;
        width: 25%;
    }
    #news dl dd {
        width: 70%;
    }
    .columnbox .textbox .innertext {
        width: 100%;
    }
    .Section#about {
        /* background-color: #FAFAFA; */
        background-image: url("/-/media/sp/hci/image/renewal202107/bg_about_sp.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .JS .PageTitleStyle3 h1 {
        font-size: 1.6em;
        letter-spacing: 1px;
    }
    .JS .PageTitleStyle3 .Read, .JS .Section h2, .JS .Section .Inner h3 {
        font-size: 1.4em;
    }
    .JS .Section .Inner h3 {
        letter-spacing: normal;
        padding: 0 0 .5em;
    }
    .JS div.Contact, .JS div.Contact2 {
        margin: 0;
    }
    .JS .Contact a:link, .JS .Contact a:visited, .JS .Contact .TextStyle1, .JS .Contact2 a:link, .JS .Contact2 a:visited .JS .Contact2 .TextStyle1 {
        width: auto;
        justify-content: flex-start;
    }
    .JS .Contact a:before, .JS .Contact2 a:before {
        content: none;
    }
    .JS .Contact2 a:link, .JS .Contact2 a:visited {
        margin: 0 auto 1em;
    }
    .JS .Contact a:link, .JS .Contact a:visited, .JS .Contact2 a:link, .JS .Contact2 a:visited {
        font-size: 1.4em;
        padding: 20px;
        justify-content: center;
    }
    .JS div.ImgLeftAdjust img, .JS div.ImgRightAdjust img {
        margin: 0 0 20px;
    }
    .JS .Section .Inner div.Description h3 {
        font-size: 1.3em;
        margin: 0;
    }
    .JS .Section .Inner div.Description p {
        letter-spacing: .02em;
        line-height: 1.5em;
    }
    .columnbox.products {
        display: block;
        margin-bottom: 0px;
    }
    .columnbox.products .list {
        width: 94%;
        margin-bottom: 15px;
    }
    #Contents.products h2.ScrollAnimation {
        font-size: 150%;
    }
    #Contents.products .kadai {
        font-weight: bold;
        color: #4D4D4D;
        font-size: 110%;
        margin-bottom: 10px;
    }
    #Contents.products .Section .Inner .TextStyle1 {
        font-size: 0.9em;
    }
    #Contents.products_list .columnbox.consultation {
        display: block;
    }
    #Contents.products_list .columnbox.consultation .boxleft, #Contents.products_list .columnbox.consultation .boxcenter, #Contents.products_list .columnbox.consultation .boxright {
        width: 100% !important;
        margin-bottom: 15px;
    }
    #Contents.products_list .Section#features .title {
        margin-left: 5%;
    }
    #Contents.products_list .Section#lineup .title {
        text-align: center;
        margin-left: 0px;
        padding-top: 25px;
    }
    .slide_tab_view {
        display: block;
    }
    .slide_pc_view {
        display: none;
    }
    .pc_slide_view {
        display: none !important;
    }
    .description.slide_tab_view {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 3%;
        padding-left: 3%;
        background-color: #123154;
        color: white;
    }
    #Contents .inner_nav ul {
        display: block;
    }
    #Contents .inner_nav {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #Contents.top .inner_nav ul li a, #Contents.products.task .inner_nav.type_b li a, #Contents.products.use .inner_nav.type_b li a {
        display: block;
        width: 86%;
        margin: 0 auto;
        padding-right: 5%;
        padding-top: 5px;
        padding-bottom: 5px;
        /* font-weight: bold; */
        text-decoration: none;
    }
    #Contents.products.task .inner_nav.type_b li a, #Contents.products.use .inner_nav.type_b li a {
        padding-left: 0px;
        background-position: right 0px center;
    }
    #Contents.products.use .inner_nav.type_b li a {
        text-align: left;
    }
    .slick-track {
        background-color: #123154;
    }
    .buttons {
        bottom: 127px;
        padding-right: 128px;
    }
    .slick-dots {
        bottom: 135px;
        margin-left: 60px;
        width: 90%;
    }
    #Contents.products.task .usebox {
        background-color: #F8F8F0;
        padding: 3% 3% 3% 3%;
    }
    .JS .Flexbox.Tree {
        flex-flow: row;
        width: 100%;
    }
}
@media screen and (max-width: 579px) {
    #Contents.products.use .usezone .iconarea .in_name {
        display: block;
    }
    #Contents.products_list .Section#features .title {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }
    #Contents.products_list .Section#features .point4 .areatop {
        display: block;
    }
    #Contents.products_list .Section#features .icon_point {
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .columnbox .textbox .title {
        font-size: 1.3em;
    }
    .text_pc_view {
        display: none;
    }
    .text_sp_view {
        display: block;
    }
    #Contents.products_list .Section#features .point4 {
        padding-right: 3%;
        padding-left: 3%;
        width: 94%;
    }
    #Contents.products_list .columnbox.consultation .boxleft, #Contents.products_list .columnbox.consultation .boxcenter, #Contents.products_list .columnbox.consultation .boxright {
        width: 94% !important;
        padding-right: 3%;
        padding-left: 3%;
    }
    .slidebody .text .title {
        font-size: 1.5em;
    }
    .slidebody .text.n4, .slidebody .text.n3, .slidebody .text.n2 {
        top: 22%;
    }
    .slidebody .text.n1 {
        top: 25%;
        width: 100%;
    }
    .buttons {
        bottom: 167px;
    }
    .slick-dots {
        bottom: 175px;
        margin-left: 15%;
        width: 85%;
    }
    .slide_sp_view {
        display: block;
    }
    #Contents.products.use .Section#cat5 .use_icon, #Contents.products.use .Section#cat3 .use_icon {
        top: -190px;
    }
    #Contents.products.task .Section#cat2 .use_icon, #Contents.products.task .Section#cat3 .use_icon {
        top: -220px;
    }
    #Contents.products.task .Section#cat5 .use_icon {
        top: -230px;
    }
    #Contents.products.case .branding > .Inner, #Contents.products.use .branding > .Inner {
        padding: 3em 0 3em 0px;
    }
    #Contents.products .inner_nav ul li {
        border-bottom: #333333 solid 1px;
    }
    #Contents.products .branding > .Inner {
        display: block;
    }
    #Contents.products .branding > .Inner .text, #Contents.products .branding > .Inner .img {
        width: 100%;
    }
    #Contents.products_list .branding .text {
        width: 90%;
        margin: 0 auto;
    }
    #Contents.products_list .branding .text .title {
        background-size: contain;
        background-position: center center;
    }
    #Contents.products_list .branding .text .description {
        color: white;
        text-align: center;
        font-size: 0.8em;
    }
    .pc_view {
        display: none !important;
    }
    .sp_view {
        display: block !important;
    }
    .description.sp_view, .description.slide_sp_view {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 3%;
        padding-left: 3%;
        background-color: #123154;
        color: white;
    }
    .branding .text {
        width: 90%;
    }
    #Contents .inner_nav, #Contents.products .inner_nav {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #Contents .inner_nav ul, #Contents.products .inner_nav ul {
        display: block;
    }
    .inner_nav ul li a {
        display: block;
        width: 86%;
        margin: 0 auto;
        padding-right: 5%;
        padding-top: 5px;
        padding-bottom: 5px;
        /* font-weight: bold; */
        text-decoration: none;
    }
    #Contents.products h2.ScrollAnimation {
        font-size: 130%;
    }
    #Contents h2, p.subtitle {
        font-size: 130%;
    }
    .point_box {
        display: block;
        padding-left: 3%;
        padding-right: 3%;
    }
    .point_box p {
        width: 100%;
        text-align: left;
        display: block;
    }
    .point_box ul {
        padding-right: 0px;
    }
    #Contents.products_list .Section#features .icon_point, #Contents.products_list .Section#lineup .icon_point {
        font-size: 0.7em;
    }
    #Contents.products_list p.TextStyle1.read {
        font-size: 120% !important;
    }
    .columnbox.products .list .name, .usezone .usebox .name {
        font-size: 120%;
        text-align: center;
    }
    #Contents.products.use.task .usezone .iconarea .innerhead {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    #Contents.products.use .usezone .iconarea .innername {
        margin: 0 auto;
        margin-bottom: 10px !important;
    }
    #Contents.products.task .energybox .submit {
        width: 90%;
    }
    #Contents.products.use .usezone .iconarea .innerhead {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 150px;
        display: flex;
        justify-content: center;
    }
    #Contents.products_list.hitachihci .branding .Inner, #Contents.products_list.ha8000v .branding .Inner {
        background-color: rgba(0, 0, 0, .5);
    }
    #Contents.products_list .branding .text .title.vsp {
        background-image: url(/-/media/sp/hci/image/renewal202107/title_VSP.png);
        background-size: 50%;
    }
}
@media screen and (max-width: 375px) {
    .buttons {
        bottom: 202px;
    }
    .slick-dots {
        bottom: 210px;
    }
    #Contents.products.task .energybox .submit {
        font-size: 0.7em;
    }
    #news dl dd, #news dl dt {
        font-size: 0.8em;
    }
    .columnbox.type_card .card .detail {
        font-size: 0.8em;
    }
    .support {
        font-size: 100%;
    }
    #Contents.top .columnbox .textbox .title {
        font-size: 1.3em;
    }
    .box p.TextStyle1, .columnbox .textbox .TextStyle1, .card .TextStyle1 {
        font-size: 0.8em !important;
    }
    .slidebody .text .title {
        font-size: 150%;
    }
    .slidebody .text.n1 {
        width: 96%;
        top: 20%;
        padding-right: 2%;
        padding-left: 2%;
    }
    .slidebody .text.n2, .slidebody .text.n3 {
        top: 20%;
    }
    .slidebody .text.n4 {
        top: 20%;
    }
    .JS .PageTitleStyle3 h1 {
        letter-spacing: normal;
        line-height: 1.4;
        font-size: 1.4em;
    }
    .JS .PageTitleStyle3 .Inner .Read {
        letter-spacing: 1px;
        font-size: 1.2em;
        padding: 1em 0 0;
    }
}
/*------------20211108--------------------*/
#RotationBannerH .FatBanner li {
    width: 310px;
}
#RotationBannerH li, #RotationBannerH li.FirstItem {
    clear: none;
    margin-bottom: 0;
}
#RotationBannerH li, #RotationBannerH li.FirstItem {
    margin: 0 15px 15px 0;
}
.Flexbox {
    display: flex;
    gap: 1em;
    margin: 1em auto;
    flex-wrap: wrap;
    flex-direction: row;
	    justify-content: space-between;
}
.Flexbox li {
    display: flex;
    gap: 1em;
    flex-direction: column;
    max-width: calc((100% / 2) - 1em);
    align-items: center;
    justify-content: center;
}
dl.AdditionalNotesStyle2 dt {
    width: 2em;
}
dl.AdditionalNotesStyle2 dd {
    margin: -1.2em 0 5px 2em;
}
.Flexbox li.Product {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
}
.Flexbox li.Product span {
    min-height: 280px;
}
.Product h3 {
    font-size: 1.2em !important;
    padding: 0 !important;
    text-align: left !important;
}
.Product p.TextStyle1 {
    margin: 0 0 15px !important;
    line-height: 1.5 !important;
}
.Column2.FirstItem.Product {
    width: calc(100% - 345px - 15px);
}
.Column1.LastItem.Product {
    width: 345px;
}
.img_box {
    display: flex;
}
.img_box img {
    margin-right: 15px;
}
.Flexbox li.Product img.left_img {
    width: 345px;
    height: auto;
}
.Flexbox li.Product img.right_img {
    width: auto;
    height: 265px;
}
.Inner h2{
	line-height: 1.5;
	margin-bottom: 5em !important;
}	    
.Inner h2 span.out{
	    background: linear-gradient(to right, #9F97C0, #99D1F7)!important;
	padding: 0 0 3px 0;
display: inline-block;
}
.Inner h2 span.cover {
	background-color: white;
	color: black;
	font-weight: normal!important;
	padding: 0;
}



@media screen and (max-width: 767px) {
    #Contents.products_list.dp4400 .columnbox.consultation .boxright, #Contents.products_list.dp4400 .columnbox.consultation .boxleft {
        width: calc(100% - 30px) !important;
        margin: 0 0 15px;
    }
    .JS .ColumnSet {
        margin-bottom: 50px;
    }
    .Flexbox {
        flex-direction: column;
    }
    .Flexbox li {
        max-width: 100%;
    }
    .Flexbox li.Product {
        flex-direction: row-reverse;
        margin-bottom: 50px;
    }

    .RWD_box {
        display: flex;
        flex-direction: column;
                align-items: flex-start;
    }
	.Column2.FirstItem.Product {
    width: calc(100% - 230px - 15px);
}
	.Column1.LastItem.Product {
    width: 230px;
}
	.Flexbox li.Product img.left_img,
	    .Flexbox li.Product img.right_img{
    width: 230px;
height: auto;
}
	 /* sec_stregth */
  .sec_stregth ol>li{
    flex-direction: column;
  }
  .sec_stregth ol>li .image{
    min-width:auto;
  }
}
@media screen and (max-width: 579px) {
	.JS .ColumnSet {
		display: flex;
        flex-direction: column;
    }
	.Column2.FirstItem.Product {
        width: 100%;
		padding: 15px 0 15px 15px; 

    }
	    .Column1.LastItem.Product{
       width: 100%;
			margin: 0;
			display: flex;
        justify-content: center;
    }
	 .Flexbox li.Product {
        flex-direction: column-reverse;
        align-items: center;
    }
	    .RWD_box {
        align-items: center;
    }
	.img_box img {
    margin-right: 0;
}
		.Flexbox li.Product img.left_img,
	    .Flexbox li.Product img.right_img{
    width: 345px;
height: auto;
}
}