@charset "UTF-8";

.welcome .boxSub:after,
.flexslider:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.welcome .boxSub,
.flexslider{
	zoom: 1;
}

/* PC
-------------------------------------------- */
@media print, screen and (min-width: 681px){

.flexslider{
	position: relative;
}
.flexslider ul.slides{
	margin-bottom: 100px;
}
.flexslider ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.flex-caption {
	width: 100%;
	padding: 14px 0 16px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
}
.typograph .flex-caption h3{
	clear:both;
	background:none;
	border:none;
	text-shadow: none;
	padding: 0;
	margin: 0;
	font-size:1.4em;
	color:#FFF;
	letter-spacing: 1px;
	width: 95%;
	margin: auto;
	margin-bottom: 6px;
}
.typograph .flex-caption p{
	clear:both;
	background:none;
	border:none;
	font-size:1.0em;
	color:#FFF;
	line-height: 155%;
	width: 95%;
	margin: auto;
}



.welcome table td.photo{
	margin-bottom: 12px;
}
.welcome table .arrow{
	width: 51px;
	text-align: center;
}

.welcome table p.step{
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom:8px;
}

.welcome table p.step span{
	margin-right: 10px;
}





}





/* Mobile
-------------------------------------------- */
@media screen and (max-width: 680px){

.flexslider{
	position: relative;
}
.flexslider ul.slides{
	position: relative;
	margin-bottom: 120px;
}
.flexslider ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.flex-caption {
	width: 100%;
	padding: 12px 0 12px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
}
.typograph .flex-caption h3{
	clear:both;
	background:none;
	border:none;
	text-shadow: none;
	padding: 0;
	margin: 0;
	font-size:1.2em;
	color:#FFF;
	width: 94%;
	margin: auto;
	margin-bottom: 6px;
}
.typograph .flex-caption p{
	clear:both;
	background:none;
	border:none;
	font-size:0.9em;
	color:#FFF;
	line-height: 155%;
	width: 94%;
	margin: auto;
}

.mainImage{
	width: 95%;
	margin: auto;
	margin-bottom: 12px;
}


.welcome table td.photo{
	width: 32%;
	padding-left: 10px;
}
.welcome table td.arrow{
	width: 14px;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	padding-left: 6px;
}

.welcome table p.step{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 1px;
	margin-bottom:5px;
}

.welcome table p.step span{
	margin-right: 4px;
}


.welcome table.menu td{
	width: 48%;
}
.welcome p.icon_answer img{
	width: 50px;
}

}