@charset "utf-8";

/*---------------------------------------
contents1
---------------------------------------*/
.table_block {
	width: 450px;
	margin: 0 auto 0 auto;
}
.table_block table {
	width: 100%;
}
.table_block th {
    display: block;
    font-weight: 400;
    color: #474747;
    text-align: left;
    border-left: solid 4px #474747;
    padding-left: 8px;
    line-height: 1em;
    width: calc(100% - 16px - 4px);
    margin: 0 0 10px 0;
}
.table_block td {
    text-align: left;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}
.table_block td input[type="text"],
.table_block td input[type="email"],
.table_block td input[type="tel"] {
    width: calc(100% - 20px);
    padding: 0 10px 0 10px;
}
.table_block td textarea {
  padding: 10px;
  width: calc(100% - 20px);
}

.table_block td .btn_submit {
	width:400px;
	margin:0 auto;
	padding:50px 0 20px;
}

.table_block td .btn_submit input[type="submit"] {
	display:block;
	color:#fff;
	font-size:18px;
	text-align:center;
	padding:15px 0;
	background-color:#000;
	position:relative;
	font-weight:400;
	width: 100%;
	border: none;
}
.hissu {
	color: #dc000e;
}

@media screen and (max-width: 767px) {
	.table_block {
		width: 100%;
	}
	.table_block td .btn_submit {
		width:76%;
		padding-top:7%;
	}

	.table_block td .btn_submit input[type="submit"]{
		display:block;
		color:#fff;
		font-size:3.6vw;
		text-align:center;
		padding:5% 0;
		background-color:#000;
		position:relative;
		font-weight:bold;
	}
}
