

.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%);
   /*  background: linear-gradient(45deg, #fff 0%, #adeb7a 35%, #2EC1D5 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%);
}


.frame-header-sky {background: linear-gradient(45deg, #fff 0%, #35d4e7 100%);}

.frame-header-jbcc {background: linear-gradient(45deg, #fdfefe 0%, #b6c7dd 100%);　}
.frame-header-jbcc::after {background: linear-gradient(to right, #b6c7dd 0%, #fff 60%);}

.frame-header-dis {color: #fff; background: url(/extra/vmware_202204/media/bg_dis.jpg) no-repeat bottom center;}
.frame-header-dis::before, .frame-header-dis::after {display: none;}
.logo-dxcloud {position: absolute; top: calc(50% - 25px); left: 60%; z-index: 6;}


.frame-header-tis {background: linear-gradient(45deg, #fff 0%, #B7E8EE 35%, #027e9b 100%);}
.frame-header-tis::after {background: linear-gradient(to right, #027e9b 0%, #B7E8EE 35%, #fff 100%);}

.frame-header-hpe {background: linear-gradient(45deg, #fff 0%, #32DAC8 100%);}
.frame-header-hpe::after {background: linear-gradient(to right, #1AA982 0%, #32DAC8 30%, #fff 60%);}

.frame-header-nec {background: linear-gradient(45deg, #fff 10%, #a5ace5 60%, #04127C 90%);}
.frame-header-nec::before {opacity: .5;}
.frame-header-nec::after {background: linear-gradient(to right, #04127C 0%, #a5ace5 30%, #fff 60%);}


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.adspecial {
  margin-bottom: 24px;
  color: #007696;
  font-size: 2rem;
  text-align: center;
  font-feature-settings: "palt" 1;
}

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%);
}

.lead-btn {
    margin: 24px 0 80px;
    display: inline-block;
    min-width: 60%;
    padding: 16px;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    background: linear-gradient(to right, #029cc9 0%, #4cc137 100%);
}
.article-contents a.lead-btn:hover {
  color: #fff !important;
   background: linear-gradient(to right, #029cc9 0%, #029cc9 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;}




/* SPECIAL ------------------------------- */

/* summary */
.summary {
  position: relative;
  max-width: 860px;
  margin: 0 auto 160px;
  padding: 24px 24px 16px;
  background: 
linear-gradient(to right, #2EC1D5 0%, #adeb7a 100%) no-repeat top left /100% 4px,
linear-gradient(to bottom, #2EC1D5 0%, #adeb7a 100%) no-repeat top left /4px 100%,
linear-gradient(to right, #adeb7a 0%, #2EC1D5 100%) no-repeat bottom left /100% 4px,
linear-gradient(to bottom, #adeb7a 0%, #2EC1D5 100%) no-repeat top right /4px 100%;
box-shadow: 0 16px 24px #ccc;
}


.summary::before,
.summary::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 20%;
  left: -220px;
  background: url(/extra/vmware_202204/media/cloud2.png) no-repeat center center /contain;
}
.summary::after {
  left: auto;
  right: -200px;
  top: calc(100% - 150px);
  background: url(/extra/vmware_202204/media/cloud_sun.png) no-repeat center center /contain;
}

.summary p {
  padding-bottom: 16px;
}

/* tieup */
.tieup {
  padding: 80px 0;
  background: linear-gradient(45deg, #0bbbe9 0%, #7aebe8 35%, #fff 100%)
}

.tieup .tieup-item {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  font-size: 1.25rem;
  background: #fff;
}
.tieup .tieup-item:hover {background: #E1EFF7;}
.tieup .tieup-thumb {
  flex-shrink: 0;
  width: 50%;
  margin-right: 24px;
}
.tieup .tieup-title {
  padding-right: 24px;
  font-size: 1.5rem; 
  line-height: 1.3;
}
.tieup .tieup-title small {
  display: block;
  font-size: 1rem;
  margin-top: 8px;
}


/* wp */
.wp {
  padding: 40px 0;
  background: #d7f7f6 url(/extra/vmware_202204/media/pattern_cloud.png) top left;
}

.wp form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.wp form .search-box {
  width: 90%;
}
.wp form ul {
  display: flex;
  width: 100%;
}
.wp form li {
  width: 100%;
  text-align: center;
}

.wp form li:first-of-type .wp-label {
  margin-left: 0;
}

.wp input[type="radio"] {
  display: none;
}


.wp .wp-label,
.reset-button {
  margin: 0 8px;
  padding: 8px 0;
  color: #1D7696;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  border: 2px solid #1D7696;
  border-radius: 50px;
}
.wp form li:nth-of-type(2) .wp-label {
  border-color: #50a053;
  color: #50a053;
}
.wp form li:nth-of-type(2) input[type="radio"]:checked + label,
.wp form li:nth-of-type(2) .wp-label:hover {color: #fff; background: #50a053;}

.wp form li:nth-of-type(3) .wp-label {
  border-color: #7656ac;
  color: #7656ac;
}
.wp form li:nth-of-type(3) input[type="radio"]:checked + label,
.wp form li:nth-of-type(3) .wp-label:hover {color: #fff; background: #7656ac;}


.wp input[type="radio"]:checked + label,
.wp .wp-label:hover {
  background: #1D7696;
  color: #ffffff;
}
.wp .wp-label {
  display: block;
  cursor: pointer;
}

.is-hide {
  display: none;
}

.list-toggle {
  display: block;
}

.reset {
  width: 10%;
}
.reset-button {
  margin: 0;
  padding: 8px;
  background: #fff;
  border: none;
  cursor: pointer;
}



.wp-list,
.report-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.wp-list li,
.report-list li {
  width: 19%;
  margin: 0 .5% 24px;
}
.wp-list li a,
.report-list li a {
  display: block;
  height: 100%;
  padding: 20px;
  background: #fff;
  transition: box-shadow .4s;
}
.wp-list li a:hover,
.report-list li a:hover {
  box-shadow: 0 3px 8px #6994ad;
}
.wp-list li .wp-thumb,
.report-list li .report-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  margin-bottom: 8px;
  text-align: center;
}
.wp-list li img,
.report-list li img {
  max-width: 100%;
  max-height: 100%;
  border: 2px solid #efefef;
}
.wp-list li .wp-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 8px;
  font-size: .85rem;
  color: #fff;
  line-height: 1;
  background: #1D7696;
}

.wp-list li .wp-tag2 {background: #50a053;}
.wp-list li .wp-tag3 {background: #7656ac;}

.wp-list li .wp-title,
.report-list li .report-title {
  font-size: .9rem;
  line-height: 1.3;
}




/* report */
.report {
  padding: 40px 0;
  background: #d7f7f6 url(/extra/vmware_202204/media/pattern_cloud.png) top left;
}
.report p {
  padding-bottom: 16px;
}
.wp-list, .report-list {
    justify-content: center;
}
.report-list li {
    width: 30%;
    margin: 0 .5% 24px;
}
.report-list li .report-thumb {
    height: 100px;
}





/* sponsor */
.sponsor {padding: 40px 0;}
.logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-list li {
    width: 23%;
    padding: 10px 20px;
    margin: 0 1% 8px;
}


@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: 800px) {
  .tieup {
    padding: 40px 0;
  }
  .tieup .tieup-item {width: 100%;}
  .tieup .tieup-thumb {width: 30%;}
  .tieup .tieup-title {font-size: 1rem;}
  .tieup .tieup-title small {display: none;}

  .wp-list li a {padding: 8px;}
  .wp .wp-label, .reset-button {margin: 0 2px;}
  .reset {width: 20%; flex-shrink: 0; text-align: right;}
  
   .logo-list li {
    width: 31%;
  }

}


@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.adspecial {font-size: 1.25rem;}
  
.link-vmc a {
  font-size: 1rem;
}
   
  .tieup .tieup-title {font-size: .85rem;}

  .wp form {display: block;}
  .wp form .search-box {width: 100%; margin-bottom: 8px;}
  .wp form ul {flex-wrap: wrap; justify-content: center;}
  .wp form li {width: auto; margin-bottom: 8px;}
  .wp-list li {margin-bottom: 8px;}
  .wp-list li .wp-thumb {height: 100px;}
  .wp .wp-label {padding: 2px 8px; font-size: .675rem;}
  .wp-list li .wp-tag {font-size: .675rem;}
  .wp-list li .wp-title {font-size: .75rem;}
  .reset {width: 100%; text-align: center;}
  .reset-button {padding: 2px 8px; font-size: .675rem;}

   .report-list li,
   .wp-list li,
   .logo-list li {
    width: 48%;
    font-size: .85rem;
  }
}
