body {
  position: relative;
    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;
background: none;
}

body::before,
body::after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
    left: 80%;
    top: 100px;
    width: 200px;
    height: 200px;
    background-image: repeating-radial-gradient(ellipse at center, rgba(200,200,200,.3) 0%,rgba(200,200,200,.3) 49%,rgba(200,200,200,0) 49%,rgba(200,200,200,0) 100%);
    background-size: 8px 8px;
    background-position: top left;
    box-shadow: 200px 200px 0 rgb(116 104 198 / 30%);
}
body::after {
width: 100px;
    height: 100px;
    left: 0;
    top: 50%;
    background-image: repeating-radial-gradient(ellipse at center, rgba(218,41,29,1) 0%,rgba(218,41,29,1) 49%,rgba(218,41,29,0) 49%,rgba(218,41,29,0) 100%);
    background-size: 8px 8px;
    background-position: top left;
    box-shadow: 50px 50px 0 rgb(200 200 200 / 60%), 120px -200px 0 rgb(92 180 214 / 50%);
}

.container {
width: 100%;
}


.container-fluid {
max-width: 1000px;
margin: 0 auto;
padding-top: 0;
background-color: transparent;
}

#social_bkm_wrap_top {
margin-bottom: 0;
  height: auto;
  border: none;
}

.container .header-logo {
  padding: 16px;
  text-align: center;
  background: #fff;
}
.container .header-logo img {max-height: 24px;}

.head_title {
    position: relative;
    overflow: hidden;
    height: 400px;
}
.head_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/info/event/fortinet/202204/media/head_title.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
  transform: scale(1,1);
  animation: expand 20s ease .5s 1 forwards, show 5s ease .5s 1 forwards;
}

@keyframes show {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes expand {
  from {transform: scale(1,1);}
  to {transform: scale(1.2,1.2);}
}

.head_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0,0,0,.8) 0%, rgba(0,0,0,.5) 40%,rgba(0,0,0,0) 100%);
}

.head_title h1 {
  float: none !important;
    position: relative;
    z-index: 5;
    display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
    height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}

.head_title h1::before,
.head_title h1::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 90%;
  bottom: 0;
  background-image: repeating-radial-gradient(ellipse at center, rgba(255,255,255,.3) 0%,rgba(255,255,255,.3) 49%,rgba(255,255,255,0) 49%,rgba(255,255,255,0) 100%);
    background-size: 8px 8px;
    background-position: top left;
  box-shadow: -200px -200px 0 rgba(116,104,198,.3), -300px 250px 0  rgba(218,41,29,.5);
}
.head_title h1::after {
  width: 100px;
  height: 100px;
  left: -100px;
  bottom: auto;
  top: 0;
  background-image: repeating-radial-gradient(ellipse at center, rgba(218,41,29,1) 0%,rgba(218,41,29,1) 49%,rgba(218,41,29,0) 49%,rgba(218,41,29,0) 100%);
    background-size: 8px 8px;
    background-position: top left;
  box-shadow: 50px 50px 0 rgba(200,200,200,.6), -100px 200px 0 rgba(92,180,214, .5);
}


.head_title h1 .ttl-label {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 16em;
  padding: 4px 24px;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  background: #DA291D;
  border-radius: 30px;
  text-shadow: none;
}
.head_title h1 .ttl-jp {
  position: relative;
  z-index: 5;
  font-size: 2rem;}
.head_title h1 small {font-size: 1.25rem;}




.info_date {
margin-bottom: 24px;
padding: 16px;
font-size: 1.25rem;
    color: #fff;
    background-color: #333;
text-align: center;
}

.event_summary {padding: 80px 16px;}
.event_summary p {
font-size: 16px;
line-height: 1.8;
padding: 16px;
background: rgba(255,255,255,.7);
}



.overview {
  background: #f5f5f5;
}

.information {font-size: 16px;}
.information dt {
  min-width: 12em;
  margin-bottom: 16px;
}
.information dd {
  margin: 0 0 16px 12em;
}


h2 {
position: relative;
margin: 48px 0 24px;
padding:  16px;
color: #444;
font-weight: normal;
font-size: 2.4rem;
  text-align: center;
border: none;
background: none;
font-feature-settings: "palt" 1;
}
h2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 4px;
    background: #DA291D;
}




/*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:#ff7600;
	box-shadow: 0 4px 0 #ae5000;
}
.button_red:hover {
	background-color: #fe9d49;
	box-shadow: 0 4px 0 #9b2924;
	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 {margin-bottom: 16px; background: #fff; box-shadow: 0 3px 10px #ccc;}
.table th, .table td {vertical-align: top;}
.table th {
  width: 50%;
  text-align: center;
  color: #fff;
  background: #2D91DA;
}


.table td {
position: relative;
padding: 64px 16px 16px;
line-height: 1.3 !important;
border-top: 4px solid #333;
}

.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: 1.5rem;
font-feature-settings: "palt" 1;
border: none !important;
}
.table td .title small {
display: block;
font-size: 85%;
font-weight: normal;
}

td .summary {letter-spacing: 0;}
.ttl-uline {
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  padding: 8px 24px;
  font-size: 18px;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

td.session .profile {
padding: 16px 0;
clear: both;
border-top: 1px dotted #ccc;
overflow: hidden;
}

td.session .profile_thumb {
float: left;
width: 100px;
margin: 0 16px 4px 0;
}

.profile_name {line-height: 1.6; font-weight: bold;}

td.session .profile_accordion {margin: 8px 0 0 0; line-height: 1.6;}
td.session .js-profile-trigger {
  position: relative;
  display: inline-block;
  padding-right: 20px;
    color: #0066A0;
    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;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0066A0;
  border-right: 2px solid #0066A0;
  transform: rotate(135deg);
}
td.session .js-profile-trigger::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0066A0;
}

td.session .js-profile-detail {padding-top: 16px;}

.order {
  background: #f5f5f5;
}
.privacy-note {
padding: 24px;
background-color: #fff;
font-size: 12px;}


/* sponsor logo */
.sponsor {padding: 80px 0 0; background: #fff;}
.sponsor h3 {margin: 0; text-align: center; border: none; font-size: 1.5rem; color: #666;}
.sponsor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsor li {
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor ul:first-of-type {margin-bottom: 80px;}
.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;
}





/*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: 1rem;
}

.sponsor li {
  width: 100%;
  margin-bottom: 24px;
}
}



@media (max-width: 480px) {
.container-fluid {margin: 0;}
.head_title h1 .ttl-jp {font-size: 1.25rem;}
.head_title h1 .ttl-jp br {display: none;}
.head_title h1 small {font-size: .85rem;}

h2 {font-size: 1.25rem; padding: 16px;}

.info_date {padding: 8px 16px;}
.info_date span {font-size: 14px;}

.special_seminar .table {
width: 100%;
}

.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: .85rem; padding: 2px 16px;}
.table {width: 100%;}
.table td {padding-top: 40px;}
.table td .title {font-size: 1rem; margin: 0 0 16px;}

td.session .profile_name,
td.session .profile_detail {font-size: 12px; line-height: 1.3;}
td.session .profile {font-size: 12px;}

td.session .profile_accordion {margin: 8px 0 0 0;} 

#order p strong {font-size: 16px;}

.summary {display: none;}
.sponsor ul {margin: 0;}

}





/* login page */
.head_title.head_title_webinar {
  height: 200px;
}
.head_title.head_title_webinar::before {background-position: center right;}

.head_title.head_title_webinar  h1 {
  display: block;
  font-size: 1.5rem;
  line-height: 1.3;
}
.head_title.head_title_webinar  h1 span {
  opacity: 1;
  margin-bottom: 8px;
}
.head_title.head_title_webinar  h1 span.ttl-jp {font-size: .85rem;}

.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) {
  .head_title.head_title_webinar  h1 span.ttl-jp {
   display: none;
  }
  .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%;
}



@media screen and (max-width: 800px) {
   .movie_title h1 {float: none; font-size: 1.25rem; margin: 0;}
   .video {width: 100%;
}

