html{
	overflow-y:hidden!important;
}
body{
	background-color: #000000!important;
}
h2{
	display: none;
}
#txt_explain{
	color: #ffffff!important;
}
#txt_explain p{
	margin-bottom: 0!important;
	
}
#main{
	background-color: #000000;
	padding: 0!important;
}
#wrapper{
	width: 100%!important;
	border-left: none!important;
	border-right:none!important;
	border-bottom:none!important;
}
.section__body{
background-color: #000000;
}
.table{
	border-spacing: 0 30px; /* 上下30pxのスペースを確保 */
  border-collapse: separate;
  border-top: none!important;
  border-left: none!important;
}
.table th{
	display: none;
}
.table td {
	width: 100%;
	padding: 0!important;
	
}
.table td [type="text"]{
	width: 100%;
	height: 50px;
	font-size: 16px;
	padding: 10px;
}
.table td textarea{
	width: 100%;
	height: 200px;
	font-size: 16px;
	padding: 10px;
}
.button_box [type="submit"]{
	width: 100%;
	height: 60px;
	border: 2px solid #ffffff;
	color: #ffffff;
	background-color: #000000;
}
.button_box a{
	display: none;
}