@charset "UTF-8";
/*
 * 初回: 2019-03-10
 * 更新日: 2025-01-07
 */

.h-title, section h2{
    color:#1b1c1d;
    margin: 6rem;
}
.contents-box .listArea,
.contents-box p,
.contents-box h3{
}
.contents-box p{
    font-size:1.8rem;
}
.anker-link{
    border-bottom:none;
}
.anker-link::after{
    content:'';
    width:100%;
    height:2px;
    background: #ccc;
    display: block;
}
.anker-link li:hover{
    border-bottom:2px solid #5b1Ae9;
    margin-bottom:-2px;
}

.anker-link li a{
    padding-left:2.4rem;
}

.anker-link li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: .5em solid #5b1ae9; /* 下向きの▼ */
  transform:none;
  top:1.4rem;
}
/* official colors */
.co-green{color: #78be20;}
.co-blu{color: #0091da;}
.co-sky{color: #00c1d5;}
.co-deep{color: #1d428a;}
.co-mauve{color: #7f35b2;}
.co-gr{color: #717074;}
.co-wh{color: #FFFFFF;}

.bgc-green{background-color: #78be20;}
.bgc-degr{background-color: #00973F;}
.bgc-blu{background-color: #0091da;}
.bgc-sky{background-color: #00c1d5;}
.bgc-deep{background-color: #1d428a;}
.bgc-db{background-color: #005c87;}
.bgc-mauve{background-color: #7f35b2;}
.bgc-gr{background-color: #717074;}
.bgc-lgr{background-color: #F5F5F5;}
.bgc-wh{background-color: #FFFFFF;}
.bgc-ppl{background-color: #321fac;}

/* -------------------------------
  product
------------------------------- */

h5{margin-bottom: 1rem;}
.tx-normal{font-weight: normal;}

.mt{margin-top: 3rem;}
.mt4{margin-top: 4rem;}
.mt5{margin-top: 5rem;}
.mb{margin-bottom: 3rem;}
.mb6{margin-bottom: 6rem;}
.mb12{margin-bottom: 12rem;}

ol.list-number{
  margin-bottom: 1.5rem;
}

ol.list-number,
ol.list-number li{
  list-style: decimal;
}

ol.list-number li{
  margin-left: 2rem;
  margin-top: 0;
}

p + ol.list-number{
  margin-top: -1.5rem;
}

.h-area{
  background-image:url(../images/bk_products.png);
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-product {
  flex-wrap: wrap;
  justify-content:space-between;
}

.list-product:after{
  width: calc(33.33% - 25px);
  content:"";
  display: block;
}

.list-product .list{
  background-color: rgba(255,255,255,0.6);
  margin-bottom: 3rem;
  width: calc(33.33% - 25px);
  position: relative;
  top:0;
  left: 0;
  display: flex;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.figureBox{
	margin: 4rem auto;
	text-align: center;
}
.figureBox.endBlock{
	margin: 4rem auto 0;
}
.tx-figurecap{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 2rem;
}
figure.border1 img{
    border: 1px solid #ccc;
}

table thead th.tableHead{
    background-color: transparent;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

@media only screen and (max-width: 896px){
  .list-product .list{
    width:100%;
    margin-right: 0;
  }
}

.list-product .list:hover{
  top: -0.5rem;
  left:-0.5rem;
}

.list-product .list:hover:after{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  border-right:0.5rem solid #CCC;
  border-bottom:0.5rem solid #CCC;
  top: 0.5rem;
  left: 0.5rem;
}

.list-product .list a{
display: flex;
flex-direction: column;
width: 100%;
text-decoration: none;
position:relative;
z-index:1;
}

.list-product .list h2{
  display: flex;
  align-items: center;
  /* height: 150px; */
  text-align: center;
}

.list-product .list h2 span{
    width: 100%;
    font-size: 2rem;
    color: #FFF;
    position: relative;
    display: block;
    text-decoration: none;
    padding: 6rem;
}

/* .list-product .list h2 span:after{
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 50%;
  margin-top: -0.4rem;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
} */

.list-product .list a > div{
  padding: 3rem;
  background-color: #f1f1f1;
  flex: 1;
}

.list-product .list .list-tag{
  margin-top: 2rem;
}

.list-product .list div p{
  
}

.txRed{color: #cc1414;}

.supTx{
    font-size:1.2rem;
    margin-left:0;
    margin-top:10px;
}

table .supTx{
  font-size:1.0rem;
  padding-left: 0.5rem;
}

ul.supTx li{
	list-style: none;
	text-indent: -2rem;
	margin-top: 0;
}

.supIc{
  background:#666;
  color: #FFF;
  padding: 2px 5px;
  font-size: 0.9rem;
}

.supIc.txRed{
  background:#cc1414;
}

.endProductAlart{
  text-align:center;
  color:#cc1414;
  /* padding-top: 60px; */
}
#endProductAlart {
  padding-top: 60px;
}
.textAlart{
	color: #cc1414;
}

.row{
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row.rev{
    flex-direction: row-reverse;
}


p + .row{
  margin-top: 3rem;
}

.row .col2of4{
  width: calc(50% - 20px);
}
.contents-box .left{
    text-align: left;
}
.border_bottoms h4{
    border-bottom: 2px solid #5b1ae9;
}
.mg-zero{
    margin:0;
}
.row .col2of4.is-border {
  border: #CCC solid 1px;
  padding: 40px;
}

.row .col1of3{
  width: calc(33.33% - 20px);
}
.row .col4of4{
  width: calc(25% - 20px);
}

.tx-figurecap{
	font-size: 1.6rem;
}

@media only screen and (max-width: 896px){
  .row{
    margin-bottom: 0;
  }
  .row .col2of4{
    width: 100%;
    margin-bottom: 3rem;
  }
  .row .col2of4.is-border {
    padding: 20px;
  }

  .row .col2of4 p{
    margin-bottom: 1rem;
  }
	
ul.supTx{
	margin-top: 0;
	margin-bottom: 4rem;
}
}


.list-btn{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.list-btn li{
  display: flex;
  align-items: center;
  text-align:center;
  width:calc(20% - 15px);
  color: #FFF;
  font-weight: bold;
  margin-right:15px;
  padding-left: 0;
  background: rgb(0,145,218);
  background: -moz-linear-gradient(45deg, rgb(0,145,218) 0%, rgb(0,193,213) 100%);
  background: -webkit-linear-gradient(45deg, rgb(0,145,218) 0%,rgb(0,193,213) 100%);
  background: linear-gradient(45deg, rgb(0,145,218) 0%,rgb(0,193,213) 100%);
  border-radius: 100%;
  height:100%;
}

.list-btn li:before{
  content: "";
  padding-top: 100%;
  display: block;
}

.list-btn li span{
  width:100%;
  display: block;
}

@media only screen and (max-width: 896px) {
  .list-btn{
    flex-wrap: wrap;
  }
  .list-btn li{
    width:calc(50% - 1.5rem);
  }
  .list-btn.vcn li{
    width:calc(50% - 1rem);
    margin:0 0 1.5rem;
  }
}

@media only screen and (max-width: 896px) {
  .endProductAlart{
    margin-top:0;
      text-align: left;
  }
  .endProductAlart br{
    display: none;
  }
}

.endProductAlart p{
  margin-bottom:20px;
}

.endProductAlart ul{
  margin-bottom:20px;
}

.contents-box{
box-shadow: 0 0px 9px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width:1100px;
}

/*20190607*/

.enclose{
  margin-bottom: 5rem;
}

table.aw-style{
  table-layout: fixed;
}

table .table-circle{
  font-size:1.2rem;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

table .table-plus {
    font-size: 2rem;
    line-height: 1;
}

tr.adjust{
  visibility: hidden;
}
tr.adjust td,
tr.adjust th{
  height: 1px;
  padding: 0;
}

table.aw-style thead td{
  font-weight: bold;
  text-align: center;
}

table.aw-style td{
  padding: 10px;
}

table.aw-style .green{
  color:#56941F;
}

table.aw-style .standard{
  color:#ACB100;
}

table.aw-style .orange{
  color:#E48E00;
}

table.aw-style .gray2{
  color:#9FA0A0;
}

table.aw-style .blue{
  color:#0099D9;
}

table.aw-style .advanced{
  color:#0DAE71;
}

table.aw-style .yellow{
  color:#DDC300;
}

table.aw-style .green{
  color:#56941F;
}

table.aw-style .standard{
  color:#ACB100;
}

table.aw-style .orange{
  color:#E48E00;
}

table.aw-style .gray2{
  color:#9FA0A0;
}

table.aw-style .blue{
  color:#0099D9;
}

table.aw-style .advanced{
  color:#0DAE71;
}

table.aw-style .yellow{
  color:#DDC300;
}

table.aw-style .function td{
  color: #FFF;
  text-align: center;
}

table.aw-style .function td:nth-child(1){
  background-color:#898989;
}
table.aw-style .function td:nth-child(2){
  background-color:#56941F;
}
table.aw-style .function td:nth-child(3){
  background-color:#ACB100;
}
table.aw-style .function td:nth-child(4){
  background-color:#E48E00;
}
table.aw-style .function td:nth-child(5){
  background-color:#ACB100;
}
table.aw-style .function td:nth-child(6){
  background-color:#898989;
}
table.aw-style .function td:nth-child(7){
  background-color:#0099D9;
}
table.aw-style .function td:nth-child(8){
  background-color:#0DAE71;
}
table.aw-style .function td:nth-child(9){
  background-color:#DDC300;
}
table.aw-style .function td:nth-child(10){
  background-color:#0DAE71;
}

table.aw-style .table-main tr:nth-child(even) td{
  background-color:#f5f5f5;
}

/*後ろから指定*/
table.aw-style .table-main th{
  font-weight: normal;
  background-color: #FFF;
}
table.aw-style .table-main th.bk-gray3{
  background-color:#f5f5f5;
}
table.aw-style .table-main td:nth-last-child(9){
  text-align: center;
  color:#56941F;
}
table.aw-style .table-main td:nth-last-child(8){
  text-align: center;
  color:#ACB100;
}
table.aw-style .table-main td:nth-last-child(7){
  text-align: center;
  color:#E48E00;
}
table.aw-style .table-main td:nth-last-child(6){
  text-align: center;
  color:#ACB100;
}
table.aw-style .table-main td:nth-last-child(5){
  text-align: center;
  color:#898989;
}
table.aw-style .table-main td:nth-last-child(4){
  text-align: center;
  color:#0099D9;
}
table.aw-style .table-main td:nth-last-child(3){
  text-align: center;
  color:#0DAE71;
}
table.aw-style .table-main td:nth-last-child(2){
  text-align: center;
  color:#DDC300;
}
table.aw-style .table-main td:nth-last-child(1){
  text-align: center;
  color:#0DAE71;
}

table.aw-style .table-main td .tx-normal{
  color: #525150;
}

table .af-green{
    background-color: rgba(120,190,32,0.1);
}
table .af-sky{
    background-color: rgba(0,145,218,0.05);
}


.arrow-horizon7{
  position: relative;
  margin-bottom: 2rem;
}

.arrow-horizon7:after{
  content:"";
  background:url(../images/img-horizon7-arrow.png) no-repeat center;
  width: 100%;
  height: 50px;
  display: block;
  margin-top: 1rem;
}

/* ---------------------------------------------------------------------
info-block
--------------------------------------------------------------------- */
.info-block.mt {
    margin-top: 4rem;
}
.info-block h3::after{
    margin-top: 0;
    background: none;
}
.other-know h2{
  padding-top:0;
  margin-top:0;
  margin: 0 0 3rem;
    font-size: 2.6rem;
    padding-bottom: 1rem;
}
.info-block span.b {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-bottom: .5em;
  width: auto;
}
.info-block dd .btn {
  margin-top: 1rem;
}

.info-block,
.other-know .bnr {
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 5px;
  padding-bottom: 2rem;
}
.other-know .info-block{
  margin-top: 3rem;
}
.info-block.single {
    padding-top: 1rem;
}
.info-block.type2 {
    display: table;
    margin: 0 auto 2rem;
}

.info-block + .flex { margin-top: 40px;}
.info-block h3,
.other-know .bnr h3 {
  border-bottom: 1px solid #dfdfdf;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2rem;
  text-align: center;
}
.info-block dl,
.other-know .bnr > div {
  display: table;
  margin: 4rem auto 0;
  width: 90%;
}
.other-know .bnr > div{
  padding-bottom: 3rem;
  display: block;
  text-align: center;
}
.info-block dd {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 2rem;
}
.info-block.type2 dd {
padding-bottom:0;
}
.info-block dd img { vertical-align: bottom;}
.info-block dd:first-child {
  width: 330px;
}
.other-know .bnr img{
  max-width: 100%;
}
.other-know .bnr img:hover{
  opacity: 0.7;
}
.info-block dd figure{
    margin-bottom: 2rem;
    display: inline-block;
	max-width:290px;
}

.info-block figure.type01{
    padding: 3% 6%;
}
.info-block dd figure.type02{
    width: 290px;
    display: inline-block;
}

.info-block dd .btn a {
  background: #717074;
  color: #fff;
  border-radius: .5rem;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  width: 250px;
  display: inline-block;
  position: relative;
}

.info-block dd .btn.large a {
    width: auto;
    min-width: 360px;
}
.info-block dd .btn.morelarge a {
    width: auto;
    min-width: 440px;
}
.info-block dd .btn.morelarge.double a {
    min-width: 520px;
}

.info-block dd .btn a:hover{
  background:#0091da;
}

.info-block dd .btn span:after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
.info-block figure{
    text-align: center;
}

.flex-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-area.secondBox{
    margin-top: 40px;
}
.flex-area > .info-block{
  width: calc(50% - 1.5rem);
  text-align: center;
  margin: 0 0 2rem;
}

@media only screen and (max-width: 896px) {
.info-block.mt{
    margin-top: 2rem;
}
.contents-box{
  width:auto;
}

  .info-block dl {
    display: block;
    margin: 2rem auto 0;
    width: 100%;
    text-align: center;
    padding: 1.5rem;
  }
  .info-block dd {
    display: block;
    padding-bottom: 0;
  }
  .info-block dd:first-child {
    width: 100%;
  }
  .info-block dd p{
    text-align: left;
  }
  .info-block dd p span{
    text-align: center;
  }
  .info-block dd .btn {
    margin-top: 1rem;
  }
.info-block dd .btn.large a {
    width: 90%;
    display: block;
    text-align: center;
    margin: auto;
    }    
.info-block dd .btn.morelarge a {
    width: 90%;
    display: block;
    text-align: center;
    margin: auto;
	min-width:280px;
    }
.info-block dd .btn.morelarge.double a {
	min-width:280px;
}
  .flex-area > .info-block{
    width: 100%;
  }
.info-block figure.type01{
    padding: 0 3%;
}
.info-block dd figure.type02{
    width: auto;
}
}


@media only screen and (max-width: 896px){
  .arrow-horizon7{
    margin-bottom: 1rem;
  }
  .arrow-horizon7:after{
    height: 25px;
    background-size: contain;
  }
}

.arrow-horizon7 p,
.arrow-horizon7 + div p{
  margin: 0 auto 0.5rem;;
  max-width: 900px;
}

.arrow-horizon7 + div{
  margin-bottom: 5rem;
}

.flexbox {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.flexbox > div {
  flex: 1;
  min-width: 0;
}

@media only screen and (max-width: 896px) {
  .flexbox {
    flex-direction: column;
    gap: 20px;
  }
}

.flex .col4{
  width:calc(25% - 15px);
}

.flex.border1 > .col4{
  border: 1px solid #CCC;
}

.velocloud .flex{
  margin-bottom: 30px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 896px) {
  .velocloud .flex .col4{
    width:calc(50% - 15px);
  }
}

.velocloud .flex dl{
  padding: 20px 12px;
}

@media only screen and (max-width: 896px) {
  .velocloud .flex dl{
    margin-bottom: 30px;
  }
}

.velocloud .flex dl dt{
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 160px;
}


@media only screen and (max-width: 896px) {
  .velocloud .flex dl dt{
    background-size:53%;
    padding-top: 24vw;
  }
}

.velocloud .flex dl:nth-child(1) dt{
  background-image: url(../images/img-velocloud-02.png);
}
.velocloud .flex dl:nth-child(2) dt{
  background-image: url(../images/img-velocloud-03.png);
}
.velocloud .flex dl:nth-child(3) dt{
  background-image: url(../images/img-velocloud-04.png);
}
.velocloud .flex dl:nth-child(4) dt{
  background-image: url(../images/img-velocloud-05.png);
}

.velocloud .flex dl dd{
  font-size: 1.4rem;
}

.velocloud .image-area td{
  height: 100px;
}

p.border{
  border: 1px solid #CCC;
  padding: 15px;
}

.left-auto > div:first-child{
  margin-right:3rem;
}

.left-auto > div:first-child img{
  border:1px solid #CCC;
}


.movie-iframe{
  text-align: center;
  margin-bottom: 2rem;
}
.movie-iframe.type02{
    margin: 4rem auto;
}
.movie-iframe.type03{
    margin: 4rem auto 0;
}


@media only screen and (max-width: 640px) {
  .left-auto{
    display: block;
  }
  .left-auto > div:first-child{
    margin-right:0;
    text-align: center;
    margin-bottom: 2rem;
  }
  .movie-iframe {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
  }

  .movie-iframe iframe {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
  }
}

.vcpp-01 .tableBox table{
  max-width:250px;
  width: 100%;
  margin: 0 auto;
}

.vcpp-02 h4{
  margin-top: 4rem;
}

.vcpp-02 .flex{
  justify-content: flex-start;
  align-items: center;
}

.vcpp-02 .flex > div:nth-child(1){
  min-width:390px;
  margin-right: 100px;
}

@media only screen and (max-width: 896px) {
  .vcpp-02 .flex{
    display: block;
  }
  .vcpp-02 .flex > div:nth-child(1){
    width: 100%;
    min-width: auto;
  }
  .vcpp-02 .flex > div:nth-child(2){
    margin-top: 1.5rem;
  }
}

.vcpp-03{
  border:2px solid #CCC;
  max-width: 930px;
  margin: 0 auto;
  padding: 5rem 3rem;
}

.vcpp-03 ul{
  margin: 0 auto;
  max-width: 750px;
}

.vcpp-03 li{
  list-style: none;
  position: relative;
  padding-left: 4rem;
  margin-top: 1rem;
}

.vcpp-03 li span{
  background-color: #1f8ac7;
  display: block;
  padding: 0.1rem 0.8rem;
  color: #FFF;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  min-width: 2.7rem;
  left: 0;
}

@media only screen and (max-width: 896px) {
  .vcpp-03 li{
    padding-left: 3rem;
    margin-left: 0;
  }
  .vcpp-03 li span{
    min-width: 1.8rem;
  }
}

.blog-link{
  background-color:#f5f5f5;
  padding: 3rem 6rem 6rem;
  margin-top: 3rem;
  border-radius:5px;
}

.blog-link p + p{
  margin-bottom: 1.5rem;
}

.blog-link .listArea{
  margin-bottom: 0;
}

.btn-area .btn{
  margin: 0 2rem;
}

.btn-area.mid{
    margin-bottom: 30px;
}

.tableBox.table-wsone{
	margin-bottom: 0;
}

.articleLinkBox{
	margin: 5rem auto 5rem;
	display: flex;
	flex-wrap: wrap;
	background-color:#f5f5f5;
	background: url("../../common/images/img_linkBox_bg.png") no-repeat center center / cover;
	padding: 2rem 1% 2rem 6%;
	width: 100%;
	min-height: 120px;
	align-items: center;
}
.articleLinkBox figure{
	width: 60px;
}
.articleLinkBox .articleLinkTtl{
	margin: 0 0 0 1rem;
	width: 34%;
	font-size: 1.8rem;
}
.articleLinkBox .articleLinkList{
	margin-bottom: 0;
	width: 54%;
}
.articleLinkBox .articleLinkList li:nth-child(n+2){
	margin-top: 1rem;
}


@media only screen and (max-width: 896px) {
  .btn-area .btn{
    margin: 0 0 2rem;
  }
	.tableBox.table-wsone{
		margin-bottom: 2rem;
	}

	.articleLinkBox{
	margin: 2rem auto 2rem;
	display: flex;
	background: url("../../common/images/img_linkBox_bg.png") no-repeat 12% center / cover;
	padding: 4rem 2rem;
	align-items: center;
		justify-content: center;
}
.articleLinkBox figure{
	width: 60px;
	display: block;
}
	.articleLinkBox .articleLinkTtl{
		width: auto;
	}
.articleLinkBox .articleLinkList{
	margin: 20px auto 0;
	width: 100%;
}
.articleLinkBox .articleLinkList li:nth-child(n+2){
	margin-top: inherit;
}
	
}

.cloud-foundation-flex{
  justify-content: center;
  margin-top: 5rem;
}

.cloud-foundation-flex > div{
  width: 250px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 896px) {
  .cloud-foundation-flex{
    display: block;
  }
  .cloud-foundation-flex > div{
    width: 100%;
    margin-bottom: 3rem;
    border-bottom:1px solid #CCC;
    padding-bottom: 2rem;
  }
  .cloud-foundation-flex > div:last-child{
    border:none;
    padding: 0;
  }
}

section table li{
  margin-left: 15px;
  margin-bottom:1rem;
    line-height: 1.4;
}

.cloud-foundation-flex > div p{
  margin-bottom: 1rem;
}
.cloud-foundation-flex > div p:first-child{
  font-size:1.8rem;
  color: #0091da;
}
.cloud-foundation-flex > div:nth-child(3) p:first-child{
  margin-bottom: 4rem;
}
.cloud-foundation-flex > div img{
  margin-bottom: 2rem;
}

h4.noborder{
  border:none;
  margin-bottom: 0;
}

.cbc-rayout .green{
  background-color:rgba(120,190,32,1);
  color: #FFF;
}
.cbc-rayout .green2{
  background-color:rgba(120,190,32,0.05);
}
.cbc-rayout .blue{
  background-color:rgba(0,145,218,1);
  color: #FFF;
}
.cbc-rayout .blue2{
  background-color:rgba(0,145,218,0.05);
}

.bk-cell-yellow{
  background-color: #fbfb67;
}

.ic-cross{
  position: relative;
}
.ic-cross:before{
  content:"×";
  position: absolute;
  color: #CC0000;
  font-size: 3rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.horizon8 .listArea li li{
  list-style-type: circle;
}
.horizon8 .table1 td{
  padding: 15px 5px;
}
.horizon8 .table1 tbody th{
  background-color: #b2ecf2;
}
.horizon8 .table1 tbody th:nth-child(n+4):nth-child(-n+5){
  background-color: #e5d7f0;
}
.horizon8 .table1 th:nth-child(n+8),
.horizon8 .table1 tbody tr:nth-child(2) th,
.horizon8 .table1 td:nth-child(n+8){
  background-color:rgba(120,190,32,0.2);
}

p.mb0{
  margin-bottom: 0.5rem;
}

.product--serviceNotice{
	padding: 2rem;
	margin-top: 0;
}

/* SASE */

.saseItemBlock01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 760px;
    margin: 30px auto;
}
.saseItemBlock01 img{
    max-width: 240px;
    height: auto;
}
.saseItemBlock01--textBox dt{
    font-size: 2.1rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 2rem;
}
.saseItemBlock01--textBox dd p{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.saseItemBlock02{
    margin: 30px auto 0;
    max-width: 880px;
}
.saseItemBlock02 .saseItemBlock02--ttl{
    font-size: 2.1rem;
    font-weight: bold;
    color: #000;
    background-color: #F2F2F2;
    padding: 2rem;
    margin-bottom: 4rem;
    display: block;
    text-align: center;
}

.saseItemBlock02 .saseItemBlock02--itemWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.saseItemBlock02 .saseItemBlock02--itemWrap dl{
    width: 30%;
    position: relative;
}
.saseItemBlock02--itemWrap dt{
    padding: 2rem;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
}
.saseItemBlock02--itemWrap dl::before{
    content: '▲';
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top:-40px;
    left: calc(50% - 20px);
    font-size: 40px;
}
.saseItemBlock02--itemWrap dl:nth-child(1)::before{
    color: #78BE20;
}
.saseItemBlock02--itemWrap dl:nth-child(2)::before{
    color: #0091DA;
}
.saseItemBlock02--itemWrap dl:nth-child(3)::before{
    color: #1A428A;
}
.saseItemBlock02--itemWrap dl.box01 dt{
    background-color: #78BE20;
}
.saseItemBlock02--itemWrap dl.box02 dt{
    background-color: #0091DA;
}
.saseItemBlock02--itemWrap dl.box03 dt{
    background-color: #1A428A;
}
.saseItemBlock02--itemWrap dd{
    padding: 8%;
    background-color: #F2F2F2;
    min-height: 210px;
}
.saseItemBlock02 .saseItemBlock02--endText{
    font-size: 2.1rem;
    text-align: center;
    font-weight: bold;
    margin-top: 2rem;
    display: block;
}

.product--serviceNotice .sase--icon{
    width: 130px;
    margin: 20px auto;
}
    h3 span.h3--ttlCap{
        font-weight: normal;
        font-size: 1.4rem;
    }

/* horizon-update */

.horizonUpdate .blue{
    background-color:rgba(0,145,218,1);
    color: #FFF;
}
.horizonUpdate .green{
    background-color: rgb(120,190,32);
    color: #FFF;
}
.horizonUpdate .green2{
  background-color:rgba(172, 211,128,1);
    color: #FFF;
}
.horizonUpdate .aqua{
    background-color:rgba(0,193,213,1);
    color: #FFF;
}

.horizonUpdate--ancBlock{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.horizonUpdate--ancBlock li{
    list-style: none;
    margin: 0;
    width: 50%;
    display: flex;
}
.horizonUpdate--ancBlock li a{
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height:1.2;
    text-decoration: none;
    padding: 30px 1%;
    background: #000;
    width: 100%;
    position: relative;
    display: inline-block;
}
.horizonUpdate--ancBlock li a::after{
    content: '';
    position: absolute;
    left: calc(50% - 6px);
    bottom: 18px;
    margin: auto;
    display: inline-block;
    width: 12px;
  height: 12px;
  border: 2px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
}

.tableBox.last{
    margin-bottom: 0;
}

.col1Box.type01{
    padding: 3%;
    background-color: #d4effa;
    align-items: center;
    }

.col1Box.type01 h4,
.col1Box.type02 h4{
    border: none;
    padding-bottom: 0;
    font-size: 2.4rem;
}
.col1Box.type01 .col1Box--textBox{
    max-width: 52%;
    margin-right: 3%;
}

.col1Box.type02{
    padding: 3%;
    background-color: #e9e7f8;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
}

.picTtl{
    font-size: 2.1rem;
    font-weight: bold;
    color: #000;
    padding: 0 2rem;
    display: block;
    text-align: center;
}

ul.nostyle li {
  list-style: none;
  margin-left: 0;
}
ul.nostyle li .cloudfoundry {
  width: 11rem;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
ul.nostyle li .cloudfoundry::after {
  content: ":";
  position: absolute;
  top: 0;
  right: -5px;
}

.runtimeTable table th.bg-lightgreen,
.runtimeTable table td.bg-lightgreen {
  background-color: #d2e6bb;
}
.runtimeTable .bg-blue {
  background-color: #b2ecf2;
}

.tableBox.is-btm_notetxt {
  margin-bottom: 10px;
}
.tableBox.is-btm_notetxt + p {
  margin-bottom: 4rem;
}

.noteBox{
    margin-bottom: 3rem;
}
.noteBox .supTx{
    margin-top: 0;
}
.noteBox dl{
    margin-left: 2rem;
}
.noteBox dl dd{
    display: list-item;
    list-style: inside;
    padding-left: 1rem;
    text-indent: -1rem;
}

.blog-link.mb {
  margin-bottom: 4em;
}

.block-addinfo {
  background-color:#f5f5f5;
  padding: 3rem;
  margin-top: 3rem;
}
.block-addinfo p.b {
  font-weight: bold;
}
ol.circle-decimal li {
  list-style: none;
  margin: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.cc-sky{background-color: rgba(0,145,218,0.05);}

section p.attTx {
  /*margin-left: 1.2rem;*/
  margin-bottom: 0;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  font-size: 1.4rem;
}
section p.attTx a {
  color: #0091DA;
  text-decoration: underline;
}
section p.mt20 {
  margin-top: 2rem;
}
section p.attTx .strong {
  text-decoration: underline;
}
.tableBox.mb0 {
  margin-bottom: 0;
}

@media only screen and (max-width: 1039px) {
    .blog-link.tanzu-foot .btn.large + .btn.large{
      margin-top: 2rem;
        margin-left: 0;
    }
}
@media only screen and (max-width: 979px) {
    .saseItemBlock01{
        justify-content: center;
    }
    .saseItemBlock01--textBox{
        margin-left: 20px;
    }
    .saseItemBlock01 img{
        max-width: 210px;
        transition: .3s;
    }
}

h3.no-border::after {
  display: none;
}
h3.center {
  text-align: center;
}

.tableBox .oss-support  {
  background-color: #d2e6bb;
}
.tableBox .tsr-support  {
  background-color: #f1d8bd;
}
.tableBox .release  {
  background-color: #CCE9F8;
}
.tableBox .support-fin  {
  background-color: #eeeeee;
}

.linkbox {
  background-color: #F5F5F5;
  padding: 40px;
}
.linkbox h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4em;
}
.linkbox h3::after {
  display: none;
}
.linkbox figure {
  text-align: center;
  margin-bottom: 20px;
}

.info-block.nonttl {
  padding-top: 20px;
}
.info-block.nonttl:nth-child(n+2) {
  margin-top: 30px;
}

.tbl-dhp {
  font-size: 14px;
}
.tbl-dhp thead th:nth-child(1) {
  width: 10%;
  border-right: none;
}
.tbl-dhp thead th:nth-child(2){
  width: 90%;
  border-right: none;
}
.dhp-faqbox dt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  padding: 20px 0;
  border-top: #000 solid 1px;
}
.dhp-faqbox dt:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

/* Omnissa Horizon */
.contents-box h4.no-border {
  padding-bottom: 0;
  border-bottom: none;
}
.contents-box p + h4.no-border {
  margin-top: 4rem;
}
.oh-Table th {
  color: #FFF;
}
.bggray-box {
  padding: 40px;
  background-color: #F5F5F5;
  /* margin-top: 4rem; */
  border-radius: 5px;
}
.bggray-box + h3 {
  margin-top: 4rem;
}
.oh-vsan-box {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border: #CCC solid 1px;
  padding: 40px;
}
.oh-vsan-txt {
  width: 50%;
  margin-right: 100px;
}

/* oh-deffig */
.oh-deffig-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.oh-deffig-item {
  background-color: #F5F5F5;
  position: relative;
  padding-bottom: 223px;
}
.oh-deffig-bundle {
  width: 40%;
}
.oh-deffig-novsphere {
  width: 50%;
  margin-left: 4%;
}
.oh-deffig-bundle-title {
  padding: 20px;
  background-color: #1A428A;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}
.oh-deffig-bundle-title::after {
  display: none;
}
.oh-deffig-item-inner {
  padding: 20px;
}
.oh-deffig-item .prodlist {
  text-align: center;
}
.oh-deffig-item .prodlist dt {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background-color: #EEE;
}
.oh-deffig-item .prodlist.vdi dt {
  background-color: #1A428A;
}
.oh-deffig-item .prodlist dd {
  padding: 10px;
}
.oh-deffig-item .prodlist dd ul,
.oh-deffig-item .prodlist dd li {
  list-style: none;
  margin: 0;
}
.oh-deffig-item .prodlist.vdi dd {
  background-color: #C9D3E6;
}
.oh-deffig-item .prodlist dd li {
  padding: 5px;
  background-color: #FFF;
}
.oh-deffig-item .prodlist dd li .fss {
  font-size: 85%;
}
.oh-deffig-item .prodlist dd li:nth-child(n+2) {
  margin-top: 10px;
}

.oh-deffig-item .prodlist.vvf dt {
  background-color: #78be20;
}
.oh-deffig-item .prodlist.vvf dd {
  background-color: #e1f1e8;
}
.oh-deffig-item .prodlist.vcf dt {
  background-color: #386dff;
}
.oh-deffig-item .prodlist.vcf dd {
  background-color: #d9edff;
}

.oh-deffig-item .btmtxtbox {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.oh-deffig-item .btmtxtbox ul {
  margin-bottom: 0;
}
.oh-deffig-item.oh-deffig-bundle .btmtxtbox {
  border: #1A428A solid 1px;
  background-color: #FFF;
  min-height: 203px;
}
.oh-deffig-item.oh-deffig-novsphere .btmtxtbox {
  border: #78be20 solid 1px;
  background-color: #FFF;
  min-height: 203px;
}
.contents-box h3{
  color:#011e60;
  font-size:3.0rem;
  font-weight: bold;
  text-align: center;
}

.contents-box h4 {
  text-align:center;
}

.contents-box li{
}

.blog-link li{
  list-style-type: disc;
}

.card-button .btn-detail {
    background: #4a12f1;
    color: white;
    padding: 8px 40px;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-block;
    min-width: 120px;
    margin:0 auto 6rem;
}

.card-button{
    text-align: center;
    padding: 2rem 0;
}

.contentsbox .horizon-edition-title h4{
  margin-bottom:0rem;
  text-align: left;
}

.horizon-edition-title.green2{
  color:#78be20;
  text-align: left;
font-weight: normal;
margin-bottom: 0;
}

.horizon-edition-title.aqua{
color:#00c1d5;
text-align: left;
font-weight: normal;
margin-bottom: 0;
}


.h-area.child.bk-grd-omn{
  background-image:url(../../images/commons_main.png);
background-size: cover;
  background-repeat: no-repeat;
  /* background: rgb(2, 32, 98);
  background: -moz-linear-gradient(45deg, rgb(2, 32, 98) 0%,#4c15f0 86%,rgb(206, 9, 253) 100%);
  background: -webkit-linear-gradient(45deg, rgb(2, 32, 98) 0%,#4c15f0 86%,rgb(206, 9, 253) 100%);
  background: linear-gradient(45deg, rgb(2, 32, 98) 0%,#4c15f0 86%,rgb(206, 9, 253) 100%); */
}

@media only screen and (max-width: 896px) {
    .contents-box h3{
        font-size: 2.2rem;
        margin:1rem auto;
        text-align: left;
    }
    .contents-box h4 {
        text-align:center;
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    .contents-box p{
        font-size: 1.4rem;
        text-align: left;
    }
    .horizonUpdate--ancBlock{
    display: block;
    margin: 40px auto;
    }
    .horizonUpdate--ancBlock li{
        list-style: none;
        margin: 0;
        width: 100%;
    }
    .horizonUpdate--ancBlock li:nth-child(n+2){
        margin-top: 20px;
        }
    .horizonUpdate--ancBlock li a{
        padding: 12px 0 24px;
        border-radius: 6px;
    }
    .horizonUpdate--ancBlock li a::after{
        bottom: 14px;
    }
    .tableBox.last{
        margin-bottom: 2rem;
    }
    
/*Tanzu-ex03*/
    .tanzu-ex03{
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .tanzu-ex03 .tanzu--fattl{
    left: calc(50% - 100px);
    width: 200px;
}
    .tanzu-ex03--faBox dl{
        min-height: inherit;
    }
    .tanzu-ex03--faBox dl dt,
    .tanzu-ex03--faBox dl dt.mtn{
        margin-top: 0;
    }
    
    .tanzu-ex03--faBox dl dd{
        min-height: inherit;
    }
    .tanzu-ex03--faBox li,
    .tanzu-ex03--faBox li:nth-child(2){
        width: 100%;
        margin: 2%;
    }
    .tanzu-ex03--faBox dl .appname{
        min-height: 6rem;
    }
    .tanzu-ex03--note{
        padding: 0;
        margin: 0 2% 2%;
        background-color: transparent;
    }
    .tanzu-ex03--note dt{
        width: 60%;
        background-color: #f2f2f2;
		margin-right:1rem;
        padding: 6% 0;
    }

    /* Platform Box */
.tanzuPlatformBox {
  padding: 20px;
  margin-bottom: 4rem;
}
.tanzuPlatformBox h3 {
  font-size: 2.4rem;
}
/* .tanzuPlatformBox h3 span {
  display: inline-block;
  padding-left: 50px;
  position: relative;
} 
.tanzuPlatformBox h3 span::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/tanzu-by-broadcom-icon.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
} */
.tanzuPlatformBox .tanzuPlatformInner {
  padding: 10px;
}
.tanzuPlatformBox .tanzuPlatformInner:nth-of-type(n+2) {
  height: auto;
}
.tanzuPlatformBox .tanzuPlatformInner ul.flex {
  display: block;
  margin-top: 10px;
}
.tanzuPlatformBox .tanzuPlatformInner ul.flex li {
  padding: 10px;
  width: 100%;
}
.tanzuPlatformBox .tanzuPlatformInner ul.flex li.cloudfoundrybox span {
  padding-left: 40px;
  padding-right: 0;
}
.tanzuPlatformBox .tanzuPlatformInner ul.flex li.cloudfoundrybox span::before {
  width: 30px;
  height: 30px;
  /* background: url(../images/cloudfoundry.png) no-repeat right center / contain; */
  right: auto;
  left: 0;
}
.tanzuPlatformBox .tanzuPlatformInner ul.flex li.kubernetesbox {
  margin-top: 10px;
}
.tanzuPlatformBox .tanzuPlatformInner ul.flex li.kubernetesbox span {
  padding-left: 40px;
}
.tanzuPlatformBox .tanzuPlatformInner ul.flex li.kubernetesbox span::before {
  width: 30px;
  height: 30px;
}

/*vSphere*/
    
#vsphere .flex.halflist{
    flex-wrap: wrap-reverse;
}
#vsphere .halflist ol.supTx{
    margin-right: 0;

    font-size: 1em;
}
#vsphere .halflist ol li{
    margin-left: 2.5rem;
}
#vsphere .upg-tex ul{
    display:block;
}
#vsphere .upg-tex li:first-child{
    margin-right: 0;
}
    
.vsphere--upgrade.row div.col2of4{
    border-top: 1px solid #ccc;
    margin-bottom: 0;
    padding: 1% 0;
}
.vsphere--upgrade.row div:first-child{
    border-top: none;
    }
.vsphere--upgrade.row div:nth-child(even){
    border-left:none;
}
    
/*vsphere--update*/
    
  .vsphere--update {
  }
  .vs--licenseBox.flex {
      width: 100%;
      flex-wrap: wrap;
      align-items: baseline;
  }
  .vs--licenseBox.flex .col4 {
      width: 50%;
  }
  .vs--licenseBox.flex .col4:nth-child(n+2) {
      margin-top: 2rem;
  }
  .vs--licenseBox dt img {
      max-width: 98px;
  }
  .vsphere--update .versionBox .vs-box01,
  .vsphere--update .versionBox .vs-box02 {
      width: 100%;
  }
  .vsphere--update .versionBox .vs-arrowBox{
      width: 100%;
      height: 100px;
      background-size: 60px;
      transform: rotateZ(90deg);
  }
    
    
  /* NSX */
  
  .nsx--editionWrap .row .col4of4 {
      width: calc(50% - 4px);
      margin-bottom: 1rem;
  }
  .nsx--editionWrap .row.rev{
      flex-direction: row;
  }
  .nsx--editionWrap .nsx--editionBox.type2{
      width: 100%;
  }
  .nsx--editionWrap .nsx--editionBox.type2 dl{
      padding: 4%;
  }

  /* Spring Runtime */
  .spring_runtime_block01 {
    padding: 0;
    justify-content: space-between;
  }
  .spring_runtime_block01 dl {
    margin-bottom: 20px;
  }
  .spring_runtime_block01 dt figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    height: 90px;
  }
  .spring_runtime_block01 dt figure img {
    width: 60%;
    max-width: 100%;
  }

  .spring_runtime_block02 {
    background-color: #F5F5F5;
    padding: 20px;
  }
  .spring_runtime_block02_inner {
    display: block;
  }
  .spring_runtime_block02_inner dl {
    margin: 20px 0 0;
  }

  .spring_runtime_block03 {
    padding: 20px;
    /* display: block; */
  }
  .spring_runtime_block03 img {
    /* display: block; */
    /* margin: 0 auto 30px; */
    margin-right: 20px;
    width: 60%;
  }
  .spring_runtime_block03 p {
    max-width: 630px;
  }

  #spring-runtime .btn-area {
    margin-top: 2em;
  }
  #spring-runtime .qaList:not(:last-child) {
    margin-bottom: 4em;
  }
  #spring-runtime .qaList dt {
    font-weight: bold;
  }
  #spring-runtime .qaList dt:nth-of-type(n+2) {
    margin-top: 2em;
  }

  /* Spring */
  .spring_flex01 {
    display: block;
    margin-bottom: 20px;
  }
  .spring_flex01_img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
  }
  .spring_flex01_txt {
    width: 100%;
  }

  .spring_flex02 {
    display: block;
  }
  .spring_flex02_img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
    text-align: center;
  }
  .spring_flex02_img img {
    width: 40%;
    max-width: 200px;
  }
  .spring_flex02_txt {
    width: 100%;
  }

  .spring-inner-box {
    padding: 20px;
    margin-top: 20px;
  }

  .linkbox {
    background-color: #F5F5F5;
    padding: 20px;
  }
  .linkbox h3 {
    display: block;
    height: auto;
  }
  .linkbox .btn-area {
    margin-top: 20px;
  }

  .info-block.nonttl {
    padding-top: 20px;
  }
  .info-block.nonttl:nth-child(n+2) {
    margin-top: 30px;
  }

  /* Desktop Hypervisor Pro */
  .dhp-about01 {
    /* margin-top: 4rem; */
    display: block;
  }
  .dhp-about01 .flexitem {
    width: 100%;
    padding: 20px;
    display: block;
  }
  .dhp-about01 .flexitem:nth-child(n+2) {
    margin-top: 2rem;
  }
  .dhp-about01 .flexitem figure {
    width: 50%;
    text-align: center;
    margin: 0 auto 2rem;
  }
  .dhp-about01 .flexitem div {
    width: 100%;
  }
  .dhp-about01 .flexitem div .ttl {
    font-size: 16px;
  }
  .dhp-h4 {
    font-size: 20px;
    margin-top: 4rem;
  }
  .dhp-bg-block {
    padding: 20px;
  }
  /* .dhp-bg-block h4 {
    border-bottom: none;
    padding-bottom: 0;
  } */
  .dhp-bg-block .flex {
    display: block;
  }
  .dhp-bg-block .flexitem {
    width: 100%;
  }
  .dhp-bg-block .flexitem:nth-child(n+2) {
    margin-top: 2rem;
  }
  .dhp-bg-block .flexitem dt {
    padding: 10px;
    font-size: 18px;
  }
  .dhp-bg-block .flexitem dd {
    padding: 10px;
  }
  .tbl-dhp {
    font-size: 14px;
  }
  .dhp-faqbox dt {
    font-size: 16px;
    margin-top: 30px;
    padding: 20px 0;
  }

  /* Omnissa Horizon */
  .contents-box p + h4.no-border {
    margin-top: 4rem;
  }
  .bggray-box {
    padding: 20px;
  }
  .bggray-box + h3 {
    margin-top: 4rem;
  }
  .oh-vsan-box {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border: #CCC solid 1px;
    padding: 20px;
  }
  .oh-vsan-inner {
    display: block;
  }
  .oh-vsan-txt {
    margin-right: 0;
    margin-bottom: 2rem;
    width: 100%;
  }

  /* oh-deffig */
  .oh-deffig-wrap {
    display: block;
    margin-bottom: 4rem;
  }
  .oh-deffig-item {
    padding-bottom: 0;
  }
  .oh-deffig-bundle {
    width: 100%;
  }
  .oh-deffig-novsphere {
    width: 100%;
    margin-left: 0%;
    margin-top: 4rem;
  }
  .oh-deffig-bundle-title {
    margin-bottom: 0;
  }
  .oh-deffig-item-inner {
    display: block;
  }
  .oh-deffig-item .prodlist.vcf {
    margin-top: 2rem;
  }
  .oh-deffig-item .btmtxtbox {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .oh-deffig-item.oh-deffig-bundle .btmtxtbox {
    min-height: 0;
  }
  .oh-deffig-item.oh-deffig-novsphere .btmtxtbox {
    min-height: 0;
  }

  /* New Cloud Foundation */
  .cfflex01 {
    margin: 40px auto 20px;
    justify-content: space-between;
  }
  .cfflex01 .flexitem {
    width: 30%;
  }
  .cfflex01 .flexitem:nth-child(n+2) {
    margin-left: 0;
  }
  .cfflex01 figure {
    text-align: center;
  }
  .cfflex01 figure img {
    width: 100%;
  }
  
  .cfflex02 {
    flex-wrap: wrap;
  }
  .cfflex02 .flexitem {
    width: 48%;
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
  }
  .cfflex02 .flexitem:nth-child(n+3) {
    margin-top: 30px;
  }
  
  .cfflex03 {
    width: 100%;
    margin: 0 auto 40px;
    justify-content: space-between;
    padding-right: 0;
  }
  .cfflex03 .flexitem {
    width: 30%;
  }
  .cfflex03 .flexitem dt {
    text-align: center;
    font-weight: bold;
  }
  .cfflex03 .flexitem dd {
    font-size: 13px;
  }
  
}

#horizon .liquidImg{
  width:90%;
}

p.tx-center{
  text-align: center;
}

.contents-box p{
  margin-bottom: 5rem;
}

#wsone .liquidImg{
  width:90%;
}

p.tx-center{
  text-align: center;
}

section h4{
  font-size:2.3rem;
}

/* -------------------------------
   Lightbox
------------------------------- */
.col2of4 .lightbox-trigger,
.flexbox .lightbox-trigger{
  cursor: zoom-in;
  display: inline-block;
}
.col2of4 .lightbox-trigger img,
.flexbox .lightbox-trigger img{
  transition: opacity 0.2s ease;
}
.col2of4 .lightbox-trigger:hover img,
.flexbox .lightbox-trigger:hover img{
  opacity: 0.8;
}
.lightbox-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
}
.lightbox-overlay.active{
  display: flex;
}
.lightbox-overlay img{
  max-width: 90%;
  max-height: 90vh;
  border-radius: 4px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.5);
  background: #fff;
  padding: 1rem;
}
.lightbox-close{
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 3.6rem;
  cursor: pointer;
  line-height: 1;
  z-index: 10001;
}
.lightbox-close:hover{
  color: #ccc;
}