@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: #0096FF;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
/* common
-------------------------------------------------------*/
#wrap {
min-width: 320px;
padding-top: 80px;
padding-top: 0;
}
#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%;
	}
	}
/* header
-------------------------------------------------------*/
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 1;
z-index: 999;
transition: 0.2s;
}
#header * {
transition: 0.2s;
}
body.active #header {
background: #000;
background: rgba(0,0,0,0.7);
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
#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 0%;
align-self: center;
}
#header .logo {
align-self: center;
}
#header .logo > * {
display: flex;
}
#header .logo img {
transition: 0.2s;
height: 50px;
}
	@media screen and (max-width: 1000px) {
	}
	@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	}
	#header .logo img {
	height: 40px;
	}

	}
	@media screen and (max-width: 420px) {
	}
/* 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.sns {
display: flex;
justify-content: center;
}
#menu ul li.sns a {
padding: 0;
}
#menu ul li.sns img {
max-width: 40px;
}
#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: #919191;
padding: 10px 20px;
border-radius: 30px;
font-weight: bold;
color: #fff;
}
#menu li a.comp:hover {
opacity: 0.7;
}

	@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;
	background: #00aaea;
	transition: all 0.3s linear;
	z-index: 100;
	border-right: none;
	height: 100%;
	background: #000;
	}
	#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
-------------------------------------------------------*/
body {
background: url("../images/bg02.png"),linear-gradient(90deg, #000 0%, #013B6C 50%, #000 100%);
background: linear-gradient(90deg, #000 0%, #02292 50%, #000 100%);
}
#wrap {
background: url("../images/visual_bg.png") no-repeat center top / 100% auto;
}
#visual {
position: relative;
}
#visual .area_in {
position: relative;
z-index: 10;
padding: 50px 10px;
padding: 0;
text-align: center;
max-width: 100%;
margin: 0 auto;
}
#visual .area_in img {
max-width: 960px;
max-width: 1030px;
margin: 0;
margin: 0 auto;
width: auto;
transform: translate(0,0);
transition: all 0.1s linear;
}
#visual.type_img .area_in {
max-width: 1300px;
padding: 0;
}
#visual.type_img .area_in img {
max-width: 1300px;
}
.sp {
display: none;
}
.pc {
display: block;
}
@media screen and (min-width: 1400px) {
#visual {
background-size: 100% auto;
}
}
@media screen and (max-width: 1000px) {
#visual .area_in {
padding: 0;
padding-top: 40px;
width: 100%;
max-width: 100%;
}
#visual .area_in img {
width: 100%;
max-width: 100%;
}
.sp {
display: block;
}
.pc {
display: none;
}
}
	@media screen and (max-width: 1000px) {
	}
	@media screen and (max-width: 768px) {
	}
/* footer
-------------------------------------------------------*/
#footer {
padding: 50px 0;
color: #fff;
}
#footer a {
transition: 0.2s;
color: #fff;
}
#footer a:hover {
color: #BA41DB;
}
.techlogo,
.companylogo {
padding: 30px;
text-align: center;
max-width: 200px;
margin: 0 auto;
}
#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 rgba(255,255,255,0.3);
}
#nav ul li:last-child {
border-right: none;
}
#nav ul li a {
color: #fff;
font-weight: bold;
display: inline-block;
text-decoration: none;
padding: 0 20px;
}
.footer_link {
text-align: center;
font-size: 90%;
}
.footer_link a {
text-decoration: none;
}
	@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 rgba(255,255,255,0.3);
    }
    #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;
	}
	}
/* contact
-------------------------------------------------------*/
.contact_area {
clear: both;
background: none;
padding: 40px 20px 0 20px;
color: #fff;
}
.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: #0096FF;
}
.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: #0096FF;
text-align: center;
color: #fff;
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 #fff;
border-right: 3px solid #fff;
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
-------------------------------------------------------*/
.area_title {
position: relative;
text-align: center;
color: #fff;
font-weight: bold;
padding: 40px 0;
line-height: 1.2;
display: flex;
font-size: 100%;
flex-flow: row nowrap;
justify-content: center;
align-items: flex-end;
line-height: 1;
}
.area_title > b {
font-size: 250%;
}
.area_title > span {
font-size: 150%;
}
.base_bar {
padding: 30px 0 10px 0;
margin-bottom: 30px;
color: #fff;
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: #0096FF;
color: #fff;
padding: 0 10px;
}
/* about_area
-------------------------------------------------------*/
#about_area {
}
.about_box {
color: #fff;
text-align: center;
}
.about_title {
font-size: 130%;
}
.about_text {
padding: 20px 50px 50px;
line-height: 2;
}
@media screen and (max-width: 768px) {
.about_text {
padding: 50px 10px;
}
.about_text br {
display: none;
}
}
@media screen and (min-width:500px) and ( max-width:768px) {
}

/* speakers_area
-------------------------------------------------------*/
#speakers_area {
}
.photolist_box {
padding: 0 0 100px 0;
}
.photolist_box > .bar {
font-size: 200%;
font-weight: bold;
text-align: center;
color: #fff;
}
.photolist {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.photolist li {
flex: 0 1 20%;
flex: 0 1 25%;
color: #fff;
}
.photolist li > * {
display: block;
padding: 20px 20px 0;
height: 100%;
}
.photolist li > *:hover {
}
.photolist li > * .layout {
text-align: center;
height: 100%;
padding-bottom: 10px;
display: block;
}
.photolist li .photo {
border-radius: 5px;
overflow: hidden;
}
.photolist img {
width: 100%;
}
.photolist .company {
line-height: 1.2;
padding: 10px 0;
}
.photolist .company > * {
display: block;
margin-bottom: 5px;
}
.photolist .company .name em {
display: inline-block;
font-style: normal;
font-size: 120%;
}
.photolist .company .job {
font-size: 90%;
line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.photolist_box {
	padding: 0 0 40px 0;
	}
	.photolist_box > .bar {
	font-size: 140%;
	}
	.photolist li {
	flex: 0 1 50%;
	}
	.photolist li > * {
	padding: 20px 10px 0;
	}
}
.slide-arrow {
max-width: 20px;
position: absolute;
top: 50%;
z-index: 10;
cursor: pointer;
padding: 0;
transform: translateY(-20px);
}
.prev-arrow {
left: 0;
}
.next-arrow {
right: 0;
}
.slick-dots {
bottom: 0!important;
}
.slick-list {
padding-top: 10px!important;
}
/* timetable_area
-------------------------------------------------------*/
#timetable_area {
position: relative;
background: url(../images/bg01.jpg) no-repeat center top / 100% auto;
background-attachment: fixed;
padding-bottom: 50px;
}
.timelist_nav {
display: flex;
align-items: center;
flex-flow: row wrap;
justify-content: center;
padding-bottom: 30px;
max-width: 500px;
margin: 0 auto;
}
.timelist_nav li {
flex: 1 0 0%;
padding: 10px;
}
.timelist_nav li > * {
position: relative;
padding: 20px 0 40px;
padding-bottom: 10px;
display: block;
text-align: center;
letter-spacing: 0.05em;
color: #fff;
border-bottom: 5px solid rgba(255,255,255,0.3);
text-decoration: none;
transition: all 0.2s linear;
cursor: pointer;
}
.timelist_nav li > * > * {
display: inline-block;
font-weight: bold;
margin: 0 5px;
line-height: 1.2;
}
.timelist_nav li > * > b {
}
.timelist_nav li > * > span {
font-size: 170%;
}
.timelist_nav li > * > em {
font-style: normal;
}
.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 #fff;
border-left: 2px solid #fff;
transform: rotate(-45deg);

display: none;
}
.timelist_nav li > *:hover {
border-color: rgba(255,255,255,1);
}
.timelist_nav li > *:hover:after {
}
.tab .timelist_nav li > *.active {
border-color: #fff;
}
.timelist_nav li > *.active:after {
}

.timetable_box *:first-child li:first-child > * {
border-color: #fff;
}
#DAY1 + * li:last-child > * {
border-color: #fff;
}


.timelist {
padding: 30px 0;
}
.timelist_head {
display: none;
}
.timelist_body > dl {
display: flex;
flex-flow: row wrap;
padding-bottom: 20px;
}
.timelist_body > dl dt {
flex: 0 1 100%;
display: block;
letter-spacing: 0.1em;
font-weight: bold;
padding: 0 20px;
font-size: 110%;
color: #fff;
}
.timelist_body > dl dt b {
display: inline-block;
margin-right: 10px;
}
.timelist_body > dl dt b + span {
line-height: 1;
margin-right: 10px;
}
.timelist_body > dl dt em {
font-style: normal;
display: inline-block;
margin-right: 20px;
}
.timelist_body > dl dt span {
display: inline-block;
}
.timelist_body> dl dd {
flex: 1 0 50%;
padding: 20px 20px 20px 0;
padding: 20px;
} 
.timelist_body > dl dd .num {
display: flex;
border-bottom: 1px solid #000;
}
.timelist_body > dl dd .id {
padding: 0;
}
.timelist_body > dl dd .id > * {
display: inline-block;
padding: 10px 20px 15px 0;
line-height: 1;
}
.timelist_body > dl dd .id + .id > span {
border-left: 1px solid #000;
font-weight: bold;
padding-left: 20px;
}
.timelist_body > dl dd .date {
display: none;
}
.timelist_body > dl dd .title {
padding: 10px 0;
font-size: 160%;
line-height: 1.3;
}
.timelist_body > dl dd > *.link,
.timelist_body > dl dd > *.nolink,
.timelist_body > dl dd > *.popup {
display: block;
background: #fff;
padding: 20px;
height: 100%;
border-radius: 5px;
}
.timelist_body > dl dd {
flex: 1 0 0%;
}
.timelist_body > dl.col1 dd .layout_box {
display: flex;
flex-flow: row wrap;
display: block;
}
.timelist_body > dl.col1 dd .layout_box > * {
flex: 1 0 33.33%;
}
.timelist_body > dl dd .layout {
display: flex;
padding: 10px 0;
}
.timelist_body > dl dd .photo {
width: 100px;
}
.timelist_body > dl dd .info {
flex: 1 0 0%;
}
.timelist_body > dl dd .company {
}
.timelist_body > dl dd .company > * {
display: block;
}
.timelist_body > dl dd .company > *.name {
display: block;
font-weight: bold;
}
.timelist_body > dl dd .company > *.name em {
font-style: normal;
font-size: 120%;
}
.timelist_body > dl dd .company > *.job {
line-height: 1.2;
font-size: 90%;
}
.timelist_body > dl dd .photo + .info .company {
padding-left: 10px;
}
.timelist_body > dl dd .prof {
display: none;
}
@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_body > dl {
	display: block;
	}
	.timelist_body> dl dd {
	padding: 20px;
	} 
}
@media screen and (max-width: 500px) {
	.timelist_body > dl dd .layout_box {
	display: block!important;
	}
	.timelist_body > dl dt {
	text-align: center;
	}
	.timelist_body > dl dt .d {
	display: block;
	text-align: center;
	}

}
/*
.popup_box.type1 .id span,
.timelist_body > dl dd.type1 .id > span,
.timelist_head > dl dd span.type1 {
background: #0096FF;
}
.popup_box.type2 .id span,
.timelist_body > dl dd.type2 .id > span,
.timelist_head > dl dd span.type2 {
background: #000;
}
*/
/* program_area
-------------------------------------------------------*/
.popup_box {
background: rgba(1,59,107,0.5);
background: rgba(49 170 255 / 50%);
border-radius: 5px;
padding: 20px;
margin: 60px 10px 10px 10px;
}
.popup_box .num {
display: flex;
flex-flow: row wrap;
align-items: center;
margin-bottom: 10px;
padding: 20px 0;
color: #fff;
border-bottom: 1px solid #fff;
}
.popup_box .id {
display: inline-block;
line-height: 1;
}
.popup_box .id b {
display: block;
padding: 0 20px 0 0;
margin-right: 20px;
border-right: 1px solid #fff;
letter-spacing: 0.2em;
}
.popup_box .id span {
display: block;
padding-right: 20px;
margin-right: 20px;
border-right: 1px solid #fff;
}
.popup_box .day,
.popup_box .date {
display: inline-block;
line-height: 1;
}
.popup_box .day > *,
.popup_box .date > *{
display: inline-block;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 110%;
line-height: 1;
padding-right: 10px;
font-style: normal;
}
.popup_box .date {
display: inline-block;
}
.popup_box .date span {
}
@media screen and (max-width: 768px) {
	.popup_box .id span {
	font-size: 90%;
	}
	.popup_box .day b {
	font-size: 90%;
	}
	.popup_box .day span {
	font-size: 90%;
	}
	.popup_box .date span {
	font-size: 90%;
	}
}
.popup_box .title {
font-weight: normal;
font-size: 210%;
margin-bottom: 10px;
color: #fff;
line-height: 1.4;
}
.popup_box .text {
margin-bottom: 30px;
color: #fff;
}
.popup_box .bar {
text-align: center;
background: #eee;
padding: 10px;
margin-bottom: 20px;
display: none;
}
.popup_box .layout {
display: flex;
padding-bottom: 20px;
color: #fff;
}
/*
.popup_box .layout:not(:last-child) {
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
}
*/

.popup_box .photo {
flex: 0 1 50%;
}
.popup_box .info {
flex: 1 0 0%;
}
.popup_box .photo + .info {
padding-left: 20px;
}
.popup_box .company {
margin-bottom: 20px;
}
.popup_box .company > * {
display: block;
}
.popup_box .company > * em {
font-style: normal;
margin-bottom: 5px;
font-size: 130%;
}
.popup_box .prof {
font-size: 90%;
color: #fff;
padding-bottom: 20px;
}
.prof + .layout {
border-top: 1px solid #ddd;
margin-top: 20px;
}
.mfp-bg {
opacity: 0.9!important;
}
/* overview_area
-------------------------------------------------------*/
#overview_area {
padding-bottom: 50px;
color: #fff;
}
.dlist {
padding: 60px 20px 100px;
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 rgba(255,255,255,0.2);
}
.dlist dl > * {
display: table-cell;
vertical-align: middle;
line-height: 1.8;
}
.dlist dl dt {
font-weight: bold;
width: 190px;
color: #fff;
}
.dlist a {
color:#fff;
text-decoration: underline;
}
.dlist a.end {
color:#ccc;
}
.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 {
padding: 40px 10px  10px;
height: 100%;
/*
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
*/
color: #fff;
}
.logolist {
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: 30px;
}
.logolist > * {
flex: 0 1 24%;
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;
}
.logolist_box .bar {
text-align: center;
padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
.logolist > * {
flex: 0 1 48%;
}
}


/* 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: #0096FF;}
.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: #0096FF;
color: #fff;
display: inline-block;
line-height: 1;
font-size: 85%;
padding: 5px 10px;
margin: 5px 5px 5px 0;
}

#menu li a.comp span,
.contact_btn {
background: #919191;
}

