@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;}*/






dl, dt, dd, ol, ul, li {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
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}
.header *,*:before, *:after {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-o-box-sizing:content-box;
	-ms-box-sizing:content-box;
	box-sizing:content-box;
}

#shizuoka .header h1{
	margin: 0;	
}

#shizuoka .header .header-logo-mark {
    height: 28px;
    margin-right: 40px;
}

/*#shizuoka .video{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}
#shizuoka .video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}*/

#shizuoka .lh16{
	line-height: 1.6em;
}
.youtube-player figure {
	width: 100%;
	position: relative;
}

.youtube-player img {
	transition: opacity .5s ease-out;
}
.youtube-player img:hover {
	opacity: .7;
}



/* Base Setting
=================================================================== */
body {
	font: 16px/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(255,255,255,1.00);
}

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
=================================================================== */
h2 {
	/* [disabled]font-size: 123.1%; */
	font-weight: 700;
	line-height: 1.2em;
}
h3 {
	font-size: 112.5%;
	font-weight: 700;
}

.row {
	margin-left: auto;
	margin-right: auto;
}

/* Header
=================================================================== */
#header {
    background-color: #113961;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}
#header #header-outer {

    padding: 0 20px;

}
#header #header-inner {

    max-width: 1000px;
    height: 80px;
    margin: 0 auto;

}
#header #header-logo {
    float: left;
    padding: 23px 0 0;
    width: 300px;
    height: auto;
}
#header #header-CTA {

    padding-top: 20px;
    float: right;

}
#header #header-CTA a {
    display: block;
    width: 200px;
    height: 42px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    line-height: 41px;
    outline: none;
    background-color: #feae31;
    border-radius: 12px;
    transition: all .2s ease;
}

#header #header-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: #fff;

}
#header #header-CTA a::after {

    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #feae31;

}
.header__inner_type_under {

    position: relative;
    justify-content: space-between;
    padding-bottom: 26px;
    border-bottom: 1px solid #ccc;

}
@media screen and (max-width: 768px) {
#header #header-outer {
    padding: 12px;
}
#header #header-inner {
    height: auto;
}
#header #header-logo {
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#header #header-CTA {
    padding-top: 12px;

}
#header #header-CTA {
    float: none;
}	
#header #header-CTA a {
    height: 40px;
    font-size: 20px;

}
}

/* global footer ================================================== */
#ftrNav {clear:both}
/* 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-info-wrapper { display: flex; justify-content: space-between; padding-bottom: 50px; padding-top: 30px; }
/* Footer - Copyright */
#ftrCR {
	clear: both;
	padding: 5px 0 15px;
	background-color: rgba(255,255,255,1.00);
}
#ftrCR .copyright {
	text-align: center;
	font: 700 normal 75% 'Cuprum', sans-serif;
}
#ftrCR .ftrLogoMA { padding-right: 10px; }
#ftrCR .copyright br { display: none;}
/* Back to Top*/
#b2t {
	display: none;
	position: fixed;
	bottom: 0;
	right: 50px;
	margin-bottom: 0;
}
#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);
}
/* footer
=================================================================== */
@media screen and (max-width: 768px) {
.goto-top-button img {
    display: block;
    margin: 13px auto 4px;
}
.footer {
    padding-top: 30px;
}
.pc { display: none; }
.goto-top-button {
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 21px;
    z-index: 1;
}
.footer-info-wrapper {
    display:block;
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 0;
}
.footer__inner {
    padding: 10px 15px;
}
.footer-logo {
    height: 21px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;

}
.footer-sns {
    justify-content: center;
    margin-bottom: 30px;

}
}

/* LP Kyushu17 ================================================== */
.keyVisual {
	height: 750px;
	padding-top: 100px;
	padding-bottom: 0;
	background-image: url(../image/speakers_w.png), url(../image/bg_cover.png);
	background-repeat: no-repeat;
	background-position: center bottom, center bottom;
	background-size: auto, cover;
	margin-bottom: 0px;
}
.keyVisual .container {
}
.keyVisual h1 {
	max-width:800px;
	margin: 20px auto;
}
.keyVisual .listSchedule {
	text-align: center;
	margin: 10px auto;
}
.keyVisual h3 {
	margin: 10px auto;
	width: 314px;
	height: 26px;
	display: block;
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
.keyVisual h3.scheduleSet_special {
	/*color: rgba(193,39,45,1.00);*/
	color: #fdaf32;
}
.keyVisual .listSchedule li {
	margin-bottom: 5px;
	display: inline-block;
	/*width: 48px;*/
	width: 100px;
}
.keyVisual .listSchedule li img {
	/*width: 48px; IE*/
	width: 100px;
	-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));
}
.keyVisual .listSchedule li span {
	display: none;
}
.keyVisual #kv_lectures {
	margin-top: 130px;
}
.keyVisual #kv_lectures p:first-child {
	display: none;
}
.keyVisual #kv_lectures ul {
	width: 100%;
	display: table;
}
.keyVisual #kv_lectures ul li {
	display: table-cell;
}
.keyVisual #kv_lectures ul li img {
	width: calc(100% - 5px);
}
.sct_message .message p {
	font-size: 93.75%;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.sct_message .introduce_suzuki_name {
	padding: 0.5em 0;
	font-size: 87.5%;
	line-height: 1.25;
	background-color: rgba(244,244,244,1.00);
}
.sct_theme .theme_special,
.sct_theme .theme_basic{
	margin: 10px auto;
	width: 180px;
	height: 26px;
	display: block;
	/*border-radius: 10px;*/
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
.sct_theme .theme_special {
	background-color: rgba(193,39,45,1.00);
}
.sct_theme .theme_basic {
    background-color: rgba(0,113,188,1.00);
}
.sct_theme h3 {
	margin: 0 auto 1em;
	font-size: 112.5%;
	font-weight: 700;
}
.sct_theme h3.theme_title_special {
	color: rgba(193,39,45,1.00);
}
.sct_theme h3.theme_title_basic {
    color: rgba(0,113,188,1.00);
}
.sct_theme .theme_profile {
	padding: 10px;
	font-size: 93.75%;
	text-align: left;
}
.sct_schedule {
	padding-left: 0;
	padding-right: 0;
}
.sct_schedule p {
	font-size: 100%;
}
.sct_schedule h3.scheduleSet_special {
	margin: 10px auto;
	width: 180px;
	height: 26px;
	display: block;
	border-radius: 10px;
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
.sct_schedule h3.scheduleSet_special {
	color: rgba(255,255,255,1.00);
	background-color: rgba(193,39,45,1.00);
}
.schedule_list > .row {
	background-color: rgba(255,255,255,1.00);
	border-bottom: 1px solid rgba(216,216,216,1.00);
}
.schedule_list_sp > .row {
	background-color: #fff8eb;
}
.schedule_list > .row > div {
	padding-left: 0px;
	padding-right: 5px;
}
.schedule_list .schedule_area {
	display: table-cell;
	width: 80px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	background-color: rgba(15,89,145,1.00);
}
.schedule_list_sp .schedule_area {
	background-color: rgba(193,39,45,1.00);
}
.schedule_list .schedule_date {
	display: table-cell;
	width: 160px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	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);
}
.schedule_list_sp .schedule_date {
	background-color: #8c1a39;
}
.schedule_list .schedule_place {
	display: table-cell;
	/*width: 320px;*/
	height: 50px;
	text-align: center;
	vertical-align: middle;
	padding-left: 10px;
	color: rgba(15,89,145,1.00);
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
.schedule_list .schedule_addr {
	/*display: table-cell;*/
	height: 50px;
	vertical-align: middle;
	padding-right: 10px;
	color: rgba(15,89,145,1.00);
	font-size: 81.25%;
	font-weight: normal;
}
.schedule_list > .schedule_finished {
	background-color:#fff;
}
.schedule_list .schedule_finished .schedule_area {
	background-color: #c88c1b;
}
.schedule_list .schedule_finished .schedule_date {
	font-weight: normal;
	background-color: #feae31;
}
.schedule_list .schedule_finished .schedule_place a {
	color: rgba(15,89,145,1.00);
	font-weight: normal;
	text-decoration: none;
}
.sct_entry {
	margin-bottom: 40px;
}
.sct_entry .btn {
	width: 75%;
}

@media screen and (max-width: 991px) {
	.schedule_list .schedule_addr {
		height: 25px;
		text-align: right;
	}
}

@media screen and (max-width: 767px) {
	.navbar #hdrLogoCNT {
		padding-left: 5px;
	}
	.navbar-kyushu17 .navbar-nav > li > a {
		color: rgba(119,119,119,1.00);
	}
	.navbar-kyushu17 .navbar-nav > li > a:hover,
	.navbar-kyushu17 .navbar-nav > li > a:focus {
		color: rgba(119,119,119,1.00);
		background-color: transparent;
	}
	.navbar-kyushu17 .navbar-nav > .active > a,
	.navbar-kyushu17 .navbar-nav > .active > a:hover,
	.navbar-kyushu17 .navbar-nav > .active > a:focus {
		color: rgba(119,119,119,1.00);
		background-color: transparent;
	}
	.collapse.in {
		background-color: rgba(255,255,255,0.95);
	}
	.keyVisual {
		height: 750px;
		background-image: url(../image/speakers_s.png), url(../image/bg_cover.png);
		background-size: auto, cover;
	}
	.keyVisual .listSchedule li {
		margin: 0 2px 4px;
	}
	.keyVisual #kv_lectures {
		margin-top: 20px;
	}
	.keyVisual #kv_lectures p:first-child {
		display: block;
		text-align: center;
	}
	.keyVisual #kv_lectures p:first-child img {
		max-width: 320px;
	}
	.keyVisual #kv_lectures ul {
		display: none;	
	}
	.sct_entry .btn {
		width: 85%;
	}
}

@media screen and (max-width: 479px) {
	.navbar #hdrLogoCNT {
		width: 190px;
		margin-right: 0;
		padding-top: 14px;
	}
	.keyVisual {
		height: 680px;
	}
	.keyVisual h1 {
		margin: 10px auto;
	}
	.keyVisual .listSchedule {
		margin-left: -15px;
		margin-right: -15px;
	}
	.keyVisual .listSchedule li img {
		width: 90%;
	}
	.schedule_list .schedule_area,
	.schedule_list .schedule_date {
	width: 55px;
	font-size: 81.25%;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	}
	.schedule_list .schedule_place {
		font-size: 81.25%;
	}
	.sct_entry .btn {
		width: 95%;
	}

}





/* 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: 479px) {
	#ftrCR .ftrLogoMA { padding: 15px 0 0;}
	#ftrCR .copyright br { display: inline;}
	.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;}
	.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) }
.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}
.mt50 {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*/
}