
/* ===========================
--- Intro
============================ */
#intro.intro {
	padding:17% 0;
}
.intro {
	width:100%;
	position:relative;	
	background: url(../img/bg1.png) no-repeat top center;
	background-size: cover;
}
.intro .slogan,.intro .page-scroll{
	text-align: center;
	position: relative;
	right: 18%;
}
.intro .slogan p{
	font-size: 2.5em;
	margin-top: 0px;
}
.intro .slogan span{
	font-size: 170%;
	margin-right: 10px;
}
.intro .page-scroll a {
	color: #009be4;
	text-shadow: 2px 2px 2px #fff;
}

/* ===========================
--- answer
============================ */

#answer span{
	font-size: 130%;
	margin-right: 5px;
}


/* Media queries */
@media (max-width:1024px) {
	.intro .slogan p{
		font-size: 2em;
	}
}
@media (max-width:768px) {
	.intro {
		background: url(../img/bg1_tab.png) no-repeat top center;
	}
	.intro .slogan,
	.intro .page-scroll{
		position: relative;
		right: 0;
	}
	.intro .slogan p{
		font-size: 1.9em;
		margin-top: 70px;
		background-color: rgba(255,255,255,0);
	}

	#separator p{
		font-size: .9em;
	}
	.link iframe,.link img{
		max-width: 360px;
		width: 100%;
		height: 350px;
		margin: 0 auto;
	}
}

@media (max-width:480px) {
	.intro {
		background: url(../img/bg1_sp.png) no-repeat top center;
		background-size: cover;
	}
	#intro.intro {padding:25% 0px 5% 0px;}
	.intro .slogan span{
		font-size: 120%;
		margin-right: 0px;
	}
	.intro .slogan p{
		font-size: 1.4em;
		margin-top: 40px;
		background-color: rgba(255,255,255,0.7);
	}
	#answer span{font-size: 110%;}
	#answer strong{
		margin-left:0px;
	}
	.section-heading {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#separator p{
		font-size: 0.9em;
		margin-bottom: 20px;
	}
	.link img{height: auto;}
	
	.page-scroll a {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		font-size: 20px;
	}
	
}
@media (max-width:320px) {
	#intro .u_logo{
		width: 50%;
	}
	#answer strong{
		font-size: 0.9em;
	}
	#separator p{
		font-size: .8em;
	}
}