


.adspecial_type1 {
  margin-top: 0;
  padding-top: 0;
  max-width: none !important;
}

.article-contents {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 16px;
}

footer {
  margin-top: 0;
}


.head_title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    padding-left: 10%;
    color: #fff;
    background: url(/info/event/vmware/202307/media/head_title.jpg) no-repeat center right;
    background-size: cover;
}
.head_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #3164ED;
    opacity: .4;
}
.head_title h1 {
    position: relative;
    z-index: 5;
    font-size: clamp(1.25rem, 6vw, 3.2rem);
    line-height: 1;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 3px 3px 0 #3164ED;
    font-feature-settings: "palt" 1;
}
.head_title h1 span {
    position: relative;
    display: inline-block;
  margin-bottom: 8px;
}
.head_title h1 span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #3164ED;
    transform: scale(1, 1);
    transform-origin: top right;
    animation: wipe .2s linear .5s 1 forwards;
}
.head_title h1 span:nth-of-type(2)::after {animation: wipe .2s linear .7s 1 forwards;}
.head_title h1 span:nth-of-type(3)::after {animation: wipe .2s linear .9s 1 forwards;}

@keyframes wipe {
  0% {transform: scale(1, 1);}
  100% {transform: scale(0, 1);}
}

.head_title small {
  position: relative;
  z-index: 5;
  margin-top: 16px;
  padding: 4px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(0.85rem,2vw,1.125rem);
  line-height: 1.3;
  background: #3164ED;
}


#adspecial_vmware_202308.adspecial_type1 h2.adspecial {
    position: relative;
    margin: 48px 0 24px;
    padding: 16px;
    color: #444;
    font-size: clamp(1.125rem,2.4vw,1.5rem);
    line-height: 1.3;
    border: 1px solid #308AD5;
    border-top: 4px solid #308AD5;
    background: #f5f5f5;
}
#adspecial_vmware_202308.adspecial_type1 h2.adspecial::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(to bottom, #308AD5 0%, #78BE21 100%);
}


#adspecial_vmware_202308.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
   text-indent: 1em;
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_vmware_202308.adspecial_type1 .frame_col_left #block_story p.adspecial-lead {
  padding: 24px;
  background: #f5f5f5;
  margin: 24px 0;
}


.link-archive a {
    display: block;
    margin-bottom: 80px;
    padding: 24px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    background: #0b6de9;
}
.link-archive a:hover {
    color: #fff !important;
    background: #4cc0de;
}


#adspecial_vmware_202308.adspecial_type1 .block_sponsored {
  clear: both;
  padding: 5px 10px;
  text-align: center;
  background: #f5f5f5;
}


@media screen and (max-width: 800px) {
  #adspecial_vmware_202308.adspecial_type1,
  #adspecial_vmware_202308.adspecial_type1 .frame_col_right_container,
  #adspecial_vmware_202308.adspecial_type1 .frame_col_left_container,
  #adspecial_vmware_202308.adspecial_type1 .frame_col_left,
  #adspecial_vmware_202308.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_vmware_202308.adspecial_type1 .article_body .left,
  #adspecial_vmware_202308.adspecial_type1 .article_body .right,
  #adspecial_vmware_202308.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_vmware_202308.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_vmware_202308.adspecial_type1 .block_right_plink {
    display: none;
  }
}


