@charset "utf-8";
/* CSS Document */

.bt{
	position:fixed;
	top:auto;
	bottom:-1vh;
	z-index:1;
	width: 500px;
	display:none;
	transform: translate(-50%, -0%);
	left: 50%;
	}

.bt img{ width: 100%; filter: drop-shadow(4px 4px 6px rgba(0,0,0,.5)); }

.table{
	margin-top: 3vh;
	margin-bottom: 3vh;
	border-collapse:collapse; 
	width:750px;
	margin-left: auto;
	margin-right: auto;
	font-size:1.6vh;
	}
table tr td:nth-child(1){
	width: 30%;
	text-align: center;
}

table tr td:nth-child(2){
	width: 70%;
}

table tr td{
	border: 1px solid #000000;
	padding: 1vh;
}


.bg{ width: 100%;}
	.bg img{
		width: 750px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

.ft_box{
	position:relative;
	width:100%;
	height:60vh;
	background:#dddd71;
	}

.ft_box div:nth-child(1){
	position:relative;
	width:100%;
	height:45%;
	}

.ft_box div:nth-child(1) img{
	width: 15%;
	display: block;
	margin-left: auto;
	margin-right: auto;

	padding-top: 5vh;
	}

.guide ul{
	display:table;
	width:60%;
	margin:auto;
	padding-top:2vh;

	}

.guide ul li{
	display:table-cell;
	}

.guide ul li:nth-child(n+2){
	border-left:#FFF solid 1px;
	}

.guide ul li a{
	display:block;
	text-align:center;
	color:#FFF;
	font-size:1.2vw;
	}



.copy{
	position:absolute;
	bottom:5%;
	width:100%;
	text-align:center;
	color:#FFF;
	}