@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

body {
  font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background: none;}

.container {
width: 100%;
overflow: hidden;
}


.container-fluid {
max-width: 1000px;
margin: 0 auto;
padding-top: 0;
}




#social_bkm_wrap_top {
margin-bottom: 0;
  height: auto;
  border: none;
}


.vmware-hero {
  position: relative;
   height: 400px;
  margin-bottom: 80px;
}

.frame_header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: linear-gradient(45deg, #fff 0%, #7aebe8 35%, #007bff 100%);
}

.frame_header::before {
  content: "";
  display: block;
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50vw;
  background: url(/info/event/vmware/202207/media/head_title.png) no-repeat center right;
}
.frame_header::after {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  background: url(/info/event/vmware/202207/media/head_title2.png) no-repeat bottom left;
}

h1.adspecial {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  color: #444;
  font-size: 3rem;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
  font-family: 'Oswald', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

h1.adspecial small {
  display: block;
  margin-top: 16px;
  font-size: 1.6rem;
}

.frame_header .date {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 1000px;
  margin: 24px auto 0;
  padding: 0 24px 8px;
  font-size: 1.5rem;
  font-family: 'Oswald', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background: linear-gradient(to bottom, rgba(251,214,33,0) 0%, rgba(251,214,33,0) 50%,rgba(251,214,33,1) 50%, rgba(251,214,33,1) 100%) no-repeat 24px 4px / 16em 100%;
}
.frame_header .date strong {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 4px;
}


h2 {
margin: 48px 0 24px;
padding:  16px;
color: #fff;
font-size: 1.5rem;
font-feature-settings: "palt" 1;
border: none;
  background: linear-gradient(to right, #1C488D 0%, #57D6E3 35%, #fff 100%);
}

h3 {
  border: none;
  color: #444;
  font-size: 1.5rem;
  text-align: center;
}



.event_summary {padding: 16px;}
.event_summary p {
font-size: 16px;
line-height: 1.8;
}

.information dt {
  min-width: 12em;
  padding-top: 24px;
  border-top: 1px solid #efefef;
}
.information dd {
  margin: 0 0 24px 12em;
  padding-top: 24px;
  border-top: 1px solid #efefef;}


.information {font-size: 16px;}

/*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:#f58200;
	box-shadow: 0 4px 0 #cf4700;
}
.button_red:hover {
	background-color: #ff9b2a;
	box-shadow: 0 4px 0 #cf4700;
	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;}


.table td {
line-height: 1.3 !important;
background: #ecf4f6;
border-top: 4px solid #1C488D;
}
.table td a.btn-movie {background: #0bbbe9; margin: 40px 0;}
.table td a.btn-movie:hover {text-decoration: none; color: #fff !important; background: #005580;}

.table td p {
margin: 0;
}

.table .ttl-uline {
  margin-bottom: 0;
  padding: 4px 0;
  font-family: 'Oswald', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.2rem;
  color: #1C488D;
}
.table td .title {
margin: 8px 0 16px;
padding: 0;
color: #1C488D;
line-height:1.4;
font-size:18px;
border: none !important;
}
.table td .title small {
display: block;
font-size: 85%;
font-weight: normal;
}

td .summary {letter-spacing: 0;}
td.session .profile {
  display: flex;
  margin-bottom: 16px;
  clear: both;
}
td.session .profile + .profile {
  padding-top: 16px;
  border-top: 1px dotted #ccc;
}
td.session .profile_thumb {
float: left;
width: 100px;
margin: 0 16px 4px 0;
flex-shrink: 0;
}
td.session .profile-text {
  font-size: 14px;
  line-height: 1.5;
}

td.session .js-profile-trigger,
td.session .js-profile-detail {
  margin-top: 8px;
}
td.session .js-profile-trigger {
  display: inline-block;
  color: #0088cc;
  font-weight: bold;
  cursor: pointer;
}


.table td a.btn-movie {
  padding: 16px 32px; 
  display: inline-block; 
  color: #fff; 
  font-weight: bold;
  border-radius: 50px; 
  white-space: nowrap;
}


.table-solution th {text-align: center; color: #fff; font-size: 18px; background: #97c35a;}
.table-solution td {background: #f2f6ec; border-top-color: #97c35a;}
.table-solution .ttl-uline,
.table-solution td .title {color: #3c6700;}

#order {
margin-top: 64px;
}

#order p strong {margin-top: 24px; font-size: 18px;}
.privacy-note {
padding: 24px;
background-color: #f5f5f5;
font-size: 12px;}


/* 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-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 80px;
}
.sponsor ul.logo-list li {
    width: 23%;
    margin: 0 1% 8px;
}




/*responsive*/

@media (max-width: 767px) {
.container-fluid.nopadding {padding: 0;}

.large, .small{
width:100% !important;
}

.small{margin:10px auto !important;}

.table th.time .small {
font-size: .75rem;
}
.sponsor ul.logo-list li {
    width: 48%;
}
}



@media (max-width: 480px) {
.container-fluid {margin: 0;}
.vmware-hero {height: 320px;}
h1.adspecial {font-size: 1.5rem;}
h1.adspecial span,
h1.adspecial small {font-size: 1rem;}

.frame_header::before {left: 20vw;}
.frame_header .date {font-size: 1rem;}
.frame_header .date strong {font-size: 1.5rem;}

h2 {font-size: 1.25rem; padding: 8px 8px 8px 16px;}

.event_summary {padding: 0;}
 
.special_seminar .table {
width: 100%;
}

.information dt {
    clear: both;
    width: auto;
    color: #000000;
    float: none;
    font-weight: bold;
    margin: 0 0 10px;
   padding-top: 16px;
    width: auto;
    font-size: .85rem;
}

.information dd {
    margin: 0 0 10px 0;
  padding: 0;
  border: none;
}

.table .ttl-uline {font-size: 1rem;}
.table {width: 100%;}
.table td .title {font-size: 14px; margin: 0 0 16px;}
.table td {display: block;}
.table td:nth-of-type(2) {border-top: none; text-align: center;}
.table td:nth-of-type(2) .btn-movie {margin: 16px 0;}
td.session .profile_thumb {width: 50px; margin: 0 16px 16px 0;}
td.session .profile_name,
td.session .profile_detail,
td.session .profile-text {font-size: 11px; line-height: 1.3;}

#order p strong {font-size: 16px;}
.btn-register {width: 100%;}
.list-logo li {
width: 100%;
text-align: center;
}

.summary {display: none;}


.sponsor ul {margin: 0;}
.sponsor li {
  width: 50%;
}

}




/* movie page */
.privacy-area p {
    font-size: .75rem;
    line-height: 2.0;
}
.movie_title {
    display: block;
    height: auto;
    padding: 24px 24px 48px;
}
.movie_title h1 {float: none; font-size: 2rem; margin: 0;}
.movie_title h2 {all: initial; color: #fff; text-align: left; margin: 0 !important; position: relative; z-index: 5; display: block;}



.video {
  margin: 24px auto;
}
.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%;
}

.enquete-after {
  margin: 24px 0 80px;
}
.enquete-after a {font-size: 1.25rem; line-height: 1.5;}



@media screen and (max-width: 800px) {
   .movie_title h1 {float: none; font-size: 1.25rem; margin: 0;}
   .video {width: 100%;}
   .enquete-after a {font-size: 1rem;}
}
