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

@media(min-width:651px){

.logo{
	width: 46px;
	height: 46px;
	background-image: url(../images/aurapluslogo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 20px;
}

#header{
	width: 100%;
	height: 100px;
	background-color: rgb(202,210,217);
	left: 0px;
	top: 0px;
	position: relative;
}
	
.h_menu{
	width: 30px;
	height: 30px;
	background-image: url(../images/hmenu_mark.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 20px;
}

	
#mvarea{
    width: 100%;
    position: relative; }

  .mainvisual1 {
    width: 100%;
	padding-top: 41.80%;
    background-image: url(../images/mainvisual1.png);
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover; }

  .mainvisual2 {
    width: 100%;
	padding-top: 41.80%;
    background-image: url(../images/mainvisual2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; }

  .mainvisual3 {
    width: 100%;
	padding-top: 41.80%;
    background-image: url(../images/mainvisual3.png);
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover; }

  .mainvisual4 {
    width: 100%;
	padding-top: 41.80%;
    background-image: url(../images/mainvisual4.png);
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover; }

  .mainvisual5 {
    width: 100%;
	padding-top: 41.80%;
    background-image: url(../images/mainvisual5.png);
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover; }
	
.mvlogo{
	width: 65%;
	padding-top: 22.75%;
	background-image: url("../images/mvlogo.png");
	background-repeat: no-repeat;
	background-position: center center;;
    background-size: 100%; 
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: 999;
	}

#contents{
	width: 100%;
	padding: 100px 0 100px;
}

.maintitle{
	width: 60%;
	font-size: 20px;
	line-height: 46px;
	color: #FFF;
	margin: 0 auto;
	text-align: center;
}
	
	
#formarea{
	width: 30%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 20px;
	line-height: 46px;
	text-align: center;
	color: #FFF;
	
	}
	
	.formpart{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	}
	
	.formtext{
		color: #000;
	}

.submit_bt{
	width: 262px;
	height: 48px;
	margin: 0 auto;	
	padding-top: 30px;
	text-align: center;
	}	
	
.maintitle2{
	width: 60%;
	font-size: 20px;
	line-height: 46px;
	color: #666;
	margin: 0 auto;
	text-align: center;
}
	
.maintitle3{
	width: 60%;
	font-size: 20px;
	line-height: 46px;
	color: #FFF;
	margin: 0 auto;
	text-align: center;
}


	
}





@media(max-width:650px){

.logo{
	width: 46px;
	height: 46px;
	background-image: url(../images/aurapluslogo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 20px;
}

#header{
	width: 100%;
	height: 100px;
	background-color: rgb(202,210,217);
	left: 0px;
	top: 0px;
	position: relative;
}
	
.h_menu{
	width: 30px;
	height: 30px;
	background-image: url(../images/hmenu_mark.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 20px;
}



#mvarea{
    width: 100%;
    position: relative; }

  .mainvisual1 {
    width: 100%;
	padding-top: 41.80%;
    background-image: url(../images/mainvisual1.png);
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover; }

  .mainvisual2 {
    width: 100%;
	padding-top: 41.80%;
    background-image: url(../images/mainvisual2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; }

  .mainvisual3 {
    width: 100%;
	padding-top: 41.80%;
    background-image: url(../images/mainvisual3.png);
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover; }

  .mainvisual4 {
    width: 100%;
	padding-top: 41.80%;
    background-image: url(../images/mainvisual4.png);
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover; }

  .mainvisual5 {
    width: 100%;
	padding-top: 41.80%;
    background-image: url(../images/mainvisual5.png);
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover; 
	}
	
.mvlogo{
	width: 65%;
	padding-top: 22.75%;
	background-image: url("../images/mvlogo.png");
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100%; 
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: 999;
	}

#contents{
	width: 100%;
}

.maintitle{
	width: 60%;
	padding: 100px 0 0px;
	font-size: 1.4em;
	line-height: 46px;
	color: #FFF;
	margin: 0 auto;
	text-align: center;
}

		
	
#formarea{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 1.4em;
	line-height: 46px;
	text-align: center;
	color: #FFF;
	
	}
	
	.formtext{
		color: #000;
	}
	
	.formpart{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	}

.submit_bt{
	width: 262px;
	height: 48px;
	margin: 0 auto;	
	padding-top: 30px;
	text-align: center;
	}	
	
.maintitle2{
	width: 90%;
	font-size: 1.4em;
	line-height: 46px;
	color: #666;
	margin: 0 auto;
	text-align: center;
}
	
.maintitle3{
	width: 60%;
	font-size: 1.4em;
	line-height: 46px;
	color: #FFF;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
	
}