@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Prompt:500,700,900");
/* CSS Document */

button:focus {
	outline: 0;
	border: 0;
}

.centerWrap {
	position: relative;
	z-index: 1;
}

.centerWrap > * {
	position: absolute;
	z-index: 1;
	bottom: 50%;
	right: 50%;
	-webkit-transform: translate3d(50%, 50%, 1px);
	transform: translate3d(50%, 50%, 1px);
}

main {
	display: block;
}

.mainContainer {
	line-height: 1.6;
}

.mainContainer a {
	color: inherit;
	text-decoration: none;
}

.mainContainer a:hover,
.mainContainer a:hover * {
	-ms-filter: "alpha(opacity=60)";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.mainContainer a:hover img {
	-ms-filter: "alpha(opacity=60)";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity:0.8;
	filter: alpha(opacity=80);
}
.mainContainer a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.mainContainer a:hover img.nop {
	opacity:1.0;
	filter: alpha(opacity=100);
}

.mainContainer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.is_cl_blue01 {
	background-color: #009ED3;
}

.is_cl_green01 {
	background-color: #00ADA9;
}

.is_cl_green02 {
	background-color: #68C7B9;
}

.is_cl_green03 {
	background-color: #098E71;
}

.is_cl_green04 {
	background-color: #EDF8F7;
}

.is_cl_green05 {
	background-color: #D1EFEC;
}

.is_cl_yellow01 {
	background-color: #F6AB00;
}

.is_cl_yellow02 {
	background-color: #FCEBC5;
}

.is_cl_pink01 {
	background-color: #FF7497;
}

.is_cl_grey01 {
	background-color: rgba(0,0,0,0.60);
}

.is_cl_grey02 {
	background-color: #F3F3F3;
}

.is_cl_grey03 {
	background-color: #4B4B4B;
}

.is_cl_red01 {
	background-color: #D31A00;
}

.is_cl_orange01 {
	background-color: #ff9966;
}




.is_ftcl_blue01 {
	color: #009ED3;
}

.is_ftcl_green01 {
	color: #00ADA9;
}

.is_ftcl_green02 {
	color: #68C7B9;
}

.is_ftcl_green03 {
	color: #098E71;
}

.is_ftcl_yellow01 {
	color: #F6AB00;
}

.is_ftcl_orange01 {
	color: #FF6600;
}

.is_flex {
	display: flex;
	display: -webkit-flex;
}

.is_flex_center {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.is_hover {
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.is_hover:hover,
.is_hover:hover * {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.is_youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.is_youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.hideElm {
	display: none!important;
}

.md, .md * {
	line-height: 1.6;
}

.md a {
	text-decoration: none;
	color: inherit;
}

.md a:hover,
.md a:hover * {
	-ms-filter: "alpha(opacity=60)";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.md a:hover img {
	-ms-filter: "alpha(opacity=60)";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity:0.8;
	filter: alpha(opacity=80);
}
.md a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.md a:hover img.nop {
	opacity:1.0;
	filter: alpha(opacity=100);
}


.w0 {
    width: 0%!important;
}
.w5 {
    width: 5%!important;
}
.w10 {
    width: 10%!important;
}
.w12 {
    width: 12%!important;
}
.w15 {
    width: 15%!important;
}
.w20 {
    width: 20%!important;
}
.w25 {
    width: 25%!important;
}
.w30 {
    width: 30%!important;
}
.w35 {
    width: 35%!important;
}
.w40 {
    width: 40%!important;
}
.w45 {
    width: 45%!important;
}
.w50 {
    width: 50%!important;
}
.w55 {
    width: 55%!important;
}
.w60 {
    width: 60%!important;
}
.w65 {
    width: 65%!important;
}
.w70 {
    width: 70%!important;
}
.w75 {
    width: 75%!important;
}
.w80 {
    width: 80%!important;
}
.w85 {
    width: 85%!important;
}
.w90 {
    width: 90%!important;
}
.w95 {
    width: 95%!important;
}
.w100 {
    width: 100%!important;
}


.outer01 {
	display: table;
	width: 100%;
}
.inner01 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


.effect-fade {
	opacity: 0;
	/*transform: translate( 0, 45px );*/
	transition: opacity 2000ms!important;
}

.effect-fade.effect-scroll {
	opacity: 1;
	/*transform: translate( 0, 0 );*/
}
