/*@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@500&display=swap');*/


@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


body {
  position: relative;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444;
    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/202307/media/page_background.jpg) left top no-repeat;
background-attachment:fixed;
}


.container:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:url(/info/event/itsec-forum/202307/media/parts_background.png) left top no-repeat;
background-attachment:fixed;
}



.container-fluid {
max-width: 1050px;
margin: 0 auto;
padding-top:0;
background-color: transparent;
position:relative;
z-index:100;
}

.inner-box {
background:rgba(255,255,255,0.95);
box-shadow:0 0 20px #444;
}



#social_bkm_wrap_top {
margin-bottom: 0;
height: auto;
border: none;
}




@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}




@keyframes slide{
  0% {
    opacity: 0;
width:0;
}

  100% {
    opacity: 1;
width:60%;
}
}


.hero,
.hero_webinar{
position: relative;
overflow: hidden;
margin: 0 auto;
height: 600px;
background:url(/info/event/itsec-forum/202307/media/hero_img.jpg) left center no-repeat;
z-index:1;
}


.head_title {
float:none !important;
position: absolute;
right:10%;
top:10%;
max-width:800px;
z-index:100;
}


.head_title h1 {
color: #151515;
line-height: 1.3;
font-feature-settings: "palt" 1;
width:fit-content;
position:relative;
z-index:100;
}

.head_title h1 .ttl-main {
display:block;
font-size:2.4rem;
padding:0 15px;
position:relative;
display:block;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}


.head_title h1 .ttl-sub{
display:block;
font-size:1.4rem;
padding:0 15px;
position:relative;
display:block;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}


.head_title h1 .ttl-main:before,
.head_title h1 .ttl-sub:before{
content:"";
position:absolute;
top:0;
left:0;
background-color:#52ffc4;
width:100%;
height:100%;
z-index:-1;
}


.head_title .ttl-label {
font-size:1.75rem;
font-weight:bold;
text-shadow: none;
/*color:#52ffc4;*/
color:#fff;
margin:20px 0;
padding:5px 0;
font-family:'Inter', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
/*opacity:0;
animation: fade .8s linear .3s 1 forwards;*/
}


.info_date {
color: #fff;
font-size:1.5rem;
font-weight:bold;
text-align: left;
margin: 25px auto 0;
font-family:'Inter', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
position:relative;
z-index:100;
}


.info_date span{
font-size:100%;
line-height:1.2;
position:relative;
opacity:0;
animation: fade .8s linear 1.0s 1 forwards;
}

.info_date span strong{
font-size:300%;
}


.info_date span:before{
content:"";
position:absolute;
top:-15px;
left:0;
width:100%;
height:1px;
}



.organizer{
color:#fff;
font-size:110%;
padding:0;
position:relative;
opacity:0;
animation: fade 0.8s linear 1.4s 1 forwards;
z-index:100;
}


.event_summary {
width:100%;
padding: 24px;
background:rgba(255,255,255,0.9);
}


.event_summary p {
font-size: 16px;
line-height: 1.8;
color:#151515;
padding: 10px;
}


.overview {
background:rgba(0,0,0,0.7);
padding-bottom:45px;
font-family:'Inter', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
opacity:0;
}


.information {
margin-bottom:40px;
padding:32px 24px 16px;
font-size: 16px;
position:relative;
z-index:100;
}


.information dt {
clear:both;
float:left;
font-weight:bold;
min-width: 15%;
padding:0 15px;
margin-bottom: 32px;
text-align:left;
/*background-color:#0080bc;*/
color:#0080bc;
border-left:1px solid #0080bc;
}

.information dd {
margin: 0 0 36px 18%;
/*padding:10px 0;*/
}

.information dd span{
color:#444;
font-size:110%;
font-weight:bold;
}



h2 {
margin:0 auto;
padding:40px 0;
text-align:center;
color: #fff;
font-weight: normal;
font-size: 2.5rem;
border: none;
background: none;
line-height:1.4;
font-feature-settings: "palt" 1;
position: relative;
z-index:1000;
}

h2.black{
color:#252525;
}

h2 span{
text-align:center;
display:block;
color:#00def2;
font-size:50%;
font-family:'Inter', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

h2.black span{
color:#707070;
}


/*h2:after{
content:"";
position:absolute;
bottom:-20px;
left:calc(50% - 100px);
width:200px;
height:1px;
background-color:#ccc;
}*/







/**** session ****/


.schedule{
background:rgba(0,128,188,0.6);
padding-bottom:36px;
opacity:0;
}


.session-table {
margin-bottom: 40px;
background:rgba(255,255,255,0.85);
/*box-shadow:0 0 15px #454545;*/
position:relative;
color:#fff;
display:block;
}


.session-table th,
.session-table td {
vertical-align:top;
line-height:1.5;
font-weight:normal;
border:none;
}


.session-table td{
padding: 45px;
/*border-bottom:1px dotted #ccc !important;*/
position: relative;
}



.session-table td a.btn-movie {
padding: 16px 32px; 
display: inline-block; 
color: #fff; 
font-weight: bold;
border-radius: 50px; 
white-space: nowrap;
}

.session-table td a.btn-movie:hover{
text-decoration: none;
color: #fff !important;
}



.session-table td .title {
margin: 0 0 16px;
padding: 0 0 5px 0;
line-height:1.4;
color:#151515;
font-size: 180%;
font-feature-settings: "palt" 1;
border-bottom:1px dotted #999;
}


.session-table td .title span{
font-size:80%;
display:block;
}


.session-table td .summary {
letter-spacing: 0;
font-size:90%;
line-height:1.8;
color:#666;
}


.ttl-session {
width:100%;
font-size: 120%;
line-height:1.4;
/*background-color:#0080bc;*/
background:rgba(0,128,188,0.85);
color:#fff;
padding:10px;
font-family: 'Inter', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
text-align:center;
}



.ttl-session span{
padding:0 10px;
font-size:120%;
color:#fff;
display:block;
}

.ttl-session span.time{
font-size:80%;
background:rgba(255,255,255,.25);
width:fit-content;
margin:5px auto;
}


td.session .profile {
margin:25px 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;
}

td.session .profile_thumb img{
border:1px solid #e5e5e5;
/*box-shadow:0 0 10px #999;*/
}

td.session .profile_name {
line-height: 1.6;
/*font-weight: bold;*/
}

td.session .profile_accordion {
margin: 16px 0 0 160px;
line-height: 1.6;
font-size:14px;
/*clear:both;*/
}

td.session .js-profile-trigger {
position: relative;
display: inline-block;
color: #252525;
padding:0 0 0 15px;
width:120px;
font-size:14px;
cursor: pointer;
}


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;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00def2;
  border-right: 1px solid #00def2;
  transform: rotate(135deg);
}


td.session .js-profile-trigger:hover{
color:#999;
transition:0.3s;
}


td.session .js-profile-detail {
padding-top: 8px;
font-size:13px;
color:#999;
}

.order {
background:rgba(0,0,0,0.7);
padding-bottom:30px;
opacity:0;
}


.privacy-note {
margin:0 0 48px 0;
padding: 24px;
font-size: 12px;
/*box-shadow:0 0 25px #a5a5a5;*/
}

.privacy-note p{
padding-bottom:5px;
}

.privacy-note a{
color:#ca2f1f;
}




/**** btn default setting ****/


.button{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:24px 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,
.button_yellowgreen {
	position: relative;
	border-radius: 100px;
	color: #fff;
}

.button_red {
	background-color:#ce1b30;
	color: #fff !important;
}

.button_red:hover {
	text-decoration:none;
	background-color: #ff6076;
	color: #fff !important;
	box-shadow:0 0 10px #151515;
}


.button_green {
	background-color:#10bd82;
	color: #fff !important;
}
.button_green:hover {
	text-decoration:none;
	background-color: #52ffc4;
	color: #151515 !important;
	box-shadow:0 0 15px #b5b5b5;
}


.button_yellowgreen {
	background-color:#c6fa10;
	color: #151515 !important;
	/*box-shadow:0 0 15px #444;*/
}

.button_yellowgreen:hover {
	text-decoration:none;
	background-color: #e6ffaf;
	color: #151515 !important;
	box-shadow:0 0 15px #b5b5b5;
}



/*btn size setting*/

.large{
width: 60%;
height: 72px;
font-size: 18px;
}

.small{
width: 60%;
height: 72px;
font-size: 24px;
}

.button span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-weight:bold;
}

.btn-register {
margin: 0 auto 45px;
padding:0;
text-align:center;
}



.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;
}




.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(0,128,188,0.7);
color:#fff;
text-align:center;
padding-bottom:45px;
opacity:0;
}

.inquiry a{
color:#00def2;
}



footer{margin-top:0;}


.is-show{
opacity:1;
transition:0.3s;
}


.hide {display:none;}





/*** sponsor logo ***/


.sponsor {
background-color: #fff;
padding:50px 0 0;
text-align:center;
}


.sponsor h3{
font-size:2rem;
font-weight:normal;
}

.sponsor div {
text-align:center;
}






/*----------------------------------------
 login page 
-----------------------------------------*/


.hero_webinar{
height: 300px;
z-index:1;
}


.hero_webinar .ttl-label,
.hero_webinar .head_title h1 .ttl-main,
.hero_webinar .head_title h1 .ttl-sub {
    /*font-size: 1.25rem;*/
}

.hero_webinar .ttl-label{
    font-size: 1.5rem;
}

.hero_webinar .head_title h1 .ttl-main{
    font-size: 2.15rem;
}

.hero_webinar .head_title h1 .ttl-sub{
    /*font-size: 1.15rem;*/
font-size:1.25rem;
}


.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;
}




/*----------------------------------------
 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:100%; 
padding:45px 25px;
background:rgba(255,255,255,0.6);
}

.video-block{
margin:40px auto;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
background-color:#ccc;
}
.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video a{
/*color:#ca2f1f;*/
color:#000;
font-weight:bold;
}


.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;
}






/* responsive 
------------------------------------------------------------------------------------------------------------- */

@media (max-width: 1200px) {



}


@media (max-width: 960px) {


.container {
background-size:cover;
}

.hero{
height:480px;
background-position:right bottom;
}

.hero_webinar{
height:300px;
background-position:right bottom;
}



.head_title{
top:0;
left:3%
}


.head_title .ttl-label{
font-size:1.5rem;
}


.head_title h1 .ttl-main{
font-size:2rem;
}

.head_title h1 .ttl-sub{
font-size:1.25rem;
}


/*.hero_webinar .ttl-label,
.hero_webinar .head_title h1 .ttl-main,
.hero_webinar .head_title h1 .ttl-sub {
    font-size: 1.25rem;
}
*/

.hero_webinar .ttl-label{
    font-size:1.25rem;
}

.hero_webinar .head_title h1 .ttl-main{
    font-size:1.75rem;
}

.hero_webinar .head_title h1 .ttl-sub{
    font-size:1rem;
}




@keyframes slide{
  0% {
    opacity: 0;
width:0;
}

  100% {
    opacity: 1;
width:100%;
}
}


.info_date{
font-size:1rem;
}


.information{
margin:15px;
padding:15px;
}




.large, .small{
width:90% !important;
margin:10px auto 30px;
}


.session-schedule{
padding:25px;
}




/*movie page*/



.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;
}





}






@media (max-width: 480px) {


.container-fluid {margin: 0;}


.hero{
background-position:right bottom !important;
height:400px;
}

.hero_webinar{
background-position:center bottom !important;
height:300px;
}


.hero .ttl-label,
.hero_webinar .ttl-label{
width:90%;
padding:0;
/*font-size:16px;*/
font-size:1rem;
}




.head_title h1 .ttl-main{
font-size:1.5rem;
padding:5px 10px;
}


.hero_webinar .head_title h1 .ttl-main{
font-size:1.25rem;
}

.head_title h1 .ttl-sub{
font-size:1rem;
padding:5px 10px;
}

.hero_webinar .head_title h1 .ttl-sub{
font-size:.85rem;
}




.event_summary{
padding:15px;
}

.event_summary p{
padding:0;
}


.event_summary:before{
left:42.5%;
width:15%;
}



.organizer{
font-size:.85rem;
}

h2{
font-size:2rem;
padding:20px 15px;
}








.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:15px;
font-size: .875rem;
}



.overview,
.schedule{
padding-bottom:0;
}


.btn-register{
margin:0;
padding:25px 0;
}


.ttl-session {
font-size: 100%;
padding:0 40px;
}

.ttl-session span{
padding:5px 0;
}

.session-table {
width: 100%;
}

.session-table td{
padding:15px;
}


.session-table td .title {
font-size:130%; 
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;}




.button span{
font-size:16px;
}

.small{
height:60px;
}


.container-webinar .btn-area a {
padding: 24px;
font-size: 1.5rem;
width: 100%;
}



}

















