body{
background: none;
}

.container {
width: 100%;
max-width: 1200px;
}





#social_bkm_wrap_top {
margin-bottom: 0;
}

.logo_vmcloud {padding: 10px 0;}
.logo_vmcloud img {height: 60px;}

.head_title {
position: relative;
height: 300px;
display: flex;
align-items: center;
overflow: hidden;
background: url(/info/event/security/202006/media/head_title.jpg) no-repeat top center;
}

/*
.head_title::before {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
}
*/

.head_title h1 {
position: relative;
z-index: 5;
margin: 0 0 0 50px;
padding: 24px;
color: #fff;
font-size: 30px;
line-height: 1.3;
font-feature-settings: "palt" 1;
background: rgba(0,0,0,0.5); 
}
.head_title h1 small {display: block; font-size: 18px;margin-bottom: 8px; }
.head_title h1 span {display: block; font-size: 16px; margin-bottom: 8px;}


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: 16px;
padding:  8px 16px;
color: #174171;
font-weight: normal;
font-size: 1.25rem;
border: none;
background: linear-gradient(to right, #ccc 0%, #efefef 100%);
}
h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #03031C 0%, #308BD5 100%);
}


.container-fluid {
padding-top: 0;
}


.info_date {
padding: 16px;
font-size: 1.25rem;
color: #333;
background: linear-gradient(to right, #aaa 0%, #efefef 50%, #aaa 100%);
text-align: center;
}


.event_summary {
padding: 24px;
background-color: #03031C;
}
.event_summary p {
max-width: 80%;
margin: 0 auto;
font-size: 16px;
line-height: 1.8;
color: #fff;
}



/*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 {
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;}

.table {margin-bottom: 16px;}
.table th.time {
width: 80px;
}
.table th.time span {display: block;}

.table td {padding: 16px;}

.table td .label {
font-size: 14px;
font-weight: bold;
padding: 8px;
color: #62BF50;
}

.table td .title {
margin:5px 0;
padding: 5px 0;
color: #174171;
line-height:1.4;
font-size:18px;
border: none !important;
}
.table td .title span {
display: block;
font-size: 85%;
font-weight: normal;
}


.table td .summary{
margin-bottom:15px;
}



td.session .profile_open{
  display: block;
  clear: both;
  margin-bottom: 15px;
    color: #0066A0;
    cursor: pointer;
}


td.session .profile_detail{
    margin:0 0 30px;
}



#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: space-between;
}
.list-logo li {
width: 50%;
text-align: center;
}
.list-logo li img {max-width: 100%;}

.sponsored dt {
color: #666;
border-color:#ccc;
}
.sponsored dd {
padding: 24px 0;
text-align: center;
font-size:12px;
}

.sponsored dd.last{
border-bottom:none;
}

.tab {
  margin: 0 !important;
  padding: 0;
  overflow:hidden;
}
.tab li{list-style: none; padding:15px 25px; float:left; margin-right:1px; color: #666; font-size: 1.25rem; border-top: 4px solid #ccc;}
.tab li:hover,
.tab li.select {cursor: pointer; border-color: #308BD5; color: #308BD5;}


.tab li:first-of-type:hover,
.tab li:first-of-type.select {color: #62BF50; border-color: #62BF50;}

.tab-content {
  margin: 0 0 24px !important;
  padding: 0;
}
.tab-content li {list-style: none;}

.tab-content li .table th {background: #308BD5; color: #fff; text-align: center;}
.tab-content li:first-of-type .table th {background: #62BF50;}

.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;}

}



@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;}

.event_summary p {
max-width: 100%;
}
.info_date span {font-size: 14px;}
.special_seminar .table {
width: 100%;
}

dt {
    clear: both;
    color: #000000;
    float: none;
    font-weight: bold;
    margin: 0 0 10px;
    width: auto;
    font-size:110%;
}


dd {
    margin: 0 0 10px 0;
   border-bottom:1px dotted #999;
   padding-bottom:5px;
}

.table tr.sp-hide {display: none;}
.sp-show {display: block;}



.table tr,
.table th,
.table td {display: block;}

.table th.time {
   width:100%;
   font-size:90%;
}
.table th.time span {display: inline;}

.table td img{
   max-width:80px;
}

.table td {
width: 100%;
}

td.session .title, td.session .summary, td.session .profile_open, td.session .profile_detail, td.session p{
margin:7px;
}
.table td .title {font-size: 16px; margin: 0;}

td.session img{
margin-left:7px;
}

.tab li{padding:15px 8px; font-size: 1rem; }
}




/* 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: 100%; margin-bottom: 24px;}
.list-enquete li {
list-style: disc;
margin-bottom: 0;
font-size: 16px;
text-align: left;
}


@media screen and (max-width: 800px) {
   h3 {font-size: 1rem;}
  .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%;}
}

