/* CSS Document */
body{
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px;
	background-color: #09092d;
	background-attachment: fixed;
	background-image: url("../img/entryform/bg.png");
}


#page{
	float:left;
	overflow: hidden;
	width:750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
	
}

#container{
	width:750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
}




#content_container{
	/*background-color: rgba(255,255,255,0.80);*/
	width: 750px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}

h1{
	width: 100%;
	text-align: center;
}

#thanks_h1{
	width: 90%;
	text-align: center;
}


h2{
	width: 100%;
    text-align: left;
    /* margin-top: 30px; */
    padding: 5px;
	font-size: 28px;
	margin-top: 10px;
}

i{
	font-size: 70%;
}

#content_container h3 img{
	width: 100%;
}


.supporter_content{
	width: 80%;
    text-align: left;
    font-size: 26px;
    display: flex;
    flex-direction: column;
    margin-left: 10%;
	margin-top: 50px;

}

.input_box{
	padding: 5px;
}

input{
	border: 1px solid rgba(65,65,65,1.00);
    padding: 18px;
    font-size: 28px;
    background-color: #FFF;
    width: 100%;
}

button {
	display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 80%;
    margin: auto;
    padding: 2rem 4rem;
    font-weight: bold;
    border-radius: 100vh;
    border-bottom: 7px solid rgb(63 0 1);
    background: rgba(197,0,3,1.00);
    color: #fff;
    font-size: 38px;
	margin-top: 30px;
	margin-bottom: 50px;
}
button:hover {
	margin-top: 36px;
	border-bottom: 1px solid rgba(87,0,1,1.00);
	color: #fff;

}




#thanks_container{
	    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    align-content: center;
    /* flex-direction: row; */
    position: absolute;
    justify-content: center;
    padding-top: 50px;
}



#thanks_container img{
	width: 100%;
}















