@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: #e87f18;
color: #00abeb;
}
#wrap {
color: #333;
font-size: 13px;
line-height: 1.6;
min-width: 320px;
padding-top: 100px;
}
#wrap * {
box-sizing: border-box;
}
#wrap img {
vertical-align: top;
width: 100%;
}
#wrap .areaIn {
position: relative;
clear: both;
margin: 0 auto;
padding: 0 10px;
width: 100%;
max-width: 980px;
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 {
display: table;
position: absolute;
left: 10px;
top: 25px;
z-index: 10;
width: 100%;
max-width: 500px;
padding-right: 60px;
}
#wrapHead .logo > * {
display: table-cell;
width: 50%;
vertical-align: middle;
}
#wrapHead .logo > * img {
display: inline-block;
width: 100%;
}
/*
#wrapHead .logo img {
height: 50px!important;
width: auto!important;
}
*/
    @media screen and (max-width: 840px) {
    #wrapHead .logo img {
    height: auto!important;
    width: 100%;
    }
    }
#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: 100%;
    height: 100%;
	position: absolute;
	left: inherit;
	top: inherit;
	padding-top: 5px;
	}
	#wrapHead .logo img {
	display: inline-block;
	width: 100%;
	height: auto;
    vertical-align: middle;
	}
	#wrapHead .menu {
	display: block;
	}
	}
.wrapHeadMenu {
position: absolute;
right: 10px;
top: 60px;
width: 100%;
padding-left: 500px;
}
.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.2),
inset -1px 0 0 rgba(255, 255, 255, 0.2),
inset 0 -1px 0 rgba(255, 255, 255, 0.2);
border: 1px solid #243246;
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: #00aaea;
	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;
-webkit-animation: wrapHeadBarTop 0.3s forwards;
position: fixed;
left: 0;
top: -60px;
height: 60px;
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#243246;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#243246;
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: -webkit-linear-gradient(
top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#ff8a00;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#ff8a00;
background-size: 100% 100%;
border: 1px solid #ff8a00;
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);
    border: 1px solid #243246;
    border-right: none;
    border-top: none;
}
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;
}
body.active .wrapHeadSns .fb,
body.active .wrapHeadSns .tw {
background: none;
}

	@media screen and (max-width: 768px) {
	.wrapHeadBtn,
	.wrapHeadSns {
	display: none;
	}
    }
#wrapVisual {
position: relative;
}
#wrapVisual .areaIn {
position: relative;
z-index: 10;
padding: 60px 10px;
}
#wrapVisual .sp {
display: none;
}
#wrapVisual .areaIn.type_image {
padding: 0;
max-width: none;
}
#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;
opacity: 0;
*/
width: 100%;
height: 100%;
max-width: 100%;
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;
	}
    #wrapVisual .sp {
    display: block;
    }
    #wrapVisual .pc {
    display: none;
    }
	}
.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.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;
    }
	}
#area01 .text_r {
display: block;
text-align: right;
}
#area02 {
background: #eee;
padding: 30px 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.type_2col .item {
width: 50%;
}
.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%),#e87f18;
background: linear-gradient(
to top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#e87f18;
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 #e87f18;
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%;
	}
	}
	@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 #e87f18;
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 #eee;
color: #e87f18;
}
.keynoteList02 .title .time {
position: absolute;
left: 0;
top: 0;
background: #e87f18;
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 .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: #243246;
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.type_2col .item {
width: 50%;
}
	@media screen and (max-width: 768px) {
	.sessionList.type_2col .item {
	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: #e87f18;
}
.sessionList .title .time {
position: absolute;
left: 0;
top: 0;
background: #e87f18;
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: #e87f18;
}
.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: #e87f18;
color: #fff;
padding: 0 10px;
}
.popupBox .category {
color: #e87f18;
display: inline-block;
}
.popupBox .seminartitle {
display: block;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
margin-bottom: 10px;
color: #e87f18;
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: 130px;
}
.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%;
	}
	}
	@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: 10%;
min-width: 100px;
}
.scheduleList dl > dd {
width: 45%;
line-height: 1.2;
}
.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%),#e87f18;
background: linear-gradient(
to top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#e87f18;
background-size: 100% 100%;
border: 1px solid #e87f18;
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: #e87f17;
}
.scheduleList dl > dd.type_key a > .box {
background: none;
color: #fff;
}
.scheduleList dl > dd a:hover {
opacity:0.70;
}
.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%;
}
.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.type_2col 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%),#e87f18;
	background: linear-gradient(
	to top,
	transparent 0%,
	rgba(255,255,255,0.3) 100%),#e87f18;
	background-size: 100% 100%;
	border: 1px solid #e87f18;
	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: #e87f18;
	border-radius: 4px;
	}
	.scheduleList dl > dd.type_key a .category {
	color: #e87f18;
	}
	.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: #00abeb;
}
.contactAreaIn {
position: relative;
background: #eee;
padding: 30px 0 50px 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;
}
.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: #eee;
}
.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: #e87f18;
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: #243246;
}
#area07 .areaBar {
color: #fff;
border-color: #fff;
}
#area07 .areaBar span {
color: rgba(255,255,255,0.5);
}
.logoList .text {
text-align: center;
padding-bottom: 20px;
color: #fff;
font-size: 130%;
}
.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: flex-start;
align-items: center;
}
.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 > a {
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.50);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.50);
}
.logoList ul li.item > a > * {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.logoList ul li.item > a > * 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 > a {
	min-height: inherit;
	max-width: 100%;
	width: 100%;
	}
	.logoList ul li.item > a > * 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: rgba(0,172,235,0.8);*/
background: rgba(255,128,0,0.8);
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: 10px;
}
	@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%),#dc6773;
background: linear-gradient(
to top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#dc6773;
background-size: 100% 100%;
border-color: #dc6773;
}
.keynoteList02 .item.type_a {
border-color: #dc6773;
}
.keynoteList02 .item.type_a .title .time {
background-color: #dc6773;
}
.keynoteList02 .item.type_a .title {
border-color: #dc6773;
color: #dc6773;
}
.sessionList .item.type_a .title {
color: #dc6773;
}
.sessionList .item.type_a .box .seminartitle {
color: #dc6773;
}
.sessionList .item.type_a .title .time {
background-color: #dc6773;
}
.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%),#dc6773;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#dc6773;
background-size: 100% 100%;
border-color: #dc6773;
}
.popupBox.type_a .time {
background-color: #dc6773;
}
.popupBox.type_a .category {
color: #dc6773;
}
.popupBox.type_a .seminartitle {
color: #dc6773;
}
.scheduleListHead dd.type_a {
color: #dc6773;
}
.scheduleListBody dd.type_a a > .box {
color: #dc6773;
}
	@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%),#dc6773;
	background: linear-gradient(
	to top,
	transparent 0%,
	rgba(255,255,255,0.3) 100%),#dc6773;
	background-size: 100% 100%;
	border-color: #dc6773;
	}
	.scheduleList dl > dd.type_a a {
	background: none;
	border: none;
	}
	.scheduleList dl > dd.type_a a .companyname > * {
	color: #dc6773;
	}
	.scheduleList dl > dd.type_a.type_key a .companyname > * {
	color: #fff;
	}
	.scheduleList dl > dd.type_a.type_key a .category {
	color: #dc6773;
	}
	}
.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%),#52b374;
background: linear-gradient(
to top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#52b374;
background-size: 100% 100%;
border-color: #52b374;
position: relative;
}
.keynoteList02 .item.type_b {
border-color: #52b374;
}
.keynoteList02 .item.type_b .title .time {
background-color: #52b374;
}
.keynoteList02 .item.type_b .title {
border-color: #52b374;
color: #52b374;
}
.sessionList .item.type_b .title {
color: #52b374;
}
.sessionList .item.type_b .box .seminartitle {
color: #52b374;
}
.sessionList .item.type_b .title .time {
background-color: #52b374;
}
.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%),#52b374;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#52b374;
background-size: 100% 100%;
border-color: #52b374;
}
.popupBox.type_b .time {
background-color: #52b374;
}
.popupBox.type_b .category {
color: #52b374;
}
.popupBox.type_b .seminartitle {
color: #52b374;
}
.scheduleListHead dd.type_b {
color: #52b374;
}
.scheduleListBody dd.type_b a > .box {
color: #52b374;
}
	@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%),#52b374;
	background: linear-gradient(
	to top,
	transparent 0%,
	rgba(255,255,255,0.3) 100%),#52b374;
	background-size: 100% 100%;
	border-color: #52b374;
	}
	.scheduleList dl > dd.type_b a {
	background: none;
	border: none;
	}
	.scheduleList dl > dd.type_b a .companyname > * {
	color: #52b374;
	}
	.scheduleList dl > dd.type_b.type_key a .companyname > * {
	color: #fff;
	}
	.scheduleList dl > dd.type_b.type_key a .category {
	color: #52b374;
	}
	}
.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%),#e87f17;
background: linear-gradient(
to top,
transparent 0%,
rgba(255,255,255,0.3) 100%),#e87f17;
background-size: 100% 100%;
border-color: #e87f17;
}
.keynoteList02 .item.type_c {
border-color: #e87f17;
}
.keynoteList02 .item.type_c .title .time {
background-color: #e87f17;
}
.keynoteList02 .item.type_c .title {
border-color: #e87f17;
color: #e87f17;
}
.sessionList .item.type_c .title {
color: #e87f17;
}
.sessionList .item.type_c .box .seminartitle {
color: #e87f17;
}
.sessionList .item.type_c .title .time {
background-color: #e87f17;
}
.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%),#e87f17;
background: linear-gradient(
to top,
transparent 0%,
transparent 49%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.4) 100%),#e87f17;
background-size: 100% 100%;
border-color: #e87f17;
}
.popupBox.type_c .time {
background-color: #e87f17;
}
.popupBox.type_c .category {
color: #e87f17;
}
.popupBox.type_c .seminartitle {
color: #e87f17;
}
.scheduleListHead dd.type_c {
color: #e87f17;
}
.scheduleListBody dd.type_c a > .box {
color: #e87f17;
}
	@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%),#e87f17;
	background: linear-gradient(
	to top,
	transparent 0%,
	rgba(255,255,255,0.3) 100%),#e87f17;
	background-size: 100% 100%;
	border-color: #e87f17;
	}
	.scheduleList dl > dd.type_c a {
	background: none;
	border: none;
	}
	.scheduleList dl > dd.type_c a .companyname > * {
	color: #e87f17;
	}
	.scheduleList dl > dd.type_c.type_key a .companyname > * {
	color: #fff;
	}
	.scheduleList dl > dd.type_c.type_key a .category {
	color: #e87f17;
	}
	}
.row1 {
width: 100%!important;
}
	@media screen and (max-width: 768px) {
	.scheduleList dl > dd.type_a a .box {
	border: 5px solid #dc6773;
	}
	.scheduleList dl > dd.type_b a .box {
	border: 5px solid #52b374;
	}
	.scheduleList dl > dd.type_c a .companyname,
	.scheduleList dl > dd.type_d a .companyname {
    background: none;
    border-width: 5px;
    }
