@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: 14px;
line-height: 1.3;
}
body {
padding: 0;
margin: 0;
background: #fff;
color: #000;
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: #002859;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
/* wrap
-------------------------------------------------------*/
#wrap {
min-width: 320px;
padding-top: 80px;
background: url("../images/visual_bg.jpg") no-repeat center top / 100% auto #002859;
background-attachment: fixed;
}
#wrap * {
box-sizing: border-box;
}
#wrap img {
vertical-align: top;
max-width: 100%;
height: auto;
}
#wrap .area {
position: relative;
clear: both;
display: block;
}
#wrap .area_in {
position: relative;
clear: both;
margin: 0 auto;
padding: 0 20px;
width: 100%;
max-width: 1020px;
}
	@media screen and (max-width: 768px) {
	#wrap {
	padding-top: 60px;
	background-image: url("../images/visual_bg_sp.jpg"); 
	}
	}
.contents {
padding-top: 100px;
padding-bottom: 50px;
background: #fff;
background: url("../images/bg01.jpg") no-repeat center top / 100% auto #E5F1FF;
background-attachment: fixed;
}
.contents2 {
background: linear-gradient(to bottom, rgba(0,40,89,0), rgba(0,40,89,1));
}
/* header
-------------------------------------------------------*/
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 1;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.15);
z-index: 999;
}
#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;
display: flex;
color: #091E42;
font-size: 70%;
}
#header .logo {
align-self: center;
}
#header .logo img {
align-self: center;
flex: 0 1 160px;
height: 50px;
height: 30px;
}
#header .logo + span {
flex: 1 0 0%;
padding-left: 10px;
line-height: 1.2;
max-width: 400px;
align-self: flex-end;
}
#header a {
transition: 0.5s;
}
	@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	}
	#header .area_in {
	padding-left: 10px;
	padding-right: 50px;
	}
	#header .logo + span br {
	display: none;
	}
	}
	@media screen and (max-width: 420px) {
	#header .text > * {
	padding-left: 120px;
	}
	}
/* 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: #ddd;
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: 10px;
}
#menu ul li.sns img {
max-width: 30px;
vertical-align: bottom;
}
#menu ul li a {
display: inline-block;
width: 100%;
height: 100%;
text-decoration: none;
text-align: center;
padding: 10px;
font-weight: bold;
color: #000;
}
#menu li a:hover {
color: #002859;
}
#menu li a.comp span {
display: inline-block;
background: #002859;
background: #002859;
padding: 10px 20px;
border-radius: 30px;
font-weight: bold;
color: #fff;
}
#menu li a.comp:hover {
opacity: 0.7;
}
#menu li a.comp.contact_end span {
background: #999;
}
	@media screen and (max-width: 1000px) {
	}
	@media screen and (max-width: 800px) {
	#menu ul {
	max-width: 600px;
	}
	}
	@media screen and (max-width: 768px) {
	#menu ul li a {
	padding: 5px;
	font-size: 90%;
	color: #fff;
	}
	#menu li a.comp span {
	padding: 10px 10px;
	border-radius: 30px;
	}
	#menu {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 60px 0 0 0;
	background: linear-gradient(to bottom, rgba(79,54,193,1) 50%, rgba(38,14,135,1));
	background: #002859;
	transition: all 0.3s linear;
	z-index: 100;
	border-right: none;
	height: 100%;
	}
	#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;
	background: #fff;
	color: #002859;
	}
	#menu ul li.sns .fb span {
	display: inline-block;
	background: url("../images/icon_f_w.png") no-repeat center center / contain;
	}
	#menu ul li.sns .tw span {
	display: inline-block;
	background: url("../images/icon_t_w.png") no-repeat center center / contain;
	}
	#menu ul li.sns .tw span img,
	#menu ul li.sns .fb span img {
	opacity: 0;
	}
	}
/* visual
-------------------------------------------------------*/
#visual {
width: 100%;
height: 640px;
position: relative;
/*
background: url("../images/visual_bg.png") no-repeat right top / 100% auto #091E42;
background-attachment: fixed;
*/
background: none;
}
#visual .area_in {
position: relative;
z-index: 10;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
max-width: 1000px;
}
#visual .area_in img {
margin: 0;
width: 100%;
height: 800px;
/*height: calc(100vw * (660 / 1200));*/
}
.sp {
display: none;
}
.pc {
display: block;
}
/*
@media screen and (max-width: 2000px) {
#visual {
background-size: auto 100%;
}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
#header .area_in {
padding-left: 10px;
}
#header .branding {
display: block;
}
#header .logo + span {
padding: 0;
line-height: 1.1;
font-size: 70%;
letter-spacing: -0.1em;
}
#header .branding br {
display: none;
}
}*/
@media screen and (max-width: 1000px) {
	#visual .area_in img {
	width: 100%;
	height: calc(100vw * (800 / 1000));
	}
}
@media screen and (max-width: 768px) {
	#visual {
	background: none;
	height: auto;
	}
	#visual .area_in img {
	width: 100%;
	height: calc(100vw * (800 / 800));
	}
	.sp {
	display: block;
	}
	.pc {
	display: none;
	}
}
@media screen and (max-width: 320px) {
	#visual .area_in img {
	height: auto;
	}
}
/* footer
-------------------------------------------------------*/
#company_area {
background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
#company_area .logo {
padding: 30px;
text-align: center;
}
#company_area .logo img {
width: 140px;
height: auto;
}
.techlogo, .companylogo {
padding: 30px;
text-align: center;
max-width: 300px;
margin: 0 auto;
}
#footer {
padding-top: 50px;
}
#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: #002859;
color: #000;
display: inline-block;
padding: 0 20px;
text-decoration: none;
}
#nav ul li a.contact_end {
opacity: 0.3;
}
#nav ul li a:hover {
text-decoration: underline;
}
.footer_link {
text-align: center;
font-size: 90%;
}
.footer_link a {
color: #002859;
color: #000;
text-decoration: none;
}
.footer_link a:hover {
text-decoration: underline;
}
	@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: #002859;
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: 20px 30px;
}
#lead_area .base_tit {
color: #fff;
}
#lead_area .base_tit b::before {
background-color: #fff;
}
#lead_area .txt {
font-size: 130%;
padding: 30px 0;
margin: 0;
line-height: 2;
text-align: center;
color: #fff;
}
#lead_area .txt b {
display: inline-block;
font-size: 130%;
font-weight: bold;
margin-bottom: 20px;
color: #fff;
}
.lead_box {
border: 1px solid #ccc;
margin-bottom: 50px;
font-size: 110%;
line-height: 1.6;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.lead_box dt {
background: #eee;
font-size: 110%;
font-weight: bold;
padding: 10px 20px;
color: #666;
border-bottom: 1px solid #ccc;
}
.lead_box dd {
padding: 20px;
}
	@media screen and (max-width: 768px) {
    #lead_area {
    padding: 10px 0;
    }
	#lead_area .txt {
	font-size: 120%;
	padding: 20px 0;
	line-height: 1.6;
	}
	#lead_area .text {
	padding: 20px 10px;
	text-align: left;
	}
	#lead_area .text br.pc {
	display: none;
	}
	}
/* contact
-------------------------------------------------------*/
.contact_area {
clear: both;
padding: 40px 20px 0 20px;
padding: 0 20px;
}
.contact_btn_box {
text-align: center;
padding-bottom: 0;
font-size: 90%;
}
.contact_btn_box .txt {
display: block;
text-align: center;
padding-top: 20px;
font-size: 120%;
}
	@media screen and (max-width: 768px) {
    .contact_area {
    padding: 20px;
    }
	.contact_btn_box {
	padding-bottom: 0;
	}
	}
.contact_btn {
position: relative;
display: flex;
width: 100%;
height: 80px;
max-width: 600px;
align-items: center;
justify-content: center;
margin: 0 auto;
background: #002859;
background: #002859;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
text-align: center;
color: #fff;
font-size: 180%;
font-weight: bold;
text-decoration: none;
transition: all 0.3s linear;
border-radius: 40px;
}
.contact_btn:hover {
opacity: 0.7;
}
.contact_btn > *:before {
content: "";
position: absolute;
right: 20px;
top: 50%;
width: 10px;
height: 10px;
margin-top: -9px;
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg);
}
.contact_btn.contact_end {
background: #999;
}
	@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_tit {
position: relative;
padding: 40px 0 20px;
margin-bottom: 40px;
color: #002859;
color: #000;
font-size: 350%;
text-align: center;
}
.base_tit > b::before {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: 70px;
height: 3px;
border-radius: 0px;
background: linear-gradient(to right, #A8CE81, #FCC1C4 30%, #9B98EF 60%, #80FDFD);
background: #043673;
transform: translate(-50%,0);
}
.base_bar {
position: relative;
padding: 40px 0;
color: #333;
font-size: 170%;
}
.base_bar {
}
.base_bar > b {
position: relative;
display: block;
padding-left: 20px;
line-height: 1;
}
.base_bar > b::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 5px;
height: 30px;
border-radius: 3px;
background: #002859;
transform: translate(0,-50%);
}
.base_bar > b > span {
display: inline-block;
}
.base_text {
line-height: 1.6;
margin-bottom: 1.6em;
}
	@media screen and (max-width: 768px) {
	.base_tit {
	font-size: 250%;
	}
	}
	@media screen and (max-width: 420px) {
	.base_tit {
	font-size: 180%;
	padding: 20px 0;
	}
	}
/* popup
-------------------------------------------------------*/
.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;
padding: 0 0 20px;
margin: 60px 10px 10px 10px;
}
.popup_box.type_speaker {
padding: 0 20px 20px;
}
.popup_box .date {
display: block;
background: rgba(0,40,89,0.3);
background: rgba(177,219,250,0.5);
font-weight: bold;
border-radius: 5px 5px 0 0;
}
.popup_box .date > * {
align-items: center;
justify-content: space-between;
display: flex;
}
.popup_box .date > * > * {
padding: 20px;
text-align: center;
font-size: 150%;
}
.popup_box .date > * > * span {
font-size: 80%;
}
.popup_box .date > b {
display: inline-block;
font-size: 130%;
margin-right: 20px;
font-weight: bold;
}
.popup_box .date > *:nth-child(2) {
font-size: 130%;
}
.popup_box .id {
padding: 20px 20px 0;
}
.popup_box .id b {
display: none;
}
.popup_box .id .icon {
display: inline-block;
border-radius: 15px;
padding: 5px 10px;
align-items: center;
color: #fff;
background: #002859;
}

.popup_box .date > *.time {
flex: 1 0 0%;
text-align: left;
color: #000;
}
.popup_box .title {
color: #000;
line-height: 1.4;
font-size: 200%;
padding: 10px 20px 0;
}
.popup_box .title .ico {
display: inline-block;
margin: 5px 5px 5px 0;
line-height: 1;
}
.popup_box .title .ico > * {
display: flex;
align-items: center;
justify-content: center;
background: #002859;
font-size: 80%;
padding: 0 10px 0 10px;
color: #fff;
height: 30px;
font-weight: normal;
border-radius: 5px;
letter-spacing: 0.05em;
}
.popup_box .title .id {
display: inline-block;
display: none;
margin: 5px 5px 5px 0;
line-height: 1;
}
.popup_box .title .id > * {
display: flex;
align-items: center;
justify-content: center;
background: #002859;
font-size: 80%;
padding: 0 10px 0 10px;
color: #fff;
height: 30px;
font-weight: normal;
border-radius: 5px;
margin-right: 5px;
letter-spacing: 0.05em;
}
.popup_box .title .tit {
display: block;
font-size: 150%;
}
.popup_box .txt.gaiyou {
padding: 20px 20px 0;
line-height: 1.6;
font-size: 120%;
}
.popup_box .layout {
display: flex;
padding: 20px 0 0;
}
.popup_box .layout .photo {
flex: 0 1 220px;
padding-right: 20px;
}
.popup_box .layout .info {
flex: 1 0 0%;
}
/*
.popup_box .name_bar {
display: inline-block;
padding-bottom: 10px;
}
.popup_box .name_bar > * {
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border: 2px solid #002859;
padding: 3px 10px 0 10px;
color: #002859;
height: 26px;
font-weight: bold;
}
*/
.popup_box .layout .ico {
margin-bottom: 5px;
display: inline-block;
border-radius: 15px;
background: #002859;
color: #fff;
}
.popup_box .layout .ico > * {
display: inline-block;
padding: 5px 10px;
}
.popup_box .layout .info .txt > * {
display: block;
}

.popup_box .txt .com {
margin-bottom: 3px;
}
.popup_box .txt .job {
margin-bottom: 3px;
line-height: 1.2;
}
.popup_box .txt .name {
line-height: 1.2;
font-size: 130%;
margin-bottom: 10px;
}
.popup_box .txt.prof {
padding: 20px 0 0;
line-height: 1.6;
}
.popup_box .layout_box {
padding: 0 20px;
}
.popup_box .layout .name_bar {
display: none;
}
.popup_box .txt.gaiyou + .layout .name_bar,
.popup_box .txt.gaiyou + .layout + .layout .name_bar {
display: inline-block;
}
.popup_box .layout + .layout {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #ddd;
}
	@media screen and (max-width: 768px) {
	.popup_box .date {
	text-align: center;
	display: block;
	}
	.popup_box .date > * {
	text-align: center!important;
	}
	.popup_box .date > * > * {
    padding: 10px;
    font-size: 130%;
	}
	.popup_box .layout {
	display: block;
	}
	.popup_box .layout .photo {
	padding: 0 0 20px;
	text-align: center;
	margin: 0 auto;
	}
	.popup_box .layout .photo img {
	max-width: 100%;
	}
	.popup_box .layout .info {
	flex: 1 0 0%;
	}
	}
	@media screen and (max-width: 510px) {
	.popup_box .date > b,
	.popup_box .date > *:nth-child(2) {
	font-size: 100%;
    margin-right: 10px;
	}
	}
/* speakers_area
-------------------------------------------------------*/
#speakers_area {
position: relative;
}
#speakers_area .area_in {
max-width: inherit;
max-width: 1600px;
}
.photolist_box {
padding: 0 0 50px 0;
}
/*
.photolist_bar {
text-align: center;
line-height: 1;
}
.photolist_bar b {
font-weight: normal;
display: inline-block;
padding: 10px 20px;
border-radius: 20px;
background: #091E42;
background: rgba(255,255,255,0.1);
color: #fff;
}
*/
.photolist {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.photolist li {
flex: 0 1 23%;
flex: 0 1 28%;
padding: 10px;
}
.photolist.type1 li {
flex: 0 1 25%;
}
.photolist.type2 li {
flex: 0 1 25%;
}
.photolist li > *.link,
.photolist li > *.nolink,
.photolist li > *.popup {
position: relative;
transition: .3s;
cursor: pointer;
display: block;
padding: 5px;
height: 100%;
}
.photolist li .ico {
display: flex;
position: absolute;
left: 5%;
width: 90%;
bottom: 100%;
transform: translate(0,50%);
}
.photolist li .ico b {
display: flex;
align-items: center;
justify-content: center;
flex: 0 1 60px;
font-weight: bold;
background: #fff;
color: #002859;
padding: 5px;
border-radius: 20px 0 0 20px;
}
.photolist li .ico span {
flex: 1 0 0%; 
display: flex;
align-items: center;
justify-content: center;
background: #002859;
color: #fff;
padding: 5px;
text-align: center;
font-size: 90%;
padding: 5px;
border: 2px solid #fff;
border-radius: 0 20px 20px 0;
letter-spacing: -0.05em;
}
.photolist li > *:hover {
opacity: 1;
transform: translate(0,-10px);
box-shadow: 0 0 10px rgb(0,50,111,0.8);
box-shadow: 0 0 10px rgb(0,0,0,0.5);
background: #fff;
}
.photolist li > *:hover .txt {
color: #002859;
}
.photolist li > * .layout {
text-align: center;
height: 100%;
padding-bottom: 10px;
display: block;
}
.photolist li .photo {
/*
border-radius: 0;
overflow: hidden;
border: 3px solid #287AFF;
border-image: linear-gradient(to right, #287AFF 0%, #59E0F6 100%);
border-image: linear-gradient(to right, #19B8FF 0%, #59E0F6 100%);
border-image-slice: 1;
*/
}
.photolist img {
width: 100%;
height: auto;
}
.photolist .txt {
line-height: 1.2;
padding: 10px 0;
color: #fff;
}
/*
.photolist .txt .job + br {
display: none;
}
*/
.photolist .txt > * {
display: block;
margin-bottom: 5px;
}
.photolist .txt .name {
display: inline-block;
font-style: normal;
font-size: 120%;
}
.photolist .txt .com {
font-size: 80%;
line-height: 1.4;
}
.photolist .txt .job {
display: none;
}
.photolist.slide2 li {
flex: 0 1 14%;
font-size: 80%;
}
.popup_box.type_photolist {
padding: 20px;
}
.popup_box.type_photolist .layout {
padding: 0;
}
@media screen and (max-width: 1000px) {
.photolist.type1 li {
flex: 0 1 33.33%;
}
.photolist.type2 li {
flex: 0 1 33.33%;
}
}
@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;
}

.photolist.type1 li {
flex: 0 1 50%;
}
.photolist.type2 li {
flex: 0 1 50%;
}
	
}
@media screen and (max-width: 500px) {
.photolist.type2 li,
.photolist.type1 li {
flex: 0 1 100%;
}
.photolist.type2 li > *,
.photolist.type1 li > * {
max-width: 300px;
margin: 0 auto;
}
}
.slide-arrow {
max-width: 40px!important;
position: absolute;
top: 50%;
top: 40%;
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;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
color: #fff!important;
}
.slick-dotted.slick-slider {
margin-bottom: 0!important;
}
.slick-track {
margin: 0 auto;
}
/* program_area
-------------------------------------------------------*/
#timetable_area {
background: none;
padding: 50px 0;
padding: 10px 0;
}
/*
#timetable_area .base_tit {
color: #002859;
}
#timetable_area .base_tit > b::before {
background: #002859;
}
*/

.timetable_box {
background: url("../images/bg02.png") no-repeat center top / 100% auto rgba(255,255,255,0.3);
background: rgba(0,40,89,0.3);
box-shadow: 0 0 10px rgba(0,40,89,0.2);

margin-bottom: 100px;
padding: 0;
}

.program_nav {
display: flex;
justify-content: space-between;
border: 3px solid #002859;
border-radius: 0px;
height: 100px;
}
.program_nav li {
flex: 1 0 25%;
}
.program_nav li > * {
display: flex;
width: 100%;
background: #fff;
text-align: center;
color: #002859;
justify-content: center;
align-items: center;
padding: 20px;
cursor: pointer;
text-decoration: none;
transition: .3s;
font-weight: bold;
font-size: 140%;
height: 100%;
}
.program_nav li > * > b {
display: inline-block;
margin-right: 20px;
}
.program_nav li > *:hover {
background: rgba(36,45,72,0.1);
background: #CDE7FC;
}
.program_nav li > *.active {
background: #002859;
color: #fff;
}
.program_nav li .day > * {
display: inline-block;
padding: 10px;
}
.program_nav li .day > * span {
font-size: 80%;
display: inline-block;
margin-left: 5px;
}
.program_box {
margin-bottom: 20px;
}
.tab .program_box {
display: none;
}
.tab .program_box.active {
display: block;
}
.program_bar {
display: none;
justify-content: center;
padding: 20px;
text-align: center;
background: #f8f8f8;
color: #002859;
font-size: 130%;
font-weight: bold;
}
.program_bar b {
display: flex;
margin-right: 20px;
}
.program_bar span:nth-child(2) {
margin-right: 20px;
}
.program_table {
margin: 0 auto;
margin-bottom: 20px;
max-width: 980px;
border: 1px solid #ccc;
border: none;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
box-shadow: none;
padding-top: 20px;
}
.program_table dl.program {
display: flex;
flex-flow: row wrap;
background: none;
border-radius: 0;
padding: 0 20px 20px;
}
.program_table dl.program:not(:last-child) {
}
.program_table dt {
flex: 0 1 100%;
font-weight: bold;
font-size: 140%;
letter-spacing: 0.05em;
}
.program_table dt .day > *:not(.time) {
display: none;
}
.program_table dl.col1 dd {
width: 100%;
flex: 1 0 100%;
}
.program_table dd {
flex: 1 0 0%;
margin-top: 20px;
}
.program_table dd.no_data {
flex: 0 1 5%;
background: none;
border: none;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
color: #fff;
font-size: 120%;
padding: 10px;
}

.program_table dd > *.box {
display: block;
padding: 20px 20px 10px 20px;
}
/*
.program_table dd.type_c > * {
display: block;
padding: 20px 20px 10px 20px;
}
*/
.program_table dd > *.popup {
display: block;
padding: 20px;
background: #fff;
border-radius: 5px;
cursor: pointer;
transition: .3s;
height: 100%;
}
.program_table dd > *.nolink {
display: block;
padding: 20px;
transition: .3s;
height: 100%;
}
.program_table dd > *.popup:hover {
box-shadow: 0 0 10px rgb(0,50,111,0.8);
transform: translate(0,-10px);

opacity: 1.0;
}
/*
.program_table dd.type_a > *.popup:hover {
background: rgba(69,105,226,0.1);
}
.program_table dd.type_b > *.popup:hover {
background: rgba(119,37,148,0.1);
}
*/
.program_table dd .date {
display: none;
}
.program_table dd .id b {
display: none;
}
.program_table dd .id .icon {
display: inline-block;
border-radius: 15px;
padding: 5px 10px;
align-items: center;
color: #fff;
background: #002859;
}
.program .title {
font-size: 200%;
line-height: 1.4;
padding-bottom: 10px;
}
.program .title .id {
display: inline-block;
display: none;
margin: 5px 5px 5px 0;
line-height: 1;
}
.program .title .id > * {
display: flex;
align-items: center;
justify-content: center;
background: #002859;
padding: 0 10px 0 10px;
color: #fff;
height: 30px;
font-weight: normal;
border-radius: 5px;
margin-right: 5px;
}
.program .title .ico {
display: inline-block;
margin: 5px 5px 5px 0;
line-height: 1;
vertical-align: top;
}
.program .title .ico > * {
display: flex;
align-items: center;
justify-content: center;
background: #002859;
padding: 0 10px 0 10px;
color: #fff;
height: 30px;
font-weight: normal;
border-radius: 5px;
letter-spacing: 0.05em;
}
.program .title .tit {
display: block;
display: inline-block;
padding: 5px;
padding-left: 0;
font-size: 150%;
color: #000;
}
.program .txt.gaiyou {
font-size: 110%;
margin-bottom: 20px;
line-height: 1.6;
display: none;
}
.program .layout {
display: flex;
padding-bottom: 0;
}
.program .layout + .layout {
padding-top: 20px;
padding: 10px 0 10px;
border-top: 1px solid #ddd;
}
.program .layout:first-child + .layout {
margin-top: 10px;
}
.program .layout .photo {
display: none;
}
.program .layout .info {
flex: 1 0 0%;
}
.program .layout_bar {
background: #eee;
padding: 10px;
margin-bottom: 10px;
font-weight: bold;
}
.program .txt > * {
display: block;
}
.program .txt .name {
line-height: 1.6;
font-size: 130%;
margin-bottom: 10px;
}
.program .txt.prof {
display: none;
}
/*
.program .txt.prof {
display: none;
}
.program .name_bar {
display: none;
}
.program .txt.gaiyou + .layout .name_bar,
.program .txt.gaiyou + .layout + .layout .name_bar {
display: inline-block;
}
*/

	@media screen and (max-width: 768px) {
	.program_nav {
	display: block;
	height: auto;
	}
	.program_nav li > * {
	padding: 10px;
	font-size: 110%;
	}
	.program_nav li > * br {
	display: none;
	}
	.program_table dl.program {
	display: block;
	}
	/*
	.program_table dl.program > * {
	display: block;
	}
	*/
	.program_table dt.time {
	text-align: center;
	padding: 20px;
	border-right: none;
	font-size: 110%;
	}
	.program_table dd {
	}
	.program_table dt.time > * {
	display: inline;
	}
	.program .box {
	padding: 20px;
	}
	}
	@media screen and (max-width: 520px) {
	/*
	.program .layout {
	display: block;
	}
	*/
	.program .title .tit {
	font-size: 130%;
	}
	.program .layout .photo {
	flex: 0 1 60px;
	padding: 0 10px 20px 0;
	text-align: center;
	margin: 0 auto;
	}
	.program .layout .info {
	flex: 1 0 0%;
	}
	}
/* area
-------------------------------------------------------*/
#overview_area {
}
.overviewe_box {
margin: 0 auto;
padding-bottom: 50px;
}
/*
.base_dlist_table {
margin-bottom: 20px;
}
.dlist {
margin: 0 auto;
margin-bottom: 20px;
max-width: 980px;
border: 1px solid #ccc;
border: none;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
box-shadow: none;
}
.dlist dl {
display: flex;
background: #fff;
background: none;
border-radius: 0;
color: #fff;
}
.dlist dl:nth-child(even) {
background: #f8f8f8;
background: rgba(0,0,0,0.3);
}
.dlist dt {
flex: 0 1 20%;
display: flex;
align-items: center;
font-weight: bold;
padding: 30px;
}
.dlist dd {
flex: 1 0 0%;
padding: 30px;
}
.dlist dl:first-child dd > span {
display: flex;
align-items: center;
}
.dlist dl:first-child dd > span .txt {
flex: 1 0 0%;
}
.dlist dl:first-child dd > span .ico {
flex: 0 1 100px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border: 2px solid #999;
padding: 3px 10px 0 10px;
color: #999;
height: 40px;
font-weight: bold;
}
	@media screen and (max-width: 768px) {
	.dlist dl {
	display: block;
	}
	.dlist dl > * {
	display: block;
	padding: 20px;
	}
	.dlist dl:nth-child(even) {
	background: none;
	}
	.dlist dl > dt {
	background: rgba(0,0,0,0.3);
	width: 100%;
	border: none;
	text-align: left;
	}
	.dlist dl:first-child dd > span {
	display: block;
	}
	.dlist dl:first-child dd > span .txt {
	display: block;
	margin-bottom: 10px;
	}
	}
	*/
.dlist {
padding: 60px 20px 100px;
background: #fff;
padding: 50px;
height: 100%;
box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
box-shadow: 0 0 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: 190px;
color: #002859;
color: #000;
}
.dlist a {
color:#002859;
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: inherit;
	margin:0 0 10px;
	}
	.dlist dl dd {
	word-break: break-all;
	}
	.overview_txt {
	padding-top: 30px;
	}
}
/* sponsor_area
-------------------------------------------------------*/
#sponsor_area {
padding-bottom: 50px;
}
/*
#sponsor_area + .area {
background: rgba(255,255,255,1);
}
#sponsor_area .base_tit {
color: #002859;
}
#sponsor_area .base_tit > b::before {
background: #002859;
}
*/
.logolist_box {
background: #fff;
padding: 50px 50px 20px 50px;
height: 100%;
box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.logolist > ul {
display: flex;
display: block!important;
flex-flow: row wrap;
justify-content: center;
margin: 0 auto 30px;
margin: 0 auto 50px;
}
.logolist + .bar + .logolist {
justify-content: center;
}
.logolist > ul > * {
flex: 0 1 33%;
padding: 10px;
text-align: center;
}
.logolist.type2 > ul > * {
flex: 0 1 20%;
}
.logolist a {
display: block;
transition: all 0.2s linear;
}
.logolist a:hover {
opacity: 0.7;
}
.logolist img {
}
.logolist_box .bar {
text-align: center;
padding-bottom: 30px;
}
.logolist_txt {
text-align: right;
padding: 0 20px;
}
@media screen and (max-width: 768px) {
	.logolist > ul > * {
	flex: 0 1 48%!important;
	padding: 0;
	}
	.logolist > * > *:not(:last-child) {
	margin-bottom: 10px;
	}
}
/*
@media screen and (max-width: 510px) {
	.logolist > ul > * {
	flex: 0 1 100%!important;
	padding: 0;
	}
	.logolist > * > *:nth-child(2) {
	margin-bottom: 10px;
	}
}
*/
/* 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: #002859;}
.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;}
	}
#speakers_area + .contact_area {
padding-top: 50px;
padding-bottom: 50px;
color: #fff;
}
#speakers_area .base_tit {
color: #fff;
}
#speakers_area .base_tit b::before {
background-color: #fff;
}
/* reason_area
-------------------------------------------------------*/
#reason_area {
padding-bottom: 70px;
}
#reason_area .base_tit {
font-size: 250%;
}
#reason_area .base_tit b::before {
}
.about_list {
display: flex;
width: 100%;
}
.about_list > * {
flex: 1 0 33.33%;
padding: 0;
justify-content: space-between;
text-align: center;
box-shadow: 0 0 10px rgba(41,181,232,0.3);
background: #fff;
max-width: 400px;
margin: 0 auto;
}
.about_list .image img {
width: auto;
max-width: 100%;
}
.about_list .title {
background: #333;
padding: 0 5px;
color: #fff;
font-weight: normal;
font-size: 120%;
display: flex;
height: 80px;
align-items: center;
justify-content: center;
text-align: center;
line-height: 1.2;
text-align: center;
}
.about_list .title br {
}
.about_list > *:nth-child(1) .title {
background: #002859;
}
.about_list > *:nth-child(2) .title {
background: #11567F;
}
.about_list > *:nth-child(3) .title {
background: #000000;
}
.about_list .txt {
padding: 30px;
text-align: left;
}
@media screen and (max-width: 768px) {
	#reason_area .base_tit {
	font-size: 150%;
	}
	#reason_area {
	padding-bottom: 40px;
	}
	.about_list_box > .bar {
	font-size: 140%;
	}
	.about_list {
	display: block;
	}
	.accordion_box > .bar {
	font-size: 120%;
	}
	.about_list .txt,
	.about_list .title {
	max-width: 400px;
	margin: 0 auto;
	}
}
/* product_area
-------------------------------------------------------*/
#product_area {
background: linear-gradient(45deg,#29b5e8 0,#007faf 100%);
background: #002859;
background: url("../images/bg02.png") no-repeat center top / 100% auto #002859;
background-attachment: fixed;
padding: 30px 0 70px;
}
#product_area .base_tit {
color: #fff;
font-size: 250%;
}
#product_area .base_tit b::before {
background-color: #fff;
}
#product_area .base_text {
color: #fff;
text-align: center;
font-size: 110%;
}
.product_list {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
justify-content: space-between;
}
.product_list li {
background: #fff;
padding: 25px;
width: 49%;
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: flex-start;
border-radius: 5px;
}
.product_list li:nth-child(-n+2) {
margin: 0 0 30px;
}
.product_list li .icon {
margin: 0 20px 0 0;
flex: 0 1 60px;
}
.product_list li .txt_box {
flex: 1 0 0;
}
.product_list li .icon img  {
min-width: 35px;
}
.product_list li .ttl {
font-size: 1.125rem;
margin: 0 0 10px;
}
.product_list li .txt {
font-size: .875rem;
}
@media screen and (max-width: 768px) {
	#product_area .base_tit {
	font-size: 150%;
	}
	#product_area {
	padding: 10px 0 40px;
	}
	.product_list {
	flex-flow: column;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	}
	.product_list li {
	width: 100%;
	}
	.product_list li:nth-child(-n+2) {
	margin: 0 0 20px;
	}
	.product_list li:not(:last-child) {
		margin: 0 0 20px;
	}
}

/* color*/

/*

.program dd.type_a .title .ico > *,
.popup_box.type_a .title .ico > *,
.program dd.type_a .title .id > * {
background: #00B0F0;
}
.program dd.type_a .title .tit {
color: #000;
}
.program dd.type_b .title .ico > *,
.popup_box.type_b .title .ico > *,
.program dd.type_b .title .id > * {
background: #7030A0;
}
.program dd.type_b .title .tit {
color: #000;
}
.program dd.type_c .title .ico > *,
.popup_box.type_c .title .ico > *,
.program dd.type_c .title .id > * {
background: #FFA200;
}
.program dd.type_c .title .tit {
color: #000;
}
.popup_box.type_a  .date {
background: #CCEFFC;
}
.popup_box.type_b  .date {
background: #E2D6EC;
}
.popup_box.type_c  .date {
background: #FFECCC;
}

.popup_box.type_a .title .ico > *,
.popup_box.type_a .title .id > * {
background: #00B0F0;
}
.popup_box.type_a .title .tit {
color: #00B0F0;
}
.popup_box.type_b .title .ico > *,
.popup_box.type_b .title .id > * {
background: #7030A0;
}
.popup_box.type_b .title .tit {
color: #7030A0;
}
.popup_box.type_c .title .ico > *,
.popup_box.type_c .title .id > * {
background: #FFC000;
}
.popup_box.type_b .title .tit {
color: #FFC000;
}
*/
/*

.tab.cat4 .nolink .title {
padding-bottom: 0!important;
}
.tab.cat4 .nolink .txt.gaiyou {
display: block;
margin-bottom: 0;
}

.tab.cat1 {
background: rgba(0,40,89,0.3);
box-shadow: 0 0 10px rgb(0,40,89,0.2);
}
.tab.cat1 .program_nav {
border: 3px solid #D45B90;
}
.tab.cat1 .program_nav li > *.active {
background: #D45B90;
color: #fff;
}
.tab.cat1 .program_nav li > * {
color: #D45B90;
}
.timetable_box.tab.cat1  dd > *.popup:hover {
box-shadow: 0 0 10px rgb(212,91,144,0.8);
}
.popup_box.cat1 .date {
background: #FBEEF4;
}
.program_nav li:nth-child(1) > *:hover:not(.active) {
background: #FBEEF4;
}
*/
.tab.cat1 {
background: rgba(177,219,250,0.5);
}
.tab.cat2 {
background: rgba(177,219,250,0.5);
box-shadow: 0 0 10px rgb(0,40,89,0.2);
}
.tab.cat2 .program_nav {
border: 3px solid #002859;
}
.tab.cat2 .program_nav li > *.active {
background: #002859;
color: #fff;
}
.tab.cat2 .program_nav li > * {
color: #002859;
}
.timetable_box.tab.cat2  dd > *.popup:hover {
box-shadow: 0 0 10px rgb(0,40,89,0.8);
}
/*
.popup_box.cat2 .date {
background: #B1DBFA;
}
.program_nav li:nth-child(2) > *:hover:not(.active) {
background: #B1DBFA;
}
/*
.tab.cat3 {
background: rgba(125,68,207,0.3);
box-shadow: 0 0 10px rgb(125,68,207,0.2);
}
.tab.cat3 .program_nav {
border: 3px solid #7D44CF;
}
.tab.cat3 .program_nav li > *.active {
background: #7D44CF;
color: #fff;
}
.tab.cat3 .program_nav li > * {
color: #7D44CF;
}
.timetable_box.tab.cat3  dd > *.popup:hover {
box-shadow: 0 0 10px rgb(125,68,207,0.8);
}
.popup_box.cat3 .date {
background: #F2ECFA;
}
.program_nav li:nth-child(3) > *:hover:not(.active) {
background: #F2ECFA;
}

.tab.cat4 {
background: rgba(245,166,35,0.3);
box-shadow: 0 0 10px rgb(245,166,35,0.2);
}
.tab.cat4 .program_nav {
border: 3px solid #F5A623;
}
.tab.cat4 .program_nav li > *.active {
background: #F5A623;
color: #fff;
}
.tab.cat4 .program_nav li > * {
color: #F5A623;
}
.timetable_box.tab.cat4  dd > *.popup:hover {
box-shadow: 0 0 10px rgb(245,166,35,0.8);
}
.popup_box.cat4 .date {
background: #FEF6E9;
}
.program_nav li:nth-child(4) > *:hover:not(.active) {
background: #FEF6E9;
}
.tab.cat4 .nolink .txt.gaiyou + .layout {
margin-top: 30px!important;
margin-bottom: 10px!important;
}
*/