@charset "UTF-8";
/* お問い合わせページ
=====================================*/
#contact p, #contact td, #contact th {
	font-size: 15px;
}
#contact h2 {
	background: #ffffff;
	margin: 30px 0 20px 0;
	padding: 0;
}
#contact h2:before {
	display: none;
}
#contact .error {
	background: #f8e7e8;
	color: #e60012;
	margin-top: 10px;
	padding: 10px;
}
#contact tr:nth-child(1) .error {
	width: 200px;
}
#contact tr:nth-child(3) .error {
	width: 300px;
}
#contact tr:nth-child(4) .error {
	width: 300px;
}
#contact tr:nth-child(9) .error {
	width: 790px;
}
#contact .supplemental {
	margin-bottom: 0;
}
#contact select {
	padding: 2px;
	vertical-align: middle;
}
#contact .section {
	margin-bottom: 60px;
}
#contact .link-external {
	margin-left: 10px;
}
#contact .table_form_list_flex {
	display: grid;
    row-gap: 1px;
    grid-template-columns: 200px 1fr;
}
#contact .table_form_list_flex.table_form_list_flex-col3 {
    grid-template-columns: 200px 200px 1fr;
}
.table_form th .require {
	color: #bf1320;
	margin-left: 4px;
}
.table_form td, .table_form th {
	background: #ffffff;
	padding: 20px 0;
	text-align: left;
	vertical-align: middle;
}
.table_form tr:not(:last-child) td, .table_form tr:not(:last-child) th {
	border-bottom: 1px dotted #ccc;
}
.table_form th {
	width: 190px;
	vertical-align: top;
}
.table_form.cell_p10 th,.table_form.cell_p10 td {
	width: auto;
	border: 1px solid #cccccc;
	padding: 10px;
}
.table_form.cell_p10.mt20 th {
	width:250px;
}
.table_form.cell_p10 th {
	background: #f5f5f5 none repeat scroll 0 0;
}
.table_form textarea {
	border: 1px solid #ccc;
	overflow-wrap: break-word;
	white-space: pre-wrap;
	width: 930px;
}
.table_form input[name="user_name"] {
	width: 200px;
}
.table_form input[name="company"],
.table_form input[name="mail"],
.table_form input[name="mail_conf"]{
	width: 300px;
}
.table_form input[name="address"],
.table_form input[name="building"] {
	width: 400px;
}
.table_form textarea[name="content"] {
	height: 300px;
	width: 100%;
}
.table_form select[name="prefecture"] {
	margin-bottom: 5px;
}
.table_form input[name="tel1"],
.table_form input[name="tel2"],
.table_form input[name="tel3"],
.table_form input[name="zip1"],
.table_form input[name="zip2"] {
	width: 60px;
}
.table_form .zipcode_value {
	display: inline-block;
	margin-right: 20px;
}
.table_form .hyphen {
	display: inline-block;
	text-align: center;
	width: 15px;
}
.table_form button#autoZip {
	background: #bf1320;
	border: none;
	outline: none;
	color: #ffffff;
	height: 35px;
	width: 120px;
}
.table_form button#autoZip {
	background: #bf1320;
	border: none;
	outline: none;
	color: #ffffff;
	height: 35px;
	width: 120px;
}
.table_form button#autoZip:before {
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	border-right: 0 solid transparent;
	border-top: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	margin: 0 6px 0 0;
	width: 0;
}
.table_form button#autoZip:hover {
	opacity: 0.8;
}
.table_form .head {
	margin-bottom: 0px;
	font-weight: bold;
}
.table_form .head + ul  {
	padding-left: 0.5em;
}
.table_form ul + .head,
.table_form input + .head {
	margin-top: 10px;
}

#btn-confirm {
	background: #ebebeb;
	display: table-cell;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	padding: 42px 0;
	width: 980px;
}
#btn-confirm button {
	background: none;
	border: 0;
	padding: 0;
}
#btn-confirm img {
	width: 400px !important;
}
#btn-confirm .btn_back img ,
#btn-confirm .btn_send img {
	width: 300px !important;
}
#btn-confirm .btn_send {
	margin-left: 14px;
}
#thanks h2 {
	margin-bottom: 40px;
}
#link_top {
	background: #ebebeb;
	display: table-cell;
	padding: 40px 0;
	text-align: center;
	width: 980px;
}
#link_top .link {
	margin: 0;
}
