@charset "UTF-8";
/* CSS Document */

.section3
{
	background: url("../images/0banner/20180313_111151.jpg");
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	width: 100%;
	height: 100vh;
	background-size: cover;
	margin-top: 150px;
	position: absolute;
}
.box
{
	max-width: 1200px;
	padding-top: 40px;
	padding-bottom: 60px;
	padding-left: 100px;
	padding-right: 100px;
	background: rgb(255,255,255,.2);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	position: absolute;
	top: 65%;
	right: 40%;
}
.box h2
{
	margin: 0 0 20px;
	padding: 0;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: white;
	text-shadow: 3px 3px 3px black;
	
}
.box h3
{
	margin: 0 0 20px;
	padding: 0;
	font-size: 48px;
	color: black;
	text-align: center;
}

.box h4
{
	margin: 0 0 20px;
	padding: 0;
	font-size: 45px;
	color: white;
	text-align: center;
	text-decoration: underline;
	line-height: 5px;
	text-shadow: 2px 2px 2px black;
}
.box p
{
	margin: 0;
	padding: 0;
	font-size: 32px;
	color: white;
	text-align: center;
	text-shadow: -1px -1px 2px black;
}

.copyright
{
	position: absolute;
	top: 95%;
	right: 41%;
}

.copyright p
{
	text-align: center;
	color: white;
	margin-bottom: 0;
	
}

.section2 .box
{
	max-width: 600px;
	padding: 50px;
	background: rgb(255,255,255,.2);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	position: sticky;
	bottom: 5%;
	right: 2%;
}
.section2 .box h2
{
	text-align: center;
	font-size: 48px;
	text-transform: uppercase;
	color: white;
}
.section2 .box p
{
	text-align: center;
	font-size: 28px;
	color: white;
}

@media (max-width:768px){
.section3
{
	background-size: auto;
}
.box
{
	max-width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}
.box h2
{
	font-size: 40px;
	line-height: 40px;
}
.box h3
{
	font-size: 32px;
}

.box h4
{
	font-size: 28px;
}
.box p
{
	font-size: 22px;
	}
}

@media (max-width:400px){
.section3
{
	background-size: auto;
	width: 400px;
}
.box
{
	max-width: 380px;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;

}
.box h2
{
	font-size: 30px;
	line-height: 30px;
}
.box h3
{
	font-size: 24px;
}

.box h4
{
	font-size: 18px;
}
.box p
{
	font-size: 16px;
	}
}
