@charset "utf-8";
* {
margin: 0;
padding: 0;
}
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
font-size: 76%;
line-height: 1.3;
padding: 0;
margin: 0;
background: #fff;
color: #333;
font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
width: 100%;
height: 100%;
}
li{
list-style: none;
}
a {
color: #333333;
}
dl::before,
dl::after,
ul::before,
ul::after,
ol::before,
ol::after {
display: none;
}
#wrap {
color: #333;
font-size: 13px;
line-height: 1.6;
min-width: 320px;
padding-top: 100px;
}
#wrap * {
box-sizing: border-box;
word-break: break-all;
word-wrap: break-word;
}
#wrap img {
vertical-align: top;
width: 100%;
}
#wrap .areaIn {
position: relative;
clear: both;
margin: 0 auto;
padding: 0 10px;
width: 100%;
max-width: 1000px;
min-width: 320px;
}
	@media screen and (max-width: 768px) {
	#wrap {
	padding-top: 60px;
	}
	}
#wrapHead {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100px;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.25);
z-index: 999;
}
body.active #wrapHead {
height: 60px;
}
#wrapHead .wrapHeadIn {
}
#wrapHead .areaIn {
height: 60px;
}
#wrapHead .logo {
position: absolute;
left: 10px;
top: 15px;
z-index: 10;
}
#wrapHead .logo img {
width: auto;
height: 70px;
}
#wrapHead .menu {
display: none;
position: absolute;
z-index: 99999;
width: 30px;
height: 24px;
right: 13px;
top: 17px;
cursor: pointer;
}
#wrapHead .menu {
transition: all .2s;
box-sizing: border-box;
}
#wrapHead .menu span {
display: inline-block;
transition: all .2s;
box-sizing: border-box;
}
#wrapHead .menu span {
position: absolute;
left: 0;
width: 100%;
height: 4px;
background-color: #ccc;
border-radius: 4px;
}
#wrapHead .menu span:nth-of-type(1) {
top: 0;
}
#wrapHead .menu span:nth-of-type(2) {
top: 10px;
}
#wrapHead .menu span:nth-of-type(3) {
bottom: 0;
}
#wrapHead .menu.active span {
background: #fff;
}
#wrapHead .menu.active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}
#wrapHead .menu.active span:nth-of-type(2) {
opacity: 0;
}
#wrapHead .menu.active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width: 768px) {
	#wrapHead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 999;
	}
	#wrapHead .logo {
	width: 260px;
	position: absolute;
	left: inherit;
	top: inherit;
	padding-top: 5px;
	}
	#wrapHead .logo img {
	display: inline-block;
	width: auto;
	height: 50px;
	}
	#wrapHead .menu {
	display: block;
	}
	}
.wrapHeadMenu {
position: absolute;
right: 10px;
top: 60px;
width: 100%;
padding-left: 380px;
}
.wrapHeadMenu ul {
clear: both;
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: flex-end;
align-items: stretch;
}
.wrapHeadMenu ul li a {
display: block;
color: #666;
font-size: 90%;
text-decoration: none;
text-align: center;
border-left: 1px solid #ccc;
padding: 0 5px;
}
.wrapHeadMenu ul li a:hover {
background: #666;
color: #fff;
}
body.active .wrapHeadMenu {
right: inherit;
top: inherit;
border-right: none;
height: 100%;
width: auto;
padding: 0;
}
body.active .wrapHeadMenu ul {
width: 100%;
height: 60px;
display: table;
}
body.active .wrapHeadMenu ul li {
display: table-cell;
vertical-align: top;
}
body.active .wrapHeadMenu ul li a {
display: table;
width: 100%;
height: 100%;
color: #fff;
border-left: none;
padding: 0 5px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
inset 1px 0 0 rgba(255, 255, 255, 0.1),
inset -1px 0 0 rgba(255, 255, 255, 0.1),
inset 0 -1px 0 rgba(255, 255, 255, 0.1);
border: 1px solid #111;
border-right: none;
border-top: none;
}

body.active .wrapHeadMenu ul li a > * {
display: table-cell;
vertical-align: middle;
}
body.active .wrapHeadMenu ul li a:hover {
background: rgba(255,255,255,0.3);
color: #fff;
}
	@media screen and (max-width: 768px) {
	.wrapHeadMenu {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 60px 0 0 0;
	background: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	z-index: 100;
	}
	.wrapHeadMenu.active {
	left: 0;
	}
	.wrapHeadMenu ul {
	clear: both;
	width: 100%;
	height: inherit;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	}
	.wrapHeadMenu ul li {
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.wrapHeadMenu ul li a {
	position: relative;
	width: 100%;
	display: block;
	color: #fff;
	padding: 10px;
	font-size: 120%;
	border: none;
	text-align: left;
	}
	.wrapHeadMenu ul li a:before {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
	}
	.wrapHeadMenu ul li a:hover {
	background: none;
	}
	}
.wrapHeadBar {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

body.active .wrapHeadBar {
animation: wrapHeadBarTop 0.3s forwards;
position: fixed;
left: 0;
top: -60px;
height: 60px;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.1) 50%,
rgba(255,255,255,0.3) 100%),#073860;
background-size: 100% 100%;
box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

@keyframes wrapHeadBarTop {
0% {top: -60px;}
100% {top: 0;}
}
@-webkit-keyframes wrapHeadBarTop {
0% {top: -60px;}
100% {top: 0;}
}
body.active .wrapHeadBar .areaIn {
display: table;
height: 60px!important;
}
body.active .wrapHeadBar .areaIn > * {
display: table-cell;
position: static;
vertical-align: top;
}
	@media screen and (max-width: 768px) {
	.wrapHeadBar,
	.wrapHeadBar .areaIn {
	width: 0;
	height: 0;
	left: 0;
	top: 0;
    max-width: inherit;
    min-width: inherit;
	}
	}
.wrapHeadSns {
position: absolute;
right: 10px;
top: 0;
font-size: 0;
}
.wrapHeadSns > * {
display: inline-block;
margin: 6px 0 0 8px;
width: 32px;
border-radius: 16px;
}
.wrapHeadSns a {
transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
}
.wrapHeadSns a:hover {
opacity: 0.7;
}
.wrapHeadSns img {
width: 100%;
opacity: 1!important;
}
.wrapHeadSns .fb {
background: #537cbe;
}
.wrapHeadSns .tw {
background: #77cdf0;
}
.wrapHeadBtn {
position: absolute;
right: 100px;
top: 0;
width: 300px;
}
.wrapHeadBtn a {
display: block;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#ff8000;
background-size: 100% 100%;
border: 1px solid #ff8000;
border-top: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
inset 1px 0 0 rgba(255, 255, 255, 0.2),
inset -1px 0 0 rgba(255, 255, 255, 0.2),
inset 0 -1px 0 rgba(255, 255, 255, 0.2),
0 1px 3px rgba(0,0,0,0.25);
text-align: center;
line-height: 40px;
height: 40px;
text-decoration: none;
color: #fff;
border-radius: 0 0 5px 5px / 0 0 5px 5px;
transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
}
.wrapHeadBtn a:hover {
opacity:0.70;
}
.wrapHeadBtn a.contact_end {
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#999;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#999;
border: 1px solid #999;
border-top: none;
cursor: default;
}
.wrapHeadBtn a.contact_end:hover {
opacity: 1;
}
body.active .wrapHeadSns {
right: inherit;
top: inherit;
}
body.active .wrapHeadSns {
width: 120px;
}
body.active .wrapHeadSns > * {
display: inline-block;
margin: 0;
width: 60px;
height: 60px;
border-radius: 0;
}
body.active .wrapHeadSns .fb a {
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#537cbe;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#537cbe;
background-size: 100% 100%;
border: 1px solid #537cbe;
border-right: none;
border-top: none;
}
body.active .wrapHeadSns .tw a {
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#77cdf0;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#77cdf0;
background-size: 100% 100%;
border: 1px solid #77cdf0;
border-right: none;
border-top: none;
}
body.active .wrapHeadSns > *:hover {
opacity: 0.7;
}
body.active .wrapHeadSns > * a {
display: table;
width: 100%;
height: 100%;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
inset 1px 0 0 rgba(255, 255, 255, 0.2),
inset -1px 0 0 rgba(255, 255, 255, 0.2),
inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}
body.active .wrapHeadSns > * a > * {
display: table-cell;
text-align: center;
vertical-align: middle;
}
body.active #wrap .wrapHeadSns img {
width: 32px;
opacity: 1!important;
}
body.active #wrap .wrapHeadBtn {
right: inherit;
top: inherit;
width: 120px;
}
body.active .wrapHeadBtn a {
display: block;
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#ff8000;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#ff8000;
background-size: 100% 100%;
border: 1px solid #ff8000;
border-right: none;
border-top: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
inset 1px 0 0 rgba(255, 255, 255, 0.2),
inset -1px 0 0 rgba(255, 255, 255, 0.2),
inset 0 -1px 0 rgba(255, 255, 255, 0.2);
line-height: 60px;
height: 60px;
border-radius: 0;
transition: all 0s linear;
-webkit-transition: all 0s linear;
}
body.active .wrapHeadBtn a.contact_end {
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#999;
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%;
border: 1px solid #999;
border-right: none;
border-top: none;
}
body.active .wrapHeadBtn a.contact_end:hover {
opacity: 1;
}
body.active .wrapHeadBtn a:hover {
opacity:0.70;
}
	@media screen and (max-width: 768px) {
	.wrapHeadBtn,
	.wrapHeadSns {
	display: none;
	}
	}
#wrapVisual {
position: relative;
}
#wrapVisual .areaIn {
position: relative;
z-index: 10;
padding: 0;
max-width: 1400px;

/*
margin: 0 auto 0 0;
*/
}
#wrapVisual {
position: relative;
background: url("../images/visual_bg.png") no-repeat center center / auto 100%;
}

#wrapVisual.bg2 .areaIn {
margin: 0 auto 0 0;
}
    @media screen and (min-width: 1300px) {
	#wrapVisual.bg2 .areaIn {
	margin: 0 auto 0 10%;
	}
	}
    @media screen and (min-width: 1400px) {
    #wrapVisual {
    background-size:100% auto ;
    }
    }
    @media screen and (max-width: 1400px) {
    #wrapVisual {
    background-size: auto 100%;
    }
    }
    @media screen and (max-width: 768px) {
    #wrapVisual {
    background-size: auto 100%;
    }
    }
#slide {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
#slide li img { 
position: relative;
top: 50%;
left: 50%;
width: auto;
height: auto;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
min-width: 100%;
min-height: 100%;
max-width: 150%;
}
#slide li { 
animation: show 12s infinite;
-webkit-animation: show 12s infinite;
width: 100%;
height: 100%;
max-width: 100%;
opacity: 0;
position: absolute;
left: 0;
top: 0;
}
@keyframes show {
0% {opacity: 0}
17% {opacity: 1}
33% {opacity: 1}
50% {opacity: 0}
}
@-webkit-keyframes show {
0% {opacity: 0}
17% {opacity: 1}
33% {opacity: 1}
50% {opacity: 0}
}
#slide li:nth-of-type(1) {
animation-delay: 0s;
}
#slide li:nth-of-type(2) {
animation-delay: 4s;
}
#slide li:nth-of-type(3) {
animation-delay: 8s;
}
	@media screen and (max-width: 768px) {
	#wrapVisual .areaIn {
	padding: 0;
	}
	}
.areaBar {
margin: 0 auto;
padding: 10px 0;
margin-bottom: 30px;
border-bottom: 3px double #333;
color: #333;
font-size: 180%;
font-weight: bold;
line-height: 1.2;
}
.areaBar span {
display:inline-block;
color: #ccc;
font-size: 70%;
margin: 0 10px;
}
	@media screen and (max-width: 768px) {
	.areaBar {
	font-size: 150%;
	}
	}
#area01 {
font-size: 120%;
padding: 30px 0;
}
#area01 .text > b {
display: inline-block;
margin-bottom: 20px;
color: #073860;
font-size: 130%;
}
#area01 .text.type_str {
border: 2px solid #c20000;
color: #c20000;
padding: 10px;
margin-bottom: 20px;
font-weight: bold;
text-align: center;
}
	@media screen and (max-width: 500px) {
	#area01 {
	font-size: 100%;
	padding: 10px 0;
	}
    #area01 .text.type_str .spno {
    display: none;
    }
	}
#area10 .text {
font-size: 120%;
padding: 30px;
border: 5px solid #ccc;
background: #fafafa;
margin: 0 auto 50px;
max-width: 760px;
}
#area10 .text > b {
color: #0A3C64;
font-size: 130%;
}
	@media screen and (max-width: 500px) {
	#area10 .text {
	font-size: 100%;
	padding: 10px;
	}
	}
#area02 {
background: #eee;
padding: 30px 0 0;
}
.keynoteList01 ul {
clear: both;
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: flex-start;
align-items: stretch ;
padding-bottom: 10px;
}
.keynoteList01 .item {
width: 33.33%;
padding-bottom: 20px;
}
.keynoteList01.type2col .item {
width: 50%;
padding-bottom: 20px;
}
.keynoteList01.type2col .item.col_1 {
width: 100%;
}
.keynoteList01 .item > * {
display: block;
margin: 0 10px;
height: 100%;
background: #fff;
box-shadow: 0 0 10px rgba(40,40,100,0.1);
transition: all 1s linear;
-webkit-transition: all 1s linear;
text-decoration: none;
}
.keynoteList01 .item > *:hover {
opacity: 0.7;
}
.keynoteList01 .title {
background: -webkit-linear-gradient(
top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#333333;
background: linear-gradient(
to top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#333333;
background-size: 100% 100%;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.2), inset -1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0,0,0,0.25);
border: 1px solid #333333;
color: #fff;
padding: 10px;
}
.keynoteList01 .title > * {
display: block;
}
.keynoteList01 .title .time {
display: inline-block;
font-size: 80%;
}
.keynoteList01 .title .category {
display: inline-block;
font-size: 80%;
}
.keynoteList01 .title .companyname {
display: block;
font-size: 110%;
line-height: 1.2;
}
.keynoteList01 .info {
display: table;
width: 100%;
}
.keynoteList01 .info > * {
display: table-cell;
vertical-align: top;
color: #333;
}
.keynoteList01 .photo {
width: 100px;
}
.keynoteList01 .photo img {
width: 100%;
}
.keynoteList01 .name {
padding: 10px;
line-height: 1.2;
font-size: 12px;
}
	@media screen and (max-width: 768px) {
	.keynoteList01 .item {
	width: 50%;
	}
    .keynoteList01.type2col .item {
    width: 100%;
    }
	}
	@media screen and (max-width: 550px) {
	.keynoteList01 .item {
	width: 100%;
	}
	.keynoteList01 .item > * {
	margin: 0;
	}
	.keynoteList01 .title .time,
	.keynoteList01 .title .category {
	display: inline-block;
	}
	}
.keynoteList02 ul {
clear: both;
margin: 0 10px;
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: flex-start;
align-items: stretch ;
}
.keynoteList02 .item {
width: 100%;
position: relative;
margin-bottom: 20px;
padding: 20px;
background: #fff;
border: 2px solid #87BAD5;
box-shadow: 0 0 10px rgba(40,40,100,0.1);
}
.keynoteList02 .title {
font-size: 130%;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #87BAD5;
color: #87BAD5;
}
.keynoteList02 .title .time {
position: absolute;
left: 0;
top: 0;
background: #87BAD5;
color: #fff;
padding: 10px;
line-height: 1;
font-weight: normal;
width: 130px;
text-align: center;
}
.keynoteList02 .title .category {
position: absolute;
left: 130px;
top: 0;
padding: 10px;
font-weight: normal;
line-height: 1.2;
}
.keynoteList02 .title .seminartitle {
display: block;
padding-top: 25px;
}
.keynoteList02 .box {
display: table;
width: 100%;
}
.keynoteList02 .box > * {
display: table-cell;
vertical-align: top;
}
.keynoteList02 .photo {
width: 150px;
padding-bottom: 20px;
}
.keynoteList02 .photo img {
width: 100%;
}
.keynoteList02 .box > *.photo.type2c img {
margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
	.keynoteList02 .box > *.photo.type2c {
	display: flex;
	width: 100%;
	max-width: 320px;
	justify-content: center;
	margin: 0 auto;
	}
	.keynoteList02 .box > *.photo.type2c img {
	width: 40%!important;
	max-width: 150px;
	margin: 0 5px;
	}
}
.keynoteList02 .info {
padding: 0 20px 20px 20px;
}
.keynoteList02 .companyname {
margin-bottom: 1em;
font-weight: bold;
font-size: 120%;
color: #999;
}
.keynoteList02 .seminartext {
margin-bottom: 1em;
}
.keynoteList02 .seminaroverview {
clear: both;
border: 9px solid #eee;
padding: 20px;
}
.keynoteList02 .seminaroverview b {
font-size: 120%;
color: #999;
}
	@media screen and (max-width: 550px) {
	.keynoteList02 ul {
	margin: 0;
	}
	.keynoteList02 .box {
	display: block;
	padding: 0;
	}
	.keynoteList02 .box > * {
	display: block;
	padding: 0 0 10px 0;
	}
	.keynoteList02 .item {
    padding: 10px;
	}
	.keynoteList02 .box > *.photo {
	text-align: center;
	margin: 0 auto 10px auto;
	}
	.keynoteList02 .title {
	font-size: 110%;
	}
	.keynoteList02 .title .time {
	padding: 5px 10px;
	font-size: 90%;
	}
	.keynoteList02 .title .category {
	position: relative;
	left: inherit;
	top: inherit;
	padding: 25px 10px 10px 10px;
	}
	.keynoteList02 .title .seminartitle {
	padding-top: 0;
	line-height: 1.2;
	}
	}
#area03 {
padding: 30px 0;
background: #333333;
box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
}
#area03 .areaBar {
color: #fff;
border-color: #fff;
}
.sessionList ul {
clear: both;
margin-bottom: 30px;
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: flex-start;
align-items: stretch ;
}
.sessionList .item {
width: 33.33%;
margin-bottom: 20px;
}
.sessionList.type2col .item {
width: 50%;
margin-bottom: 20px;
}
.sessionList.type2col .item.col_1 {
width: 100%;
}
.sessionList .item > * {
position: relative;
margin: 0 10px;
padding: 20px;
background: #fff;
box-shadow: 0 0 10px rgba(40,40,100,0.1);
height: 100%;
}
.sessionList .title {
padding: 20px 0 10px 0;
line-height: 1.2;
font-weight: normal;
color: #333333;
}
.sessionList .title .time {
position: absolute;
left: 0;
top: 0;
background: #333333;
color: #fff;
line-height: 1;
padding: 10px;
}
.sessionList .title .category {
display: block;
text-align: center;
padding: 5px;
}
.sessionList .title .category > * {
display: inline-block;
}
.sessionList .box .seminartitle {
display: block;
font-size: 110%;
font-weight: bold;
margin-bottom: 10px;
line-height: 1.2;
color: #333333;
}
.sessionList .title .seminartitle {
display: block;
font-size: 110%;
font-weight: bold;
line-height: 1.2;
}
.sessionList .box {
width: 100%;
}
.sessionList .box > * {
}
.sessionList .photo {
width: 150px;
margin: 0 auto;
padding-bottom: 20px;
}
.sessionList .photo img {
width: 100%;
}
.sessionList .info {
}
.sessionList .companyname {
font-size: 100%;
color: #999;
line-height: 1.2;
}
.popupContents {
display: none;
}
.mfp-content {
max-width: 600px!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 {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.mfp-close:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mfp-close:hover {
opacity: 0.7!important;
}
.popupBox {
background: #fff;
border-radius: 5px;
padding: 20px;
font-size: 110%;
margin: 60px 10px 10px 10px;
}
.popupBox .time {
display: inline-block;
background: #333333;
color: #fff;
padding: 0 10px;
}
.popupBox .category {
color: #333333;
display: inline-block;
}
.popupBox .seminartitle {
display: block;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
margin-bottom: 10px;
color: #333333;
font-weight: bold;
}
.detailBtn {
padding: 10px 0 0 0;
text-align: right;
}
.detailBtn > * {
cursor: pointer;
display:inline-block;
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#333;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#333;
background-size: 100% 100%;
border: 1px solid #333;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
inset 1px 0 0 rgba(255, 255, 255, 0.2),
inset -1px 0 0 rgba(255, 255, 255, 0.2),
inset 0 -1px 0 rgba(255, 255, 255, 0.2),
0 1px 3px rgba(0,0,0,0.25);
text-align: center;
color: #fff;
text-decoration: none;
font-size: 11px;
padding: 5px 10px;
border-radius: 5px;
}
.detailBtn > *:hover {
opacity:0.70;
}
.profilePhotoBox {
display: table;
width: 100%;
}
.profilePhotoBox > * {
display: table-cell;
vertical-align: top;
}
.profilePhotoBox > *.profilePhotoBoxImage {
width: 100px;
}
.profilePhotoBox > *.profilePhotoBoxImage img {
width: 100%;
}
.profilePhotoBox > *.profilePhotoBoxText {
padding: 10px;
}
.profileBox {
display: table;
width: 100%;
}
.profileBox > * {
display: table-cell;
vertical-align: top;
}
.profileBox > *.profileBoxTitle {
width: 7em;
}
	@media screen and (max-width: 768px) {
	.sessionList .item {
	width: 50%;
	}
    .sessionList.type2col .item {
    width: 100%;
    }
	}
	@media screen and (max-width: 550px) {
	.sessionList .item {
	width: 100%;
	}
	.sessionList .item > * {
	margin: 0;
	padding: 20px 10px 10px 10px;
	}
	.sessionList .title .time,
	.sessionList .title .category {
	display: inline-block;
	}
	.profileBox {
	margin-bottom: 5px;
	}
	.profileBox > * {
	display: block;
	}
	.profileBox > *.profileBoxTitle {
	width: inherit;
	}
	}
#area04 {
padding: 30px 0;
}
.scheduleList dl {
clear: both;
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
border-bottom: 1px solid #ddd;
font-size: 110%;
}
.scheduleList dl > * {
padding: 20px 10px;
text-align: center;
}
.scheduleList dl > dt.time {
width: 12%;
}
.scheduleList dl > dd {
width: 30%;
line-height: 1.2;
color: #333333;
}
.scheduleList.type2col dl > dd {
width: 45%;
}
.scheduleList dl > dd a {
padding: 5px;
line-height: 1.2;
width: 100%;
height: 100px;
display: table;
background: -webkit-linear-gradient(
top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#87BAD5;
background: linear-gradient(
to top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#87BAD5;
background-size: 100% 100%;
border: 1px solid #87BAD5;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
inset 1px 0 0 rgba(255, 255, 255, 0.2),
inset -1px 0 0 rgba(255, 255, 255, 0.2),
inset 0 -1px 0 rgba(255, 255, 255, 0.2),
0 1px 3px rgba(0,0,0,0.25);
color: #fff;
text-align: center;
border-radius: 5px;
text-decoration: none;
}
.scheduleList dl > dd a > .box {
display: table-cell;
vertical-align: middle;
border-radius: 4px;
background: #fff;
padding: 5px;
color: #333333;
}
.scheduleList dl > dd.type_key a > .box {
background: none;
color: #fff;
}
.scheduleList dl > dd a:hover {
opacity:0.70;
}
.scheduleList dl > dd a .category {
}
.scheduleList dl > dd a .category > * {
display: inline-block;
}
.scheduleList dl > dd a .companyname {
display: block;
text-align: center;
}
.scheduleListHead {
font-weight: bold;
}
.scheduleListHead dl > dd span {
display: inline-block;
}
.scheduleList dl > dd.col_1 {
width: 100%!important;
padding-left: 20px;
}
.scheduleList dl > dt.time {
padding: 10px 0;
text-align: left;
font-size: 100%;
}
.scheduleText {
padding: 20px 0 0 0;
}
.scheduleList dl > dd.type_no {
color: #999;
font-weight: bold;
}
	@media screen and (max-width: 768px) {
	.scheduleList dl {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	border: none;
	align-items: flex-start;
	}
	.scheduleListHead  dl > dt.time {
	display: none;
	}
	.scheduleListBody dl > dt.time {
	background: #eee;
	width: 100%;
	padding: 5px;
	text-align: center;
	}
	.scheduleListBody dl {
	margin-bottom: 10px;
	}
	.scheduleList dl > dd {
	width: 33.33%;
	padding: 5px 2px;
	}
    .scheduleList dl > dd.col_1 {
    padding-left: 10px;
    }
	.scheduleList.type2col dl > dd {
	width: 50%;
	}
	.scheduleList dl > dd a {
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
	color: #333;
	}
	.scheduleList dl > dd a .category {
	padding-bottom: 5px;
	display: block;
	}
	.scheduleList dl > dd a .category > * {
	display: block;
	text-align: center;
	}
	.scheduleList dl > dd a .companyname {
	padding: 5px;
	width: 100%;
	min-height: 80px;
	line-height: 1.2;
	display: table;
	background: -webkit-linear-gradient(
	top,
	transparent 0%,
	rgba(255,255,255,0.3) 100%),#87BAD5;
	background: linear-gradient(
	to top,
	transparent 0%,
	rgba(255,255,255,0.3) 100%),#87BAD5;
	background-size: 100% 100%;
	border: 1px solid #87BAD5;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	}
	.scheduleList dl > dd a .companyname > * {
	padding: 10px 5px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	color: #333333;
	border-radius: 4px;
	}
	.scheduleList dl > dd.type_key a .category {
	color: #333333;
	}
	.scheduleList dl > dd.type_key a .companyname > * {
	background: none;
	color: #fff;
	}
	}
	@media screen and (max-width: 500px) {
	.scheduleList dl > dd a .category {
	font-size: 90%;
	}
	.scheduleList dl > dd a .category > *:nth-child(2){
	font-size: 80%;
	}
	.scheduleList dl {
	font-size: 100%;
	}
	.scheduleList dl > dd a .companyname {
    min-height: 100px;
	}
	}
.contactArea {
clear: both;
margin: 0 auto 0 auto;
background: #fff;
}
.contactArea .bar {
text-align: center;
margin-bottom: 20px;
padding-top: 50px;
font-size: 250%;
color: #666;
line-height: 1.2;
}
.contactArea .bar span {
color: #0A3C64;
}
.contactAreaIn {
position: relative;
background: #eee;
padding: 40px 0;
}
.contactArea .text {
text-align: center;
padding: 10px;
}
.contactArea .text > * {
display: inline-block;
}
.contactArea .btn {
margin: 0 auto;
max-width: 600px;
}
.contactArea .btn a {
display: table;
width: 100%;
height: 90px;
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#ff8000;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#ff8000;
background-size: 100% 100%;
border: 1px solid #ff8000;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
inset 1px 0 0 rgba(255, 255, 255, 0.2),
inset -1px 0 0 rgba(255, 255, 255, 0.2),
inset 0 -1px 0 rgba(255, 255, 255, 0.2),
0 1px 3px rgba(0,0,0,0.25);
padding: 10px 0;
text-align: center;
color: #fff;
font-size: 250%;
text-decoration: none;
border-radius: 5px;
}
.contactArea .btn a.contact_end {
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#999;
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%;
border: 1px solid #999;
cursor: default;
}
.contactArea .btn a.contact_end:hover {
opacity: 1;
}
.contactArea .btn a > * {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.contactArea a:hover {
opacity:0.70;
}
	@media screen and (max-width: 768px) {
	.contactArea .bar {
	text-align: center;
	font-size: 150%;
	}
	.contactArea .btn a {
	font-size: 200%;
	height: 70px;
	}
	}
	@media screen and (max-width: 450px) {
	.contactArea .bar {
	font-size: 125%;
	}
	.contactArea .bar br {
	display: none;
	}
	.contactArea .btn a {
	font-size: 150%;
	height: 60px;
	}
	}
#area05 {
padding: 30px 0;
}
.summaryDlistTable {
font-size: 110%;
margin: 0 auto;
max-width: 760px;
}
.summaryDlistTable {
margin-bottom: 10px;
border: 5px solid #ccc;
}
.mapimg {
display: inline-block;
margin: 5px;
max-width: 200px;
}
.summaryDlistTable dl {
display: table;
width: 100%;
}
.summaryDlistTable dl > * {
display: table-cell;
vertical-align: middle;
}
.summaryDlistTable dt {
width: 180px;
border-right: 1px solid #ccc;
font-weight: bold;
text-align: center;
padding: 15px;
}
.summaryDlistTable dd {
text-align: left;
padding: 15px;
}
.summaryDlistTable dl:nth-child(even) {
background: #f7f7f7;
}
.summaryText {
margin: 0 auto;
max-width: 760px;
}
	@media screen and (max-width: 500px) {
	.summaryDlistTable dl {
	display: block;
	}
	.summaryDlistTable dl > * {
	display: block;
	padding: 10px;
	}
	.summaryDlistTable dl:nth-child(even) {
	background: none;
	}
	.summaryDlistTable dl > dt {
	background: #f7f7f7;
	width: 100%;
	border: none;
	text-align: left;
	}
	}
#area06 {
padding: 30px 0;
background: none;
}
.flow {
text-align: center;
clear: both;
padding-bottom: 30px;
}
.flowBox {
margin: 0 auto;
max-width: 760px;
border: 5px solid #ccc;
background: #f7f7f7;
overflow: hidden;
}
.flowBox li:nth-child(2) {
background: #fff;
}
.flowBox li {
position: relative;
clear: both;
}
.flowBox li:before { content:""; display:table;}
.flowBox li:after { content:""; display:table; clear:both;}
.flowBox li { zoom:1;}
.flowBox .image {
float: right;
margin-left: -60%;
width: 60%;
}
.flowBox .image img {
width: 100%;
}
.flowBox .info {
position: relative;
float: left;
width: 100%;
font-size: 110%;
}
.flowBox .infoIn {
width: 60%;
}
.flowBox .title {
font-size: 150%;
font-weight: bold;
color: #333333;
display: table;
line-height: 1.2;
}
.flowBox .title > * {
display: table-cell;
vertical-align: middle;
}
.flowBox .title > *.icon {
padding: 10px 20px;
width: 114px;
}
.flowBox .title img {
vertical-align: middle;
max-width: 74px;
}
.flowBox .title .text {
padding: 10px 20px 10px 0;
}
.flowBox .title .text span {
display: inline-block;
}
.flowBox .infoIn > .text {
padding: 0 20px 10px 20px;
}
.flow {
text-align: center;
clear: both;
padding-bottom: 30px;
}
	@media screen and (max-width: 768px) {
	.flow {
	padding: 0;
	}
	.flow img {
	width: 100%;
	}
	.flowBox {
	margin: 0;
	}
	.flowBox .info {
	float: none;
	position: relative;
	z-index: 10;
	}
	.flowBox .title {
	padding: 0 10px;
	}
	.flowBox .text {
	padding: 0 10px;
	}
	.flowBox .title img {
	width: 60px;
	}
	.flowBox .infoIn {
	width: auto;
	}
	.flowBox .title > *.icon {
	padding: 10px 10px 10px 0;
	width: 94px;
	}
	.flowBox .title .text {
	padding: 10px 10px 10px 0;
	font-size: 90%;
	}
	.flowBox .infoIn > .text {
	padding: 0 10px 50px 10px;
	}
	.flowBox .image {
	position: absolute;
	right: 0;
	bottom: 0;
	float: none;
	margin: 0;
	width: auto;
	text-align: right;
	opacity: 0.3;
	}
	.flowBox li > .image img{
	max-width: 80%;
	}
	}
	@media screen and (max-width: 500px) {
	.flowBox .title > *.icon {
	padding-right: 0;
	width: 74px;
	}
	}
#area07 {
padding: 30px 0;
background: #fff;
}
#area07 .areaBar {
}
#area07 .areaBar span {
color: #999;
}
.logoList .text {
text-align: center;
padding-bottom: 20px;
color: #fff;
font-size: 130%;
}
.logoList .tit {
text-align: center;
font-size: 140%;
}
.logoList ul {
clear: both;
margin-bottom: 30px;
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: center;
}
.logoList ul em {
display: inline-block;
padding-bottom: 10px;
color: #111;
font-size: 90%;
display: none;
}
.logoList ul li.item {
width: 33.33%;
padding: 10px;
text-align: center;
min-height: 140px;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: center;
align-items: center;
}
.logoList ul li.item > .logo {
display: table;
max-width: 230px;
min-height: 100px;
background: #fff;
overflow: hidden;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.20);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.20);
text-decoration: none;
}
.logoList ul li.item > .logo > * {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.logoList ul li.item > .logo > * img {
max-width: 230px;
}
	@media screen and (max-width: 768px) {
	.logoList ul li.item {
	width: 50%;
	min-height: 120px;
	padding: 0 0 10px 0;
	}
	}
	@media screen and (max-width: 500px) {
	.logoList ul li.item {
	min-height: inherit;
	width: 100%;
	}
	.logoList ul li.item > .logo {
	min-height: inherit;
	max-width: 100%;
	width: 100%;
	}
	.logoList ul li.item > .logo > * img {
	max-width: inherit;
	width: auto!important;
	height: 100%;
	}
	}
#area08 {
padding: 30px 0 0 0;
background: #eee;
}
#area08 .areaIn {
width: 100%;
}
#area08 .areaBar {
color: #666;
border-color: #999;
margin: 0 auto;
}
#area08 .box {
display: table;
width: 100%;
}
#area08 .box > * {
display: table-cell;
padding: 20px;
vertical-align: top;
word-wrap: break-word;
word-break: break-all;
}
#area08 .map {
height: 500px;
}
	@media screen and (max-width: 768px) {
	#area08 .box > * {
	display: block;
	padding: 10px 0;
	}
	#area08 .map {
	padding: 10px;
	height: 300px;
	}
	}
#wrapFooter {
background: #f7f7f7;
}
.wrapFooterIn {
margin: 0 auto;
}
#wrapFooter .copy {
padding: 30px 0;
text-align: center;
}
#wrapFooter .link {
text-align: center;
padding: 0 0 30px 0;
}
.pagetop {
position: fixed;
right: 10px;
bottom: -100px;
width: 50px;
height: 50px;
background: #333333;
border-radius: 25px;
line-height: 50px;
text-align: center;
color: #fff!important;
text-decoration: none;
font-size: 90%;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.pagetop.active {
bottom: 80px;
}
	@media screen and (max-width: 500px) {
	.pagetop {
	width: 40px;
	height: 40px;
	line-height: 40px;
	}
	}
/* color */
.scheduleList dl > dd.type_a a,
.keynoteList01 .item.type_a .title {
background: -webkit-linear-gradient(
top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#0A3C64;
background: linear-gradient(
to top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#0A3C64;
background-size: 100% 100%;
border-color: #0A3C64;
}
.keynoteList02 .item.type_a {
border-color: #0A3C64;
}
.keynoteList02 .item.type_a .title .time {
background-color: #0A3C64;
}
.keynoteList02 .item.type_a .title {
border-color: #0A3C64;
color: #0A3C64;
}
.sessionList .item.type_a .title {
color: #0A3C64;
}
.sessionList .item.type_a .box .seminartitle {
color: #0A3C64;
}
.sessionList .item.type_a .title .time {
background-color: #0A3C64;
}
.sessionList .item.type_a .detailBtn > * {
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#0A3C64;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#0A3C64;
background-size: 100% 100%;
border-color: #0A3C64;
}
.popupBox.type_a .time {
background-color: #0A3C64;
}
.popupBox.type_a .category {
color: #0A3C64;
}
.popupBox.type_a .seminartitle {
color: #0A3C64;
}
.scheduleListHead dd.type_a {
color: #0A3C64;
}
.scheduleListBody dd.type_a a > .box {
color: #0A3C64;
}
	@media screen and (max-width: 768px) {
	.scheduleList dl > dd.type_a a .companyname {
	background: -webkit-linear-gradient(
	top,
	transparent 0%,
	rgba(255,255,255,0.3) 100%),#0A3C64;
	background: linear-gradient(
	to top,
	transparent 0%,
	rgba(255,255,255,0.3) 100%),#0A3C64;
	background-size: 100% 100%;
	border-color: #0A3C64;
	}
	.scheduleList dl > dd.type_a a {
	background: none;
	border: none;
	}
	.scheduleList dl > dd.type_a a .companyname > * {
	color: #0A3C64;
	}
	.scheduleList dl > dd.type_a.type_key a .companyname > * {
	color: #fff;
	}
	.scheduleList dl > dd.type_a.type_key a .category {
	color: #0A3C64;
	}
	}
.scheduleList dl > dd.type_b a,
.keynoteList01 .item.type_b .title {
background: -webkit-linear-gradient(
top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#6a9555;
background: linear-gradient(
to top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#6a9555;
background-size: 100% 100%;
border-color: #6a9555;
position: relative;
}
.keynoteList02 .item.type_b {
border-color: #6a9555;
}
.keynoteList02 .item.type_b .title .time {
background-color: #6a9555;
}
.keynoteList02 .item.type_b .title {
border-color: #6a9555;
color: #6a9555;
}
.sessionList .item.type_b .title {
color: #6a9555;
}
.sessionList .item.type_b .box .seminartitle {
color: #6a9555;
}
.sessionList .item.type_b .title .time {
background-color: #6a9555;
}
.sessionList .item.type_b .detailBtn > * {
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#6a9555;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#6a9555;
background-size: 100% 100%;
border-color: #6a9555;
}
.popupBox.type_b .time {
background-color: #6a9555;
}
.popupBox.type_b .category {
color: #6a9555;
}
.popupBox.type_b .seminartitle {
color: #6a9555;
}
.scheduleListHead dd.type_b {
color: #6a9555;
}
.scheduleListBody dd.type_b a > .box {
color: #6a9555;
}
	@media screen and (max-width: 768px) {
	.scheduleList dl > dd.type_b a .companyname {
	background: -webkit-linear-gradient(
	top,
	transparent 0%,
	rgba(255,255,255,0.3) 100%),#6a9555;
	background: linear-gradient(
	to top,
	transparent 0%,
	rgba(255,255,255,0.3) 100%),#6a9555;
	background-size: 100% 100%;
	border-color: #6a9555;
	}
	.scheduleList dl > dd.type_b a {
	background: none;
	border: none;
	}
	.scheduleList dl > dd.type_b a .companyname > * {
	color: #6a9555;
	}
	.scheduleList dl > dd.type_b.type_key a .companyname > * {
	color: #fff;
	}
	.scheduleList dl > dd.type_b.type_key a .category {
	color: #6a9555;
	}
	}
.scheduleList dl > dd.type_c a,
.keynoteList01 .item.type_c .title {
background: -webkit-linear-gradient(
top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#a65753;
background: linear-gradient(
to top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#a65753;
background-size: 100% 100%;
border-color: #a65753;
}
.keynoteList02 .item.type_c {
border-color: #a65753;
}
.keynoteList02 .item.type_c .title .time {
background-color: #a65753;
}
.keynoteList02 .item.type_c .title {
border-color: #a65753;
color: #a65753;
}
.sessionList .item.type_c .title {
color: #a65753;
}
.sessionList .item.type_c .box .seminartitle {
color: #a65753;
}
.sessionList .item.type_c .title .time {
background-color: #a65753;
}
.sessionList .item.type_c .detailBtn > * {
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#a65753;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#a65753;
background-size: 100% 100%;
border-color: #a65753;
}
.popupBox.type_c .time {
background-color: #a65753;
}
.popupBox.type_c .category {
color: #a65753;
}
.popupBox.type_c .seminartitle {
color: #a65753;
}
.scheduleListHead dd.type_c {
color: #a65753;
}
.scheduleListBody dd.type_c a > .box {
color: #a65753;
}
	@media screen and (max-width: 768px) {
	.scheduleList dl > dd.type_c a .companyname {
	background: -webkit-linear-gradient(
	top,
	transparent 0%,
	rgba(255,255,255,0.3) 100%),#a65753;
	background: linear-gradient(
	to top,
	transparent 0%,
	rgba(255,255,255,0.3) 100%),#a65753;
	background-size: 100% 100%;
	border-color: #a65753;
	}
	.scheduleList dl > dd.type_c a {
	background: none;
	border: none;
	}
	.scheduleList dl > dd.type_c a .companyname > * {
	color: #a65753;
	}
	.scheduleList dl > dd.type_c.type_key a .companyname > * {
	color: #fff;
	}
	.scheduleList dl > dd.type_c.type_key a .category {
	color: #a65753;
	}
	}
.effect {
transition: transform 0.3s linear, opacity 0.8s linear;
-moz-transition: transform 0.3s linear, opacity 0.8s linear;
-webkit-transition: transform 0.3s linear, opacity 0.8s linear;
/*
opacity: 0;
transform: translateY(100px);
*/
}
.effect.active {
opacity: 1!important;
transform: translateY(0)!important;
}
.effectdelay {
transition: transform 0.5s linear, opacity 1.2s linear;
-moz-transition: transform 0.5s linear, opacity 1.2s linear;
-webkit-transition: transform 0.5s linear, opacity 1.2s linear;
/*
opacity: 0;
transform: translateY(100px);
*/
}
#wrapVisual.effectdelay {
/*
transform: translateY(-100px);
*/
}
.effectdelay.active {
opacity: 1!important;
transform: translateY(0)!important;
}
/* new style
--------------------------------------------- */
.supervision {
padding-bottom: 30px;
}
.supervision_box {
display: flex;
flex-flow: row-reverse nowrap;
justify-content: space-between;
padding: 0 10px 20px;
}
.supervision_title {
padding-bottom: 30px;
}
.supervision_title .title {
border-bottom: 1px solid #ddd;
font-size: 200%;
}
.supervision_title .lead {
padding-top: 10px;
font-size: 150%;
}
.supervision_box .image {
width: 40%;
}
.supervision_box .image a {
color: #fff;
text-decoration: none;
}
.supervision .name {
padding: 20px;
background: #666;
color: #fff;
}
.supervision_box .info {
width: 60%;
padding: 0 30px 0 0;
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
}
.supervision_box .info .lead {
font-size: 120%;
margin-bottom: 20px;
}
	@media screen and (max-width: 768px) {
    .supervision_box {
    flex-flow: column nowrap;
    }
    .supervision_box .image {
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
    }
    .supervision_box .image img {
    max-width: 400px;
    }
    .supervision_box .info {
    width: 100%;
    padding-right: 0;
    }
    }
.speakers {
padding-bottom: 30px;
}
.speakersList {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
.speakersList > .item {
width: 33.33%;
padding: 0 10px 20px;
display: flex;
}
.speakersList > .item .itemIn {
color: #fff;
width: 100%;
text-decoration: none;
background: #0A3C64;
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
}
.speakersListBox {
width: 100%;
}
.speakersListBox .photo {
width: 100%;
}
.speakersListBox .companyname {
padding: 10px;
}
	@media screen and (max-width: 768px) {
    .speakersList {
    flex-flow: row wrap;
    }
    .speakersList > .item {
    width: 50%;
    }
    }

@media screen and (min-width: 768px) {
.speakersList.type2 {
justify-content: center;
}
.speakersList.type2 > .item {
width: 25%;
margin: 0 2px;
}
}

.flow {

}
.flowList {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: center;
padding: 20px 0;
}
.flowList .item {
position: relative;
width: 25%;
padding: 0 20px;
}
.flowList .item:not(:last-child)::after {
content: "";
position: absolute;
right: 0;
top: 100px;
transform: rotate(-45deg) translate(50%,-10%);
width: 15px;
height: 15px;
border-right: 3px solid #ccc;
border-bottom: 3px solid #ccc;
}
.flowList .item .title {
position: relative;
background: #111;
background: linear-gradient(transparent, rgba(255,255,255,0.3)),#073860;
width: 200px;
height: 200px;
color: #fff;
text-align: center;
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
border-radius: 100px;
padding: 20px;
margin: 0 auto;
}
.flowList .item .title > * {
display: block;
text-align: center;
}
.flowList .item .title > span {
font-size: 200%;
padding-bottom: 10px;
}
.flowList .item .title > b {
width: 100%;
border-top: 1px solid #fff;
padding: 20px 0 0 0;
min-height: 100px;
font-weight: normal;
}
.flowList .item .text {
text-align: left;
padding: 20px 0;
font-size: 110%;
}
	@media screen and (max-width: 1000px) {
    .flowList .item .title {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    padding: 10px;
    }
    .flowList .item:not(:last-child)::after {
    top: 80px;
    }
    .flowList .item .title > span {
    font-size: 150%;
    padding-bottom: 10px;
    }
    .flowList .item .title > b {
    padding: 10px 0 0 0;
    min-height: 80px;
    }
    .flowList .item .text {
    padding: 10px 0;
    }
    }
	@media screen and (max-width: 800px) {
    .flowList {
    flex-flow: column nowrap;
    }
    .flowList .item {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px 0;
    }
    .flowList .item .title {
    width: 160px;
    flex: 0 0 160px;
    }
    .flowList .item .text {
    flex: 1;
    padding: 10px 20px;
    }
    .flowList .item .title > * {
    line-height: 1.3;
    }
.flowList .item:not(:last-child)::after {
right: 50%;
top: inherit;
bottom: 0;
transform: rotate(45deg) translate(50%,-100%);
width: 15px;
height: 15px;
border-right: 3px solid #ccc;
border-bottom: 3px solid #ccc;
}
    }
#area11 {
padding-top: 30px;
}
#area11 .ban {
text-align: center;
}
#area11 .ban img {
max-width: 960px;
}


@media screen and (max-width: 768px) {
.spdno {
display: none;
}
}


/*PCの場合*/
.pc	{ display:inline!important; }
.mb	{ display:none!important; }

@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
.pc	{ display:none!important; }
.mb { display:inline!important; }
}
.mb .cta_box {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* background: url(../images/cta_bg.png); */
    padding: 10px;
    color: #fcf153;
    text-align: center;
    z-index: 1;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.3);
    /*他の申込ボタンと合わせた 星原1102*/
    background: linear-gradient( to top, transparent 0%, transparent 49%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.4) 100%),#c3a338;
}

.mb .cta_box a{
    width: 85%;
    /* background: #2f8900; */
    margin: 5px auto;
    /* border: 2px solid #ffffff; */
    color: #ffffff;
    /* border-radius: 30px; */
    display: block;
    font-size: 194%;
    padding: 5px;
    font-weight: bold;

}




#sample .samplebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;

  background: #ffffff;
}
#sample .item {
  background: #efefef;
  padding: 4px;

}
#sample .item p {
  margin: 15px 0 0;
}
#sample .samplebtn {
  margin: 15px 0 0;
}


.parent {
  text-align: center;
}



.example {
  display: inline-block;

}