<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ================================================================================
お問い合わせ
================================================================================= */

/* contents ========================================== */
#main .txt {
	font-size: 12px;
	margin: 40px 50px 10px;
}

#main span {
	color: #c1272d;
}


form .box {
	border: #b3b3b3 solid 1px;
	margin: 0 50px 20px;
}

form table {
	border: none;
	margin: 10px 70px;
	width: 720px;
}
form table th,
form table td {
	border: none;
	border-bottom: #b3b3b3 solid 1px;
	padding: 20px;
}
form table .last th,
form table .last td {
	border: none;
}
form table .last th {
	width: 10em;
}

form .box h3 {
	font-weight: bold;
	padding: 10px 15px 5px;
	border-bottom: #b3b3b3 solid 1px;
}
form .box .policy {
	border-bottom: #b3b3b3 solid 1px;
	height: 44px;
	line-height: 44px;
}
form .box .policy em {
	background-color: #f2f2f2;
	padding: 15px;
}
form .box .policy label {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	height: 40px;
	line-height: 40px;
}
form .box .scroll-pane {
	margin: 15px;
	height: 130px;
	overflow: auto;
}
form .box .scroll-pane p,
form .box .scroll-pane dl {
	margin: 0 15px;
}
form .box div dt {
	font-weight: bold;
}


form input,
form textarea,
form select,
form option {
	font-size: 14px;
	border: #b3b3b3 solid 1px;
}
form select {
	margin-bottom: 4px;
}

form .btn {
	text-align: center;
	margin: 35px auto 60px;
}
form .btn .btnSubmit {
	background: url(../img/contact/btn02.png) left top no-repeat;
	border: none;
	width: 200px;
	height: 40px;
	padding-top: 40px;
	overflow: hidden;
	cursor: pointer;
}
form .btn .btnSubmit:hover {
  -ms-filter: "alpha( opacity=75 )";
  filter: alpha( opacity=75 );
  opacity: 0.75;
}


#main .thanks {
	margin: 100px auto 150px;
	text-align: center;
}</pre></body></html>