@charset "UTF-8";
/* Base css of Landing Pages
=================================================================== */
/* Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, menu, section { display:block}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
input, textarea { margin:0; padding:0;}
ol, ul { list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
caption, th {text-align: left;}
a:focus {outline:none;}
 
html { overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* micro clearfix hack by nicolasgallagher.com/micro-clearfix-hack/ *//* Except for IE7 -> legacy15.css */ 
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both}

/* Base Setting
=================================================================== */
body {
	font: 13px/1.25em Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgba(51,51,51,1.00);
	background-color: rgba(102,102,102,1.00);
	margin: 0;
	padding: 0;
}
a:link,.pagelink a:link,.pagelink a:visited {
	color: rgba(0,51,204,1.00);
	text-decoration: underline;
}
a:visited {
	color: rgba(97,109,216,1.00);
	text-decoration: underline;
}
a:hover,a:active,.pagelink a:hover,.pagelink a:active {
	color: rgba(209,0,0,1.00);
	text-decoration: none;
}
strong { font-weight:bold; }
/*For RWD*/
img {
	max-width: 100%;
	height: auto;
}

/* Base Layout
=================================================================== */
/* Header ========================================================= */
#hdrCNT {
	background-color: rgba(2,0,38,0.70);
	width: 100%;
	position: fixed;
	z-index: 20;
}
.finished #hdrCNT {}
#hdrCNT > header {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
}
#hdrCNT > header > #hdrLogoCNT {
	float: left;
	padding: 13px 0 0;
	width: 268px;
	height: auto;
}
#hdrCNT > header > #hdrCTA {
	padding-top: 7px;
	float: right;
	margin-right: 20px;
}
.finished #hdrCNT > header > #hdrCTA { display: none;}
.finished #hdrCNT > header {
	position: fixed;
	height: 230px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	text-align: center;
	background-color: rgba(2,0,38,1.00);
	color: rgba(255,255,255,1.00);
}
.finished .nextEvents {
	margin: 10px auto 5px;
}
.finished .nextEvents > .nextEventsMO { display: none;}

/* Contents Area ================================================== */
#container:before, #container:after {content:""; display:table;}
#container:after {clear:both;}
#container { width: 100%;}
#container > section > article {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

/* global footer ================================================== */
#ftrNav {clear:both}
#ftrFCCNT {
	height: 50px;
	background-color: rgba(216,211,182,1.00);
}
#ftrFCCNT aside {
	width: 710px;
	margin: 0 auto;
	padding: 2px 0;
	display: table;
}
#ftrFCBnr,
#btnLinkFtrFC {
	display: table-cell;
	vertical-align: middle;
}
#btnLinkFtrFC { width: 170px;}
#btnLinkFtrFC a {
	width: 170px;
	height: 35px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	background-image: url(../../common/image/btnFreeConsult.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btnLinkFtrFC a:hover { background-position: 0px -35px; }
#btnLinkFtrFC a:active {
	background-position: 0px -70px;
	top: auto;
}
/* Footer - Navi */
#ftrNavCNT2 {	text-align: center;}
#ftrNavi3 {
	padding: 5px 0;
	background-color: rgba(242,239,229,1.00);
}
#ftrNavi3 ul li {
	display: inline;
	padding: 0 0.5em;
}
#ftrNaviSNS {
	margin: 5px 0;
}
#ftrNaviSNS ul li {
	display: inline;
	padding: 0 20px;
}
#linkSNSGooglePlus a,
#linkSNSFacebook a,
#linkSNSTwitter a {
	width: 20px;
	height: 25px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../../common/image/icns_SNS.png);
	background-repeat: no-repeat;
}
#linkSNSGooglePlus a {background-position: 0px -100px;}
#linkSNSFacebook a {background-position: 0px -50px;}
#linkSNSTwitter a {background-position: 0px 0px;}
#linkSNSGooglePlus a:hover, #linkSNSGooglePlus a:active {background-position: 0px -125px;}
#linkSNSFacebook a:hover, #linkSNSFacebook a:active {background-position: 0px -75px;}
#linkSNSTwitter a:hover, #linkSNSTwitter a:active {background-position: 0px -25px;}
/* Footer - Copyright */
#ftrCR {
	clear: both;
	padding: 5px 0 15px;
	background-color: rgba(255,255,255,1.00);
}
#ftrCR .copyright {
	text-align: center;
	font-family: 'Cuprum', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 85%;
}
#ftrCR .ftrLogoMA { padding-right: 10px; }
#ftrCR .copyright br { display: none;}
/* Back to Top*/
#b2t {
	display: none;
	position: fixed;
	bottom: 0;
	right: 50px;
}
#b2t a {
	display: block;
	width: 50px;
	height: 35px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 18px;
	text-decoration: none;
	line-height: 35px;
	border-radius: 4px 4px 0 0;
	background-color: rgba(0,0,0,0.50);
}
#b2t a:hover {
	background-color: rgba(0,0,0,0.80);
}

/* LP  seminar   ================================================== */
#lp_ma1706_keyV {
	height: 560px;
	margin-top: 60px;
	background-color: transparent;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.finished #lp_ma1706_keyV {
	margin-top: 0;
	height: 700px;
	padding-top: 200px;
	background-color: rgba(2,0,38,1.00);
	background-image: url(image/bg_header1702.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#lp_ma1706_keyV .video-bg-mask {
	position: relative;
	width: 100%;
	height: 560px;
	/*height: calc(45vh - 20px);*/
	background-color: rgba(0,0,0,0.67);
}
.finished #lp_ma1706_keyV .video-bg-mask { display: none}
#lp_ma1706_keyV .video-bg {
	position: absolute;
	width: 100%;
	z-index: -1;
	top: 0;
	justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
}
.finished #lp_ma1706_keyV .video-bg {display: none}
#lp_ma1706_keyV .video-bg video {
	/*width: 100%;*/
  min-width: 100%;
  min-height: 100%;
  opacity: .8;
}
#lp_ma1706_keyV article {
	z-index: 2;
	padding-top: 20px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}
#lp_ma1706_keyV #catch_def {
	display: block;
	width: 370px;
	height: 40px;
	margin: 0 auto;
}
.finished #lp_ma1706_keyV #catch_def {display: none;}
#lp_ma1706_keyV #catch_10th {
	position: absolute;
	left: 100px;
	top: 11px;
	margin-top: -20px;
}
#lp_ma1706_keyV #catch_10th img {
	width: 128px;
	height: 93px;
	/*-webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));*/
}
#lp_ma1706_keyV h1 {
	display: block;
	width: 525px;
	height: 50PX;
	margin: 20px auto 0;
}
#lp_ma1706_keyV h2 {
	display: block;
	width: 525px;
	height: 110PX;
	margin: 10px auto 0;
	-webkit-filter: drop-shadow(1px 1px 3px rgba(163,0,2,0.65));
	filter: drop-shadow(1px 1px 3px rgba(163,0,2,0.65));
}
#lp_ma1706_keyV .listSchedule {
	text-align: center;
	margin: 25PX auto 0;
}
#lp_ma1706_keyV .listSchedule li {
	margin: 0 12px;
	display: inline-block;
	width: 48px;
}
#lp_ma1706_keyV .listSchedule li img {width:48px; /*IE*/}
#lp_ma1706_keyV .listSchedule li span {
	display: none;
}
#lp_ma1706_keyV .listSpeakers {
	text-align: center;
	margin: 25px auto 0;
}
#lp_ma1706_keyV .listSpeakers li {
	margin: 0 8px;
	display: inline-block;
	width: 160px;
}
#lp_ma1706_keyV .listSpeakers li span {
	display: none;
}

#lp_ma1706_sct1 {
	padding-top: 10px;
	background-color: rgba(15,89,143,1.00);
	text-align: center;
}
#lp_ma1706_sct1 .youtube-player img {
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.50);
}
#lp_ma1706_sct1 h2 {
	width: 98%;
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 0;
	color: rgba(255,255,255,1.00);
	font-size: 410%;
	font-weight: 400;
	line-height: 1.1;
}
#lp_ma1706_sct1 #sct1fig1a img {
	width: 560px;
	height: auto;
}
#lp_ma1706_sct1 #sct1fig2 {
	height: 365px;
	padding-top: 70px;
	background-image: url(image/fig_sct1b2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#lp_ma1706_sct1 #sct1fig2 p:first-child {
	position: relative;
	width: 580px;
	height: 175px;
	margin-left: 240px;
	padding: 15px 0 0 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#lp_ma1706_sct1 #sct1fig2 p:first-child::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 60px 15px 0;
	border-color: transparent rgba(255,255,255,1.00);
	display: block;
	width: 0;
	z-index: 1;
	left: -60px;
	top: 33px;
}
#lp_ma1706_sct1 #sct1fig2 p:first-child img {
	width: 478px;
	height: 137px;
}
#lp_ma1706_sct1 #sct1fig2 p:last-child {
	padding-top: 45px;
	color: rgba(255,255,255,1.00);
	font-size: 230.77%;
}

#lp_ma1706_sct2 {
	padding-bottom: 20px;
	background-color: rgba(229,241,240,1.00);
	text-align: center;
}
#lp_ma1706_sct2 h2 img {
	width: 518px;
	height: 135px;
}
#lp_ma1706_sct2 div#sct2intv1 {
	margin-top: 15px;
	position: relative;
}
#lp_ma1706_sct2 div#sct2intv2 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
}
#lp_ma1706_sct2 div#sct2intv1 > p:first-child,
#lp_ma1706_sct2 div#sct2intv2 > p:first-child {
	display: block;
	width: 427px;
}
#lp_ma1706_sct2 div#sct2intv1 > p:first-child {
	float: left;
	margin-left: 35px;
}
#lp_ma1706_sct2 div#sct2intv2 > p:first-child {
	float: right;
	margin-right: 35px;
}
#lp_ma1706_sct2 div#sct2intv1 > .box_quotation,
#lp_ma1706_sct2 div#sct2intv2 > .box_quotation {
	position: relative;
	width: 500px;
	height: 240px;
	padding: 54px 0 0 52px;
	color: rgba(0,96,87,1.00);
	text-align: left;
	font-size: 167%;
	font-weight: normal;
	line-height: 1.5;
	background-color: rgba(255,255,255,1.00);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#lp_ma1706_sct2 div#sct2intv1 > .box_quotation {
	margin-left: 500px;
}
#lp_ma1706_sct2 div#sct2intv2 > .box_quotation {
	margin-left: 0px;
}
#lp_ma1706_sct2 div#sct2intv1 > .box_quotation::after,
#lp_ma1706_sct2 div#sct2intv2 > .box_quotation::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent rgba(255,255,255,1.00);
	display: block;
	width: 0;
	z-index: 1;
	top: 56px;	
}

#lp_ma1706_sct2 div#sct2intv1 > .box_quotation::after {
	border-width: 20px 60px 20px 0;
	left: -60px;
}
#lp_ma1706_sct2 div#sct2intv2 > .box_quotation::after {
	border-width: 20px 0 20px 60px;
	right: -60px;
}
.box_quotation q {
	quotes: "\201C" "\201D" "\2018" "\2019";
	position: relative;
}
.box_quotation q::before,
.box_quotation q::after {
	color: rgba(204,204,204,1.00);
	font-size: 400%;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
}
.box_quotation q::before{
	content:open-quote;
	left: -30px;
	top: -60px;
}
.box_quotation q::after {
	content:close-quote;
	left: 400px;
	top: 100px;
}
#lp_ma1706_sct2 div#sct2intv1 > .box_quotation > p:last-child,
#lp_ma1706_sct2 div#sct2intv2 > .box_quotation > p:last-child {
	font-size: 66%;
	font-weight: normal;
	text-align: center;
}
#lp_ma1706_sct3 {
	padding-bottom: 20px;
	text-align: center;
	background-color: rgba(0,70,64,1.00);
	background-image: url(image/bg_sct3.png);
	background-repeat: no-repeat;
	background-position: center 140px;
}
#lp_ma1706_sct3 .sct3Theme1,
#lp_ma1706_sct4 .sct4Theme2 {
	height: 140px;
	padding-top: 10px;
	color: rgba(255,255,255,1.00);
}
#lp_ma1706_sct3 .sct3Theme1 {
	margin-bottom: 20px;
	background-image: url(image/fig_mark_theme1.svg);
	background-position: 0px 30px;
	background-repeat: no-repeat;
	background-size: 80px 80px;
	background-color: rgba(0,70,64,1.00);
}
#lp_ma1706_sct4 .sct4Theme2 {
	background-image: url(image/fig_mark_theme2.svg);
	background-position: 50px 30px;
	background-repeat: no-repeat;
	background-size: 80px 80px;
	background-color: rgba(0,70,64,1.00);
}

#lp_ma1706_sct3 .sct3Theme1 h2,
#lp_ma1706_sct4 .sct4Theme2 h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.25;
}
#lp_ma1706_sct3 .sct3Theme1 h2 span,
#lp_ma1706_sct4 .sct4Theme2 h2 span {
	font-size: 28px;
	font-weight: normal;
}
#lp_ma1706_sct3 .sct3Theme1 h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.25;
}
#lp_ma1706_sct4 .sct4Theme2 h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25;
}

#lp_ma1706_sct3 .sct3Theme1 h3+p,
#lp_ma1706_sct4 .sct4Theme2 h3+p {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.25;
}

#lp_ma1706_sct3 #lecTheme1 {
	/*background-image: -webkit-linear-gradient(270deg,rgba(243,239,240,1.00) 0%,rgba(230,232,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(243,239,240,1.00) 0%,rgba(230,232,229,1.00) 100%);*/
}
#lp_ma1706_sct3 #lecTheme1 .box_speaker {
	width: 500px;
	height: 500px;
	/*float: left;*/
	margin: 0 auto;
}
.box_speaker > p:last-child {
	margin-top: -18px;
	line-height: 13px;
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}
#lp_ma1706_sct3 .box_spContents {
	width: 500px;
	margin-left: 500px;
}
#lp_ma1706_sct3 .box_spContents .youtube-player {
	margin-top: 130px;
	width: 340px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.40);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.40);
}
#lp_ma1706_sct3 #box_spProfile {
	clear: both;
	height: auto; /*original 390px 170207 */
	margin-top: 20px;
	background-color: rgba(233,233,233,1.00);
}
#lp_ma1706_sct3 #box_spProfile > h4 {
	line-height: 1.5;
	font-size: 131%;
}
#lp_ma1706_sct3 #box_spProfile > figure {
	width: 300px;
	float: right;
	margin: 10px;
	padding: 10px;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(231,231,231,1.00);
}
#lp_ma1706_sct3 #box_spProfile > figure > table {
	width: 100%;
	margin-top: 10px;
	font-size: 93%;
}
#lp_ma1706_sct3 #box_spProfile > p {
	text-align: left;
	font-size: 113%;
	line-height: 1.75;
	/*margin-right: 350px;*/
	/*margin-left: 30px;*/
	margin: 0 auto;
	margin-bottom: 20px;
	width: calc(100% - 380px);
}
#lp_ma1706_sct3 #box_spProfile > figure+p { margin-top: 10px; text-align: center;}
#lp_ma1706_sct3 #box_spProfile > figure+p > img { width: 500px; }

#lp_ma1706_sct4 {
	height: 1140px;
	text-align: center;
	background-color: rgba(0,70,64,1.00);
	background-image: url(image/bg_sct4.png);
	background-repeat: no-repeat;
	background-position: center 140px;
}
#lp_ma1706_sct4 #lecTheme2a > .box_speaker {
	width: 500px;
	height: 500px;
	float: right;
}
#lp_ma1706_sct4 #lecTheme2b > .box_speaker {
	width: 500px;
	height: 500px;
	float: left;
}
#lp_ma1706_sct4 #lecTheme2a > .box_spContents {
	width: 480px;
	padding-top: 20px;
	margin-right: 520px;
	text-align: left;
	font-size: 20px;
	line-height: 1.25;
	color: rgba(255,255,255,1.00);
}
#lp_ma1706_sct4 #lecTheme2b > .box_spContents {
	width: 480px;
	padding-top: 20px;
	margin-left: 520px;
	text-align: left;
	font-size: 20px;
	line-height: 1.25;
	color: rgba(255,255,255,1.00);
}
#lp_ma1706_sct4 #lecTheme2a > .box_spContents h3 > img {
	width: 284px;
}
#lp_ma1706_sct4 #lecTheme2b > .box_spContents h3 > img {
	width: 416px;
}
#lp_ma1706_sct4 .box_spContents ul {
	margin: 40px 0 0 30px;
}
#lp_ma1706_sct4 .box_spContents ul>li {
	margin-bottom: 10px;
}
#lp_ma1706_sct4 .box_spContents ul>li::before {
	content: "・";
	margin-left: -1em;
}
#lp_ma1706_sct4 .box_spContents .venue {
	margin-top: 70px;
	text-align: center;
	font-size: 14px;
}

#lp_ma1706_sct5 {
	padding-top: 20px;
	height: 1100px;
	text-align: center;
	background-color: rgba(131,116,98,1.00);
	background-image: url(image/bg_sct5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#lp_ma1706_sct5 article {
	background-color: rgba(255,255,255,0.27);	
}
#lp_ma1706_sct5 #box_welcomMsg {
	height: 250px;
	padding: 20px 0 0 80px;
	text-align: left;
	background-image: url(image/fig_sct5_miyake.png);
	background-repeat: no-repeat;
	background-position: 99% 100%;
} 
#lp_ma1706_sct5 #box_welcomMsg > h2 > img { width: 512px;} 
#lp_ma1706_sct5 #box_welcomMsg .btn_CTA a {
	margin-left: 0;	
}
#lp_ma1706_sct5 #box_schedule {
	padding: 20px;
	text-align: left;
	font-size: 123.1%;
	line-height: 1.5;
	background-color: rgba(255,255,255,0.50);	
} 
#lp_ma1706_sct5 #box_schedule h3 {
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgba(255,255,255,1.00);
	line-height: 1.5;
	font-size: 18px;
	font-weight: normal;
	background-color: rgba(0,70,64,1.00);
}
.tbl_schedule {
	width: 100%;
	column-span: none;
}
.tbl_schedule tr {
	height: 50px;
	border-bottom: 1px solid rgba(216,216,216,1.00);
}
.tbl_schedule td {
	line-height: 1;
	vertical-align: middle;
}
.tbl_schedule .tbl_schedule_area {
	width: 100px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: rgba(15,89,145,1.00);
}
.tbl_schedule .tbl_schedule_date {
	width: 160px;
	padding-left: 20px;
	color: rgba(255,255,255,1.00);
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	background-color: rgba(79,144,196,1.00);
}
.tbl_schedule .tbl_schedule_place {
	width: 320px;
	padding-left: 10px;
	color: rgba(15,89,145,1.00);
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	background-color: rgba(255,255,255,1.00);
}
.tbl_schedule .tbl_schedule_addr {
	padding-right: 10px;
	color: rgba(15,89,145,1.00);
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	background-color: rgba(255,255,255,1.00);
}
.tbl_schedule .tbl_schedule_finished .tbl_schedule_area {
	background-color: rgba(102,102,102,1.00);
}
.tbl_schedule .tbl_schedule_finished .tbl_schedule_date {
	font-weight: normal;
	background-color: rgba(178,178,178,1.00);
}
.tbl_schedule .tbl_schedule_finished .tbl_schedule_place,
.tbl_schedule .tbl_schedule_finished .tbl_schedule_addr {
	background-color: rgba(242,242,242,1.00);
}
.tbl_schedule .tbl_schedule_finished .tbl_schedule_place a {
	color: rgba(15,89,145,1.00);
	font-weight: normal;
	text-decoration: none;
}
#lp_ma1706_sct5 .box_info_half {
	width: 50%;
	float: left;
	padding-right: 20px;
}
#lp_ma1706_sct5 .box_speakerMA {
	font-size: 13px;
}
#lp_ma1706_sct5 .box_speakerMA figure {
	width: 100px;
}
#lp_ma1706_sct5 .box_speakerMA div {
	margin-top: -120px;
	margin-left: 110px;
}
#lp_ma1706_sct5 .box_speakerMA h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

#lp_ma1706_sct6 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,170,154,1.00);
}
#lp_ma1706_sct6 h2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
}
#lp_ma1706_sct6 h3 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
}
#lp_ma1706_sct6 #box_feature {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 50px;
	color: rgba(51,51,51,1.00);
	background-color: rgba(255,255,255,1.00);
}
#lp_ma1706_sct6 #box_feature h2 {
	color: rgba(209,0,0,1.00);
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
#lp_ma1706_sct7 {
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
	color: rgba(51,51,51,1.00);
	background-color: rgba(255,255,255,1.00);
}


/* Common Parts*/
.youtube-player {
	text-align: center;
	margin: 10px auto;
}

.btn_hdrCTA a,
.btn_hdrCTA a::before,
.btn_hdrCTA a::after,
.btn_CTA a,
.btn_CTA a::before,
.btn_CTA a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn_hdrCTA a {
	display: block;
	width: 320px;
	height: 42px;
	margin: 0 auto;
	position: relative;
	color: rgba(255, 255, 255, 1.0);
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	line-height: 41px;
	outline: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	background-color: rgba(180, 18, 35, 1.0);
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 rgba(140, 0, 10, 1.0);
	-webkit-box-shadow: 0 3px 0 rgba(140, 0, 10, 1.0);
}
.btn_CTA a {
	display: block;
	width: 480px;
	height: 48px;
	margin: 30px auto 0;
	position: relative;
	color: rgba(255, 255, 255, 1.0);
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	background-color: rgba(66,133,244,1.00);
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 rgba(60,120,220,1.00);
	-webkit-box-shadow: 0 3px 0 rgba(60,120,220,1.0);
}

.btn_hdrCTA a:hover {
	background-color: rgba(210, 20, 40, 1.0);
}
.btn_CTA a:hover {
	background-color: rgba(60,122,228,1.0);
}

.btn_hdrCTA a:active,
.btn_CTA a:active {
	top: 3px;
	box-shadow: none;
}

.btn_hdrCTA a::before,
.btn_CTA a::before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: rgba(255,255,255,1.00);
}

.btn_hdrCTA a::after,
.btn_CTA a::after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 22px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: rgba(66,133,244,1.0);
}
.btn_hdrCTA a::after {
	background-color: rgba(180, 18, 35, 1.0);
}
.btn_hdrCTA a:hover::after {
	background-color: rgba(210, 20, 40, 1.0);
}
.btn_CTA a:hover::after {
	background-color: rgba(60,122,228,1.0);
}
.btn_hdrCTA a:active::after {
	background-color: rgba(210, 20, 40, 1.0);	
}
.btn_CTA a:active::after {
	background-color: rgba(60,122,228,1.0);
}

.gotoFeature a {
	font-size: 20px;
	background-color: rgba(0,109,99,1.00);
	box-shadow: 0 3px 0 rgba(0,70,64,1.00);
	-webkit-box-shadow: 0 3px 0 rgba(0,70,64,1.00);
}
.gotoFeature  a:active {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.gotoFeature  a:hover {
	background-color: rgba(0,129,117,1.00);
	box-shadow: 0 3px 0 rgba(0,73,67,1.00);
	-webkit-box-shadow: 0 3px 0 rgba(0,73,67,1.00);
}
.gotoFeature a::after {
	background-color: rgba(0,109,99,1.00);
}
.gotoFeature a:hover::after {
	background-color: rgba(0,129,117,1.00);
}
.gotoConsult a {
	font-size: 20px;
}

.box_gold {
	background : -moz-linear-gradient(-97.68% 324.44% 0deg,rgba(222, 150, 0, 1) 0%,rgba(227, 163, 11, 1) 2.99%,rgba(237, 192, 34, 1) 10.6%,rgba(243, 210, 48, 1) 17.21%,rgba(245, 216, 53, 1) 22.03%,rgba(245, 225, 110, 1) 30.33%,rgba(245, 238, 184, 1) 42.07%,rgba(245, 243, 214, 1) 47.51%,rgba(245, 242, 210, 1) 52.54%,rgba(245, 241, 199, 1) 57.19%,rgba(245, 238, 180, 1) 61.69%,rgba(244, 235, 154, 1) 66.09%,rgba(244, 230, 120, 1) 70.43%,rgba(243, 224, 79, 1) 74.65%,rgba(243, 218, 36, 1) 78.41%,rgba(222, 150, 0, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(222, 150, 0, 1) 0%, rgba(227, 163, 11, 1) 2.99%, rgba(237, 192, 34, 1) 10.6%, rgba(243, 210, 48, 1) 17.21%, rgba(245, 216, 53, 1) 22.03%, rgba(245, 225, 110, 1) 30.33%, rgba(245, 238, 184, 1) 42.07%, rgba(245, 243, 214, 1) 47.51%, rgba(245, 242, 210, 1) 52.54%, rgba(245, 241, 199, 1) 57.19%, rgba(245, 238, 180, 1) 61.69%, rgba(244, 235, 154, 1) 66.09%, rgba(244, 230, 120, 1) 70.43%, rgba(243, 224, 79, 1) 74.65%, rgba(243, 218, 36, 1) 78.41%, rgba(222, 150, 0, 1) 100%);
	background : -webkit-gradient(linear,-97.68% 324.44% ,-97.49% 324.44% ,color-stop(0,rgba(222, 150, 0, 1) ),color-stop(0.0299,rgba(227, 163, 11, 1) ),color-stop(0.106,rgba(237, 192, 34, 1) ),color-stop(0.1721,rgba(243, 210, 48, 1) ),color-stop(0.2203,rgba(245, 216, 53, 1) ),color-stop(0.3033,rgba(245, 225, 110, 1) ),color-stop(0.4207,rgba(245, 238, 184, 1) ),color-stop(0.4751,rgba(245, 243, 214, 1) ),color-stop(0.5254,rgba(245, 242, 210, 1) ),color-stop(0.5719,rgba(245, 241, 199, 1) ),color-stop(0.6169,rgba(245, 238, 180, 1) ),color-stop(0.6609,rgba(244, 235, 154, 1) ),color-stop(0.7043,rgba(244, 230, 120, 1) ),color-stop(0.7465,rgba(243, 224, 79, 1) ),color-stop(0.7841,rgba(243, 218, 36, 1) ),color-stop(1,rgba(222, 150, 0, 1) ));
	background : -ms-linear-gradient(0deg, rgba(222, 150, 0, 1) 0%, rgba(227, 163, 11, 1) 2.99%, rgba(237, 192, 34, 1) 10.6%, rgba(243, 210, 48, 1) 17.21%, rgba(245, 216, 53, 1) 22.03%, rgba(245, 225, 110, 1) 30.33%, rgba(245, 238, 184, 1) 42.07%, rgba(245, 243, 214, 1) 47.51%, rgba(245, 242, 210, 1) 52.54%, rgba(245, 241, 199, 1) 57.19%, rgba(245, 238, 180, 1) 61.69%, rgba(244, 235, 154, 1) 66.09%, rgba(244, 230, 120, 1) 70.43%, rgba(243, 224, 79, 1) 74.65%, rgba(243, 218, 36, 1) 78.41%, rgba(222, 150, 0, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE9600', endColorstr='#DE9600' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(222, 150, 0, 1) 0%, rgba(227, 163, 11, 1) 2.99%, rgba(237, 192, 34, 1) 10.6%, rgba(243, 210, 48, 1) 17.21%, rgba(245, 216, 53, 1) 22.03%, rgba(245, 225, 110, 1) 30.33%, rgba(245, 238, 184, 1) 42.07%, rgba(245, 243, 214, 1) 47.51%, rgba(245, 242, 210, 1) 52.54%, rgba(245, 241, 199, 1) 57.19%, rgba(245, 238, 180, 1) 61.69%, rgba(244, 235, 154, 1) 66.09%, rgba(244, 230, 120, 1) 70.43%, rgba(243, 224, 79, 1) 74.65%, rgba(243, 218, 36, 1) 78.41%, rgba(222, 150, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE9600',endColorstr='#DE9600' , GradientType=1);
}


@media screen and (max-width: 999px) {
	#hdrCNT > header { width: 100%;}
	#hdrCNT > header > #hdrLogoCNT { margin-left:10px;}
	#container > section > article { width: 100%; overflow: visible;}
	#container > #lp_ma1706_keyV > article {overflow: visible;}
	#lp_ma1706_keyV .video-bg { height: 560px;}
	/*#lp_ma1706_keyV #catch_10th { left: 8%; top: 0px; width: 96px; margin-top: -33px;}*/
	#lp_ma1706_sct1 #sct1fig2 p:first-child { width: 540px; margin-left: 220px;}
	#lp_ma1706_sct2 div#sct2intv1 > p:first-child,
	#lp_ma1706_sct2 div#sct2intv2 > p:first-child { display: block; float: none; margin: 0 auto;}
	#lp_ma1706_sct2 div#sct2intv1 > .box_quotation,
	#lp_ma1706_sct2 div#sct2intv2 > .box_quotation {
		margin: 0 auto;
		width: 85%;
		height: auto;
		padding: 20px 0 10px;
		color: rgba(51,51,51,1.00);
		font-size: 135%;
		line-height: 1.5;
		background-color: transparent;
	}
	#lp_ma1706_sct2 div#sct2intv1 > .box_quotation::after,
	#lp_ma1706_sct2 div#sct2intv2 > .box_quotation::after {display: none;}
	#lp_ma1706_sct2 div#sct2intv1 > .box_quotation br,
	#lp_ma1706_sct2 div#sct2intv2 > .box_quotation br { display: none;}
	.box_quotation q::before{
		left: -30px;
		top: -35px;
	}
	.box_quotation q::after {
		left: -1000px;
		top: 0px;
	}

	#lp_ma1706_sct3 { padding-bottom: 0px;}
	#lp_ma1706_sct3,
	#lp_ma1706_sct4 {
		background-position: center 200px;
	}
	#lp_ma1706_sct3 .sct3Theme1,
	#lp_ma1706_sct4 .sct4Theme2 {
		height: 200px;
		padding-top: 70px;
		background-position: 50% 5px;
		background-size: 60px 60px;
	}
	#lp_ma1706_sct3 .sct3Theme1 h2,
	#lp_ma1706_sct4 .sct4Theme2 h2 { font-size: 30px;}
	#lp_ma1706_sct3 .sct3Theme1 h2 span,
	#lp_ma1706_sct4 .sct4Theme2 h2 span { font-size: 26px;}
	#lp_ma1706_sct3 .sct3Theme1 h3 { font-size: 28px;}
	#lp_ma1706_sct4 .sct4Theme2 h3 { font-size: 24px;}
	#lp_ma1706_sct3 .sct3Theme1 h3+p,
	#lp_ma1706_sct4 .sct4Theme2 h3+p { font-size: 20px;}
	#lp_ma1706_sct3 #lecTheme1 {
		background-image: none;
	}
	#lp_ma1706_sct3 #lecTheme1 .box_speaker {
		max-width: 500px;
		width: 100%;
		height: auto;
		float: none;
		margin: 0 auto 5px;
	}
	#lp_ma1706_sct3 .box_spContents {
		max-width: 500px;
		margin: 0 auto 5px;
	}
	#lp_ma1706_sct3 .box_spContents .youtube-player {
		margin-top: 20px;
	}
	#lp_ma1706_sct4 { height: auto;}
	#lp_ma1706_sct4 #lecTheme2b > .box_speaker {
		float: right;
	}
	#lp_ma1706_sct4 #lecTheme2a > .box_spContents {
		width: 100%;
		padding-top: 20px;
		margin-right: 520px;
		font-size: 18px;
	}
	#lp_ma1706_sct4 #lecTheme2b > .box_spContents {
		width: 100%;
		margin-right: 520px;
		margin-left: 0px;
		font-size: 18px;
	}
	#lp_ma1706_sct4 #lecTheme2b > .box_spContents,
	#lp_ma1706_sct4 #lecTheme2b > .box_spContents {
		padding-top: 20px;
		margin-left: 0px;
	}
	#lp_ma1706_sct4 #lecTheme2a > .box_spContents h3,
	#lp_ma1706_sct4 #lecTheme2b > .box_spContents h3 {
		padding-left: 10px;
		margin-right: 520px;
	}
	#lp_ma1706_sct5 {
		height: auto;
		background-repeat: repeat-y;
	}
	.tbl_schedule .tbl_schedule_area,
	.tbl_schedule .tbl_schedule_date {
		width: auto;
		white-space: nowrap;
		padding-left: 10px;
		padding-right: 10px;
	}

	
}
@media screen and (max-width: 767px) {
	#hdrCNT > header { height: auto; padding: 0 0 10px; background-position: right 20px bottom -175px;}
	#hdrCNT > header > #hdrLogoCNT { float: none; margin: 0 auto;}
	#hdrCNT > header > #hdrCTA { float: none; margin: 0 auto;}

	#ftrFCCNT { height: auto;}
	#ftrFCCNT aside {
		width: 100%;
		padding: 2px 0;
		display: block;
	}
	#ftrFCBnr,
	#btnLinkFtrFC {
		display: block;
		margin: 5px auto;
		text-align: center;
	}
	/*#lp_ma1706_keyV #catch_10th { left: 0.5%; }*/
	#lp_ma1706_keyV { margin-top: 102px;}
	#lp_ma1706_keyV .video-bg { height: 560px;}
	#lp_ma1706_keyV #catch_def { width: 333px; height: auto;}
	#lp_ma1706_keyV h1,
	#lp_ma1706_keyV h2{ max-width: 520px; width: calc(100% - 20px); height: auto;}
	#lp_ma1706_keyV .listSchedule {
		width: 100%;
		margin: 20px auto 0;
	}
	#lp_ma1706_keyV .listSchedule li { margin: 0 3px;}
	#lp_ma1706_keyV .listSpeakers { width: 100%;}
	#lp_ma1706_keyV .listSpeakers li { width: 128px;}
	#lp_ma1706_sct1 h2 { font-size: 7vw;}
	#lp_ma1706_sct1 #sct1fig1a img {
	max-width: 560px;
	width: 95%;
	height: auto;
}
	#lp_ma1706_sct1 #sct1fig2 {
	min-height: 340px;
	height: auto;
	padding-top: 100px;
	background-position: left top;
}
	#lp_ma1706_sct1 #sct1fig2 p:first-child { max-width: 540px; width:75%; height: auto; margin-left: auto; margin-right: auto; padding: 5px 0; background-color: rgba(255,255,255,0.80);}
	#lp_ma1706_sct1 #sct1fig2 p:first-child::after { display: none;}
	#lp_ma1706_sct1 #sct1fig2 p:first-child img { max-width: 478px; width: 90%; height: auto;}
	#lp_ma1706_sct1 #sct1fig2 p:last-child { font-size: 167%; line-height: 1;}
	#lp_ma1706_sct2 h2 img { max-width: 518px; width: 90%; height: auto; margin-top: -10px;}
	#lp_ma1706_sct3,
	#lp_ma1706_sct4 { background-position: center 180px;}
	#lp_ma1706_sct3 .sct3Theme1,
	#lp_ma1706_sct4 .sct4Theme2 {
		height: 180px;
		padding-top: 70px;
		background-size: 60px 60px;
	}
	#lp_ma1706_sct3 .sct3Theme1 h2,
	#lp_ma1706_sct4 .sct4Theme2 h2 { font-size: 26px;}
	#lp_ma1706_sct3 .sct3Theme1 h2 span,
	#lp_ma1706_sct4 .sct4Theme2 h2 span { font-size: 26px;}
	#lp_ma1706_sct3 .sct3Theme1 h3 { font-size: 24px;}
	#lp_ma1706_sct4 .sct4Theme2 h3 { font-size: 18px;}
	#lp_ma1706_sct4 .sct4Theme2 h3 br { display: none;}
	#lp_ma1706_sct3 .sct3Theme1 h3+p,
	#lp_ma1706_sct4 .sct4Theme2 h3+p { font-size: 20px;}
	#lp_ma1706_sct3 .box_spContents {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 5px;
		font-size: 18px;
	}
	#lp_ma1706_sct3 #box_spProfile {
		height: auto;
		margin: 0 auto;
	}
	#lp_ma1706_sct3 #box_spProfile > p {
		width: calc(90%);
		margin: 0 auto 10px;
		padding: 10px;
		font-size: 108%;
		line-height: 1.5;
	}
	#lp_ma1706_sct3 #box_spProfile > figure {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	#lp_ma1706_sct3 #box_spProfile > figure+p > img {
		width: 100%;
		max-width: 610px;
	}
	#lp_ma1706_sct4 {
		background-position: center 180px;
		background-repeat: repeat-y;
	}
	#lp_ma1706_sct4 #lecTheme2a > .box_speaker {
		max-width: 500px; height: auto; width: 100%;
		float: none;
		margin: 0 auto;
	}
	#lp_ma1706_sct4 #lecTheme2b > .box_speaker {
		max-width: 500px; height: auto; width: 100%;
		float: none;
		margin: 0 auto;
	}
	#lp_ma1706_sct4 #lecTheme2a > .box_spContents,
	#lp_ma1706_sct4 #lecTheme2b > .box_spContents {
		width: 100%;
		margin: 0 auto;
		padding-top: 20px;
		font-size: 18px;
	}
	#lp_ma1706_sct4 #lecTheme2a > .box_spContents h3,
	#lp_ma1706_sct4 #lecTheme2b > .box_spContents h3 {
		margin-right: 0;
		text-align: center;
	}
	#lp_ma1706_sct4 #lecTheme2a > .box_spContents h3 > img {
		margin: 0 auto;
		width: 100%; max-width: 284px;
		-webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
		filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
	}
	#lp_ma1706_sct4 #lecTheme2b > .box_spContents h3 > img {
		margin: 0 auto;
		width: 100%; max-width: 416px;
		-webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
		filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
	}
	#lp_ma1706_sct4 .box_spContents .venue {
		margin: 10px auto;
	}
	#lp_ma1706_sct5 #box_welcomMsg {
		padding: 20px 10px 0;
	}
	#lp_ma1706_sct5 #box_welcomMsg > h2 > img { width: 100%; max-width: 512px; }
	#lp_ma1706_sct5 #box_welcomMsg .btn_CTA a {
		margin: 10px auto 0;
	}
	.tbl_schedule tr {
	height: 45px;
	}
	.tbl_schedule .tbl_schedule_area {
		width: 50px;
		font-size: 13px;
	}
	.tbl_schedule .tbl_schedule_date {
		width: 100px;
		padding-left: 10px;
		font-size: 14px;
	}
	.tbl_schedule .tbl_schedule_place {
		padding-left: 10px;
		font-size: 14px;
	}
	.tbl_schedule .tbl_schedule_place br {
		display: none;
	}
	.tbl_schedule .tbl_schedule_addr {
		display: none;
	}
	#lp_ma1706_sct5 .box_info_half {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 20px;
	}
	#lp_ma1706_sct5 #box_welcomMsg .btn_CTA a { margin-top: 50px; }

}

@media screen and (max-width: 479px) {
	.finished #hdrCNT > header {
	height: 280px;
}
	#ftrCR .ftrLogoMA { padding: 15px 0 0;}
	#ftrCR .copyright br { display: inline;}
	.finished .nextEvents > .nextEventsPC { display: none;}
	.finished .nextEvents > .nextEventsMO { display: block;}
	.finished #lp_ma1706_keyV { padding-top: 260px; }
	#lp_ma1706_keyV #catch_def { width: 90%; height: auto; padding-top: 30px;}
	#lp_ma1706_keyV #catch_10th { left: 0; right: 0; width: 80px; margin: -38px auto 0;}
	#lp_ma1706_keyV h1 { margin-top: 15px;}
	#lp_ma1706_keyV .listSchedule { margin-top: 20px; }
	#lp_ma1706_keyV .listSchedule li { margin: 0; width: 11%;}
	#lp_ma1706_keyV .listSchedule li img { width: auto;}
	/*#lp_ma1706_keyV .listSchedule { margin-top: -35px;}
	#lp_ma1706_keyV .listSchedule li { margin: 0 3px;}
	#lp_ma1706_keyV .listSchedule li:nth-of-type(4)::after {
		content: "\000A";
		white-space: wrap;
	}*/
	#lp_ma1706_keyV .listSpeakers { margin: 20px auto;}	
	#lp_ma1706_keyV .listSpeakers li {
		width: 29%;
		margin: 0 auto;
	}
	#lp_ma1706_keyV > article > .btn_CTA {padding: 0 10px;}
	#lp_ma1706_sct2 h2 img { margin-top: -15px;}
	#lp_ma1706_sct2 div#sct2intv1 > p:first-child,
	#lp_ma1706_sct2 div#sct2intv2 > p:first-child { width: 100%;}
	#lp_ma1706_sct2 div#sct2intv1 > p:first-child img,
	#lp_ma1706_sct2 div#sct2intv2 > p:first-child img {
		width: 100%;
		max-width: 427px;
	}
	#lp_ma1706_sct3,
	#lp_ma1706_sct4 { background-position: center 150px;}
	#lp_ma1706_sct3 .sct3Theme1 {
		/*height: 130px;*/
		padding-top: 70px;
		background-size: 60px 60px;
	}
	#lp_ma1706_sct4 .sct4Theme2 {
		height: auto;
		padding-top: 70px;
		background-size: 60px 60px;
	}
	#lp_ma1706_sct3 .sct3Theme1 h2,
	#lp_ma1706_sct4 .sct4Theme2 h2 { font-size: 20px;}
	#lp_ma1706_sct3 .sct3Theme1 h2 span,
	#lp_ma1706_sct4 .sct4Theme2 h2 span { font-size: 14px;}
	#lp_ma1706_sct3 .sct3Theme1 h3 { font-size: 16px;}
	#lp_ma1706_sct4 .sct4Theme2 h3 { font-size: 15px;}
	#lp_ma1706_sct3 .sct3Theme1 h3+p,
	#lp_ma1706_sct4 .sct4Theme2 h3+p { font-size: 13px;}
	#lp_ma1706_sct3 .box_spContents { font-size: 14px;}
	#lp_ma1706_sct3 .box_spContents .box_gold { height: auto;}
	#lp_ma1706_sct3 .box_spContents .box_gold > img {
		width: 75%;
		max-width: 300px;
		padding: 5px 0;
	}
	#lp_ma1706_sct5 #box_schedule {
		padding: 20px 5px;
	} 
	.tbl_schedule .tbl_schedule_area {
		width: auto;
		padding: 15px 3px;
		font-size: 12px;
		white-space: nowrap;
	}
	.tbl_schedule .tbl_schedule_date {
		width: auto;
		padding-left: 5px;
		font-size: 12px;
		font-weight: normal;
		white-space: nowrap;
	}
	.tbl_schedule .tbl_schedule_place {
		padding-left: 5px;
		padding-right: 3px;
		font-size: 12px;
		font-weight: normal;
	}
	#lp_ma1706_sct6 > article {padding-left: 10px; padding-right: 10px}
	#lp_ma1706_sct7 > article {padding-left: 10px; padding-right: 10px}
	#lp_ma1706_sct6 #box_feature {
		margin-top: 10px;
		padding: 0 10px 10px;
	}
	.btn_CTA a {
		width: 100%;
		height: 50px;
		margin-top: 10px;
		font-size: 20px;
		line-height: 50px;
	}
	.btn_CTA a::before { right: 6px;}
	.btn_CTA a::after { right: 10px;}

	#lp_ma1706_sct5 #box_welcomMsg .btn_CTA a { margin-top: 80px; }
	.gotoFeature a { font-size: 4.3vw;}
	.gotoConsult a { font-size: 5vw;}
	
}


/* Multipurpose Classes
=================================================================== */
.clrBoth {clear:both !important}
.hiddenText {text-indent:100%; white-space:nowrap; overflow:hidden;}

.colorCI { color: rgba(0,96,87,1.00) } /*CI color DIC644*/
.colorNotice { color: rgba(209,0,0,1.00) }
.colorLight { color: rgba(102,102,102,1.00) }
.colorSilver { color: rgba(204,204,204,1.00) }
.colorService { color: rgba(25,79,127,1.00) }
.colorNetwork { color: rgba(69,135,117,1.00) }
.colorAnken { color: rgba(242,81,0,1.00) }
.colorSeminar { color: rgba(102,51,0,1.00) }
.colorCorp { color: rgba(56,114,51,1.00) }
.colorIr { color: rgba(102,85,140,1.00) }
.colorRecruit { color: rgba(102,102,0,1.00) }
.colorOther { color: rgba(72,93,102,1.00) }
.colorWhite { color: rgba(255,255,255,1.00) }
.hiddenText {text-indent:100%; white-space:nowrap; overflow:hidden;}
.txt12 {font-size:93%}
.txt14 {font-size:108%}
.txt16 {font-size:123.1%}
.txt18 {font-size:138.5%;}
.txtEN {font-family:'Cuprum',sans-serif;}
.txtMarker {
	/*background-color: rgba(255,255,255,1.00);*/
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMC4yIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkY5OSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzUxMSkiIC8+Cjwvc3ZnPg==);
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,153,1.00) 40%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,153,1.00) 40%);
}

.mt00 {margin-top:0px !important}
.mt05 {margin-top:5px !important}
.mt10 {margin-top:10px !important}
.mt15 {margin-top:15px !important}
.mt20 {margin-top:20px !important}
.mb00 {margin-bottom:0px !important}
.mb10 {margin-bottom:10px !important}
.mb20 {margin-bottom:20px !important}
.ml00 {margin-left:0px !important}
.ml10 {margin-left:10px !important}
.ml20 {margin-left:20px !important}

.icn_PDF {
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	background-image: url(../../common/image/pdficon_small.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
}
.icn_NEW {
	margin-left: 3px;
	position: relative;
}
.icn_NEW:after {
	padding: 1px 2px 0 2px;
	position: absolute;
	top: 3px;
	content: "NEW";
	color: rgba(255,255,255,1.00);
	font: 400 10px/1 'Cuprum',sans-serif;
	border-radius: 4px;
	background-color: rgba(209,0,0,1.00);
}
.icn_exlink {
	padding-right: 16px;
	background-image: url(../../common/image/icon_blank_b.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.mc2,.mcT {display:none;} /*mobile only*/
@media screen and (max-width: 999px) {
	.mcT {display:inline;} /*tablet only*/
	.mcD {display:none;} /*desktop only*/
}
@media screen and (max-width: 767px) {
	.mc2 {display:inline;} /*mobile only*/
}
/* Colorbox Example3
=================================================================== */
/*
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
	#cboxContent{margin-top:20px;background:#000;}
		.cboxIframe{background:#fff;}
		#cboxError{padding:50px; border:1px solid #ccc;}
		#cboxLoadedContent{border:5px solid #000; background:#fff;}
		#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
		#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
		#cboxLoadingGraphic{background:url(/seminar/ma1706/image/colorbox_loading.gif) no-repeat center center;}

		/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
		#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

		/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
		#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

		#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
		#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/seminar/ma1706/image/colorbox_controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
		#cboxPrevious:hover{background-position:bottom left;}
		#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/seminar/ma1706/image/colorbox_controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
		#cboxNext:hover{background-position:bottom right;}
		#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/seminar/ma1706/image/colorbox_controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
		#cboxClose:hover{background-position:bottom center;}
