@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@500&display=swap');

body {
  position: relative;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #080e14;
    line-height: 1.8;
    overflow-wrap: break-word;
}


.container {
width: 100%;
position:relative;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
background:url(/info/event/itsec-forum/202207/media/page_back.png) center center no-repeat;
background-attachment:fixed;
}


.container:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color: #fff;
z-index:-1;
}



.container-fluid {
max-width: 1050px;
margin: 0 auto;
padding-top:0;
background-color: transparent;
}



#social_bkm_wrap_top {
margin-bottom: 0;
height: auto;
border: none;
}




@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}

@keyframes zoom{
  0% {
    opacity: 0;
transform: scale(0,0);
}

  100% {
    opacity: 1;
transform: scale(1,1);
}
}


.hero{
position: relative;
overflow: hidden;
margin: 0 auto;
height: 400px;
box-shadow:0 0 15px #b5b5b5;
background:url(/info/event/itsec-forum/202207/media/hero_back.jpg) center center no-repeat;
z-index:1;
}




.hero_another{
display:none;
}

.hero .hero_speaker{
position:absolute;
bottom:0;
right:0;
max-width:100%;
}


.head_title {
float:none !important;
position: relative;
width: 100%;
max-width:85%;
margin:0 auto;
padding:5% 0 0;
z-index:100;
}


.head_title:before{
content:"";
position:absolute;
top:-80px;
left:-90px;
background:rgba(255,255,255,0.3);
width:600px;
height:600px;
border-radius:50%;
opacity:0;
animation: zoom 0.6s linear 0s 1 forwards;
}


.head_title:after{
content:"";
position:absolute;
top:70%;
left:25%;
background:rgba(255,255,255,0.4);
width:300px;
height:300px;
border-radius:50%;
/*box-shadow:0 0 15px #999;*/
opacity:0;
animation: zoom 0.9s linear 0.5s 1 forwards;
}



.head_title h1 {
position:relative;
color: #353535;
line-height: 1.4;
z-index:100;
font-feature-settings: "palt" 1;
font-size:200%;
/*text-shadow:1px 2px 2px #fff;*/
}


.head_title h1 .ttl-label {
position: relative;
display:inline-block;
background-color: #cc0000;
font-size:18px;
text-shadow: none;
color:#fff;
border-radius:5px;
padding:5px 25px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}


.head_title h1 .ttl-main {
opacity:0;
animation: fade 0.8s linear 1.0s 1 forwards;
display:block;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}



.info_date {
font-size:16px;
color: #444;
text-align: left;
margin: 0 auto;
position:relative;
z-index:100;
text-shadow:0 3px 10px #fff;
}


.info_date span{
font-size:120%;
position:relative;
opacity:0;
animation: fade 0.8s linear 1.4s 1 forwards;
}

.info_date span strong{
font-size:150%;
font-weight:bold;
}


.info_date span:before{
content:"";
position:absolute;
top:-15px;
left:0;
width:100%;
height:1px;
border-top:1px dotted #999;
}


.organizer{
/*position:absolute;
bottom:10px;
right:10px;*/
color:#151515;
font-size:14px;
font-weight:bold;
border-radius:5px;
padding:0;
position:relative;
opacity:0;
animation: fade 0.8s linear 1.6s 1 forwards;
z-index:100;
}


.event_summary {
padding: 40px 16px;
background-color:#fff;
position:relative;
}

.event_summary:before{
content:"";
position:absolute;
bottom:35px;
left: calc(50% - 30px);
width:60px;
height:8px;
background-color:#ccc;
}

.event_summary p {
font-size: 16px;
line-height: 1.8;
padding: 16px;
}



.overview {
 background:rgba(229,229,229,0.55);
}

.overview{
opacity:0;
}


.information {
background-color:#fff;
padding:25px;
border-radius:5px;
font-size: 16px;
}


.information dt {
clear:both;
float:left;
font-weight:bold;
min-width: 12em;
margin-bottom: 16px;
background-color:#f5f5f5;
text-align:center;
}

.information dd {
  margin: 0 0 24px 14em;
}

.information dd span{
color:#cc0000;
}



h2 {
position: relative;
margin:0 auto;
padding:40px 15px;
text-align:center;
color: #444;
font-weight: normal;
font-size: 2rem;
border: none;
background: none;
font-feature-settings: "palt" 1;
}


h2:before{
content:"";
position:absolute;
bottom:25px;
left: calc(50% - 35px);
width:70px;
height:8px;
background-color:#d5d5d5;
}

h2:after{
content:"";
position:absolute;
bottom:30px;
left: calc(50% - 35px);
width:70px;
height:8px;
background-color:#cc0000;
}





/**** 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: 100px;
	color: #fff;
	background-color:#ca2f1f;
}


.button_red:hover {
	background-color: #f32929;
	text-decoration:none;
box-shadow:0 0 15px #b5b5b5;
	color: #fff !important;
}


.button_green {
	background-color:#36ad36;
}
.button_green:hover {
	background-color: #4acc4a;
	box-shadow:0 0 15px #b5b5b5;
	text-decoration:none;
	color: #fff !important;
}



/*btn size setting*/

.large{
width: 60%;
height: 72px;
font-size: 18px;
border-radius:10px;
}

.small{
width: 40%;
height: 72px;
font-size: 20px;
border-radius:15px;
}

.button span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-weight:bold;
}

.btn-register {
margin: 40px auto;
text-align:center;
}

.btn-register p{
margin-bottom:25px;
}

.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;
}





/**** session ****/


.schedule{
margin-bottom:36px;
}

.schedule{
opacity:0;
}

.table {
margin-bottom: 45px;
background: #f0f0f0;
border-radius:5px;
}


.table th, .table td {
vertical-align:top;
border:none;
line-height:1.5;
}


.table th {
  width: 50%;
  text-align: center;
  color: #fff;
  background: #2D91DA;
}


.table td {
position: relative;
padding: 80px 50px 20px;
}

.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 td p {
margin: 0;
}

.table td .title {
margin: 0 0 16px;
padding: 0;
line-height:1.4;
font-size: 170%;
font-feature-settings: "palt" 1;
border: none !important;
}


.table td .title span{
font-size:80%;
display:block;
}


.table td .summary {
letter-spacing: 0;
font-size:90%;
}


.ttl-uline {
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  padding: 16px 20px;
  font-size: 24px;
  color: #cc0000;
border-left:2px solid #cc0000;
font-family: 'Hind Siliguri', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
display:flex;
align-items: center;
}



.ttl-uline span{
background-color:#fff;
padding:3px 10px;
font-size:14px;
border-radius:5px;
}


td.session .profile {
margin:10px 0;
padding: 16px 0;
clear: both;
border-top: 1px dotted #ccc;
font-size:1rem;
color:#444;
overflow: hidden;
}

td.session .profile_thumb {
float: left;
width: 140px;
margin: 0 16px 16px 0;
}

.profile_name 
{
line-height: 1.6;
font-weight: bold;
color:#757575;
}

td.session .profile_accordion {
margin: 16px 0 0;
line-height: 1.6;
font-size:14px;
clear:both;
}

td.session .js-profile-trigger {
  position: relative;
  display: inline-block;
    color: #666;
    cursor:0 pointer;
background-color:#fff;
padding:3px 20px;
border-radius:5px;
width:140px;
}
td.session .js-profile-trigger::before,
td.session .js-profile-trigger::after {
  content: "";
  position: absolute;
  display: block;
}
td.session .js-profile-trigger::before {
  top: 8px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
  transform: rotate(135deg);
}


td.session .js-profile-detail {
padding-top: 16px;
}

.order {
background:rgba(229,229,229,0.8);
padding-bottom:30px;
}

.order {
opacity:0;
}


.privacy-note {
margin:0 0 48px 0;
padding: 24px;
background-color: #fff;
font-size: 12px;
}

.privacy-note a{
color:#19bdec;
}


/* sponsor */


.sponsor {
padding: 80px 0 0;
background: #fff;
}


.sponsor{
opacity:0;
}



.sponsor h3 {
margin: 0; text-align: center;
border: none;
font-size: 1.5rem;
color: #666;
position:relative;
}

.sponsor h3:after{
content:"";
position:absolute;
width:20%;
height:1px;
background-color:#ccc;
bottom:-5px;
left:40%;
}



.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 {margin-bottom: 30px;}
.sponsor ul:first-of-type li {margin: 0 5%;}


.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;
}



.inquiry{
background:rgba(229,229,229,0.55);
padding-bottom:45px;
text-align:center;
}

.inquiry{
opacity:0;
}





footer{margin-top:0;}


.is-show{
opacity:1;
transition:0.5s;
}



/* responsive 
------------------------------------------------------------------------------- */

@media (max-width: 1200px) {


.hero .hero_speaker{
max-width:40%;
}

}


@media (max-width: 960px) {


.hero,
.hero_webinar{
background-position:right top;
}

.hero .hero_speaker{
max-width:40%;
left:5%;
}



/*.hero_another{
background:url(/info/event/itsec-forum/202207/media/hero_back.jpg) right top no-repeat;
}*/

.hero:before,
.hero_another:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.5);
}



.head_title:before,
.head_title:after{
display:none;
}


.information{
margin:15px;
}


.event_summary:before{
left:45%;
width:10%;
}


h2:before{
left:45%;
width:10%;
}

h2:after{
left:45%;
width:10%;
}




.large, .small{
width:90% !important;
margin:10px auto 30px;
}



.table th.time .small {
font-size: 1rem;
}

.sponsor li {
  width: 100%;
  margin-bottom: 24px;
}







}



@media (max-width: 480px) {


.container-fluid {margin: 0;}


.hero{
background-position:right bottom !important;
height:300px;
}

.hero_webinar{
background-position:center center !important;
}



.head_title{
max-width:90%;
}


.head_title h1 {
font-size: 1.5rem;
}


.head_title h1 .ttl-label {
font-size:14px;
}



.head_title{
height:300px;
}

.event_summary{
padding:15px;
}

.event_summary p{
padding:0;
}


.event_summary:before{
left:42.5%;
width:15%;
}

h2{
font-size:150%;
}


h2:before{
left:42.5%;
width:15%;
}

h2:after{
left:42.5%;
width:15%;
}



.info_date span {
font-size: 13px;
display:block;
}

.info_date span:before{
top:0;
}



.information dt {
    clear: both;
    width: auto;
    float: none;
    font-size: .85rem;
    font-weight: bold;
    margin: 0 0 10px;
    width: auto;
}

.information dd {
margin: 0 0 10px 0;
border-bottom:1px dotted #999;
padding-bottom:5px;
font-size: .875rem;
}

.ttl-uline {
font-size: 120%;
padding: 6px 12px;
top:10px;
}

.table {width: 100%;}
.table td {
padding:60px 25px;
}
.table td .title {
font-size:150%; 
margin: 0 0 16px;
}

td.session .profile_name,
td.session .profile_detail {font-size: 14px; line-height: 1.5;}
td.session .profile {font-size: 14px;}




td.session .profile_accordion {margin: 8px 0 0 0;} 

#order p strong {font-size: 16px;}



}







/*----------------------------------------
 webinar login page 
-----------------------------------------*/


.hero_webinar{
position: relative;
overflow: hidden;
margin: 0 auto;
height: 180px;
box-shadow:0 0 15px #b5b5b5;
background:url(/info/event/itsec-forum/202207/media/hero_back.jpg) center center no-repeat;
z-index:1;
}

.hero_webinar .head_title{
padding:25px 0 0 0;
}

.hero_webinar .head_title:before,
.hero_webinar .head_title:after{
display:none;
}


.hero_webinar .head_title h1 .ttl-label{font-size:50%;}
.hero_webinar .head_title h1 .ttl-main {font-size: 80%;}


.container-webinar .event_summary p {
  font-size: .875rem;
}
.container-webinar .btn-area {
  padding: 24px 0;
  text-align: center;
}
.container-webinar .btn-area a {
  border-radius: 50px;
  display: inline-block;
  min-width: 50%;
  padding: 32px 24px;
  color: #fff !important;
  font-size: 2rem;
  background-color: #2FAB96;
}
.container-webinar .btn-area a:hover {
  background-color: #005580;
  text-decoration: none;
}





@media screen and (max-width: 480px) {




.container-webinar .btn-area a {
padding: 24px;
font-size: 1.5rem;
width: 100%;


}
}



/*----------------------------------------
movie page
-----------------------------------------*/


.head_title h1.movie-title {
  display: block;
  font-size: 1.5rem;
  line-height: 1.3;
}
.head_title h1.movie-title span {
  opacity: 1;
  margin-bottom: 8px;
}
.head_title h1.movie-title span.ttl-jp {font-size: .85rem;}


.video {
  width:90%; 
  margin: 40px auto;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.link-banner{
margin:45px auto;
display:flex;
justify-content:space-between;
}

.link-banner span{
margin:10px 0 0 0;
font-size:12px;
color:#666;
max-width:500px;
display:block;
}

.link-banner img:hover{
opacity:0.85;
transition:0.3s;
}





@media screen and (max-width: 800px) {

.movie_title h1 {
float: none;
font-size: 1.25rem;
margin: 0;
}

.video {width: 100%;}


.link-banner{
display:block;
max-width:500px;
}

.link-banner img{
margin:0 auto;
display:block;
}


.link-banner span{
margin:10px 15px 25px;
}


}



