@charset "utf-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-all;
word-wrap: break-word;
}
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 16px;
line-height: 1.6;
}
body {
padding: 0;
margin: 0;
background: #fff;
color: #333;
font-size: 100%;
font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
font-family: 'Noto Sans JP', sans-serif;
width: 100%;
height: 100%;
}
li{
list-style: none;
}
a {
color: #FFD404;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
/* wrap
-------------------------------------------------------*/
#wrap {
min-width: 320px;
padding-top: 80px;
padding-top: 0;
/*background: url("../images/bg01.jpg") no-repeat center top;
background-attachment: fixed;*/
}

#wrap * {
box-sizing: border-box;
}
img {
vertical-align: top;
width: auto;
max-width: 100%;
}
#wrap .area {
position: relative;
clear: both;
display: block;
}
#wrap .area_in {
position: relative;
clear: both;
margin: 0 auto;
padding: 0 10px;
width: 100%;
max-width: 1200px;
min-width: 320px;
}
	@media screen and (max-width: 768px) {
	#wrap {
	font-size: 90%;
	}
	}
.contents {
position: relative;
background: url("../images/bg01.jpg") no-repeat center top / 100% auto;
}
.contents.active {
background-attachment: fixed;
background-position-y: 0;
}
	@media screen and (max-width: 768px) {
.contents {
background-size: auto 100%;
background-position: left top;
}
	}

/* header
-------------------------------------------------------*/
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 1;
z-index: 999;
background: #000;
}
#header * {
transition: all 0.2s linear;
}
body.active #header {
background: #000;
box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
#header .area_in {
height: 100%;
max-width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
padding-right: 0;
}
#header .branding {
position: relative;
flex: 1 0 250px;
align-self: center;
}
#header .logo {
align-self: center;
}
#header .logo > * {
display: flex;
}
#header .logo img {
width: 250px;
}
	@media screen and (max-width: 1000px) {
	#header .branding {
	flex: 1 0 180px;
	}
	#header .logo img {
	width: 180px;
	}
	}
	@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	}
	}
	@media screen and (max-width: 420px) {
	#header .text > * {
	padding-left: 120px;
	}
	}
#header.type2 {
color: #fff;
}
#header.type2 a {
color: #fff;
}
#header.type2 .logo a {
display: inline-block;
background: url("../images/logo_m_w.png")no-repeat center center / contain;
}
#header.type2 .logo a img {
opacity: 0;
}
/* menu
-------------------------------------------------------*/
#menubtn {
display: none;
position: absolute;
z-index: 99999;
width: 30px;
height: 24px;
right: 13px;
top: 17px;
cursor: pointer;
}
#menubtn {
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
display: inline-block;
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
position: absolute;
left: 0;
width: 100%;
height: 4px;
background-color: #fff;
border-radius: 0;
}
#menubtn span:nth-of-type(1) {
top: 0;
}
#menubtn span:nth-of-type(2) {
top: 10px;
}
#menubtn span:nth-of-type(3) {
bottom: 0;
}
#menubtn.active span {
background: #fff;
}
#menubtn.active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}
#menubtn.active span:nth-of-type(2) {
opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}
	@media screen and (max-width: 768px) {
	#menubtn {
	display: block;
	}
	}
#menu ul {
display: flex;
width: 100%;
height: 100%;
max-width: 800px;
align-items: center;
font-size: 90%;
}
#menu ul li {
}
#menu ul li a {
display: inline-block;
width: 100%;
height: 100%;
color: #fff;
text-decoration: none;
text-align: center;
padding: 10px;
}
#menu li a.comp span {
display: inline-block;
background: #fff;
background: #FFD404;
padding: 10px 20px;
border-radius: 30px;
font-weight: bold;
color: #fff;
color: #000;
}
#menu li a.comp:hover {
opacity: 0.7;
}
#menu li a.contact_end {
background: #999;
}
	@media screen and (max-width: 1000px) {
	#menu ul li a {
	padding: 5px;
	font-size: 90%;
	}
	#menu li a.comp span {
	padding: 10px 10px;
	border-radius: 30px;
	}
	}
	@media screen and (max-width: 800px) {
	#menu ul {
	max-width: 600px;
	}
	}
	@media screen and (max-width: 768px) {
	#menu {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 60px 0 0 0;
	transition: all 0.3s linear;
	z-index: 100;
	border-right: none;
	height: 100%;
	background: #FFD404;
	}
	#menu.active {
	left: 0;
	}
	#menu ul {
	border: none;
	display: block;
	width: 100%;
	max-width: 100%;
	}
	#menu ul li {
	display: block;
	}
	#menu ul li a {
	border: none;
	width: 100%;
	font-size: 130%;
	}
	#menu li > a > * {
	padding: 20px;
	color: #fff;
	}
	#menu ul li a.comp {
	padding: 20px;
	}
	#menu ul li a.comp span {
	display: block;
	}
	}
/* visual
-------------------------------------------------------*/
#visual {
position: relative;
background: url("../images/visual_bg.png") no-repeat center bottom / 100% auto;
padding-top: 80px;
height: 680px;
}
#visual .area_in {
position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
max-width: 100%;
}
#visual .area_in img {
max-width: inherit;
min-height: 150px;
width: auto;
transform: translate(0,0);
transition: all 0.1s linear;
}
@media screen and (min-width: 1100px) {
}
@media screen and (max-width: 1270px) {
#visual {
background-size: auto 100%;
}
#visual .area_in {
padding: 0;
width: 100%;
max-width: 100%;
}
#visual .area_in img {
max-width: 100%;
min-height: 500px;
}
}
@media screen and (max-width: 1000px) {
#visual .area_in img {
width: 100%;
height: calc(100vw * (600 / 1000));
max-width: 100%;
min-height: auto;
}
}
@media screen and (max-width: 768px) {
#visual {
height: auto;
padding-top: 60px;
}
#visual .area_in img {
}
}
/* footer
-------------------------------------------------------*/
#footer {
padding: 50px 0;
}
.companylogo {
padding: 30px;
text-align: center;
}
#footer .text {
text-align: center;
}
#footer .copy {
text-align: center;
font-size: 90%;
padding: 20px;
}
#nav {
clear: both;
padding: 20px;
}
#nav ul {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: stretch;
line-height: 1;
}
#nav ul li {
border-right: 1px solid #666;
}
#nav ul li:last-child {
border-right: none;
}
#nav ul li a {
color: #333;
font-weight: bold;
display: inline-block;
text-decoration: none;
padding: 0 20px;
}
	@media screen and (max-width: 768px) {
    #nav {
    padding: 0 0 20px 0;
    }
    #nav ul {
    flex-flow: column wrap;
    justify-content: flex-start;
    }
    #nav ul li {
    border-right: none;
    border-bottom: 1px solid #ddd;
    }
    #nav ul li:last-child {
    }
    #nav ul li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    }
    }
/* pagetop
-------------------------------------------------------*/
#pagetop {
position: fixed;
right: 10px;
bottom: -100px;
transition: all 0.3s linear;
opacity: 0;
}
#pagetop.active {
bottom: 10px;
opacity: 0.9;
}
#pagetop:hover {
opacity: 0.6;
}
#pagetop a {
display: block;
width: 60px;
height: 60px;
border-radius: 30px;
background: #000;
text-indent: -9999px;
}
#pagetop a:before {
content: "";
position: absolute;
right: 50%;
top: 50%;
width: 15px;
height: 15px;
margin: -6px -9px 0 0;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg);
}
	@media screen and (max-width: 768px) {
	#pagetop.active,
	#pagetop:hover {
	opacity: 0.8;
	}
	#pagetop a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	}
	#pagetop a:before {
	width: 10px;
	height: 10px;
	margin: -4px -6px 0 0;
	}
	}
/* lead
-------------------------------------------------------*/
#lead_area {
clear: both;
padding-top: 20px;
}
#lead_area .area_in {
max-width: 800px;
max-width: 1000px;
}
#lead_area .text {
font-size: 110%;
padding: 30px 0;
line-height: 1.3;
letter-spacing: 0.05em;
}
#lead_area .text .marker {
background: #FFD404;
color: #000;
padding: 3px 5px;
margin-right: 5px;
line-height: 2;
}
#lead_area .text.base_sizel {
font-size: 170%;
padding-bottom: 0;
font-weight: bold;
}
#lead_area .text.base_sizel span {
font-weight: normal;
font-size: 90%;
}
#lead_area .text:last-child {
text-align: center;
}
	@media screen and (max-width: 768px) {
    #lead_area {
    padding-top: 20px;
    }
	#lead_area .text {
	padding: 20px 10px;
	}
	#lead_area .text.base_sizel {
	font-size: 130%;
	padding-bottom: 0;
	text-align: center;
	}
	}
/* contact
-------------------------------------------------------*/
.contact_area {
clear: both;
background: none;
padding: 40px 20px 0 20px;
}
.contact_area .title {
text-align: center;
font-size: 200%;
margin: 0 auto;
padding-bottom: 20px;
line-height: 1.4;
max-width: 760px;
}
.contact_area .title > * {
display: inline-block;
}
.contact_area .title b {
font-weight: normal;
color: #29B5E8;
}
.contact_btn_box {
text-align: center;
padding-bottom: 40px;
font-size: 90%;
}
.contact_btn_box .txt {
display: block;
text-align: center;
padding-top: 20px;
font-size: 120%;
max-width: 600px;
margin: 0 auto;
}
	@media screen and (max-width: 768px) {
    .contact_area {
    padding: 20px;
    }
	.contact_btn_box {
	padding-bottom: 0;
	}
	}
.contact_btn {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
max-width: 600px;
margin: 0 auto;
height: 85px;
border-radius: 45px;
background: #FFD404;
text-align: center;
color: #000;
border: 3px solid #000;
font-size: 200%;
font-weight: bold;
text-decoration: none;
transition: all 0.3s linear;
}
.contact_btn:hover {
opacity: 0.7;
}
.contact_btn > * {
display: table-cell;
vertical-align: middle;
text-align: center;
padding: 10px;
}
.contact_btn > *:before {
content: "";
position: absolute;
right: 40px;
top: 50%;
width: 15px;
height: 15px;
margin-top: -9px;
border-bottom: 3px solid #000;
border-right: 3px solid #000;
transform: rotate(-45deg);
}
.contact_btn.contact_end {
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#999;
background-size: 100% 100%;
box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.3);
}
.contact_btn.contact_end > * {
text-shadow: 1px 1px 1px #666;
}
	@media screen and (max-width: 768px) {
	.contact_area .title {
	font-size: 150%;
	}
	}
	@media screen and (max-width: 520px) {
	.contact_area .title {
	font-size: 120%;
	}
	.contact_area .title > * {
	display: inline;
	}
	.contact_btn {
	font-size: 180%;
	}
	}
	@media screen and (max-width: 420px) {
	.contact_btn {
	font-size: 140%;
	height: 65px;
	}
	.contact_btn > *:before {
	width: 10px;
	height: 10px;
	right: 10px;
	margin-top: -7px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	}
	}
/* bar
-------------------------------------------------------*/
.base_title {
font-size: 300%;
text-align: center;
color: #333;
font-weight: bold;
padding: 40px 0;
line-height: 1.2;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
line-height: 1;
}
.base_title > b::first-letter {
color: #FFAE0C;
}
.base_title > span {
display: block;
padding: 0 20px;
}
.base_bar {
padding: 30px 0 10px 0;
margin-bottom: 30px;
color: #333;
font-size: 150%;
text-align: center;
font-weight: bold;
}
.base_bar > b > span {
display: inline-block;
}
.base_text {
line-height: 1.6;
margin-bottom: 1.6em;
}
	@media screen and (max-width: 420px) {
	.base_title {
	font-size: 180%;
	padding: 20px 0;
	}
	.base_bar {
	padding: 20px 0 10px 0;
	margin-bottom: 20px;
	font-size: 120%;
	}
	}
/* popup
-------------------------------------------------------*/
.popup,.link {
transition: all 0.2s linear;
cursor: pointer;
}
.popup:hover,.link:hover {
box-shadow: 0 2px 10px rgba(0,0,0,0.2)!important;
transform: translateY(-10px);
}

.popup_contents {
display: none;
}
.mfp-content {
max-width: 700px!important;
}
.mfp-close {
position: fixed!important;
top: 15px!important;
right: 15px!important;
width: 30px!important;
height: 30px!important;
opacity: 1!important;
text-indent: -9999px;
position: relative;
}
.mfp-close:before,
.mfp-close:after {
position: absolute;
left: 0;
top: 50%;
content: "";
width: 30px;
height: 2px;
background: #fff;
}
.mfp-close:before {
transform: rotate(45deg);
}
.mfp-close:after {
transform: rotate(-45deg);
}
.mfp-close:hover {
opacity: 0.7!important;
}
.popup_box {
background: #fff;
border-radius: 5px;
padding: 20px;
margin: 60px 10px 10px 10px;
}
.popup_box .time {
display: inline-block;
background: #29B5E8;
padding: 0 10px;
}
/* about_area
-------------------------------------------------------*/
#about_area {
padding-bottom: 50px;
}
#about_area .txt {
padding: 0 20px 30px;
text-align: center;
}
.accordion_box {
background: #fff;
height: 100%;
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
}
.accordion_box > .bar {
font-size: 150%;
font-weight: bold;
text-align: center;
padding: 30px;
}
.accordion {
position: relative;
cursor: pointer;
padding-right: 100px!important;
}
.accordion::after {
content: "";
width: 15px;
height: 15px;
border: 0px;
border-bottom: solid 4px #29B5E8;
border-left: solid 4px #29B5E8;
transform: translate(0,-50%) rotate(-45deg);
position: absolute;
right: 30px;
top: 50%;
transition: .3s;
}
.accordion.active::after {
transform: translate(0,-50%) rotate(-225deg);
}
.about_list {
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 100%;
padding: 0 10px;
}
.about_list > * {
flex: 0 1 25%;
padding: 0 20px 20px;
padding: 0 10px 20px;
justify-content: space-between;
text-align: center;
max-width: 400px;
}
	@media screen and (min-width: 768px) {
	.about_list.col3 > * {
	flex: 0 1 33.33%;
	margin: 0;
	}
	}
.about_list .image {
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
}
.about_list .image img {
width: auto;
max-width: 100%;
}
.about_list .title {
background: #000000;
padding: 0 20px;
color: #fff;
font-weight: normal;
display: flex;
height: 70px;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
text-align: center;
line-height: 1.2;
text-align: center;
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
}
.about_list .title > * {
display: block;
text-align: center;
}
.about_list .title > span {
font-size: 90%;
padding-bottom: 5px;
color: #5BE7F5;
}
.about_list .title > b {
font-size: 130%;
}
.about_list .title {
background: #000000;
padding: 0 20px;
color: #fff;
font-weight: normal;
display: flex;
height: 70px;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
text-align: center;
line-height: 1.2;
text-align: center;
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
}
.about_list .title > * {
display: block;
text-align: center;
}
.about_list .title > span {
font-size: 90%;
padding-bottom: 5px;
color: #F9A4B9;
}
.about_list .title > b {
font-size: 130%;
}
/*
.about_list > *:nth-child(1) .title {
background: #FC7224;
}
.about_list > *:nth-child(2) .title {
background: #FFB432;
}
.about_list > *:nth-child(3) .title {
background: #F84228;
}
*/
.about_list .text {
padding: 20px 0;
text-align: left;
}
.about_list .text .pane {
background: #eee;
display: block;
font-size: 75%;
margin-top: 5px;
padding: 10px;
}
.about_list .text .pane b {
display: block;
line-height: 1;
}
.about_list .text .pane b + br {
display: none;
}
.about_list .text .pane a {
display: block;
color: #000;
padding-top: 5px;
}
.about_list .text .pane a:hover {
text-decoration: none;
}
.about_list .text {
padding: 20px 0;
text-align: left;
}
.achievement {
padding-bottom: 30px;
}
.about_list .about_link {
text-align: left;
position: relative;
margin-top: 5px;
font-size: 90%;
font-weight: bold;
}
.about_list .about_link > * {
display: inline-block;
padding-left: 20px;
color: #000;
}
.about_list .about_link > *:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 6px;
height: 6px;
border-bottom: 3px solid #D7083A;
border-right: 3px solid #D7083A;
transform: translate(0,-50%) rotate(-45deg);
}
.about_list .about_link > *:hover {
}
.about_btn_box {
padding: 0 30px 50px;
}
.about_btn {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 400px;
margin: 0 auto;
height: 60px;
border-radius: 30px;
background: #000;
text-align: center;
color: #fff;
font-size: 140%;
font-weight: bold;
text-decoration: none;
transition: all 0.3s linear;
}
.about_btn:hover {
opacity: 0.7;
}
.about_btn > * {
display: inline-block;
text-align: center;
padding: 10px;
}
.about_btn > *:before {
content: "";
position: absolute;
right: 20px;
top: 50%;
width: 10px;
height: 10px;
border-bottom: 3px solid #D7083A;
border-right: 3px solid #D7083A;
transform: translate(0,-50%) rotate(-45deg);
}
@media screen and (max-width: 1100px) {
.about_list {
max-width: 800px;
margin: 0 auto
}
.about_list > * {
flex: 1 0 50%;
}
}
@media screen and (max-width: 768px) {
	.about_list_box > .bar {
	font-size: 140%;
	}
	.about_list {
	display: block;
	}
	.accordion_box > .bar {
	font-size: 120%;
	}
}

.about_btn_box_wrap {
display: flex;
justify-content: center;
padding-bottom: 50px;
}
.about_btn_box_wrap .about_btn_box {
padding: 0 10px 10px;
}
.about_btn_box_wrap .about_btn_box .about_btn {
padding: 0 30px 0 10px;
font-size: 130%;
}
@media screen and (max-width: 768px) {
.about_list > * {
margin: 0 auto;
}
.about_btn_box_wrap {
display: block;
}
.about_btn_box_wrap .about_btn_box .about_btn {
font-size: 110%;
}
}
/*
@media screen and (min-width:500px) and ( max-width:768px) {
	.about_list .layout {
	display: flex;
	}
	.about_list .layout .image {
	flex: 0 1 50%;
	}
	.about_list .layout .info {
	flex: 1 0 0%;
	padding-left: 20px;
	}
}
.video {
text-align: center;
padding: 0 30px 30px;
}
video {
top:0;
width: 100%;
height: 100%;
background: #fff;
max-width: 700px;
margin: 0 auto;
}
*/
/* speakers_area
-------------------------------------------------------*/
#speakers_area {
}
.photolist_box > .bar {
font-size: 200%;
font-weight: bold;
text-align: center;
}
.photolist {
display: flex;
flex-flow: row wrap;
justify-content: center;
padding: 30px 0;
}
.photolist li {
flex: 0 1 20%;
}
.photolist li > span {
display: block;
padding: 10px;
}
.photolist li > *:hover {
background: #fff;
background: rgba(148,218,243,0.5);
box-shadow: 0 0 10px rgb(41 181 232 / 30%);
}
.photolist img {
width: 100%;
}
.photolist .company {
font-size: 80%;
line-height: 1.2;
padding: 10px 0;
}
.photolist .company > * {
display: block;
}
.photolist .company > *.name {
font-size: 120%;
}
.photolist.type1 {
padding-bottom: 0;
}
.photolist.type1 li {
flex: 0 1 25%;
}
@media screen and (max-width: 768px) {
	.photolist_box > .bar {
	font-size: 140%;
	}
	.photolist li {
	flex: 0 1 33.33%;
	}
	.photolist.type1 li {
	flex: 0 1 50%;
	}
}
.slide-arrow {
max-width: 40px;
position: absolute;
top: 50%;
z-index: 10;
cursor: pointer;
padding: 0;
transform: translateY(-80%);
}
.prev-arrow {
left: 0;
}
.next-arrow {
right: 0;
}
.slick-dots {
bottom: 0!important;
}
.slick-list {
padding-top: 10px!important;
}
.speakerslist {
max-width: 800px;
margin: 0 auto;
}
.speakerslist .item {
background: #fff;
padding: 20px;
height: 100%;
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
margin-bottom: 30px;
}
.speakerslist .layout {
display: flex;
}
.speakerslist .layout > *.photo {
flex: 0 1 40%;
}
.speakerslist .layout > *.info {
flex: 1 0 0%;
padding-left: 20px;
}
.speakerslist .company {
margin-bottom: 20px;
}
.speakerslist .company .com {
font-size: 90%;
}
.speakerslist .company .name {
font-size: 110%;
display: block;
}
@media screen and (max-width: 768px) {
.speakerslist .layout {
display: block;
}
.speakerslist .layout > *.photo {
text-align: center;
}
.speakerslist .layout > *.info {
padding: 10px 0 0;
}
}
/* timetable_area
-------------------------------------------------------*/
#timetable_area {
}
.timelist_nav {
display: flex;
align-items: center;
flex-flow: row wrap;
justify-content: center;
/*padding-bottom: 30px;*/
border: 1px solid #B4E5F7;
box-sizing: border-box;
border: none;
}
.timelist_nav li {
flex: 1 0 0%;
border: 1px solid #B4E5F7;
border: none;
}
.timelist_nav li > * {
position: relative;
padding: 20px 5px 30px 5px;
display: block;
text-align: center;
letter-spacing: 0.05em;
background: #fff;
color: #333;
letter-spacing: -0.05em;
text-decoration: none;
transition: all 0.2s linear;
cursor: pointer;
}
.timelist_nav li > * > * {
display: inline-block;
font-weight: bold;
margin: 0 5px;
}
.timelist_nav li > *:after {
content: "";
display: inline-block;
position: absolute;
left: 50%;
bottom: 15px;
width: 8px;
height: 8px;
margin: -6px -9px 0 0;
border-bottom: 2px solid #333;
border-left: 2px solid #333;
transform: rotate(-45deg);
}
.timelist_nav li > *:hover {
background: #fff;
color: rgba(0,0,0,0.7);
}
.timelist_nav li > *:hover:after {
border-color: rgba(0,0,0,0.7);
}
.tab .timelist_nav li > *.active {
background: rgba(0,0,0,0.7);
background: rgba(148,218,243,0.5);
box-shadow: 0 0 10px rgb(41 181 232 / 30%);
box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
@media screen and (max-width: 1000px) {
.timelist_nav li {
min-width: 25%;
}
.timelist_nav li > * {
padding-top: 5px;
padding-bottom: 20px;
}
.timelist_nav li > *:after {
bottom: 10px;
}
}
@media screen and (max-width: 600px) {
.timelist_nav li {
min-width: 50%;
}
}

.timelist {
background: rgba(255,202,29,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.1);
margin-bottom: 100px;
padding: 30px 0;
}
.timelist_head > dl {
display: flex;
}
.timelist_head > dl dt {
flex: 0 1 180px;
padding: 20px 20px 0;
padding: 0 20px;
line-height: 1.2;
}
.timelist_head > dl dt b {
display: block;
text-align: center;
font-size: 160%;
font-weight: bold;
line-height: 1;
}
.timelist_head > dl dt span {
font-weight: bold;
display: block;
text-align: center;
font-size: 150%;
}
.timelist_head > dl dd {
flex: 1 0 0;
padding: 20px 20px 0;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 120%;
}
.timelist_head > dl dd span {
display: inline-block;
background: #333;
color: #fff;
padding: 5px 10px;
}
@media screen and (max-width: 768px) {
	.timelist_head > dl {
	display: block;
	text-align: center;
	}
	.timelist_head > dl dt b br {
	display: none;
	}
	.timelist_head > dl dd {
	display: inline-block;
	padding: 5px;
	}
}
.timelist_body > dl {
display: flex;
}
.timelist_body > dl dt {
flex: 0 1 180px;
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 110%;
}
.timelist_body > dl dt span {
display: inline-block;
text-align: center;
}
.timelist_body> dl dd {
padding: 20px 20px 20px 0;
} 
.timelist_body > dl dd .track {
display: none;
}
.timelist_body > dl dd .id {
padding: 10px 10px 0;
}
.timelist_body > dl dd .id > * {
display: inline-block;
padding: 5px 10px;
background: #333;
color: #fff;
line-height: 1;
font-weight: normal;
}
.timelist_body > dl dd.format-1 .id > b {
background-color: #27B1E3;
}
.timelist_body > dl dd.format-2 .id > b {
background-color: #D45B90;
}
.timelist_body > dl dd.format-3 .id > b {
background-color: #FBBC04;
}
.timelist_body > dl dd .date {
display: none;
}
.timelist_body > dl dd .title {
padding: 10px;
font-size: 140%;
line-height: 1.3;
}
.timelist_body > dl dd > *.link,
.timelist_body > dl dd > *.nolink,
.timelist_body > dl dd > *.popup {
display: block;
background: #fff;
padding: 10px;
height: 100%;
}
.timelist_body > dl dd {
flex: 1 0 0%;
}
.timelist_body > dl.col1 dd .layout_box {
display: flex;
flex-flow: row wrap;
}
.timelist_body > dl.col1 dd .layout_box > * {
flex: 1 0 33.33%;
}
.timelist_body > dl dd .layout {
display: flex;
padding: 10px;
}
.timelist_body > dl dd .photo {
width: 100px;
display: none;
}
.timelist_body > dl dd .info {
flex: 1 0 0%;
}
.timelist_body > dl dd .company > span {
display: block;
}
.timelist_body > dl dd .company span:not(.name){
font-size: 70%;
}
.timelist_body > dl dd .photo + .info .company {
/*padding-left: 10px;*/
}
.timelist_body > dl dd .text,
.timelist_body > dl dd .prof {
display: none;
}
.timelist_body > dl dd .txt {
margin: 10px;
padding: 20px;
background: #f2f2f2;
line-height: 1.3;
}
.timelist_body > dl dd .txt b {
font-size: 80%;
}
@media screen and (max-width: 1000px) {
	.timelist_body > dl.col1 dd .layout_box > * {
	flex: 1 0 50%;
	}
}
@media screen and (min-width:768px) and ( max-width:1000px) {
	.timelist_body > dl.col3 dd .layout {
	display: block;
	padding-top: 10px;
	}
}
@media screen and (min-width:500px) and ( max-width:768px) {
	.timelist_body > dl dd .layout_box {
	display: flex;
	flex-flow: row wrap;
	}
	.timelist_body > dl dd .layout_box > * {
	flex: 1 0 50%;
	}
}
@media screen and (max-width: 768px) {
	.timelist_head {
	display: none;
	}
	.timelist_body > dl {
	display: block;
	}
	.timelist_body> dl dd {
	padding: 20px;
	}
	.timelist_body > dl dd .track {
	display: block;
	padding: 0 10px 10px;
	border-bottom: 2px solid rgba(148,218,243,0.5);
	}
}
@media screen and (max-width: 500px) {
	.timelist_body > dl dd .layout_box {
	display: block!important;
	}
}
.popup_box.type2 .id span,
.timelist_body > dl dd.type2 .id > span,
.timelist_head > dl dd span.type2 {
background: #23A7D9;
}
.popup_box.type3 .id span,
.timelist_body > dl dd.type3 .id > span,
.timelist_head > dl dd span.type3 {
background: #00AFC1;
}
.popup_box.type4 .id span,
.timelist_body > dl dd.type4 .id > span,
.timelist_head > dl dd span.type4 {
background: #984C9B;
}


#d01_00.popup_box,
.timelist_body > dl.d01_00 dd > * {
border: 4px solid #D45B90;
}
#d01_00.popup_box .title,
.timelist_body > dl.d01_00 dd > * .title {
color: #D45B90;
}

#d02_00.popup_box,
.timelist_body > dl.d02_00 dd > * {
border: 4px solid #71D3DC;
}
#d02_00.popup_box .title,
.timelist_body > dl.d02_00 dd > * .title {
color: #4ABDCA;
}

#d03_00.popup_box,
.timelist_body > dl.d03_00 dd > * {
border: 4px solid #7D44CF;
}
#d03_00.popup_box .title,
.timelist_body > dl.d03_00 dd > * .title {
color: #7D44CF;
}

#d04_00.popup_box,
.timelist_body > dl.d04_00 dd > * {
border: 4px solid #F5A623;
}
#d04_00.popup_box .title,
.timelist_body > dl.d04_00 dd > * .title {
color: #F5A623;
}

.tab .timelist {
display: none;
}
.timelist.active {
display: block;
}


/* program_area
-------------------------------------------------------*/
.popup_box {
background: #fff;
border-radius: 0;
border: 2px solid #000;
padding: 20px;
margin: 60px 10px 10px 10px;
}
.popup_box .num {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.popup_box .track {
display: block;
padding: 0 10px 10px;
border-bottom: 2px solid rgba(148,218,243,0.5);
margin-bottom: 20px;
}
.popup_box .id {
display: inline-block;
display: flex;
flex: 1 0 0%;
}
.popup_box .id span {
display: inline-block;
letter-spacing: 0.1em;
font-weight: normal;
color: #fff;
background: #000;
line-height: 1;
padding: 10px 20px;
}
.popup_box .id b {
flex: 1 0 0%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 0 10px;
color: #fff;
font-weight: normal;
}
.popup_box.format-1 .id b {
background-color: #27B1E3;
}
.popup_box.format-2 .id b {
background-color: #D45B90;
}
.popup_box.format-3 .id b {
background-color: #FBBC04;
}

.popup_box .date {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.popup_box .date .day {
flex: 0 1 50%;
}
.popup_box .date .time {
flex: 1 0 0%;
text-align: left;
}
.popup_box .date span {
display: inline-block;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 110%;
padding: 10px 20px;
background: rgba(49,99,174,0.2);
background: #f2f2f2;
line-height: 1;
}
@media screen and (max-width: 768px) {
.popup_box .num {
display: block;
}
.popup_box .date {
display: block;
background: rgba(255,136,6,0.3);
text-align: center;
}
.popup_box .date span {
display: inline-block;
font-size: 100%;
padding: 5px 10px;
background: none;
}
}
.popup_box .title {
font-weight: normal;
font-size: 200%;
margin-bottom: 20px;
color: #000;
line-height: 1.4;
}
.popup_box .text {
margin-bottom: 20px;
}
.popup_box .text b {
font-size: 80%;
}
.popup_box .title + .text {
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
.popup_box .bar {
text-align: center;
background: #eee;
padding: 10px;
margin-bottom: 20px;
}
.popup_box .layout_box + .layout_box {
border-top: 1px solid #ccc;
padding-top: 20px;
}
.popup_box .layout {
display: flex;
padding-bottom: 0;
}
.popup_box .layout + .layout {
border-top: 1px solid #ddd;
padding-top: 30px;
}
/*
.popup_box .layout:not(:last-child) {
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
}*/

.popup_box .photo {
flex: 0 1 30%;
text-align: center;
}
.popup_box .info {
flex: 1 0 0%;
}
.popup_box .photo + .info {
padding-left: 20px;
}
.popup_box .company {
margin-bottom: 20px;
}
.popup_box .company > span {
display: block;
}
.popup_box .company .name {
font-size: 110%;
}
.popup_box .company span:not(.name) {
font-size: 90%;
}
.popup_box .prof {
font-size: 90%;
}
@media screen and (max-width: 768px) {
.popup_box .layout {
display: block;
}
.popup_box .info {
padding: 20px 0 0!important;
}
}
/* overview_area
-------------------------------------------------------*/
#overview_area {
padding-bottom: 50px;
}
.dlist {
padding: 60px 20px 100px;
background: #fff;
padding: 10px;
height: 100%;
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
}
.dlist .area_ttl {
text-align: center;
}
.dlist .txt_head {
text-align: center;
margin:0 0 40px;
}
.dlist dl {
max-width: 700px;
margin: 0 auto;
padding: 25px 0;
display: table;
width: 100%;
}
.dlist dl:not(:last-child) {
border-bottom: 1px solid #cccccc;
}
.dlist dl > * {
display: table-cell;
vertical-align: middle;
line-height: 1.8;
}
.dlist dl dt {
font-weight: bold;
width: 160px;
color: #070203;
}
.dlist a {
color:#FFAE0C;
text-decoration: underline;
}
.dlist a.end {
color:#999;
}
.dlist_txt {
max-width: 700px;
margin: 0 auto;
padding-top: 60px;
font-size: 90%;
}
@media screen and (max-width: 768px) {
    .dlist {
    padding: 40px 20px;
    }
	.dlist .txt_head {
	margin: 0 0 30px;
	}
	.dlist dl {
	padding:15px 0;
	}
	.dlist dl > * {
	line-height: 1.2;
	display: block;
	}
	.dlist dl dt {
	font-weight: bold;
	width: 75px;
	margin:0 0 10px;
	}
	.dlist dl dd {
	word-break: break-all;
	}
	.overview_txt {
	padding-top: 30px;
	}
}

/* sponsor_area
-------------------------------------------------------*/
#sponsor_area {
}
.logolist_box {
background: #fff;
padding: 40px 10px  10px;
height: 100%;
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
}
.logolist_box .tit {
font-weight: bold;
text-align: center;
font-size: 250%;
margin: 0 0 50px 0;
}
.logolist_box:nth-child(1) .tit {
color: #000;
}
.logolist_box:nth-child(2) .tit {
color: #29b5e8;
}
.logolist_box:nth-child(3) .tit {
color: #ff9f36;
}
.logolist_box:nth-child(4) .tit {
color: #476C89;
}
@media screen and (max-width: 420px) {
.logolist_box .tit {
font-size: 160%;
margin: 0 0 30px 0;
}
}
.logolist {
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: 30px;
}
.logolist > * {
flex: 0 1 30%;
padding: 10px;
text-align: center;
}
.logolist a {
display: block;
transition: all 0.2s linear;
}
.logolist a:hover {
opacity: 0.7;
}
.logolist img {
max-width: 240px;
}
@media screen and (max-width: 768px) {
.logolist > * {
flex: 0 1 48%;
}
}
.privacylist {
padding-bottom: 50px;
}
.privacylist li {
text-align: center;
padding: 10px;
}



/*
.outline_box {
max-width: 760px;
margin: 0 auto;
}
.base_dlist_table {
margin-bottom: 20px;
border: 3px solid #ccc;
}
.base_dlist_table dl {
display: table;
width: 100%;
}
.base_dlist_table dl > * {
display: table-cell;
vertical-align: middle;
}
.base_dlist_table dt {
width: 180px;
border-right: 1px solid #ccc;
font-weight: bold;
text-align: center;
padding: 15px;
}
.base_dlist_table dd {
text-align: left;
padding: 15px;
}
.base_dlist_table dl:nth-child(even) {
background: #f2f2f2;
}
	@media screen and (max-width: 768px) {
	.base_dlist_table dl {
	display: block;
	}
	.base_dlist_table dl > * {
	display: block;
	padding: 10px;
	}
	.base_dlist_table dl:nth-child(even) {
	background: none;
	}
	.base_dlist_table dl > dt {
	background: #f2f2f2;
	width: 100%;
	border: none;
	text-align: left;
	}
	}
/* temp
-------------------------------------------------------*/
.base_pcdin { display: inline!important;}
.base_pcdinb { display: inline-block!important;}
.base_pcdblock { display: block!important;}
.base_pcdno {display: none!important;}
@media screen and (max-width: 768px) {
	.base_spdin { display: inline!important;}
	.base_spdinb { display: inline-block!important;}
	.base_spdblock { display: block!important;}
	.base_spdno {display: none!important;}
}
.base_din { display: inline!important;}
.base_dinb { display: inline-block!important;}
.base_dblock { display: block!important;}
.cf:before { content:""; display:table;}
.cf:after { content:""; display:table; clear:both;}
.cf { zoom:1;}
.base_textstr { color: rgba(235,0,70,1);}
.base_texterr { color: rgba(235,0,70,1);}
.base_textem { color: #29B5E8;}
.base_textno { color: #ccc;}
.base_textmarker { background: #FFFF99;}
.base_sizess { font-size: 70%;}
.base_sizes { font-size: 80%;}
.base_sizem { font-size: 100%;}
.base_sizel { font-size: 120%;}
.base_sizell { font-size: 150%;}
.base_sizelll { font-size: 200%;}
.base_fl { float: left;}
.base_fr { float: right;}
.base_fn { float: none;}
.base_tl { text-align: left;}
.base_tr { text-align: right;}
.base_tc { text-align: center;}
.base_m0 { margin: 0!important;}
.base_m5 { margin: 5px!important;}
.base_m10 { margin: 10px!important;}
.base_m20 { margin: 20px!important;}
.base_m30 { margin: 30px!important;}
.base_m40 { margin: 40px!important;}
.base_m50 { margin: 50px!important;}
.base_mt0 { margin-top: 0!important;}
.base_mt5 { margin-top: 5px!important;}
.base_mt10 { margin-top: 10px!important;}
.base_mt20 { margin-top: 20px!important;}
.base_mt30 { margin-top: 30px!important;}
.base_mt40 { margin-top: 40px!important;}
.base_mt50 { margin-top: 50px!important;}
.base_mb0 { margin-bottom: 0!important;}
.base_mb5 { margin-bottom: 5px!important;}
.base_mb10 { margin-bottom: 10px!important;}
.base_mb20 { margin-bottom: 20px!important;}
.base_mb30 { margin-bottom: 30px!important;}
.base_mb40 { margin-bottom: 40px!important;}
.base_mb50 { margin-bottom: 50px!important;}
.base_ml0 { margin-left: 0!important;}
.base_ml5 { margin-left: 5px!important;}
.base_ml10 { margin-left: 10px!important;}
.base_ml20 { margin-left: 20px!important;}
.base_ml30 { margin-left: 30px!important;}
.base_ml40 { margin-left: 40px!important;}
.base_ml50 { margin-left: 50px!important;}
.base_mr0 { margin-right: 0!important;}
.base_mr5 { margin-right: 5px!important;}
.base_mr10 { margin-right: 10px!important;}
.base_mr20 { margin-right: 20px!important;}
.base_mr30 { margin-right: 30px!important;}
.base_mr40 { margin-right: 40px!important;}
.base_mr50 { margin-right: 50px!important;}
.base_p0 { padding: 0!important;}
.base_p5 { padding: 5px!important;}
.base_p10 { padding: 10px!important;}
.base_p20 { padding: 20px!important;}
.base_p30 { padding: 30px!important;}
.base_p40 { padding: 40px!important;}
.base_p50 { padding: 50px!important;}
.base_pt0 { padding-top: 0!important;}
.base_pt5 { padding-top: 5px!important;}
.base_pt10 { padding-top: 10px!important;}
.base_pt20 { padding-top: 20px!important;}
.base_pt30 { padding-top: 30px!important;}
.base_pt40 { padding-top: 40px!important;}
.base_pt50 { padding-top: 50px!important;}
.base_pb0 { padding-bottom: 0!important;}
.base_pb5 { padding-bottom: 5px!important;}
.base_pb10 { padding-bottom: 10px!important;}
.base_pb20 { padding-bottom: 20px!important;}
.base_pb30 { padding-bottom: 30px!important;}
.base_pb40 { padding-bottom: 40px!important;}
.base_pb50 { padding-bottom: 50px!important;}
.base_pl0 { padding-left: 0!important;}
.base_pl5 { padding-left: 5px!important;}
.base_pl10 { padding-left: 10px!important;}
.base_pl20 { padding-left: 20px!important;}
.base_pl30 { padding-left: 30px!important;}
.base_pl40 { padding-left: 40px!important;}
.base_pl50 { padding-left: 50px!important;}
.base_pr0 { padding-right: 0!important;}
.base_pr5 { padding-right: 5px!important;}
.base_pr10 { padding-right: 10px!important;}

.base_pr20 { padding-right: 20px!important;}
.base_pr30 { padding-right: 30px!important;}
.base_pr40 { padding-right: 40px!important;}
.base_pr50 { padding-right: 50px!important;}
.base_wa { width: auto!important;}
.base_w100p { width: 100%!important;}
.base_w98p { width: 98%!important;}
.base_w96p { width: 96%!important;}
.base_w90p { width: 90%!important;}
.base_w86p { width: 86%!important;}
.base_w80p { width: 80%!important;}
.base_w70p { width: 70%!important;}
.base_w60p { width: 60%!important;}
.base_w50p { width: 50%!important;}
.base_w40p { width: 40%!important;}
.base_w33p { width: 33.33%!important;}
.base_w30p { width: 30%!important;}
.base_w20p { width: 20%!important;}
.base_w10p { width: 10%!important;}
.base_w300 { width: 300px!important;}
.base_w250 { width: 250px!important;}
.base_w200 { width: 200px!important;}
.base_w150 { width: 150px!important;}
.base_w100 { width: 100px!important;}
.base_w80 { width: 70px!important;}
.base_w60 { width: 60px!important;}
.base_w50 { width: 50px!important;}
.base_w30 { width: 30px!important;}
.base_w10 { width: 10px!important;}
.base_ha { height: auto!important;}
.base_h100p { height: 100%!important;}
.base_h98p { height: 98%!important;}
.base_h96p { height: 96%!important;}
.base_h90p { height: 90%!important;}
.base_h86p { height: 86%!important;}
.base_h80p { height: 80%!important;}
.base_h70p { height: 70%!important;}
.base_h60p { height: 60%!important;}
.base_h50p { height: 50%!important;}
.base_h40p { height: 40%!important;}
.base_h33p { height: 33.33%!important;}
.base_h30p { height: 30%!important;}
.base_h20p { height: 20%!important;}
.base_h10p { height: 10%!important;}
.base_h300 { height: 300px!important;}
.base_h250 { height: 250px!important;}
.base_h200 { height: 200px!important;}
.base_h150 { height: 150px!important;}
.base_h100 { height: 100px!important;}
.base_h80 { height: 70px!important;}
.base_h60 { height: 60px!important;}
.base_h50 { height: 50px!important;}
.base_h30 { height: 30px!important;}
.base_h10 { height: 10px!important;}
	@media screen and (max-width: 768px) {
	.base_sp_p0 { padding: 0!important;}
	.base_sp_pb0 { padding-bottom: 0!important;}
	.base_sp_pt0 { padding-top: 0!important;}
	.base_sp_m0 { margin: 0!important;}
	.base_sp_mb0 { margin-bottom: 0!important;}
	.base_sp_mt0 { margin-top: 0!important;}
	}

.base_texticon {
background: #29B5E8;
color: #fff;
display: inline-block;
line-height: 1;
font-size: 85%;
padding: 5px 10px;
margin: 5px 5px 5px 0;
}


/*
@media screen and (min-width: 768px) {
#menu li a.comp, #menu li a.comp:hover {
background: #CD2D87;
color: #fff;
font-weight: bold;
}
}
.contact_btn {
background: linear-gradient( to top, transparent 0%, transparent 49%, rgba(255,255,255,0.2) 30%, rgba(255,255,255,0.4) 100%),#CD2D87;
color: #fff;
}
.contact_btn > * {
text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.contact_btn > *:before {
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
box-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}
*/
.speakerslist.col2 {
max-width: inherit;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
line-height: 1.4;
}
.speakerslist.col2 .item {
flex: 0 1 49%;
height: auto;
}
.speakerslist.col2 .layout > *.photo {
flex: 0 1 200px;
}
.speakerslist.col2 .company {
line-height: 1.2;
}
.speakerslist.col2 .item .text {
font-size: 85%;
}
	@media screen and (max-width: 900px) {
	.speakerslist.col2 .item {
	flex: 0 1 100%;
	height: auto;
	}
	}
