


/* フレーム設定-------------------------------------------------------------------------------- */


#adspecial_vmware_webinar202008{
margin-left: 0;
padding: 0;
}


.frame_col_left_container {
padding: 0 24px;}


#adspecial_vmware_webinar202008.adspecial_type1 .frame_col_left_inner{
padding:0;
}


#contents{padding:0 !important;}
#content{padding:0 !important;}

#adspecial_vmware_webinar202008.adspecial_type1{
width:100%;
max-width: 1200px !important;
margin:0 auto !important;
}


#adspecial_vmware_webinar202008.adspecial_type1 .block_sponsored{
clear:both;
margin-top: 48px;
padding-top: 24px;
border-top: 1px solid #ccc;
text-align: center;
}




/* Headline/見出し/リード文設定-------------------------------------------------------------------------------- */

.head_title {
position: relative;
height: 300px;
overflow: hidden;
background: url(/info/event/vmware/202008/media/head_title.jpg) no-repeat top center;
}

.head_title .ttl-txt {
position: absolute;
top: 64px;
left: 0;
width: 100%;
text-align: center;
}
.head_title .ttl-txt img {
opacity: 0;
transform: scale(.95, .95);
animation: fadein 1.8s ease-in-out .5s 1 forwards;
}

@keyframes fadein {
0% {opacity: 0; transform: scale(.95, .95);}
100% {opacity: 1; transform: scale(1, 1);}
}



.head_title h1 {
position: absolute;
bottom: -30px;
left: 0;
width: 100%;
z-index: 5;
margin: 0;
padding: 4px 0;
color: #fff;
font-size: 24px;
font-weight: normal;
line-height: 1.3;
text-align: center;
background: rgba(0,0,0,0.5); 
opacity: 0;
animation: fadeup .8s ease-out 1.3s 1 forwards;
}

@keyframes fadeup {
0% {opacity: 0; bottom: -30px;}
100% {opacity: 1; bottom: 0;}
}


h2.adspecial {
position: relative;
margin-bottom: 24px;
padding:  16px;
color: #444;
font-weight: normal;
font-size: 1.5rem;
text-align: center;
border: none;
background: #f5f5f5;
}
h2.adspecial::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #308BD5 0%, #5E39A5 100%);
}



.info_date {
position: relative;
margin-bottom: 24px;
padding: 24px 16px;
font-size: 1rem;
line-height: 1.6;
    color: #444;
    background-color: #f5f5f5;
text-align: center;
}

.info_date::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #308BD5 0%, #5E39A5 100%);
}


.lead .lead-ttl {
  color: #308BD5;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}


.lead p {margin-bottom: 16px;}


.prerelease {
  display: flex;
  margin: 48px 0 80px;
  background-color: #efefef;
 }

.prerelease a {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 12px;
  color: #fff;
  text-align: center;
  background: #3676C9;
  border-radius: 50px;
}
.prerelease a:hover {color: #fff !important; background: #308AD5;}

.prerelease .prerelease-thumb {
  display: flex;
  align-items: center;
  width: 40%;
  flex-shrink: 0;
  padding: 24px;
}

.prerelease .prerelease-txt {padding: 24px;}
.prerelease .prerelease-txt .prerelease-ttl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
}



.section-w {
margin: 0 0 48px 0;
padding: 24px;
border-radius: 15px;
background: #ffffff;
box-shadow:  16px 16px 32px #e3e3e3, 
             -16px -16px 32px #ffffff;
}
.section-summary {
padding: 24px 0;
}


.session {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.session-company {
position: relative;
margin-bottom: 16px;
padding: 8px;
color: #308BD5;
background-color: #f5f5f5;
}

h4.session-ttl {
padding: 8px 0 16px;
font-feature-settings: "palt" 1;
}


.session-panel {
width: 50%;
margin-bottom: 48px;
padding: 24px;
}
.session-panel.session-vmware,
.session-panel.document-panel {width: 100%;}


.session-contents {
display: flex;
justify-content: space-between;
}
.document-panel .session-contents {justify-content: left;}

.session-contents li {
display: block;
width: 48%;
}

.session-panel.session-vmware .session-contents li  {
width: 24%;
}

.session-panel.document-panel .session-contents li  {
width: 23%;
margin: 0 1% 24px;
font-size: 0.875rem;
}


.session-contents a {
display: block;
}
.session-contents a.link-notice {
display: inline-block;
margin-top: 16px;
font-size: 0.85rem;
line-height: 1.3;
color: #1174c7;
}

.session-contents p {line-height: 1.3;}


.session-contents li:first-of-type .session-thumb,
.session-vmware .session-contents li:nth-of-type(3) .session-thumb {position: relative;}
.session-contents li:first-of-type .session-thumb::before,
.session-vmware .session-contents li:nth-of-type(3) .session-thumb::before {
content: "";
position: absolute;
top: calc(50% - 24px);
left: calc(50% - 24px);
display: block;
width: 48px;
height: 48px;
border-radius: 50%;
background: rgba(0,0,0,.4);
}
.session-contents li:first-of-type .session-thumb::after,
.session-vmware .session-contents li:nth-of-type(3) .session-thumb::after {
content: "";
position: absolute;
top: calc(50% - 12px);
left: calc(50% - 5px);
border-style: solid;
border-width: 12px 0 12px 16px;
border-color: transparent transparent transparent #ffffff;
}
.document-panel .session-contents li .session-thumb::before,
.document-panel .session-contents li .session-thumb::after {display: none;}

.session-thumb {
margin-bottom: 8px;}

.session-thumb img {
width: 100%;
vertical-align: bottom;
border: 1px solid #ccc;
}

.document-panel .session-thumb {
display: flex;
justify-content: center;
align-items: center;
min-height: 150px;
}
.document-panel .session-thumb img {
width: auto;
max-height: 150px;
}


[class^="session-label"] {
font-size: 14px;
margin-bottom: 16px;
padding: 0 4px;
color: #fff;
font-weight: bold;
text-align: center;
background-color: #64B159;
}
.session-label-document {
background-color: #404CB3;
}



.list-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list-logo li {
    width: 25%;
    margin-bottom: 24px;
    padding: 16px;
    text-align: center;
}


/* responsive ********************************************************************/

@media (max-width: 959px) {
.prerelease {
  display: block;
 }
.prerelease .prerelease-thumb {
  display: block;
  width: 100%;
  text-align: center;
  padding: 24px 24px 0;
}
.prerelease .prerelease-thumb img {max-width: 100%;}
.prerelease .prerelease-txt p {display: none;}
}




@media (max-width: 767px) {
  .head_title h1 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin: 0;
  }



.session-panel {
width: 100%;
}
.session-panel.session-vmware .session-contents,.session-panel.document-panel .session-contents {flex-wrap: wrap;}
.session-panel.session-vmware .session-contents li,
.session-panel.document-panel .session-contents li  {width: 48%; padding: 24px 0;}
.document-panel .session-thumb {
min-height: 0;
}

.list-logo li {
    width: 50%;
}

}


@media (max-width: 480px) {
  .head_title h1 {
    font-size: 18px;
  }
  .head_title h1 span {
    font-size: 11px;
  }
  .section-w {padding: 0;}
  .session-company {font-size: 16px; line-height: 1.3;}
  .session-contents {display: block;}
  .session-contents li,.session-panel.session-vmware .session-contents li,.session-panel.document-panel .session-contents li   {width: 100%; padding: 24px 0;}
  .session-thumb {text-align: center;}
}

