@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #080e14;
    font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: break-word;
}

body {background: none;}

.container {
width: 100%;
}


.container-fluid {
max-width: 1200px;
margin: 0 auto;
padding-top: 0;s
}




#social_bkm_wrap_top {
margin-bottom: 0;
  height: auto;
  border: none;
}

.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(2.4rem, 8vw, 5rem); 
    line-height: 1;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 4px 4px 0 #3164ED;
}
.head_title h1 span {
  position: relative;
  display: inline-block;
}

.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: 1rem;
  background: #3164ED;
}


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: 48px 0 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, #308AD5 0%, #78BE21 100%);
}

.ttl-uline {
  margin-bottom: 0;
  padding: 4px 0;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.2rem;
  color: #666;
}


.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, #308AD5 0%, #78BE21 100%);
}

.event_summary {padding: 16px;}
.event_summary p {
font-size: 16px;
line-height: 1.8;
}

.container dt {
    clear: both;
    color: #000000;
    float: left;
    font-weight: bold;
    margin: 0 0 10px;
    width: 10em;
}

/*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:#2f7bbd;
	box-shadow: 0 4px 0 #0f528c;
}
.button_red:hover {
	background-color: #46ace1;
	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;}



.table tbody {vertical-align: top;}
.table th, .table td {vertical-align: top; padding: 16px;}
.table th {
  width: 50%;
  text-align: center;
  color: #fff;
  background: #78BE21;
}
.table th:nth-child(even) {background: #2D91DA;}


.table td {
line-height: 1.3 !important;
background: #EFF1ED;
border-top: 2px solid #78BE21;
}
.table td:nth-child(even)  {background: #EAEEF1;border-top: 2px solid #2D91DA;}


.table td a.btn-movie {
  padding: 16px 32px; 
  display: inline-block; 
  color: #fff; 
  font-weight: bold;
  border-radius: 50px; 
  white-space: nowrap;
}
.table td a.btn-movie:hover {text-decoration: none; color: #fff !important;}
.table.table-infra td a.btn-movie {background: #78BE21; }
.table.table-infra td a.btn-movie:hover {background: #4c8801; }
.table.table-app td a.btn-movie {background: #2D91DA; }
.table.table-app td a.btn-movie:hover {background: #1766a0; }

.table td p {
margin: 0;
}

.table td .title {
margin: 8px 0 16px;
padding: 0;
line-height:1.4;
font-size:18px;
border: none !important;
font-weight: bold;
}
.table td .title small {
display: block;
font-size: 85%;
font-weight: normal;
}

td .summary {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

td .summary a {color: #0066A0;}

td.session .profile {
  display: flex;
  margin-bottom: 16px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
td.session .profile_thumb {
width: 100px;
margin: 0 16px 4px 0;
font-size: 12px;
text-align: center;
}
td.session .profile_thumb img {margin-bottom: 8px;}
td.session .profile_thumb img {max-width: none; width: 100px;}
td.session .profile_name,
td.session .profile_detail {
  font-size: 12px;
  line-height: 1.5;
}

td.session .profile_open {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  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;}
.privacy-note a {color: #2196f3;}

/* sponsor logo */
.sponsor {background: #fff;}
.sponsor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsor li {
  width: 25%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor ul.logo-s img {
  width: 90%;
}


.hide {display:none;}

.privacy-area {
    border: 1px solid #ccc;
    margin: 50px auto 0;
    padding: 16px;
    height: 150px;
    overflow: auto;
}
.privacy-area p.content {
    font-size: 80%;
    margin: 15px auto;
    text-align: center;
}
.privacy-area p {
    font-size: 50%;
    line-height: 2.0;
}



/*responsive*/

@media (max-width: 767px) {
.container-fluid.nopadding {padding: 0;}

.large, .small{
width:100% !important;
}

.small{min-height: 48px; margin:10px auto 20px !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 small {
  font-size: .85rem;
}
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;
}

.ttl-uline {font-size: 1rem;}
.table {width: 100%;}
.table td .title {font-size: 14px; margin: 0 0 16px;}



#order p strong {font-size: 16px;}
.list-logo li {
width: 100%;
text-align: center;
}

/*.summary {display: none;}*/

td.session .profile {display: block;}
td.session .profile_thumb {margin: 0 0 8px;}
td.session .profile_name {margin-bottom: 8px;}

td.session .profile_open {
  margin: 0;
  font-size: 11px;
}

.sponsor ul {margin: 0;}
.sponsor li {
  width: 50%;
}

}




/* movie page */

.movie_title {
    display: block;
    height: auto;
    padding: 24px;
}
.movie_title h1 {float: none; font-size: 2rem; margin: 0; text-shadow: 2px 2px 0 #3164ED;}
.movie_title h1 br {display: none;}
.movie_title h2 {all: initial; color: #fff; text-align: left; margin: 0 !important; position: relative; z-index: 5; display: block;}

.webinar-video-area {
    display: flex;
    justify-content: space-between;
    margin: 24px auto;
}
.webinar-video-area a {
  font-weight: bold;
  color: #2196f3;
  text-decoration: underline;
}

.video {
  width: 70%; 
  margin: 0 auto 24px;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slido {
    width: 29%;
    height: 480px;
    margin-bottom: 24px;
}



.enquete-after {
  padding: 24px; background: #f5f5f5; text-align: center;
}

.pagination {
    display: flex;
    padding: 40px 0;
    justify-content: center;
    flex-direction: column-reverse;
    max-width: 48%;
    margin: 0 auto;
}
.pagination a {
  display: inline-block;
  min-width: 30%;
  margin: 0 8px;
  padding: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  border-radius: 6px;
  background: #efefef;
}
.pagination a:last-of-type {
  margin-bottom: 16px;
  color: #fff;
  background: #2f7bbd;
}





@media screen and (max-width: 800px) {
   .movie_title h1 {float: none; font-size: 1.25rem; margin: 0;}
   .video {width: 100%;}
   .movie_title h1 {float: none; font-size: 1.25rem; margin: 0;}
    .webinar-video-area {
    display: block;
  }
   .video,.slido {width: 100%;}
   .enquete-after a {font-size: 1rem;}

  .pagination {
    max-width: 100%;
    padding: 40px 24px;
  }
}


@media screen and (max-width: 480px) {
  .table.table-infra td,
  .table.table-app td  {display: block; border-bottom: none;}
  .table.table-infra td:nth-of-type(even),
  .table.table-app td:nth-of-type(even)  {border-top: none; padding: 24px;}

}