@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:wght@300&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;
    font-family: 'Radio Canada', 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;
}




.container {
width: 100%;
position:relative;
}


.container:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color: #e5eaee;
background-image: url("https://www.transparenttextures.com/patterns/french-stucco.png");
z-index:-1;
}



.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;
}



.head_title {
position: relative;
overflow: hidden;
height: 350px;
box-shadow:0 0 10px #ccc;
}


.head_title:after{
content:"";
position:absolute;
top:0;
right:0;
background:url(/info/event/oracle/202205/media/head_back.png) right top no-repeat;
width:100%;
height:100%;
}


.head_title:before{
content:"";
position:absolute;
top:0;
right:0;
background:url(/info/event/oracle/202205/media/head_photo.jpg) right center no-repeat;
width:100%;
height:100%;
animation: blur 2s linear 0s 1 forwards;
}



@keyframes blur {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}


@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}


.head_title h1 {
  float: none !important;
    position: relative;
    z-index: 5;
  width: 100%;
  max-width:85%;
  margin: 0 auto;
padding:5% 0 0;
  color: #353535;
  text-shadow: 1px 2px 2px #fff;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}


.head_title h1 .ttl-label {
  position: relative;
  z-index: 5;
  display:inline-block;
  color: #024b7e;
  font-size: 1.3rem;
  text-shadow: none;
font-family: 'Radio Canada', sans-serif;
background-color:#fff;
border-radius:5px;
padding:5px 15px;
}


.head_title h1 .ttl-main {
opacity:0;
animation: fade 0.8s linear 0.5s 1 forwards;
display:block;
}








.info_date {
/*margin-bottom: 24px;*/
padding: 16px;
font-size: 1.25rem;
color: #fff;
background-color: #333;
text-align: center;
position:relative;
z-index:1000;
}

.event_summary {
padding: 40px 16px;
}
.event_summary p {
font-size: 16px;
line-height: 1.8;
padding: 16px;
}



.overview {
  background: #fff;
}

.information {
background-color:rgba(218,221,223,0.2);
padding:25px;
border-radius:10px;
font-size: 16px;

}


.information dt {
  min-width: 12em;
  margin-bottom: 16px;

}
.information dd {
  margin: 0 0 24px 12em;

}





h2 {
position: relative;
margin:0 0 30px 0;
padding:30px 20px;
color: #444;
font-weight: normal;
font-size: 2rem;
border: none;
background: none;
font-feature-settings: "palt" 1;
}


h2::before {
content: "";
display: block;
position: absolute;
top:-20px;
left:-5px;
width:1px;
height:100%;
background-color:#444;
z-index:1000;
}




/*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;
margin:24px 5px 64px;
}


.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;
border-radius:50px;
}

.button span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-weight:bold;
}

.btn-register {
width: 90%;
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;}



/*session*/


.schedule{
margin-bottom:36px;
}


.table {
margin-bottom: 16px;
background: #fff;
border-radius:5px;
/*box-shadow: 0 3px 10px #ccc;*/
}


.table th, .table td {
vertical-align:top;
border:none;
}


.table th {
  width: 50%;
  text-align: center;
  color: #fff;
  background: #2D91DA;
}


.table td {
position: relative;
padding: 80px 32px 16px;
line-height: 1.3 !important;
}

.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;
font-size:1rem;
}
.ttl-uline {
  position: absolute;
  top: 25px;
  left: -20px;
  display: inline-block;
  padding: 8px 40px;
  font-size: 18px;
  background-color: #024b7e;
  color: #fff;
border-radius:5px;
  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 {
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: 120px;
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-detail {
padding-top: 16px;
}

.order {
  background: #f8f8f8;
}


.privacy-note {
margin:0 0 48px 0;
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;
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-color:#f5f5f5;*/
padding-bottom:30px;
}

footer{margin-top:0;}



.overview,
.order{
position:relative;
z-index:100;
}


.overview:after,
.order:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:url(/info/event/oracle/202205/media/parts_background.png) center top no-repeat;
background-size:cover;
z-index:-1;
}




/* responsive 
------------------------------------------------------------------------------- */



@media (max-width: 960px) {


.head_title:after{
content:"";
position:absolute;
top:0;
left:0;
background:url(/info/event/oracle/202205/media/head_title.png) left top no-repeat;
width:100%;
height:100%;
}




.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 {
font-size: 1.5rem;
}


.head_title h1 .ttl-label {
font-size: 1.25rem;
}



.head_title{
height:300px;
}

.event_summary{
padding:15px;
}

.event_summary p{
padding:0;
}






h2 {
font-size: 1.25rem;
padding: 16px;
}

h2::before{
left:5px;
height:120%;
}


.info_date {padding: 8px 16px;}
.info_date span {font-size: 14px;}


.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: 6px 32px;
top:10px;
}

.table {width: 100%;}
.table td {padding-top: 60px;}
.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: 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;
}



@media screen and (max-width: 480px) {

  .container-webinar .btn-area a {padding: 24px; font-size: 1.5rem; width: 100%;}
}


.head_title h1 .ttl-main{
line-height:1.5;
}



/*************** video 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_block{
position:relative;
}

.video_block:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#fff url(/info/event/oracle/202205/media/parts_background.png) center top no-repeat;
background-size:cover;
z-index:1;
}



.video {
  width:90%; 
  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;
}



@media screen and (max-width: 800px) {
   .movie_title h1 {float: none; font-size: 1.25rem; margin: 0;}
   .video {width: 100%;
}

