


/* フレーム設定-------------------------------------------------------------------------------- */


#adspecial_vmware_webinar202005{
margin-left: 0;
padding: 0;
}


.frame_col_left_container {
padding: 0 24px;}


#adspecial_vmware_webinar202005.adspecial_type1 .frame_col_left_inner{
padding:0;
}


#contents{padding:0 !important;}
#content{padding:0 !important;}

#adspecial_vmware_webinar202005.adspecial_type1{
width:100%;
max-width: 1200px !important;
margin:0 auto !important;
}


#adspecial_vmware_webinar202005.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;
    margin-bottom: 24px;
    background: url(/info/event/vmware/202005/media/head_title.jpg) no-repeat top center;
}

.head_title h1 {
    float: left;
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 50px;
    color: #fff;
    font-size: 32px;
    line-height: 1.3;
    text-shadow: 0 0 3px #000;
font-feature-settings: "palt" 1;
}

.head_title h1 span {
    display: block;
    font-size: 16px;
    background: rgba(0,0,0,0.5);
    margin-bottom: 8px;
    padding: 4px 8px;
}


h2.adspecial {
    position: relative;
    margin-bottom: 16px;
    padding: 16px;
    color: #444;
    font-weight: normal;
    font-size: 1.5rem;
    border: none;
    background: #f5f5f5;
}
h2.adspecial::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(to bottom, #62BF50 0%, #308BD5 100%);
}


.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;
}

.session {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.session-company {
position: relative;
margin-bottom: 16px;
padding: 8px 8px 8px 32px;
color: #308BD5;
background-color: #f5f5f5;
}
.session-company::before {
content: "";
position: absolute;
left: 8px;
top: calc(50% - 8px);
display: block;
width: 16px;
height: 16px;
border-radius: 50%;
background: linear-gradient(to bottom, #62BF50 0%, #308BD5 100%);
}
h4.session-ttl {
padding: 8px 0 16px;
font-feature-settings: "palt" 1;
}


.session-panel {
width: 48%;
margin-bottom: 48px;
padding: 24px;
border-radius: 15px;
background: #ffffff;
box-shadow:  16px 16px 32px #ccc,  -16px -16px 32px #ffffff;
}
.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 {
text-align: center;
min-height: 150px;
}
.document-panel .session-thumb img {
width: auto;
max-width: 200px;
max-height: 150px;
}


[class^="session-label"] {
display: inline-block;
font-size: 14px;
padding: 0 4px;
color: #fff;
font-weight: bold;
background-color: #DF3C31;
}
.session-label-document {
background-color: #0C447C;
}



.list-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.list-logo li {
    width: 50%;
    margin-bottom: 0;
    text-align: center;
}


/* responsive ********************************************************************/

@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;
}
}


@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;}
}

