* {
	line-height: 0.5;
	margin: 0;
	padding: 0
}
a img {
	border: 0
}
body {
	font-family: serif;
	font-size: 16px;
	text-align: left
}

#container {
	width:1000px;
	margin:0 auto;
	background:#FFFFFF;
}

#blackbox {
	color: #000;
	font-family: "HGPgothicE", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	margin: 5px auto;
	width: 100%;
}
#blackbox .elm {
	margin: 0 auto 10px
}
#blackbox .chk {
	margin: 20px 0;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "HGPｺﾞｼｯｸE", "HGPgothicE", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
}
#blackbox input[name="touroku_mail"] {
	border: 2px gray solid;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Arial", "メイリオ" , "Meiryo", sans-serif;
	font-size: 40px;
	width: 820px;
			height: 100px;
				padding: 0 auto 20px;
	text-align: left
}
#blackbox .btn input[name="submit"] {
	background: #FFFFFF;
	border-top: solid 0px #ff8080;
	border-left: solid 0px #ff8080;
	border-right: solid 0px #8b0000;
	border-bottom: solid 0px #8b0000;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0px;
	color: #fff;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Arial", "メイリオ" , "Meiryo", sans-serif;
	font-size: 32px;
	font-weight: bold;
		margin: 0 auto 5px;
	padding: 0 auto 10px;
		height: 600px;
	width: 900px;
}
#footer {
	color: #666;
	font-size: 12px;
	overflow: hidden;
	padding: 0 0 30px
}
#ftnav {
	overflow: hidden;
	padding: 2px 0;
	position: relative
}
#ftnav ul {
	float: left;
	left: 50%;
	list-style: none;
	position: relative
}
#ftnav li {
	float: left;
	left: -50%;
	margin-right: 5px;
	position: relative
}
#ftnav li::after {
	color: #ccc;
	content: "|";
	margin-left: 5px
}

.content_form {
	padding-left: 60px;
	padding-right: 60px;
    font-size: 20px;
	box-sizing: border-box;
}

.content_form input[type="text"] {
	width: 850px;
	padding: 20px 20px;
	border-radius: 5px;
    font-size: 35px;
    border: 6px solid #c0c0c0;
}

.checkbox_frame {
	display: flex;
    justify-content: center;
    margin: 10px auto;
	font-weight: bold;
	width: 600px;
	-moz-transform:	scale(1.7);
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
	align-items: center;
	
}

.radiobutton_frame {
	display: flex;
    justify-content: center;
    margin: 10px auto;
	font-weight: bold;
	width: 600px;
	-moz-transform:	scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	align-items: center;
	
}

.description {
	width: 800px;
    height: 300px;
    overflow: scroll;
    line-height: 2;
    font-size: 25px;
	padding: 10px;
	margin-top: 100px;
	border: 1px solid #575757;
	color: #696969;
	text-align: left;
}

.submit_email {
	background-image: url("button.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: transparent;
	border: none;
	width: 900px;
	height: 380px;
}