* {
	font-size:2vw;
}
@media screen and (max-width: 768px) {
* {
	font-size:4vw;
	}
}

a {
	text-decoration: none;
	color: #000;
	}

img {
	width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
	}

h1 {
    margin: 5% auto;
    padding: 0 9%;
	}

li {
	list-style: none;
	}

.top{
    position: relative;
	width: 100%;
	}


.con01,.con02 {
	position: relative;
}
.bt01 {
	position: absolute;
	width: 80%;
	right: 0;
	left: 10%;
	top: 312vw;
	}
.bt02 {
	position: absolute;
	width: 80%;
	right: 0;
	left: 10%;
	top: 783.6vw;
	}
.bt03 {
	position: absolute;
	width: 80%;
	right: 0;
	left: 10%;
	bottom: 10.7vw;
	}


footer {
	position: relative;
    width: 100%;
    font-size: 3vw;
	padding-bottom: 15vw;
    /*background-color: #e6e6e6;*/
    padding-top: 5vw;
	}

.footer_logo {
	width: 80%;
    margin: 0 auto;
    margin-bottom: 3vw;
	}

footer .fooertMENU {
	display:flex;
	flex-wrap:wrap;
  	}

.fooertMENU {
	margin-bottom: 4%;
	}

footer a:first-of-type {
	padding-left: 0;
  	}

footer a {
	font-size: 2.9vw;
	text-align: center;
	display: inline-block;
	width: 47%;
	}

footer a:first-of-type {
	border-right: 1px solid #000;
	}

.copyright {
	text-align: center;
	font-size: 3vw;
	padding-top: 4%;
    border-top: solid 1px #808080;
}
