

.adspecial_type1 {
  max-width: none !important;
  color: #444;
}
.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.block_sponsored {
  text-align: center;
  border-top: 1px solid #ccc;
}
footer {margin-top: 0;}

.contents-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.article-contents {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}
.article-contents p {text-indent: 1em; color: #333;}
.article-contents p.interviewer {text-indent: 0; font-weight: bold;}
.article-contents p span[class^="person"] {margin-left: -1em;}

/* フレーム設定-------------------------------------------------------------------------------- */


.vmware-hero {
  position: relative;
   height: 400px;
  margin-bottom: 80px;
}
.vmware-hero .cloud {
  position: absolute;
  z-index: 5;
  max-width: 100%;
  opacity: 0;
  transform: translateY(50px);
  animation: flowup .6s linear .5s 1 forwards;
}
.vmware-hero .cloud:first-of-type {
  top: -10%;
  right: -10%;
  width: 35%;
}
.vmware-hero .cloud:nth-of-type(2) {
  top: 15%;
  right: 25%;
  width: 25%;
  animation: flowup .6s linear .8s 1 forwards;
}
.vmware-hero .cloud:nth-of-type(3) {
  top: 10%;
  right: 10%;
  width: 35%;
  animation: flowup .6s linear 1.8s 1 forwards;
}
.vmware-hero .cloud:nth-of-type(4) {
  bottom: -15%;
  right: -10%;
  width: 40%;
  animation: flowup .6s linear 1.2s 1 forwards;
}
.vmware-hero .cloud:nth-of-type(5) {
  bottom: -10%;
  right: 30%;
  width: 20%;
  animation: flowup .6s linear 1.5s 1 forwards;
}

@keyframes flowup {
  0% {transform: translateY(50px); opacity: 0;}
  100% {transform: translateY(0); opacity: 1;}
}

.frame_header {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: linear-gradient(45deg, #fff 0%, #7aebe8 35%, #0bbbe9 100%);
}

.frame_header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/extra/vmware_202204/media/arrow.png) no-repeat bottom center;
  background-size: cover;
}

.frame_header::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: linear-gradient(to right, #2EC1D5 0%, #adeb7a 35%, #fff 100%);
}

.link-archive a {
  display: block;
  margin-bottom: 80px;
  padding: 24px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 15px;
}
.link-archive a:hover {color: #fff !important;}

.link-archive.vmware a {background: linear-gradient(to right, #35d4e7 0%, #7aebe8 100%);}
.link-archive.vmware a:hover {background: linear-gradient(to right, #35d4e7 0%, #35d4e7 100%);}
.link-archive.dis a {background: linear-gradient(to right, #103B6A 0%, #1F5FA4 100%);}
.link-archive.dis a:hover {background: linear-gradient(to right, #103B6A 0%, #103B6A 100%);}
.link-archive.hp a {background: linear-gradient(to right, #00bca8 0%, #32DAC8 100%);}
.link-archive.hp a:hover {background: linear-gradient(to right, #00bca8 0%, #00bca8 100%);}
.link-archive.tis a {background: linear-gradient(to right, #027e9b 0%, #7fcbd5 100%);}
.link-archive.tis a:hover {background: linear-gradient(to right, #027e9b 0%, #027e9b 100%);}



h1.adspecial {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  font-size: 2rem;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}
h1.adspecial small {
  display: block;
  margin-top: 16px;
  font-size: 1.25rem;
}


h2.ttl-article {
  position: relative;
  margin-top: 40px;
  padding: 16px 0 24px;
  border-top: 4px solid #eee;
}
h2.ttl-article::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 150px;
  height: 4px;
  background: linear-gradient(to right, #2DB3D2 0%, #58BD52 50%, #6FBE2E 100%);
}

.link-vmc {
  position: relative; 
    margin-bottom: 40px;
  background: linear-gradient(45deg, #0bbbe9 0%, #7aebe8 100%);
}
.link-vmc::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/extra/vmware_202204/media/arrow.png) no-repeat bottom center;
    background-size: cover;
  opacity: .5;
}
.link-vmc::after {
  content: "";
    position: absolute;
  top: calc(50% - 12px);
  right: 24px;
  display: block;
  width: 24px;
  height: 24px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}


.link-vmc a {
  position: relative;
  z-index: 5;
  display: block;
    padding: 24px 64px 24px 24px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}
.link-vmc a:hover {color: #299DC8 !important;}


@media screen and (max-width: 960px) {
  .logo-dxcloud {top: 24px; left: 24px;}
  .summary {margin-bottom: 40px;}
  .summary::before,
  .summary::after {display: none;}

  .wp-list li {
    width: 32%;
    margin: 0 .52% 24px;
  }
}



@media screen and (max-width: 640px) {
  .contents-inner {padding: 0 16px;}

  h1.adspecial {font-size: 1.5rem;}
  h1.adspecial br, h1.adspecial small br{display: none;}
  h1.adspecial small {
  font-size: .85rem;
  line-height: 1.3;
  font-weight: normal;
   }

  h2.ttl-article {line-height: 1.3;}
  h2.ttl-article br {display: none;}

  .link-archive a {
  padding: 16px 8px;
  font-size: .85rem;
}

.link-vmc a {
  font-size: 1rem;
}

}
