body{
background: none;
}

.container {
width: 100%;
max-width: 1200px;
}




#social_bkm_wrap_top {
margin-bottom: 0;
}

.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 {
margin: 10px 0 20px 20px !important;
padding:0;
font-size: 120%;
line-height: 1.8;
background-color: #03427B;
border: none;
background: none;
}



h3 {
position: relative;
margin-bottom: 24px;
padding:  16px;
color: #444;
font-weight: normal;
font-size: 1.5rem;
border: none;
background: #f5f5f5;
}
h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(to bottom, #308BD5 0%, #5E39A5 100%);
}

.ttl-uline {
margin-bottom: 48px;
padding: 48px 0 16px;
font-size: 1.5rem;
text-align: center;
border-bottom: 1px solid #ccc;
}


.container-fluid {
padding-top: 0;
}


.info_date {
position: relative;
margin-bottom: 24px;
padding: 24px 16px;
font-size: 1.25rem;
    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%);
}

.event_summary {padding: 16px;}
.event_summary p {
font-size: 16px;
line-height: 1.8;
}



/*btn default setting*/
.button{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:48px auto;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*btn color action setting*/
.button_red,
.button_green {
	position: relative;
	border-radius: 6px;
	color: #fff;
	background-color:#bd362f;
	box-shadow: 0 4px 0 #891a14;
}
.button_red:hover {
	background-color: #e14d46;
	box-shadow: 0 4px 0 #9b2924;
	text-decoration:none;
	color: #fff !important;
}


.button_green {
	background-color:#56AC56;
	box-shadow: 0 4px 0 #348734;
}
.button_green:hover {
	background-color: #6cc76c;
	box-shadow: 0 4px 0 #47a147;
	text-decoration:none;
	color: #fff !important;
}



/*btn size setting*/
.large{
width: 80%;
height: 60px;
line-height:60px !important;
font-size: 160%;
}

.small{
width: 48%;
height: 72px;
font-size: 18px;
}

.button span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-weight:bold;
}

.btn-register {
width: 80%;
margin: 0 auto;
}
.btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #fff;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}


.sp-show {display: none;}

.scroll-dir {
display: none;
position: relative;
text-align: right;
padding-right: 100px;
}
.scroll-dir::before,
.scroll-dir::after {
content: "";
display: block;
position: absolute;
right: 0;
bottom: 2px;
background: #000;
}
.scroll-dir::before {
width: 80px;
height: 1px;
}
.scroll-dir::after {
height: 20px;
width: 1px;
right: 6px;
bottom: 0;
transform: rotate(-45deg);
}


.table tbody {vertical-align: top;}
.table th.time {
width: 10%;
}
.table th.time .small {
width: 100%; height: 48px;
}
.table th {text-align: center;}
.table td {
width: 30%;
line-height: 1.5 !important;
}
.table td p {
margin: 0;
}

.table td .title {
margin: 0;
padding: 0;
color: #076190;
line-height:1.4;
font-size:18px;
border: none !important;
}
.table td .title small {
display: block;
font-size: 85%;
font-weight: normal;
}


td.session .profile_thumb {
float: left;
width: 100px;
margin: 16px 16px 4px 0;
}
td.session .profile_name,
td.session .profile_detail {font-size: 12px;}

td.session .profile_open {
  display: block;
  clear: both;
    color: #0066A0;
    cursor: pointer;
}



#order {
margin-top: 64px;
}

#order p strong {margin-top: 24px; font-size: 18px;}
.privacy-note {
padding: 24px;
background-color: #f5f5f5;
font-size: 12px;}

.list-logo {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.list-logo li {
width: 25%;
margin-bottom: 24px;
padding: 16px;
text-align: center;
}
.list-logo li img {max-width: 100%;}

.hide {display:none;}






/*responsive*/

@media (max-width: 767px) {
.container-fluid.nopadding {padding: 0;}


.head_title .logo_owner {width: 100%; text-align: center; top: 24px; left: 0;}
.head_title h1 {
width: 100%;
text-align: center;
font-size: 24px;
margin: 0;
}
.head_title h1 small {font-size: 16px;}

.large, .small{
width:100% !important;
}

.small{margin:10px auto !important;}

.table th.time .small {
font-size: .75rem;
}
.list-logo li {
width: 50%;
margin-bottom: 48px;
}
}



@media (max-width: 480px) {
.container-fluid {margin: 0;}

.head_title span small {
display: block;
padding: 4px 16px 4px 32px;
background-color: rgba(3,66,123,0.6);
}

.head_title h1 {
font-size: 18px;
}
.head_title h1 span {font-size: 11px;}


h3 {font-size: 1.25rem; padding: 8px 8px 8px 16px;}


.info_date span {font-size: 14px;}
.special_seminar .table {
width: 100%;
}

.information dt {
    clear: both;
    width: auto;
    color: #000000;
    float: none;
    font-weight: bold;
    margin: 0 0 10px;
    width: auto;
    font-size:110%;
}


.information dd {
    margin: 0 0 10px 0;
   border-bottom:1px dotted #999;
   padding-bottom:5px;
}

.scroll-dir {display: block;}
.session-schedule {
  width: 100%;
  overflow-x: scroll;
}

.table {width: auto;}
.table th.time {white-space: nowrap;}
.table td {
min-width: 240px;
}

.table td .title {font-size: 16px; margin: 0;}
td.session .profile_thumb {width: 50px; margin: 16px 8px 4px 0;}


#order p strong {font-size: 16px;}
.list-logo li {
width: 100%;
text-align: center;
}

}




/* movie page */
.webinar-video-area {
display: flex;
justify-content: space-between;
}

.webinar-video-area .video {
  width: 70%; 
}
.webinar-video-area .video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.webinar-video-area .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  .webinar-video-area .slido {width: 29%; height: 480px; margin-bottom: 16px;}
.list-enquete li {
list-style: disc;
margin-bottom: 16px;
font-size: 16px;

}


@media screen and (max-width: 800px) {
  .webinar-video-area {
    display: block;
    text-align: center;
    padding: 0 24px;
  }
  .webinar-video-area .video {width: 100%; margin-bottom: 24px;}
  .webinar-video-area .slido {width: 100%;}
}
