@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');


/* base ******************************************************************************/

body {
  position: relative;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
    font-family: 'Outfit', 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;
background-color:#fff;
}


.container {
width: 100%;
position:relative;
background-color:#fff;
}


.container-fluid {
max-width: 1200px;
margin: 0 auto;
padding-top: 0;
background-color: transparent;
}



#social_bkm_wrap_top {
margin-bottom: 0;
height: auto;
border: none;
}



/* header */

.event-header {
position: relative;
width:100%;
height: 600px;
padding:0;
overflow:hidden;
}


.event-header h1{
position:absolute;
top:20%;
z-index: 10;
width: 100%;
/*height:450px;*/
margin: 0 auto;
padding:0 15px;
text-align:center;
font-weight:normal;
color: #fff;
/*text-shadow: 1px 2px 2px #fff;*/
line-height: 1.3;
font-feature-settings: "palt" 1;
z-index:100;
}


.event-header h1 .ttl-headline {
position: relative;
display:block;
color: #0672cb;
font-size:clamp(2.5rem, 2.063rem + 2.19vw, 4.25rem);
font-family: 'Outfit', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
font-weight:normal;
text-shadow: none;
margin:0 auto 10px;
padding:3px 10px;
width:fit-content;
border-radius:5px;
opacity:0;
animation: fade 0.8s linear 0.5s 1 forwards;
}


.event-header h1 .ttl-main {
color:#151515;
font-weight:normal;
font-size:clamp(1.5rem, 1.375rem + 0.63vw, 2rem);
font-family: 'Outfit', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
opacity:0;
animation: fade 0.8s linear 1.0s 1 forwards;
display:block;
}



@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}


.event-header .sub-title{
position:absolute;
top:10px;
left:10px;
color:#333;
font-size:14px;
font-weight:bold;
z-index:1000;
}


.header-main-frame{
   position: relative;
   width: 100%;
   height: 600px;
   overflow: hidden;
   margin: 0 auto;
}


.header-main-frame > div{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
   z-index: 10;
   opacity: 0;
   animation: fade-slide 12s 0s infinite;
}


@keyframes fade-slide {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  80%{
    opacity: 0;
    transform: scale(1.15);
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}


/* 1枚目のスライド */
.header-main-frame>div:first-of-type{
  background-image: url(/info/event/dellstorage/202407/media/img_dell_mainvisual_1.jpg);
}

/* 2枚目のスライド */
.header-main-frame>div:nth-of-type(2){
  background-image: url(/info/event/dellstorage/202407/media/img_dell_mainvisual_2.jpg);
  animation-delay: 4s;
}

/* 3枚目のスライド */
.header-main-frame>div:last-of-type{
  background-image: url(/info/event/dellstorage/202407/media/img_dell_mainvisual_3.jpg);
  animation-delay: 8s;
}




/* 開催概要 ******************************************************************************/


.info-date{
position:absolute;
bottom:0;
margin:0 auto;
padding: 10px;
font-size: 1.3rem;
text-align: center;
border-top:1px solid #fff;
background:rgba(255,255,255,0.4);
color: #0672cb;
font-weight:bold;
width:100%;
z-index:10;
}



.info-date span{
display:block;
}

.info-date span strong{
font-size:200%;
}


.event-summary {
background-color:#293b4d;
padding: 30px 10px;
}


.event-summary p {
font-size: 16px;
line-height: 1.8;
padding: 8px 8px 0;
color: #fff;
font-family:"游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.event-summary p span{
font-size:17px;
}


.event-overview{
overflow:hidden;
position:relative;
z-index:1;
}


.event-overview .overview-background{
padding-bottom:60px;
background:url(/info/event/dellstorage/202407/media/bg_overview.jpg) no-repeat left top / cover rgba(41,59,77,0.5);
background-blend-mode:darken;
background-position:left top;
background-size:cover;
background-attachment:fixed;
width:100%;
height:100%;
z-index:-1;
}




.information {
background-color:#fff;
margin:45px auto;
padding:25px;
font-size: 16px;
position:relative;
z-index:100;
}

table.information th,
table.information td{
border-top:none !important;
border-right:none !important;
border-bottom:1px solid #f0f0f0 !important;
border-left:none !important;
font-weight:normal;
}

table.information th.last,
table.information td.last{
border-bottom:none !important;
}


.information th{
/*min-width: 12em;*/
padding:0 15px;
/*background-color:#fafafa;*/
background-color:#0672cb;
color:#fff;
width:25%;
position:relative;
}


.information td{
padding:20px;
color:#333333;
}


/* 見出し ******************************************************************************/



h2 {
text-align:center;
margin:0 auto;
padding:35px 20px;
color: #293a4c;
font-family:'Outfit', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
font-weight: normal;
font-size: 3.5rem;
border: none;
background: none;
font-feature-settings: "palt" 1;
position: relative;
z-index:1;
}

h2:before{
content:"";
position:absolute;
top:120px;
left:calc(50% - 50%);
width:100%;
height:100%;
color:#293a4c;
font-size:1.25rem;
z-index:-1;
}

h2.overview,
h2.inquiry{
color:#fff;
}


h2.overview:before{
content:"開催概要";
color:#fff;
}

h2.program:before{
content:"講演内容";
}

h2.entry:before{
content:"セミナー登録";
}

h2.inquiry:before{
content:"お問い合わせ";
color:#fff;
}


/*h2.view:before{
content:"ウェビナー視聴";
}*/

h2.view:before{
content:"セミナー視聴";
}


h2:after{
content:"";
position:absolute;
top:0;
left:calc(50% - 100px);
width:200px;
height:8px;
background-color:#0672cb;
z-index:-1;
}





/* 講演内容 ******************************************************************************/


.event-session{
padding-bottom:8%;
/*background-color:#edf2f6;*/
background: linear-gradient(45deg, rgba(247,249,250,0.5) 0%, rgba(220,240,250,0.5) 100%), url(/info/event/dellstorage/202404/media/img_parts_top.png) center top no-repeat;
/*background: #fff url(/info/event/dellstorage/202407/media/img_parts_top.png) center top no-repeat;*/
position:relative;
z-index:1;
}


.event-session:before{
content:"";
position:absolute;
bottom:0;
left:0;
width:100%;
height:200px;
background:url(/info/event/dellstorage/202407/media/img_parts.png) center bottom no-repeat;
background-size:cover;
/*background-attachment:fixed;*/
}

.session-program{
margin:45px auto;
padding:0 30px;
background: linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(232,246,252,1) 100%);
border-radius:3px;
box-shadow:0 0 20px #a0a0a0;
position:relative;
z-index:10;
}

.session-program table{
position:relative;
}

.session-program table tr{
border-bottom:1px solid #425e7c;
}
.session-program table tr.last{
border-bottom:none;
}


.session-program th, .session-program td {
vertical-align:top;
border:none !important;
}


.session-program th {
  width: 50%;
  text-align: center;
  color: #fff;
  background: #2D91DA;
}


.session-program td {
position: relative;
padding: 15px;
line-height: 1.3 !important;
}


.session-program td .session-title {
margin: 0 0 16px;
padding: 0;
line-height:1.4;
text-align:center;
font-size: 1.5rem;
font-weight:bold;
font-feature-settings: "palt" 1;
color:#293b4d;
border: none !important;
}

.session-program td .session-title small {
display: block;
font-size: 85%;
font-weight: normal;
}


.session-program .session-label,
.session-program .session-time {
margin:10px auto;
text-align:center;
font-size:2rem;
color:#0672cb;
font-family:'Outfit', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}


.session-program .session-label {
width:fit-content;
background-color:#0672cb;
margin:20px auto;
padding:3px 20px;
text-align:center;
font-size:1rem;
color:#fff;
font-family:'Outfit', Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.session-program .session-label span{
background-color:#293b4d;
color:#fff;
margin-right:20px;
padding:3px 10px;
}

.session-program .session-time{
margin:0 auto 30px;
}


td.session .session-summary {
letter-spacing: 0;
text-align:center;
font-size:1rem;
color:#7289a0;
}


td.session .profile-group{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

td.session .profile {
margin:20px 0;
padding: 35px 0 0 0;
clear: both;
/*border-top: 1px solid #e5e5e5;*/
font-size:1rem;
color:#293b4d;
width:50%;
overflow: hidden;
}

td.session .profile_thumb {
float: left;
width: 150px;
margin: 0 20px 5px 5px;
box-shadow:0 0 5px #ccc;
}


td.session .profile_name {
line-height: 1.6;
/*font-weight: bold;*/
}

td.session .profile_name span{
font-size:110%;
font-weight: bold;
display:block;
}

td.session .profile_accordion {margin: 8px 0 0 0; line-height: 1.6;}
td.session .js-profile-trigger {
  position: relative;
  display: inline-block;
  padding:2px 5px;
  /*background-color: #4c6d8e;*/
border:1px solid #4c6d8e;
color:#4c6d8e;
font-size:13px;
text-align:center;
  cursor: pointer;
}

td.session .js-profile-trigger:hover{
background:rgba(255,255,255,0.7);
transition:0.3s;
}

/*td.session .js-profile-trigger::before,
td.session .js-profile-trigger::after {
  content: "";
  position: absolute;
  display: block;
}
td.session .js-profile-trigger::before {
  top: 5px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0672cb;
  border-right: 2px solid #0672cb;
  transform: rotate(135deg);
}*/


td.session .js-profile-detail {
padding-top: 16px;
padding-left:175px;
font-size:14px;
/*color:#7aadc4;*/
color:#7289a0;
}



td.session .label-position{
    /*background-color:#fff;*/
    /*border-top:1px solid #0672cb;*/
    border-left:2px solid #0672cb;
    color: #0672cb;
    margin: 0 0 20px 0;
    padding:5px;
    text-align:left;
    font-size: 14px;
    width:fit-content;

}



/*intel*/

.intel-area{
margin:20px auto 0;
text-align:center;
}



/* 申し込み ******************************************************************************/


.event-entry{
position:relative;
z-index:100;
/*background-color:#e8f6fc;*/
background-color:#d7edf7;
}


.privacy-note {
margin:40px 0;
padding: 24px;
background-color: #fff;
font-size: 12px;
text-align:left;
border-radius:3px;
/*box-shadow:0 0 20px #d5d5d5;*/
}

.privacy-note p a{
color:#0cc4f9;
/*font-weight:bold;*/
}




/*btn default setting*/


.btn-register {
width:100%;
margin: 0 auto;
padding:0;
text-align:center;
position:relative;
z-index:10;
}


.btn {
display: inline-block;
margin:25px auto;
padding: 4px 12px;
font-size: 20px;
line-height: 20px;
color: #fff;
background-color:#0672cb;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-radius: 4px;
border:3px solid #fff;
box-shadow:0 0 25px #9ad8f3;
position: relative;
}
.btn.btn_overview{
box-shadow:none;
}



.btn:hover{
color: #fff !important;
background-color:#47a7d5;
transform: translateY(5px);
box-shadow:none;
}


.btn:hover::before{
  bottom: 15px;
  left:calc(50% - 4px);
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  box-sizing: border-box;
}
.btn::before{
  transform: rotate(135deg);
}


.btn::before,
.btn::after {
	position: absolute;
	z-index: 1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	box-sizing: border-box;
	transition: all .3s;
}




.btn span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-weight:bold;
}

/*btn size setting*/

.large{
width: 80%;
height: 60px;
line-height:60px !important;
font-size: 20px;
}

.small{
width: 30%;
height:120px;
}



/* sponsor logo */


.sponsor {
padding: 60px 0 0;
background: #fff;
}


.sponsor h3 {
margin: 0 auto;
text-align: center; 
border: none;
font-size: 1.5rem;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
width:fit-content;
}

.sponsor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
margin:0;
}
.sponsor li {
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


.sponsor ul:first-of-type li {margin: 0 5%;}



.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;
}



/* inquiry */

.event-inquiry{
background-color:#293b4d;
/*padding-bottom:30px;*/
text-align:center;
position:relative;
}


.event-inquiry:before{
content:"";
position:absolute;
bottom:-30px;
left:0;
width:100%;
height:200px;
background:url(/info/event/dellstorage/202404/media/img_parts_bottom.png) center bottom no-repeat;
background-size:cover;
opacity:0.3;
}


.event-inquiry p{
position:relative;
z-index:10 !important;
padding:50px 0;
color:#fff;
}

.event-inquiry p a{
color:#0672cb;
}

footer{margin-top:0;}





/* 視聴 & 動画再生 ***************************************************************************/


.event-header.webinar-header,
.event-header.webinar-header h1,
.event-header.webinar-header .header-main-frame{
  height:280px;
}


.event-header.webinar-header .header-main-frame>div{
background-position:center top;
}



.event-header.webinar-header h1 .ttl-headline {
font-size: 2.5rem;
}

.event-header.webinar-header h1 .ttl-main {
font-size:1.5rem;
}



.video_block{
position:relative;
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(228,239,247,1) 100%);
}



.video {
  width:100%; 
  margin: 40px auto;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
z-index:100;
}
.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_block p{
position:relative;
z-index:100;
}


.video_block p a{
color:#0672cb;
font-weight:bold;
}


.video_block .enq-text{
margin:20px auto;
font-size:18px;
font-weight:bold;
}





/* responsive 
------------------------------------------------------------------------------- */



@media (max-width: 960px) {


.event-header,
.img-main-frame{
height:450px;
}

.event-header h1{
height:300px;
}


.event-header .sub-title{font-size:12px;}


h2 {
font-size: 2rem;
padding:20px;
}

h2:before{
top:80px;
font-size:0.85rem;
}


.event-session{
padding-bottom:25%;
}


.large, .small{
width:80% !important;
margin:30px auto;
}


.sponsor li {
  width: 100%;
  margin-bottom: 24px;
}



.event-overview,
.event-register{
background-size:contain;
}


.session-program .session-time{
font-size:1.5rem;
}

.session-program td .session-title {
font-size:1.5rem;
}

td.session .profile-group{
display:block;
}
td.session .profile-group .profile{
width:100%;
}




.event-header.webinar-header,
.event-header.webinar-header h1,
.event-header.webinar-header .header-main-frame{
  height:250px;
}


.event-header.webinar-header h1 .ttl-headline {
  font-size: 1.5rem;
}

.event-header.webinar-header h1 .ttl-main {
font-size:1.25rem;
}


.video {width: 100%;}

}



@media (max-width: 640px) {


.event-header h1 .ttl-label {
font-size: 1.25rem;
}

.event-header h1{
top:10%;
}



.info-date {
font-size:1rem;
bottom:0;
padding:5px;
line-height:1.4;
}


.event-summary{
padding:15px;
}

.event-summary p{
padding:0;
}


.information th,
.information td{
width:100%;
display:block;
}



h2:before{
top:80px;
}




.session-program td{
padding:0;
}


.session-program td.session .profile_name,
.session-program td.session .profile_detail {font-size: 13px; line-height: 1.3;}

.session-program td.session .profile {font-size: 13px;}

.session-program td.session .js-profile-detail{
padding-left:0;
}


td.session .profile_thumb{
float:none;
margin:0 0 15px 0;
}




.event-header.webinar-header,
.event-header.webinar-header h1{
height:250px;
}

.event-header.webinar-header h1{
top:15%;
}



}






/* ヘッダー＆フッター広告表記 2024～
-------------------------------------------------------------------------------------------------------*/

.header_sponsored_area{
    width:100%;
    background-color:#fff;
    color:#000;
    font-size:14px;
    text-align:right;
    padding:15px 20px;
    position:relative;
    z-index:1000;
}

.header_sponsored_area span{
    margin:0;
    line-height:1.3;
    display:block;
}


.block_sponsored_area{
    clear:both;
    background-color:#fff;
    color:#000;
    font-size:14px;
    border:1px solid #000;
    margin:25px auto;
    padding:15px 15px 10px;
    max-width:760px;
    position:relative;
    z-index:1000;
}

.block_sponsored_area span{
    margin:5px 0;
    text-align:left;
    display:block;
}


.block_sponsored_area:before{
    display: block;
    content: "PR";
    position: absolute;
    top: -12px;
    left: 30px;
    width: 40px;
    height: 30px;
    text-align: center;
    background-color: #fff;
}


@media screen and (max-width: 800px) {

.block_sponsored_area{
margin:25px;
}


}








