@charset "utf-8";

.inquiry_box {
	margin-top: 0;
}

.inquiry_box input[type="submit"],
.inquiry_box input.backform {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 230px;
	appearance: none;
	border-radius: 3px;
	border: 2px solid #da8234;
	padding: 5px 0px;
	background: #f0780e;
	vertical-align: middle;
	font-size: 2rem;
	font-weight: bolder;
	color: #FFF;
	box-sizing: content-box;
	transition: background-color 0.2s;
}

.inquiry_box input.backform {
	width: 200px;
	font-size:1.5rem;
	margin-top:15px;
}

.inquiry_box input[type="submit"]:hover,
.inquiry_box input.backform:hover {
	background-color: var(--color-third);
	border-color: #950814;
	color: #FFF;
}

.table_type1 .thead {
		width: 220px;
	}

.center_area label {
	border-bottom:1.5px solid #F00E22;
	font-size: 1.5rem;
	margin:5px 0px;
}

.submit_area {
	margin-top:20px;
}

@media screen and (max-width: 880px) {
	.content_header > * {
		float:none;
	}

	.content_header img {
		margin-top:-10px;
	}

	.content_headline {
		display:inline;
	}

	.inquiry_box th {
		width:60%;
	}
    .table_type1 .thead {
      width: 100%;
    }
}

/* thanks.php */

.thanks_text {
	font-size:1.6rem;
}

.thanks_text .btn_def {
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	width:200px;
}

@media screen and (max-width: 599px) {
	.collumn_side {
		display: none;
	}
		.table_type1 .thead, .table_type1 .titem {
			width: 100%;
		}
}
/*# sourceMappingURL=entry.css.map */