@charset "UTF-8";
/* --------------------
共有スタイル
----------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

* {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 15px;

}
.flow-navi__wrapper {
	display:none;
}

.is_flow {
	display: none;
}
.flow-navi {
	position: fixed;
	bottom: 20px;
	width: 100%;
	left:0;
	right:0;
	margin: auto;
	z-index: 3;
}

.flow-navi ul {
	text-align: center;
}


.flow-navi ul li {
	display: block;
	width: 540px;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	border-radius: 50px;
	font-weight: 900;
	text-align :center;
	letter-spacing: 0.1em;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	margin: 0 10px;
}

.flow-navi ul li a {
	background: url(../images/ico_btn_arrow.png) right 30px center no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	color: #111;
}

.flow-navi ul .dx-link {
	font-size: 30px;
	background: #ffea35;
	transition: all .4s;
	margin-bottom: 20px;
}


.flow-navi ul .dx-link:hover {
	transform: translateY(5px);
	box-shadow: 0 1px 5px rgba(0,0,0,0.6);
}

.flow-navi ul .login {
	font-size: 24px;
	background: #fff;
	transition: all .4s;
	margin-bottom: 20px;
	letter-spacing: 0;
}


.flow-navi ul .login:hover {
	transform: translateY(5px);
	box-shadow: 0 1px 5px rgba(0,0,0,0.6);
}


@media (max-width: 767px) {

	.flow-navi {
		bottom: 10px;
	}
	.flow-navi ul {
		width: 100%;
	}
	.flow-navi ul li {
		display: block;
		width: 80%;
		display: inline-block;
		height: 50px;
		line-height: 50px;
		border-radius: 50px;
		font-weight: 700;
		text-align :center;
		letter-spacing: 0.1em;
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
		margin: 0 auto;
	}

	.flow-navi ul li a {
		background: url(../images/ico_btn_arrow.png) right 10px center no-repeat;
		background-size: 3%;
		display: block;
		width: 100%;
		height: 100%;
	}

	.flow-navi ul .dx-link {
		font-size: 16px;
		background: linear-gradient(90deg, #fb9e3b, #fcd321);
		transition: all .4s;
		margin-bottom: 10px;
	}


	.flow-navi ul .dx-link:hover {
		transform: translateY(5px);
		box-shadow: 0 1px 5px rgba(0,0,0,0.6);
	}

	.flow-navi ul .login {
		font-size: 14px;
		transition: all .4s;
		margin-bottom: 0;
		letter-spacing: 0;
	}


	.flow-navi ul .login:hover {
		transform: translateY(5px);
	}

}

.wrapper {

	background: url(../images/bg.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0 0 0;
}
a { text-decoration: none;}
a.noborder,
a.noborder:link,
a.noborder:hover,
a.noborder:active,
a.noborder:visited,
img {
	border: 0;
	vertical-align: bottom;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
}



/* ヘッダー ------------- */
header {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	padding: 5px 0 0 0;
}

header .header-logo {
	width: 110px;
	display: block;
	float: left;
}

header .header-logo img {
	width: 100%;
}

header .e-logo {
	width :11%;
	float: right;
}

header .e-logo img {
	width: 100%;
}
/* ---------------------------
メインビジュアル
--------------------------- */

#mv {
	padding: 40px 0 60px 0;
}

#mv .cat {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	display: block;
	text-align: center;
	line-height: 1.6;
	margin: 0 auto 25px auto;
	background: #fff;
	border-radius: 50px;
	letter-spacing: 0;
	padding: 10px 50px;
}

#mv h1 {
	width: 70%;
	display: block;
	margin: 0 auto;
}

#mv h1 img {
	max-width: 100%;
}

#mv h1 .sub-ttl {
	font-size: 18px;
	display: block;
	font-weight: 400;
}

#mv .date {
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 700;
	margin: 0 0 35px 0;
}

#mv .date span {
	font-size: 20px;
	vertical-align: bottom;
	padding-bottom: 5px;
	display: inline-block;
	margin: 0 5px;
}

#timetbl {
	padding: 0 0 90px 0;
}

#timetbl h2 {
	background: #ffea35;
	color: #12105d;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	padding: 15px 0 20px 0;
}

#timetbl h2 span {
	font-size: 21px;
	display: block;
	color: #12105d;
}

#timetbl .inner {
	background: rgba(0,0,0,.3);
	padding: 40px 0;
}

#timetbl .tbl {
	width: 640px;
	margin: 0 auto;
}

#timetbl .tbl li {
	border-bottom: 1px solid #fff;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	font-size: 21px;
	letter-spacing: 0.05em;
	font-weight: 700;
}

#timetbl .tbl li a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
}

#timetbl .tbl li a:hover {
	color: #ffea35;
}

#timetbl .tbl li span {
	width: 120px;
	height: 30px;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0.3em;
	margin: 0 25px 0 0;
}

#timetbl .tbl li .dxforum {
	background: #1d71cc;
}

#timetbl .tbl li .workstyle {
	background: #66cc34;
}

#timetbl .tbl li .mono {
	background: #8b40cd;
}

#timetbl .tbl li .retail {
	background: #e66e36;
}

#timetbl .tbl li .marketing {
	background: #ce42ab;
}

#timetbl .tbl li a:after {
	content: "▼";
	display: inline-block;
	float: right;
	padding: 0 30px 0 0;
}


#timetbl .schedule {
	background: rgba(0,0,0,.7);
	height: 50px;
	line-height: 50px;
	margin: 0 0 60px 0;
}

#timetbl .schedule p {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
}


.register .dx-link {
	font-size: 30px;
	background: #ffea35;
	transition: all .4s;
	margin-bottom: 20px;
	display: block;
	width: 540px;
	height: 80px;
	line-height: 80px;
	border-radius: 50px;
	font-weight: 900;
	text-align :center;
	letter-spacing: 0.1em;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	margin: 0 auto 20px auto;
}

.register .dx-link a {
	color: #333;
	background: url(../images/ico_btn_arrow.png) right 30px center no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}


.register .dx-link:hover {
	transform: translateY(5px);
	box-shadow: 0 1px 5px rgba(0,0,0,0.6);
	filter: contrast(150%);
}

.register .login {
	font-size: 24px;
	
	transition: all .4s;
	margin-bottom: 20px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: underline;
}


.register .login:hover {
	text-decoration: none;
}
	


/* ---------------------------
フォーラム
--------------------------- */
.session {
	padding: 80px 0 90px 0;
}

.session .ttl {
	margin: 0 0 50px 0;
}

.session .ttl dl dt {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	font-size: 15px;
	text-align: center;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: 0.2em;
	float: left;
	clear: left;
	margin-top: 10px;
}

#dxforum .ttl dl dt {
	background: #1d71cc;
}

#workstyle .ttl dl dt {
	background: #66cc34;
}

#mono .ttl dl dt {
	background: #8b40cd;
}

#retail .ttl dl dt {
	background: #e66e36;
}

#marketing .ttl dl dt {
	background: #ce42ab;
}

#marketing .ttl dl dd {
	font-size: 31px;
}

.session .ttl dl dd {
	padding: 0 0 0 115px;
	font-size: 36px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.session .ttl dl dd span {
	font-size: 18px;
	display: block;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin-top: 15px;
}

#dxforum {
	background: #28287d;
}

#workstyle {
	background: #352e8a;
}

#mono {
	background: #28287d;
}

#retail {
	background: #352e8a;
}

#marketing {
	background: #28287d;
}

.session .person-wrap {
	overflow: hidden;
}

.session .person-wrap .person {
	width: 320px;
	background: #fff;
	float: left;
	margin: 0 20px 20px 0;
}

.session .person-wrap .two-person{
	background: #fff;
	width: 660px;
	overflow: hidden;
	margin: 0 0 20px 0;
}


.session .person-wrap .two-person .person {
	margin: 0;
}

.session .person-wrap .person:nth-child(3),
.session .person-wrap .person:nth-child(6),
.session .person-wrap .person:nth-child(9),
.session .person-wrap .person:nth-child(12){
	margin: 0 0 20px 0;
}

.session .person-wrap .person .upper {
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #d8d2e9;
	min-height: 170px;
}

.session .person-wrap .person .upper .img {
	width: 90px;
	float: left;
}

.session .person-wrap .person .upper .img img {
	width: 100%;
}

.session .person-wrap .person .upper .section {
	width: 190px;
	float: right;
}

.session .person-wrap .person .upper .section .name {
	font-size: 21px;
	font-weight: 700;
	color: #352e8b;
	letter-spacing: 0.1em;
	margin: 0 0 10px 0;
}

.session .person-wrap .person .upper .section .name span {
	color: #352e8b;
	font-size: 13px;
	margin: 0 0 0 5px;
}

.session .person-wrap .person .upper .section p {
	color: #352e8b;
	font-size: 12px;
}

.session .person-wrap .person .lower {
	padding: 10px 10px 10px 16px;
	min-height: 120px;

}

.session .person-wrap .two-person .lower {
	min-height: 120px;
	clear: both;
	padding: 10px;
}

.session .person-wrap .person .lower p,
.session .person-wrap .two-person .lower p {
	font-size: 16px;
	font-weight: 700;
	color: #352e8b;
	letter-spacing: 0.05em;
}

.session .person-wrap .two-person .lower p {
	margin: 0 20px;
}

.session .person-wrap .two-person .person .upper {
	min-height: 150px;
}



/* ---------------------------
スペシャル
--------------------------- */

.special {
	padding: 110px 0 100px 0;
}

.special .head {
	margin: 0 0 60px 0;
}

.special .special-inner h2 {
	height: 35px;
	line-height: 35px;
	background: #ac34e6;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.special .special-inner ul {
	text-align: center;
	overflow: hidden;
}

.special .special-inner ul li {
	width: 320px;
	background: #fff;
	display: inline-block;
	margin: 0 20px 20px 0;
}


.special .special-inner .person .upper {
	overflow: hidden;
	padding: 10px;
	text-align: left;
}

.special .special-inner .person .upper .img {
	width: 90px;
	float: left;
}

.special .special-inner .person .upper .img img {
	width: 100%;
}

.special .special-inner .person .upper .section {
	width: 190px;
	float: right;
}

.special .special-inner .person .upper .section .name {
	font-size: 21px;
	font-weight: 700;
	color: #352e8b;
	letter-spacing: 0.1em;
	margin: 0 0 10px 0;
}

.special .special-inner .person .upper .section .name span {
	color: #352e8b;
	font-size: 12px;
	margin: 0 0 0 5px;
}

.special .special-inner .person .upper .section p {
	color: #352e8b;
	font-size: 13px;
}



/* ---------------------------
スポンサー
--------------------------- */

#sponsor {
	padding: 80px 0;
}

#sponsor h2 {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0 50px 0;
}

#sponsor h2 span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #222;
}

#sponsor .platinum {
	margin: 0 0 70px 0;
}

#sponsor .platinum h2 {
	color: #b2b1c0;
}

#sponsor .platinum ul {
	margin: 0 0 0 -35px;
	overflow: hidden;
}

#sponsor .platinum ul li {
	width: 310px;
	float: left;
	margin: 0 0 0 35px;
}

#sponsor .platinum ul li img {
	width: 100%;
}

#sponsor .gold {
	margin: 0 0 70px 0;
}

#sponsor .gold h2 {
	color: #ede2c2;
}

#sponsor .gold ul,
#sponsor .silver ul{
	margin: 0 0 0 -35px;
	overflow: hidden;
}

#sponsor .gold ul li,
#sponsor .silver ul li{
	margin: 0 0 35px 35px;
	float: left;
	width: 172px;
}

#sponsor .gold ul li img,
#sponsor .silver ul li img {
	width: 100%;
}

#sponsor .silver h2 {
	color: #d7d7d7;
}

#sponsor .silver ul {
	margin-bottom: 50px;
}

#caution {
	width: 600px;
	margin: 0 auto;
}

#caution h3 {
	font-size: 15px;
	font-weight: 700;
	color: #222;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 0 10px 0;
}

#caution ul li {
	color: #222;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding-left: 1em;
	text-indent: -1em;
	margin: 0 0 10px 0;
}

/* ---------------------------
フッターエリア
--------------------------- */

.footerArea {
	padding-bottom: 120px;
	background: linear-gradient(90deg, #1e5799, #008b5b); }
.footerArea > div {
	margin: 0 auto 0 auto;
	padding: 12px 0 12px 0;
	max-width: 500px; }
.footerArea p {
	text-align: center;
	line-height: 1.85;
	font-weight: 600;
	font-size: 12px;
	color: #ffffff; }
.footerArea p.name {
	font-size: 16px; }
.footerArea p.small {
	padding: 0px 8px 20px 8px;
	line-height: 1.5;
	font-weight: 500; }
.footerArea small {
	display: block;
	padding: 4px 0 4px 0;
	text-align: center;
	font-size: 10px;
	color: #ffffff; }

@media (min-width: 768px ) {
	.pc-none { display: none;}
}

@media (max-width: 767px) {
	.sp-none { display: none;}
	body {
		font-size: 13px;

	}

	.wrapper {
		background: url(../images/bg.jpg) top center no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	a { text-decoration: none;}
	a.noborder,
	a.noborder:link,
	a.noborder:hover,
	a.noborder:active,
	a.noborder:visited,
	img {
		border: 0;
		vertical-align: bottom;
	}

	img {width: 100%;}
	.wrap {
		width: 94%;
		margin: 0 3%;
	}

	header .e-logo {
		width :30%;
	}

	/* ---------------------------
	メインビジュアル
	--------------------------- */

	/* ---------------------------
	メインビジュアル
	--------------------------- */

	#mv {
		padding: 20px 0 30px 0;
	}

	#mv .cat {
		font-size: 15px;
		font-weight: 700;
		color: #333;
		display: block;
		text-align: center;
		margin: 0 auto 15px auto;
		background: #fff;
		border-radius: 25px;
		letter-spacing: 0;
		padding: 10px;
	}

	#mv h1 {
		display: block;
		margin: 0 auto 15px auto;
	}

	#mv .date {
		font-size: 19px;
		margin: 0 0 10px 0;
	}
	
	#mv .date span {
		font-size: 12px;
	}

	#mv p {
		margin: 0;
		letter-spacing: 0.1em;
		font-size: 15px;
	}


	#timetbl {
		padding: 0 0 45px 0;
	}

	#timetbl h2 {
		font-size: 16px;
		padding: 10px 0 10px 0;
	}

	#timetbl h2 span {
		font-size: 14px;
	}

	#timetbl .inner {
		padding: 20px 0;
	}

	#timetbl .tbl {
		width: 94%;
		margin: 0 auto;
	}

	#timetbl .tbl li {
		font-size: 14px;
	}

	#timetbl .tbl li span {
		width: 80px;
		height: 25px;
		line-height: 25px;
		border-radius: 50px;
		text-align: center;
		display: inline-block;
		font-size: 12px;
		letter-spacing: 0.3em;
		margin: 0 0 10px 0;
		display: block;
	}

	#timetbl .tbl li a:after {
		content: "▼";
		font-size: 12px;
		display: inline-block;
		float: right;
		padding: 0 5px 0 0;
	}


	#timetbl .schedule {
		margin: 0 0 30px 0;
	}

	#timetbl .schedule p {
		font-size: 15px;
	}

	.register .dx-link {
		font-size: 16px;
		background: #ffea35;
		transition: all .4s;
		margin-bottom: 20px;
		display: block;
		width: 80%;
		height: 60px;
		line-height: 60px;
		border-radius: 50px;
		font-weight: 900;
		text-align :center;
		letter-spacing: 0.1em;
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
		margin: 0 auto 20px auto;
	}

	.register .dx-link a {
		color: #333;
		background: url(../images/ico_btn_arrow.png) right 20px center no-repeat;
		background-size: 3%;
		display: block;
		width: 100%;
		height: 100%;
	}


	.register .dx-link:hover {
		transform: translateY(5px);
		box-shadow: 0 1px 5px rgba(0,0,0,0.6);
		filter: contrast(150%);
	}

	.register .login {
		font-size: 14px;

		transition: all .4s;
		margin-bottom: 20px;
		letter-spacing: 0;
		text-align: center;
		text-decoration: underline;
	}


	.register .login:hover {
		text-decoration: none;
	}



	/* ---------------------------
	フォーラム
	--------------------------- */
	.session {
		padding: 40px 0 50px 0;
	}

	.session .ttl {
		margin: 0 0 30px 0;
	}

	.session .ttl dl dt {
		width: 60px;
		height: 60px;
		font-size: 13px;
		line-height: 60px;
		margin-top: 0;
	}


	#marketing .ttl dl dd {
		font-size: 16px;
	}

	.session .ttl dl dd {
		padding: 0 0 0 80px;
		font-size: 16px;
	}

	.session .ttl dl dd span {
		font-size: 13px;
		line-height: 1.5;
		margin-top: 10px;
	}


	.session .person-wrap .person {
		width: 46%;
		min-height: 400px;
		float: left;
		margin: 0 2% 20px 2%;
	}

	.session .person-wrap .person .upper {
		padding: 5px;
	}

	.session .person-wrap .person .upper .img {
		width: 60%;
		float: none;
		margin: 0 auto 5px auto;
	}

	.session .person-wrap .person .upper .section {
		width: 100%;
		float: none;
	}

	.session .person-wrap .person .upper .section .name {
		font-size: 15px;
	}

	.session .person-wrap .person .upper .section .name span {
		font-size: 11px;
	}

	.session .person-wrap .person .lower {
		padding: 5px;

	}

	.session .person-wrap .person .lower p {
		font-size: 14px;
	}

	.session .person-wrap .two-person {
		background: #fff;
		width: 96%;
		overflow: hidden;
		margin: 0 auto 20px auto;
	}


	.session .person-wrap .two-person .person {
		margin: 0 1% !important;
		min-height: 150px;
		width: 48%;
	}

	.session .person-wrap .person:nth-child(3),
	.session .person-wrap .person:nth-child(6),
	.session .person-wrap .person:nth-child(9),
	.session .person-wrap .person:nth-child(12){
		margin: 0 2% 20px 2%;
	}



	/* ---------------------------
	スペシャル
	--------------------------- */

	.special {
		padding: 5px 0 ;
	}

	.special .head {
		margin: 0 0 30px 0;
	}

	.special .special-inner h2 {
		font-size: 16px;
		margin: 0 0 20px 0;
	}
	
	.special .special-inner ul {
		overflow: hidden;
	}

	.special .special-inner ul li {
		width: 46%;
		display: block;
		float: left;
		margin: 0 2% 20px 2%;
		min-height: 280px;
	}


	.special .special-inner .person .upper {
		overflow: hidden;
		padding: 5px;
		text-align: left;
	}

	.special .special-inner .person .upper .img {
		width: 60%;
		float: none;
		margin: 0 auto 5px auto;
	}

	.special .special-inner .person .upper .section {
		width: 100%;
		float: none;
	}

	.special .special-inner .person .upper .section .name {
		font-size: 15px;
	}

	.special .special-inner .person .upper .section .name span {
		font-size: 11px;
	}


	/* ---------------------------
	スポンサー
	--------------------------- */

	#sponsor {
		padding: 40px 0;
	}

	#sponsor h2 {
		font-size: 30px;
		margin: 0 0 25px 0;
	}

	#sponsor h2 span {
		font-size: 15px;
	}

	#sponsor .platinum {
		margin: 0 0 35px 0;
	}

	#sponsor .platinum ul {
		margin: 0;
	}

	#sponsor .platinum ul li {
		width: 70%;
		float: none;
		margin: 0 auto 20px auto;
	}

	#sponsor .gold {
		margin: 0 0 35px 0;
	}

	#sponsor .gold ul,
	#sponsor .silver ul{
		margin: 0 0 0 -6%;
		overflow: hidden;
	}

	#sponsor .gold ul li,
	#sponsor .silver ul li{
		margin: 0 0 15px 6%;
		width: 27%;
	}

	#caution {
		width: 100%;
		margin: 0 auto;
	}

	#caution h3 {
		font-size: 13px;
	}

	#caution ul li {
		color: #222;
	}

	/* ---------------------------
	フッターエリア
	--------------------------- */

	.footerArea {
		padding-bottom: 150px;
		background: linear-gradient(90deg, #1e5799, #008b5b); }
	.footerArea > div {
		margin: 0 auto 0 auto;
		padding: 12px 0 12px 0;
		max-width: 500px; }
	.footerArea p {
		text-align: center;
		line-height: 1.85;
		font-weight: 600;
		font-size: 12px;
		color: #ffffff; }
	.footerArea p.name {
		font-size: 16px; }
	.footerArea p.small {
		padding: 0px 8px 20px 8px;
		line-height: 1.5;
		font-weight: 500; }
	.footerArea small {
		display: block;
		padding: 4px 0 4px 0;
		text-align: center;
		font-size: 10px;
		color: #ffffff; }
}






